]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-2
Set up destroy signals so that all windows will be destroyed when one is.
[~andy/gtk] / ChangeLog.pre-2-2
1 2001-10-27  Anders Carlsson  <andersca@gnu.org>
2
3         * tests/testgtk.c (create_range_controls): Don't set a 
4         fixed height on the hscale widget. This fixes "bug" 
5         #55840.
6         (create_window_states): Set up destroy signals so that
7         all windows will be destroyed when one is. This fixes 
8         bug #58133.
9
10 2001-10-26  Anders Carlsson  <andersca@gnu.org>
11
12         * gtk/gtktreeview.c: 
13         (gtk_tree_view_class_init): Create new "indent_expander"
14         style property.
15
16         (gtk_tree_view_get_arrow_xrange): Add a tree argument
17         to the function since the xrange can change depending
18         on where in the tree we are. 
19         
20         (coords_are_over_arrow): Update function call to
21         gtk_tree_view_get_arrow_xrange.
22         (gtk_tree_view_draw_arrow): Likewise.
23         
24         (gtk_tree_view_real_expand_collapse_cursor_row):
25         Call real_{expand|collapse}_row, so that we'll have an
26         animation.
27
28 Fri Oct 26 20:13:36 2001  Kristian Rietveld  <kristian@planet.nl>
29
30         * tests/Makefile.am: fixed a small typo
31
32 Fri Oct 26 18:27:11 2001  Kristian Rietveld  <kristian@planet.nl>
33
34         * demos/gtk-demo/list_store.c (create_model): Anders
35         Carlsson suggested to use G_N_ELEMENTS here
36
37 2001-10-26  Sven Neumann  <sven@gimp.org>
38
39         * gtk/gtkbutton.[ch]
40         * gtk/gtkdnd.c: fixed inline comments
41         
42         * gtk/gtkgamma.c: gtk_entry_get_text() returns a const gchar.
43
44 2001-10-26  Hans Breuer  <hans@breuer.org>
45
46         * gdk-pixbuf/gdk_pixbuf.def : 
47         * gdk/gdk.def : 
48         * gtk/gtk.def : updated externals
49
50         * gdk/win32/gdkpixmap-win32.c : removed duplicate of
51         gdk_window_lookup implementation. It already was in
52         gdk/win32/gdkwindow-win32.c
53
54         * gdk/win32/gdkproperty-win32.c : made it compile again
55         after GdkAtom API change
56
57         * gtk/gtk/makefile.msc.in : updated
58
59 Wed Oct 24 11:36:33 2001  Owen Taylor  <otaylor@redhat.com>
60
61         * configure.in (GTK_MICRO_VERSION): Version 1.3.10,
62         require GLib 1.3.10.
63
64         * NEWS: updates.
65
66 Thu Oct 25 16:27:29 2001  Jonathan Blandford  <jrb@redhat.com>
67
68         * gtk/gtkrbtree.c (_gtk_rbnode_rotate_left): Add support for
69         invalid nodes.
70          (_gtk_rbnode_rotate_right): Ditto.
71          (_gtk_rbtree_node_mark_invalid): New function.
72          (_gtk_rbtree_node_mark_valid): New function.
73
74         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_class_init): We're a
75         GObject, not a GtkObject.
76         (gtk_tree_model_sort_row_has_child_toggled): Rewrote to be more
77         correct.
78         (gtk_tree_model_sort_row_deleted): ditto.
79         (gtk_tree_model_sort_{un,}ref_node): Fix.
80
81         * gtk/gtktreeview.c: Protean incremental reflow support (commented
82         out)
83
84         * gtk/gtktreeview.h (GtkTreeViewSearchEqualFunc): change char *key
85         to const char *key.
86
87         * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path_helper):
88         Important 1 line fix to fix a lot of refcounting woes.
89
90 2001-10-25  Matt Wilson  <msw@redhat.com>
91
92         * gtk/gtktextview.c (gtk_text_view_destroy): call
93         gtk_text_view_destroy_layout after gtk_text_view_set_buffer (which
94         now invalidates) so that we remove our idle functions.
95         (gtk_text_view_destroy_layout): remove the first_validate_idle as
96         well.
97
98         * gtk/gtktexttag.c (gtk_text_tag_class_init): the valid range for
99         the 'indent' property is G_MININT to G_MAXINT.  Don't use
100         -G_MAXINT for the minimum of the 'rise' property, use G_MININT
101         instead.
102
103 2001-10-24  Anders Carlsson  <andersca@gnu.org>
104
105         * gtk/gtktreeview.c: 
106         (gtk_tree_view_real_expand_row): add an animate argument
107         (gtk_tree_view_real_collapse_row): likewise
108         
109         (gtk_tree_view_button_press), (gtk_tree_view_button_release), 
110         (gtk_tree_view_collapse_all), (gtk_tree_view_expand_row),
111         (gtk_tree_view_collapse_row): update functions that call
112         real_{expand|collapse}_row to set the animate argument 
113         accordingly.
114         
115 2001-10-24  Alex Larsson  <alexl@redhat.com>
116
117         * gdk/linux-fb/gdkfont-fb.c:
118         Update to new Pango APIs
119
120         * gdk/linux-fb/gdkproperty-fb.c:
121         Update to new GdkAtom APIs
122
123         * gdk/linux-fb/gdkwindow-fb.c:
124         Remove warnings
125
126 Mon Oct 22 20:07:21 2001  Jonathan Blandford  <jrb@redhat.com>
127
128         * gtk/gtktreestore.c (gtk_tree_store_prepend): Fix docs, #62808
129
130 Wed Oct 24 22:54:07 2001  Kristian Rietveld  <kristian@planet.nl>
131
132         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted): treat
133         s_path as a child path
134
135 Wed Oct 24 20:29:47 2001  Kristian Rietveld  <kristian@planet.nl>
136
137         * gtk/gtktreemodelsort.c: more changes in an attempt to get
138         it right. It's not yet ready for general consumption.
139
140         * tests/treestoretest.c: add a button and entry for the new
141         iter_change function
142         (iter_change): new function, to test
143         the row_changed signal implementation of the GtkTreeModelSort
144
145         * tests/testtreesort.c: cleanups, changes to test more features
146         of the GtkTreeModelSort at once
147
148 2001-10-24  Havoc Pennington  <hp@redhat.com>
149
150         * gtk/gtktextbuffer.c (clipboard_clipboard_buffer_received):
151         remove hack to strip off the bogus newline, since we killed the
152         bogus newline; fixes #61779
153
154 2001-10-24  Havoc Pennington  <hp@redhat.com>
155
156         * gtk/gtktextview.c (gtk_text_view_update_adjustments): don't
157         create layout if we didn't have one
158         (gtk_text_view_set_buffer): invalidate so we get the idle handlers
159         as appropriate, avoids blanking the screen 
160         (gtk_text_view_invalidate): new function to do invalidation,
161         containing old guts of invalidated_handler
162
163 Wed Oct 24 10:29:47 2001  Owen Taylor  <otaylor@redhat.com>
164
165         * gtk/gtkalignment.c (gtk_alignment_class_init): Improve
166         dreadful tooltips.
167
168 Tue Oct 23 17:31:42 2001  Owen Taylor  <otaylor@redhat.com>
169
170         * gdk/x11/gdkwindow-x11.c gdk/win32/gdkwindow-win32.c: Always 
171         set window->parent (except or the root window itself); if 
172         the window's parent is not a GdkWindow, or is a window of 
173         type GDK_WINDOW_FOREIGN, set window->parent to the root parent.
174
175         * gdk/gdkwindow.c (gdk_window_get_toplevels): Don't include
176         windows of type GDK_WINDOW_FOREIGN.
177
178 2001-10-24  Havoc Pennington  <hp@pobox.com>
179
180         * gtk/gtktextiter.c (gtk_text_iter_backward_chars): if we move to
181         the front of a segment, use the "slow" technique for moving
182         backward, so we don't mess up the any_segment field in the iter. 
183         Fixes #57707
184
185         * tests/testtextbuffer.c: add code to detect #57707, to avoid
186         regression
187
188 2001-10-23  Havoc Pennington  <hp@redhat.com>
189
190         * gtk/gtktextview.c (popup_targets_received): only sensitize Cut
191         if selection contains some editable text, #60975
192         (gtk_text_view_scroll_to_iter): remove warning about scrolling
193         prior to map; it should actually be OK to do so in many cases, 
194         it would be nice to warn about scrolling when many lines have
195         height 0, but I don't know what to do about that. Perhaps 
196         move part of flush_scroll into this function? comment added 
197         to consider this.
198
199 2001-10-23  Havoc Pennington  <hp@redhat.com>
200
201         * gtk/gtktextview.c (changed_handler): Correctly keep the same
202         text on the top of the screen, considering that the changed region
203         may have overlapped the first paragraph. Should fix msw's "text
204         widget scrolled to wrong place on map" bug, and probably some
205         other scrolling cases as well.
206         (gtk_text_view_set_scroll_adjustments): start adjustments at 0.0, 
207         instead of some random value
208
209         * gtk/gtktextview.c (gtk_text_view_class_init): actually override
210         grab_focus, so #59708 is really fixed
211
212 2001-10-24  Anders Carlsson  <andersca@gnu.org>
213
214         * gtk/gtkentry.c: (append_action_signal): Use an image menu item here
215         (popup_targets_received): Call append_action_signal with stock items
216         
217         * gtk/gtklabel.c: (append_action_signal): Use an image menu item here
218         (gtk_label_do_popup): Call append_action_signal with stock items
219         
220         * gtk/gtktextview.c: (append_action_signal): Use an image menu item here
221         (popup_targets_received): Call append_action_signal with stock items
222
223 2001-10-23  Havoc Pennington  <hp@redhat.com>
224
225         * gtk/gtktextview.c (changed_handler): queue a resize here; will
226         temporarily slow down the widget a lot, until we figure out how to
227         optimize to avoid full redraw everytime we queue a resize.
228
229 2001-10-23  Havoc Pennington  <hp@redhat.com>
230
231         * gtk/gtktextiter.c (test_log_attrs): handle case where offset ==
232         0 and char_len == 0, bug #61729
233
234 2001-10-23  Havoc Pennington  <hp@redhat.com>
235
236         * gtk/gtktextiter.c (gtk_text_iter_forward_cursor_positions): fix
237         return value, #61714 (Vitaly Tishkov)
238         (gtk_text_iter_backward_sentence_starts): ditto
239         (gtk_text_iter_backward_word_starts): ditto
240         (gtk_text_iter_forward_word_ends): ditto
241         (gtk_text_iter_forward_sentence_ends): ditto
242         (gtk_text_iter_backward_cursor_positions): ditto
243
244 2001-10-23  Havoc Pennington  <hp@redhat.com>
245
246         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_pixel): Apply
247         fix from Dov Grobgeld, #61858
248
249 2001-10-23  Havoc Pennington  <hp@redhat.com>
250
251         * gtk/gtktextview.c (gtk_text_view_update_im_spot_location): 
252         Update IM spot location at appropriate times, #50626
253         (Hidetoshi Tajima)
254
255 2001-10-23  Havoc Pennington  <hp@redhat.com>
256
257         * gtk/gtktextview.c (gtk_text_view_grab_focus): scroll to cursor
258         on grab focus, unless it's caused by button click, #59708
259
260 Tue Oct 23 11:53:00 2001  Owen Taylor  <otaylor@redhat.com>
261
262         * gtk/Makefile.am (INCLUDES): Remove G_DISABLE_CONST_RETURNS.
263
264         * gtk/gtkfontsel.[ch]: Make gtk_font_selection_get_font()
265         G_CONST_RETURN. (Murray Cumming)        
266
267         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_preview_text):
268         Make G_CONST_RETURN.
269
270         * gtk/gtkfilesel.c (open_user_dir): Fix bug with freeing
271         results of g_get_home_dir().
272
273         * gtk/gtkfilesel.c: Make filesel->fileop_file a duplicated 
274         copy. Storing the return from gtk_entry_get_text() is evil.
275
276         * gtk/gtkcombo.c gtk/gtkcellrenderertext.c gtk/gtkbindings.c 
277         gtk/gtkfilesel.c gtk/gtkfontsel.c gtk/gtkimmodule.c 
278         gtk/gtkobject.c gtk/gtkoldeditable.c gtk/gtktreedatalist.c
279         gtk/gtksignal.c: Add const.
280
281         * gdk/x11/gdkkeys-x11.c (get_direction): Add missing const.
282
283         * gtk/gtktreeview.c: Namespace object data keys to be safe, even 
284         if we are setting them on private widgets.
285
286         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search): 
287         Duplicate entry->text before setting it as object data.
288
289 2001-10-22  Havoc Pennington  <hp@redhat.com>
290
291         * gtk/gtktextbuffer.c (gtk_text_buffer_place_cursor): don't back
292         up a char from the end iterator, fixes #61859 ("can't put cursor
293         at the end of the buffer")
294
295         * gtk/gtktextiter.c (gtk_text_iter_forward_to_line_end): fix this
296         to work with delimiters other than newline.
297
298         * tests/testtextbuffer.c: add some tests for get_chars_in_line,
299         get_bytes_in_line
300
301         * gtk/gtktextiter.c (gtk_text_iter_get_chars_in_line): fix for the
302         last line, since the newline is no longer counted.
303         (gtk_text_iter_get_bytes_in_line): ditto
304
305 2001-10-22  Havoc Pennington  <hp@redhat.com>
306
307         * gtk/gtktextbtree.c (_gtk_text_btree_insert): add assertion that 
308         #58290 would trigger if it reappeared, I think
309
310 2001-10-22  Havoc Pennington  <hp@redhat.com>
311
312         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
313         add temporary code to dump btree contents on assertion failure
314         described in #62656
315         
316         * gtk/gtktextbtree.c (ensure_end_iter_segment): add some
317         assertions that we're getting the right end iter segment
318
319         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
320         verify that we aren't on the end iterator after moving 
321         forward one segment - fixes return value in an obscure case. 
322         Also, some trivial code cleanup/rearranging.
323         
324 2001-10-22  Havoc Pennington  <hp@redhat.com>
325
326         * gtk/gtktextlayout.h: add a #error unless you define
327         GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API, so people don't use this accidentally
328
329         * gtk/gtktext*.c: #define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API as appropriate.
330         
331 2001-10-22  Havoc Pennington  <hp@redhat.com>
332
333         * gtk/gtktextview.c (gtk_text_view_get_border_window_size): fix 
334         #62365
335
336 2001-10-22  Havoc Pennington  <hp@redhat.com>
337
338         * gtk/gtktextview.c (gtk_text_view_get_window_type): fix 
339         #62436
340
341 2001-10-22  Havoc Pennington  <hp@redhat.com>
342
343         * gtk/gtktextview.c (gtk_text_view_set_border_window_size): Fix 
344         #62366
345
346 Mon Oct 22 11:47:47 2001  Owen Taylor  <otaylor@redhat.com>
347
348         * gtk/gtklabel.c: Add cursor-position, selection-bound 
349         properties. (#62148, reported by Padraig O'Briain)
350
351         * gtk/gtkentry.c (gtk_entry_class_init): Rename text_position
352         to cursor_position. (1.3.x addition, text_position is an awful
353         name.) Make cursor_position read-only to avoid sticky questions
354         of interaction with selection_bound. (#62636, reported by
355         Padraig O'Briain)
356
357 Mon Oct 22 16:25:12 2001  Owen Taylor  <otaylor@redhat.com>
358
359         Fixing popup menus to have "Paste" sensitized correctly. Original
360         patches from Damian Ivereigh, much mangled.
361
362         * gtk/gtkselection.c: Add functions gtk_selection_data_get_targets(),
363         gtk_selection_data_targets_include_text(). (#60854)
364
365         * gtk/gtkclipboard.c: Add a simple do-it-all non-async "check if
366         the clipboard has text" function gtk_clipboard_wait_is_text_available.
367         (#60854)
368
369         * gtk/gtkentry.c: Only enable the paste item if the clipboard
370         contains text. (#60973)
371
372         * gtk/gtktextview.c: Only enable the paste item if the clipboard
373         contains text. (#60975)
374
375 2001-10-22  Havoc Pennington  <hp@redhat.com>
376
377         * gtk/gtktextview.c (gtk_text_view_class_init): rip out
378         "height_lines" and "width_columns" properties, it doesn't make
379         sense to set the size request on a text view really. #62103
380
381 Mon Oct 22 15:17:05 2001  Jonathan Blandford  <jrb@redhat.com>
382
383         * gtk/gtktreestore.c (gtk_tree_store_iter_depth): Realized
384         g_node_depth is broken, and that it's not worth being consistent
385         with it.
386
387 2001-10-22  Havoc Pennington  <hp@redhat.com>
388
389         * gtk/gtktextiter.c (gtk_text_iter_set_line): Clarify behavior in
390         docs, #61777
391         (gtk_text_iter_forward_search) (gtk_text_iter_backward_search):
392         change the two boolean args to a flags field, so we can extend 
393         to add case insensitive, regexp searches later. #61852
394
395 Mon Oct 22 15:07:17 2001  Jonathan Blandford  <jrb@redhat.com>
396
397         * gtk/gtktreestore.c (gtk_tree_store_iter_depth): update docs to
398         reflect reality, #62810
399
400 Mon Oct 22 14:08:26 2001  Jonathan Blandford  <jrb@redhat.com>
401
402         * demos/gtk-demo/appwindow.c: Remove handle_box from App demo.
403
404         * gtk/gtktreeview.c (size_allocate): Move to a different drawing
405         system.  Instead of having a window the size of the tree, we have
406         a window the size of widget->allocation, and simply draw with the
407         offset.
408         (coords_are_over_arrow): ditto.  Move to window coordinates.
409         (do_prelight): ditto
410         (do_unprelight): ditto
411
412         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered):
413         Minor fix from Kristian Rietveld to fix unsorted case.
414
415 2001-10-22  jacob berkman  <jacob@ximian.com>
416
417         * gtk/gtkclist.c (cell_size_request): don't cast a PIXTEXT cell to
418         a PIXMAP cell (fixes crash when using PIXTEXT cells)
419
420 Sat Oct 20 18:58:25 2001  Owen Taylor  <otaylor@redhat.com>
421
422         * gtk/gtkentry.h: Deprecate gtk_entry_set_editable.
423         (#58768, Vitaly Tishkov)
424         
425         * gtk/gtkobject.h: Deprecate with abandon. 
426         (#61942, Vitaly Tishkov, Matthias Clasen)
427
428         * gtk/gtksignal.h: Deprecate everything.
429
430         * gtk/gtkmain.h (GTK_PRIORITY_INTERNAL): Deprecate
431         all GTK_PRIORITY_* defines other than GKT_PRIORITY_RESIZE>
432         (#61942, Matthias Clasen)
433
434         * gtk/gtkstyle.h: Deprecate gtk_draw_*. (#61140,
435         Havoc Pennington)
436
437         * gtk/gtkitemfactory.h: Deprecate compat functions
438         for GtkMenuFactory code. (#62071)
439
440         * gdk/gdkdrawable.h: Deprecate gdk_draw_string,
441         gdk_draw_text,gdk_draw_text_wc. (#62071)
442
443 Mon Oct 22 10:12:08 2001  Owen Taylor  <otaylor@redhat.com>
444
445         * gdk/gdk.c docs/Changes-2.0.txt (gdk_threads_init): Don't call
446         g_thread_init(), we don't want to link to -lgthread if we don't
447         have to.
448
449 Mon Oct 22 08:51:02 2001  Owen Taylor  <otaylor@redhat.com>
450
451         * gdk/gdk.[ch] (gdk_threads_init) docs/Changes-2.0.txt: 
452         Add a function, gdk_threads_init() that must be explicitely 
453         called to enable the GDK thread mutex.
454
455 2001-10-22  Jakub Steiner <jimmac@ximian.com>
456
457         * gtk/stock-icons/stock_stop.png: no body parts
458         
459 Sun Oct 21 23:27:00 2001  Owen Taylor  <otaylor@redhat.com>
460
461         * gtk/gtkwidget.c (gtk_widget_translate_coordinates): Fix
462         problem with g_return_if_fail return value.
463
464         * gdk/x11/gdkproperty-x11.c docs/Changes-2.0.txt: Move over the 
465         virtual atom code from the gdk-multihead branch, removing the per-display
466         part. Virtualizing atoms needs to be done now to prevent compat
467         breakage in direct Xlib accessing code in the future. (#62208)
468  
469         * gdk/x11/gdkx.h: gdk/gdk/x11/gdkproperty-x11.c: Export
470         gdk_x11_xatom_to_atom, gdk_x11_atom_to_xatom().
471  
472         * gdk/gdktypes.h docs/Changes-2.0.txt: Make GdkAtom
473         an opaque pointer type so the compiler catches attempts
474         to mingle it with X atoms.
475
476         * gdk/x11/{gdkdnd-x11.c,gdkevents-x11.c,gdkglobals-x11.c,
477           gdkkeys-x11.c, gdkmain-x11.c, gdkprivate-x11.c, 
478           gdkproperty-x11.c, gdkselection-x11.c, gdkwindow-x11.c}
479           gtk/{gtkclist.c,gtkctree.c,gtkdnd.c,gtkplug.c,gtksocket.c}
480           tests/testdnd.c,tests/testselection.c: 
481         Fix up for above atom changes.
482
483         * gdk/gdkselection.h (GDK_SELECTION_CLIPBOARD): Add, since we
484         now have the ability to add custom predefines.
485
486         * gtk/{gtkentry.c,gtklabel.c,gtkoldeditable.c,gtktextview.c}:
487         Use GDK_SELECTION_CLIPBOARD instead of GDK_NONE in calls
488         to gtk_clipboard_get().
489
490         * gdk/win32/gdkproperty-win32.c: Add CLIPBOARD, fix up
491         for GdkAtom => pointer change.
492
493         * gdk/linux-fb/gdkproperty-fb.c: Fix handling of predefined
494         atoms, fix for GdkAtom => pointer change.
495
496 Mon Oct 22 00:26:46 2001  Kristian Rietveld  <kristian@planet.nl>
497
498         * gtk/gtkspinbutton.c: remove ARROW_SIZE constant, use
499         new function spin_button_get_arrow_size() instead.
500
501         * gtk/gtkstyle.c (gtk_default_draw_arrow): actual size of
502         arrow was hardcoded, it's now variable.
503
504         Fixes bug #50200
505
506 Sat Oct 20 18:16:04 2001  Manish Singh  <yosh@gimp.org>
507
508         * gtk/gtktreeview.c (gtk_treeview_get_property): PROP_MODEL and
509         PROP_EXPANDER_COLUMN can be NULL, so don't do a object cast check
510         for those
511
512 Sat Oct 20 19:38:16 2001  Owen Taylor  <otaylor@redhat.com>
513
514         * demos/*.c demos/gdk-pixbuf/*.c: Eliminate gtk_signal_*
515         in favor of g_signal_*, gtk_object_* in favor of 
516         g_object_*.
517
518 Fri Oct 19 18:35:22 2001  Manish Singh  <yosh@gimp.org>
519
520         * gtk/{gtkentry.c,gtktextview.c}: since GtkIMContext derives directly
521         from GObject now, we have to use the g_object_* functions, not
522         gtk_object_*.
523
524 Fri Oct 19 22:46:54 2001  Kristian Rietveld  <kristian@planet.nl>
525
526         * gtk/gtktreemodelsort.[ch]: we probably have rows_reordered
527         nailed down now (this code is not yet ready for general consumption)
528
529 Fri Oct 19 13:44:51 2001  Manish Singh  <yosh@gimp.org>
530
531         * gtk/gtktreeview.c (gtk_treeview_scroll_to_cell): correct docs
532         for use_align
533
534 Fri Oct 19 15:34:06 2001  Owen Taylor  <otaylor@redhat.com>
535
536         * gtk/gtk.h gtk/Makefile.am: Export GtkIMContextSimple publically. (#61862)
537
538 Fri Oct 19 15:08:30 2001  Owen Taylor  <otaylor@redhat.com>
539
540         * gtk/{gtkimcontext.c,gtkimcontextsimple.c,gtkimmulticontext.c}
541         modules/input/{gtkimcontextxim.c,imcyrillic-translit.c,iminuktitut.c,
542         imipa.c,imthai-broken.c,imviqr.c}: Make GtkIMContext derive from
543         GObject, not GtkObject. (#62621)
544
545 Fri Oct 19 12:49:12 2001  Owen Taylor  <otaylor@redhat.com>
546
547         * tests/testsocket.c: Remove now useless include of unistd.h,
548         fix wrong argument gtk_socket_steal. (Hans Breuer, #58541)
549         
550 Fri Oct 19 12:24:32 2001  Owen Taylor  <otaylor@redhat.com>
551
552         * gdk/linux-fb/gdkfont-fb.c: Fix up for change to 
553         Pango font API. #61933. (Untested, even for compilation.)
554
555 Fri Oct 19 11:24:58 2001  Owen Taylor  <otaylor@redhat.com>
556
557         * gtk/gtkmain.[ch] (gtk_disable_setlocale): Actually
558         export gtk_disable_setlocale(). (Caught by Sven Neumann)
559
560 2001-10-18  Havoc Pennington  <hp@redhat.com>
561
562         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_lookup): fix compilation
563
564 2001-10-18  Havoc Pennington  <hp@redhat.com>
565
566         * gtk/gtkbutton.c (gtk_button_class_init): Change button signals
567         to GTK_RUN_LAST, #50239
568
569 2001-10-18  HideToshi Tajima  <hidetoshi.tajima@sun.com>
570
571         * gtk/gtkimmodule.c (match_locale):
572         Support "*" for all locales with least priority
573         when to select default im module, #58201
574
575 2001-10-18  Matthias Clasen  <matthiasc@poet.de>
576
577         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): 
578         Fix docs. (#61976)
579  
580         * gtk/gtkplug.c (gtk_plug_get_id) : Fix docs. (#62144)
581
582         * gtk/gtkliststore.c: Fix docs. (#61672, #61675)
583
584         * gdk/gdkwindow.h, gdk/gdkpixmap.h, gdk/x11/gdkx.h,
585         gdk/x11/gdkwindow-x11.c, gdk/x11/gdkpixmap-x11.c,
586         gdk/win32/gdkwin32.h, gdk/win32/gdkwindow-win32.c,
587         gdk/win32/gdkpixmap-win32.c, gdk/linux-fb/gdkfb.h,
588         gdk/linux-fb/gdkwindow-fb.c, gdk/linux-fb/gdkpixmap-fb.c:
589         Add gdk_window_lookup, gdk_window_foreign_new, gdk_pixmap_lookup
590         and gkd_pixmap_foreign_new to the gdk frontend api. (#62063)
591
592         * gtk/gtkselection.c: Remove gdk backend dependencies. (#62063)
593
594         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): 
595         Don't restrict the width of the spinbutton entry field 
596         to 10 digits. (#58681)
597
598 Thu Oct 18 14:58:14 2001  Jonathan Blandford  <jrb@redhat.com>
599
600         * tests/testtreeflow.c: new test program for the tree.
601
602 Thu Oct 18 14:22:10 2001  Jonathan Blandford  <jrb@redhat.com>
603
604         * gtk/gtktreestore.c (gtk_tree_store_remove): fix small bug
605         reported by (Oleg Maiboroda), #62600
606
607 2001-10-18  Michael Meeks  <michael@ximian.com>
608
609         * gtk/gtkentry.c (gtk_entry_set_property),
610         (gtk_entry_get_property): impl 'text'
611         (gtk_entry_class_init): add the 'text' prop.
612         (gtk_entry_insert_text): notify 'text' changed.
613         (gtk_entry_delete_text): ditto.
614
615 2001-10-17  Matthias Clasen  <matthiasc@poet.de>
616
617         * gtk/gtkdnd.c, gtk/gtkclipboard.c, gdk/x11/gdkmain-x11.c:
618         Documentation updates.
619
620 Wed Oct 17 15:17:20 2001  Owen Taylor  <otaylor@redhat.com>
621
622         * gtk/gtkentry.c (gtk_entry_real_insert_text): Fix mistake
623         in truncating length of text to MAX_SIZE. (Found by 
624         Padraig O'Briain, #62055)
625
626 Tue Oct 16 17:04:44 2001  Owen Taylor  <otaylor@redhat.com>
627
628         * gtk/gtkwidget.c: Rename ACTIVATE_MNEMONIC enum to
629         MNEMONIC_ACTIVATE; signal was changed a long time
630         ago.
631
632         * gdk/x11/gdkim-x11.c (_gdk_x11_initialize_locale): 
633         Fix wrong return statement. (Reported by HideToshi
634         Tajima and others.)
635
636         * gtk/gtklabel.h (struct _GtkLabelClass): Remove
637         left over select_all vfunc.
638
639 Tue Oct 16 15:50:03 2001  Owen Taylor  <otaylor@redhat.com>
640
641         * gtk/gtkwidget.c (gtk_widget_translate_coordinates): Add
642         a utility function to translate coordinates relative to
643         one widget's allocation to coordinates relative to another
644         widget's allocation.
645
646         * gtk/gtkradiobutton.c: Add a special ->focus() implementation
647         that:
648          - only accepts external focus if there is no active
649            member of the group or the button is active.
650          - makes arrow keys move the active button as well
651            as the focus
652          - make tab tab out directly.
653         This makes a radio button group act as a single focus location.
654         (#53577).
655         
656         * gtk/gtkcontainer.c (gtk_container_focus): Remove prefiltering -
657         it was only a small optimization that didn't matter and made
658         things more complicated.
659
660         * gtk/gtkcontainer.c (gtk_container_focus_tab): Get rid of custom
661         sorter for FOCUS_TAB as we did for the other focus directions,
662         sort by center of widgets, not upper-left corner. (Shouldn't
663         matter in general.)
664
665         * gtk/gtkcontainer.c: Restructure code to remove duplicate code
666         from the different types of focusing: encapsulate sorting the
667         widgets for the focus direction into one routine
668         (gtk_container_focus_sort()) and then share the work of moving the
669         focus between the different focus directions.
670
671         * gtk/gtkcontainer.c: Fix bug where arrow navigation might not
672         work correctly with focus chains containing non-immediate
673         children. Sorting was being done using allocation coordinates for
674         each widget in the focus chain, and if there were intermediate
675         window-widgets, these allocations would not be in the same
676         coordinate system.
677
678 Tue Oct 16 15:12:26 2001  Jonathan Blandford  <jrb@redhat.com>
679
680         * gtk/gtkoptionmenu.c (gtk_option_menu_mnemonic_activate): add a
681         mnemonic_activate function to option menu.
682
683 2001-10-15  Murray Cumming <murrayc@usa.net>
684
685         * gtk/gtkinputdialog.c, gtk/gtktoolbar.c,  gtk/gtkwidget.c:
686           Corrected the type names used in some calls to g_signal_new().
687         
688 Sat Oct 13 07:09:30 2001  Tim Janik  <timj@gtk.org>
689
690         * gtk/gtkbindings.c (gtk_binding_set_add_path): to compare pattern
691         specs, use g_pattern_spec_equal() instead of direct field accesses.
692         upon compressing two equal paths of the same type, the resulting
693         priority has to be the maximum.
694         * gtk/gtkenums.h (enum): take GTK_PATH_PRIO_MASK out of the
695         GtkPathPriorityType enum and make it a macro.
696
697 2001-10-12  Matthias Clasen  <matthiasc@poet.de>
698
699         * gtk/gtkwidget.c: Fix some doc comments.
700
701 Fri Oct 12 11:39:20 2001  Joshua N Pritikin  <vishnu@pobox.com>
702
703         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): Fix to work
704         on empty models.
705
706 2001-10-11  Matthias Clasen  <matthiasc@poet.de>
707
708         * gtk/gtkcolorsel.c, gtk/gtkwidget.c, gtk/gtktreeview.c:
709         Remove stale gdk backend includes.
710  
711 2001-10-10  Michael Meeks  <michael@ximian.com>
712
713         * gtk/gtkcombo.c (gtk_combo_class_init): add enable_empty
714         and value_in_list properties.
715         (gtk_combo_set_value_in_list): notify change.
716         (gtk_combo_set_property, gtk_combo_get_property): impl. prop.
717
718 2001-10-11  James Henstridge  <james@daa.com.au>
719
720         * configure.in: add AS=CC and ASFLAGS=CFLAGS substitutions so
721         that gtk+ can be built with automake 1.5 while not breaking
722         things for automake 1.4.
723
724 Wed Oct 10 12:48:38 2001  Owen Taylor  <otaylor@redhat.com>
725
726         * gtk/gtkmain.c (gtk_init_check): Call setlocale (LC_ALL, "").
727         (#60606)
728
729         * gtk/gtkmain.c (gtk_disable_setlocale): Add function
730         to disable calling setlocale (LC_ALL, "").
731
732         * gtk/gtkmain.c (gtk_set_locale): Indicate in the 
733         docs that this function is not typically useful.
734
735         * gdk/x11/{gdkim-x11.c,gdkmain-x11.c,gdkprivate-x11.h}: 
736         Automatically initialize GDK for the current locale
737         on gdk_init(). Don't reset locale to C when
738         XSupportsLocale() fails.
739
740         * gdk/linux-fb/gdkim-fb.c (gdk_set_locale): Remove
741         useless checks for UTF-8 locale breakage that mattered
742         only for X.
743
744         * examples/calendar/calendar.c
745         tests/{testgtk.c,testtext.c,testcalendar.c}: Remove calls to 
746         gtk_set_locale().
747
748         * gtk/gtkiconfactory.c gtk/gtkitemfactory.c:
749         gdk_pixbuf_new_from_stream => gdk_pixbuf_new_from_inline.
750
751 Wed Oct 10 21:13:46 2001  Kristian Rietveld  <kristian@planet.nl>
752
753         * gtk/gtktreemodel.[ch]: added gtk_tree_model_get_iter_from_string().
754
755         Fixes bug #61904
756
757 Wed Oct 10 01:19:04 2001  Jonathan Blandford  <jrb@redhat.com>
758
759         * gtk/gtktreeselection.c (gtk_tree_selection_iter_is_selected):
760         new function, #61923
761         (gtk_tree_selection_path_is_selected): Ditto
762
763 Tue Oct  9 17:40:24 2001  Jonathan Blandford  <jrb@redhat.com>
764
765         * gtk/gtktreestore.c (gtk_tree_store_finalize): We're a gobject,
766         not a GtkObject.  Thanks andersca.
767
768         * gtk/gtkliststore.c (gtk_list_store_finalize): ditto
769
770 Tue Oct  9 14:50:51 2001  Jonathan Blandford  <jrb@redhat.com>
771
772         * gtk/gtktreeviewcolumn.c
773         (gtk_tree_view_model_sort_column_changed): fix broken code.
774
775 2001-10-08  Matthias Clasen  <matthiasc@poet.de>
776
777         * gtk/gtkselection.c: s/succesfully/successfully/g
778
779 2001-10-08  Havoc Pennington  <hp@pobox.com>
780
781         * demos/gtk-demo/stock_browser.c: remove unused enum
782
783         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
784         pass the current selection state of the node in to the user
785         selection func
786
787 2001-10-06  Matthias Clasen  <matthiasc@poet.de>
788
789         * gdk/x11/gdkx.h (GDK_CURSOR_XCURSOR): Replace reference to 
790         non-existent function gdk_x11_cursor_get_xid 
791         by gdk_x11_cursor_get_xcursor.
792
793 Fri Oct  5 20:50:00 2001  Jonathan Blandford  <jrb@redhat.com>
794
795         * gtk/gtktreestore.c (gtk_tree_store_iter_has_child): improve
796         warning.
797
798         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): ref and
799         unref nodes, #okay61676
800
801         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_sort): we listen
802         to the property; no need to clear the other columns.  Also, we go
803         to 'unsorted' if the model supports it.
804
805 2001-10-05  Sven Neumann  <sven@gimp.org>
806
807         * demos/testpixbuf-save.c
808         * demos/testpixbuf-scale.c: simple tests for the new PNG tEXt chunk 
809         feature.
810
811 Fri Oct  5 19:06:07 2001  Kristian Rietveld  <kristian@planet.nl>
812
813         * gtk/gtktreeview.c (gtk_tree_view_leave_notify): should
814         destroy the search dialog
815
816         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search):
817         added check to prevent creation of a search dialog if there's
818         already one around
819
820         * gtk/gtktreeview.c: Define GTK_TREE_VIEW_SEARCH_DIALOG_KEY, and use
821         it instead of "search-dialog" (when getting/setting the search dialog
822         widget).
823
824 2001-10-05  Jakub Steiner <jimmac@ximian.com>
825
826         * gtk/stock-icons/stock_broken_image.png: broken images icon
827
828 2001-10-04  Havoc Pennington  <hp@pobox.com>
829
830         Fix #56586
831         
832         * gtk/gtksettings.c (gtk_settings_class_init): move the F10
833         accelerator setting here...
834
835         * gtk/gtkmenubar.c (gtk_menu_bar_class_init): ...from over here,
836         because we try to use it when a menu bar hasn't necessarily been 
837         initialized.
838
839 2001-10-03  Havoc Pennington  <hp@redhat.com>
840
841         * tests/testtextbuffer.c (logical_motion_tests): fix test case, 
842         it previously verified incorrect behavior
843
844         Fixes for #61565
845         
846         * gtk/gtktextiter.c (gtk_text_iter_set_line): don't return lines
847         off the end
848         (_gtk_text_btree_get_iter_at_line_char): don't return lines off
849         the end
850         (_gtk_text_btree_get_iter_at_line_byte): don't return lines off
851         the end
852         (gtk_text_iter_forward_lines): if on the last line, move to end of
853         it
854
855         * gtk/gtktextbtree.c (_gtk_text_btree_last_could_contain_tag):
856         don't return a line off the end
857
858 Wed Oct  3 23:47:25  Kristian Rietveld  <kristian@planet.nl>
859
860         * gtk/gtkeditable.[ch]: move insert_text and delete_text virtual
861         functions to do_insert_text and do_delete_text, add signals
862         insert_text, delete_text and changed
863
864         * gtk/gtkentry.[ch]: remove signals insert_text, delete_text
865         and changed. Updates to match new situation.
866
867         * gtk/gtkspinbutton.c: updates to match new situation
868
869         * gtk/gtkoldeditable.h: remove signals changed, insert_text
870         and delete_text
871
872         * gtk/gtkoldeditable.c: updates to match new situation
873
874         * gtk/gtktext.c: updates to match new situation
875
876         Fixes bug #59803
877
878 2001-10-03  Havoc Pennington  <hp@redhat.com>
879
880         * gtk/gtktextiter.c (test_log_attrs): allow testing the end 
881         position
882
883         * gtk/gtktextbuffer.c (compute_log_attrs): update for pango
884         changes
885
886         * tests/testtextbuffer.c (logical_motion_tests): updates
887
888 2001-10-03  jacob berkman  <jacob@ximian.com>
889
890         * gtk/gtkwidget.c (gtk_widget_style_get_property): 
891         * gtk/gtkstyle.c (_gtk_style_peek_property_value): 
892         * gtk/gtksettings.c (apply_queued_setting): 
893         * gtk/gtkmain.c (gtk_init_check): 
894         * gtk/gtkcontainer.c (gtk_container_child_get_property):
895         s/retrive/retrieve/
896
897 Wed Oct  3 20:29:29 2001  Kristian Rietveld  <kristian@planet.nl>
898
899         * gtk/gtktreemodelsort.[ch]: preparation for surgery
900         * tests/testtreesort.c: ditto
901
902 2001-10-02  Havoc Pennington  <hp@redhat.com>
903
904         Throughout: assorted docs
905         
906         * gdk/gdkwindow.h: deprecate gdk_window_set_hints(), it's broken,
907         gdk_window_set_geometry_hints() should be used instead.
908
909         * gdk/gdkimage.h: deprecate gdk_image_ref, gdk_image_unref, and
910         document them
911
912         * gdk/x11/gdkx.h: remove gdk_get_client_window() since it doesn't
913         seem to exist in any .c files
914
915         * gdk/x11/gdkcolor-x11.c (gdk_colormap_query_color): docs, 
916         g_return_if_fail (pixel < colormap->size).
917
918 Wed Oct  3 10:42:54 2001  Owen Taylor  <otaylor@redhat.com>
919
920         * gtk/gtkdnd.c (gtk_drag_dest_find_target): Allow
921         NULL for @target_list to mean, use
922         gtk_drag_dest_get_target_list (widget).
923
924         * gtk/gtkdnd.c (gtk_drag_finish): Fix problem where
925         drop could hang when calling gtk_drag_finish with 
926         success == FALSE and del == TRUE.
927
928         * gtk/gtkdnd.c (gtk_drag_dest_drop): Fix problem where
929         drops without a matching target found would propagate
930         to the parent widget rather than being rejected.
931
932         * gtk/gtktextview.c (gtk_text_view_drag_data_received): 
933         Use text_view->dnd_mark instead of mark name to be
934         consistent with the rest of the code.
935
936         * gtk/gtktextview.c (gtk_text_view_drag_motion): Make
937         pendantically correct for a drop-only-in-some-places
938         widget. (Check whether you can insert in drag_drop,
939         not just in drag_motion ... matters in theory, and
940         for Motif drag and drop in practice.)
941
942         * gtk/gtkentry.c (gtk_entry_drag_drop): Patch from 
943         Damian Ivereigh to not allow drops on non-editable
944         entries. (#61124)
945
946         * gtk/gtkentry.c (gtk_entry_motion_notify): Don't allow
947         text to be moved from a non-editable entry.
948         
949 2001-10-03  James Henstridge  <james@daa.com.au>
950
951         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width):
952         s/width/fixed_width/ in order to get things to compile.
953
954 Wed Oct  3 00:37:09 2001  Jonathan Blandford  <jrb@redhat.com>
955
956         * gtk/gtkcelleditable.c: docs
957
958         * gtk/gtktreemodel.h: more docs.
959
960 2001-10-02  Havoc Pennington  <hp@redhat.com>
961
962         * gdk/x11/gdkwindow-x11.c: docs
963
964         * tests/testtextbuffer.c (logical_motion_tests): add sentence
965         boundary tests
966
967 Tue Oct  2 20:18:32 2001  Kristian Rietveld  <kristian@planet.nl>
968
969         * demos/gtk-demo/Makefile.am: add editable_cells.c,
970         list_store.c and tree_store.c
971
972         * demos/gtk-demo/appwindow.c: remove tearoff item from
973         File menu, put menubar and toolbar in handle boxes.
974
975         * demos/gtk-demo/genincude.pl: various changes to support trees
976
977         * demos/gtk-demo/main.c: various changes to support trees
978
979         * demos/gtk-demo/stock_browser.c: changed name of demo
980         to Stock Item and Icon Browser, so geninclude.pl doesn't see
981         it as child
982
983         * demos/gtk-demo/editable_cells.c: new file/demo
984         * demos/gtk-demo/list_store.c: new file/demo
985         * demos/gtk-demo/tree_store.c: new file/demo
986
987 Mon Oct  1 16:05:44 2001  Owen Taylor  <otaylor@redhat.com>
988
989         * gtk/gtkrc.c gtk/gtksettings.c: 
990         g_string_printfa => g_string_append_printf.
991
992 Mon Oct  1 16:08:23 2001  Jonathan Blandford  <jrb@redhat.com>
993
994         * gtk/gtkliststore.c (gtk_list_store_class_init): add a finalize
995         and destroy handler.
996
997         * gtk/gtktreestore.c (gtk_list_store_class_init): ditto, #59963
998
999         * gtk/gtktreeview.h (struct _GtkTreeViewClass): Add
1000         'start_editing' flag to select_cursor_row.  Bug spotted by Manish
1001         Singh <yosh@gimp.org>.
1002
1003 2001-10-01  Matthias Clasen  <matthiasc@poet.de>
1004
1005         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_scanner): replace
1006         g_scanner_add/remove_symbol by g_scanner_scope_add/remove_symbol.
1007
1008         * gtk/gtkrc.c (gtk_rc_parse_any): here as well.
1009
1010 Mon Oct  1 14:07:02 2001  Jonathan Blandford  <jrb@redhat.com>
1011
1012         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): change
1013         scroll_to_cell delayed code to happen in size_allocate.
1014
1015         * gtk/gtkstyle.c (gtk_default_draw_expander): change
1016         prelight/normal arrow drawing.
1017
1018         * gtk/gtktreedatalist.c: Change compare func to use g_utf8_collate
1019
1020         * gtk/gtktreestore.c: refactor.
1021
1022 Sun Sep 30 22:15:52 2001  Manish Singh  <yosh@gimp.org>
1023
1024         * gtk/gtkcheckbutton.c (gtk_check_button_size_allocate): Applied
1025         patch from Soeren Sandmann <sandmann@daimi.au.dk>. Vertically
1026         centers the child in relation to the to indicator height.
1027
1028 Sun Sep 30 15:11:59 2001  Jonathan Blandford  <jrb@redhat.com>
1029
1030         * gtk/gtktreestore.c (gtk_tree_store_remove): Make ITERS_PERSIST
1031         correct
1032
1033 Sun Sep 30  07:01:42 2001 CEST <mikeh@bahnhof.se>
1034
1035         * gtk/gtkcellrenderertext.c: I reverted back to old "weight"
1036         property code using g_param_spec_int and changed from
1037         g_value_get_enum to g_value_get_int instead. Probably a better way
1038         to fix the problem :-)
1039
1040 Sun Sep 30  05:31:32 2001 CEST Mikael Hermansson <tyan@linux.se>
1041
1042     * gtk/gtkcellrenderertext.c changed "weight" property type from 
1043       g_param_spec_int to g_param_spec_enum.
1044
1045 Sat Sep 29 12:25:26 2001  Manish Singh  <yosh@gimp.org>
1046
1047         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): typo
1048         fix: s/Wether/Whether/ in reorderable property description
1049
1050 Thu Sep 27 16:46:36 2001  Jonathan Blandford  <jrb@redhat.com>
1051
1052         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): only
1053         start editing when you select with a keyboard.
1054
1055         (gtk_tree_view_button_press_event): much more graceful now.
1056
1057         * gtk/gtkstyle.c: Draw togglebutton better.
1058
1059 2001-09-26  Havoc Pennington  <hp@redhat.com>
1060
1061         * demos/gtk-demo/dialog.c (interactive_dialog_clicked): add demo
1062         of passing non-stock label in to gtk_dialog_new_with_buttons
1063
1064         * gtk/gtktextview.c (cursor_blinks): disable cursor blink when
1065         debugging updates
1066
1067         * gtk/gtktextiter.h: comment about how GtkTextIter struct contents
1068         are private
1069
1070         * gtk/gtkbutton.c (gtk_button_new_from_stock): if stock ID doesn't
1071         exist, fall back to mnemonic label, not plain label, bug #61184
1072         
1073 Wed Sep 26 19:48:01 2001  Jonathan Blandford  <jrb@redhat.com>
1074
1075         * gtk/gtktreestore.c (gtk_tree_store_set_valist): Stop being
1076         stupid and emitting the signal every time.
1077
1078         * gtk/gtkliststore.c (gtk_list_store_set_valist): ditto
1079
1080 Wed Sep 26 16:35:59 2001  Owen Taylor  <otaylor@redhat.com>
1081
1082        Patch from Mark McLoughlin <mark@skynet.ie> (#61233)
1083
1084        * contrib/gdk-pixbuf-xlib/Makefile.am: install
1085        gdk-pixbuf-xlib-2.0.pc.
1086
1087 Wed Sep 26 16:15:25 2001  Owen Taylor  <otaylor@redhat.com>
1088
1089         * gtk/gtknotebook.c (gtk_notebook_set_tab_label): Fix
1090         problem where menmonic wasn't removed properly when
1091         setting a label when there already is a label.
1092         Also, handle setting the tab label back to the same
1093         value. (#61160, #61161)
1094
1095         * gtk/gtkentry.c (paste_received): Patch from 
1096         Damian Ivereigh to replace selection if there is 
1097         one. (#61121)
1098
1099 2001-09-25  Darin Adler  <darin@bentspoon.com>
1100
1101         * tests/.cvsignore: Ignore new test program.
1102
1103 2001-09-25  Havoc Pennington  <hp@redhat.com>
1104
1105         * gtk/gtktextview.c: fix for #50317
1106         
1107 2001-09-25  Havoc Pennington  <hp@redhat.com>
1108
1109         * gtk/gtktextview.c (gtk_text_view_key_press_event): use 
1110         gtk_text_iter_can_insert
1111         
1112         * gtk/gtktextbuffer.c: use gtk_text_iter_can_insert
1113
1114         * gtk/gtktextiter.c (find_line_log_attrs): fixes, #57611, #57613
1115          (gtk_text_iter_can_insert): new function to fix #60282, should
1116         also fix msw's "can paste into empty buffer" bug.
1117
1118         * gtk/gtktexttag.c (gtk_text_tag_event): change type check for 
1119         "event object,"  #59091
1120
1121         * gtk/gtktextbtree.c: indentation fixes
1122
1123         * gtk/gtktextiter.c (find_by_log_attrs): fixes
1124
1125 Tue Sep 25 12:41:17 2001  Owen Taylor  <otaylor@redhat.com>
1126
1127         * configure.in: Version 1.3.9, interface age 0, binary age 0.
1128
1129         * configure.in: Require GLib-1.39, Pango 0.20, Atk 0.5.
1130
1131         * NEWS: Updates.
1132
1133 Mon Sep 24 11:59:09 2001  Owen Taylor  <otaylor@redhat.com>
1134
1135         * gtk/gtkstyle.[ch] (_gtk_draw_insertion_cursor): Shared
1136         function for drawing cursors between gtkentry/gtklabel/gtktextview.
1137         Should this be public? It has a bit of an odd interface, but
1138         custom editing widgets probably should be using it.
1139         Function will draw with wider width for taller cursors, and
1140         draws a little indicator arrow to indicate directoin for split 
1141         cursors.
1142
1143         * gtk/gtktextview.c: Add a "cursor_color" property.
1144
1145         * gtk/gtktextdisplay.[ch]: Add a cursor_gc parameter to
1146         gtk_text_layout_draw().
1147
1148         * gtk/gtkentry.c gtk/gtklabel.c gtk/gtktextdisplay.c: Use
1149         _gtk_draw_insertion_cursor().
1150
1151 Tue Sep 25 11:22:23 2001  Owen Taylor  <otaylor@redhat.com>
1152
1153         * gtk/gtkcellrenderertext.c gtk/gtktexttag.c: Restore
1154         the behavior where you could turn family_set (etc) back on
1155         and get back the values you had before.
1156
1157         * demos/gtk-demo/stock_browser.c (id_to_macro): Use
1158         g_string_ascii_up() rather than looping through the
1159         string ourself.
1160
1161 Tue Sep 25 15:32:44 2001  Jonathan Blandford  <jrb@redhat.com>
1162
1163         * gtk/gtktreeviewcolumn.c
1164         (gtk_tree_view_column_set_cell_renderer): Removed
1165         (gtk_tree_view_column_set_alignment): xalign = CLAMP (xalign, 0.0, 1.0);  Fixes 61012.
1166
1167         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): Fixed #61012
1168         Patch from Detlef Reichl
1169
1170 2001-09-25  Havoc Pennington  <hp@redhat.com>
1171
1172         * tests/testtextbuffer.c (line_separator_tests): Add tests for
1173         line separators, addresses bug #57428
1174
1175 Tue Sep 25 12:34:42 2001  Jonathan Blandford  <jrb@redhat.com>
1176
1177         * gtk/gtkentry.c: Make a GtkCellEditable
1178         (get_widget_window_size): Change to let it honor size_allocate
1179         when a CellEditable.
1180
1181         * gtk/gtktreeview.c: M-x clean-line-ends.  Lots of focus and
1182         editable changes.
1183         (gtk_tree_view_set_cursor): Now you can set the cursor
1184         horizontally, as well as start editing.
1185
1186         * gtk/gtkstyle.c (gtk_default_draw_check): changing toggle drawing
1187         code to look more like the other check buttons.
1188
1189         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_size):
1190         Change the way we calculate cell size.
1191
1192         * gtk/gtkmarshal.list (VOID:STRING,STRING): new marshaller.
1193
1194         * demos/gtk-demo/sizegroup.c: Add mnemonics.
1195
1196         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): Fix docs.
1197         Fix logic.
1198
1199         * gtk/gtkcellrenderertext.c: Change to be editable.
1200
1201         * gtk/gtkcellrenderertoggle.c: Change to be activatable.
1202
1203         * test/testtreesort.c: Fix misspelling
1204
1205         * test/testreecolumns.c: Add mnemonics.
1206
1207         * test/testreeedit.c: New test program.
1208
1209 2001-09-25  Havoc Pennington  <hp@pobox.com>
1210
1211         * gtk/gtkwindow.c: Put notes in gtk_window_set_has_frame(),
1212         etc. docs about how these are not going to do what you want for 
1213         the X/win32 ports. Futile attempt to avoid a FAQ...
1214
1215 2001-09-24  James Henstridge  <james@daa.com.au>
1216
1217         * gtk/gtkmarshal.list (VOID): add marshal function types.
1218
1219         * gtk/gtkctree.c (gtk_ctree_class_init): make arguments have type
1220         GTK_TYPE_CTREE_NODE|G_SIGNAL_TYPE_STATIC_SCOPE rather than
1221         GTK_TYPE_POINTER.
1222         (gtk_ctree_node_get_type): implement boxed type for GtkCTreeNodes
1223         with no-op copy/free functions.
1224
1225         * gtk/gtkctree.h (gtk_ctree_node_get_type): add prototype for
1226         GtkCTreeNode get_type function.
1227
1228 2001-09-24  Havoc Pennington  <hp@redhat.com>
1229
1230         * gtk/gtktextiter.c, gtk/gtktextbuffer.c, gtk/gtktextbtree.c,
1231         gtktextlayout.c:
1232         Get rid of the newline-that-could-not-be-deleted; buffers may 
1233         now be zero-length. Much easier to fix than expected, once 
1234         I figured out the right way to do it. However, there are 
1235         various subtle bugs introduced by this that will have to get 
1236         sorted out. Please use bugzilla.
1237
1238 Mon Sep 24 15:09:08 2001  Owen Taylor  <otaylor@redhat.com>
1239
1240         * gtk/gtkwindow.c (gtk_window_move_resize): Don't wait for a
1241         response back from the window manager if our size hasn't changed 
1242         since we won't get a response back from the window manager;
1243         there was code in there to do this, but it was in the wrong
1244         place so if the hints change and the size didn't we'd expect
1245         a response.
1246
1247         Also, optimize the position-only-changed case by running
1248         the resize queue immediately, and clean up some comments
1249         for the changes.
1250
1251 Mon Sep 24 12:48:25 2001  Owen Taylor  <otaylor@redhat.com>
1252
1253         * gtk/gtknotebook.h: Add a compat macro that got lost.
1254
1255         * gtk/gtktreestore.c: Doc fixes.
1256
1257         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix reference
1258         leak for windows that receive events after being destroyed.
1259         (#60863, Joshua N. Pritikin)
1260
1261         * gtk/gtktable.c (gtk_table_remove): Use gtk_widget_queue_resize
1262         rather than gtk_container_queue_resize().
1263
1264         * gtk/{gtkcontainer.c,gtkwidget.c,gtkwindow.c}: _gtk prefix
1265         gtk_container_queue_resize, gtk_container_queue_resize_widgets,
1266         gtk_container_child_composite_name. (#60217.)
1267
1268 2001-09-22  Hans Breuer  <hans@breuer.org>
1269
1270         * gtk/gtkmenu.h : fix compat macros for gtk_menu_<prepend|insert>
1271
1272 Sat Sep 22 16:50:34 2001  Kristian Rietveld  <kristian@planet.nl>
1273
1274         * gtk/gtktexttag.c (gtk_text_tag_set_property): (case PROP_WEIGHT):
1275         weight value should be an int
1276
1277 Sat Sep 22 15:17:41 2001  Kristian Rietveld  <kristian@planet.nl>
1278
1279         * gtk/gtkmenu.c (gtk_menu_select_item): move most code
1280         to gtk_menu_scroll_item_visible(). Only call
1281         gtk_menu_scroll_item_visible() if the menu widget has been
1282         realized. Fixes bug #55310.
1283
1284 2001-09-21  Havoc Pennington  <hp@redhat.com>
1285
1286         * gtk/gtktextview.c (gtk_text_view_key_press_event): don't pass
1287         key press to IM context if cursor isn't in an editable location;
1288         bug #58425, patch from Hidetoshi Tajima
1289
1290 2001-09-21  Havoc Pennington  <hp@redhat.com>
1291
1292         Bug #60862
1293         
1294         * gtk/gtktextbtree.c (gtk_text_btree_node_destroy): 
1295         (_gtk_text_btree_unref): fix up mark memory management
1296
1297         * gtk/gtktextmark.c (mark_segment_delete_func): ditto
1298
1299 2001-09-20  Havoc Pennington  <hp@redhat.com>
1300
1301         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): don't
1302         try to handle alignment here, because it's done by PangoLayout
1303         after we set the layout width. Fix from Dov.
1304
1305 2001-09-21  Hans Breuer  <hans@breuer.org>
1306
1307         * gdk/gdk.def :
1308         * gtk/gtk.def : updated externals
1309
1310         * gtk/gtkmain.h : define get_gtk_win32_directoty () 
1311         * gtk/gtkmain.c (find_module) : don't use module_name after freeing it.
1312         Also handle that Win32 pathes cann't be hard-coded      
1313
1314         * gtk/gtkrc.c : use get_gtk_win32_directoty () to cleanup the various
1315         module, themes etc directory calculations
1316
1317         * gdk/win32/gdkgeometry-win32.c : some more hacking to get coordinates
1318         >16 bit right. The size limit within Win9x appears _not_ to be 32767
1319         but slightly smaller ...
1320
1321         * gdk/win32/gdkwindow-win32.c : use impl->position_info to avoid 
1322         >16 bit clipping. Added dummy body for gdk_window_set_icon_list ()
1323
1324         * gdk/win32/gdkdrawable-win32.c : implement gdk_win32_drawable_get_handle ()
1325
1326         * gdk/win32/gdkevents-win32.c : some tweaking to get better expose
1327         handling. I'm not sure if it is better now, but at least not worse
1328
1329         * gdk/win32/makefile.msc : define INSIDE_GDK_WIN32, some cleanup
1330
1331         * gdk/win32/gdkwin32.h : reflect recent API restrictions
1332
1333 2001-09-21  Matt Wilson  <msw@redhat.com>
1334
1335         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy): set
1336         radio_menu_item->group to NULL after removing it from the list, as
1337         it is no longer in the group. (#60869)
1338
1339         * gtk/gtkradiobutton.c (gtk_radio_button_destroy): likewise
1340
1341 2001-09-20  Havoc Pennington  <hp@pobox.com>
1342
1343         * configure.in (PANGO_REQUIRED_VERSION)
1344         (ATK_REQUIRED_VERSION): add variables and checks for specific 
1345         versions of dependencies. Previously we didn't verify the 
1346         Pango or ATk versions.
1347
1348 2001-09-09  Havoc Pennington  <hp@pobox.com>
1349
1350         * gtk/gtktextiter.c: fool with indentation
1351         (gtk_text_iter_in_range): add g_return_if_fail
1352
1353 Thu Sep 20 17:45:54 2001  Joshua N Pritikin  <vishnu@pobox.com>
1354
1355         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): Fix
1356         ref count on new tag to be 1.  Update doc.  (#60836)
1357
1358 Thu Sep 20 16:20:47 2001  Owen Taylor  <otaylor@redhat.com>
1359
1360         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Remove unnecessary
1361         call to gdk_image_new_bitmap(). (#59094, reported by
1362         by Sven Neumann)
1363
1364 Thu Sep 20 15:31:35 2001  Owen Taylor  <otaylor@redhat.com>
1365
1366         * gtk/gtkcalendar.c (gtk_calendar_init): Use the current
1367         day, as well as the current month and year.
1368         (#59047, reported by Vitaly Tishkov)
1369
1370 Thu Sep 20 15:10:30 2001  Owen Taylor  <otaylor@redhat.com>
1371
1372         * gtk/gtkdialog.c (gtk_dialog_init): Automatically set
1373         set dialogs to GTK_WIN_POS_CENTER_ON_PARENT. (#60554)
1374         
1375 Thu Sep 20 18:00:56 2001  Kristian Rietveld  <kristian@planet.nl>
1376
1377         * tests/testgtk.c (struct OptionMenuItem): get rid of it,
1378
1379         (build_option_menu): add func argument, connect ::changed
1380         signal to option menu instead of connecting the ::activate
1381         signal to the menu items,
1382
1383         (toplevel): get rid of RADIOMENUTOGGLED macro,
1384
1385         (list_toggle_sel_mode), (clist_toggle_sel_mode),
1386         (ctree_toggle_line_style), (ctree_toggle_expander_style),
1387         (ctree_toggle_justify), (ctree_toggle_sel_mode),
1388         (progressbar_toggle_orientation), (progressbar_toggle_bar_style):
1389         use gtk_option_menu_get_history() instead of RADIOMENUTOGGLED,
1390
1391         (notebook_type_changed): merged standard_notebook(),
1392         notabs_notebook(), scrollable_notebook() and borderless_notebook()
1393         into notebook_type_changed()
1394
1395         (create_list), (create_ctree), (create_notebook),
1396         (create_progress_bar): changed OptionMenuItem arrays into
1397         gchar * arrays. Removed "Extended" item where used.
1398
1399         Fixes bug #59885
1400
1401 2001-09-20  Sven Neumann  <sven@gimp.org>
1402
1403         * configure.in
1404         * gdk/Makefile.am
1405         * gtk/Makefile.am
1406         * gtk/gtkselection.c
1407         * gtk/gtktreeview.c
1408         * gtk/gtkwindow.c: removed remaining traces of nanox GDK backend.
1409
1410 Thu Sep 20 11:19:42 2001  Owen Taylor  <otaylor@redhat.com>
1411
1412         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): Add
1413         a missing pango_layout_iter_free ().
1414
1415 Thu Sep 20 11:03:51 2001  Owen Taylor  <otaylor@redhat.com>
1416
1417         * gtk/gtkobject.c gtk/gtklist.c gtk/gtkplug.c gtk/gtksocket.c
1418         gtk/gtktreemodelsort.c gtk/gtktreeview.c: Small warning cleanups.
1419
1420         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_get_group): Change
1421         the function definition so we don't accidentally rely on
1422         the compat #define from gtk_radio_menu_item_group.
1423         (#60782, Jeff Franks)
1424
1425 Thu Sep 20 16:51:02 2001  Kristian Rietveld  <kristian@planet.nl>
1426
1427         * gtk/gtkwindow.c (gtk_window_get_frame_dimensions): returned
1428         incorrect values for top, right and bottom due to cut-and-paste
1429         bug. Pointed out by Vitaly Tishkov, fixes bug #59008
1430
1431 Wed Sep 19 17:59:27 2001  Owen Taylor  <otaylor@redhat.com>
1432
1433         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set
1434         _NET_WM_PID and WM_CLIENT_MACHINE properties on each
1435         window, not just on the client leader. (#58463)
1436
1437 Wed Sep 19 17:28:47 2001  Owen Taylor  <otaylor@redhat.com>
1438
1439         * gtk/gtkwidget.c (gtk_widget_new): Add missing cast.
1440
1441         * gtk/gtkmenuitem.[ch] gtk/gtkmenushell.c: Underscore prefix
1442         non-public _gtk_menu_item_set_placement.
1443
1444         * gtk/gtktooltips.h: Deprecate gtk_tooltips_set_delay().
1445
1446 Wed Sep 19 16:16:38 2001  Owen Taylor  <otaylor@redhat.com>
1447
1448         * gdk/win32/gdkcolor-win32.c gdk/x11/gdkcolor-x11.c 
1449           gdk/linux-fb/gdkcolor-fb.c:
1450         Fix propagated (flags && GDK_COLOR_WRITEABLE) typo.
1451         (#59723)
1452
1453 Wed Sep 19 16:12:16 2001  Owen Taylor  <otaylor@redhat.com>
1454
1455         * gdk/gdkpixbuf-render.c: Allow -1 for width/height
1456         to mean "width/height of pixbuf" (Patch from Matthias Clasen,
1457         #59723)
1458
1459 Wed Sep 19 16:01:27 2001  Owen Taylor  <otaylor@redhat.com>
1460
1461         Patch from Frank Belew #59037 for Solaris compilation.
1462
1463         * gtk/maketypes.awk: Change syntax slightly for a call
1464         to sub(), apparently making awk on Solaris happier.
1465
1466         * gtk/gtktreeview.c: Remove C++ comments.
1467
1468 Wed Sep 19 15:46:29 2001  Owen Taylor  <otaylor@redhat.com>
1469
1470         * gtk/gtkwindow.c: Add xgettext:no-c-format comment to
1471         to handle '99% of the time. (#60473, reported by Christian Rose)
1472
1473         * gtk/gtkwidget.h: Remove prototype for gtk_widget_get_usize()
1474         which no longer exists. (#60379, reported by Vitaly Tishkov)
1475
1476 Wed Sep 19 11:06:24 2001  Tim Janik  <timj@gtk.org>
1477
1478         * Released 1.3.8.
1479
1480         * gdk/Makefile.am: kill EXTRA_DIST clearing.
1481         
1482 Wed Sep 19 02:50:40 2001  Tim Janik  <timj@gtk.org>
1483
1484         * demos/Makefile.am ($(testpixbuf_OBJECTS)): don't use BUILT_SOURCES
1485         as its broken in automake 1.4, add explicit object rule to
1486         generate this.
1487         
1488         * gdk-pixbuf/Makefile.am: fix maintainer and normal cleanfiles.
1489         get rid of uneccessary stamps, group stuff more logically, and build
1490         sources due to object rules. fix srcdir!=builddir.
1491
1492 Tue Sep 18 20:47:16 2001  Owen Taylor  <otaylor@redhat.com>
1493
1494         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Fix 
1495         incorrect parameter to compute_double_length
1496         (#58680, patch from Matthias Clasen)
1497
1498         Fixes for compilation with Forte cc. (#59734, Derek Rafter)
1499
1500         * gtk/gtkwindow.h gtk/gtksizegroup.h: Remove extra ;.
1501
1502         * gdk/gdktypes.h (GdkModifierType): Write 1u << 31
1503         for GDK_RELEASE_MASK to avoid warnings with Forte.
1504
1505         * gtk/gtktexttag.c gtk/gtkcellrendertext.c: Add some missing
1506         break; statements.
1507
1508 2001-09-18  Alex Larsson  <alexl@redhat.com>
1509
1510         * gtk/gtkcheckbutton.c:
1511         * gtk/gtkradiobutton.c:
1512         Don't draw with GTK_STATE_ACTIVE.
1513
1514         * gtk/gtkclist.c:
1515         * gtk/gtkctree.c:
1516         Draw lines between rows with base_gc[GTK_STATE_NORMAL].
1517
1518         * gtk/gtktextdisplay.c:
1519         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
1520         unfocused with base_gc [GTK_STATE_ACTIVE].
1521         
1522         * gtk/gtkentry.c:
1523         Add select all menu-item.
1524         Default cursor color is red.
1525         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
1526         unfocused with base_gc [GTK_STATE_ACTIVE].
1527
1528         * gtk/gtklabel.[ch]:
1529         Add keynav + menu to selectable lables.
1530         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
1531         unfocused with base_gc [GTK_STATE_ACTIVE].
1532
1533         * gtk/gtkfilesel.c:
1534         Add drag and drop support.
1535
1536         * gtk/gtkstyle.c:
1537         (This was checked in earlier)
1538         New default values for text/base SELECTED and ACTIVE
1539         
1540 Tue Sep 18 23:51:49 2001  Tim Janik  <timj@gtk.org>
1541
1542         * configure.in: up version to 1.3.8, interface age 0,
1543         binary age 0, depend on glib 1.3.8.
1544
1545         * NEWS: 1.3.8 updates.
1546
1547 Tue Sep 18 18:46:54 2001  Jonathan Blandford  <jrb@redhat.com>
1548
1549         * gtk/gtktreeview.c (gtk_tree_view_start_editing): centralize all
1550         the editing code
1551
1552         * gtk/gtkcelleditable.c: Got rid of stop_editing, as there was no
1553         reason to call it beyond emiting the two signals.
1554
1555         * gtk/gtkentry.c (gtk_entry_class_init): add "has_frame" property
1556         to GtkEntry.
1557
1558 Wed Sep 12 11:21:14 2001  Owen Taylor  <otaylor@redhat.com>
1559
1560         * gtk/gtkcellrenderertext.[ch] gtk/gtktexttag.[ch]
1561           gtk/gtktextview.c tests/testgtk.c: Fix up for changes to 
1562         PangoFontDescription.
1563
1564         * gtk/gtkentry.c gtk/gtkclist.c gtk/gtkcellrenderertext.c
1565         gtk/gtkspinbutton.c: Fix up for change to PangoMetrics
1566         structure.
1567   
1568         * gtk/gtkfontsel.c: Fix up for new Pango font listing API.
1569
1570         * gtk/gtkstyle.[ch]: Add gtk_style_get_font/set_font to replace
1571         direct access to style->font. Deprecate gtk_style_ref/unref.
1572   
1573         * gtk/gtkclist.c gtk/gtkctree.c gtk/gtkstyle.c gtk/gtkwidget.c:
1574         Remove gtk_style_ref/unref with g_object_ref/unref.
1575   
1576         * gtk/gtkcalendar.c: Remove leftover macros accessing
1577         style->font.
1578   
1579         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): Remove unused
1580         variable.
1581   
1582         * gtk/gtktext.c gtk/gtklabel.c: Use gtk_style_get_font() instead of 
1583         style->font.
1584
1585 Tue Sep 18 13:51:35 2001  Jonathan Blandford  <jrb@redhat.com>
1586
1587         * gtk/gtkcellrenderer.h (enum): Get rid of broken "can_edit" and
1588         "can_activate" properties in favor of
1589         GTK_CELL_RENDERER_MODE_INERT, GTK_CELL_RENDERER_MODE_ACTIVATABLE,
1590         and GTK_CELL_RENDERER_MODE_EDITABLE
1591
1592 Tue Sep 18 12:12:43 2001  Jonathan Blandford  <jrb@redhat.com>
1593
1594         * gtk/gtktreeview.c (gtk_tree_view_put): Add put for use with
1595         editable widgets.  This function is private, and should only be
1596         used by GtkTreeView.
1597
1598 2001-09-18  Matt Wilson  <msw@redhat.com>
1599
1600         * docs/Makefile.am (EXTRA_DIST): don't use += before =
1601
1602         * docs/faq/Makefile.am (EXTRA_DIST): likewise
1603
1604         * docs/tutorial/Makefile.am (EXTRA_DIST): likewise
1605         
1606         * gdk/Makefile.am (MAINTAINERCLEANFILES): likewise
1607         (EXTRA_HEADERS): likewise
1608
1609         * gtk/Makefile.am (MAINTAINERCLEANFILES): likewise
1610         (EXTRA_HEADERS): likewise
1611         (EXTRA_DIST): likewise
1612         (CLEANFILES): likewise
1613
1614         * gtk/stock-icons/Makefile.am (CLEANFILES): likewise
1615
1616         * tests/Makefile.am (EXTRA_DIST): likewise
1617         
1618         * Makefile.am (install-data-local): changed to use
1619         install-data-hook, which runs after install-pkgconfigDATA, so that
1620         the pkgconfigdir will have been created and populated first.
1621
1622 Mon Sep 17 17:39:52 2001  Jonathan Blandford  <jrb@redhat.com>
1623
1624         * gtk/gtkcelleditable.[ch]: Add editable interface.  This should
1625         be the last big GtkTreeView API change.
1626
1627         * gtk/gtkcellrenderer.[ch]: Get rid of the "event" vfunc, and
1628         replace with "activate" and "start_editing".  Also, added a
1629         "can_activate" and "can_edit" property.
1630
1631         * gtk/gtktreeviewcolumn.c: modify to use above.
1632
1633 2001-09-16  Alexander Larsson  <alla@lysator.liu.se>
1634
1635         * gtk/gtkoptionmenu.c:  Handle scroll wheel events.
1636
1637 Fri Sep 14 22:31:25 2001  Matthias Clasen  <matthiasc@poet.de>
1638
1639         * demos/gtk-demo/main.c (setup_default_icon): Use a shaped
1640         icon instead of one with ugly white background.
1641
1642 Fri Sep 14 22:26:01 2001  Matthias Clasen  <matthiasc@poet.de>
1643
1644         * demos/gtk-demo/stock_browser.c (id_to_macro): make
1645         the uppercasing work. (#59550)
1646
1647 2001-09-14  Jakub Steiner <jimmac@ximian.com>
1648
1649         * gtk/stock-icons/dialog_error.png:
1650         * gtk/stock-icons/dialog_question.png: more road signs
1651
1652 2001-09-13  Jakub Steiner <jimmac@ximian.com>
1653
1654         * gtk/stock-icons/dialog_question.png:
1655         * gtk/stock-icons/dialog_warning.png: anders and jonathan seem to
1656           like a road sign.
1657
1658 Wed Sep 12 19:01:05 2001  Jonathan Blandford  <jrb@redhat.com>
1659
1660         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Rename interface
1661         signals to make them more clear.  Also, change ::range_changed to
1662         ::row_changed.
1663         * gtk/gtktreemodel.c: Adjust to interface change
1664         * gtk/gtktreemodel.h: ditto
1665         * gtk/gtktreemodelsort.c: ditto
1666         * gtk/gtktreestore.c: ditto
1667         * gtk/gtkliststore.c: ditto
1668         * gtk/gtktreeview.c: ditto
1669         * tests/testtreecolumns.c: ditto
1670         * gtk/gtkmarshal.list: Actually remove a marshaller!
1671
1672 2001-09-12  Padraig O'Briain <padraig.obriain@sun.com>
1673
1674         * gtk/gtktextview.c
1675         Add support for Ctrl+Up/Down arrow to move cursor to beginning
1676         of previous/next paragraph. If within a paragraph cursor moves to
1677         beginning of that paragraph.
1678
1679 2001-09-12  Jakub Steiner <jimmac@ximian.com>
1680
1681         * gtk/stock-icons/dialog_question.png: replacing the shaky
1682           question mark with a sans-serif one.
1683         * gtk/stock-icons/stock_top.png, stock_bottom.png,
1684      stock_first.png, stock_last.png: using the new style arrows
1685         * gtk/stock-icons/stock_font.png: simple one to replace the ugly
1686      colors.
1687         * gtk/stock-icons/stock_refresh.png: anti-aliased and changed
1688      color.
1689         * gtk/stock-icons/stock_zoom*: anti-aliased
1690         * gtk/stock-icons/dialog_error.png, dialog_warning.png: confused
1691      '-' with a '_', removed the wrong files
1692
1693 Sat Sep  8 16:19:02 2001  Owen Taylor  <otaylor@redhat.com>
1694  
1695         * gtk/gtkmain.c: Implement a search path for GTK+ modules.
1696  
1697         * configure.in gtk/gtkrc.c gtk/Makefile.am: Look for modules
1698         in gtk-2.0/<type>/major.minor.(micro-binary_age) rather
1699         than in gtk-2.0/major.minor.micro/<type>/. This
1700         works better for a search path for modules.
1701  
1702         * gtk+-2.0.pc.in gtk+-2.0-uninstalled.pc.in: Add
1703         gtk_binary_version variable holding major.minor.(micro-binary_age).
1704  
1705         * modules/input/Makefile.am (moduledir): Fix installation
1706         directory to match change in lookup location.
1707  
1708         * gtk/gtkmain.c (gtk_init_check): Remove OS/2 code for dll 
1709         suffixes. Needs to be handled in g_module_build_path().
1710
1711         * gtk/gtkrc.c gtk/queryimmodules.c: Use g_build_filename() where
1712         appropriate.
1713  
1714 Tue Sep 11 13:59:12 2001  Owen Taylor  <otaylor@redhat.com>
1715
1716         * gtk/gtkrc.c (insert_rc_property): Fixed reversed comparison
1717         causing RC properties not to work.
1718
1719 2001-09-11  Jakub Steiner <jimmac@ximian.com>
1720
1721         * gtk/stock-icons/dialog-error.png: less drastic
1722         * gtk/stock-icons/dialog-warning.png: no body parts. (I hope
1723           "STOP" is international enough.
1724         * gtk/stock-icons/stock_dnd*.png: get rid of the cursor
1725         * gtk/stock-icons/stock_menu_properties.png: 16x16 version
1726
1727 Mon Sep 10 21:26:24 2001  Joshua N Pritikin  <vishnu@pobox.com>
1728
1729         * gtk/gtktextview.c (gtk_text_view_set_buffer): Make
1730         (add|remove)_selection_clipboard symmetric. (bug #59836)
1731
1732         * gtk/gtktreeview.c (gtk_tree_view_unref_and_check_selection_tree): 
1733         Avoid SEGV for empty tree. (bug #60243)
1734
1735 Mon Sep 10 20:47:22 2001  Tim Janik  <timj@gtk.org>
1736
1737         * tests/testgtk.c (create_idle_test): slight fix for
1738         g_object_set() not usable for nesting anymore.
1739
1740         * gtk/gtkhandlebox.c (gtk_handle_box_class_init): 
1741         * gtk/gtkframe.c (gtk_frame_class_init): deprecate ::shadow
1742         properties, supply ::shadow_type properties instead as most
1743         other widgets do.
1744
1745 2001-09-10  Alex Larsson  <alexl@redhat.com>
1746
1747         * demos/gtk-demo/stock_browser.c:
1748         * gdk/gdkcolor.c:
1749         * gdk/gdkfont.c:
1750         * gdk/gdkcursor.c:
1751         * gdk/gdkevents.c:
1752         * gdk/gdkrectangle.c:
1753         * gtk/gtktypeutils.c:
1754         Update to use the new g_boxed_type_register_static API.
1755
1756 2001-09-10  Padraig O'Briain <padraig.obriain@sun.com>
1757
1758         * gtk/gtktreestore.c:
1759         Fix looping in gtk_tree_store_init() waiting for zero random int.
1760
1761 Mon Sep 10 16:55:49 2001  Tim Janik  <timj@gtk.org>
1762
1763         * gtk/gtkalignment.c (gtk_alignment_init): fix xscale and yscale
1764         behaviour which havoc broke. they have to default to 1.0 for
1765         expand behaviour.
1766
1767         * gtk/gtkwindow.c (gtk_window_get_property): don't cast NULL objects.
1768
1769 2001-09-10  Padraig O'Briain <padraig.obriain@sun.com>
1770
1771         * gtk/gtkstyle.c (_gtk_style_peek_property_value)
1772         Amend previous change to avoid runtime error in g_param_spec_ref()
1773
1774 Mon Sep 10 06:58:56 2001  Owen Taylor  <otaylor@redhat.com>
1775
1776         * gtk/gtkrc.c (insert_rc_property): Fix blank line
1777         in the wrong place.
1778
1779 Mon Sep 10 06:50:39 2001  Owen Taylor  <otaylor@redhat.com>
1780
1781         * gtk/gtkstyle.c (_gtk_style_peek_property_value): Don't
1782         do a lookup immediately after creating style->property_cache,
1783         since bsearch crashes on zero length for Solaris.
1784         (Found by Padraig O'Briain.)
1785
1786 2001-09-09  Alexander Larsson  <alla@lysator.liu.se> 
1787
1788         * gtk/gtkwidget.c (_gtk_widget_peek_colormap):
1789         Really return NULL if not set.
1790         (gtk_widget_init): Remove unused varaible.
1791         
1792 2001-09-09  Alexander Larsson  <alla@lysator.liu.se> 
1793
1794         * configure.in:
1795         Remove gdk/nanox/Makefile from AC_OUTPUT(), since it is no longer
1796         in cvs.
1797
1798 2001-09-08  Havoc Pennington  <hp@pobox.com>
1799
1800         * gtk/gtkaccelgroup.c: add docs to functions that I can imagine 
1801         people might want to use
1802
1803 2001-09-08  Havoc Pennington  <hp@pobox.com>
1804
1805         * gtk/gtkalignment.c (gtk_alignment_class_init): default
1806         xscale/yscale to 0.0, not 0.5, 0.5 isn't useful
1807
1808         * tests/testtextbuffer.c: fix usage of gtk_text_iter_spew
1809
1810         * gtk/gtktextiter.c: fix docs
1811         (gtk_text_iter_spew): get rid of this
1812
1813         * gtk/gtklayout.c: docs
1814
1815         * gtk/gtkbutton.c (gtk_button_construct_child): add an alignment
1816         to center image and label together, instead of having image on
1817         left and label centered, patch/suggestion from Jacob
1818
1819         * gtk/gtkdialog.c: docs
1820
1821 Sat Sep  8 14:19:49 2001  Jonathan Blandford  <jrb@redhat.com>
1822
1823         * gtk/gtkliststore.c: Write documentation
1824         * gtk/gtktreestore.c: Write documentation
1825
1826 Sat Sep  8 13:53:09 2001  Owen Taylor  <otaylor@redhat.com>
1827
1828         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch]: Replace uses of GBSearchArray
1829         with GArray and bsearch(), to remove dependency on a still
1830         evolving interface that we want to keep private to glib/gobject. 
1831
1832 2001-09-08  Havoc Pennington  <hp@pobox.com>
1833
1834         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_add_attribute):
1835         docs fixes
1836
1837         * gtk/gtktable.c (gtk_table_get_col_spacing): docs fixes
1838
1839         * gtk/gtkspinbutton.c (gtk_spin_button_get_increments): docs fixes
1840
1841         * gtk/gtksocket.c (gtk_socket_steal): docs fixes
1842
1843         * gtk/gtkscrolledwindow.h: docs fixes
1844
1845         * gtk/gtkimage.c (gtk_image_new): docs fixes
1846
1847 Sat Sep  8 01:49:22 2001  Owen Taylor  <otaylor@redhat.com>
1848
1849         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check): Prevent a 
1850         false alarm  constness warning with a cast.
1851
1852         * gdk/x11/gdkx.h: Undefine GDK_ROOT_PARENT before redefining it
1853         for the inside-gdk case.
1854
1855 Sat Sep  8 01:44:18 2001  Jonathan Blandford  <jrb@redhat.com>
1856
1857         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_set_dirty):
1858         remove g_print.
1859
1860         * gtk/gtktreeview.c (gtk_tree_view_set_model): unref model when we
1861         change models, #59899
1862
1863 2001-09-07  Havoc Pennington  <hp@pobox.com>
1864
1865         * gtk/gtkmain.c: move some docs inline
1866
1867 2001-09-07  Havoc Pennington  <hp@pobox.com>
1868
1869         * gtk/gtk.h: tsk tsk, jrb broke the build
1870
1871 Fri Sep  7 20:45:29 2001  Jonathan Blandford  <jrb@redhat.com>
1872
1873         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_pack_{start,end}):
1874         Removed 'fill' attribute.  It was silly b/c that was a property of
1875         the cell renderer, anyway.
1876         (gtk_tree_view_column_render): Actually render the packed
1877         renderers.
1878         * doc/tree-column-sizing.txt: initial devel documentation.
1879         * gtk/gtktreeview.c (gtk_tree_view_expand_all): Fix bug.
1880         * gtk/gtkcellrenderertextpixbuf.[ch]: removed.
1881
1882         * tests/testtreefocus.c: fix up to reflect above changes.
1883         * tests/testtreeview.c: ditto
1884         * demos/gtk-demo/stock_browser.c: ditto
1885
1886 2001-09-07  Alex Larsson  <alexl@redhat.com>
1887
1888         * gdk/linux-fb/gdkcolor-fb.c:
1889         Removed unused function.
1890         
1891         * gdk/linux-fb/gdkdrawable-fb2.c
1892         * gdk/linux-fb/gdkfont-fb.c:
1893         Use PangoLanguage functions.
1894
1895         * gdk/linux-fb/gdkinput.c:
1896         * gdk/linux-fb/gdkselection-fb.c:
1897         Fix const warnings.
1898         
1899         * gdk/linux-fb/gdkwindow-fb.c:
1900         Fix warning. Implement gdk_window_set_icon_list() and
1901         gdk_window_get_frame_extents(). (No icon support yet though.)
1902
1903         * gtk/gtkwindow.c (gtk_window_get_position):
1904         If window->frame is set get the extents of it instead.
1905         
1906 Fri Sep  7 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
1907
1908         * gtk/gtkwidget.c (gtk_widget_get_default_colormap): 
1909         Make the default default colormap the GdkRGB colormap,
1910         not the system colormap.
1911
1912         * gtk/gtkinvisible.c (gtk_invisible_init) 
1913           gtk/gtkwindow.c (gtk_window_init): Set the current
1914         colormap, as returned by _gtk_widget_peek_colormap()
1915         on the widget.
1916
1917         * gtk/gtkwidget.[ch]: Export _gtk_widget_peek_colormap
1918         to GTK+. Make it return %NULL instead of the default
1919         colormap if no colormap has explicitely been pushed.
1920
1921         * gtk/gtkwidget.c (gtk_widget_get_colormap): Check for
1922         colormaps on ancestral widgets before defaulting the
1923         the system default colormap.
1924
1925         * docs/Changes-2.0.txt: explain colormap changes.
1926
1927 2001-09-07  Havoc Pennington  <hp@redhat.com>
1928
1929         * gtk/gtktextiter.c: add some lame code to handle G_MININT, fixes 
1930         #57424
1931
1932 Fri Sep  7 18:17:47 2001  Owen Taylor  <otaylor@redhat.com>
1933
1934         * gdk/gdk.h gdk/x11/gdkmain-x11.c: Deprecate gdk_set/get_use_xshm, 
1935         make gdk_set_use_xshm a noop. Remove --no-xshm command line
1936         option. If we aren't autodetecting properly, we need
1937         to fix the problem, or at least make it an environment
1938         variable setting, to avoid problems with propagating
1939         to embedded children, plugins, etc.
1940
1941         * gdk/gdkcolor.h: Deprecate gdk_colormap_get_system_size().
1942
1943         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf.h
1944         (gdk_pixbuf_render_pixmap_and_mask_for_colormap):
1945         New function to render a pixmap and mask for a particular colormap.
1946
1947         * gtk/gtkwindow.c (get_pixmap_and_mask): Change to use
1948         gdk_pixbuf_render_pixmap_and_mask_for_colormap () instead
1949         of internal implementation of the same.
1950
1951 2001-09-07  Havoc Pennington  <hp@redhat.com>
1952
1953         * gtk/gtktextlayout.c (gtk_text_layout_get_lines): remove some
1954         debug code that seems to have caused a breakpoint in valid cases
1955         
1956         * gtk/gtktextbtree.c (_gtk_text_btree_add_view): set the prev
1957         pointer on the first view when adding the second view, fixes
1958         crash when closing gtk-demo text test with active selection
1959
1960         * gtk/gtktextbuffer.c
1961         (gtk_text_buffer_remove_selection_clipboard): don't leave dead
1962         clipboards in the list of clipboards - probably fixes #59836
1963
1964 Fri Sep  7 11:51:44 2001  Owen Taylor  <otaylor@redhat.com>
1965
1966       Make gdkx.h the only installed header from gdk/x11.
1967       All structures in gdk/x11 are opaque.
1968
1969         * gdk/x11/Makefile.am gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h:
1970         Don't install gdk{drawable,pixmap,window}-x11.h.
1971
1972         * gdk/x11/{gdkcolormap-x11.c, gdkfont-x11.c, gdkx.h, gdkvisual-x11.c: 
1973         Move GdkColormapPrivateX11, GdkFontPrivateX GdkImagePrivateX11, 
1974         GdkVisualClass into C files.
1975
1976         * gdk/gdkpixmap-x11.[ch]: Make gdk_pixmap_impl_get_type() static.
1977
1978         * gdk/x11/{gdkcolor-x11.c, gdkcursor-x11.c, gdkdrawable-x11.c,
1979         gdkfont-x11.c, gdkgc-x11.c, gdkx.h, gdkimage-x11,gdkvisual-x11.c}
1980         Add public functions to replace previously exported direct
1981         structure access.
1982         gdk_x11_colormap_get_{xdisplay,xcolormap} 
1983         gdk_x11_cursor_get_{xdisplay,xcursor},
1984         gdk_x11_drawable_get_{xdisplay,xcursor,gdk_x11_visual_get_xvisual, 
1985         gdk_x11_font_get_{xdisplay,xfont}, gdk_x11_image_get_{xdisplay,ximage},
1986         gdk_x11_gc_get_{xdisplay,ximage}
1987         
1988         * gdk/gdkprivate.h gdk/gdkinternals.h: Move GdkColorInfo,
1989         GdkEventFilter, GdkClientFilter, GdkFontPrivate to gdkinternals.
1990
1991       Fix a number of variables and functions that were exported
1992       "accidentally" from GDK.
1993
1994         * gdk/**.[ch]: gdk => _gdk for gdk_visual_init,
1995         gdk_events_init, gdk_input_init, gdk_dnd_init, gdk_image_exit, 
1996         gdk_input_exit, gdk_windowing_exit, gdk_event_func, gdk_event_data,
1997         gdk_event_notify, gdk_queued_events, gdk_queued_tail,
1998         gdk_event_new, gdk_events_queue, gdk_events_unqueue,
1999         gdk_event_queue_find_first, gdk_event_queue_remove_link,
2000         gdk_event_queue_append, gdk_event_button_generate,
2001         gdk_debug_flags, gdk_default_filters, gdk_parent_root.
2002
2003         * gdk/x11/{gdkevents-x11.c, gdkglobals-x11.c, gdkimage-x11.c, 
2004            gdkmain-x11.c, gdkprivate-x11.h, gdk/x11/gdkwindow-x11.c}:
2005         gdk => _gdk for gdk_event_mask_table, gkd_nevent_masks, 
2006         gdk_wm_window_protocols, gdk_leader_window, gdk_xgrab_window,
2007         gdk_use_xshm, gdk_input_ignore_core.
2008
2009         * gdk/x11/xsettings-common.h (xsettings_list_insert): Add
2010         #defines to namespace functions into the private _gdk_ 
2011         namespace.
2012
2013         * gdk/gdkwindow.[ch] gdk/x11/gdkx.h: Add gdk_get_default_root_window ()
2014         to replace gdk_parent_root exported variable. Adjust and
2015         deprecate GDK_ROOT_PARENT().
2016
2017         * demos/{testpixbuf-drawable.c,testpixbuf-save.c}: Fix
2018         GDK_ROOT_PARENT usage, remove includes of port-specific
2019         headers.
2020
2021         * gdk/{win32,x11,fb}/gdkinput*.[ch]: s/gdk/_gdk/ for 
2022         _gdk_input_gxid_host, _gdk_input_gxid_port, _gdk_input_ignore_core, 
2023         gdk_input_devices, _gdk_input_windows, gdk_init_input_core.
2024
2025         * gdk/x11/{gdkevents-x11.,c gdkglobals-x11.c, gdkmain-x11.c}
2026         docs/Changes-2.0.txt: Remove gdk_wm_protocols, 
2027         gdk_wm_delete_window functions, gdk_wm_take_focus, 
2028         use gdk_atom_intern() instead.
2029
2030         * gdk/linux-fb/{gdkselection-fb.c, gdkmain-fb.c, gdkprivatefb.h}
2031           gdk/win32/{gdkselection-win32.c, gdkmgdkwin32.h, gdkprivate-win32.h} 
2032           gdk/x11/{gdkselection-x11.c gdkx.h, gtkprivate-x11.h}
2033           gtk/gtkselection.c 
2034         Unexport gdk_selection_property, just use 
2035         gdk_atom_intern ("GDK_SELECTION").
2036
2037         * gdk/x11/{gdkprivate-x11.h,gdkdrawable-x11h,gdkgc-x11.c,gdkx.h}: 
2038         Unexport gdk_drawable_impl_x11_get_type, gdk_gc_x11_get_type, 
2039         GDK_GC_X11 cast macros, GdkGCX11 structures, GdkCursorPrivate, 
2040         GdkVisualprivate, gdk_x11_gc_flush.
2041
2042       Make a number of public exports of variables into functions
2043       to increase encapsulation.
2044
2045         * gdk/gdkinternals.h gdk/gdkinput.h gdk/gdkevents.h 
2046         gdk/linux-fb/gdkmouse-fb.c: gdk_core_pointer => _gdk_core_pointer, 
2047         move to gdkinternals.h. Add gdk_device_get_core_pointer ().     
2048
2049         * gdk/gdkprivate.h gdk/gdkpango.c gdk/gdkinternals.h
2050         docs/Changes-2.0.txt: Unexport gdk_parent_root, gdk_error_code, 
2051         gdk_error_warnings.
2052
2053         * gdk/x11/{gdkcolormap-x11.c, gdkmain-x11.c, gdkx.h}
2054           docs/Changes-2.0.txt: 
2055         s/gdk_screen/_gdk_screen/, add gdk_x11_get_default_screen()
2056         s/gdk_root_window/_gdk_root_window/, add gdk_x11_get_default_root_xwindow()
2057         Add gdk_x11_get_default_xdisplay().
2058
2059         * gdk/gdk.h gdk/gdk.c linux-fb/gdkfb.h linux-fb/gdkglobals-fb.c 
2060         win32/gdkwin32.h x11/gdkglobals-x11.c gdk/x11/gdkmain-x11.c 
2061         gdk/x11/gdkx.h: gdk/gdk.def: Add gdk_get/set_program_class, 
2062         Don't export gdk_progclass, move --class command line
2063         option and handling to common portion of GDK.
2064
2065       Miscellaneous fixes:
2066
2067         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): Fix
2068         g_return_val_if_fail that should have been g_return_if_fail.
2069
2070         * gdk/gdkinternals.h gdk/gdkprivate.h: Move
2071         gdk_synthesize_window_state() to the semi-public gdkprivate.h.
2072
2073         * gtk/gtkdnd.c (_gtk_drag_source_handle_event): Remove uneeded
2074         X11 dependency.
2075
2076         * gdk/linux-fb/gdkmain-fb.c gdk/win32/gdkmain-win32.c gdk/TODO: 
2077         Remove unused gdk_key_repeat_disable/restore.
2078
2079         * linux-fb/gdkglobals-fb.c win32/gdkglobals-win32.c 
2080         x11/gdkglobals-x11.c x11/gdkprivate-x11.h gdk/gdk.def:
2081         Remove unused gdk_null_window_warnings variable.
2082
2083         * gdk/Makefile.am (DIST_SUBDIRS) nanox/*: cvs remove nanox;
2084         it can be retrieved from the repository; it is too far
2085         from functional to be worth having people check out;
2086         it would be easier to start from scratch, I suspect.
2087
2088         * gdk/x11/gdkpixmap-x11.c: Fix lvalue usage of GDK_PIXMAP_XID().
2089
2090         * gdk/x11/gdkkeys-x11.c gdk/gdkrgb.c gdk/gdkwindow.c 
2091         gdk/x11/gdkpango-x11.c gdk/x11/gdkselection-x11.c: 
2092         Fix some accidentally global variables and unused global variables.
2093
2094         * gdk/x11/gdkkeys-x11.c gdk/gdkrgb.c gdk/gdkwindow.c 
2095         gdk/x11/gdkpango-x11.c gdk/x11/gdkselection-x11.c: 
2096         Fix some accidentally global variables and unused global variables.
2097
2098       Add some space for future expansion to multihead.
2099
2100         * gdk/gdkdrawable.h: Add four reserved function pointers
2101         for future expansion of GdkDrawableClass.
2102
2103         * gtk/gtkwindow.h gtk/gtkinvisible.h: Add reserved pointer
2104         where we can put a GdkScreen * later.
2105
2106 2001-09-07  Havoc Pennington  <hp@redhat.com>
2107
2108         * gtk/gtktextview.c (gtk_text_view_flush_scroll): update
2109         adjustments after validating destination yrange; fixes #53918
2110         (This may cause other issues, but I hope it won't)
2111         
2112 2001-09-05  Havoc Pennington  <hp@redhat.com>
2113
2114         * gtk/gtktextbtree.c (_gtk_text_btree_delete): when merging end
2115         line into start line, update the character counts in parent nodes; 
2116         caused a bug when end and start line had different parent nodes.
2117
2118 2001-08-30  Havoc Pennington  <hp@redhat.com>
2119         
2120         * gtk/gtktexttag.c (_gtk_text_attributes_fill_from_tags): add
2121         assertion that tag is in a table
2122
2123 Fri Sep  7 12:48:56 2001  Matthias Clasen  <matthiasc@poet.de>
2124
2125         * gdk/x11/gdkkeys-x11.c (get_direction): Don't call
2126         g_strcasecmp on NULL strings. (#59058)
2127
2128 2001-09-06  Alex Larsson  <alexl@redhat.com>
2129
2130         * gtk/gtkbin.c:
2131         * gtk/gtkfontsel.c:
2132         * gtk/gtkspinbutton.c:
2133         * gtk/gtktipsquery.c:
2134         Use GtkType/GType instead of uint.
2135
2136 Tue Sep  4 18:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
2137
2138         * gtk/gtkliststore.c (gtk_list_store_init): fix initial val for
2139         sort column.
2140
2141         * gtk/gtktreestore.c (gtk_list_store_init): ditto
2142
2143         * gtk/gtktreesortable.c: add docs.
2144
2145 Tue Sep  4 09:37:19 2001  Owen Taylor  <otaylor@redhat.com>
2146
2147         * Version 1.3.7
2148
2149         * configure.in docs/Makefile.am docs/gtk-config.1.in: Remove 
2150         docs for gtk-config
2151
2152         * modules/input/Makefile.am (install-data-local): Don't
2153         run gtk-query-immodules if DESTDIR is set.
2154
2155         * NEWS: Various additions.
2156
2157 Tue Sep  4 03:12:25 2001  Tim Janik  <timj@gtk.org>
2158
2159         * NEWS: updates for 1.3.7 release.
2160
2161 Mon Sep  3 18:03:56 2001  Jonathan Blandford  <jrb@redhat.com>
2162
2163         * gtk/gtktreestore.c (gtk_tree_store_set_default_sort_func):
2164         handle default sort feature
2165
2166         * gtk/gtktreesortable.c (gtk_tree_sortable_set_default_sort_func):
2167         new function to handle default sort.
2168         (gtk_tree_sortable_has_default_sort_func): check if default sort
2169         is set.
2170
2171         * gtk/gtkliststore.c (gtk_list_store_set_default_sort_func): 
2172         handle default sort feature
2173
2174 Sun Sep  2 20:32:36 2001  Jonathan Blandford  <jrb@redhat.com>
2175
2176         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): patch from
2177         vishnu@pobox.com (Joshua N Pritikin) to fix math and an assertion,
2178         #59731
2179
2180 Sun Sep  2 17:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
2181
2182         * gtk/gtktreeview.c (gtk_tree_view_deleted): Patch from
2183         vishnu@pobox.com (Joshua N Pritikin) to emit signal at the correct
2184         time, #59727
2185
2186         * gtk/gtkbutton.c (gtk_button_update_state): Get depressed
2187         correctly.
2188
2189 Sun Sep  2 21:41:21 2001  Owen Taylor  <otaylor@redhat.com>
2190
2191         * gdk/x11/gdkkeys-x11.c (update_keymaps): Set current serial
2192         so that we don't eternally update the keymap after we
2193         get a change notification.
2194
2195         * gtk/gtkmenuitem.c (gtk_menu_item_set_right_justified): Fix
2196         incorrect cast.
2197
2198 Sun Sep  2 23:27:16 2001  Kristian Rietveld  <kristian@planet.nl>
2199
2200         * gtk/gtktreemodelsort.[ch]: much changes in an attempt to make
2201         it working. It mostly works now, although there're still a few issues
2202         to be worked out.
2203
2204         * tests/testtreesort.c (main): changes to have a better test
2205         application for the GtkTreeModelSort.
2206
2207 Sun Sep  2 23:19:07 2001  Kristian Rietveld  <kristian@planet.nl>
2208
2209         * gtk/gtktreeview.c (gtk_tree_view_search_iter): code cleaup,
2210         fix for bug #59222.
2211
2212         * gtk/gtktreeview.c (gtk_tree_view_search_equal_func): add
2213         gpointer search_data argument to function definition and
2214         prototype, to match GtkTreeViewSearchEqualFunc typedef.
2215
2216 Sat Sep  1 21:57:27 2001  Kristian Rietveld  <kristian@planet.nl>
2217
2218         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): add warnings
2219         per jrb's request.
2220
2221 Fri Aug 31 20:01:23 2001  Jonathan Blandford  <jrb@redhat.com>
2222
2223         * gtk/gtktreeview.c (gtk_tree_view_search_iter): pass in user data.
2224
2225         * gtk/gtktreeview.c (gtk_tree_view_destroy): destroy search_data.
2226
2227 Wed Aug 29 20:40:58 2001  Owen Taylor  <otaylor@redhat.com>
2228
2229         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_add/remove_selection_clipboard): 
2230         Instead of always mirroring the selection to a single PRIMARY
2231         selection, allow it to be mirrored to any number of clipboards.
2232
2233         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_paste_primary): Remove, 
2234         just use gtk_text_buffer_paste_clipboard with the appropriate clipboard.
2235
2236         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_cut/copy/paste_clipboard): Add a
2237         GtkClipboard argument, and for paste_clipboard, the
2238         @override_location argument from @paste_primary.
2239
2240         * gtk/gtktextview.c: Adapt to above change.
2241         
2242 2001-08-30  Havoc Pennington  <hp@redhat.com>
2243
2244         * gtk/gtktextview.c (invalidated_handler): put validate idle at
2245         resize - 2 just for flexibility
2246
2247 2001-08-30  Havoc Pennington  <hp@redhat.com>
2248
2249         * gtk/gtktextdisplay.c (render_layout_line): handle NULL shaped
2250         object from the empty-child-anchor case by drawing a little box.
2251         
2252         * gtk/gtktextlayout.c (add_child_attrs): Still set shape attribute
2253         if the child anchor has no anchored widgets - fixes #59328.
2254
2255         Also, remove bizarre deletion of preedit string that seems to have
2256         gotten in here somehow.
2257
2258 2001-08-30  Havoc Pennington  <hp@redhat.com>
2259
2260         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): apply fix
2261         to #58420 from Hidetoshi Tajima and Matthias Clasen
2262
2263 Wed Aug 29 17:28:04 2001  Jonathan Blandford  <jrb@redhat.com>
2264
2265         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
2266         change color when the GtkTreeView loses focus.
2267
2268         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render):
2269         ditto.
2270         
2271         * gtk/gtkstyle.c (gtk_default_draw_flat_box): ditto
2272
2273 2001-08-28  Havoc Pennington  <hp@pobox.com>
2274
2275         * gtk/gtkwindow.c (gtk_window_set_icon_list): fix g_object_notify
2276
2277 2001-08-28  Havoc Pennington  <hp@pobox.com>
2278
2279         * demos/gtk-demo/main.c (setup_default_icon): add default icon
2280
2281         * gtk/gtkradiobutton.c (gtk_radio_button_new_with_mnemonic):
2282         warning fix
2283         (gtk_radio_button_new_with_label): warning fix
2284
2285         * gtk/gtkdnd.c: used some random GtkImage private structs, 
2286         update to reflect GtkImage changes
2287
2288         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): don't check
2289         whether the hint is supported, just always set the icon. A task
2290         list might want to use it even if the WM doesn't, and the WM may
2291         change over time. Also, XDeleteProperty() if list == NULL.
2292
2293         * gtk/gtkwindow.c (gtk_window_set_icon_list)
2294         (gtk_window_get_icon_list)
2295         (gtk_window_set_icon)
2296         (gtk_window_get_icon)
2297         (gtk_window_set_default_icon_list)
2298         (gtk_window_get_default_icon_list):
2299         new functions
2300
2301         * gtk/gtk-boxed.defs (GtkIconSet): add GtkIconSet
2302
2303         * gtk/gtkimage.c: Implement property support, bug #59408
2304
2305         * gtk/gtkcontainer.c (gtk_container_add): make the warning message
2306         on reparent-without-removing-first a bit more helpful.
2307         Let's just destroy this FAQ.
2308
2309 Tue Aug 28 21:37:11 2001  Matthias Clasen  <matthiasc@poet.de>
2310
2311         * demos/gtk-demo/appwindow.c (do_appwindow): Use g_signal_connect_object
2312         instead of gtk_signal_connect, to avoid warnings at destruction time. (#58161)
2313
2314 Tue Aug 28 21:00:44 2001  Matthias Clasen  <matthiasc@poet.de>
2315
2316         * gtk/gtkprogressbar.c (gtk_progress_bar_set_text): Move the setting
2317         of use_text_format to the end of the function. (#56447)
2318
2319 Tue Aug 28 20:06:07 2001  Matthias Clasen  <matthiasc@poet.de>
2320
2321         * demos/testpixbuf.c (update_timeout): Use gdk_pixbuf_loader_get_pixbuf
2322         only in response to an area_prepared signal.
2323
2324 2001-08-28  Alex Larsson  <alexl@redhat.com>
2325
2326         * gtk/gtkwidget.c (gtk_widget_class_init):
2327         Make unrealize GTK_RUN_LAST.
2328
2329 Mon Aug 27 22:00:41 2001 Manish Singh <yosh@gimp.org>
2330
2331         * gtk/gtkradiobutton.c: fix silly cut'n'paste error,
2332         with_label and with_mnemonic should create radio buttons, not
2333         check buttons
2334
2335 Mon Aug 27 15:28:56 2001  Jonathan Blandford  <jrb@redhat.com>
2336
2337         * tests/testtreefocus.c (main): Fix to use GtkSelectionMode.
2338         * tests/treestoretest.c (make_window): ditto
2339         * demos/gtk-demo/main.c (create_tree): ditto
2340         * demos/gtk-demo/stock_browser.c (do_stock_browser): ditto.
2341
2342 Mon Aug 27 15:18:14 2001  Jonathan Blandford  <jrb@redhat.com>
2343
2344         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): Use the
2345         GTK selection types rather than GtkTreeSelectionMode.
2346
2347         * docs/Changes-2.0: Add comment about selection change.
2348
2349 Mon Aug 27 14:21:30 2001  Jonathan Blandford  <jrb@redhat.com>
2350
2351         * gtk/gtkenums.h (GtkSelectionMode): deprecate
2352         GTK_SELECTION_EXTENDED.
2353
2354         * gtk/gtkclist.c: Remove old GTK_SELECTION_MULTIPLE behavior.
2355         Make GTK_SELECTION_EXTENDED be GTK_SELECTION_MULTIPLE.
2356
2357         * gtk/gtkctree.c: ditto
2358
2359         * gtk/gtklist.c: ditto
2360
2361         * gtk/gtktree.c: ditto
2362
2363 Mon Aug 27 14:18:12 2001  Owen Taylor  <otaylor@redhat.com>
2364
2365         * gtk/gtkmenubar.h (gtk_menu_bar_prepend): Fix a cuple
2366         of typos in compat macros. (#59624, Skip Montaro)
2367
2368 Sun Aug 26 20:00:00 2001  Owen Taylor  <otaylor@redhat.com>
2369
2370         * configure.in acinclude.m4: Use autoconf 2.13/2.50 compat
2371         macro.
2372
2373          (patch from ERDI Gergo  <cactus@cactus.rulez.org>, #58920)
2374  
2375         * gtk/gtkmenuitem.c (gtk_menu_item_set_right_justified): Change
2376         interface to be a standard setter from gtk_menu_item_right_justify.
2377         (gtk_menu_item_get_right_justified): a getter to go with the setter
2378
2379         * gtk/gtkmenuitem.h: Add a deprecated compat macro for
2380         gtk_menu_item_right_justify.
2381
2382         * demos/gtk-demo/menus.c tests/testgtk.c: Switch to 
2383         gtk_menu_item_set_right_justified.
2384  
2385 2001-08-27  Jens Finke <jens@gnome.org>
2386
2387         * gtk+.spec.in: Updated to match gpp requirements, reworked the
2388         files section to make it work with 1.3.x releases.
2389
2390 2001-08-26  Alexander Larsson  <alla@lysator.liu.se>
2391
2392         * gtk/gtkbutton.[ch]:
2393         Add properties for labels, mnemonics and stock items.
2394         Added C accessor functions for the properties.
2395         Removed deprecated button->child.
2396
2397         * gtk/gtkradiobutton.c:
2398         * gtk/gtktogglebutton.c:
2399         Update to use the functions in GtkButton.
2400
2401         * gtk/gtkcheckbutton.c:
2402         Update to use the functions in GtkButton.
2403         Changed size allocation of child. Now only gets as much
2404         space as it requests.
2405
2406         * gtk/gtkclist.c:
2407         Don't use GtkButton->child
2408
2409         * gtk/gtklabel.c:
2410         Fixed typo in docs
2411         
2412 2001-08-26  Alexander Larsson  <alla@lysator.liu.se>
2413
2414         * tests/testgtk.c:
2415         * tests/Makefile.am:
2416         Ressurect the properties test.
2417         I don't care if it is inferior, I just want to test my property code.
2418
2419 2001-08-25  Chema Celorio  <chema@celorio.com>
2420
2421         * gtk/gtktable.c (gtk_table_set_child_property): pass ->nrows to
2422         gtk_table_resize as the first argument for CHILD_PROP_RIGHT_ATTACH
2423         and CHILD_PROP_LEFT_ATTACH v.s. using ->ncols
2424
2425 2001-08-24  Havoc Pennington  <hp@pobox.com>
2426
2427         * gtk/gtkcompat.h: remove gtk_menu_* compat defines; 
2428         these are already in gtkmenu.h, and the copies
2429         here were broken.
2430
2431         Also, change GTK_DISABLE_COMPAT_H to GTK_DISABLE_DEPRECATED
2432
2433         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_image):
2434         special-case bitmaps to allow no colormap
2435         (bitmap1): implement no-colormap bitmap-getting
2436         (bitmap1a): implement no-colormap bitmap-getting to pixbuf with
2437         alpha
2438         (rgb8): indentation
2439         (rgb1a, rgb1): change the way we read the data out of the image, 
2440         old way didn't seem to work quite right.
2441
2442         I'm pretty sure a lot of the rgbconvert code is still broken.
2443         
2444         * gtk/gtkwindow.c (gtk_window_move_resize): move hints comparison
2445         above position constraint (I really intended to do this before,
2446         don't know what's up with that)
2447         (gtk_XParseGeometry): shut up gcc
2448
2449         * gdk/gdkpixbuf-drawable.c (rgb1a): fix bug where "x1" was used
2450         and "0" should have been. remove the attempted 4-bytes-at-once
2451         optimization, it was totally broken.
2452
2453 Sat Aug 25 19:02:39 2001  Owen Taylor  <otaylor@redhat.com>
2454
2455         * gtk/gtkbutton.[ch] gtk/gtktogglebutton.c: Add optional movement
2456         on push to buttons (based on patch from Soeren Sandmann, #54720)
2457
2458           - Add child_displacement_x/y style properties to control how far the
2459             child moves when the button is depressed.
2460
2461           - Add non-exported function _gtk_button_set_depressed to clean
2462             up the handling of the in/out shadow and separate it frmo
2463             widget->state.
2464
2465           - Lots of code cleanup and simplification of state handling
2466             for GtkButton/GtkToggleButton.
2467  
2468         * tests/testgtkrc: Set the x/y displacement to 1 to provide a test
2469         of button movement. testgtk + testgtkrc == test ugly GTK+, as always.   
2470
2471 Fri Aug 24 23:09:05 2001  Owen Taylor  <otaylor@redhat.com>
2472
2473         * gtk/gtkimage.[ch] docs/Changes-2.0.txt: Break compatibility 
2474         and make gtk_image_new() take no arguments. The compiler will
2475         catch it, and it is vastly more useful than having
2476         gtk_image_new() be a deprecated alias for gtk_image_new_from_image().  
2477
2478         * gtk/gtkmenu.c (gtk_menu_set_property): Apply patch
2479         to add tearoff-title property (#51319, Lee Mallabone)
2480
2481 Fri Aug 24 22:12:32 2001  Owen Taylor  <otaylor@redhat.com>
2482
2483         * gtk/gtkmenuitem.[ch]: Remove unused and useless function
2484         gtk_menu_item_configure(). (#58925)
2485
2486 Fri Aug 24 16:03:45 2001  Jonathan Blandford  <jrb@redhat.com>
2487
2488         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): Add
2489         "use_align" to give people the option to just make a cell visible.
2490
2491         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): fix bug where
2492         we were scrolling past the end of the tree.
2493
2494         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_pack_start):
2495         rename gtk_tree_view_column_pack_start_cell_renderer to
2496         gtk_tree_view_column_pack_start.  Same for pack_end, and clear.
2497
2498 Fri Aug 24 12:02:08 2001  Owen Taylor  <otaylor@redhat.com>
2499
2500         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Remove
2501         a stray g_object_ref() left over from gtk_object_ref/sink.
2502         (Pointed out by Josh Pritikin.)
2503
2504 Thu Aug 23 19:33:54 2001  Owen Taylor  <otaylor@redhat.com>
2505
2506         * gtk/gtkcontainer.[ch]: Rename gtk_container_children()
2507         to gtk_container_get_children. Added deprecated compatibility
2508         macro. (Suggested by Vitaly Tishkov, #59051)
2509
2510         * gtk/gtktoolbar.c gtkdialog.c: Fix gtk_container_children()
2511         calls.
2512
2513 Thu Aug 23 19:10:01 2001  Owen Taylor  <otaylor@redhat.com>
2514
2515         * gtk/gtkmenubar.h (gtk_menu_bar_insert): Deprecate 
2516         gtk_menu_bar_append/prepend/insert, forgot to do this
2517         when we deprecated gtk_menu_append/prepend/insert.
2518
2519         * gtk/gtkmenu.h (gtk_menu_insert): Add casts to deprecated
2520         compat macros.
2521
2522         * gtk/gtkmenu.c: Fix problem with static gtk_menu_insert() being
2523         renamed by compat macro.
2524
2525         * gtk/gtkfontsel.h: Deprecated gtk_font_selection_get_font(),
2526         gtk_font_selection_dialog_get_font(). (Suggested by
2527         Vitaly Tishkov, #59383)
2528
2529 Thu Aug 23 18:23:31 2001  Owen Taylor  <otaylor@redhat.com>
2530
2531         * gtk/gtktexttag.c (gtk_text_tag_table_get_size): 
2532         Rename from gtk_text_tag_table_size(). (#59366)
2533
2534 Thu Aug 23 20:01:41 2001  Kristian Rietveld  <kristian@planet.nl>
2535
2536         * gtk/gtktreemodelsort.[ch], gtk/gtktreesortable.[ch],
2537         gtk/gtktreestore.[ch], gtk/gtktreeviewcolumn.[ch],
2538         gtk/gtkliststore.[ch]: use GtkSortType instead of GtkTreeSortOrder.
2539         (#59173).
2540
2541 Thu Aug 23 16:26:47 2001  Tim Janik  <timj@gtk.org>
2542
2543         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): 
2544         * gtk/gtktextmark.c (gtk_text_mark_finalize): chain parent class
2545         handlers, pointed out by Joshua N Pritikin <vishnu@pobox.com>.
2546
2547 Wed Aug 22 19:15:39 2001  Owen Taylor  <otaylor@redhat.com>
2548
2549         [ Patch from Sebastian Wilhelmi, 52790 ]
2550
2551         * gtk/gtkversion.h.in gtk/gtk.h: New file replacing gtkcompat.h
2552
2553         * gdk/gdkcompat.h gdk/gdk*.h gtk/gtkcompat.h.in gtk/gtk*.h: 
2554         Move compatibility macros from g[dt]kcompat.h to within 
2555         #ifndef G[DT]K_DISABLE_DEPRECATED in each file.
2556
2557         * gdk/gdk-pixbuf-csource.c: Fix up include of gtkcompat.h.
2558
2559         * demos/Makefile.am demos/gtk-demo/Makefile.am 
2560           docs/reference/gdk-pixbuf/Makefile.am modules/input/Makefile.am
2561           tests/Makefile.am: Remove references to -G[DT]K_DISABLE_DEPRECATED.
2562
2563         * demos/{pixbuf-demo.c,testpixbuf-drawable.c,testpixbuf-save.c,
2564                  testpixbuf.c}: Fix usages of deprecated functions.
2565
2566 Wed Aug 22 19:03:27 2001  Jonathan Blandford  <jrb@redhat.com>
2567
2568         * gtk/gtktreeview.c (gtk_tree_view_set_model): clean up selection
2569         when changing models.
2570
2571 Wed Aug 22 18:25:46 2001  Jonathan Blandford  <jrb@redhat.com>
2572
2573         * gtk/gtktreeview.c: Fix selection.  I think it's all dandy now.
2574         We check the current event for modifiers rather than try to trap
2575         all presses.
2576
2577 2001-08-22  Anders Carlsson  <andersca@gnu.org>
2578
2579         * gtk/gtkliststore.h (GTK_LIST_STORE_CLASS): Fix a small typo.
2580         It's LIST_STORE, not LISTSTORE.
2581
2582 Tue Aug 21 12:43:29 2001  Owen Taylor  <otaylor@redhat.com>
2583
2584         * gtk/gtk.h: Remove commented out gtkpacker reference.
2585
2586 2001-08-21  Matthias Clasen  <matthiasc@waldgeist.poet.de>
2587
2588         * configure.in (all_loaders): Add tga loader, 
2589         patch by Nicola Girardi. (#56067)
2590
2591 Tue Aug 21 02:57:13 2001  Jonathan Blandford  <jrb@redhat.com>
2592
2593         * gtk/gtktreeview.c (gtk_tree_view_button_press): Fix up selection
2594         a little.  More needs to be done tomorrow.
2595
2596 Tue Aug 21 00:45:55 2001  Jonathan Blandford  <jrb@redhat.com>
2597
2598         * gtk/gtktreeview.c (gtk_tree_view_destroy): Grr... Get it right.
2599
2600 Mon Aug 20 23:48:18 2001  Jonathan Blandford  <jrb@redhat.com>
2601
2602         * gtk/gtktreeview.c (gtk_tree_view_get_cell_area): Fix bug
2603         reported by Kristian Rietveld <kristian@planet.nl> to handle row
2604         == NULL.
2605         (gtk_tree_view_destroy): Fix bug reported by Kristian Rietveld
2606         <kristian@planet.nl> to change destroy order.
2607
2608 Mon Aug 20 11:39:44 2001  Jonathan Blandford  <jrb@redhat.com>
2609
2610         * gtk/gtktreeselection.c (gtk_tree_selection_class_init): Use
2611         correct marshaller.
2612
2613 Sun Aug 19 03:22:59 2001  Jonathan Blandford  <jrb@redhat.com>
2614
2615         * gtk/gtkliststore.c: Fix up warnings, #58928.
2616
2617         * gtk/gtktreeselection.h: Change signal prototype, #58647
2618
2619         * gtk/gtktreeview.c (_gdk_tree_view_find_node): Make more robust,
2620         #59221.
2621
2622         * gtk/gtkstyle.c: Actually prelight arrow, #50981
2623         
2624 2001-08-18  Hans Breuer  <hans@breuer.org>
2625
2626         * gdk/gdk.def : updated externals
2627
2628         * gdk/win32/gdkselection-win32.c : returning TRUE with gdk_selection_set
2629         is required to get (at least) visible in entry fields. Some selections
2630         are really handled now - even on win32 - but copying via middle
2631         mouse button into a different app needs to wait ... 
2632
2633         * gdk/win32/gdkdnd-win32.c : implemented inter-app drag&drop
2634         mostly by stealling code from gdkdnd-fb.c. Thanks to who ever wrote it!
2635
2636         * gdk/win32/gdkevents-win32.c : some tweaking to get better expose
2637         handling. I'm not sure if it is better now, but at least not worse
2638
2639         * gdk/win32/gdkgeometry-win32.c : replaced every call to MoveWindow
2640         with SetWindowPos () which allows more fine-tuning backing-store wise
2641
2642         * gdk/win32/gdkwindow-win32.c : allow unraised gdk_window_show ().
2643         Also changed move/resize to be more like the X version.
2644
2645         * gtk/gtk.def : updated externals
2646
2647 2001-08-19  Sven Neumann  <sven@gimp.org>
2648
2649         * gtk/gtktooltips.c
2650         * tests/testtreesort.c
2651         * tests/treestoretest.c: inserted some casts to get rid of compiler
2652         warnings.
2653
2654 Sun Aug 19 01:44:44 2001  Jonathan Blandford  <jrb@redhat.com>
2655
2656         * gtk/gtktreeviewcolumn.c
2657         (gtk_tree_view_column_pack_{start,end}_cell_renderer): sink cell.
2658
2659         * gtk/gtktreeview.c (gtk_tree_view_insert_column): sink column.
2660         (_gtk_tree_view_find_node): If *node is NULL,
2661         *tree should be NULL too.
2662
2663         * demos/gtk-demo/stock_browser.c (do_stock_browser): don't unref
2664         column/renderers.
2665         * tests/testtreecolumns.c: ditto
2666         * tests/testtreefocus.c: ditto
2667         * tests/testtreesort.c: ditto
2668         * tests/testtreeview.c: ditto
2669         * tests/treestoretest.c: ditto
2670
2671 Sat Aug 18 04:34:31 2001  Jonathan Blandford  <jrb@redhat.com>
2672
2673         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): 2 new
2674         signals; is_expander/is_expanded.
2675
2676         * gtk/gtlcellrendererpixbuf.c: Allow other expanded and closed
2677         pixbufs.
2678
2679         * gtk/gtktreeview.c: set above properties.
2680
2681 Sat Aug 18 23:01:33 2001  Owen Taylor  <otaylor@redhat.com>
2682
2683         * gtk/gtkwidget.h: Really remove set_default_style().
2684
2685         * docs/Changes-2.0.txt: added a note about
2686         gtk_widget_push/pop/set_default_style.
2687
2688 2001-08-18  Havoc Pennington  <hp@pobox.com>
2689
2690         * gtk/gtkwindow.c (gtk_window_move_resize): constrain position on
2691         hints_changed in addition to the other cases.
2692         (gtk_window_move_resize): include last position from configure
2693         notify in debug spew
2694
2695 2001-08-18  James Henstridge  <james@daa.com.au>
2696
2697         * gtk/gtkaccelgroup.c (gtk_accel_group_object_destroy): use the
2698         second argument to the weak ref notify, cleaning up some uglyness.
2699         (gtk_accel_group_attach): remove and add the weak notifier when
2700         changing the accel groups slist.
2701         (gtk_accel_group_detach): same here.
2702
2703 2001-08-17  Darin Adler  <darin@bentspoon.com>
2704
2705         * gtk/gtktreeview.c: (gtk_tree_view_search_equal_func): Add
2706         missing parameters to utf8 functions to make it compile.
2707
2708 Fri Aug 17 19:30:14 2001  Jonathan Blandford  <jrb@redhat.com>
2709
2710         * gtk/gtktreeprivate.h:
2711         * gtk/gtktreeview.c: (gtk_tree_view_class_init),
2712         (gtk_tree_view_init), (gtk_tree_view_set_property),
2713         (gtk_tree_view_get_property), (gtk_tree_view_destroy),
2714         (gtk_tree_view_key_press), (gtk_tree_view_leave_notify),
2715         (gtk_tree_view_focus_out), (gtk_tree_view_set_model),
2716         (gtk_tree_view_set_destroy_count_func),
2717         (gtk_tree_view_set_enable_search),
2718         (gtk_tree_view_get_enable_search),
2719         (gtk_tree_view_get_search_column),
2720         (gtk_tree_view_set_search_column),
2721         (gtk_tree_view_get_search_equal_func),
2722         (gtk_tree_view_set_search_equal_func),
2723         (gtk_tree_view_search_dialog_destroy),
2724         (gtk_tree_view_search_position_func),
2725         (gtk_tree_view_interactive_search),
2726         (gtk_tree_view_search_delete_event),
2727         (gtk_tree_view_search_button_press_event),
2728         (gtk_tree_view_search_key_press_event),
2729         (gtk_tree_view_search_move), (gtk_tree_view_search_equal_func),
2730         (gtk_tree_view_search_iter), (gtk_tree_view_search_init):
2731         * gtk/gtktreeview.h:
2732         Add heavily modified patch from Kristian Rietveld to handle
2733         interactive searching.
2734
2735 Fri Aug 17 17:30:34 2001  Tim Janik  <timj@gtk.org>
2736
2737         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): const correct
2738         string parameter.
2739
2740         * gtk/gtkoptionmenu.c (gtk_option_menu_set_menu): connect to
2741         GtkMenuShell::selection_done, now that we have it, instead of 
2742         ::deactivate so we're not tearing the menu apart and notify
2743         the user prematurely.
2744
2745 Thu Aug 16 05:22:01 2001  Tim Janik  <timj@gtk.org>
2746
2747         * gtk/gtkwindow.c (gtk_window_move_resize): if we actually move our
2748         window, clear window->need_default_position to avoid infinite loops.
2749         some comment fixups and GTK_RESIZE_IMMEDIATE fixups.
2750
2751 Wed Aug 15 12:36:55 2001  Tim Janik  <timj@gtk.org>
2752
2753         * gtk/gtktreeview.c (gtk_tree_view_set_model): move all model setup
2754         code into this place. get rid of GTK_TREE_VIEW_MODEL_SETUP usage.
2755         (gtk_tree_view_set_property): don't cast possible NULL objects.
2756         (gtk_tree_view_destroy): reset the model to NULL.
2757
2758         * gtk/gtktreeselection.c (gtk_tree_selection_finalize): chain
2759         parent_class handler.
2760
2761 2001-08-17  Matthias Clasen  <matthiasc@waldgeist.poet.de>
2762
2763         * gtk/demos/gtk-demo/*: Remove all uses of deprecated functions.
2764
2765 2001-08-17  Anders Carlsson  <andersca@gnu.org>
2766
2767         * gtk/gtkstyle.c (create_expander_affine): Divide with floating
2768         point numbers so that the result will be floating point.
2769
2770 2001-08-16  Matthias Clasen  <matthiasc@waldgeist.poet.de>
2771
2772         * tests/testgtk.c (create_handle_box): 
2773         (create_toolbar): Replace gtk_window_set_policy calls by
2774         gtk_window_set_resizable.
2775
2776 2001-08-16  Jakub Steiner <jimmac@ximian.com>
2777
2778         * gtk/stock-icons/dialog_info.png: new style bulb
2779         * gtk/stock-icons/dialog_error.png: maybe a little drastic ;)
2780         * gtk/stock-icons/dialog_warning.png: need a hand?
2781         * gtk/stock-icons/stock_add.png, stock_remove.png: I hope 
2782           the aa border gets chopped off ok
2783         * gtk/stock-icons/stock_colorselector.png: using the new hand
2784         * gtk/stock-icons/stock_dnd_multiple.png: I'm not totally sure what 
2785           this one is for, but the old icon was butt ugly.
2786         * gtk/stock-icons/stock*_insert_image.png: not sure if it belongs here
2787         * gtk/stock-icons/stock*_insert_object.png: "
2788         * gtk/stock-icons/stock_index.png: using new hand icon
2789         * gtk/stock-icons/stock*_new.png: the document template being used 
2790           elsewhere too
2791         * gtk/stock-icons/stock*_print*.png: new print and print preview 
2792           icons (panel/menu)  
2793         * gtk/stock-icons/stock*_save*.png, stock*_revert.png: new save/revert 
2794           icons based on Tuomas' floppy image.
2795         * gtk/stock-icons/stock*_search*.png: search and s'n'r icons for panel/menu
2796         * gtk/stock-icons/stock*_stop.png: replacing the old 'x' button
2797         * gtk/stock-icons/stock*_trash.png: based on Tuomas' trash icon
2798         * gtk/stock-icons/stock*_undelete.png: "
2799         * gtk/stock-icons/stock_preferences.png: I have a version with a 
2800           document base if the sliders are no good.
2801         * gtk/stock-icons/stock_properties.png: properties 
2802         
2803
2804         * gtk/stock-icons/stock*_copy.png, stock*_cut.png, stock*_paste.png: Tuomas' 
2805           (tigert@ximian.com) clipboard icons
2806         * gtk/stock-icons/stock_{up,down,left,right}_arrow.png: tigert's new arrows
2807         * gtk/stock-icons/stock*_{undo,redo}.png: tigert's undo/redo icons.
2808         * gtk/stock-icons/stock_open.png: shaded open icon by Tuomas. we should make it a
2809           little bigger IMHO
2810
2811 2001-08-16  Sven Neumann  <sven@gimp.org>
2812
2813         * gtk/gtkbox.c (gtk_box_class_init): removed unused widget_class.
2814
2815 2001-08-15  Padraig O'Briain  <padraig.obriain@sun.com>
2816
2817         * gtk/gtkcellrenderertext.c:
2818         Avoid warning when specifying NULL for "attributes" property
2819
2820 2001-08-15  Matthias Clasen  <matthiasc@waldgeist.poet.de>
2821
2822         * docs/debugging.txt: Add a warning about --enable-debug=no,
2823         some editorial changes.
2824
2825 2001-08-13  Matthias Clasen  <matthiasc@waldgeist.poet.de>
2826
2827         * gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h, 
2828         gdk/x11/gdkmain-x11.c, gtk/gtkdebug.h, gtk/gtkmain.c: Update 
2829         debugging info, remove unused debug flags. (#58330)
2830
2831 Mon Aug 13 13:17:32 2001  Jonathan Blandford  <jrb@redhat.com>
2832
2833         * gtk/gtktreeselection.c (gtk_tree_selection_select_all): 
2834         (gtk_tree_selection_select_all): Remove strict checking for rows.
2835
2836 2001-08-13  Matthias Clasen  <matthiasc@waldgeist.poet.de>
2837         
2838         * gtk/gtktooltips.c (gtk_tooltips_set_tip, gtk_tooltips_draw_tips): 
2839         Don't remove the tooltip window when the tip text changes. (#15891)
2840
2841 Sun Aug 12 12:02:09 2001  Owen Taylor  <otaylor@redhat.com>
2842
2843         * gtk/Makefile.am ($(srcdir)/gtkmarshal.c): Remove extra
2844         $(srcdir).
2845
2846 Sun Aug 12 10:39:12 2001  Owen Taylor  <otaylor@redhat.com>
2847
2848         * Makefile.am (EXTRA_DIST): Fix problem with trying to
2849         dist files from intl/, which is no longer there.
2850
2851 2001-08-11  Hans Breuer  <hans@breuer.org>
2852
2853         * gtk/gtkalignment.c, gtk/gtkarrow.c, gtk/gtkaspectframe.c,
2854           gtk/gtkcellrenderer.c, gtk/gtkcellrenderertext.c, 
2855           gtk/gtkcombo.c, gtk/gtkcurve.c, gtk/gtkfontsel.c, 
2856           gtk/gtklayout.c, gtk/gtkmisc.c, gtk/gtkpacker.c, 
2857           gtk/gtkprogress.c, gtk/gtkruler.c,, gtk/gtksettings.c,
2858           gtk/gtkspinbutton.c, gtk/gtktexttag.c : coalescing property notifies
2859
2860         * gtk/gtkclist.c, gtk/gtktipsquery.c, gtk/gtktexttag.c,
2861           gtk/gtkwidget.c : added G_SIGNAL_TYPE_STATIC_SCOPE to all
2862         GDK_TYPE_EVENT signals
2863
2864         * gtk/gtkalignment.c : removed 'direct allocation bug',
2865         which Tim discovered while reading the patch
2866
2867 Sat Aug 11 14:32:14 2001  Owen Taylor  <otaylor@redhat.com>
2868
2869         * gtk/gtkwidget.h (gtk_widget_set_default_visual): Add some
2870         compat macros for push/pop/set_visual that were supposed
2871         to be added a long time ago, but got dropped. 
2872
2873 Fri Aug 10 16:55:53 2001  Tim Janik  <timj@gtk.org>
2874
2875         * gtk/gtkwindow.c (gtk_window_set_policy): coalesce multiple
2876         property notifies.
2877
2878 2001-08-07  Havoc Pennington  <hp@pobox.com>
2879
2880         * gtk/gtkfilesel.c (open_ref_dir): fix a typo.
2881
2882         * gtk/gtkplug.c (gtk_plug_init): remove setting of auto_shrink;
2883         some fixage is needed here, but nothing simple. Owen understands
2884         it. ;-)
2885
2886         * gtk/gtkwindow.h, gtk/gtkwindow.c: Rework code and API for window
2887         sizing and positioning.  Also, fix bug in compute_geometry_hints
2888         (width/height confusion for setting min size). 
2889         (gtk_window_move): new function
2890         (gtk_window_resize): new function
2891         (gtk_window_get_size): new function
2892         (gtk_window_get_position): new function
2893         (gtk_window_parse_geometry): new function
2894         
2895         * gtk/gtkwidget.c (gtk_widget_set_size_request): new function
2896         (gtk_widget_get_size_request): new function
2897         (gtk_widget_get_usize): delete, that was a short-lived function
2898         ;-)
2899         (gtk_widget_set_usize): deprecate
2900         (gtk_widget_set_uposition): deprecate, make it a trivial 
2901         gtk_window_move() wrapper
2902         (gtk_widget_class_init): remove x/y/width/height properties,
2903         add width_request height_request
2904         
2905         * demos/*: update to avoid deprecated functions
2906         
2907         * gtk/gtklayout.c: add x/y child properties
2908
2909         * gtk/gtkfixed.c: add x/y child properties, and get rid of 
2910         uses of "gint16"
2911
2912         * tests/testgtk.c (create_window_sizing): lots of tweaks to window
2913         sizing test
2914
2915         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ensure that
2916         configure events on toplevel windows are always in root window
2917         coordinates, following ICCCM spec that all synthetic events 
2918         are in root window coords already, while real events are 
2919         in parent window coords. Previously the code assumed that 
2920         coords of 0,0 were parent window coords, which was 
2921         really broken.
2922   
2923         * gtk/gtkcontainer.c (gtk_container_get_focus_chain): fix
2924         warning
2925  
2926         * gdk/gdkwindow.h (GdkWindowHints): add GDK_HINT_USER_POS 
2927         and GDK_HINT_USER_SIZE so we can set USSize and USPosition 
2928         hints in gtk_window_parse_geometry()
2929  
2930         * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): support
2931         new USER_POS USER_SIZE hints    
2932
2933 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
2934
2935         * tests/prop-editor.c (properties_from_type): Use 
2936         g_object_class_list_properties to get the param specs 
2937         for a given type. (#58609)
2938
2939 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
2940
2941         * gtk/gtkstyle.c (gtk_style_real_unrealize): Don't forget to
2942         free the text_aa parts. (#57549)
2943
2944 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
2945
2946         * gdk/gdkgc.c (gdk_gc_set_rgb_bg_color): Set the background color,
2947         not the foreground color. (#57621)
2948
2949 2001-08-09  Alexander Larsson <alexl@redhat.com>
2950
2951         * gdk/win32/gdkfont-win32.c:
2952         Update to the new pango win32 api.
2953
2954 2001-08-08  HideToshi Tajima  <tajima@eng.sun.com>
2955
2956         * gtk/gtkclipboard.c (request_text_received_func): ask apps for
2957         COMPOUND_TEXT instead of TEXT
2958         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): correctly
2959         interpret the return value of g_string_to_compound_text()
2960         (#55152)
2961
2962 2001-08-08  Matthias Clasen  <matthiasc@waldgeist.poet.de>
2963
2964         * gtk/gtktreestore.c (gtk_tree_store_iter_n_children): Don't
2965         fail if iter is NULL. (#58347)
2966
2967 2001-08-07  Matthias Clasen  <matthiasc@waldgeist.poet.de>
2968
2969         * gtk/gtktextdisplay.c (render_para, gtk_text_layout_draw): Fix
2970         some off-by-one issues, fixing selection of line-ends. (#50323)
2971
2972 2001-08-07  Matthias Clasen  <matthiasc@waldgeist.poet.de>
2973
2974         * gtk/gtkhsv.c (gtk_hsv_map, gtk_hsv_unmap): Reinstate these
2975         functions in order to make mouse operation work again in the
2976         color wheel. (#58604)
2977
2978 2001-08-07  James Henstridge  <james@daa.com.au>
2979
2980         * gtk/gtkaccellabel.c (gtk_accel_label_set_accel_object): refetch
2981         the accelerator when the accel object is changed.  Fixes bug
2982         #58628.
2983
2984 2001-08-06  HideToshi Tajima  <tajima@eng.sun.com>
2985
2986         * modules/input/gtkimcontextxim.c (mb_to_utf8), xim_text_to_utf8):
2987         Skip g_convert when to_codeset and from_codeset are both 'UTF-8'
2988         (gnome bugzilla #58202)
2989
2990 2001-08-06  Havoc Pennington  <hp@pobox.com>
2991  
2992         * gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): The whole 
2993         GDK_IS_WINDOW() branch of this was a bit screwed up, because 
2994         it was expecting a GdkWindow, not a GdkWindowImplX11.
2995  
2996         Also, we were getting the window rect in screen coords 
2997         and the screen rect in window coords then intersecting 
2998         them; instead, get window rect in window coords.
2999  
3000         Finally, there were codepaths that resulted in a stuck server grab
3001         (when the window was fully onscreen, or on gdk_image_new()
3002         failure); make the server ungrab thing a bit more
3003         robust/consistent.
3004
3005 2001-08-06  Sven Neumann  <sven@gimp.org>
3006
3007         * gdk/gdkpango.c (gdk_pango_context_destroy): 
3008         check if info->colormap != NULL before unref'ing it. It might have
3009         been set to NULL using gdk_pango_context_set_colormap().
3010
3011 Sun Aug  5 11:24:27 2001  Owen Taylor  <otaylor@redhat.com>
3012
3013         * gtk/gtkcolorsel.c (gtk_color_selection_set_current_alpha): 
3014         Fix conversion from float to int so that we don't get
3015         skew in the int => float => int roundtrip. 
3016         (#58120, reported by Vitaly Tishkov). Also fix problem
3017         where if no alpha was set, the returned alpha
3018         from (say) set_current_alpha() was returned as 1, not 65535.
3019
3020 Sun Aug  5 09:48:08 2001  Owen Taylor  <otaylor@redhat.com>
3021
3022         * gtk/gtklist.c (gtk_list_clear_items): Fix
3023         problem with selecting a new focus child.
3024
3025         * gtk/gtklist.c (gtk_list_clear_items): Clear 
3026         list->undo/list_focus_child after unparenting
3027         child, since unparenting the child can result
3028         in list->last_focus_child being set. (#58024)
3029
3030         * Makefile.am (SUBDIRS): Add target specific pc
3031         files to DISTCLEANFILES.
3032
3033         * gtk/Makefile.am: add @GTK_DEBUG_FLAGS@
3034         (58327, Matthias Clasen)
3035
3036 Sat Aug  4 19:28:21 2001  Owen Taylor  <otaylor@redhat.com>
3037
3038         * tests/testgtk.c: Patch from Hans (with various modifications),
3039         to add the ability to use testgtk as a rough-and-ready
3040         benchmark. Try, 'testgtk --bench all:5' (if you want decent
3041         numbers, run without a window manager)
3042
3043 2001-08-04 Alexander Larsson <alexl@redhat.com>
3044
3045         * gdk/win32/gdkinput.c:
3046         Add #ifdef HAVE_WINTAB around wintab.h include.
3047
3048         * gtk/gtk.def:
3049         Removed marshals that have been moved to glib.
3050         Commented out plug and socket. They didn't compile for me 
3051         on win32.
3052
3053 2001-08-04  Hans Breuer  <hans@breuer.org>
3054
3055         * gtk/stocks-icons/makefile.msc : new file
3056         * gtk/makefile.msc.in : use it
3057
3058         * gtk/gtkstyle.c : not all platforms do provide M_PI and
3059         friends, but luckily there is G_PI
3060
3061         * gtk/gtk.def : updated
3062
3063         * gdk/win32/gdkwindow.c (gdk_window_new) : don't make all TEMP 
3064         windows WS_POPUP, but only those without a parent. This fixes the 
3065         mis-alignment between the selectable (temp, input only) window and 
3066         the window text of GtkLabel.
3067
3068         (gdk_window_show) : respect private->state when actually showing
3069         the window.
3070
3071         (gdk_window_set_transient_for) : Implementation from Wolfgang 
3072         Sourdeau <wolfgang@contre.com> ported to 2.0 and added some 
3073         error handling. Should fix #50586.
3074
3075         * gdk/win32/gdkevents-win32.c : beautify log output
3076
3077 2001-08-04  Michael Natterer  <mitch@gimp.org>
3078
3079         * gtk/gtkitemfactory.c (gtk_item_factory_create_item):
3080         Need to show the image after adding it to the GtkImageMenuItem.
3081         This used to work without in testgtk because of the
3082         gtk_widget_show_all() at the end of the function.
3083         (Closes #54978).
3084
3085 Tue Jul 31 22:59:33 2001  Tim Janik  <timj@gtk.org>
3086
3087         * gtk/gtknotebook.c (gtk_notebook_get_child_property): 
3088         (gtk_notebook_set_child_property): fix finding of child's page,
3089         since we have to validly deal with labels and menus here as well.
3090         (gtk_notebook_get_child_property): fix warning.
3091         (gtk_notebook_class_init): property tab_pack is of type
3092         GTK_TYPE_PACK_TYPE (enum) not boolean.
3093         (gtk_notebook_find_child): don't always warn, we might be looking
3094         for a label or menu child.
3095         (gtk_notebook_map): fix mapping of panel.
3096
3097         * gtk/gtkwidget.c (gtk_widget_set_child_visible): always constrain
3098         widget's mapped state, regardless of the value being set equals
3099         old settings, since things like REALIZED(parent) or MAPPED(parent)
3100         may have changed since the old value was set. make it an error to
3101         invoke this function on a toplevel widget.
3102
3103 2001-07-31  Darin Adler  <darin@bentspoon.com>
3104
3105         * gdk/gdkprivate.h:
3106         * gdk/x11/gdkx.h:
3107         Put all mentions of GdkFont inside #ifndef GDK_DISABLE_DEPRECATED.
3108
3109         * demos/gtk-demo/menus.c: (do_menus): Cast to G_OBJECT, not
3110         GTK_OBJECT.
3111
3112 Tue Jul 31 15:34:57 2001  Jonathan Blandford  <jrb@redhat.com>
3113
3114         * gtk/gtktreeview.c (gtk_tree_view_remove_column): Whoops.  Stupid
3115         scoping error pointed out by matthiasc@poet.de.
3116
3117 2001-07-31  Sven Neumann  <sven@gimp.org>
3118
3119         * demos/gtk-demo/appwindow.c
3120         * demos/gtk-demo/item_factory.c
3121         * tests/testgtk.c: gtk_accel_group_attach() takes a GObject.
3122
3123 Mon Jul 30 10:49:16 PDT 2001 Suresh Chandrasekharan <suresh.chandrasekharan@sun.com>
3124
3125         * gtk/gtksignal.h (gtk_signal_handler_pending): corrected the wrong
3126         argument order for g_signal_has_handler_pending.
3127
3128 Sun Jul 29 17:14:01 2001  Tim Janik  <timj@gtk.org>
3129
3130         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): use g_file_test()
3131         instead of long deprecated g_scanner_stat_mode().
3132
3133 2001-07-29  Hans Breuer  <hans@breuer.org>
3134
3135         * gdk/makefile.msc : build in the backend dir after
3136         auto-generating files
3137
3138         * gdk/win32/gdkfont-win32.c (gdk_font_load) : reimplement
3139         with code from win32-production-branch.
3140
3141         *  gdk/win32/gdkwindow-win32.c : set the private->destroyed flag
3142         before calling DestroyWindow, which indirectly calls 
3143         gdk_window_destroy_notify ()
3144
3145         (performance patch merged from win32-production-branch)
3146         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_segments): 
3147         Use PatBlt() instead of LineTo() when possible (solid single-pixel pen, 
3148         R2_COPYPEN rop). It is claimed to be much faster.
3149
3150 Fri Jul 27 11:31:15 2001  Jonathan Blandford  <jrb@redhat.com>
3151
3152         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_property):
3153         add an "attributes" property to the text renderer for ATK.
3154
3155 2001-07-26  Alex Larsson  <alexl@redhat.com>
3156
3157         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image):
3158         Initialize image->bits_per_pixel from the drawable, not from
3159         the root window.
3160
3161         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_get_depth):
3162         Fix cast. argument is an IMPL already.
3163
3164 2001-07-15  James Henstridge  <james@daa.com.au>
3165
3166         * gtk/gtkwindow.c (gtk_window_add_accel_group): cast to GObject.
3167         (gtk_window_remove_accel_group): same here.
3168         (gtk_window_key_press_event): same here.
3169
3170         * gtk/gtkwidget.c (gtk_widget_add_accelerator): cast to GObject.
3171         (gtk_widget_remove_accelerator): same here.
3172         (gtk_widget_remove_accelerators): same here.
3173
3174         * gtk/gtkplug.c (gtk_plug_accel_entries_changed): same here.
3175
3176         * gtk/gtkmenushell.c (gtk_menu_shell_key_press): cast to GObject
3177         instead of GtkObject.
3178
3179         * gtk/gtkmenu.c (gtk_menu_key_press): update since GtkAccelGroup
3180         now takes GObjects.
3181
3182         * gtk/gtkitemfactory.c (gtk_item_factory_propagate_accelerator):
3183         pass a GObject to gtk_accel_group_entries_from_object.
3184         (gtk_item_factory_create_item): s/accel_widget/accel_object/
3185
3186         * gtk/gtk-boxed.defs: remove GtkAccelGroup boxed def.
3187
3188         * gtk/gtkaccellabel.c: convert to handle GObject accel objects.
3189
3190         * gtk/gtkaccellabel.h: fix header to reflect that arbitrary
3191         GObjects can have accelerators set now.  Add compatibility
3192         defines.
3193
3194         * gtk/gtkmarshal.list: add missing marshallers.
3195
3196         * gtk/gtkaccelgroup.[ch]: convert to a GObject, and allow setting
3197         accelerators on plain GObjects.  gtk_accel_group_object_destroy
3198         has been converted into a weak reference, and
3199         gtk_accel_group_delete_entries is now a destroy notify for that
3200         piece of data.
3201
3202 2001-07-23  Ron Steinke  <rsteinke@w-link.net>
3203
3204         * gdk/gdkdraw.c: Added a check on the colormap depth to
3205         gdk_drawable_set_colormap()
3206         * gdk/x11/gdkimage-x11.c: combination of Matthias Clasen's
3207         patch to fix colorsel and my patch to fix gdk_drawable_get_image()
3208         for pixmaps without visuals (more specifically, bitmaps)
3209         * gdk/x11/gdkpixmap-x11.c: Fixed gdk_pixmap_new() so it
3210         doesn't set a colormap with the wrong depth
3211
3212
3213 2001-07-22  Anders Carlsson  <andersca@gnome.org>
3214
3215         * gtk/gtktreeview.c (gtk_tree_view_class_init): Replace the
3216         expander_height and expander_width properties with a single
3217         property, expander_size.
3218         (gtk_tree_view_init): Set the tab_offset to expander_size
3219         plus some padding.
3220         (gtk_tree_view_unrealize): Remove the expand/collapse
3221         timeout if it exists.
3222         (coords_are_over_arrow): Fix a small bug.
3223         (gtk_tree_view_motion_draw_column_motion_arrow): Use
3224         expander_size.
3225         (gtk_tree_view_draw_focus): Use "treeview" instead of
3226         "add-mode" as detail when drawing the focus.
3227         (gtk_tree_view_bin_expose): Use "treeview-drop-indicator"
3228         instead of "add-mode" as detail when drawing the focus.
3229         (gtk_tree_view_deleted): If we have a node currently being
3230         expanded or collapsed, remove the timeout and set the node 
3231         to NULL.
3232         (gtk_tree_view_queue_draw_arrow): New function that just
3233         redraws the arrow of a node.
3234         (gtk_tree_view_draw_arrow): Use expander_size instead of
3235         expander_width/expander_height, also pass a different
3236         expander_style to gtk_paint_expander depending on the 
3237         state of the node being drawn.
3238         (expand_collapse_timeout): New function for expanding 
3239         or collapsing a node depending on the previous state.
3240         (gtk_tree_view_real_expand_row): Add timeout and set 
3241         correct state for node being expanded.
3242         (gtk_tree_view_real_collapse_row): Add timeout and set
3243         correct state for node being collapsed.
3244
3245         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): Add
3246         information about the node currently being expanded or
3247         collapsed, and also a timeout id.
3248
3249         * gtk/gtkstyle.h (struct _GtkStyleClass): Replace is_open
3250         with expander_style for draw_expander.
3251
3252         * gtk/gtkstyle.c (gtk_draw_expander): Replace is_open with
3253         expander_style.
3254         (create_expander_affine): New function for creating an 
3255         expander affine.
3256         (apply_affine_on_point): New function for applying an 
3257         affine to a point.
3258         (gtk_default_draw_expander): Modified to take expander_style
3259         instead of is_open, and to draw the rectangle rotated differently
3260         depending on the expander style.
3261         (gtk_paint_expander): Replace is_open with expander_style.
3262
3263         * gtk/gtkrbtree.h: Add expander states to GtkRBNodeColor.
3264
3265         * gtk/gtkenums.h: Add expander style enum.
3266
3267 2001-07-21  Jonas Borgström  <jonas@codefactory.se>
3268
3269         * gtk/gtktreemodel.c (gtk_tree_model_foreach): Check the return
3270         value from gtk_tree_model_get_iter, the model might be empty.
3271
3272 2001-07-20  Hans Breuer  <hans@breuer.org>
3273
3274         * gdk/win32/gdkinput-win32.c : gdk_device_get_history moved to
3275         gdk/gdkinput.c like the other backends
3276
3277         * gdk/win32/gdkinput-win32.h :
3278         * gdk/win32/gdkinput.c :
3279         * gdk/win32/gdkvisual-win32.c :
3280         * gdk/win32/gdkwin32.h : mechanical adaption to GdkDevice and
3281         GdkVisual GObjectification. UNTESTED for pen-devices because
3282         I simply have none.
3283
3284         * gdk/gdk.def :
3285         * gtk/gtk.def : updated externals
3286
3287         * gtk/gtkiconfactory.c :
3288         * gtk/gtkoldeditable.c : GError *error needs to be initialized (= NULL) 
3289         before passing &error to functions to avoid strange crashes
3290         
3291         * gtk/gtkcontainer.c (gtk_container_real_set_focus_child) : is static
3292
3293         * gtk/gtkwidget.c (gtk_widget_get_child_visible): use g_return_val_if_fail
3294
3295         * gtk/makefile.msc.in : updated
3296
3297 Thu Jul 19 15:35:32 2001  Owen Taylor  <otaylor@redhat.com>
3298
3299         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_vadjustment):
3300         Add property support. (#51858)
3301
3302 Thu Jul 19 14:56:33 2001  Owen Taylor  <otaylor@redhat.com>
3303
3304         * gtk/gtkaccellabel.c (gtk_accel_label_class_init) 
3305         * gtk/gtkinputdialog.c (gtk_input_dialog_set_key):
3306         Use Shift/Ctrl instead of Shft/Ctl. (#53807)
3307
3308 Thu Jul 19 11:41:00 2001  Owen Taylor  <otaylor@redhat.com>
3309
3310         * gtk/gtkcolorsel.c: Add propery support (roughly
3311         based on patch from Lee Mallabone, #51014)
3312
3313         * gtk/gtkcolorsel.h: Mark gtk_color_selection_set_update_policy as
3314         deprecated, since we already g_warning() on it.
3315
3316 Thu Jul 19 14:24:34 2001  Owen Taylor  <otaylor@redhat.com>
3317
3318         * gtk/gtkentry.c (gtk_entry_set_positions): Fix
3319         typo that sometimes caused selection not to work properly.
3320
3321         * gtk/gtkentry.c (gtk_entry_grab_focus): Select text in
3322         entry when tabbing in. (#57743)
3323         
3324         * gtk/gtkentry.c (gtk_entry_motion_notify): If the
3325         user drags up above or down below the entry, move
3326         to the end or the beginning of the entry. (Suggestion
3327         from Jay Cox, #50940)
3328
3329         * gtk/gtkentry.c (gtk_entry_move_cursor): If we have
3330         a current selection, then when moving by chars or
3331         words, move to the end of the selection rather than
3332         from entry->current_pos. (Suggestion from Jay Cox,
3333         #50942)
3334         
3335 Thu Jul 19 12:14:28 2001  Owen Taylor  <otaylor@redhat.com>
3336
3337         * gtk/gtkwindow.c (gtk_window_set_decorated): Actualy
3338         set window->decorated. (Patch from Hidetoshi Tajima,
3339         #55846)
3340
3341 Sat Jul  7 02:50:14 2001  Owen Taylor  <otaylor@redhat.com>
3342
3343         * gtk/gtkwidget.c (gtk_widget_set_parent): Enforce
3344         the widget/child realization/mapping invariants.
3345
3346         * gtk/gtkwidget.[ch] gtk/gtkprivate.h: Add functions 
3347         gtk_widget_[get/set]_child_visible() to control
3348         whether visible children of a mapped window are
3349         mapped.
3350
3351         * docs/widget_system.txt: Updated for changes in
3352         container contract, and addition of GTK_CHILD_VISIBLE.
3353
3354         * gtk/gtkcontainer.c: Add generic map()/unmap()
3355         functions that work for almost all containers.
3356
3357         * gtk/gtknotebook.c gtk/gtkpacker.c: Use 
3358         gtk_widget_set_child_visible() where necessary.
3359
3360         * gtk/*.c: Remove excess map(), unmap(), and 
3361         realization/mapping invariant enforcing code
3362         from many containers.
3363
3364 Wed Jul 18 19:51:45 2001  Owen Taylor  <otaylor@redhat.com>
3365
3366         * gtk/gtktextview.c (gtk_text_view_set_attributes_from_style): 
3367         Get the foreground color from 'text', nor 'fg'. (#57568)
3368
3369 Wed Jul 18 19:28:46 2001  Owen Taylor  <otaylor@redhat.com>
3370
3371         * gtk/*.c: Patch from Matthias Clasen to remove remove
3372         all instances of g_return_if_fail (foo != NULL); that are
3373         immediately before a g_return_if_fail (GTK_IS_FOO (foo));
3374         since the second check catches the NULL anyways.
3375
3376 Wed Jul 18 18:23:05 2001  Owen Taylor  <otaylor@redhat.com>
3377
3378         * gtk/gtkbutton.c gtk/gtkentry.c gtk/gtkmenu.c gtk/gtktextview.c
3379         gtktreeview.c: Fix idles and timeouts to be properly surrounded by 
3380         GDK_THREADS_ENTER()/LEAVE() pairs.
3381
3382         * gtk/gtkdialog.c gtk/gtkclipboard.c: Surround calls
3383         to g_main_loop_run() with GDK_THREADS_LEAVE()/ENTER()
3384         pairs. (Problem found by M. Meeks)
3385
3386 2001-07-18  Darin Adler  <darin@bentspoon.com>
3387
3388         * gtk/gtkiconfactory.c: (gtk_icon_size_register): Reorder code so
3389         that we don't get a g_warning message every time we register a new
3390         icon size.
3391
3392         * gdk/x11/gdkcolor-x11.c: (gdk_colormap_alloc1): Fix warning by
3393         using pixel variable of the correct type.
3394         
3395 Fri Jul 13 15:33:32 2001  Owen Taylor  <otaylor@redhat.com>
3396
3397         * gdk/gdkwindow.[ch]: Add a function gdk_window_get_internal_paint_info(),
3398         so that using X functions on a GdkWindow is possible, if
3399         a little hairy.
3400
3401         * gdk/gdkgc.c (gdk_gc_offset): Add a function to offset the clip
3402         and ts_origin of a GC, so that external parties can offset/restore
3403         a GC, when using gdk_window_get_internal_paint_info().
3404
3405 2001-07-17  Darin Adler  <darin@bentspoon.com>
3406
3407         * .cvsignore: Ignore the sgml directory made by gtkdoc.
3408         * demos/pixbuf-demo.c: (main): Use gtk_window_set_resizable
3409         instead of the deprecated gtk_window_set_policy.
3410         * demos/testpixbuf-scale.c: Add missing <stdlib.h> include.
3411         * gdk/gdkkeys.c: (gdk_keymap_class_init): Remove empty finalize
3412         function to get rid of warning and some code too.
3413         * gdk/x11/gdkfont-x11.c: (gdk_font_charset_for_locale): Add
3414         missing const.
3415         * gdk/x11/gdkmain-x11.c: (_gdk_windowing_init_check): Remove
3416         unused local.
3417         * gdk/x11/gdkpango-x11.c: (gdk_pango_context_get): Add missing
3418         const.
3419         * gdk/x11/gdkselection-x11.c: (gdk_text_property_to_utf8_list),
3420         (gdk_utf8_to_compound_text): Add missing const.
3421         * gtk/gtkimage.c: (gtk_image_expose): Remove unused local.
3422         * gtk/gtkmenubar.c: (gtk_menu_bar_hierarchy_changed): Add missing
3423         cast and get rid of an unnecessary one.
3424         * gtk/gtksettings.c: (gtk_settings_notify): Remove unused local.
3425         * gtk/gtkstatusbar.c: (gtk_statusbar_size_allocate): Remove unused
3426         local.
3427         * gtk/gtktreemodelsort.c: (gtk_tree_model_sort_build_level):
3428         Remove unused local.
3429         * modules/input/gtkimcontextxim.c: (gtk_im_context_xim_new): Add
3430         missing const.
3431         * tests/testsocket.c: (add_child): Add cast so the printf format
3432         doesn't make us implicitly depend on what integer type
3433         gtk_socket_get_id returns.
3434         * tests/testtextbuffer.c: Add missing const.
3435         * tests/testtreefocus.c: (main): Remove unused local.
3436         * tests/treestoretest.c: (iter_remove): Remove unused local.
3437         (uppercase_value): Remove unused function.
3438         (make_window): Add statement to quiet the compiler's uninitialized
3439         variable warning.
3440
3441 Sat Jul 14 12:47:35 2001  Tim Janik  <timj@gtk.org>
3442
3443         * gtk/gtkrange.c:
3444         (second_timeout): 
3445         (initial_timeout): 
3446         (update_timeout): add GDK_THREADS_ENTER/GDK_THREADS_LEAVE.
3447         (gtk_range_calc_layout): compute the new layout based on an
3448         adjustment->value being passed in as argument.
3449         (gtk_range_button_press): for button2 slider warps, first recalc
3450         the layout, then adjust the value. also, use update_slider_position()
3451         for adjusting the value, so we keep pixel quantisation at which we
3452         usually operate (upon motion or button releases). the reason for this
3453         is that, we can't change the adjustment upon button2 presses to a non
3454         quantised value and upon button2 release re-quantise the value since
3455         that'd alter the value even if we didn't get any motion events (causing
3456         unexpected scroll area warps upon release and/or slider pixel-jitter).
3457         (gtk_range_motion_notify): update the slider position from queried
3458         coordinates, not event coordinates.
3459
3460 Fri Jul 13 09:47:52 2001  Tim Janik  <timj@gtk.org>
3461
3462         * gtk/gtkstyle.c (gtk_default_draw_focus): fix line style resetting,
3463         the default gc values are: width=0, CapBut, JoinMiter.
3464
3465 2001-07-13  Anders Carlsson  <andersca@codefactory.se>
3466
3467         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Take
3468         into account the xpad and ypad when calculating the width and the
3469         height of the pixbuf cel.
3470
3471 Thu Jul 12 18:29:40 2001  Owen Taylor  <otaylor@redhat.com>
3472
3473         * gtk/gtkradiomenuitem.[ch] (gtk_radio_menu_item_group): 
3474         Rename to gtk_radio_menu_item_get_group(), add deprecated
3475         alias. (#57044)
3476
3477         * gtk/gtkfilesel.c: Indentation fix.
3478
3479 Thu Jul 12 17:33:00 2001  Owen Taylor  <otaylor@redhat.com>
3480
3481         * gtk/gtkbbox.h gtk/gtkcompat.h: Patch from Mathias 
3482         Hasselmann to fix warnings in compat macros. 
3483         (#56773)
3484
3485         * gtk/gtkmenubar.c (gtk_menu_bar_hierarchy_changed): Fix 
3486         stupid wrong cast added in last patch.
3487
3488 Thu Jul 12 16:51:34 2001  Owen Taylor  <otaylor@redhat.com>
3489
3490         * gtk/gtkwidget.c: Replace a couple of inappropriate calls to 
3491         GTK_WIDGET_HAS_FOCUS() with gtk_widget_is_focus(). (#57067)
3492
3493 Thu Jul 12 14:06:19 2001  Owen Taylor  <otaylor@redhat.com>
3494
3495         * gtk/gtkmenubar.c (gtk_menu_bar_hierarchy_changed): Add
3496         missing cast.
3497
3498         * gtk/gtkcontainer.c (gtk_container_get_focus_chain): Fix
3499         NULL/FALSE return value confusion.
3500
3501         * gtk/gtkrange.c (coord_to_value): Fix division-by-zero
3502         problem when scrollbar completely fills range. (Patch
3503         from  Matthias Clasen, #57047)
3504
3505 Thu Jul 12 13:53:28 2001  Owen Taylor  <otaylor@redhat.com>
3506
3507         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Properly
3508         clean up when handling events for move-resize emulation.
3509         (Problem traced down by Matthias Clasen, #57271)
3510
3511 Thu Jul 12 13:43:27 2001  Owen Taylor  <otaylor@redhat.com>
3512
3513         * gtk/gtkclist.c gtk/gtkcolorsel.c gtk/gtkcombo.c
3514           gtk/gtkctree.c gtk/gtkcurve.c gtk/gtkentry.c
3515           gtk/gtkfontsel.c gtk/gtkhandlebox.c 
3516           gtk/gtkimcontextsimple.c gtk/gtkmain.c gtk/gtkmenu.c
3517           gtk/gtkmenuitem.c gtk/gtkoptionmenu.c gtk/gtkpixmap.c
3518           gtk/gtkselection.c gtk/gtktextdisplay.c gtk/gtktextview.c
3519           gtk/gtktooltips.c gtk/gtkwidget.c gtk/gtkwindow.c:
3520         Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ]
3521
3522 2001-07-09  Peter Williams  <peterw@ximian.com>
3523
3524         * gtk/Makefile.am ($(srcdir)/stamp-gtk.defs): Add a cd $(srcdir)
3525         for when srcdir != builddir
3526
3527 Mon Jul  9 12:50:51 2001  Jonathan Blandford  <jrb@redhat.com>
3528
3529         * gtk/gtktreemodel.c: remove gtk_tree_model_get_first in favor of
3530         gtk_tree_model_get_iter_root.
3531
3532         * gtk/gtkliststore.c: Add a bunch of g_return statements.
3533         (gtk_list_store_iter_n_children): Fix up.
3534
3535         * gtk/gtktreestore.c: Add a bunch of g_return statements.
3536
3537 Fri Jul  6 15:38:33 2001  Owen Taylor  <otaylor@redhat.com>
3538
3539         * gtk/gtkwidget.c (gtk_widget_class_init):
3540         G_SIGNAL_TYPE_STATIC_SCOPE GtkSelectionData to
3541         restore some workingness.
3542
3543         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Fix 
3544         handle of window type for input-only windows.
3545
3546 Thu Jul  5 21:53:46 2001  Owen Taylor  <otaylor@redhat.com>
3547
3548         * gtk/gtkbbox.[ch] gtk/gtkbox.[ch] gtk/gtk[hv]bbox.c:
3549         Patch from Gregory Merchan to add 
3550         gtk_button_box_set_secondary(), which separates
3551         the child into a separate group from the normal
3552         buttons. (#56331)
3553
3554         * gtk/gtkdialog.c: Make help buttons secondary by
3555         default.
3556
3557         * gtk/gtkbbox.c: Added a child property "secondary".
3558
3559         * gtk/testgtk.c: Turn on the help button for the 
3560         color selector to check that it properly appears
3561         as secondary.
3562
3563 Mon Jul  2 01:09:37 2001  Owen Taylor  <otaylor@redhat.com>
3564  
3565         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkwindow-x11.c
3566         gdk/linux-fb/gdkwindow-fb.c gdk/x11/gdkwindow-x11.c gdk/gdk:
3567         Add gdk_set_pointer_hooks() to allow pointer-querying to
3568         be hooked by an event record/playback system like GERD.
3569         (#56914)
3570         
3571 Thu Jul  5 08:57:07 2001  Owen Taylor  <otaylor@redhat.com>
3572
3573         * gtk/gtkwidget.c (gtk_widget_reset_rc_style): Pass
3574         in the right value of initial_emission to
3575         gtk_widget_set_style_internal (#57091)
3576
3577 Wed Jul  4 23:17:04 2001  Owen Taylor  <otaylor@redhat.com>
3578
3579         * gtk/gtkdnd.c (gtk_drag_dest_hierarchy_changed):
3580         Make compile.
3581
3582         * gtk/gtkwidget.c (gtk_widget_reset_rc_style): Fix problem
3583         with calling gtk_widget_set_style_internal() with
3584         the old style, not the new style. (#56989)
3585
3586 Wed Jul  4 22:35:40 2001  Owen Taylor  <otaylor@redhat.com>
3587
3588         * gtk/gtklabel.c gtk/gtkmenubar.c gtk/gtktreeviewcolumn.c
3589           gtk/gtkwidget.c:
3590         Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)),
3591         not GTK_WIDGET_GET_ANCESTOR ... see 
3592         http://mail.gnome.org/archives/gtk-devel-list/2001-July/msg00072.html.
3593         Indicate the best practice in the docs for gtk_widget_get_toplevel().
3594
3595         * gtk/gtkwidget.[ch]: Expose a private _gtk_widget_hierarchy_changed(),
3596         so GtkPlug can give the correct signals when transforming
3597         from a child to a toplevel.
3598         
3599         * gtk/gtkdnd.c (gtk_drag_dest_hierarchy_changed): Handle
3600         reparentation correctly.
3601
3602         * gtk/gtkwidget.c (gtk_widget_propagate_hierarchy_changed):
3603         Propagate the previous_toplevel argument down properly.
3604
3605         * gtk/gtklabel.c (gtk_label_finalize): Fix unrefing
3606         of wrong atr list.
3607
3608         * gtk/gtkplug.[ch]: Add an "embedded" signal.
3609
3610         * gtk/gtksocket.[ch]: Add "child_added", "child_removed"
3611         signals.
3612
3613         * gtk/gtkplug.[ch] gtk/gtksocket.[ch]: Add 
3614         functions gtk_plug_get_id(), gtk_socket_get_id(),
3615         to avoid the user having to worry about realization,
3616         and gdkx.h.
3617
3618         * tests/testsocket.c: Extend to try out the new signals
3619         and gtk_plug/socket_get_id().
3620
3621         * gtk/gtklabel.c (gtk_label_set_pattern_internal): Fix
3622         setting of underline attributes.
3623
3624         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore
3625         DestroyNotify events from SubstructureNotifyMask
3626
3627         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent):
3628         Switch GDK_WINDOW_TYPE (window) as needed.
3629
3630         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Clean up,
3631         allow creation of toplevel windows as children of
3632         foreign windows.
3633
3634         * gtk/gtkplug.c: Remove hacks involving changing private
3635         fields of GdkWindow.
3636
3637         * gtk/gtkplug.[ch] gtk/gtksocket.c: Work to make 
3638         exactly the same signals and notification
3639         be emitted for local embedding as for inter-process
3640         embedding.
3641
3642 2001-07-04  James Henstridge  <james@daa.com.au>
3643
3644         * gtk/gtkliststore.h: add missing gtk_list_store_newv prototype.
3645
3646 Mon Jul  2 16:53:25 2001  Owen Taylor  <otaylor@redhat.com>
3647
3648         * gtk/xembed.h gtk/gtkplug.c gtk/gtksocket.c: For
3649         XEMBED embedding add a _XEMBED_INFO property to the
3650         client with version number and a "mapped" flags.
3651         Use the mapped flag instead of the racy MapRequestEvent
3652
3653         * gtk/gtksocket.c: Clean up the gtk_socket_steal()
3654         code to reliably set things (when the child is a passive
3655         embedder participating in the XEMBED protocol) intead
3656         of just being a hack for embedding non-participating
3657         programs. Fix various bugs and race conditions.
3658         
3659         * gtk/gtksocket.[ch] gtk/gtkplug.[ch]: Make local embedding
3660         work by simply making the GtkSocket the gtk parent
3661         of the GtkPlug. Set a flag in this case and make
3662         the GtkPlug work like a normal container by overriding
3663         methods such as check_resize and "chaining past" GtkWindow
3664         to GtkBin.
3665
3666         * gtk/gtkentry.c (gtk_entry_real_activate)
3667           gtk/gtkmain.c (gtk_propagate_event): 
3668         Eliminate use of gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW).
3669         
3670         * gtk/gtkwidget.c (gtk_widget_get_toplevel,
3671         gtk_widget_get_ancestor):
3672         Explain why gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW)
3673         might not give the expected result and recommend
3674         an alternative.
3675
3676         * tests/testsocket.c tests/testsocket_child.c
3677         tests/testsocket_common.c tests/Makefile.am: Extended
3678         to test different type of adding plugs to sockets
3679         (local,active,passive), and to test mapping/unmapping
3680         the plug.
3681
3682         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Don't
3683         mark the window as destroyed until after we
3684         called _gdk_windowing_window_destroy().
3685         (_gdk_windowing_window_destroy() may use GDK functions
3686         on the window.)
3687
3688         * gdk/x11/gdkinput.c: Remove the check for finalization - 
3689         devices can be finalized under some circumnstances.
3690  
3691         * gdk/x11/gdkinput-x11.c (gdk_input_device_new): Fix 
3692         small problem with GDK_TYPE_DEVICE.
3693  
3694 2001-07-02  Havoc Pennington  <hp@pobox.com>
3695
3696         * gdk/x11/gdkwindow-x11.c (gdk_wmspec_change_state): fix to 
3697         use constants not atoms.
3698
3699 2001-07-02  James Henstridge  <james@daa.com.au>
3700
3701         * gtk/gtktextview.c (gtk_text_view_class_init): same here for
3702         PANGO_TYPE_TAB_ARRAY.
3703
3704         * gtk/gtktexttag.c (gtk_text_tag_class_init): same here, but also
3705         for PANGO_TYPE_TAB_ARRAY.
3706
3707         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init):
3708         s/GTK_TYPE_PANGO_FONT_DESCRIPTION/PANGO_TYPE_FONT_DESCRIPTION/
3709
3710         * gtk/gtk-boxed.defs: move all the boxed definitions to the top of
3711         the file.  Remove Pango types from defs -- they are now defined in
3712         libpango.
3713
3714 Mon Jul  2 06:35:10 2001  Tim Janik  <timj@gtk.org>
3715
3716         * gdk/gdkkeys.c (gdk_keymap_class_init): s/signal_newc/signal_new/
3717
3718         * gtk/gtkobject.c (gtk_object_destroy): invoke
3719         g_object_run_dispose().
3720
3721         * gtk/gtkwindow.c: 
3722         * gtk/gtkwidget.c: 
3723         * gtk/gtkobject.c:
3724         * gtk/gtklist.c: s/shutdown/dispose/ for the GObject
3725         method.
3726
3727 Sat Jun 30 20:44:48 2001  Owen Taylor  <otaylor@redhat.com>
3728
3729         * gtk/gtktypeutils.c (gtk_type_class): Remove
3730         change check for GTK_TYPE_OBJECT derivation to
3731         G_TYPE_OBJECTS - it's Tim-approved to use this 
3732         for arbitary objects.
3733
3734         * gtk/gtkwindow.c gtk/gtkcontainer.[ch]: underscore
3735         prefix gtk_container_dequeue_resize_handler().
3736
3737         * gtk/gtkwidget.[ch]: Add a previous_toplevel argument
3738         to the hierarachy_changed signal, since you otherwise
3739         have to always keep that around.
3740
3741         * gtk/gtkmenubar.c gtk/gtklabel.c gtk/gtksocket.c: Adapt
3742         for extra argument to hierarchy_changed.
3743
3744 Tue Jun 26 19:39:03 2001  Owen Taylor  <otaylor@redhat.com>
3745
3746         * gtk/gtkwidget.c (gtk_widget_set_style): Allow %NULL
3747         for style to mean "revert to default style"
3748
3749         * gtk/gtkwidget.[ch] (gtk_widget_set_rc_style,
3750           gtk_widget_restore_default_style): Make this functions
3751         deprecated aliases for gtk_widget_set_style (widget, NULL).
3752
3753         * gtk/gtkwidget.[ch]: Remove:
3754            gtk_widget_set_default_style ()
3755            gtk_widget_push_style ()
3756            gtk_widget_pop_style ()
3757         These functions interact are overriden by RC files, and
3758         thus virtually useless, and complicated.
3759
3760 Fri Jun 22 18:49:48 2001  Owen Taylor  <otaylor@redhat.com>
3761
3762         * gtk/gtkrc.c: Add a GtkRcContext structure to hold 
3763         most of the previous global variables in gtkrc.c. This is
3764         in preparation for multi-head, since each screen can
3765         have different GtkSettings and RC information.
3766
3767         * gtk/gtkrc.[ch]: 
3768
3769         * gtk/gtkrc.h (struct _GtkRcStyleClass): Add a
3770         GtkSettings parameter to GtkRcStyle::parse.
3771
3772         * gdk/x11/gdkevents-x11.c gtk/gtksettings.c gtk/gtkrc.c: 
3773         Add two new settings gtk-theme-name, gtk-key-theme-name,
3774         for RC files that are loaded by name after reading
3775         the default RC files.
3776         
3777         * gtk/gtkrc.c: Allow priorities for styles, as wll as
3778         bindings.
3779
3780         * gtk/gtkenums.h gtk/gtkrc.c: Add GTK_PATH_PRIO_THEME,
3781         and use it by default for RC files loaded via 
3782         gtk-theme-name, gtk-key-theme-name.
3783
3784         * gtk/gtkiconfactory.c (gtk_icon_source_set_filename)
3785         gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string) 
3786         tests/testgtkrc: Require pathnames to be absolute.
3787
3788         * gtk/gtkrc.c gtk/gtkiconfactory.c: Look up the full filename for
3789         the source when parsing, since the operation of looking up a
3790         pixmap from an RC file depends on the parsing context.
3791
3792         * gtk/gtkrc.c (gtk_rc_context_reparse_all): Automatically
3793         reset RC styles on all widgets when files are reparsed.
3794
3795         * tests/testgtk.c (create_rc_file) 
3796           gtk/gtkwindow.c (gtk_window_read_rcfiles): 
3797         Simplify, now that gtk_rc_reparse_all() resets styles on
3798         all widgets itself.
3799
3800         * gtk/gtkmain.c (gtk_get_default_language): Fix broken
3801         return value.
3802
3803         * gtk/gtksettings.[ch] (gtk_settings_install_property[_ch]): Remove
3804         GtkSettings argument.
3805
3806         * gtk/gtksettings.[ch] (gtk_settings_get_default): Rename from
3807         gtk_settings_get_global().
3808
3809         * gtk/gtkwidget.[ch]: Add a function gtk_widget_Get_settings()
3810         to get the appropriate GtkSettings for a widget. (For now,
3811         just gets the default GtkSetttings.) 
3812
3813         * gtk/gtkcolorsel.c gtk/gtkentry.c gtk/gtkmenu.c gtk/gtkmenubar.c
3814           gtk/gtktextview.c gtk/gtktoolbar.c: Fixes for GtkSettings
3815         changes.
3816
3817         * gtk/gtkrc.[ch]: Add gtk_rc_get_style_by_paths() to allow
3818         getting a style for a path without actually having a widget.
3819         (Allows using a style for a subpart of a widget, for
3820         example.)
3821
3822         * gtk/gtkrc.[ch]: Add gtk_rc_reparse_all_for_setting() to allow forcing
3823         the RC files to be reloaded for just one GtkSettings
3824         (not sure how useful this really is.)
3825
3826         * gtk/gtkrc.h: Deprecate
3827         gtk_rc_add_widget_name/widget_class/class_style
3828
3829 2001-06-30  Alex Larsson  <alexl@redhat.com>
3830
3831         * gdk/linux-fb/gdkinput-none.c:
3832         * gdk/linux-fb/gdkinput.c:
3833         * gdk/linux-fb/gdkinputprivate.h:
3834         Convert GdkDevice to a GObject.
3835
3836         * linux-fb/gdkprivate-fb.h:
3837         * linux-fb/gdkvisual-fb.c:
3838         Convert GdkVisual to a GObject.
3839
3840 2001-06-29  Alex Larsson  <alexl@redhat.com>
3841
3842         * gdk/gdkvisual.h:
3843         * gdk/gdkcolor.c:
3844         * gdk/x11/gdkx.h:
3845         * gdk/x11/gdkvisual-x11.c:
3846         Convert GdkVisual to a GObject.
3847
3848         * gdk/gdkinput.h:
3849         * gdk/gdkevents.c:
3850         * gdk/x11/gdkinputprivate.h:
3851         * gdk/x11/gdkinput-gxi.c:
3852         * gdk/x11/gdkinput-none.c:
3853         * gdk/x11/gdkinput-x11.c:
3854         * gdk/x11/gdkinput-xfree.c:
3855         * gdk/x11/gdkinput.c:
3856         Convert GdkDevice to a GObject.
3857
3858 Fri Jun 29 22:13:28 2001  Jonathan Blandford  <jrb@redhat.com>
3859
3860         * gtk/gtktreestore.c (gtk_tree_store_new): changed new_with_types
3861         to just plain new, fixing the number of columns, and column types
3862         at creation time.
3863
3864         * gtk/gtkliststore.c (gtk_list_store_new): ditto.
3865
3866         * gtk/gtkcellrenderertext.c
3867         (gtk_cell_renderer_text_set_fixed_height_from_font): FIX the
3868         height to a specific font.
3869
3870         * gtk/gtktreeview.c (gtk_tree_view_is_expander_column): fix brokenness.
3871
3872         * tests/*c: change to work with new store models.
3873
3874 2001-06-29  Havoc Pennington  <hp@redhat.com>
3875
3876        * Throughout: fixes to compile with G_DISABLE_COMPAT
3877         (s/g_signal_connectc/g_signal_connect/,
3878         s/g_signal_newc/g_signal_new/,
3879         s/g_signal_disconnect_by_func/g_signal_handlers_disconnect_by_func/)
3880
3881 Fri Jun 29 03:14:16 2001  Jonathan Blandford  <jrb@webwynk.net>
3882
3883         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
3884         add path argument to selection callbacks.
3885
3886 Fri Jun 29 00:13:34 2001  Jonathan Blandford  <jrb@redhat.com>
3887
3888         * gtk/gtktreemodel.c (gtk_tree_model_foreach): New function to
3889         walk through a model in a depth first manner, with the option to
3890         break out.
3891
3892 Fri Jun  8 18:52:10 2001  Jonathan Blandford  <jrb@redhat.com>
3893
3894         * gtk/gtktreeview.[hc]: Patch Thomas Broyer from
3895         <tbroyer@ltgt.net>. Expander arrows are now attached to a specific
3896         column and follow it when draged, rather than a location in the
3897         view. "expander_column" property and drawing functions changed
3898         accordingly.  Fixes bug #55942.
3899
3900         (gtk_tree_view_{set,get}_expander_column): Now works with a
3901         GtkTreeViewColumn* instead of int.
3902
3903 Thu Jun 28 22:53:18 2001  Owen Taylor  <otaylor@redhat.com>
3904
3905         *  gdk/gdk.c gtk/gtktypeutils.c: Fix args to g_type_init(). 
3906
3907 2001-06-28  Havoc Pennington  <hp@pobox.com>
3908
3909         * gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): Clip the retrieved
3910         image data to the screen, using a server grab to avoid race
3911         conditions.
3912
3913         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): remove 
3914         check for NULL return from gtk_image_new_from_stock(), it never
3915         returns NULL.
3916         (gtk_item_factory_create_item): fix bug where we parsed the stock
3917         ID as an inline pixbuf
3918
3919         * gtk/gtktext.c (gtk_text_key_press): numeric keypad support
3920
3921         * gtk/gtkspinbutton.c (gtk_spin_button_key_press): numeric keypad
3922         support (should be using binding set here)
3923
3924         * gtk/gtkoptionmenu.c (gtk_option_menu_key_press): numeric keypad
3925         support (should be using binding set here)
3926
3927         * gtk/gtkmenushell.c (gtk_menu_shell_class_init): numeric keypad 
3928         support
3929
3930         * gtk/gtkmenu.c (gtk_menu_class_init): numeric keypad support
3931
3932         * gtk/gtkmenubar.c (gtk_menu_bar_class_init): numeric keypad
3933
3934         * gtk/gtklistitem.c (gtk_list_item_class_init): numeric keypad
3935
3936         * gtk/gtkimcontextsimple.c
3937         (gtk_im_context_simple_filter_keypress): keypad
3938
3939         * gtk/gtkfilesel.c (gtk_file_selection_key_press): keypad 
3940
3941         * gtk/gtkentry.c (gtk_entry_class_init): numeric keypad fixes
3942
3943         * gtk/gtkctree.c (gtk_ctree_class_init): numeric keypad support
3944
3945         * gtk/gtkcolorsel.c (palette_activate): keypad support (of course,
3946         should be binding-setted)
3947
3948         * gtk/gtkwindow.c (gtk_window_class_init): numeric keypad fixes
3949
3950         * gtk/gtkclist.c (gtk_clist_class_init): numeric keypad fixes
3951
3952         * gtk/gtkcalendar.c: numeric keypad fixes
3953
3954         * gtk/gtktextview.c (gtk_text_view_class_init): numeric keypad
3955         support
3956
3957         * gdk/gdkwindow.c (gdk_window_get_clip_region): fix infinite loop
3958         screwup
3959
3960         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha): 
3961         clip the render area to the drawable's clip region in advance,
3962         so we don't get data from the server that we don't need.
3963
3964         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
3965         check return value of gdk_pixbuf_get_from_drawable(), fall back 
3966         to bilevel alpha if we can't get the pixbuf to composite against.
3967
3968         * gdk/gdkdraw.c (gdk_drawable_get_image): set the image colormap
3969
3970         * gdk/gdkimage.c (gdk_image_get_colormap): add
3971         gdk_image_set_colormap, gdk_image_get_colormap
3972
3973         * gdk/gdkpixbuf-drawable.c (rgbconvert): Change all converters to
3974         take a region of the image, instead of converting the entire
3975         image.
3976
3977         * gtk/gtkwidget.h (struct _GtkWidgetClass): add show_help
3978         keybinding signal. Add default bindings for it. Add default
3979         handler for show_help that shows the tooltip for the widget.
3980
3981         * gtk/gtkdialog.c (gtk_dialog_class_init): add binding set and
3982         "close" keybinding signal, remove key press handler.
3983
3984         * gtk/gtktooltips.c (gtk_tooltips_set_colors): Just remove this,
3985         it's not our usual practice to leave a deprecated function around
3986         with a runtime warning, plus we don't want it to appear in docs,
3987         plus if we make them yellow no one will want to change them
3988         anyhow.
3989
3990 Thu Jun 28 23:53:31 2001  Tim Janik  <timj@gtk.org>
3991
3992         * gtk/gtkwidget.c (gtk_widget_hide): !GTK_OBJECT_DESTROYED() ->
3993         GTK_WIDGET_REALIZE() for resize queueing.
3994
3995         * gtk/gtkmain.c (gtk_main_do_event): !GTK_OBJECT_DESTROYED() ->
3996         GTK_WIDGET_REALIZE() for post event delivery destruction upon
3997         GDK_DESTROY.
3998         
3999         * gtk/gtkwidget.c: added GtkWidget::event-after notification signal, to
4000         sompensate for former (pre-2.0) connect_after() facility.
4001         (gtk_widget_send_expose): 
4002         (gtk_widget_event): assert the widget is realized, since event delivery
4003         to non-realized widgets is essentially a bug. event handlers should
4004         be able to unconditionally rely on widget->window (unless they
4005         emit events on their own which can trigger widget destruction).
4006         (gtk_widget_event_internal): removed old outdated GTK_OBJECT_DESTROYED()
4007         logic. event delivery happens as follows:
4008         a) emission of GtkWidget::event (RUN_LAST handler). returns was_handled.
4009         b) if !was_handled in (a) and the widget is still realized, emit event-
4010            specific signal (RUN_LAST handler). returns was_handled.
4011         c) emission of GtkWidget::event-after for notification if the widget is
4012            still realized (regardless of was_handled from previous stages, no
4013            class handler). no return value.
4014         d) was_handled gets passed on to caller, to determine further
4015            propagation. if the widget got unrealized meanwhile, was_handled
4016            is returned as TRUE.
4017
4018         * gdk/gdkevents.[hc]: added gdk_event_get_root_coords() and
4019         gdk_event_get_coords().
4020
4021 Thu Jun 28 17:18:41 2001  Tim Janik  <timj@gtk.org>
4022
4023         * configure.in (GTK_MICRO_VERSION): up version to 1.3.7, interface
4024         age 0, binary age 0. depend on glib 1.3.7.
4025
4026         * gtk/gtkcontainer.c: remove g_signal_handlers_disconnect_by_func() hack.
4027
4028         * gtk/gtkmenubar.c: same here.
4029         
4030         * gtk/gtkcontainer.c (gtk_container_focus_tab): fix param-spec retrival.
4031
4032         * gtk/gtkcolorsel.c (gtk_color_selection_init): fix connect_data() usage.
4033
4034         * gtk/gtkentry.c (gtk_entry_focus_in): same here.
4035         
4036         * gtk/gtkmenubar.c (add_to_window): likewise.
4037         
4038         * gtk/gtktextbtree.c: and here...
4039         
4040         * gtk/gtktextview.c (gtk_text_view_ensure_layout): same thing.
4041         
4042         * gtk/gtktoolbar.c (gtk_toolbar_init): once more.
4043         
4044         * gtk/gtktreemodel.c (connect_ref_callbacks): and another time.
4045         
4046         * gtk/gtktreeviewcolumn.c:
4047         (_gtk_tree_view_column_set_tree_view): yet again.
4048
4049         * demos/gtk-demo/images.c (progressive_timeout): demonstrate
4050         signal connections without g_signal_connect_data().
4051         
4052         * demos/gtk-demo/stock_browser.c (do_stock_browser): second
4053         demo of the matter.
4054         
4055         * demos/testpixbuf.c (main): running out of equality phrases for the
4056         ChangeLog, but had to adapt connections here as well.
4057         
4058         * demos/testanimation.c (progressive_timeout): and for the fun of it,
4059         tackled this the same way.
4060         
4061         * tests/testtext.c (create_view): ok, it's becoming a pain at this
4062         point, but had enough enery for one more fix.
4063
4064         * tests/testtreecolumns.c (main): stand up man, do your work!
4065
4066         * tests/testtreeview.c (set_columns_type): ok, this is the last file i
4067         fix, either that's been all of it or CVS gtk is broken yet again.
4068         
4069 2001-06-29  James Henstridge  <james@daa.com.au>
4070
4071         The following changes correspond to bug #56812
4072
4073         * gdk/gdkinput.h, gdk/gdkevents.c (GDK_TYPE_DEVICE): register type
4074         code for GdkDevice.
4075
4076         * gdk/gdkcursor.[ch] (GDK_TYPE_CURSOR): register type code for
4077         GdkCursor.
4078
4079 2001-06-19  Havoc Pennington  <hp@pobox.com>
4080
4081         * gdk/x11/gdkwindow-x11.c (gdk_window_show_unraised): new function
4082         for mapping a window without fooling with stacking order, but
4083         updating the "withdrawn" flag
4084
4085         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Do event
4086         filtering as soon as possible, moving move resize and wmspec_check
4087         handling after the event filter.  Make default filter apply to all
4088         events, not just those with no GdkWindow wrapped around the X
4089         window. Fix a FIXME about how the window could be a pixmap using 
4090         RTTI; this of course assumes GDK_IS_WINDOW() is optimized. 
4091
4092         Also, be robust against events not on a known GdkWindow.
4093
4094         * gdk/x11/gdkmain-x11.c (gdk_x11_grab_server,
4095         gdk_x11_ungrab_server): export reference-counted server grabs, so
4096         other people can grab server over a GDK function that also does
4097         so.
4098
4099 Wed Jun 27 19:40:31 2001  Jonathan Blandford  <jrb@redhat.com>
4100
4101         * gtk/gtktreeviewcolumn.c
4102         (gtk_tree_view_column_pack_start_cell_renderer): New function to
4103         reflect that you can (hypothetically) pack cell renderers into a
4104         column.
4105         (gtk_tree_view_column_pack_end_cell_renderer): ditto.
4106         (gtk_tree_view_column_cell_is_visible): Move more functionality to
4107         the column.
4108         (gtk_tree_view_column_cell_can_focus): Move more functionality to
4109         the column.
4110
4111         * gtk/gtktreeview.c: Move to use new column-packing code.
4112         (gtk_tree_view_real_expand_row): remove totally braindead code.
4113         (gtk_tree_view_real_collapse_row): ditto.
4114
4115 2001-06-27  Kjartan Maraas  <kmaraas@gnome.org>
4116
4117         * gtk/gtktreeviewcolumn.c: Fix a typo.
4118         
4119 2001-06-26  Joel Becker  <jlbec@evilplan.org>
4120
4121         * gdk-pixbuf/gdk-pixbuf-csource.c: remove '#include "x"' line
4122           at the end of the file
4123
4124 2001-06-26  Havoc Pennington  <hp@redhat.com>
4125
4126         * gtk/gtkwindow.c (gtk_window_set_policy): forgot a notification
4127
4128 2001-06-26  Havoc Pennington  <hp@redhat.com>
4129
4130         * gtk/gtkwindow.c (gtk_window_class_init): add "resizable"
4131         property
4132
4133 Tue Jun 26 12:59:28 2001  Jonathan Blandford  <jrb@redhat.com>
4134
4135         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): fix
4136         stupid missing statement
4137
4138         * gtk/gtktreeview.c (gtk_tree_view_set_destroy_count_func): New
4139         private function for ATK.  It notifies you of how many _visible_
4140         children are deleted when a node is deleted.  Should be used by
4141         atk only.
4142
4143 Tue Jun 26 11:06:34 2001  Owen Taylor  <otaylor@redhat.com>
4144
4145         * gtk/gtkclist.c gtk/gtkentry.c gtk/gtkspinbutton.c:
4146         Use new pango_context_get_metrics() to fix problems
4147         with font lists in descriptions. (#56184, reported by
4148         Jonas Borgström)
4149
4150 Tue Jun 26 10:04:30 2001  Tim Janik  <timj@gtk.org>
4151
4152         * gtk/gtkiconfactory.c:
4153         * gtk/gtkitemfactory.c: use gdk_pixbuf_new_from_stream(). fixed up
4154         item factory so inlined pixbufs actually work.
4155
4156 2001-06-25  Havoc Pennington  <hp@redhat.com>
4157
4158         * gtk/gtktreeviewcolumn.h, gtk/gtktreeviewcolumn.c:
4159         s/RESIZEABLE/RESIZABLE/
4160
4161         * gtk/gtkwindow.c, gtk/gtkwindow.h: s/resizeable/resizable/
4162
4163 2001-06-25  Alexander Larsson  <alexl@redhat.com>
4164
4165         * configure.in:
4166         Added --enable-fbmanager. This is some experimental code
4167         that lets several GtkFB apps coordinate their access to the
4168         framebuffer.
4169         
4170         * acconfig.h:
4171         Added ENABLE_FB_MANAGER.
4172
4173         * gdk/linux-fb/Makefile.am:
4174         Added gdkfbmanager and gdkfbswitch.
4175
4176         * gdk/linux-fb/gdkkeyboard-fb.c:
4177         * gdk/linux-fb/gdkmouse-fb.c:
4178         * gdk/linux-fb/gdkprivate-fb.h:
4179         Split device init and open so that
4180         they can be opened and closed while switched
4181         away.
4182
4183         * gdk/linux-fb/gdkmain-fb.c:
4184         Add the basic manager communication.
4185
4186         * gdk/linux-fb/gdkrender-fb.c:
4187         Don't update to the shadow fb if we're
4188         blocked by the fb manager.
4189
4190 Sun Jun 24 22:15:16 2001  Owen Taylor  <otaylor@redhat.com>
4191
4192         * docs/Changes-2.0.txt: Add note about child property
4193         changes.
4194
4195 Sun Jun 24 21:34:32 2001  Owen Taylor  <otaylor@redhat.com>
4196
4197         * gtk/gtkenums.h gtk/gtkiconfactory.c: Add a special size for
4198         drag-and-drop GTK_ICON_SIZE_DND (Default to 32x32)
4199
4200         * gtk/gtkdnd.c (gtk_drag_dest_set_target_list): Fix problem
4201         with un'reffing wrong list reported by Jeff Franks.
4202
4203         * gtk/gtkdnd.[ch] (_gtk_drag_{source,}dest_handle_event): _prefix.
4204
4205         * gtk/gtkdnd.c (gtk_drag_set_icon_default): Use GTK_STOCK_DND
4206         for the default icon. Remove inline XPM.
4207
4208         * gtk/gtkstock.h gtk/gtkiconfactory.c:
4209         Add GTK_STOCK_DND GTK_STOCK_DND_MULTIPLE (Currently, stock_new
4210         is used for GTK_STOCK_DND, but it is a bit too small.)
4211
4212         * gtk/stock-icons/stock_dnd_multiple.png
4213         gtk/stock-icons/Makefile.am: New stock icon moved from gnome-libs.
4214
4215         * gtk/gtkdnd.c (gtk_drag_source_event_cb): Only return
4216         TRUE when starting a drag. In other cases, we are
4217         just observing. (#52995)
4218
4219         * gtk/gtkdnd.[ch] (gtk_drag_set_icon_{stock,pixbuf}): Add 
4220         function to set the icon for a drag from a GdkPixbuf
4221         or stock ID.
4222
4223         * gtk/gtkdnd.[ch] (gtk_drag_source_set_icon_{stock,pixbuf}): 
4224         Likewise, for drag sources.
4225
4226         * gtk/gtkdnd.h: Deprecate gtk_drag_set_default_icon.
4227         (Now should be done using the stock system.)
4228
4229 Sun Jun 24 12:06:47 2001  Owen Taylor  <otaylor@redhat.com>
4230
4231         * gtk/gtktextview.[ch] (gtk_text_view_set_text_window_size): 
4232         Removed - didn't work and not particularly useful anyways
4233         if it did. 
4234
4235 Sun Jun 24 11:29:35 2001  Owen Taylor  <otaylor@redhat.com>
4236
4237         * gdk/x11/gdkimage-x11.c (gdk_image_new): Fix stupid error
4238         introduced last night that was making things decidedly not work.
4239
4240         * gtk/*.[ch]: Patch from Kristian Rietveld adding 80 getters
4241         so that we have getter/setter pairing everywhere it makes
4242         sense. (#55767)
4243
4244         * gtk/gtkradiobutton.[ch] gtk/gtktoolbar.c tests/testgtk.:
4245         Rename gtk_radio_button_group to gtk_radio_button_get_group, add a
4246         deprecated compat macro. (#55516)
4247
4248         * gtk/gtklabel.[ch]: Add functions
4249         gtk_label_set/get_use_underline(), gtk_label_set/get_use_markup(),
4250         gtk_label_set_label(), which mirror the property API for GtkLabel.
4251         Make gtk_label_get_attributes() only reflect the attributes
4252         set by gtk_label_set_attributes.
4253
4254         * gtk/gtknotebook.c (gtk_notebook_set_current_page) gtk/gtkcompat.h: Rename
4255         from gtk_notebook_set_page().
4256
4257 Sat Jun 23 18:02:46 2001  Owen Taylor  <otaylor@redhat.com>
4258
4259         * configure.in: Fix tests for XShm.h.
4260
4261         * gdk/x11/gdkimage-x11.c: Cleanup error handling in
4262         gdk_image_new() by use of goto, properly use g_object_unref().
4263
4264 Sat Jun 23 22:03:20 2001  Tim Janik  <timj@gtk.org>
4265
4266         * gdk/x11/gdkimage-x11.c (gdk_image_init): disabled g_free (image)
4267         calls, as GdkImage is an object. these should be g_obejct_unref()
4268         instead but that won't work because of the g_error() statement
4269         in gdk_x11_image_destroy(). so for now, i did s/g_free/LEAK_IMAGE/
4270         to spot these places.
4271
4272 Sat Jun 23 10:27:53 2001  Owen Taylor  <otaylor@redhat.com>
4273
4274         * modules/input/gtkimcontextxim.c: Fixup some problems with 
4275         text length handling in error cases.
4276
4277         * gtk/gtkwidget.c (gtk_widget_size_allocate): Reorder
4278         a bit to make test actually warn on attempt to allocation
4279         a negative size. (#56101, Matthias Clasen)
4280
4281 Fri Jun 22 14:06:08 2001  Jonathan Blandford  <jrb@redhat.com>
4282
4283         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
4284         noticed by Brian Cameron.
4285         (gtk_tree_view_real_expand_row): Fix bug noticed by Brian
4286         Cameron.
4287
4288 2001-06-22  Hans Breuer  <hans@breuer.org>
4289
4290         * gdk/gdk.def : updated externals
4291
4292         * gdk/win32/gdkdrawable-win32.c : corrected some casts
4293         in GDK_NOTEs
4294
4295         * gdk/win32/gdkevents-win32.c : use _gdk_windowing_window_get_offsets
4296         to translate coordinates to the internal > 16 bit system
4297         Try to handle WM_WINDOWPOSCHANGED to get better performance for
4298         when moving/resizing
4299
4300         * gdk/win32/gdkkeys-win32.c : implement gdk_keymap_get_default ()
4301         and gdk_keymap_get_direction (). The latter is untested for
4302         the RTL case
4303
4304         * gtk/gtk.def : updated externals
4305
4306         * gtk/gtkmain.c : gtk_get_default_language () should reurn the result
4307         from pango_language_from_string (), not an already freed pointer
4308
4309         * gtk/stock-icons/stock_menu_sort_ascending.png : PNGs need to be 
4310         binary (-kb) to be useable on windoze
4311  
4312 2001-06-21  Alexander Larsson  <alexl@redhat.com>
4313
4314         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description): 
4315         Update to new PangoLanguage changes.
4316         
4317         * gtk/gtkwindow-decorate.c:
4318         * gtk/gtkwindow.[ch]:
4319         Added setting argument to gtk_window_set_has_frame ()
4320         
4321 Thu Jun 21 13:42:01 2001  Owen Taylor  <otaylor@redhat.com>
4322
4323         * gdk/x11/gdkkeys-x11.c (gdk_keymap_get_direction): Handle
4324         the case without XKB properly.
4325
4326         * gtk/gtkrc.c (gtk_rc_set_default_files): Remove
4327         unused gtk_rc_auto_parse variable.
4328
4329         * gtk/gtkrc.[ch] gtk/gtkstyle.c docs/Changes-2.0.txt:
4330         Remove gtk_rc_set_image_loader(), gtk_rc_load_image(), no
4331         longer needed with GdkPixbuf.
4332
4333         * gtk/gtkrc.c (_gtk_rc_init): Make private.
4334
4335 Fri Jun 15 16:26:12 2001  Owen Taylor  <otaylor@redhat.com>
4336
4337         * gtk/gtkentry.h: Mark deprecated functions with
4338         GTK_DISABLE_DEPRECATED.
4339
4340 Mon Jun 11 18:15:16 2001  Owen Taylor  <otaylor@redhat.com>
4341
4342         * gdk/gdk.h: Add missing gdk_rectangle_get_type() prototype.
4343
4344         * gtk/gtk[hv]scale.c: Include math.h, stdlib.h
4345
4346         * gdk/gdkpango.h gtk/gtkclist.c gtk/gtkentry.c gtk/gtkmain.[ch]
4347           gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtktextbuffer.c
4348           gtk/gtktextdisplay.c gtk/gtktextiter.[ch]
4349           gtk/gtktextlayout.c gtk/gtktexttag.[ch] gtk/gtkwidget.c: Adapt
4350           to recent changes in Pango.
4351
4352         * tests/testgtk.c: Set language tags with gtk_label_set_markup()
4353           to test whether the basic engine honors them.
4354
4355 Thu Jun 21 02:13:40 2001  Tim Janik  <timj@gtk.org>
4356
4357         * gtk/gtkcontainer.[hc]: added gtk_container_child_set_property() and
4358         gtk_container_child_get_property().
4359
4360 Wed Jun 20 19:19:15 2001  Jonathan Blandford  <jrb@redhat.com>
4361
4362         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_up_down): clean up
4363         (gtk_tree_view_move_cursor_page_up_down): implement.
4364
4365 Wed Jun 20 05:32:05 2001  Tim Janik  <timj@gtk.org>
4366
4367         * gtk/gtkspinbutton.c: make maximum digits compile time configurable
4368         via MAX_DIGITS and up to 20. 5 was just ridiculously small.
4369         don't use automatic fixed size buffer for printf-ing floats, doubles
4370         can expand to really _huge_ strings, use g_strdup_printf() instead.
4371
4372 Wed Jun 20 04:28:24 2001  Tim Janik  <timj@gtk.org>
4373
4374         * gtk/gtkrange.c (gtk_range_class_init): hum, "adjustment" was a
4375         construct property in 1.2 and still needs to be.
4376
4377         * gtk/gtkwidget.c: "composite_child" is not a settable property.
4378
4379 Tue Jun 19 19:13:19 2001  Jonathan Blandford  <jrb@redhat.com>
4380
4381         * gtk/gtkliststore.c (gtk_list_store_clear): 
4382         * gtk/gtktreestore.c (gtk_tree_store_clear): New functions to
4383         clear a model.
4384
4385 Mon Jun 18 02:00:49 2001  Tim Janik  <timj@gtk.org>
4386
4387         * gtk/gtkwidget.c (gtk_widget_get_property): fix PROP_EVENTS.
4388
4389         * gtk/Makefile.am:
4390         * gtk/gtk.h: disabled GtkPacker compilation.
4391
4392         * gtk/gtkarg.[hc], gtk/gtkargcollector.c: got rid of these.
4393
4394         * gtk/gtknotebook.c:
4395         * gtk/gtktable.c:
4396         * gtk/gtkbox.c: ported this over to child properties.
4397
4398         * gtk/gtksettings.c: fetch class properties via
4399         g_object_class_list_properties().
4400
4401         * gtk/gtkcontainer.[hc]: implemented child properties, got rid of the
4402         child arg interface. use gobjectnotifyqueue.c for child property
4403         notification.
4404
4405         * gtk/gtkwidget.[hc]: provide necessary means for container child
4406         properties, i.e. ::child_notify signal,
4407         gtk_widget_freeze_child_notify(),
4408         gtk_widget_child_notify(),
4409         gtk_widget_thaw_child_notify().
4410
4411         * tests/testgtk.c: removed inferior property handling code, for
4412         property editing, a generic module should be used, and GLE
4413         coincidentally fullfills that purpose.
4414
4415         * docs/reference/Makefile.am: disabled gtk docs building, gtk-doc
4416         needs to be adapted to g_object_class_list_properties() before this
4417         builds again.
4418
4419 Mon Jun 18 20:06:10 2001  Jonathan Blandford  <jrb@redhat.com>
4420
4421         * gtk/gtktreeview.c (gtk_tree_view_row_expanded): New function to
4422         test if a node is expanded.
4423
4424 Mon Jun 18 19:41:38 2001  Jonathan Blandford  <jrb@redhat.com>
4425
4426         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
4427         where collapsing a selected row would result in the cursor/anchor
4428         getting screwed up.
4429
4430 Fri Jun 15 18:53:48 2001  Jonathan Blandford  <jrb@redhat.com>
4431
4432         * gtk/gtktreesortable.c (gtk_tree_sortable_set_sort_func): Rename
4433         gtk_tree_sortable_sort_column_id_set_func.  It's much shorter now.
4434         * gtk/gtktreeview.c (gtk_tree_view_sort_iter_changed): WOOO!!!
4435         Now I can really reorder/sort all Store widgets.  treesorttest
4436         seems to just work now.
4437         * gtk/gtklistview.c (gtk_list_store_iter_changed): Whoops.
4438         testtreesort worked through a big coincidence all this time.
4439         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Nasty bug fix in nasty
4440         code.
4441         * tests/testtreecolumns.c: Big 'ol warning at the top letting
4442         people know that this code should never ever ever be copied.
4443
4444 2001-06-15  Jonas Borgström  <jonas@codefactory.se>
4445
4446         * gtk/gtkwindow.h: Fixed a small typo, it should be
4447         GTK_WINDOW_GROUP_GET_CLASS and not GTK_WINDOW_GET_CLASS
4448         on line 134.
4449
4450 2001-06-14  Havoc Pennington  <hp@redhat.com>
4451
4452         Docs fixups, and:
4453         
4454         * gtk/gtkcompat.h: remove GTK_DISABLE_COMPAT_H, replace with
4455         GTK_DISABLE_DEPRECATED
4456
4457 Thu Jun 14 19:21:27 2001  Jonathan Blandford  <jrb@redhat.com>
4458
4459         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): Whoops.  Forgot
4460         this a couple months ago.  Now GtkTreeStore sort of sorts.  I'll
4461         finish it off tonight, though it basically works now when it's a
4462         list.  Also, I have a sinking feeling neither GtkTreeStore or
4463         GtkListStore actually resort when adding a new item.  I'll look
4464         into it.
4465
4466 2001-06-14  Havoc Pennington  <hp@redhat.com>
4467
4468         * demos/gtk-demo/main.c (load_file): fix bug identified by
4469         warnings I just added to gtktextbuffer
4470
4471 2001-06-14  Havoc Pennington  <hp@redhat.com>
4472
4473         * gtk/gtkwindow.c (window_group_cleanup_grabs): fix other typo
4474
4475         * gtk/gtkwidget.c (gtk_widget_propagate_state): fix typo
4476
4477         * gtk/gtktextbtree.c: don't leak node data all over the place.
4478
4479         * demos/gtk-demo/main.c (main): create fontify tags for the right
4480         buffer
4481
4482         * gtk/gtktextbuffer.c, gtk/gtktexttagtable.c: enhance docs
4483         to mention tags in the same table can't have the same name,
4484         suggested by Skip Montanaro
4485
4486 2001-06-11  Havoc Pennington  <hp@redhat.com>
4487
4488         * gtk/gtktexttagtable.c (gtk_text_tag_table_add): improve warning 
4489         for trying to add two tags with same name to the tag table
4490
4491         * demos/gtk-demo/main.c (main): fix colors ;-)
4492
4493 `Fri Jun  8 17:56:52 2001  Owen Taylor  <otaylor@redhat.com>
4494
4495         * gtk/gtkwindow.[ch] gtk/gtkmain.c: Add a GtkWindowGroup struct
4496         that allows grouping together multiple windows so that grabs
4497         within that set of windows only affect those windows.
4498
4499         * gtk/gtkmain.c gtk/gtkwidget.[ch]: Add a "grab_notify"
4500         signal for notification when a widget becomes shadowed
4501         by a grab or is no longer shadowed by a grab.
4502
4503         * gtk/gtkwidget.c (gtk_widget_propagate_state)
4504           gtk/gtkmain.c: (gtk_widget_grab_add): Don't allow
4505         insenstive widgets to maintain a grab.
4506
4507 2001-06-14  Alexander Larsson  <alexl@redhat.com>
4508
4509         * docs/README.linux-fb:
4510         Add some example config files that can be used with the URW fonts.
4511         
4512         * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init): 
4513         Set up the color ramps for DirectColor mode.
4514
4515 2001-06-11  Havoc Pennington  <hp@redhat.com>
4516
4517         * Release 1.3.6
4518          
4519 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
4520
4521         * gdk/linux-fb/gdkwindow-fb.c:
4522         Unify shaped window code and make it repaint the area that used
4523         to be part of the shape, but isn't anymore.
4524
4525 2001-06-11  Havoc Pennington  <hp@redhat.com>
4526
4527         * NEWS: Updates
4528
4529         * configure.in (GTK_MINOR_VERSION): bump version to 1.3.6
4530
4531         * gtk/Makefile.am: glib_genmarshal already contains top_builddir
4532         
4533 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
4534
4535         * gdk/linux-fb/gdkdnd-fb.c (gdk_drag_status):
4536         Don't pass on GDK_ACTION_DEFAULT. The Xdnd code
4537         passes zero instead, so do we.
4538         
4539 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
4540
4541         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
4542         Deep copy dash_list too.
4543         (_gdk_fb_gc_new): Set default cap_style before
4544         setting values.
4545
4546 2001-06-12  Alexander Larsson  <alla@lysator.liu.se>
4547
4548         * gdk/linux-fb/gdkkeyboard-fb.c (gdk_keymap_get_default,
4549         gdk_keymap_get_direction): New functions.
4550
4551 Tue Jun 12 12:41:27 2001  Jonathan Blandford  <jrb@redhat.com>
4552
4553         * gtk/gtktreemodel.h (GTK_TREE_MODEL_LIST_ONLY): further justify
4554         gtk_tree_model_get_flags by adding a second flag for atk.
4555
4556         * gtk/gtktreemodel.c: make cursor behavior interact better with
4557         mouse presses.
4558
4559 Mon Jun 11 12:43:08 2001  Jonathan Blandford  <jrb@redhat.com>
4560
4561         * gtk/gtktreeview.c (gtk_tree_view_class_init): changed
4562         expand_row/collapse_row to be 2 signals each -- test_expand_row
4563         and row_expanded as well as test_collapse_row and row_collapsed.
4564
4565 2001-06-10  Anders Carlsson  <andersca@codefactory.se>
4566
4567         * demos/gtk-demo/stock_browser.c (do_stock_browser): Update
4568         signal name to be changed instead of selection_changed.
4569
4570 2001-06-08  Havoc Pennington  <hp@redhat.com>
4571
4572         * gtk/gtkentry.c (gtk_entry_class_init): add read-only
4573         "scroll_offset" property for notification when the layout offsets
4574         may have changed
4575         (gtk_entry_adjust_scroll): add notify for scroll_offset
4576         (gtk_entry_layout_index_to_text_index): function to compensate for
4577         preedit string when doing coordinate stuff on the entry's layout
4578         (gtk_entry_text_index_to_layout_index): inverse function
4579         (gtk_entry_get_layout_offsets): hook to get current position of
4580         the layout      
4581         (gtk_entry_get_layout): hook to get the layout itself.
4582
4583         * gtk/gtklabel.c (gtk_label_get_layout): new function
4584
4585 Fri Jun  8 19:49:29 2001  Jonathan Blandford  <jrb@redhat.com>
4586
4587         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): New
4588         keybinding.
4589         (gtk_tree_view_focus): Fix merge conflict.
4590
4591 Fri Jun  8 18:41:30 2001  Jonathan Blandford  <jrb@redhat.com>
4592
4593         * gtk/gtktreeview.c (gtk_tree_view_set_cursor): new function to
4594         clean up cursor handling.
4595
4596 2001-06-08  Havoc Pennington  <hp@redhat.com>
4597
4598         * gtk/gtktextbuffer.c (gtk_text_buffer_get_start_iter): added this
4599         function
4600
4601         * gtk/gtktextview.c (gtk_text_view_get_default_attributes): added
4602         this function
4603
4604 2001-06-08  Alex Larsson  <alexl@redhat.com>
4605
4606         * gtk/gtkcompat.h.in:
4607         Added compat macros for all old GTK_TYPE_GDK_xxx types.
4608         Fixes bug #52892
4609
4610 2001-06-08  Havoc Pennington  <hp@redhat.com>
4611         
4612         * gtk/gtkhsv.h (struct _GtkHSVClass): had GtkContainerClass as
4613         parent still
4614
4615 2001-06-08  Havoc Pennington  <hp@redhat.com>
4616
4617         * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): geez,
4618         don't call g_list funcs on GSList
4619
4620         * gtk/gtkwidget.c (gtk_widget_child_focus): replaces
4621         gtk_container_focus(), since some widgets have focusable locations
4622         which are not other widgets. These widgets should not have to be 
4623         containers just to manage the focus. For example, GtkHSV is
4624         currently a container for no good reason. Also, this cleans
4625         up the "if (is_container && is_sensitive && is_drawable)
4626         container_focus ()" mess in widget implementations.
4627
4628         * gtk/gtkcontainer.c (gtk_container_focus): deprecate this
4629         function, and have it just call gtk_widget_child_focus().
4630
4631         * gtk/gtkhsv.c: derive from widget not container
4632         
4633         Throughout: fix to reflect GtkContainer::focus change
4634         
4635 Fri Jun  8 12:38:49 2001  Jonathan Blandford  <jrb@redhat.com>
4636
4637         * gtk/gtktable.c (gtk_table_resize): warn if row/cols are out of
4638         range.  Fix bug #55921
4639
4640         * gtk/gtkliststore.c (gtk_list_store_new_with_types): fix doc bug
4641         (#55920).
4642
4643 Fri Jun  8 12:03:07 2001  Owen Taylor  <otaylor@redhat.com>
4644
4645         * gdk/gdkkeys.[ch]: Add a direction-changed signal,
4646         and gdk_keymap_get_current_direction().
4647
4648         * gdk/x11/gdkevents-x11.c gdk/x11/gdkkeys-x11.c
4649           gdk/x11/gdkmain-x11.c gdk/x11/gdkprivate-x11.h: Track
4650         the current locked group, use it to set the keymap
4651         direction.
4652
4653         * gtk/gtksettings.c: Add a new gtk-split-cursor setting
4654         to determine whether we draw a split cursor or use
4655         a jumping cursor based on the current direction.
4656
4657         * gtk/gtkentry.c gtk/gtktextview.c gtk/gtktextlayout.[ch]:
4658         Obey the split cursor setting. 
4659
4660 Fri Jun  8 11:57:50 2001  Owen Taylor  <otaylor@redhat.com>
4661
4662         * gtk/gtkimmulticontext.c (activate_cb): Only activate
4663         when toggling on, not when toggling off... (#55906)
4664
4665 Wed Jun  6 10:37:07 2001  Owen Taylor  <otaylor@redhat.com>
4666
4667         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): 
4668         s/gdk_window_begin_paint/gdk_window_begin_paint_region/
4669         in docs. (#55812, Vitaly Tishkov)
4670
4671 2001-06-08  Anders Carlsson  <andersca@codefactory.se>
4672
4673         * demos/gtk-demo/main.c (create_tree): Changed signal name from
4674         selection_changed to changed in signal connection to GtkTreeSelection,
4675         also used g_signal_connectc since GtkTreeSelection is now a GObject.
4676
4677 Thu Jun  7 18:25:42 2001  Jonathan Blandford  <jrb@redhat.com>
4678
4679         * gtk/gtktreeselection.c: Now it's a GObject instead of a
4680         GtkObject.  The GtkTreeSelection::selection_changed signal is now
4681         the GtkTreeSelection::changed signal.
4682
4683         * gtk/gtktreeview.c: Modified to deal with new GtkTreeSelection
4684         object.
4685
4686         * tests/gtktree*.c: Modified to deal with new GtkTreeSelection
4687         object.
4688
4689 2001-06-07  Havoc Pennington  <hp@redhat.com>
4690
4691         * gtk/Makefile.am: fix glib-mkenums and glib-genmarshal again
4692
4693 2001-06-07  Havoc Pennington  <hp@redhat.com>
4694         
4695         * gtk/Makefile.am: fixups for glib-mkenums and glib-genmarshal
4696         (not tested yet because with absolute path to srcdir I can't build
4697         atk, but it was broken anyway so this may help) 
4698
4699 2001-06-07  Havoc Pennington  <hp@redhat.com>
4700
4701         * configure.in: output m4macros/Makefile
4702         
4703 Wed Jun  6 21:59:16 2001  Jonathan Blandford  <jrb@redhat.com>
4704
4705         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): hook up arrow
4706         buttons.  Fixes #55460 reported by matthiasc@poet.de.
4707
4708 Wed Jun  6 21:18:54 2001  Jonathan Blandford  <jrb@redhat.com>
4709
4710         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): centralize
4711         expansion/collapsing so it only happens in one place.
4712         (gtk_tree_view_real_expand_row): ditto.
4713
4714 2001-06-07  Havoc Pennington  <hp@redhat.com>
4715
4716         * tests/Makefile.am: add missing -I flag
4717
4718         * gtk/Makefile.am: use @GLIB_MKENUMS@, @GLIB_GENMARSHAL@, etc.
4719
4720         * configure.in: use pkg-config to see if GModule is
4721         supported; fix to properly turn on included loaders 
4722         when GModule isn't supported; don't use AC_CHECK_LIB 
4723         when libs are not installed yet
4724
4725         * autogen.sh: add support for AUTOGEN_SUBDIR_MODE
4726
4727         * Makefile.am (SUBDIRS): add m4macros subdir
4728
4729         * gtk/Makefile.am: $(srcdir)/foo targets must be $(srcdir)/foo in
4730         dependencies also.
4731
4732 Wed Jun  6 19:31:11 2001  Jonathan Blandford  <jrb@redhat.com>
4733
4734         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix silly bug
4735         reported by "Padraig O'Briain" <Padraig.Obriain@Sun.COM>.
4736
4737 Wed Jun  6 20:01:38 2001  Jonathan Blandford  <jrb@redhat.com>
4738
4739         * gtk/gtktreeview.c
4740         (gtk_tree_view_real_expand_collapse_cursor_row): Handle key
4741         bindings to expand and collapse rows.
4742         (gtk_tree_view_real_select_cursor_parent): New key binding.
4743         (gtk_tree_view_real_toggle_cursor_row): New key binding.
4744
4745         * gtk/gtkmarshal.list: new
4746         marshaller. (VOID__BOOLEAN_BOOLEAN_BOOLEAN)
4747
4748 2001-06-06  Havoc Pennington  <hp@redhat.com>
4749
4750         * gtk/gtkrange.c (gtk_range_class_init): add "inverted" property
4751
4752         * gtk/gtkscale.c (gtk_scale_class_init): Change Page Up and Page
4753         Down to move visually rather than logically, since it confuses 
4754         people. Add -/+ and Ctrl--/+ bindings for logical movement.
4755
4756 2001-06-06  Alex Larsson  <alexl@redhat.com>
4757
4758         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
4759         Fix up error messages.
4760
4761 Wed Jun  6 10:34:42 2001  Owen Taylor  <otaylor@redhat.com>
4762
4763         * gtk/gtktooltips.h: Include gtkwidget.h 
4764         (#55798, Karl Nelson)
4765
4766         * gdk/x11/gdkwindow-x11.c (utf8_is_latin1): 0xff is
4767         a valid latin-1 character. (Marc Lehmann, #35467)
4768
4769         * gdk/x11/gdkwindow-x11.c: Fix minor typo in comment. 
4770         (Marc Lehmann, #35467)
4771         
4772 2001-06-05  Alex Larsson  <alexl@redhat.com>
4773
4774         * demos/gtk-demo/appwindow.c (do_appwindow):
4775         Don't swap the order of the args to gtk_widget_destroyed.
4776
4777         * tests/testgtk.c (destroy_properties):
4778         Don't crash when the properties window is destroyed.
4779
4780         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_from_stock):
4781         Use with_mnemonics to handle the case of stock items with
4782         underscores in them.
4783
4784 2001-06-05  Havoc Pennington  <hp@redhat.com>
4785
4786         * gtk/gtktextiter.c (gtk_text_iter_order): rename from 
4787         gtk_text_iter_reorder
4788
4789 2001-06-05  Havoc Pennington  <hp@redhat.com>
4790
4791         * gtk/gtktoolbar.c (gtk_toolbar_remove_space): new function
4792
4793 2001-06-05  Havoc Pennington  <hp@redhat.com>
4794
4795         * gtk/gtkspinbutton.c (gtk_spin_button_set_range): clamp the value 
4796         to the range that was set
4797
4798         * gtk/gtkrange.c: add value_changed signal, primarily 
4799         intended for use with GtkScale
4800         (gtk_range_set_increments): new function
4801         (gtk_range_set_range): new function with weird name
4802         (gtk_range_set_value): new function
4803         (gtk_range_get_value): new function
4804
4805         * gtk/gtkspinbutton.c (gtk_spin_button_get_value): rename 
4806         from gtk_spin_button_get_value_as_float(). Compat #define
4807         added for get_value_as_float.
4808
4809         * gtk/gtkhscale.c (gtk_hscale_new_with_range): new function
4810
4811         * gtk/gtkvscale.c (gtk_vscale_new_with_range): new function
4812
4813 Tue Jun  5 14:57:18 2001  Jonathan Blandford  <jrb@redhat.com>
4814
4815         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_size): Fix bug #55573
4816
4817 Mon Jun  4 12:41:25 2001  Owen Taylor  <otaylor@redhat.com>
4818
4819         * gtk/gtkwidget.h: Deprecate gtk_widget_set().
4820
4821         * tests/testgtk.c (create_tooltips): Remove usage of
4822         gtk_widget_set().
4823
4824 2001-06-05  Havoc Pennington  <hp@redhat.com>
4825
4826         * gtk/gtkcolorsel.c: Use new mnemonic convenience functions
4827
4828         Applying patch from Jeff Franks, with function docs added.
4829         
4830         * gtk/gtkcheckbutton.c (gtk_check_button_new_with_mnemonic):
4831         remove call to set_mnemonic_widget, change docs a bit.  
4832
4833         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_with_mnemonic):
4834         new function
4835
4836         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_new_with_mnemonic):
4837         new function
4838
4839         * gtk/gtkmenuitem.c (gtk_menu_item_new_with_mnemonic): new function
4840
4841         * gtk/gtkradiobutton.c (gtk_radio_button_new_with_mnemonic): new
4842         function
4843         (gtk_radio_button_new_with_mnemonic_from_widget): new function
4844
4845         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_new_with_mnemonic):
4846         new function
4847
4848         * gtk/gtktogglebutton.c (gtk_toggle_button_new_with_mnemonic): new
4849         function        
4850
4851         * gtk/gtklabel.c (gtk_label_new_with_mnemonic): Improve docs on 
4852         auto-selection of mnemonic widget.
4853
4854 Mon Jun  4 15:05:24 2001  Jonathan Blandford  <jrb@redhat.com>
4855
4856         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_max_width):
4857         Fix segfault found by Vitaly Tishkov <tvv@sparc.spb.su>.
4858         (gtk_tree_view_column_set_min_width): ditto.
4859
4860 Tue Jun  5 11:04:06 2001  Owen Taylor  <otaylor@redhat.com>
4861
4862         * gdk/gdkpixmap.h (GDK_PIXMAP_GET_CLASS): 
4863         s/GdkPixmapClass/GdkPixmapObjectClass/. (#51890, Jeff Franks)
4864
4865 Mon Jun  4 12:50:11 2001  Owen Taylor  <otaylor@redhat.com>
4866
4867         * gtk/gtkctree.c (gtk_ctree_insert_gnode): Add a missing
4868         gtk_clist_thaw().
4869
4870 2001-06-04  Havoc Pennington  <hp@pobox.com>
4871
4872         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore 
4873 r       eleases for buttons 6, 7
4874
4875 2001-06-04  Havoc Pennington  <hp@redhat.com>
4876
4877         * gtk/gtkseparatormenuitem.h: Fix a search-and-replace screwup
4878         (s/CHECK/SEPARATOR/ gone awry). Patch from Jeff Franks, bug
4879         #55562
4880
4881 2001-06-04  Havoc Pennington  <hp@redhat.com>
4882
4883         * gtk/gtktextview.c (gtk_text_view_size_request): handle case
4884         where text_view->layout == NULL by assuming its size is 0, 
4885         i.e. same as if we haven't done any reflow. Reported by 
4886         Hidetoshi Tajima #55448 
4887
4888 2001-06-04  Havoc Pennington  <hp@redhat.com>
4889
4890         * gdk/x11/gdkevents-x11.c (gdk_event_translate): support button 6
4891         and 7 for scroll left/right, from Thomas Broyer
4892
4893 2001-05-10  Havoc Pennington  <hp@redhat.com>
4894
4895         * gtk/gtksettings.c (gtk_settings_get_property): Handle case where
4896         we need to parse the xsetting as if it were an RC file string.
4897
4898         * gtk/gtkcolorsel.c (gtk_color_selection_class_init): load initial
4899         value of palette from settings, not from static variable
4900
4901         * gdk/x11/gdkevents-x11.c: add color palette, toolbar mode to
4902         xsettings translation table
4903
4904         * gtk/gtktoolbar.c (gtk_toolbar_new): Remove arguments, because 
4905         hardcoding the toolbar style conflicts with new customizable 
4906         toolbar style philosophy
4907         (gtk_toolbar_class_init): add settings for default toolbar style;
4908         these are used unless the app specifically forces a toolbar style
4909
4910         * gtk/gtksettings.c (settings_install_property_parser): only
4911         return at the start if we warn and parser == NULL
4912
4913         * gtk/gtkcolorsel.c (gtk_color_selection_finalize): disconnect the
4914         palette changed handler so we don't notify dead color selections
4915
4916         * gtk/gtkstyle.c (gtk_default_draw_shadow): handle
4917         xthickness/ythickness of 0 or 1 properly 
4918         (gtk_default_draw_resize_grip): clear the background behind the
4919         resize grips, and align to bottom right if we square the 
4920         area to be drawn.
4921
4922         * gtk/gtkstatusbar.c (gtk_statusbar_init): set horizontal usize on 
4923         statusbar label to 1, so it doesn't make toplevels resize oddly
4924         (gtk_statusbar_size_request): add grip size to request
4925         (gtk_statusbar_size_allocate): hack so the hbox still works with 
4926         the grip size in the request
4927
4928         * gtk/gtktoolbar.c (gtk_toolbar_show_all): override to fix 
4929         bug where showing all on a toplevel makes the toolbar 
4930         button text appear despite the toolbar mode
4931
4932         * gtk/gtkmenubar.c: add internal padding style property
4933
4934         * gtk/gtktoolbar.c: Add internal padding style property; add
4935         shadow type style property
4936
4937         * gtk/gtkmenubar.c (gtk_menu_bar_paint): paint box with widget
4938         state; and put Container::border_width outside the frame
4939
4940         * gtk/gtktextview.c: don't draw focus rectangle if we're in
4941         interior focus mode, we just use blinking cursor
4942
4943 2001-06-04  Havoc Pennington  <hp@redhat.com>
4944
4945         * configure.in: Make gdk-pixbuf have same version number as GTK
4946
4947 2001-06-04  Havoc Pennington  <hp@redhat.com>
4948
4949         * gtk/gtkspinbutton.c: Get rid of stupid g_return_if_fail on 
4950         digits greater than 6. If there actually are limits (which there
4951         likely aren't), should clamp to them not warn.
4952         (gtk_spin_button_new_with_range): don't take log of 0
4953         (gtk_spin_button_size_request): use digits to compute size
4954         request, rather than step increment.
4955
4956         * tests/testgtk.c (create_spins): test larger values of digits
4957         
4958         * gtk/gtkfontsel.c (gtk_font_selection_init): scroll to selected
4959         font on map not expose, so we don't get weirdness during scrolling
4960
4961 2001-06-04  Havoc Pennington  <hp@redhat.com>
4962
4963         * gtk/gtkclist.c (vadjustment_value_changed): Apply fix from
4964         Sam Solon, bug #54577, update value even if not drawable.
4965
4966 2001-06-04  Havoc Pennington  <hp@redhat.com>
4967
4968         * gtk/gtkrange.c (gtk_range_scroll_event): change SCROLL_RIGHT to
4969         SCROLL_LEFT, reported by Thomas Broyer.
4970
4971 2001-06-04  Havoc Pennington  <hp@redhat.com>
4972
4973         * gtk/gtkrange.c (gtk_range_adjustment_value_changed): 
4974         Process updates immediately, to prevent funny lag effect
4975         when scrolling, at some mild potential efficiency cost.
4976
4977 2001-06-04  Havoc Pennington  <hp@redhat.com>
4978
4979         * gtk/gtkrange.c (gtk_range_button_press): on middle click, center
4980         slider on the click.
4981
4982 2001-06-03  Havoc Pennington  <hp@pobox.com>
4983
4984         * gtk/gtkstyle.c (gtk_default_draw_slider): make this special-case
4985         hscale/vscale details, so we can use it for scrollbar as well.
4986
4987         * tests/testgtk.c (reformat_value): honor digits from GtkScale
4988
4989         * gtk/gtkenums.h (GtkTroughType): Remove this enum
4990         (GtkScrollType): add START and END from GtkTroughType
4991
4992         * gtk/gtkstyle.c (gtk_default_draw_slider): was not properly using
4993         its x/y arguments
4994
4995         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkscrollbar.h,
4996         gtk/gtkscrollbar.c, gtk/gtkscale.h, gtk/gtkscale.c,
4997         gtk/gtkhscrollbar.h, gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.h,
4998         gtk/gtkvscrollbar.c, gtk/gtkhscale.h, gtk/gtkhscale.c,
4999         gtk/gtkvscale.h, gtk/gtkvscale.c: Rewrite GtkRange and subclasses.
5000
5001         Notable changes in the process:
5002          
5003         - stepper_size style property is the height for vertical 
5004           ranges, width for horizontal; the other dimension matches
5005           the trough size
5006         - add ability to do NeXT-style steppers (and several other styles
5007           that don't make any sense)
5008         - added min_slider_length, fixed_slider_length properties to
5009           GtkScrollbar
5010         - cleaned some private (or at least useless) functions out of
5011           gtkscale.h    
5012         - moved bindings to GtkScale from subclasses, even arrow keys,
5013           since blind users don't know scale orientation.
5014         - change move_slider action signal to use new GtkScrollType,
5015           remove GtkTroughType argument
5016         - digits rounds the values a range will input to the given 
5017           number of decimals, but will not try to force adjustment 
5018           values set by other controllers. That is, we no longer
5019           modify adjustment->value inside a value_changed handler.
5020         - added getters for GtkScale setters
5021         - middle-click begins a slider drag
5022         
5023 Fri Jun  1 18:54:47 2001  Jonathan Blandford  <jrb@redhat.com>
5024
5025         * gtk/gtktreeview.c: (gtk_tree_view_focus): Initial stab at
5026         getting the focus code to work.
5027         (gtk_tree_view_class_init): Add a bunch of keybindings.
5028
5029         * gtk/gtktreeviewcolumn.c
5030         (gtk_tree_view_column_set_cell_data_func):
5031         s/GtkCellDataFunc/GtkTreeCellDataFunc.
5032         (_gtk_tree_view_column_set_tree_view): Use "notify::model" instead
5033         of "properties_changed" to help justify the death of the latter
5034         signal. (-:
5035
5036         * tests/testtreefocus.c (main): Let some columns be focussable to
5037         test focus better.
5038
5039 2001-06-01  Havoc Pennington  <hp@redhat.com>
5040
5041         * gtk/gtkentry.c (gtk_entry_commit_cb): implement overwrite mode
5042         
5043         * gtk/gtktextview.c (gtk_text_view_commit_handler): don't
5044         overwrite in overwrite mode if we already deleted the selection
5045         and replaced it with new text.  
5046
5047         * gtk/gtklabel.c (gtk_label_select_region_index): if you set the
5048         selection to an empty range, clear the clipboard if we owned it.
5049         (gtk_label_set_selectable): give up selection if we become
5050         unselectable.
5051         (gtk_label_state_changed): override state changed to unselect text
5052         when insensitive
5053         (get_text_callback): add paranoia check that indexes aren't
5054         outside of label->text
5055         (gtk_label_select_region): make -1 for start_offset mean "end of
5056         label," for consistency with GtkEditable
5057
5058         * gtk/gtkmessagedialog.c (gtk_message_dialog_new): honor
5059         GTK_DIALOG_NO_SEPARATOR flag
5060
5061 Fri Jun  1 11:47:11 2001  Owen Taylor  <otaylor@redhat.com>
5062
5063         * gtk/gtkcombo.c (gtk_combo_set_use_arrows_always): Fix 
5064         notifications on non-existant "enable_arrow_keys".
5065         (#53753, Skip Montanaro)
5066
5067 Fri Jun  1 11:31:55 2001  Owen Taylor  <otaylor@redhat.com>
5068
5069         * gdk/gdkrectangle.c (gdk_rectangle_get_type): Add 
5070         GDK_TYPE_RECTANGLE.
5071
5072         * gtk/gtkwidget.c (gtk_widget_class_init): Fix type
5073         of allocation argument be GDK_TYPE_RECTANGLE.
5074
5075 Thu May 31 12:43:57 2001  Owen Taylor  <otaylor@redhat.com>
5076
5077         * gtk/gtkoptionmenu.c: Account for the fact that the border
5078         width is _outside_ the window. (Fixes #54585, bug found
5079         by Bastien Nocera.)
5080
5081 Wed May 30 15:56:30 2001  Owen Taylor  <otaylor@redhat.com>
5082
5083         * gtk/gtksettings.c (gtk_settings_get_property): Validate
5084         value from GDK settings against parameter spec.
5085
5086         * gdk/x11/gdkevents-x11.c (gdk_setting_get): Add assignments
5087         to temporary values and use g_value_transform(), since
5088         thinking that GValue was going to be easy or efficient
5089         to use was, of course, a mistake.
5090
5091         * gtk/gtksettings.c: Add cursor blink setting.
5092         
5093         * gdk/x11/gdkevents-x11.c: Add cursor blink X settings.
5094
5095         * gtk/gtkentry.c: Add cursor blinking.
5096
5097         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): Use
5098         cursor blink global settings.
5099
5100         * gtk/gtkentry.c (gtk_entry_button_press): Add notification
5101         for :text_position in places where it is missing.
5102
5103 Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
5104
5105         * autogen.sh (have_libtool): Fix GNU sedism (#55430)
5106
5107 Tue May 29 17:40:29 2001  Owen Taylor  <otaylor@redhat.com>
5108
5109         * configure.in (GTK_DEP_CFLAGS): Use $PKG_CONFIG,
5110         not pkg-config. (#51032)
5111
5112         * gdk/gdkproperty.h: Remove inappropriate G_GNUC_CONST
5113         (fixes #51952, James Henstridge)
5114         
5115 2001-05-27  Alexander Larsson  <alla@lysator.liu.se>
5116
5117         * gtk/gtkstock.h (GTK_STOCK_GO_UP):
5118         Rename to the more correct gtk-go-up.
5119
5120         * gtk/stock-icons/stock_menu_sort_ascending.png:
5121         Added new file.
5122         
5123         * gtk/stock-icons/stock_menu_sort_descending.png:
5124         Changed to show descending instead of ascending.
5125
5126         * gtk/gtkiconfactory.c:
5127         Added menu size icon to sort ascending.
5128
5129         * gtk/stock-icons/Makefile.am:
5130         Added stock_menu_sort_ascending.png.
5131         
5132         * gtk/gtkseparatormenuitem.c:
5133         Use correct typenames.
5134
5135 Sun May 20 20:07:35 2001  Tim Janik  <timj@gtk.org>
5136
5137         * gtk/gtksignal.[hc] (gtk_signal_connect_full): make hanlder id a
5138         gulong as in GSignal.
5139
5140 Fri May 25 19:04:17 2001  Jonathan Blandford  <jrb@redhat.com>
5141
5142         * gtk/gtktreeview.c (gtk_tree_view_calc_size): Remove almost all
5143         instances of GtkCellRenderer in code (all but dnd icon code).
5144         Virtualized in GtkTreeViewColumn.  Now I need to move focus in
5145         there, and I can do multiple Cells per column.
5146
5147         * gtk/gtktreeviewcolumn.c: Proxy all cell calls correctly
5148
5149         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): fix bug
5150         when model was unreffed prior to removing the row reference.
5151
5152 2001-05-25  Havoc Pennington  <hp@redhat.com>
5153
5154         * gtk/gtkiconfactory.c: fix so that default icons are created if 
5155         you call gtk_stock_list_ids()
5156
5157         * demos/gtk-demo/stock_browser.c (create_model): sort stock items
5158         in list
5159
5160 2001-05-25  Havoc Pennington  <hp@redhat.com>
5161
5162         * gtk/gtkiconfactory.c (gtk_icon_set_get_sizes): get sizes an icon
5163         set can render without falling back to missing image icon
5164
5165         * gtk/gtktextview.c (gtk_text_view_size_request): request full
5166         size of text, instead of random values
5167
5168         * gtk/gtktreeview.c (gtk_tree_view_size_request): request full
5169         size of tree view, instead of random values
5170
5171         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): render fallback
5172         image in an appropriate size
5173
5174         * gtk/gtkstock.h: Rename the stock items including _BUTTON_,
5175         etc. not to include that. i.e. s/GTK_STOCK_BUTTON_OK/GTK_STOCK_OK/
5176
5177         Throughout: fix GTK_STOCK_BUTTON_ instances
5178         
5179         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
5180         gtk/gtkiconfactory.c, gtk/stock-icons/Makefile.am:
5181         Add a bunch of new stock items/icons
5182
5183         * gtk/gtktreeview.c (gtk_tree_view_insert_column_with_data_func):
5184         new function, convenience for inserting columns with a data func
5185
5186         * gtk/gtkiconfactory.c: keep a list of all existing icon factories
5187         (_gtk_icon_factory_list_ids): use list of all factories to
5188         generate a list of all known IDs
5189
5190         * gtk/gtkstock.c (gtk_stock_list_ids): replace
5191         gtk_stock_list_items() with a function that returns all IDs known
5192         including those for GtkIconFactory.
5193
5194 2001-05-25  Hans Breuer  <hans@breuer.org>
5195
5196         * gdk/win32/gdkgc-win32.c : made fil mode GDK_STIPPLED actually
5197         work -> check boxes and radio buttons are drawn now, even on win9x.
5198         Improved line settings a bit, still no clue how to get really dotted
5199         lines on win9x, on NT it's PS_ALTERNATE.
5200
5201         * gdk/win32/gdkwindow-win32.c : use SafeAdjustWindowRect for 
5202         GDK_HINT_MIN_SIZE as well
5203
5204         * gdk/win32/makefile.am : added gdkkeys-win32.c to EXTRA_DIST
5205
5206         * gtk/gtk.def : updated
5207
5208         * gtk/gtktreeprivate.h : change column_drop_func to be a function
5209         pointer not a function pointer pointer
5210
5211         * tests/testdnd.c : include <stdlib.h> for putenv prototype
5212
5213         * tests/testsocket.c : made it compile on win32 again
5214
5215         * tests/makefile.msc : one more test-app uses prop-editor.obj
5216
5217 2001-05-22  Havoc Pennington  <hp@pobox.com>
5218
5219         * gtk/gtkbin.c (gtk_bin_get_child): New function
5220
5221 Wed May 23 20:07:53 2001  Owen Taylor  <otaylor@redhat.com>
5222
5223         * gtk/gtkimcontextsimple.c: Add Mode_Switch to list of keys
5224         to ignore when doing compose processing.
5225
5226 2001-05-22  Joe Shaw  <joe@ximian.com>
5227
5228         * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_last_toggle): 
5229         Simplify as suggested by Havoc. Just get the last iter and work
5230         backward to the tag instead of getting a line and working back from
5231         there. Fixes passing in an invalid offset to
5232         iter_init_from_byte_offset().
5233
5234 Tue May 22 16:25:27 2001  Jonathan Blandford  <jrb@redhat.com>
5235
5236         * gtk/gtktreeview*.h: 
5237         * gtk/gtkcell*.h:
5238         * gtk/gtk*store.h:
5239         Added patch from Jeff Franks <jcf@tpg.com.au> to add GET_CLASS
5240         macros to all objects.
5241
5242 Tue May 22 15:13:52 2001  Jonathan Blandford  <jrb@redhat.com>
5243
5244         * gtk/gtkcellrenderertext.c
5245         (gtk_cell_renderer_text_set_fixed_size): Evil function to deal
5246         with very large (TM) amounts of text.  May be moved to
5247         GtkCellRenderer in the future, though I'm not sure it wants to be
5248         this accessible.
5249
5250         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button):
5251         More sanity brought to this class.  I like it.
5252
5253         * tests/testtreecolumns.c (ViewColumnModel): Amazingly scary test
5254         case.  Kids, don't try this at home.
5255
5256         * gtk/gtktreemodel.c (gtk_tree_model_get_iter_root): new
5257         convenience function.
5258
5259         * gtk/gtkwindow.c (gtk_window_set_geometry_hints): Fix typo in docs.
5260
5261 2001-05-21  Alexander Larsson  <alexl@redhat.com>
5262
5263         * gtk/gtkfontsel.c:
5264         Added properties. Based on patch by Lee Mallabone.
5265
5266         * gtk/gtkruler.c:
5267         * gtk/gtkhruler.c:
5268         * gtk/gtkvruler.c:
5269         * gtk/gtktext.c:
5270         * gtk/gtktextview.c:
5271         Converted GtkArg to GParam. Based on patches by John Margaglione.
5272
5273         * tests/Makefile.am:
5274         * tests/testtext.c:
5275         Add a property editor to testtext.
5276         
5277 Mon May 21 11:29:21 2001  Owen Taylor  <otaylor@redhat.com>
5278
5279         * gtk/gtk{h,v,}paned.c: Only show the separator if 
5280
5281         * configure.in: Fixed reversed conditional causing all image
5282         libraries to be linked in.
5283
5284 2001-05-21  Joe Shaw  <joe@ximian.com>
5285
5286         * gtk/gtklayout.c (gtk_text_layout_get_lines): Remove the assertion
5287         that top_y needs to be >= 0.
5288
5289 2001-05-11  Havoc Pennington  <hp@pobox.com>
5290         
5291         * gdk/x11/gdkmain-x11.c: Improve error messages for X errors and
5292         losing connection to the X server.
5293
5294 Sun May 20 13:59:20 2001  Owen Taylor  <otaylor@redhat.com>
5295
5296         * configure.in: Start checks for X from pangox/pangoxft
5297         CFLAGS to avoid duplicate libraries.
5298
5299         * gdk/Makefile.am (LDFLAGS): Remove extra -lm.
5300
5301         * configure.in (GDK_PIXBUF_PACKAGES): Fix GDK_PIXBUF_PACKAGES
5302         to include gobject.
5303         
5304 2001-05-18  Alexander Larsson  <alexl@redhat.com>
5305
5306         * gtk/gtkspinbutton.c:
5307         Convert GtkArgs to GParams. Based on patch by John Margaglione.
5308         Also do size request reasonable for MAXDOUBLE. Previously it printed
5309         the limits to a buffer and overran it. Instead do it using log10() and
5310         limit the width to 10 digits.
5311         
5312         * gtk/gtkwidget.c (gtk_widget_get_property):
5313         Correctly handle setting the parent property to NULL.
5314
5315 Fri May 18 15:26:26 2001  Owen Taylor  <otaylor@redhat.com>
5316
5317         * gtk/gtktextview.c (gtk_text_view_style_set): Reset 
5318         style attributes even if the widget isn't realized.
5319
5320         * demos/gtk-demo/main.c: Use a slightly smaller font.
5321
5322 Fri May 18 14:25:20 2001  Owen Taylor  <otaylor@redhat.com>
5323
5324         * gtk/gtkcontainer.c: Remove reallocate-redraws property.
5325         This is something that only a widget writer would ever want
5326         to change.
5327
5328         * gtk/gtksignal.c: Handle G_SIGNAL_TYPE_STATIC_SCOPE for
5329         gtk_signal_emit_by_name().
5330
5331         * gtk/gtkviewport.c: Fix some warnings.
5332
5333         * gtk/gtkwidget.c gtk/gtksizegroup.c: Add "size group" facility
5334         allowing the requisitions of multiple widgets to be grouped
5335         together.
5336
5337         * tests/testgtk.c: Add GtkSizeGroup test
5338
5339         * demos/gtk-demo/sizegroup.c: Add GtkSizeGroup demo.
5340
5341         * demos/gtk-demo/main.c demos/gtk-demo/pixbufs.c: Fix some
5342         warnings.
5343
5344         * configure.in: Switch to using AM_GLIB_GNU_GETTEXT.
5345
5346 2001-04-28  Martin Baulig  <baulig@suse.de>
5347
5348         * gtk/gtkimagemenuitem.[ch]: Renamed gtk_image_menu_item_add_icon()
5349         to gtk_image_menu_item_set_icon() and made it work if there's already
5350         an image.
5351         (gtk_image_menu_item_new): This function doesn't take any arguments anymore.
5352         (gtk_image_menu_item_new_with_label): New function.
5353
5354 Thu May 17 16:20:04 2001  Jonathan Blandford  <jrb@redhat.com>
5355
5356         * demos/gtk-demo/main.c (fontify): It's the worlds ugliest
5357         highlighting code!!!!  The result is okay so long as you don't try
5358         to stress it.  It also highlights a bug in the TextView so it's in
5359         an unproportional font right now until it's fixed.
5360
5361         *demos/gtk-demo/*.c: Clean up code a bit to make it
5362         ugly-parser(TM) friendly. (-:
5363
5364 2001-05-17  Joe Shaw  <joe@ximian.com>
5365
5366         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove the assertions
5367         that x_offset and y_offset must be >= 0. Clip the cursor being drawn
5368         if it is only partially onscreen.
5369
5370 Thu May 17 17:10:13 2001  Owen Taylor  <otaylor@redhat.com>
5371
5372         * gtk/gtkentry.c: Make logical motion and deletion by graphemes, 
5373         not by characters.
5374
5375         * gtk/gtkentry.c: Handle "trailing" returns from Pango when they
5376         are not zero or one; that is, when graphemes of multiple characters
5377         are involved.
5378
5379         * gtk/gtktextlayout.c (line_display_index_to_iter): Remove unnecessary
5380         FIXME.
5381
5382 2001-05-17  Alexander Larsson  <alla@lysator.liu.se>
5383         
5384         * gtk/gtkbbox.c:
5385         Add properties, based on patch by Lee Mallabone.
5386
5387         * gtk/gtknotebook.c:
5388         * gtk/gtktoolbar.c:
5389         Convert from GtkArg to GParam, based on patch by John Margaglione.
5390         
5391         * gtk/gtkhscale.c:
5392         * gtk/gtkvscale.c:
5393         * gtk/gtkhscrollbar.c:
5394         * gtk/gtkvscrollbar.c:
5395         * gtk/gtkrange.c:
5396         Move adjustment property to GtkRange.
5397
5398         * gtk/gtklabel.c:
5399         Setup mnemonics on property changes
5400
5401         * gtk/gtkwidget.c (gtk_widget_get_property):
5402         GdkExtensionMode is an enum, not a flag. Set it with
5403         g_value_set_enum ().
5404
5405         * tests/prop-editor.c:
5406         Better propery editor.
5407
5408         * tests/testgtk.c:
5409         Add new property test. Pass zero to the property editor to
5410         get properties from all derived types.
5411         
5412 Sun May 13 12:01:12 2001  Owen Taylor  <otaylor@redhat.com>
5413
5414         * autogen.sh (have_automake): Require libtool-1.4,
5415         automake-1.4p1.
5416
5417         * acinclude.m4: Remove libtool macros.
5418
5419         * gdk-pixbuf/Makefile.am: Add dependencies to loade
5420         modules.
5421
5422         * gdk/Makefile.am: Add dependency on libgdk_pixbuf.la
5423         for libgdk.
5424
5425         * gtk/Makefile.am: Add dependency on libgdk_pixbuf.la
5426         libgdk.la for libgtk.
5427
5428         * modules/input/Makefile.am: Make modules have full
5429         dependencies.
5430
5431 Wed May 16 14:06:01 2001  Jonathan Blandford  <jrb@redhat.com>
5432
5433         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): fix bug
5434         #54699 where paths weren't being checked for correctness.
5435
5436 Tue May 15 20:13:24 2001  Jonathan Blandford  <jrb@redhat.com>
5437
5438         * gtk/gtktreeviewcolumn.c: You can now set all sorts of properties
5439         in any order you wan, whether or not the column is added to the
5440         tree, or the tree is realized.  Yay!
5441
5442         * gtk/gtktreeviewcolumn.c
5443         (gtk_tree_view_column_setup_sort_column_id_callback): handle
5444         sorting columns a lot saner
5445
5446         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_reorderable):
5447         new function to actually set wether or not a column is
5448         reorderable.
5449
5450         * gtk/gtktreeview.c (gtk_tree_view_unrealize): Only destroy things
5451         if we have 'em.
5452
5453         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_set_tree_view):
5454         Fix nasty bug where we were showing the button just before
5455         realizing it.  As a result, the parent window was
5456         tree_view->window instead of tree_view->priv->header_window.
5457
5458         * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): new property
5459         to let you easily reorder a list or tree.
5460
5461 2001-05-15  Alexander Larsson  <alla@lysator.liu.se>
5462
5463         * gtk/gtkpacker.c: Apply patch from John Margaglione that converts
5464         from args to properties.
5465
5466 Tue May 15 10:11:59 2001  Owen Taylor  <otaylor@redhat.com>
5467
5468         * gtk/gtkpreview.c: Apply patch from John Margaglione converting
5469         from args to properties. (#51957)
5470
5471         * gtk/gtkscale.c (gtk_scale_class_init): Move install property
5472         calls to after ->set_property call.
5473
5474 Mon May 14 14:56:21 2001  Owen Taylor  <otaylor@redhat.com>
5475
5476         * tests/prop-editor.c: Block against redundant changes.
5477
5478         * gtk/gtkpaned.c gtk/gtk[hv]paned.c: Add position, position_set
5479         properties.
5480
5481 Sun May 13 18:40:04 2001  Owen Taylor  <otaylor@redhat.com>
5482
5483         * gdk/gdkpixmap.h: Remove creative formatting.
5484
5485 Thu May 10 19:22:28 2001  Owen Taylor  <otaylor@redhat.com>
5486
5487         * gtk/gtktogglebutton.c:  Patch from John Margaglione converting to
5488         property API. (#51669)
5489
5490         * gtk/gtkscale.c: Patch from John Margaglione converting to
5491         property API. (#51891)
5492
5493         * gtk/gtkaccellabel.c: Applied patch from Lee Mallabone, converting
5494         to property API. (#50985)
5495
5496 Fri May 11 20:13:44 2001  Tim Janik  <timj@gtk.org>
5497
5498         * gtk/gtkmain.c (gtk_main_do_event): remember widget's double
5499         buffering state across expose event, so we still call end_paint().
5500
5501 2001-05-11  Alexander Larsson  <alexl@redhat.com>
5502
5503         * gtk/gtkhsv.c (paint_triangle):
5504         Expose the ring in the triangle at the correct place when
5505         exposing just a part of the triangle.
5506
5507         * gtk/gtkwindow-decorate.c (gtk_decorated_window_focus_change):
5508         Return FALSE, or window focusing will not work.
5509
5510 2001-05-11  Havoc Pennington  <hp@pobox.com>
5511
5512         * gtk/gtkimage.c (gtk_image_new_from_stock): docs, fixes bug
5513         #54144
5514
5515         * gtk/gtkcolorsel.c (gtk_color_selection_new): docs, fixes
5516         bug #54330
5517
5518 Fri May 11 02:53:57 2001  Tim Janik  <timj@gtk.org>
5519
5520         * gtk/gtktogglebutton.c (gtk_toggle_button_expose): don't
5521         propagate exposes to NULL child.
5522
5523         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed): guard
5524         against not having one of the scrollbars.
5525
5526         * gtk/gtklabel.c (gtk_label_setup_mnemonic): clean up after us,
5527         we don't keep a mnemonic window if we have no mnemonic installed.
5528
5529 Fri May 11 01:05:00 2001  Tim Janik  <timj@gtk.org>
5530
5531         * gtk/gtktypeutils.h: grum, gtk_type_class() is not GNUC_CONST
5532         it has the _important_ side effect of initializing a class.
5533
5534 2001-05-10  Alexander Larsson  <alexl@redhat.com>
5535
5536         * gdk/linux-fb/gdkprivate-fb.h:
5537         Make sure you can compile out the implementation/wrapper assert
5538         macros.
5539
5540         * gdk/linux-fb/gdkdrawable-fb2.c:
5541         Check implementation/wrappers, initialize type for pixmap dummys.
5542
5543         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image):
5544         Hide the cursor if reading from the screen.
5545
5546         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
5547         Fix sign bug in tiling code.
5548
5549         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
5550         Handle background pixmaps.
5551
5552 Wed May  9 15:27:22 2001  Jonathan Blandford  <jrb@redhat.com>
5553
5554         * gtk/gtktreeview.c (gtk_tree_view_set_column_drag_function): New
5555         function to let user control where columns are dragged.
5556
5557         * gtk/gtktreeview.c (gtk_tree_view_key_press): Cancel drags if
5558         Escape is pressed.
5559
5560 Wed May  9 09:08:44 2001  Jonathan Blandford  <jrb@redhat.com>
5561
5562         * gtk/gtktreeview.c (gtk_tree_view_class_init): New
5563         "columns_changed" signal.
5564         (gtk_tree_view_motion_draw_column_motion_arrow): Change column
5565         motion code to draw arrows to the side if indicator is outside the
5566         widget.
5567         (gtk_tree_view_map_expanded_rows): Implement.
5568
5569 2001-05-07  Alexander Larsson  <alexl@redhat.com>
5570
5571         * demos/testpixbuf-save.c: 
5572         * demos/testpixbuf-drawable.c:
5573         Include gdkfb.h on linux-fb.
5574
5575 2001-05-07  Alexander Larsson  <alexl@redhat.com>
5576
5577         * gdk/linux-fb/gdkdnd-fb.c (get_toplevel_window_at):
5578         New function for getting toplevel window at position.
5579         (gdk_drag_find_window): Use get_toplevel_window () instead
5580         of gdk_window_get_pointer(). (gdk_drag_status): Use
5581         correct context for getting window.
5582
5583         * gdk/linux-fb/gdkproperty-fb.c (gdk_atom_name):
5584         g_strdup the atom name.
5585
5586         * gdk/linux-fb/gdkwindow-fb.c:
5587         Costmetic fix.
5588
5589         * gtk/gtkdnd.c (gtk_drag_source_handle_event):
5590         Add code for changing cursor on linux-fb backend (same as
5591         win32).
5592
5593 2001-05-07  Federico Mena Quintero  <federico@ximian.com>
5594
5595         * gtk/gtkwindow.c (gtk_window_focus): Test for bin->child being
5596         present before doing anything with it.  Patch from HÃ¥vard KvÃ¥len
5597         <havardk@netcom.no>.  Fixes Ximian bugzilla #2492 (OK, the bug
5598         report was not for the development branch of GTK+, but it applies
5599         anyways).
5600
5601 2001-05-04  Havoc Pennington  <hp@redhat.com>
5602
5603         * configure.in: fix some shell typos
5604
5605         * gtk/gtkcolorsel.c (gtk_color_selection_destroy): warning fix
5606
5607         * gtk/gtkimage.c: handle animations
5608
5609         * gtk/gtkcheckbutton.c (gtk_check_button_size_request): request
5610         border_width * 2, not just border_width
5611
5612         * gtk/gtkscale.c: add "format_value" signal to allow people
5613         to override the way values are drawn.
5614         (gtk_scale_get_value_size): fix width/height mistake,
5615         and compute size from actual displayed text, not 
5616         from made-up text.
5617
5618         * gtk/gtktexttag.c (gtk_text_tag_class_init): fix return type in 
5619         signal registration
5620
5621         * tests/testtext.c: Add "Remove all tags" menu item for testing
5622
5623         * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): implement
5624
5625         * demos/gtk-demo/main.c (main): add hack so we can find modules
5626         without installing gtk
5627
5628         * demos/gtk-demo/textview.c (insert_text): demo font scaling
5629
5630         * gtk/gtkcellrenderertext.c: Add "scale" property (font scaling
5631         factor)
5632         (gtk_cell_renderer_text_set_property): remove some bogus
5633         g_object_notify
5634
5635         * gtk/gtktexttag.c: add "scale" property which is a font scaling
5636         factor
5637
5638         * gtk/gtktextlayout.c (add_text_attrs): add font scale attribute 
5639         to layout
5640
5641         * gtk/gtktextiter.c (gtk_text_iter_is_start): rename from
5642         gtk_text_iter_is_first
5643
5644 2001-01-06  Hans Breuer  <hans@breuer.org>
5645
5646         * gdk/gdk.def : updated exports
5647
5648         * gdk/win32/makefile.msc : -DGDK_ENABLE_BROKEN otherwise
5649         gdk won't compile anymore
5650  
5651         * gdk/win32/gdkevents-win32.c : initialize ret_val when
5652         processing GDK_FILTER functions, initialize event.key->hardware_keycode.
5653         Improved gdk_flush () to not only do pending drawing operations
5654         but also process all currently pending events. This should make
5655         the behaviour more similar to the X11 version.  
5656
5657         * gdk/win32/gdkgc-win32.c (predraw_set_background) : a background
5658         option needs to be set even if there is no GDK_GC_BACKGROUND.
5659         (gdk_win32_hdc_get) : use predraw_set_background () independent
5660         of value_mask. This allows to draw dashed lines leaving the original
5661         background intact.
5662
5663         * gdk/win32/gdkimage-win32.c (gdk_image_new_bitamp) : free data
5664         after processing, because we can't reuse it as the X11 version does.
5665
5666         * gtk/gtk.def : updated exports
5667
5668         * gtk/makefile.msc.in : added ATK, removed all test apps. (I
5669         would like to get rid of this file again, and use straight
5670         makefile.msc again, as the other Gtk+ subdirs do)
5671
5672         * test/makefile.msc (new file) : build the test apps here
5673
5674 2001-05-05  ERDI Gergo  <cactus@cactus.rulez.org>
5675
5676         * gdk/gdkpango.c (gdk_pango_get_item_properties): Peek
5677         strike-through setting
5678         (gdk_draw_layout_line_with_colors): Render strike-through
5679
5680 Sat May  5 10:06:24 2001  Owen Taylor  <otaylor@redhat.com>
5681
5682         * Release 1.3.5
5683
5684         * configure.in (GTK_MICRO_VERSION): Up to 1.3.5
5685
5686         * NEWS: Updated
5687
5688         * demos/gtk-demo/Makefile.am (EXTRA_DIST): Fix minor
5689         Makefile breakage.
5690
5691 Sat May  5 09:18:30 2001  Owen Taylor  <otaylor@redhat.com>
5692
5693         * demos/gtk-demo/images.c (progressive_timeout): Fix
5694         typo in filename.
5695
5696         * gtk/gtktreeview.c (gtk_tree_view_row_activated): Comment
5697         out FIXME warning; just too annoying.
5698
5699 2001-05-04  Alex Larsson  <alla@lysator.liu.se>
5700
5701         * gdk/linux-fb/gdkcolor-fb.c:
5702         Better error messages.
5703
5704         * gdk/linux-fb/gdkpixmap-fb.c (gdk_pixmap_new):
5705         Initialize abs_x and abs_y.
5706         
5707         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
5708         Correct handling of stipple offset.
5709
5710         * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init):
5711         Treat directcolor framebuffers as truecolor.
5712         
5713 Thu May  3 14:13:49 2001  Owen Taylor  <otaylor@redhat.com>
5714
5715         * INSTALL.in HACKING gtk/gtkaccessible.[ch] gtk/gtk.c: Add
5716         dependency on Atk for accessibility support.
5717
5718         * configure.in **/Makefile.am: Major reworking of substituted
5719         variables for CFLAGS/LIBS to make a lot more sane and 
5720         keep the the compile/link lines a bit shorter.
5721
5722         * gdk/x11/gdkkeys-x11.c: Fix #endif with trailing stuff.
5723
5724 Thu May  3 08:10:54 2001  Owen Taylor  <otaylor@redhat.com>
5725
5726         * gtk/gtktexttag.c (gtk_text_tag_class_init): Fix return
5727         value to be G_TYPE_BOOLEAN, not G_TYPE_INT, also,
5728         use _gtk_boolean_handled_accumulator.
5729
5730 Thu May  3 07:00:09 2001  Owen Taylor  <otaylor@redhat.com>
5731
5732         * gtk/gtktextview.c: Patch from Juan Pablo Mendoza Mendoza
5733         to fix things so clicking inside selection leaves cursor
5734         at point where clicked. (#50324)
5735
5736         * gtk/gtksettings.c (gtk_settings_class_init): Restore
5737         sane value for default double click time.
5738
5739         * tests/testtext.c (test_init): Really path to input modules.
5740
5741 2001-05-03  Sven Neumann  <sven@convergence.de>
5742
5743         * demos/testpixbuf-save.c: include target-specific headers as
5744         done in testpixbuf-drawable.c
5745
5746 Wed May  2 20:36:38 2001  Owen Taylor  <otaylor@redhat.com>
5747
5748         * gtk/gtkentry.c (gtk_entry_real_insert_text): Reduce
5749         new_text_length appropriately when we run into the 
5750         size limit for the entry. (#53445, reported by Jeff Franks)
5751
5752         * tests/testgtk.c (create_entry): Remove most of the
5753         property toggle buttons. Replace with a "Props" button
5754         that brings up a property editor.
5755
5756         * tests/prop-editor.[ch] test/testtreeview.c tests/Makefile.am:
5757         Split the property editor code out for reuse, improve.
5758
5759 Wed May  2 17:26:22 2001  Owen Taylor  <otaylor@redhat.com>
5760
5761         * gdk/x11/gdkevents-x11.c gdk/x11/gdkwindow-x11.c: Always
5762         trap errors around calls to XSetInputFocus since we have
5763         no way of knowing reliably whether we are viewable or
5764         not. (#53947)
5765
5766 Tue May  1 09:21:23 2001  Jonathan Blandford  <jrb@redhat.com>
5767
5768         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
5769         fix bug in dropping columns.  Moving columns now basically works
5770         modula some fine tuning.
5771
5772 Tue May  1 19:09:21 2001  Jonathan Blandford  <jrb@redhat.com>
5773
5774         * gtk/gtktreeview.c (gtk_tree_view_horizontal_autoscroll): Add
5775         autoscroll support.  It mostly works, but could use some fine
5776         tuning.
5777         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
5778         Actually move the column.
5779
5780 Mon Apr 30 20:29:27 2001  Owen Taylor  <otaylor@redhat.com>
5781
5782         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtkoptionmenu.c 
5783           gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtkwidget.c:
5784           New default theme! A slighly improved version of the 2.0 Raleigh
5785           theme, with Windows-esque focus/drawing default. 
5786           (GtkWidget::interior_focus defaults to TRUE.)
5787
5788         * gtk/gtkstyle.[ch]: Add a text_aa color halfway between text and base.
5789
5790 2001-04-30  Havoc Pennington  <hp@pobox.com>
5791
5792         * tests/testtext.c (line_numbers_expose): fix to work with
5793         gtk_paint_layout change
5794
5795 Mon Apr 30 19:18:07 2001  Owen Taylor  <otaylor@redhat.com>
5796
5797         * gtk/gtkstyle.[ch] gtk/gtkaccellabel.c gtk/gtkcellrenderertext.c
5798           gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c gtk/gtkprogressbar.c
5799           gtk/gtkvruler.c gtk/gtkvscale.c: Add an extra parameter
5800           use_text to gtk_paint_label() to deal with style->bg[] vs style->text[].
5801
5802         * gtk/gtkbbox.c gtk/gtkdialog.c: Tweak padding some to deal
5803           with GtkWidget::interior_focus = TRUE better.
5804
5805         * gtk/gtkbutton.c: Switch ::default_spacing to ::default_border,
5806         ::default_outside_border for more flexibility.
5807
5808         * gtk/gtkwidget.c (gtk_widget_style_get_valist): Remove 
5809         G_VALUE_NO_COPY_CONTENTS, to correspond with the recent
5810         change that had to be made with g_object_get.
5811
5812 Sun Apr 29 20:13:40 2001  Jonathan Blandford  <jrb@redhat.com>
5813
5814         * gtk/gtktreeview.c (gtk_tree_view_get_columns): new function.
5815         (gtk_tree_view_move_column_after): Clean up interface. 
5816
5817 Sun Apr 29 03:02:02 2001  Tim Janik  <timj@gtk.org>
5818
5819         * gtk/gtkpacker.h:
5820         * gtk/gtkenums.h: moved GtkAnchorType and GtkSideType from gtkpacker.h
5821          to gtkenum.h.
5822
5823         * gtk/gtkmain.c (gtk_main_do_event): silence compiler (GDK_SETTING not
5824         handled in switch).
5825
5826         * gtk/Makefile.am:
5827         (gtk.defs): generate enum portions with  glib-mkenums.
5828         (gtktypebuiltins_evals.c): generate this with glib-mkenums.
5829         got rid of makeenums.pl and makeenums.awk in distributed tarballs.
5830         
5831         * gtk/gtkaccelgroup.c (gtk_accel_group_add): refined havocs warning
5832         addition.
5833
5834         * docs/Changes-2.0.txt: keep a note on signal handlers now
5835         not getting emitted during the emission they were connected within.
5836
5837 2001-04-28  Havoc Pennington  <hp@pobox.com>
5838
5839         * gtk/gtkcolorsel.c (palette_new): fix bug in tooltip
5840
5841 2001-04-24  Havoc Pennington  <hp@redhat.com>
5842
5843         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_previous_line): 
5844         (gtk_text_layout_move_iter_to_next_line): fix these two for
5845         invisible text, lots of other stuff still hosed.
5846
5847         * gtk/gtkcolorsel.c (gtk_color_selection_set_change_palette_hook):
5848         new function, replaces the get/set palette stuff. This function 
5849         is intended for use by libgnomeui which should set the hook to a
5850         thing which sets the palette in GConf, and we need the
5851         GConf-to-xsettings proxy which will result in the change being
5852         propagated back to the GTK app.
5853
5854         * gtk/gtkaccelgroup.c (gtk_accel_group_add): add note to warning 
5855         about unusable signals that it may be because the signal has 
5856         parameters.
5857
5858         * gtk/gtkwidget.c (gtk_widget_modify_style): always copy the
5859         style, otherwise gtkrc.c won't know to create a new GtkStyle for
5860         it.
5861         (gtk_widget_modify_color_component): call
5862         gtk_widget_modify_style() so the rc style will get copied.
5863         (gtk_widget_modify_font): ditto
5864
5865         * gtk/gtkrc.c: make a couple variables static
5866
5867         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): hide
5868         help button by default, since it does nothing
5869
5870         * gtk/gtkcolorsel.c: add tooltips, work on key navigation, fool
5871         around with UI
5872
5873         * gtk/gtkentry.c (gtk_entry_realize): request enter/leave notify
5874         so we can have tooltips
5875
5876         * gtk/gtkhsv.c (gtk_hsv_realize): request enter/leave notify so we
5877         can have tooltips
5878
5879         * gdk/gdkimage.h: mark gdk_image_new_bitmap with
5880         GDK_ENABLE_BROKEN, because its memory behavior is completely
5881         hosed.
5882
5883         * gtk/gtknotebook.c: remove key press handler, replace with
5884         binding set, add numeric keypad support
5885
5886         * gtk/gtktextview.c (gtk_text_view_class_init): accept KP_Delete
5887
5888         * gtk/gtktext.c (gtk_text_key_press): add a bunch of KP keysyms
5889
5890         * gtk/gtkentry.c (gtk_entry_class_init): accept GDK_KP_Delete in
5891         addition to plain Delete
5892
5893         * gtk/gtktextview.c (gtk_text_view_key_press_event): accept
5894         GDK_KP_Enter in addition to GDK_Return
5895
5896         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): connect to
5897         activate on entry instead of key press
5898         (gtk_font_selection_on_clist_key_press): get
5899         rid of this signal handler, not needed with new font sel.
5900
5901         * gtk/gtkfilesel.c (gtk_file_selection_key_press): remove a
5902         no-longer-needed emit_stop_by_name(), just return TRUE
5903
5904         * gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.c: remove keybindings
5905         cruft, this widget is no longer focusable.
5906
5907         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkvscale.c,
5908         gtk/gtkhscale.c: Get rid of trough_keys virtual function, add
5909         move_slider action signal, add binding set for vscale/hscale, in
5910         the process support numeric keypad
5911
5912         * gtk/gtkentry.c (gtk_entry_class_init): Add keypad bindings; 
5913         make GDK_Return and GDK_KP_Enter activate the entry via 
5914         binding set, instead of hardcoded.
5915
5916 Fri Apr 27 20:27:21 2001  Jonathan Blandford  <jrb@redhat.com>
5917
5918         * gtk/gtktreeview.[hc]: Massive reorder/cleanup of a lot of the
5919         code.  Some documentation added.
5920
5921 2001-04-27  Havoc Pennington  <hp@redhat.com>
5922
5923         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fix warning
5924
5925         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): make messages selectable
5926
5927         * gtk/gtkentry.c (gtk_entry_real_insert_text): don't strip
5928         line/para separators
5929         (gtk_entry_create_layout): set single paragraph mode on the layout
5930
5931         * gtk/gtkbutton.c (gtk_button_new_from_stock): don't put much
5932         spacing between the image and label; instead, inside a button box 
5933         the button will get extra space that will go there, but if people 
5934         configure button box for 0 chubbiness, then there's no spacing.
5935
5936         * gtk/gtkbbox.c (gtk_button_box_class_init): Make child ipadding
5937         and min/max size style properties, so people can tune their
5938         chubbiness.
5939
5940         * tests/testgtk.c (make_toolbar): remove calls to removed toolbar
5941         functions
5942
5943         * gtk/gtktoolbar.c (gtk_toolbar_class_init): Make space_size,
5944         space_style, and button_relief into style properties, remove
5945         functions for setting them
5946         
5947         * gtk/gtkmenu.c (gtk_menu_key_press): handle menu bar accel to pop 
5948         it back down
5949
5950         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): free boxed
5951         types from gtk_widget_style_get
5952
5953         * gtk/gtkmenubar.c (gtk_menu_bar_set_shadow_type): Remove, replace
5954         with a style property.
5955
5956         * gdk/x11/gdkevents-x11.c: namespace the settings
5957
5958         * gtk/gtkmenubar.c: Add F10 accelerator to move between menubars.
5959
5960         * gtk/gtksettings.c (gtk_settings_class_init): remove code with
5961         side effects from inside g_assert(), so that G_DISABLE_ASSERT can
5962         be used. Also, translate doc strings for settings. Also, namespace
5963         the double-click-time property. Also, remove bell properties crap.
5964
5965 2001-04-27  Sven Neumann  <sven@gimp.org>
5966
5967         * Makefile.am: before creating links, check if pkg-config files
5968         exist for the default target. Otherwise link to the pkg-config files
5969         that got installed with this build.
5970
5971 Thu Apr 26 19:11:46 2001  Jonathan Blandford  <jrb@redhat.com>
5972
5973         * gtk/gtktreeview.c (gtk_tree_view_motion): clean up column
5974         dragging code.  Revealed some (potential) GdkWindow bugs.
5975
5976         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent): add
5977         _gdk_window_init_position to the end of reparent to fix the case
5978         of reparenting when new_x != old_x and new_y != old_y.
5979
5980 Thu Apr 26 10:54:50 2001  Owen Taylor  <otaylor@redhat.com>
5981
5982         * gtk/gtkentry.c (strstr_len): Fix optimization that
5983         was correct for the use here, but completely incorrect
5984         in general.
5985
5986 Thu Apr 26 10:40:41 2001  Owen Taylor  <otaylor@redhat.com>
5987
5988         * gtk/gtkwindow.h: Remove deprecation of gtk_window_set_default_size()
5989         until patch adding gtk_window_set_size() is recommitted. 
5990
5991         * **Makefile.am configure.in gdk/x11/gdkim-11.c
5992           gtk/gtkmain.c gtk/gtkimmulticontext.c gtk/gtkmain.c
5993           gtk/gtkrc.c: Remove all traces of -DX_LOCALE support.
5994           (#10784)
5995
5996 Wed Apr 25 12:16:36 2001  Owen Taylor  <otaylor@redhat.com>
5997
5998         * gdk/X11/gdkevents-x11.c (gdk_event_translate): Test for 
5999         window == NULL in a number of cases.
6000
6001         * tests/testdnd.c: Set module path for gdk-pixbuf.
6002
6003 Thu Apr 19 16:11:07 2001  Owen Taylor  <otaylor@redhat.com>
6004
6005         * gtk/Makefile.am xembed.h: File containing #defines
6006         for XEMBED protocol.
6007
6008         * gtk/gtkplug.[ch] gtk/gtksocket.[ch]: 
6009
6010         - Change protocol from old plug/socket specific protocol
6011           to XEMBED draft
6012         - Various fixes to work with GTK+-2.0
6013
6014         Still quite a bit of work to do here to handle initiation
6015         from the socket side (as specified by XEMBED), to handle
6016         the more advanced features of XEMBED, and to figure out
6017         a good way to handle same-app embedding with less overhead
6018         than using full XEMBED.
6019
6020 Wed Apr 18 16:04:28 2001  Owen Taylor  <otaylor@redhat.com>
6021
6022         * gtk/gtkwindow.[ch] (gtk_window_real_set_focus): Keep
6023         track of whether the toplevel has the focus; only send
6024         focus-in events to the focus widget when the window
6025         actually has the focus.
6026
6027 2001-04-25  Havoc Pennington  <hp@pobox.com>
6028
6029         * gtk/gtkwindow.h: set_decorations_hint and set_functions_hint
6030         were still in the header
6031
6032 2001-04-24  Alexander Larsson  <alexl@redhat.com>
6033
6034         * gtk/gtkclist.[ch]:
6035         * gtk/gtkctree.c:
6036         When there is a row highlighted for D'n'D it must alse
6037         be painted hightlighted on exposes. Otherwise exposes from
6038         the icon being dragged will mess up the hightlight.
6039
6040         * gtk/gtkfontsel.c:
6041         Don't recenter selected font when exposing the font family
6042         clist. This means you can now actually scroll the font family
6043         list.
6044
6045         * gtk/gtknotebook.c:
6046         Fix focus movement on scrolling tabs that are placed on the left
6047         and right.
6048
6049 2001-04-21  Havoc Pennington  <hp@pobox.com>
6050
6051         * gtk/gtktextdisplay.c (gtk_text_layout_draw): handle 0-height
6052         empty/invisible lines.
6053
6054         * gtk/gtktextiter.c (gtk_text_iter_set_visible_line_offset)
6055         (gtk_text_iter_set_visible_line_index): new functions to set
6056         indexes excluding invisible text
6057
6058         * gtk/gtktextlayout.c (line_display_iter_to_index): get visible 
6059         index
6060
6061         * gtk/gtktextiter.c (gtk_text_iter_get_visible_line_index)
6062         (gtk_text_iter_get_visible_line_offset): new functions to 
6063         get indexes excluding invisible text
6064
6065         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): strip out a
6066         bunch of extra padding that served no purpose
6067
6068         * gtk/gtkdialog.c: Make all the spacings configurable via style
6069         properties, for chubbiness configuration in themes
6070
6071         * tests/testtext.c: fix path to the immodules.
6072         
6073 Mon Apr 23 18:57:03 2001  Jonathan Blandford  <jrb@redhat.com>
6074
6075         * gtk/gtksocket.c (gtk_socket_filter_func): add missing '}' that
6076         got munched by #endif.
6077
6078         * gtk/Makefile.am (gtk_plug_c_sources): add missing '\'
6079
6080         * gtk/gtktreeview.c: Refactored code to clean up a number of
6081         events.
6082
6083         * gtk/gtktreemodel.c (gtk_tree_path_compare): Switched return
6084         values to make consistent with other functions.  Spotted by Jeff
6085         Franks <jcf@tpg.com.au>.
6086
6087         * gtk/gtktreeview.h (struct _GtkTreeViewClass): Fixes to signal
6088         declaration spotted by Jeff Franks <jcf@tpg.com.au>.
6089
6090 2001-04-23  Sven Neumann  <sven@gimp.org>
6091
6092         * gtk/Makefile.am
6093         * gtk/gtkplug.c
6094         * gtk/gtksocket.c: on request of Owen, reverted my last change 
6095         and exclude gtkplug.c/gtksocket.c from the build for non-X11 targets
6096
6097 2001-04-23  Sven Neumann  <sven@gimp.org>
6098
6099         * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+
6100         compile for non-X11 targets again
6101
6102 2001-04-20  Alexander Larsson  <alexl@redhat.com>
6103
6104         * gtk/gtkcolorsel.[ch]:
6105         API Change. Take GdkColor arguments instead of gdouble *.
6106         Leave the old gtk_color_selection_set_color for compatibility,
6107         but marked deprecated.
6108         Do correct rounding when converting RGB <-> HSV.
6109         
6110         * gtk/gtkcolorseldialog.c:
6111         * tests/testgtk.c:
6112         Use new GtkColorSelection API.
6113
6114         * gtk/gtkhsv.c:
6115         Fix problem selecting colors in triangle when Hue is 330.
6116         Fix some black dots around the HSB triangle.
6117         
6118         * gtk/gtkfilesel.c:
6119         return FALSE from the focus_in_event handler to fix focus problems.
6120
6121 2001-04-18  Havoc Pennington  <hp@redhat.com>
6122
6123         * gtk/gtkwindow.c (gtk_window_class_init): add signals and binding
6124         set, so keybindings are configurable    
6125         (gtk_window_activate_default): Change to activate the focus widget
6126         instead if there's a focus widget, to be consistent with the
6127         behavior that previously existed in key_press_event
6128
6129 2001-04-18  Havoc Pennington  <hp@redhat.com>
6130
6131         * gdk/gdkkeyuni.c: Handle numeric keypad keysyms; bug #50201
6132
6133 2001-04-18  Havoc Pennington  <hp@redhat.com>
6134
6135         Close bug #50615:
6136         
6137         * gtk/gtkstyle.c (gtk_default_draw_layout): Use text_gc to draw
6138         the layout
6139
6140         * gtk/gtktext.c: Use base/text instead of bg/fg throughout
6141
6142         * gtk/gtkentry.c: Use base/text instead of bg/fg throughout
6143
6144         * gtk/gtktextdisplay.c: Use base/text instead of bg/fg throughout
6145         
6146         * gtk/gtkstyle.c (gtk_style_init): make GTK_STATE_SELECTED default
6147         to blue for base, in addition to bg
6148         
6149 2001-04-18  Havoc Pennington  <hp@redhat.com>
6150
6151         * tests/testgtk.c (create_image): allow shrinking the image window
6152         to test that we clip to allocation.
6153
6154         * gtk/gtkimage.c (gtk_image_expose): clip to allocation,
6155         #9845
6156
6157         * gtk/gtkenums.h: move GtkWrapMode in here, #50472
6158
6159 Wed Apr 18 14:23:14 2001  Owen Taylor  <otaylor@redhat.com>
6160
6161         * gdk/x11/gdkimage-x11.c (gdk_image_new): Try changing
6162         mode on shm segments to 0600. We'll see who complains.
6163
6164         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Call
6165         _gdk_windowing_window_destroy() AFTER recursing through
6166         children.
6167
6168         * tests/Makefile.am (noinst_PROGRAMS): Build testsocket,
6169         testsocket_child on X.
6170
6171         * tests/testsocket[_child].c: Fix uses of
6172         gtk_window_get_default_accel_group().
6173
6174         [ Merge patch from Ramiro Estrugo  <ramiro@eazel.com> from gtk-1-2 ]
6175
6176         * gdk/gdkimage.c: (gdk_image_get):
6177         Deal with the possibility that XGetImage() might return NULL.
6178         Allocate the GdkImagePrivate structure only after XGetImage()
6179         succeeds in order not to dereference a NULL ximage pointer.  This
6180         prevents a core dump when XGetImage() fails - which is unlikely,
6181         but can happen due to race conditions accessing the geometries of
6182         drawables.  An x error will still be triggered, but the gdk image
6183         wrapper at least wont seg fault.
6184         
6185 2001-04-18  Havoc Pennington  <hp@redhat.com>
6186
6187         * gtk/gtkimage.c: fix to properly queue resizes when the image is
6188         set
6189
6190         * gtk/gtktextview.c (gtk_text_view_do_popup): desensitize Paste
6191         if the insertion point isn't editable
6192
6193         * demos/gtk-demo/images.c: Added a GtkImage demo
6194
6195         * demos/gtk-demo/drawingarea.c: drawing area demo
6196         
6197         * demos/gtk-demo/menus.c (create_menu): cleanups
6198
6199 Wed Apr 18 12:15:52 2001  Owen Taylor  <otaylor@redhat.com>
6200
6201         * gdk/x11/gdkwindow-x11.c gdk/x11/gdkwindow-x11.h 
6202           gdk/x11/gdkevents-x11.c: Introduce an extra child
6203         of toplevel windows that serves to hold the focus to
6204         avoid events being delivered to embedded windows.
6205
6206         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Introduce
6207         some extra variables to clean up code and reduce the
6208         number of casts.
6209
6210         * gdk/x11/gdkwindow-x11.h (struct _GdkXPositionInfo): Use
6211         guint for 1 bit bit fields, not gboolean.
6212
6213 Wed Apr 18 10:04:23 2001  Owen Taylor  <otaylor@redhat.com>
6214
6215         * gtk/gtktooltips.c (gtk_tooltips_paint_window): Return FALSE,
6216         not TRUE. (Fixes #52925)
6217
6218 Tue Apr 17 18:05:34 2001  Owen Taylor  <otaylor@redhat.com>
6219
6220         * Released 1.3.4
6221
6222         * NEWS: Updated
6223
6224         * gtk/gtktextview.c (gtk_text_view_class_init): Fix to not
6225         use GTK_TYPE_ENUM.
6226
6227 Tue Apr 17 13:47:12 2001  Owen Taylor  <otaylor@redhat.com>
6228
6229         * configure.in: Don't put -lgthread in GLIB_LIBS, GLIB_DEPLIBS
6230
6231         * gtk/gtktypeutils.h gtk/gtksignals.h: Restore proper parameter
6232         names to compatibility #defines so docs work.
6233
6234         * gtk/gtkenums.h: Remove GtkMenuFactoryType
6235
6236         * gtk/gtkwindow.c gtk/gtkdnd.c: Docs cleanups.
6237
6238         * configure.in: Don't include -lgthread in GLIB_LIBS, GLIB_DEPLIBS
6239
6240         * tests/testgtkrc: No magenta cursors, please.
6241
6242         * README.in INSTALL.in HACKING README.cvs-commits: Updated.
6243
6244         * gtk/gtkenums.h (enum): Remove left over GtkMenuFactoryType.
6245         
6246 Mon Apr 16 14:38:41 2001  Owen Taylor  <otaylor@redhat.com>
6247
6248         * gtk/gtklist.c gtk/gtklistitem.c: Remove explicit pointer
6249         grabs, since they are no longer necessary.
6250
6251         * gtk/gtkcombo.c (gtk_combo_popup_button_press): Fix #52926
6252         by signal_connect() and call gtk_button_pressed() rather
6253         than signal_connect_after().
6254
6255         * tests/testgtk.c: Restore radio menu items to combos 
6256         since they'll look OK with Raleigh, and it is easier
6257         than finishing the process of removing them that was
6258         started earlier.
6259
6260 2001-04-16  Hans Breuer  <hans@breuer.org>
6261
6262         * gdk/gdk.def :
6263         * gtk/gtk.def : added all exports required to link PyGtk 0.7.1
6264
6265         * gdk/gdkfont.h : #define GDK_TYPE gdk_font_get_type ()
6266         we are interested in the functions return value not the function address
6267         * gdk/gdkvisual.h : same for GDK_TYPE_VISUAL
6268
6269         * gtk/makefile.msc.in : reflect movement of GDK_TYPEs from gtk to gdk
6270
6271 2001-04-14  Hans Breuer  <hans@breuer.org>
6272
6273         * gdk/gdk.def :
6274         * gdk/makefile.msc : updated
6275
6276         * gdk/win32/gdkdrawable.win32 (gdk_win32_draw_rectangle) : if modus is 
6277         "fill with tile" do so with new helper function gdk_win32_draw_tiles 
6278         (the testgtk::text backgound pixmap is drawn again)
6279         Changed SetTextAlign before pango_win32_render to TA_BASELINE to reflect 
6280         Win32 Pango change
6281         * gdk/win32/gdkprivate-win32.h : prototype for gdk_win32_draw_tiles
6282
6283         * gdk/win32/gdkproperty-win32.c : first implementation of gdk_setting_get
6284         Not sure if the returned settings have the right unit, because I couldn't
6285         find any docs for the X version ...
6286
6287         * gtk/gtk.def :
6288         * gtk/makefile.msc.in : updated
6289
6290 Thu Apr 12 17:41:17 2001  Owen Taylor  <otaylor@redhat.com>
6291
6292         * gtk-2.0.m4: Fix up to refer to GTK+, not to GLib; fix some
6293         wording problems. (Compared to version from Johannes Stezenbach to
6294         check correctness.)
6295
6296 Thu Apr 12 21:04:26 2001  Tim Janik  <timj@gtk.org>
6297
6298         * gtk/gtktreeview.c (_gtk_tree_view_column_start_drag): get
6299         this to compile.
6300
6301 2001-04-12  Anders Carlsson  <andersca@codefactory.se>
6302
6303         * gtk/gtkcellrenderertextpixbuf.c (gtk_cell_renderer_text_pixbuf_class_init): It's pixbuf_pos,
6304         not pixbufpos.
6305
6306         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Fix small typo.
6307
6308         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_property): xpad and ypad
6309         are unsigned insts, therefore use g_value_set_uint.
6310         (gtk_cell_renderer_set_property): Likewise, use g_value_get_uint.
6311
6312 Sun Apr  8 05:36:06 2001  Jonathan Blandford  <jrb@redhat.com>
6313
6314         * gtk/gtktextview.c (gtk_text_view_class_init): fix a fixme.
6315
6316         * gtk/gtkcellrendertoggle.c: change GTK_TYPE_POINTER to
6317         GTK_TYPE_STRING.
6318
6319         * gtk/gtktreeview.c: New functions to allow initial column
6320         dragging work.
6321
6322         * gtk/gtktreeviewcolumn.c: Initial column dragging support.
6323
6324         * tests/testtreefocus.c: give dave some love.
6325
6326         * tests/testtreesort.c: Modify test to check really long samples.
6327
6328 2001-04-11  Alexander Larsson  <alexl@redhat.com>
6329
6330         * gtk-2.0.m4: Pass pkg-config options
6331         before the other args so it works even if
6332         POSIXLY_CORRECT is set.
6333
6334 Mon Apr  9 19:02:07 2001  Tim Janik  <timj@gtk.org>
6335
6336         * configure.in (GTK_MICRO_VERSION): increment version to 1.3.4 (binary
6337         0, interface 0).
6338
6339 2001-04-04  Denis Oliver Kropp  <dok@convergence.de>
6340
6341         * gtk/gtkcalendar.c (gtk_calendar_button_press):
6342         check for action_func != NULL
6343
6344 2001-04-04  Sven Neumann  <sven@gimp.org>
6345
6346         * tests/testgtk.c (test_init): corrected path to gtk.immodules
6347
6348 Wed Apr  4 09:18:18 2001  Tim Janik  <timj@gtk.org>
6349
6350         * Released Gtk+-1.3.3.
6351
6352 Wed Apr  4 07:42:23 2001  Tim Janik  <timj@gtk.org>
6353
6354         * gdk/Makefile.am (EXTRA_DIST): add makeenums.pl to EXTRA_DIST.
6355
6356 Wed Apr  4 04:13:18 2001  Tim Janik  <timj@gtk.org>
6357
6358         * gtk/stock-icons/Makefile.am: stay in builddir and read/write
6359         files to/from source dir. (if we don't stay in builddir, we
6360         can't reach make-inline-pixbuf.
6361
6362         * gdk/Makefile.am (gdkenumtypes.c): add $(srcdir) to mekeenums.pl
6363         deps.
6364
6365         * configure.in (GTK_MICRO_VERSION): up and away (1.3.3 bin/interface
6366         ages 0).
6367
6368 Tue Apr  3 15:04:45 2001  Jonathan Blandford  <jrb@redhat.com>
6369
6370         * gtk/gtktreemodelsort.h:  removed set_sort_column, as it was
6371         moved to the GtkTreeSortable interface.
6372
6373         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
6374         Make more efficient (fixes #50262).
6375
6376 Tue Apr  3 13:55:37 2001  Owen Taylor  <otaylor@redhat.com>
6377
6378         * NEWS: Updated.
6379
6380         * configure.in: Remove support for uninstalled glib.
6381
6382         * gtk/gtkdnd.c (gtk_drag_highlight_expose): Return FALSE as
6383         so as not to stop emission.
6384
6385         * gtk-config-2.0.in: Exit with an error message that gtk-config-2.0
6386         is no longer supported.
6387
6388         * Makefile.am gtk/Makefile.am tests/*: Moved all tests
6389         into tests, change build order to build modules before
6390         gtk/.
6391
6392         * modules/input/Makefile.am: Move gtk-query-immodules-2.0 invocation
6393         to here.
6394
6395 Tue Apr  3 13:52:57 2001  Tim Janik  <timj@gtk.org>
6396
6397         * gtk/gtkitemfactory.[hc]: changed gtk_item_factory_dump_items()
6398         and gtk_item_factory_dump_rc() GtkPatternSpec argument to
6399         GPatternSpec. this is actually unlikely to cause breakage in
6400         third-party apps since except for gle, pretty much ever caller
6401         passes NULL here.
6402
6403         * gtk/gtkbindings.[hc]: removed gtk_pattern_*() API.
6404
6405         * *.c: use g_pattern_*() API.
6406
6407         * docs/Changes-2.0.txt: GtkPatternSpec->GPatternSpec updates.
6408
6409         * gtk/gtkstyle.c (gtk_default_draw_resize_grip): assert unhandled
6410         directions aren't passed in.
6411
6412         * gtk/gtksettings.[hc] (_gtk_settings_parse_convert): export conversion
6413         functionality to be usable from gtkstyle.c as well, give precedence
6414         for conversion to user-supplied parsers.
6415         s/_gtk_rc_property_parser_for_type/_gtk_rc_property_parser_from_type/;
6416
6417         * gtk/gtkstyle.c (_gtk_style_peek_property_value): use
6418         _gtk_settings_parse_convert() for rcporperty value conversion.
6419
6420 2001-04-03  Alexander Larsson  <alexl@redhat.com>
6421
6422         * gdk/linux-fb/gdkevents-fb.c:
6423         Add empty gdk_setting_get().
6424
6425 Tue Apr  3 05:09:07 2001  Tim Janik  <timj@gtk.org>
6426
6427         * gtk/gtkmain.c (_gtk_boolean_handled_accumulator): use more elaborate
6428         variable names.
6429         
6430         * gtk/makeenums.pl: touch this so enum files get remade.
6431
6432 Mon Apr  2 19:36:57 2001  Jonathan Blandford  <jrb@redhat.com>
6433
6434         * gtk/gtktreestore.c (gtk_tree_store_init):  Bug fix to make trees
6435         work again when not sorted.
6436
6437         * gtk/gtktreeview.c (gtk_tree_view_class_init): Add "collapse_row"
6438         and "expand_row" signal, closing bug 52578.
6439
6440         * gtk/gtktreeview.c (gtk_tree_view_expand_row): Add signal
6441         support.
6442
6443         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): Add signal
6444         support.
6445
6446 Mon Apr  2 18:18:07 2001  Owen Taylor  <otaylor@redhat.com>
6447
6448         * gdk/gdkevents.h: Add GdkEventSetting event for notification
6449         of changes to system settings, gdk_setting_get() to retrieve
6450         a single system setting.
6451
6452         * gdk/x11/gdkevents-x11.c: Bridge gdk_setting_get() and GdkEventSetting
6453         to the draft XSETTINGS mechanism.
6454
6455         * gdk/x11/xsettings-{common,client}.[ch]: Sample-implementation of
6456         XSETTINGS.
6457
6458         * gtk/gtkmain.c gtk/gtksettings.[ch]: Propagate notification
6459         of GDK settings changes to the GtkSettings object.
6460
6461         * gdk/gdkevents.[ch] gdk/gtk/gtksettings.c: Hook up the
6462         double-click-timeout property to GDK.
6463
6464         * gdk/gdkcolor.[ch] gdk/gdkvisual.h gdk/gdkevent.[ch] gdk/gdkfont.[ch]:
6465         Define GDK boxed types here.
6466
6467         * gdk/Makefile.am gdk/makeenums.pl: Generate source files
6468         gdk/gdkenumtypes.[ch] for enum definitions.
6469
6470         * gtk/gtkcompat.h: Add defines for GTK_TYPE_GDK_*
6471         * gtk/gtk-boxed.defs: Comment out GDK types
6472         * gtk/gtktypeutils.h: Remove GDK types
6473         * gtk/Makefile.am: No longer scan GDK headers for enumerataions
6474
6475 Mon Apr  2 16:41:08 2001  Owen Taylor  <otaylor@redhat.com>
6476
6477         * Applied patch from Ron Steinke to add signal accumulators
6478         so that signals with the convention 'TRUE return means
6479         handled' stop emission on a TRUE return.
6480
6481         * gtk/gtkmain.[ch]: Add private accumulator 
6482         _gtk_boolean_handled_accumulator, used throughout GTK+.
6483         
6484         * gtk/gtkspinbutton.c: Add accumulator for ::output.
6485
6486         * gtk/gtktipsquery.c: Add accumulator for ::widget_selected
6487         
6488         * gtk/gtkwidget.c: Add accumulators for event signals,
6489         ::drag_motion, ::drag_drop. Use _gtk_boolean_handled_accumator
6490         for ::mnemonic-activate.
6491
6492         * gtk/gtkwindow.c: Add accumulator for ::frame_event
6493
6494 Mon Apr  2 16:24:21 2001  Owen Taylor  <otaylor@redhat.com>
6495
6496         * gtk/gtkwidget.c: Add missing include.
6497
6498 Mon Apr  2 16:56:15 2001  Jonathan Blandford  <jrb@redhat.com>
6499
6500         * gtk/gtkmarshal.list (VOID:BOXED,BOXED,BOXED,BOXED): new
6501         marshaller.
6502
6503         * gtk/gtktreemodel.c (gtk_tree_model_range_changed): change
6504         "changed" signal to "range_changed".
6505
6506         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix small bug where
6507         removing a tree from one model would remove all trees from that
6508         model.
6509         * gtk/gtktreeview.c (gtk_tree_view_range_changed): use range
6510         changed signal instead.
6511
6512 Mon Apr  2 16:13:58 2001  Owen Taylor  <otaylor@redhat.com>
6513
6514         * gtk/gtkinvisible.c (gtk_invisible_style_set): Avoid
6515         chaining up to parent impl, since we have a INPUT_ONLY
6516         window.
6517
6518         * gtk/gtkentry.[ch]: Add a cursor_color property to set the
6519         foreground color for the cursor.
6520
6521 Mon Apr  2 15:06:13 2001  Owen Taylor  <otaylor@redhat.com>
6522
6523         * gtk/gtkstyle.c (_gtk_style_peek_property_value): Reference 
6524         param spec when caching property values, since we unref it
6525         later when we free the style.
6526
6527         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): Dont' free
6528         values since they are retrieved with G_VALUE_NO_COPY_CONTENTS.
6529
6530 Mon Apr  2 10:47:57 2001  Owen Taylor  <otaylor@redhat.com>
6531
6532         * gtk/gtkwidget.c (gtk_widget_class_init): Fix 
6533         G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPE
6534         stupidity.
6535
6536 Mon Apr  2 00:51:11 2001  Owen Taylor  <otaylor@redhat.com>
6537
6538         [ First pass at adding style properties. Still needs some definite
6539         fine-tuning. ]
6540
6541         * gtk/gtkbutton.c: Add ::default_spacing style property.
6542          
6543         * gtk/gtkcheckbutton.[ch] gtkradiobutton.c: Add ::indicator_size,
6544         ::indicator_spacing style properties.
6545
6546         * gtk/gtkoptionmenu.c: Add ::indicator_size, ::indicator_spacing
6547         style properties.
6548
6549         * gtk/gtk{,h,v}paned.[ch]: Make handle_size a style property
6550         rather than a normal property.
6551
6552         * gtk/gtkwidget.c: Add an ::interior_focus style property to
6553         draw focus inside buttons, in the Windows/Java Metal/etc. style.
6554
6555         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtktogglenbutton.c:
6556         Honor ::interior_focus.
6557         
6558         * gtk/gtkentry.c: Don't draw focus at all when ::interior_focus is 
6559         TRUE.
6560
6561         * gtk/gtkrange.[ch] gtk/gtk{h,v}scrollbar.c gtk/gtk{h,v}scale.c:
6562         Add ::slider_width, ::trough_border, ::stepper_size,
6563         ::stepper_spacing style properties.
6564
6565         * gtk/gtkscale.[ch] Add ::slider-length style property.
6566
6567 2001-04-02 Alexander Larsson   <alexl@redhat.com>
6568
6569         * gdk/linux-fb/gdkwindow-fb.c:
6570         Add gdk_window_begin_resize_drag and gdk_window_begin_move_drag. Remove some
6571         warnings that were spewed on startup.
6572
6573         * gtk/gtkwindow-decorate.c:
6574         gtk_window_reposition -> _gtk_window_reposition
6575
6576 Sun Apr  1 21:37:22 2001  Owen Taylor  <otaylor@redhat.com>
6577
6578         * gtk/gtkwidget.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
6579         Add boxed type for GtkRequistion. Use it for ::size-request.
6580
6581         * gtk/gtkstyle.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
6582         Add a new GtkBorder structure useful for geometry properties
6583         for widgets. Add corresponding GTK_TYPE_BORDER.
6584         
6585         * gtk/gtkwidget.c (gtk_widget_class_install_style_property):
6586         Support automatic parser selection like
6587         gtk_settings_install_property_parser().
6588
6589         * gtk/gtksettings.c (_gtk_rc_property_select_parser): Export
6590         functionality for use by gtk_widget_class_install_style_property.
6591         Support GTK_TYPE_BORDER, GTK_TYPE_REQUISITION.
6592
6593 Sun Apr  1 20:48:59 2001  Owen Taylor  <otaylor@redhat.com>
6594
6595         * gtk/gtkentry.c (gtk_entry_class_init): Make invisible-char
6596         g_param_spec_unichar(). 
6597
6598 Sun Apr  1 23:41:37 2001  Tim Janik  <timj@gtk.org>
6599
6600         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): raise window for non
6601         _NET window managers.
6602
6603         * gtk/gtkmenufactory.[hc]: cvs removed those files now.
6604
6605 Sun Apr  1 08:00:13 2001  Tim Janik  <timj@gtk.org>
6606
6607         * gtk/gtkwidget.[hc]: got rid of gtk_widget_popup(), a function that
6608         bad needs to be nuked, not just deprecated.
6609
6610         * gtk/gtktooltips.c (gtk_tooltips_draw_tips): don't use 
6611         gtk_widget_popup().
6612
6613         * gtk/*.[hc]: s/activate_mnemonic/mnemonic_activate/g;
6614         
6615         * gtk/gtkmenufactory.[hc]: removed this long-standingly deprecated
6616         widget.
6617         
6618         * docs/Changes-2.0.txt: updates.
6619         
6620 Sun Apr  1 01:02:54 2001  Jonathan Blandford  <jrb@redhat.com>
6621
6622         * gtk/gtktreestore.c (gtk_tree_store_sort_iter_changed):
6623         for (i = 0; i < 100; i ++)
6624           g_print ("I will confirm it compile before committing\n");
6625
6626 Sun Apr  1 00:52:06 2001  Jonathan Blandford  <jrb@redhat.com>
6627
6628         * gtk/gtktreestore.c: Initial work on implementing the
6629         GtkTreeSortable interface.  Basicaly a big cut'n'paste job.
6630
6631 Sun Apr  1 03:28:14 2001  Tim Janik  <timj@gtk.org>
6632
6633         * gtk/gtkwidget.c: fixed a bunch of notifications, added
6634         reference counts around emissions where the widget is used afterwards.
6635         added freeze/thaws around multiple properties being notified.
6636         (_gtk_widget_get_aux_info): cleanups.
6637         
6638         * gtk/gtksettings.c (gtk_settings_install_property): provide
6639         default parsing functions for gdkcolor, enums and flags.
6640
6641         * gtk/gtkwindow.[hc]: partially reverted patch from havoc,
6642         applied by owen.
6643         backed out gtk_window_get_location(), gtk_window_set_location(),
6644         gtk_window_get_size() and gtk_window_set_size(), these
6645         have to be sorted out wrg x/y/width/height/default_with/default_height
6646         properties.
6647         kept a flag in GtkWindowGeometryInfo to handle user
6648         resetting default sizes.
6649         cleaned up ZVT comments.
6650         bunch of assorted bug fixes, notification fixes.
6651         (_gtk_window_reposition): make this a really internal function.
6652         
6653         * gtk/testgtk.c: fixups.
6654         
6655 2001-03-31  Hans Breuer  <hans@breuer.org>
6656
6657         * config.h.win32.in : disable USE_MMX for msvc build cause
6658         the assembler doesn't fit and is out of my scope. Disable
6659         USE_GMODULE for msvc build as wel. The right way to share
6660         binaries on win32 would be to use libtiff.dll etc. To reduce
6661         installation hassles IMO it's better to include all fileformats
6662         builtin to gdk-pixbuf
6663
6664         * gdk-pixbuf/makefile.msc : new file
6665
6666         * gdk/gdk.def : updated
6667
6668         * gdk/win32/gdkevents-win32.c : don't erase the background if
6669         .no_bg is set. It improves the scrolling (e.g. of testgtk main
6670         buttons
6671         * gdk/win32/gdkgeometry-win32.c : added comment about the above
6672
6673         * gdk/win32/gdkwindow-win32.c : added three new functions like
6674         the X version. Only one is implemented, because the other two
6675         "gdk_window_begin_(resize|move)_drag" got no docs and appear to
6676         be default behaviour on win32 anyway ...
6677
6678         * gtk/gtk.def : updated
6679
6680         * gtk/makefile.msc.in : update for new files, use glib-genmarshal
6681         from where it was built and add an additional rule to automagically
6682         build gtkmarshal.[hc]
6683
6684         * gtk/gtkfilesel.c (open_new_dir) : don't increase n_entries
6685         before array access for the current entry isn't finished
6686
6687         * gtk/gtktreeitem.c (gtk_tree_item_subtree_button_click) :
6688         use g_return_val_if_fail
6689
6690         * gtk/testgtk.c (window_controls) : don't use the *wrong* size
6691         for the static array, but let the compiler calculate it. It
6692         makes me wonder if gcc isn't capable to catch bugs like this ...
6693
6694 2001-03-31  James Henstridge  <james@daa.com.au>
6695
6696         * gtk/gtkwidget.c (gtk_widget_size_adjust): fix use of magic
6697         constant "-1" in the aux info structure.
6698
6699 2001-03-30  Alexander Larsson  <alexl@redhat.com>
6700
6701         * gtk/gtkbutton.c (gtk_button_get_property):
6702         * gtk/gtklabel.c:
6703         Remove leaks.
6704         
6705         * gtk/gtkcontainer.c:
6706         * gtk/gtkhscale.c:
6707         * gtk/gtkhscrollbar.c:
6708         * gtk/gtklayout.c:
6709         * gtk/gtkmisc.c:
6710         * gtk/gtkprogress.c:
6711         * gtk/gtkprogressbar.c:
6712         * gtk/gtkrange.c:
6713         * gtk/gtktable.c:
6714         * gtk/gtkviewport.c:
6715         * gtk/gtkvscale.c:
6716         * gtk/gtkvscrollbar.c:
6717         * gtk/gtkwidget.c:
6718         Property patches, based on patches from John Margaglione and Lee Mallabone.
6719
6720 Thu Mar 29 21:20:38 2001  Mike Kestner  <mkestner@ameritech.net>
6721
6722         * gtk/gtkspinbutton.c : added value_changed signal which proxies for the
6723         adjustment. Cleaned redundant preconditions (spin != NULL). Added
6724         inline API function docs.
6725         (gtk_spin_button_new_with_range): New convenience constructor.
6726         (gtk_spin_button_set_increments): New adjustment helper.
6727         (gtk_spin_button_set_range): New adjustment helper.
6728
6729         * gtk/testgtk.c : added test of the new convenince constructor and
6730         value_changed signals.
6731
6732 Thu Mar 29 20:20:38 2001  Jonathan Blandford  <jrb@redhat.com>
6733
6734         * gtk/gtktreemodel.c (gtk_tree_row_ref_reordered_callback): Now we
6735         listen to the reorder signal.
6736
6737 Wed Mar 28 20:30:26 2001  Owen Taylor  <otaylor@redhat.com>
6738
6739         * gtk/gtkwidget.[ch] (_gtk_widget_get_aux_info): Add private function
6740         to get the aux info structure fo the widget.
6741
6742         * gtk/gtklabel.c gtk/gtkscrolledwindow.c gtk/gtkwindow.c: Use
6743         above function.
6744
6745         [ Patch from  Havoc Pennington  <hp@redhat.com> ]
6746
6747         * gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents): function
6748         to get the size of the window manager frame, basically the same
6749         code that gdk_window_get_root_origin() had
6750         (gdk_window_get_root_origin): use gdk_window_get_frame_extents()
6751
6752         * gtk/gtkwindow.c (gtk_window_set_default_size): use
6753         gdk_window_resize() if the window is realized and resizeable
6754
6755         * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): fix
6756         typo so that setting gravity works
6757
6758         * gtk/gtkwindow.c (gtk_window_move_resize): don't ever use
6759         allocation if auto_shrink is on, even if the default size
6760         has not changed.
6761
6762         * gtk/gtkwidget.c (gtk_widget_render_icon): remove bogus
6763         g_return_if_fail
6764
6765 Thu Mar 29 16:29:12 2001  Jonathan Blandford  <jrb@redhat.com>
6766
6767         * gtk/gtkliststore.c (gtk_list_store_iter_changed): Massive
6768         reordering/sorting work.  Now pretty much works.
6769
6770         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Lots of work to make
6771         reorder mostly work.  Still need to get the parity correct.
6772
6773         * gtk/gtktreeviewcolumn.c: Listen for "model" property changed
6774         signal, so I can listen for the sort_column_changed signal so I
6775         can change my "sort_indicator" property.  Cool.
6776
6777 Wed Mar 28 00:03:10 2001  Owen Taylor  <otaylor@redhat.com>
6778
6779         [ Patch from Havoc Pennington, hp@redhat.com ]
6780
6781         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c:
6782         Add functions gdk_window_begin_resize_drag/begin_move_drag
6783         to start resizing or moving a toplevel window. This
6784         is done either using the _NET_WM_MOVERESIZE protocol,
6785         or, if that isn't present, by emulation.
6786
6787         * gtk/gtkwindow.[ch]: Add functions gtk_begin_move/resize_drag
6788         to export the above to GTK+-land.
6789
6790         * gtk/gtkstyle.[ch]: Add ->draw_resize_grip() paint func.
6791         
6792         * gtk/gtkwindow.c gdk/gdkwindow.[ch] (gdk_window_constrain_size):
6793         Move this function into gdkwindow, since we need it
6794         when implementing fallback resizing.
6795
6796         * gdk/x11/gdkwindow-x11.c: gdk_window_set_geometry_hints.
6797         Fix typo when setting gravity.
6798
6799         * gtk/gtkstatusbar.[ch] (gtk_statusbar_set_has_resize_grip):
6800         Add an optional (but on by default) resize grip for resizing 
6801         the parent window.
6802
6803 01-03-29  Alexander Larsson  <alexl@redhat.com>
6804
6805         * gtk/gtktooltips.c (gtk_tooltips_event_handler):
6806         Don't return TRUE from the event handler, that blocks all
6807         event signals on the tooltip widget. Now you can press buttons
6808         in toolbars again.
6809
6810 Wed Mar 28 19:20:43 2001  Owen Taylor  <otaylor@redhat.com>
6811
6812         * gtk/testtext.c (create_buffer): Add missing NULL on
6813         valist.
6814
6815         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Fix
6816         c-n-p problem with INCONSISTENT property.
6817
6818         [ Patch from Havoc Pennington  <hp@redhat.com> ]
6819
6820         * gtk/gtkentry.h (struct _GtkEntryClass): add same populate_popup
6821         hook.
6822
6823         * gtk/gtktextview.h (struct _GtkTextViewClass): add populate_popup
6824         signal as a hook for extending the default popup menu
6825
6826         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
6827         use radio menu items for the input method menuitems
6828
6829         * gtk/gtkimcontextsimple.c (check_hex): do better validation of 
6830         inserted unicode from Ctrl-Shift-hex input method
6831
6832         * gtk/gtktextbtree.c (_gtk_text_btree_insert): remove utf8
6833         validatation here, already done at GtkTextBuffer level.
6834
6835         * gtk/gtkwidget.c (gtk_widget_class_init): add binding set, add
6836         popup_menu run action signal and Shift+F10 and Menu keybindings.
6837
6838         * gtk/gtkentry.c: implement a default handler for popup_menu
6839
6840         * gtk/gtktextview.c: implement a default handler for popup_menu
6841
6842         * gtk/gtkmenu.c (gtk_menu_popup): select first item if popup is
6843         from a key event
6844         
6845         * gtk/gtklabel.c: remove "trailer" cruft
6846
6847 Wed Mar 28 17:27:12 2001  Jonathan Blandford  <jrb@redhat.com>
6848
6849         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): new function to
6850         handle reordering of trees.  Seems to mostly work w/ the exception
6851         of the parity flag.
6852
6853         * gtk/gtktreeview.c (gtk_tree_view_reordered): handle "reordered"
6854         signal.
6855
6856 Wed Mar 28 21:12:37 2001  Tim Janik  <timj@gtk.org>
6857
6858         * gtk/gtkwidget.h: c++ fixes.
6859
6860 Sun Mar 25 15:51:28 2001  Owen Taylor  <otaylor@redhat.com>
6861
6862         * gtk/gtksettings.c (gtk_settings_init): Fix use of uninitialized
6863         memory.
6864
6865 Tue Mar 27 22:36:07 2001  Owen Taylor  <otaylor@redhat.com>
6866
6867         * gtk/gtkwidget.h gtk/gtkrange.h: Apply patch from 
6868         Nils Barth fixing event return values. (#51041)
6869
6870         * gtk/gtkwidget.c: Fix some return values for default
6871         functions.
6872
6873         * gtk/gtk[vh]scrollbar.c gtk/gtk[vh]range.c: Fix
6874         return values for trough_keys functions.
6875
6876         * gtk/gtkwidget.h (struct _GtkWidgetClass): Fix return
6877         value for add_accelerator (shoudl have been a void
6878         return.)
6879
6880         * gtk/gtkcellrenderer.[ch]: gtkcellrenderertoggle.h:
6881         Fix return type of EVENT.
6882
6883         * gtk/gtkmarshal.list gtk/gtktexttag.c: Make EVENT
6884         signal return a boolean.
6885
6886 Tue Mar 27 22:07:44 2001  Jonathan Blandford  <jrb@redhat.com>
6887
6888         * gtk/gtkliststore.c (gtk_list_store_sort): Fix arguments to
6889         reordered signal.
6890
6891         * tests/testtreesort.c (main): fix spelling.
6892
6893 Tue Mar 27 20:55:29 2001  Jonathan Blandford  <jrb@redhat.com>
6894
6895         * gtk/gtkliststore.c: More work on implementing sortable
6896         interface.
6897
6898 Mon Mar 26 15:48:45 2001  Owen Taylor  <otaylor@redhat.com>
6899
6900         * gtk/gtkwindow.c (gtk_window_list_toplevels): Don't
6901         reference the widgets in the resulting list. (#11821)
6902         This makes this consistent with gtk_container_children.
6903
6904         * gtk/gtkwindow.c gtk/gtkwidget.c: Fix up the two
6905         uses of gtk_window_list_toplevels.
6906
6907 Mon Mar 26 15:26:17 2001  Owen Taylor  <otaylor@redhat.com>
6908
6909         * gtk/gtkimcontext.c (gtk_im_context_set_use_preedit): Add
6910         a virtual function to set whether the IM context should use 
6911         the preedit string. (#51922)
6912         
6913 Mon Mar 26 14:42:59 2001  Owen Taylor  <otaylor@redhat.com>
6914
6915         * gdk/gdkpango.h: Remove stale FIXME comment.
6916
6917 2001-03-26  Alexander Larsson  <alla@lysator.liu.se>
6918
6919         * gtk/gtkfilesel.c (gtk_file_selection_get_filename):
6920         Fixed bug that returned NULL if a filename was selected.
6921
6922 2001-03-24  Havoc Pennington  <hp@pobox.com>
6923
6924         * gtk/gtkthemes.c (gtk_theme_engine_load): improve error message
6925         to contain the word "theme"
6926
6927 2001-03-24  Havoc Pennington  <hp@pobox.com>
6928
6929         * gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much
6930         slower but finer-grained
6931         (gtk_hsv_focus): get initial focus on the ring or triangle 
6932         according to tab direction
6933
6934         * gtk/testgtk.c (main): get rid of weird sleep(1) on exit
6935
6936 2001-03-23  Havoc Pennington  <hp@pobox.com>
6937
6938         * gtk/gtkhsv.c: make this somewhat key-navigable
6939
6940         * gtk/gtkfontsel.c: mnemonics
6941
6942         * gtk/gtkgamma.c: mnemonics
6943
6944         * gtk/gtkcolorsel.c: add mnemonics to labels
6945
6946 2001-03-22  Havoc Pennington  <hp@pobox.com>
6947
6948         Applied big patch from Seth Lytle to fix event handler return
6949         values, slightly modified.
6950
6951         * gtk/gtkcalendar.c (gtk_calendar_button_press): return TRUE if
6952         handled.
6953         (gtk_calendar_key_press): return TRUE for GDK_space triggers
6954         select_day
6955
6956         * gtk/gtkclist.c (gtk_clist_button_press): return TRUE if handled
6957         (gtk_clist_button_release): return TRUE if handled
6958
6959         * gtk/gtkcolorsel.c (mouse_release):
6960         (palette_activate): 
6961         (palette_press): 
6962         (palette_new): 
6963         (mouse_press): 
6964         (get_screen_color): 
6965         fixed return type (void to gboolean), return TRUE,
6966         added GTK_SIGNAL_FUNC cast
6967
6968         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fixed return type
6969         (void to gboolean), and return TRUE
6970         (gtk_combo_button_release): changed return value to TRUE after
6971         gtk_grab_add on combo->popwin
6972
6973         * gtk/gtkctree.c (gtk_ctree_button_press): return TRUE if triggers a
6974         collapse or expand
6975
6976         * gtk/gtkcurve.c (gtk_curve_graph_events): return TRUE for
6977         button/motion
6978
6979         * gtk/gtkdnd.c (gtk_drag_source_event_cb): return TRUE for button
6980         press/release and motion that trigger act
6981
6982         * gtk/gtkentry.c (gtk_entry_button_release): return TRUE
6983
6984         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): return TRUE
6985         for GDK_Return
6986         
6987         * gtk/gtklist.c (gtk_list_button_press): return TRUE mostly
6988         (gtk_list_button_release): return TRUE if selection
6989
6990         * gtk/gtklistitem.c (gtk_list_item_button_press): return TRUE on
6991         press
6992
6993         * gtk/gtkmenushell.c (gtk_menu_shell_button_press):
6994         (gtk_menu_shell_button_release): chain parent_menu_shell retval
6995
6996         * gtk/gtknotebook.c (gtk_notebook_button_press): return FALSE if
6997         nothing triggered
6998         (gtk_notebook_button_release): return TRUE if we do anything
6999
7000         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): 
7001         (gtk_spin_button_button_release): return TRUE or chained retval
7002
7003         * gtk/gtktext.c (gtk_text_button_press): 
7004         (gtk_text_button_release): return TRUE
7005         (gtk_text_key_press): remove redundant retval code
7006         
7007         * gtk/gtktreeitem.c (gtk_tree_item_button_press): return TRUE if button
7008         and sensitive
7009         (gtk_tree_item_subtree_button_click): changed type to gint, and return
7010         TRUE if sensitive
7011
7012         * gtk/gtktooltips.c (gtk_tooltips_event_handler): deactivate implies 
7013         return TRUE
7014
7015 2001-03-23  Havoc Pennington  <hp@redhat.com>
7016
7017         * gtk/testgtk.c: fix warnings
7018
7019         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): fix return value
7020
7021         * gtk/gtktextview.c: fix warnings
7022
7023         * gtk/gtktext.c (find_cursor_at_line): fix warning
7024
7025         * gtk/gtkselection.c (gtk_selection_notify): fix warning 
7026
7027         * gtk/gtkitemfactory.c (gtk_item_factory_menu_pos): fix signature
7028         of this function
7029
7030         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
7031         fix warning
7032
7033         * gtk/gtkhandlebox.c (gtk_handle_box_style_set): fix warning
7034
7035         * gtk/gtkfontsel.c: fix warning
7036
7037         * gtk/gtkcolorsel.c: fix warnings
7038
7039 2001-03-23  Havoc Pennington  <hp@redhat.com>
7040
7041         * gtk/gtkhandlebox.c: Apply property patch from Lee Mallabone
7042
7043         * gtk/gtkbox.c: Apply property patch from Lee Mallabone
7044
7045         * gtk/gtkcheckmenuitem.c: Apply property patch from Lee Mallabone,
7046         and deprecated gtk_check_menu_item_set_show_toggle().
7047         
7048         * gtk/gtkbutton.c: Apply property patch from Lee Mallabone
7049
7050         * gtk/gtkfilesel.c: Apply property patch from Lee Mallabone
7051
7052         * gtk/gtkframe.c: Apply property patch from Lee Mallabone
7053
7054 2001-03-23  Havoc Pennington  <hp@redhat.com>
7055
7056         * gtk/gtktoolbar.c, gtk/gtkimcontext.c, gtk/gtklabel.c: fix up
7057         some docs
7058
7059 Fri Mar 23 16:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
7060
7061         * gtk/gtktreeviewcolumn.h (GtkCellDataFunc): Forgot to namespace
7062         this.
7063
7064         * gtk/gtktreestore.c (gtk_tree_store_set_value): change from
7065         set_cell to set_value
7066
7067         * gtk/gtkliststore.c (gtk_list_store_set_value): change from
7068         set_cell to set_value
7069
7070 Thu Mar 22 19:27:34 2001  Jonathan Blandford  <jrb@redhat.com>
7071
7072         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
7073         fix braino.
7074         * gtk/gtktreesortable.[ch]: New interface to add cleanup sortable
7075         support.
7076
7077         * gtk/gtktreeview.c: Addition of initial sortable support.
7078
7079         * gtk/gtktreestore.c: Addition of initial sortable support.
7080
7081         * gtk/gtkliststore.c: Addition of initial sortable support.
7082
7083         * gtk/gtkmarshal.list: yet another marshaller.
7084
7085         * gtk/gtktreedatallist.[ch]: shared code between the store models
7086         for handling sorting headers.
7087
7088 2001-03-22  Havoc Pennington  <hp@redhat.com>
7089
7090         * gtk/gtkcontainer.c (gtk_container_set_focus_chain): 
7091         (gtk_container_unset_focus_chain): Add ability to override the 
7092         focus chain for a container explicitly
7093
7094 Thu Mar 22 13:01:44 2001  Tim Janik  <timj@gtk.org>
7095
7096         * gtk/gtklabel.[hc]: some cleanups, fixed mnemonic_widget handling,
7097         added PROP_MNEMONIC_WIDGET.
7098
7099         * gtk/gtkwindow.c (gtk_window_activate_mnemonic): 
7100         (gtk_window_remove_mnemonic): 
7101         (gtk_window_add_mnemonic): fixed assertions.
7102         (gtk_window_activate_mnemonic): constrain modifier checks to those
7103         permitted by gtk_accelerator_get_default_mod_mask().
7104         got rid of gtk_window_get_default_accel_group().
7105
7106         * gtk/gtkwidget.c (gtk_widget_real_activate_mnemonic): handle non
7107         activatable widgets either by focussing or a warning.
7108         added a signal accumulator to ::activate_mnemonic which stops the
7109         emission once a handler returned TRUE.
7110
7111 2001-03-22  Havoc Pennington  <hp@pobox.com>
7112
7113         * gtk/gtktoolbar.c (gtk_toolbar_insert_stock): handle mnemonics in
7114         the stock item label
7115
7116         * gtk/gtklabel.c: s/@gtk_func/gtk_func()/ in docs
7117
7118         * gtk/gtkstock.c (builtin_items): add mnemonics where missing
7119
7120         * demos/gtk-demo/*.c: Add mnemonics all over the place
7121
7122         * gtk/gtklabel.h: mark parse_uline deprecated
7123
7124 2001-03-21  Alexander Larsson  <alexl@redhat.com>
7125
7126         * gtk/gtkitemfactory.[ch]:
7127         Add support for stock and normal imagemenuitems.
7128         
7129         * gtk/testgtk.c:
7130         Add some tests for mnemonics, stock toolbars, stock
7131         and image menuitems in itemfactory and gdk_window_scroll.
7132
7133 2001-03-21  Alexander Larsson  <alexl@redhat.com>
7134
7135         * gtk/gtkbutton.[ch]:
7136         * gtk/gtkdialog.c:
7137         Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and
7138         removed accel_group argument. Renamed gtk_button_new_accel() to
7139         gtk_button_new_with_mnemonic() and removed accel_group argument.
7140
7141         * gtk/gtkcheckbutton.[ch]:
7142         New function gtk_check_button_new_with_mnemonic().
7143
7144         * gtk/gtkentry.c:
7145         Override activate_mnemonic and just grab focus.
7146
7147         * gtk/gtkitemfactory.c:
7148         Don't add menu uline accel group, instead use mnemonics support.
7149
7150         * gtk/gtklabel.[ch]:
7151         New support for mnemonics.
7152
7153         * gtk/gtkmarshal.list:
7154         Needed BOOLEAN:BOOLEAN for activate_mnemonic.
7155
7156         * gtk/gtkmenu.[c]:
7157         * gtkmenushell.c:
7158         Use mnemonics instead of accel groups for uline
7159         support in menu items.
7160         Removed gtk_menu_get_uline_accel_group() and
7161         gtk_menu_ensure_uline_accel_group().
7162
7163         * gtk/gtkmenuitem.c:
7164         Override activate_mnemonic to handle switching between
7165         menu items if there are collisions.
7166         
7167         * gtk/gtknotebook.c:
7168         Connect to activate_mnemonic on the tab_label, so that
7169         activating it switches to that notebook page.
7170
7171         * gtk/gtkwidget.[ch]:
7172         Add activate_mnemonic signal. New function
7173         gtk_widget_activate_mnemonic() to emit it.
7174         Default implementation does activate/grab_focus.
7175
7176         * gtk/gtkwindow.[ch]:
7177         Add support for mnemonics in windows.
7178         New functions:
7179         gtk_window_add_mnemonic, gtk_window_remove_mnemonic,
7180         gtk_window_activate_mnemonic, gtk_window_set_mnemonic_modifier
7181
7182         * gtk/testgtk.c:
7183         Update to function name changes.
7184         
7185 2001-03-21  Alexander Larsson  <alexl@redhat.com>
7186
7187         * gtk/gtkimagemenuitem.[c]:
7188         Add gtk_image_menu_item_new_from_stock()
7189
7190 Tue Mar 20 15:00:43 2001  Jonathan Blandford  <jrb@redhat.com>
7191
7192         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
7193         Fix buglet in meeting.
7194
7195 2001-03-19  Havoc Pennington  <hp@redhat.com>
7196
7197         * gtk/gtkiconfactory.c: Make GtkIconSource an opaque datatype, and
7198         add a bunch of accessor functions. This is because we have
7199         reasonable expectations of extending what fields it contains in
7200         the future.
7201
7202         * gtk/gtkstyle.c (gtk_default_render_icon): adapt to icon source
7203         changes
7204
7205         * gtk/gtkrc.c (gtk_rc_parse_icon_source): fix to use new
7206         GtkIconSource   
7207
7208 Mon Mar 19 15:53:36 2001  Owen Taylor  <otaylor@redhat.com>
7209
7210         * gtk/gtkitemfactory.c gtk/testgtk.c: Handle quoting of / with \; properly
7211         handle __ in paths, quote " and \n in gtk_item_factory_dump_items().
7212
7213         * gtk/gtkadjustment.[ch] gtk/gtkclist.c gtk/gtkhruler.c gtk/gtklayout.c 
7214           gtk/gtklist.c gtk/gtkprogress.[ch] gtk/gtkprogressbar.[ch] gtk/gtkrange.[ch]
7215           gtk/gtkruler.[ch] gtk/gtkscale.c gtk/gtkscrolledwindow.c gtk/gtkspinbutton.[ch]
7216           gtk/gtktext.c gtk/gtktextview.c gtk/gtkvruler.c gtk/testgtk.c:
7217         Change float to double everywhere with the exception of 0<->1.0 alignment
7218         and GtkCurve.
7219
7220 2001-03-19  Tor Lillqvist  <tml@iki.fi>
7221
7222         * gdk/win32/gdkdrawable-win32.c
7223         * gdk/win32/gdkimage-win32.c: Use correct casts in debugging
7224         output.
7225
7226         * demos/testpixbuf-drawable.c: If GDK_WINDOWING_WIN32, include
7227         gdkwin32.h.
7228
7229 2001-03-18  Tor Lillqvist  <tml@iki.fi>
7230
7231         * gdk/win32/gdkevents-win32.c (print_window_state): New function.
7232         print_event_state, print_event): Use preprocessor macro to make
7233         code more compact. Print also GDK_WINDOW_STATE events.
7234         (synthesize_crossing_events): Remove the old #ifdeffed-out code.
7235         
7236         * gtk/gtk.def
7237         * gtk/makefile.mingw.in: Update.
7238
7239         * gtk/gtkmain.h: Check for G_PLATFORM_WIN32, not only G_OS_WIN32,
7240         to catch also Cygwin.
7241
7242 Sun Mar 18 01:15:30 2001  Tim Janik  <timj@gtk.org>
7243
7244         * gtk/gtkspinbutton.[hc]: added rc-style argument
7245         GtkSpinButton::shadow_type.
7246         removed spin_button->shadow_type, gtk_spin_button_set_shadow_type()
7247         and ARG_SHADOW_TYPE as it doesn' make much sense to try to override
7248         rc-style settings.
7249
7250         * gtk/gtkfixed.c: removed gtk_fixed_paint() (was unused).
7251
7252         * gtk/gtkwidget.c: quark cleanups.
7253
7254         * gtk/gtkrc.[hc]: added gtk_rc_scanner_new() to create an rc-file
7255         scanner with appropriate configuration, renamed GtkRcStyleClass.clone
7256         to create_rc_style() (we don't do cloning in standard OO sense).
7257         added per rc style properties.
7258         
7259         * gtk/gtkstyle.[hc]: added code to retrive pspec conformant rc-style
7260         property values and for caching those. some cleanups.
7261         
7262         * gtk/Makefile.am: -DG_DISABLE_CONST_RETURNS.
7263         
7264         * gtk/gtksettings.[hc]: new file for global rc-file properties
7265         (at least currently, should get extended to support X properties
7266         and other communication mechanisms).
7267         
7268         * gtk/gtkwidget.[hc]: added style property support:
7269         (gtk_widget_class_install_style_property_parser): install style
7270         property pspec with parser function for rc-file values other
7271         than LONG, DOUBLE or STRING.
7272         (gtk_widget_class_install_style_property): same as above without
7273         parser (parsers are going to be needed quite infrequently).
7274         (gtk_widget_style_get_property): retrive style property value.
7275         (gtk_widget_style_get_valist): same as above with varargs support,
7276         has NOCOPY semantics.
7277         (gtk_widget_style_get): wrapper around gtk_widget_style_get_valist().
7278
7279 Fri Mar 16 18:24:53 2001  Jonathan Blandford  <jrb@redhat.com>
7280
7281         * demos/gtk-demo/main.c (row_activated_cb): modified to use
7282         "row_activated" signal.
7283
7284         * gtk/gtktreeview.c (gtk_tree_view_row_activated): oh, the
7285         stupidity.  Lets actually pass in the row with this signal...
7286
7287 Fri Mar 16 18:01:17 2001  Jonathan Blandford  <jrb@redhat.com>
7288
7289         * gtk/gtktreeviewcolumn.[ch]: s/GTK_TREE_COLUMN/GTK_TREE_VIEW_COLUMN
7290
7291         * gtk/gtktreeview.c (gtk_tree_view_row_activated): New signal.
7292
7293         * gtk/gtktreeview.c (gtk_tree_view_destroy): moved pretty much
7294         everything into the ::destroy function, and freed a lot more.
7295
7296 2001-03-16  Havoc Pennington  <hp@redhat.com>
7297
7298         * gtk/gtkwidget.h (struct _GtkWidgetAuxInfo): change to use gint
7299         instead of gint16, to avoid overflow issues, since sizes > 16-bit
7300         are now allowed.
7301
7302 2001-03-16  Havoc Pennington  <hp@redhat.com>
7303
7304         * Applied patch from Nils Barth (bug # 51041) to 
7305         replace "gint" with "gboolean" and 0/1 with TRUE/FALSE
7306         in various places.
7307
7308 2001-03-15  Havoc Pennington  <hp@redhat.com>
7309         
7310         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): add varargs 
7311         for properties to set on the tag.
7312
7313         * gtk/testtext.c: fixups to reflect create_tag change
7314         
7315         * gtk/gtktexttag.c (gtk_text_tag_set_property):
7316         background/foreground stipple are objects, not boxed.
7317
7318         * demos/gtk-demo/textview.c: intellihancing
7319
7320 Fri Mar 16 11:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
7321
7322         * gtk/gtktreeview.c (gtk_tree_view_set_model): Fixed some
7323         braindeadness spotted by Jamie Strachan <frostfreek@yahoo.com>.
7324
7325 2001-03-16  Alexander Larsson  <alexl@redhat.com>
7326
7327         * gdk/x11/gdkgeometry-x11.c (_gdk_window_process_expose):
7328         Fix sign error with queued region translations.
7329
7330 2001-03-15  HideToshi Tajima  <tajima@happy>
7331
7332         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_set_cursor_location): 
7333         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_location):
7334         * gtk/gtkentry.c (update_im_cursor_location): 
7335         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_location):
7336         * gtk/gtkimcontext.h (struct _GtkIMContextClass): rename
7337         set_cursor_pos to set_cursor_location in GtkInputContext class
7338
7339 Thu Mar 15 18:22:44 2001  Jonathan Blandford  <jrb@redhat.com>
7340
7341         * gtk/gtkcellrenderer.h: Changed prototype to allow for getting
7342         the location of the cell relative to its area.
7343         * gtk/gtkcell*: modified for above change
7344         * gtk/gtktreeview.c: modified for above change.
7345
7346 Wed Mar 14 13:58:32 2001  Jonathan Blandford  <jrb@redhat.com>
7347
7348         * gtk/gtktreeview.c (gtk_tree_view_set_model): Ref the model.
7349          (gtk_tree_view_finalize): actually unref the model.  Thanks to
7350         Jamie Strachan <frostfreek@yahoo.com> for noticing this error.
7351
7352 2001-03-14  Havoc Pennington  <hp@redhat.com>
7353
7354         * gtk/gtkdata.h, gtk/gtkdata.c: Delete.
7355         
7356         * gtk/gtk.h: remove gtkdata.h
7357
7358         * gtk/Makefile.am: remove gtkdata
7359         
7360         * gtk/gtktext.c (gtk_text_set_adjustments): connect to "destroy"
7361         not "disconnect" on the adjustments.
7362         
7363         * gtk/gtktooltips.h, gtk/gtktooltips.c: derive from GtkObject not
7364         GtkData
7365
7366         * gtk/gtkadjustment.h, gtk/gtkadjustment.c: derive from GtkObject
7367         not GtkData
7368
7369         * configure.in: handle case where X render exists, but Pango lacks
7370         Xft support.
7371
7372 2001-03-15 Alexander Larsson  <alexl@redhat.com>
7373
7374         * gtk/gtktoolbar.[ch]:
7375         New functions gtk_toolbar_set_icon_size and gtk_toolbar_insert_stock
7376         to add stock items to toolbars.
7377
7378         * gtk/Makefile.am:
7379         Remove ../gdk/gdkim.h from gdk_headers.
7380
7381 2001-03-15  Sven Neumann  <sven@gimp.org>
7382
7383         * gdk/gdkim.h: removed
7384         
7385         * gdk/gdkprivate.h
7386         * gdk/x11/gdkim-x11.c: do not include gdkim.h 
7387
7388 2001-03-14  HideToshi Tajima  <tajima@happy.sunsoft.eng.sun.com>
7389
7390         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_pos):
7391         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_pos):
7392         * gtk/gtkimcontext.h (struct _GtkIMContextClass): add
7393         set_cursor_pos() virtual method
7394
7395         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_class_init):
7396         (gtk_im_context_xim_set_cursor_pos): add implementation for
7397         set_cursor_pos() method
7398
7399         * gtk/gtkentry.c (recompute_idle_func): set current cursor
7400         position to input methods
7401
7402 Mon Mar 12 21:02:08 2001  Jonathan Blandford  <jrb@redhat.com>
7403
7404         * gtk/gtktreeview.c (gtk_tree_view_header_focus): Fix up focus
7405         code a lot.
7406
7407         * gtk/gtktreedatalist.c (_gtk_tree_data_list_free): use
7408         g_mem_chunk.
7409         (_gtk_tree_data_list_alloc): use g_mem_chunk.
7410         (_gtk_tree_data_list_node_to_value): Fix to switch on
7411         G_TYPE_FUNDAMENTAL.
7412         (_gtk_tree_data_list_value_to_node): Fix to switch on
7413         G_TYPE_FUNDAMENTAL.
7414         (_gtk_tree_data_list_node_copy): Fix to switch on
7415         G_TYPE_FUNDAMENTAL.
7416
7417 2001-03-12  Havoc Pennington  <hp@redhat.com>
7418
7419         * gtk/gtkwindow.c (gtk_window_class_init): Patch from John Margaglione 
7420         to convert to new property API. Also, change default_width and
7421         default_height get_property to return 0 as the flag value for
7422         "unset"; -1 is not a valid value for these fields.
7423
7424 2001-03-12  Havoc Pennington  <hp@redhat.com>
7425
7426         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: Switch to using an
7427         enum with registration for icon sizes, instead of strings.
7428
7429         * gtkimage.h, gtkimage.c, gtkstyle.h, gtkstyle.c, gtkwidget.h, 
7430         gtkwidget.c: Fix to reflect GtkIconSize
7431         
7432 2001-03-12  Alexander Larsson  <alexl@redhat.com>
7433
7434         Make GtkFB compile and link.
7435         
7436         * gdk/linux-fb/gdkdrawable-fb2.c:
7437         window->mapped to GDK_WINDOW_IS_MAPPED(). 
7438         
7439         * gdk/linux-fb/gdkwindow-fb.c:
7440         window->mapped to GDK_WINDOW_IS_MAPPED(). 
7441         Added gdk_window_shape_combine_region.
7442         Added assorted placeholders for unimplemented new GdkWindow API calls.
7443
7444 2001-03-12  Alexander Larsson  <alexl@redhat.com>
7445
7446         * gtk/gtkfilesel.c:
7447         Add more test when converting filenames from/to utf-8.
7448         Don't allow entering text in the filename entry which isn't allowed in
7449         a filename. Just beep instead.
7450
7451 2001-03-12  Alexander Larsson  <alexl@redhat.com>
7452
7453         * gtk/gtkclist.c:
7454         Scroll using gdk_window_scroll(). Don't wait for exposes.
7455         Move the column headers in an order that makes them flash less.
7456
7457 2001-03-10  Hans Breuer  <hans@breuer.org>
7458
7459         * gdk/gdk.def : updated
7460
7461         * gdk/win32/gdkgc-win32.c : pixmaps are visible again, due
7462         to offseting the clip_mask at the right place
7463
7464         * gdk/win32/gdkwindow-win32.c : don't create background brushes
7465         for all the gdkClasses, especially not for the input_only case.
7466         Otherwise flickering wont be avoidable, because we don't get
7467         WM_ERASEBKGND message for these windows.
7468
7469         * gdk/win32/gdkevents-win32.c : initialize event->expose.region
7470         and fixed massive redraw problems apparently triggered by Alexanders 
7471         recent change. Not fully understood the GDK_EXPOSE / WM_PAINT handling
7472         but it seems to work quite well :-)
7473
7474         * gdk/win32/gdkprivate-win32.h : added _gdk_window_process_expose
7475         prototype
7476
7477 Sat Mar 10 12:15:31 2001  Jonathan Blandford  <jrb@redhat.com>
7478
7479         * gtk/gtktreestore.c (gtk_tree_store_set_cell): Fix a stupid typo.
7480         (gtk_list_store_set_cell): Fix a stupid typo.
7481
7482 Fri Mar  9 20:36:21 2001  Jonathan Blandford  <jrb@redhat.com>
7483
7484         * gtk/gtktreeselection.c (gtk_tree_selection_select_all): Make
7485         select_all not work if you're in SINGLE mode (it doesn't make that
7486         much sense, anyway.)
7487
7488         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
7489         handle types more sanely.
7490         (_gtk_tree_data_list_value_to_node): handle types more sanely.
7491         (_gtk_tree_data_list_node_copy): handle types more sanely.
7492
7493         * gtk/gtkliststore.c (gtk_list_store_set_cell): fix to work with
7494         GValue better. Converts the type as well.
7495
7496         * gtk/gtktreestore.c (gtk_tree_store_set_cell): fix to work with
7497         GValue better. Converts the type as well.
7498
7499 Wed Mar  7 20:47:41 2001  Owen Taylor  <otaylor@redhat.com>
7500
7501         * gtk/gtktext.c gtk/gtkoldeditable.[ch] gdk/gdk.[ch]
7502         gdk/Makefile.am gdk/x11/Makefile.am gdk/x11/gdkevents-x11.c 
7503         gdk/x11/gdkglobals-x11.c gdk/x11/gdkprivate-x11.c
7504         gdk/x11/gdkx.h gdk/x11/gdkim-x11.c: Remove old XIM code.
7505
7506         * gdk/win32/gdkim-win32.c gdk/linux-fb/gdkim-fb.c: Remove
7507         gdk_im/gdk_ic.
7508
7509 2001-03-09  Hans Breuer  <hans@breuer.org>
7510
7511         * gdk/gdk.def : updated
7512
7513         * gdk/win32/gdkevents-win32.c : don't ask input_only windows
7514         for their palette
7515
7516         * gdk/win32/gdkgeometry-win32.c : reflect GdkWindowObject::mapped
7517         removing
7518
7519         * gdk/win32/gdkwindow-win32.c : reflect GdkWindowObject::mapped
7520         removing and implemented Havoc's GdkWindow state functions; 
7521         stick/unstick only as no-op, cause I don't know how to emulate 
7522         on win32 ...
7523
7524         * gtk/gtk.def : updated
7525
7526         * gtk/gtkbox.c (gtk_box_get_spacing) : use g_return_val_if_fail ()
7527
7528         * gtk/gtktypeutils.c : #include <string.h>
7529
7530         * gtk/gtkwindow.h : declare gtk_window_set_decorated ()
7531
7532 Fri Mar  9 09:31:55 2001  Tim Janik  <timj@gtk.org>
7533
7534         * gtk/gtkwidget.c (gtk_widget_class_init): fixed signals with
7535         GDK_TYPE_DRAG_CONTEXT, it needs to be marshaled as an object,
7536         not a boxed.
7537
7538 2001-03-09  Alexander Larsson  <alexl@redhat.com>
7539
7540         * docs/Changes-2.0.txt:
7541         Document expose event->region change and that gtk_widget_event
7542         doesn't allow passing expose events.
7543
7544         * gdk/gdkevents.h:
7545         Add region to expose event.
7546         
7547         * gdk/gdkevents.c:
7548         Handle event->region in gdk_event_copy() and gdk_event_free().
7549
7550         * gdk/gdkwindow.c (gdk_window_process_updates_internal):
7551         Generate expose_event->region when creating expose events.
7552
7553         * gdk/x11/gdkevents-x11.c:
7554         Generate expose events with regions when translating X events.
7555
7556         * gtk/gtkcontainer.[ch]:
7557         Default expose handler that propagates expose events to NO_WINDOW
7558         children. New function gtk_container_propagate_expose()
7559
7560         * gtk/gtkwidget.[ch]:
7561         Moved gtk_widget_event implementation to gtk_widget_event_internal.
7562         gtk_widget_event calls gtk_widget_event_internal but doesn't allow
7563         expose events. New function gtk_widget_send_expose() to send expose
7564         events. New function gtk_widget_region_intersect() to calculate
7565         window/region intersections.
7566         
7567         * gtk/gtkmain.c (gtk_main_do_event):
7568         Use gdk_window_begin_paint_region() instead of gdk_window_begin_paint_rect().
7569         Use gtk_widget_send_expose() to send expose events.
7570         
7571         * gtk/gtkbin.c:
7572         * gtk/gtkbox.c:
7573         * gtk/gtkfixed.c:
7574         * gtk/gtkimagemenuitem.c:
7575         * gtk/gtklist.c:
7576         * gtk/gtkpacker.c:
7577         * gtk/gtktable.c:
7578         * gtk/gtktree.c:
7579         Remove expose handler, using the default container implementation
7580         instead.
7581         
7582         * gtk/gtkbutton.c:
7583         * gtk/gtkcheckbutton.c:
7584         * gtk/gtkeventbox.c:
7585         * gtk/gtkfixed.c:
7586         * gtk/gtkhandlebox.c:
7587         * gtk/gtklayout.c:
7588         * gtk/gtklistitem.c:
7589         * gtk/gtkmenu.c:
7590         * gtk/gtkmenubar.c:
7591         * gtk/gtkmenuitem.c:
7592         * gtk/gtknotebook.c:
7593         * gtk/gtkoptionmenu.c:
7594         * gtk/gtkpaned.c:
7595         * gtk/gtkscrolledwindow.c:
7596         * gtk/gtktogglebutton.c:
7597         * gtk/gtktoolbar.c:
7598         * gtk/gtktreeitem.c:
7599         * gtk/gtkviewport.c:
7600         Chain expose handler to parent class handler. Use
7601         gtk_container_propagate_expose() to propagate exposes.
7602
7603         * gtk/gtkclist.c (check_exposures):
7604         * gtk/gtktext.c (process_exposes):
7605         Use gtk_widget_send_expose instead of gtk_widget_event.
7606
7607 Thu Mar  8 19:40:28 2001  Jonathan Blandford  <jrb@redhat.com>
7608
7609         * gtk/gtktreeview.c (gtk_tree_view_destroy): Add destroy function.
7610
7611 Thu Mar  8 19:18:27 2001  Jonathan Blandford  <jrb@redhat.com>
7612
7613         * gtk/gtktreeview.c (gtk_tree_view_unref_tree_helper): Actually
7614         unref the nodes.   Fixes bug #50058.
7615
7616         * gtk/gtktreemodel.c (gtk_tree_model_ref_node): change
7617         "::ref_iter" to "::ref_node".
7618         (gtk_tree_model_unref_node): change "::unref_iter" to
7619         "::unref_node". Fixes bug #50064.
7620
7621 Thu Mar  8 17:40:09 2001  Jonathan Blandford  <jrb@redhat.com>
7622
7623         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon): add
7624         support for invisible cells.
7625          (gtk_tree_view_bin_expose): ditto
7626
7627 Thu Mar  8 16:36:00 2001  Jonathan Blandford  <jrb@redhat.com>
7628
7629         * gtk/gtktreemodel.c (gtk_tree_model_get_type): add prerequesite
7630         on gobjects.
7631
7632         * tests/testtreefocus.c (main): New test file.
7633
7634         * tests/testtreeview.c: update to latest glib changes.
7635
7636         * tests/testtreecolumns.c: update to latest glib changes.
7637
7638 Thu Mar  8 18:13:20 2001  Tim Janik  <timj@gtk.org>
7639
7640         * gtk/testgtk.c: re-enabled event watcher emission hooks.
7641
7642 Thu Mar  8 16:51:21 2001  Tim Janik  <timj@gtk.org>
7643
7644         * *.c: added accumulator data argument to g_signal_newc()
7645         functions.
7646
7647         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): 
7648         * gtk/gtktreeview.c (gtk_tree_view_setup_model): 
7649         * gtk/treestoretest.c (make_window):
7650         s/g_signal_connect/g_signal_connectc/.
7651
7652         * gtk/gtktextbuffer.c: completed signal arg fixups,
7653         they also needed G_SIGNAL_TYPE_STATIC_SCOPE flag.
7654
7655 Thu Mar  8 00:02:30 2001  Owen Taylor  <otaylor@redhat.com>
7656
7657         * gtk/gtkwidget.[ch] (gtk_widget_get_name): Make
7658         G_CONST_RETURN.
7659
7660         * gtk/gtkwidget.[ch] gtk/gtkprivate.h: Add a 
7661         ::hierarchy-changed signal when a widget changes
7662         from anchored to unanchored or vice versa.
7663         (anchored means 
7664          gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW) != NULL.)
7665         Use a private flag to keep track of this efficiently.
7666
7667 2001-03-07  Havoc Pennington  <hp@redhat.com>
7668
7669         * gtk/testgtk.c (create_spins): uglify so that size request gets
7670         tested.
7671
7672         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Base size
7673         request on values for upper/lower, completes #6152
7674
7675 Wed Mar  7 20:07:22 2001  Owen Taylor  <otaylor@redhat.com>
7676
7677         * Makefile.am: Remove gtk-config-2.0 again.
7678         (Grrrr, pkg-config. And stops make loops.)
7679
7680 Thu Mar  8 00:18:29 2001  Tim Janik  <timj@gtk.org>
7681
7682         * gtk/gtksignal.[hc]: removed old emission hook API.
7683         
7684         * docs/Changes-2.0.txt: fixed sections.
7685         
7686         * gtk/gtktextbuffer.c: signal arg fixups.
7687
7688 2001-03-07  Havoc Pennington  <hp@redhat.com>
7689
7690         * gtk/gtktextview.c (invalidated_handler): use PRIORITY_VALIDATE
7691
7692         * gtk/gtktextview.h (GTK_TEXT_VIEW_PRIORITY_VALIDATE): add this
7693         here, bug #50368; changed to be GDK_PRIORITY_REDRAW + 5, instead
7694         of GDK_PRIORITY_REDRAW + 1, so you can insert stuff in between the
7695         validation and the redraw which is higher priority than the
7696         validation.
7697
7698 2001-03-07  Havoc Pennington  <hp@redhat.com>
7699
7700         * gtk/gtkentry.c (gtk_entry_get_property): remove trailer
7701         (gtk_entry_set_property): remove trailer
7702
7703         * gtk/gtkentry.c (gtk_entry_set_width_chars): 
7704         (gtk_entry_get_width_chars): new functions, to set size request to 
7705         a given number of characters
7706
7707         * gtk/testgtk.c (create_dialog): beef up the dialog test slightly
7708
7709         * gtk/gtkdialog.c (gtk_dialog_set_has_separator): new function
7710         (gtk_dialog_get_has_separator): new function
7711         (run_delete_handler): fix to not emit "response" signal
7712         because we already did in the delete event handler installed
7713         at dialog creation time.
7714         
7715         * gtk/gtkdialog.h: add a has_separator property,
7716         add GTK_DIALOG_NO_SEPARATOR flag
7717
7718 2001-03-07  Havoc Pennington  <hp@redhat.com>
7719
7720         * gtk/gtkwindow.c (gtk_window_set_decorated): new function, turns
7721         off decorations for a window.
7722
7723         * demos/gtk-demo/button_box.c (create_bbox): adapt to button box
7724         changes
7725
7726         * gtk/gtklabel.c (gtk_label_get_layout_offsets): new function 
7727         to get location of PangoLayout inside the label, closes #51198
7728
7729         * gtk/testgtk.c (create_bbox): fix up button box usage
7730
7731         * gtk/testcalendar.c (create_calendar): fix up button box usage
7732
7733         * gtk/gtkfilesel.c (gtk_file_selection_init): fixup buttonbox usage
7734
7735         * gtk/gtkdialog.c (gtk_dialog_init): fixup buttonbox usage
7736
7737         * gtk/gtkhbbox.h: deprecations
7738
7739         * gtk/gtkvbbox.h: deprecations
7740
7741         * gtk/gtkbox.c (gtk_box_get_spacing): new function, used to
7742         emulate deprecated gtk_button_box_get_spacing
7743
7744         * gtk/gtkbbox.h: deprecate some useless functions, remove entirely 
7745         the "set global default" functions
7746         (struct _GtkButtonBox): remove "spacing" field, use the one from 
7747         GtkBox base class
7748
7749         * gtk/gtkbbox.c (_gtk_button_box_child_requisition): rename with uscore
7750
7751         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): If we fail to
7752         render the icon, return the missing image icon.
7753
7754         * gtk/gtkimage.c (gtk_image_set_from_file): fall back to missing
7755         image icon if the load fails.   
7756
7757         * gtk/gtkstock.h (GTK_STOCK_MISSING_IMAGE): Add stock icon for use
7758         when no image is found; should be the Netscape "missing image"
7759         icon eventually but for now is a random image
7760
7761         * gtk/gtkwindow.c (gtk_window_set_role): new function, sets the 
7762         role for the session manager
7763
7764         * gtk/testgtk.c (dnd_drop): remove use of GTK_WINDOW_DIALOG
7765
7766         * gtk/gtkcompat.h (GTK_WINDOW_DIALOG): compat #define
7767         GTK_WINDOW_DIALOG GTK_WINDOW_TOPLEVEL
7768
7769         * gtk/gtkenums.h (enum GtkWindowType): remove GTK_WINDOW_DIALOG
7770
7771 Wed Mar  7 13:24:57 2001  Tim Janik  <timj@gtk.org>
7772
7773         * gtk/*.c: marshaller fixes.
7774         
7775         * gtk/gtkmarshal.list: extreme cleanup.
7776
7777         * gtk/gtktreeview.c (gtk_tree_view_class_init): disable interface
7778         param spec for now.
7779
7780         * gtk/gtktexttag.c (gtk_text_tag_set_property): use g_value_get_boxed()
7781         where appliable.
7782
7783         * gtk/gtktypeutils.[hc]: updates to GLib API changes.
7784         special cased autogenerated boxed types from gtktypebuiltins_ids.c
7785         which are not reference counted:
7786         GtkSelectionData, GdkEvent, GdkColor, GtkTextIter, PangoTabArray,
7787         PangoFontDescription, GtkTreeIter and GtkTreePath.
7788
7789 Thu Mar  1 03:58:56 2001  Tim Janik  <timj@gtk.org>
7790
7791         * gtk/gtktreeselection.h: 
7792         * gtk/gtktreemodel.c:
7793         * gtk/gtktreedatalist.[hc]: fixed includes. no gobject/*
7794         file should be included directly, and gobject/gmarshal.h
7795         as well as gtk/gtkmarshal.h even can't be included directly.
7796
7797         * Makefile.am: grr, install gtk-config-2.0.
7798
7799         * gtk/testgtk.c:
7800         * gtk/simple.c:
7801         * gtk/gtkmenu.c:
7802         * gtk/gtkitemfactory.c: use g_object_connect() instead of
7803         passing "*signal*::*" args to gtk_widget_set().
7804         
7805         * gtk/gtktypeutils.[hc]: got rid of GTK_TYPE_SIGNAL.
7806         
7807         * gtk/*.c: removed trailer arg from property setters and getters.
7808         macro fixups.
7809
7810 2001-03-07  Alexander Larsson  <alexl@redhat.com>
7811
7812         * gtk/gtklabel.c (set_markup): Removed warning
7813
7814 Tue Mar  6 19:59:12 2001  Jonathan Blandford  <jrb@redhat.com>
7815
7816         * gtk/gtkcellrenderer.h (struct _GtkCellRenderer): Add visible
7817         field to allow you to hide cell renderers.
7818
7819         * gtk/gtkcellrenderer.c: Add support for invisible cells.
7820
7821         * gtk/gtktreeview.c: Add support for invisible cells.
7822
7823 Tue Mar  6 17:25:07 2001  Jonathan Blandford  <jrb@redhat.com>
7824
7825         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_clicked):
7826         Add "clicked" signal back to columns.
7827
7828         * ChangeLog: remove conflict markers.
7829
7830 Tue Mar  6 10:45:45 2001  Owen Taylor  <otaylor@redhat.com>
7831
7832         * gtk/gtkbutton.c: Add animation of activation by, on 
7833         activate, pressing the button, and adding a timeout that 
7834         releases the button after 250ms or on key release and
7835         emits ::clicked. (#51501)
7836
7837         * gtk/gtkdialog.c: Bit of a hack - for buttons in the
7838         action area, we connect to ::clicked instead of ::activate
7839         so the dialog stays up through the animation.
7840
7841 Mon Mar  5 16:38:15 2001  Owen Taylor  <otaylor@redhat.com>
7842
7843         * gtk/gtkmenushell.c (gtk_menu_shell_enter_notify): Only
7844         check the ignore_enter flag for the menu shell that
7845         the item is actually a child of, not for attached
7846         submenus. (#51536)
7847
7848 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
7849
7850         * gtk/gtkmain.c (gtk_propagate_event): Only do special
7851         special key-press grab handling for widgets within
7852         GtkWindows. Otherwise, fall through to normal case.
7853
7854         This prevents key events being sent twice to GtkInvisible
7855         widgets, which can cause all sorts of mischief.
7856
7857 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
7858
7859         * gtk/gtkmain.c (gtk_propagate_event): When a grab
7860         widget is in effect, give the grab widget a first
7861         crack at KEY_PRESS/RELEASE events. (#424)
7862
7863 2001-03-06  James Henstridge  <james@daa.com.au>
7864
7865         * gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
7866         offset for the window_state_event to point at window_state_event
7867         rather than no_expose_event.
7868
7869 Mon Mar  5 19:10:15 2001  Jonathan Blandford  <jrb@redhat.com>
7870
7871         * gtk/gtkimmodule.h: fix busted /* comment */
7872
7873 Mon Mar  5 15:07:05 2001  Jonathan Blandford  <jrb@redhat.com>
7874
7875         * gtk/gtktreeview.c: Apply patch from John Margaglione to add
7876         object properties.
7877
7878 Mon Mar  5 14:55:19 2001  Jonathan Blandford  <jrb@redhat.com>
7879
7880         * gtk/gtkcellrenderertoggle.c: Apply patch from Lee Mallabone to
7881         add object properties.
7882
7883         * gtk/gtkcellrenderertextpixbuf.c: Apply patch from Lee Mallabone
7884         to add object properties.
7885
7886         * gtk/gtkcellrenderertext.c: Apply patch from Lee Mallabone to add
7887         object properties.
7888
7889         * gtk/gtkcellrendererpixbuf.c: Apply patch from Lee Mallabone to
7890         add object properties.
7891
7892         * gtk/gtkcellrenderer.c: Apply patch from Lee Mallabone to add
7893         object properties.
7894
7895 Mon Mar  5 14:38:54 2001  Jonathan Blandford  <jrb@redhat.com>
7896
7897         * gtk/gtktreemodel.c: renamed "child_toggled" to
7898         "has_child_toggled".
7899
7900         * gtk/gtktreeview.c: Handle removing columns better.  Updated to
7901         handle new signal name.
7902
7903         * gtk/gtktreestore.c: Updated to handle new signal name.
7904         * gtk/gtklisttore.c: Updated to handle new signal name.
7905         * gtk/gtktreemodelsort.c: Updated to handle new signal name.
7906
7907 2001-03-05  Alexander Larsson  <alexl@redhat.com>
7908
7909         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state):
7910         Set GDK_WINDOW_TYPE_HINT_MENU on tearoff window.
7911
7912 2001-03-05  Michael Natterer  <mitch@gimp.org>
7913
7914         * gtk/gtklabel.c: Made the "parent_class" pointer static. The
7915         pixbuf-engine coincidentially also failed to make one of it's
7916         parent_class pointers static, causing overwriting of GtkLabel's
7917         parent_class pointer in pixbuf_style_class_init().
7918         (Will commit the fix to the pixbuf-engine too).
7919
7920 2001-03-05  Alexander Larsson  <alexl@redhat.com>
7921
7922         * gdk/gdkwindow.h:
7923         Added GdkWindowTypeHint type. Added modal_hint field to GdkWindindow.
7924         New functions gdk_window_set_type_hint, gdk_window_set_modal_hint and
7925         gdk_window_set_icon_list for net wmspec functionality.
7926
7927         * gdk/x11/gdkwindow-x11.c:
7928         Set _NEW_WM_STATE_MODAL from window->modal_hint in set_inital_hints.
7929         Implement gdk_window_set_type_hint, gdk_window_set_modal_hint and
7930         gdk_window_set_icon_list.
7931         Added gdk_wmspec_change_state helper function and used it in the code.
7932         Set _NET_WM_ICON_NAME in gdk_window_set_title and gdk_window_set_icon_name.
7933
7934         * gtk/gtkdialog.c (gtk_dialog_init):
7935         Set GDK_WINDOW_TYPE_HINT_DIALOG.
7936
7937         * gtk/gtkhandlebox.c (gtk_handle_box_realize):
7938         Set GDK_WINDOW_TYPE_HINT_TOOLBAR.
7939
7940         * gtk/gtkwindow.c:
7941         new function gtk_window_set_type_hint.
7942         On realize, set type hint and modal hint.
7943
7944         * gtk/gtkwindow.h:
7945         Added type_hint field and gtk_window_set_type_hint.
7946
7947 2001-03-05  Alexander Larsson  <alexl@redhat.com>
7948
7949         * gtk/gtklabel.[ch]:
7950         Convert from GtkArg to GParam (originally based on patch from Lee Mallabone).
7951         New function gtk_label_get_accel_keyval () to get the underline accelerator
7952         of the label. Setting the label pattern overrides other attributes.
7953
7954 Mon Mar  5 14:51:10 MET 2001  Sven Neumann  <sven@gimp.org>
7955
7956         * gtk/gtkrc.c: fixed compiler warnings by inserting some consts.
7957         Added missing initializers to gtk_rc_style_init().
7958
7959 Sun Mar 04  07:30:03 2001 CET Mikael Hermansson <mikeh@bahnhof.se>
7960
7961         * gtk/gtktextview.c: fixed bug #51097 about setting 
7962         gtk_text_view_set_border_window_size() if the widget is 
7963         already realized.
7964
7965 Sat Mar  3 16:59:16 2001  Owen Taylor  <otaylor@redhat.com>
7966
7967         * gdk/gdkpango.h gdk/x11/gdkwindow-x11.c: Doc fixes
7968
7969         * gdk/win32/gdkinput.c (gdk_device_get_axis): Remove doc
7970         comment. Won't do to have duplicated doc comments between
7971         the platform subdirs.
7972
7973 Sat Mar  3 16:26:33 2001  Owen Taylor  <otaylor@redhat.com>
7974
7975         * gdk/x11/gdkmain-x11.c gdk/x11/gdkkeys-x11.c 
7976           gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.c:
7977
7978         Detectable auto-repeat - make a repeating key generate
7979         press/press/press/release instead of press/release pairs.
7980
7981         If we have Xkb and XkbSetDectableAutoRepeat supports
7982         that, we do it that way. Otherwise, when we get
7983         a release event, we check ahead with XPending to see
7984         if the next key is a KeyPress with the same keycode
7985         and timestamp. (Not 100% reliable, but pretty close.)
7986           
7987 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
7988         
7989         * gtk/gtkmain.c (gtk_propagate_event): Only do special
7990         special key-press grab handling for widgets within
7991         GtkWindows. Otherwise, fall through to normal case.
7992  
7993         This prevents key events being sent twice to GtkInvisible
7994         widgets, which can cause all sorts of mischief.
7995  
7996 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
7997  
7998         * gtk/gtkmain.c (gtk_propagate_event): When a grab
7999         widget is in effect, give the grab widget a first
8000         crack at KEY_PRESS/RELEASE events. (#424)
8001  
8002 Sat Mar  3 15:39:49 2001  Owen Taylor  <otaylor@redhat.com>
8003
8004         * gtk/gtkentry.c (gtk_entry_button_press): Add shift-clicking
8005         to extend the selection. (Roughly based on patch
8006         from Jay Cox, #50939)
8007
8008         * gtk/gtkentry.c (gtk_entry_button_press): Fix triple-clicking
8009         to properly handle previous GDK_BUTTON_PRESS. 
8010         (Patch from Jay Cox, #50938)
8011
8012         * gtk/gtkentry.c (gtk_entry_real_delete_text): Move the
8013         '\0' back along with the deleted text. (#51148)
8014
8015 Mon Jan 22 14:31:29 2001  Owen Taylor  <otaylor@redhat.com>
8016
8017         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Unshift
8018         the group when extracting it from the X keyboard event.
8019
8020         * modules/input/Makefile.am modules/input/imipa.c: 
8021         Simple module for entering IPA. (Do we need a 
8022         gtk-stupid-input-tricks CVS module?)
8023
8024 Sat Mar  3 13:32:47 2001  Owen Taylor  <otaylor@redhat.com>
8025
8026         * gtk/gtkimmodule.c (gtk_im_module_init): Remove spurious
8027         const.
8028
8029         * gdk-pixbuf-2.0.pc.in gtk+-2.0.pc.in: Fix include path.
8030
8031         * gtk/gtkdialog.c (gtk_dialog_set_default_response): If there
8032         is no focus widget for the dialog currently, grab the focus as well
8033         as the default.
8034
8035         * gtk/gtkdialog.c (gtk_dialog_set_default_response): Get
8036         the action area's children to iterate through, not the
8037         dialog's children.
8038
8039 Sat Mar  3 13:21:27 2001  Owen Taylor  <otaylor@redhat.com>
8040
8041         * tests/Makefile.am tests/testsocket.c tests/testsocket_child.c:
8042         Add plug-socket tests. (Won't work worth a darn until I commit
8043         the rest of the plug-socket changes, but no reason these
8044         can't go into CVS now.)
8045
8046 2001-03-02  Havoc Pennington  <hp@redhat.com>
8047
8048         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_flush): use
8049         _gdk_region_get_xrectangles()
8050
8051         * gdk/x11/gdkmain-x11.c (_gdk_region_get_xrectangles): new function
8052
8053         * gtk/testgtk.c (create_shapes): add test for shape_combine_region
8054
8055         * gdk/x11/gdkwindow-x11.c (gdk_window_shape_combine_region): new
8056         function, contributed by Ron Steinke    
8057
8058         * gdk/x11/gdkevents-x11.c (gdk_wmspec_supported): rename
8059         gdk_net_wm_supports
8060
8061         * gdk/gdkregion-generic.c (gdk_region_get_rectangles): 
8062         New function, contributed by Ron Steinke
8063
8064         * gtk/gtkentry.c (gtk_entry_get_layout_offsets): New function, 
8065         used to line up the text in the entry when using the entry for
8066         editable sheet cell hacks
8067
8068         * gtk/testgtk.c (create_entry): test the activate_default setting
8069         on GtkEntry
8070
8071         * gtk/gtkentry.c (gtk_entry_set_activates_default): New function to 
8072         cause the entry to activate the default button for a dialog when 
8073         activated
8074         (gtk_entry_get_activates_default): new function
8075
8076 Wed Feb 28 19:10:43 2001  Owen Taylor  <otaylor@redhat.com>
8077
8078         * gtk/gtkclist.c (real_remove_row): Patch from ChiDeok
8079         Hwang to move call to sync_selection() up a few lines
8080         to before the row list is modified, to fix crash when
8081         removing rows in the undo_selection list.
8082
8083         (Test case provided by Daniel Elstner:
8084
8085         http://mail.gnome.org/archives/gtk-list/2001-February/msg00359.html)
8086
8087 Fri Feb 23 15:06:48 2001  Owen Taylor  <otaylor@redhat.com>
8088
8089         * gtk/gtktree.c (gtk_tree_class_init): Do the setting
8090         of tree->root_tree in parent_set rather than _map(), 
8091         fixing #50892 in a bit better manner.
8092
8093 Thu Feb 22 17:07:58 2001  Owen Taylor  <otaylor@redhat.com>
8094
8095         * gtk/gtkmenu.c (gtk_menu_popup): Don't flip cursor. (#50934)
8096
8097 Tue Feb  2 11:22:33 2001  Jody Goldberg <jgoldberg@home.com>
8098
8099         * gtk/gtkstyle.c : Remove duplicate fwd decl for
8100         gtk_default_draw_shadow.
8101
8102 ue Feb 20 11:40:58 2001  Owen Taylor  <otaylor@redhat.com>
8103
8104         * gdk/gdkimage.c (gdk_image_new): Remove excess 
8105         warning, make warnings more verbose, treat a error
8106         in shmat as permanent, and don't try again.
8107         (#51163, Ed Randall.)
8108
8109 Mon Feb 19 20:15:28 2001  Owen Taylor  <otaylor@redhat.com>
8110
8111         * gtk/gtkrange.c (gtk_range_timer_1st_time): Add an initial
8112         delay for the first click before starting to scroll.
8113         (based on #51026, gtk-enf-990512-0.patch, Eric Fisher)
8114
8115         * gtk/gtktext.c: GtkText should have I-beam cursor. 
8116         (based on gtk-enf-990513-1.patch, Eric Fisher.)
8117
8118 Mon Feb 19 16:42:19 2001  Owen Taylor  <otaylor@redhat.com>
8119
8120         * gtk/gtklayout.c (gtk_layout_allocate_child): Tiny
8121         cleanup to remove some references to unused
8122         ->xoffset, ->yoffset.
8123
8124 Mon Feb 19 14:20:36 2001  Owen Taylor  <otaylor@redhat.com>
8125
8126         * gdk/gdkrgb.c (gdk_rgb_convert_555_br): Fix incorrect
8127         mask. (#51039, fix from Martin Maierhofer)
8128
8129 Fri Feb 16 20:09:42 2001  Owen Taylor  <otaylor@redhat.com>
8130
8131         * gtk/gtkctree.c (gtk_ctree_class_init): Add bindings
8132         for unshifted + and shifted = for non-us keyboards.
8133         Make <Control>+ and <Control>- work as well as 
8134         <Control>KP_Plus, <Control>KP_Minus for recursive
8135         open/close.  (#2682, René Seindal)
8136
8137 Fri Feb 16 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
8138
8139         * gtk/gtkmenushell.c (gtk_real_menu_shell_cancel): Unset
8140         the active menu item before deactivating the menu,
8141         so gtk_menu_popdown doesn't change the history. (#50964)
8142         
8143 Fri Feb 16 15:55:22 2001  Owen Taylor  <otaylor@redhat.com>
8144
8145         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): 
8146         draw lines with text_gc rather than black_gc.
8147         (Patch from Vlad Harchev <hvv hippo ru>, #50926)
8148
8149 Thu Mar  1 19:50:56 2001  Jonathan Blandford  <jrb@redhat.com>
8150
8151         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
8152         Move handling of buttons fully in gtktreeviewcolumn.  This code is
8153         less interrelated then it was, but it still requires the
8154         GtkTreeView to map it.
8155
8156         * test/testtreecolumn.c: Now I can add a column to one view,
8157         remove it, add it to the another view, remove it, then re-add it
8158         to the first.  Nifty.
8159
8160 Thu Mar  1 13:14:27 GMT 2001  Tony Gale <gale@gtk.org>
8161
8162         * docs/tutorial/gtk-tut.sgml: Minor corrections
8163
8164 Wed Feb 28 16:36:46 2001  Jonathan Blandford  <jrb@redhat.com>
8165
8166         * gtk/gtktreemodel.c (gtk_tree_row_reference_*): Sanitize
8167         GtkRowReference.
8168
8169 2001-02-28  Havoc Pennington  <hp@redhat.com>
8170
8171         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove draw_focus and
8172         draw_default
8173         (gtk_widget_draw_focus): remove this function; we could instead
8174         make it just gtk_widget_draw(), but in most cases I think the
8175         result would be broken user code, so think it's better to have
8176         that code not compile and get fixed
8177         (gtk_widget_draw_default): ditto
8178
8179         * gtk/gtkwidget.c: Add default handlers for focus_in_event and
8180         focus_out_event that set/unset GTK_HAS_FOCUS and call queue_draw
8181         
8182         * gtk/gtkwindow.c (gtk_window_set_default): just queue a draw when
8183         widgets lose/get the default, instead of calling draw_default
8184         
8185         * docs/Changes-2.0.txt: note about all this
8186
8187         Then fixed every widget in GTK, I won't list all the filenames.
8188
8189 Tue Feb 27 19:32:53 2001  Jonathan Blandford  <jrb@redhat.com>
8190
8191         * gtk/gtktreemodel.c (deleted_callback): Proxy out to
8192         _gtk_tree_row_reference_deleted.
8193         (inserted_callback): Proxy out to
8194         _gtk_tree_row_reference_inserted.
8195         (_gtk_tree_row_reference_new_from_view): Somewhat yukky hack to
8196         get around signal emission ordering problem.
8197
8198         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
8199         fix to work with SINGLE 
8200         (_gtk_tree_selection_internal_select_node): Major sanitization on
8201         selections.  SINGLE now seems to work.
8202
8203         * tests/Makefile.am: add testtreecolumn.c:
8204
8205         * tests/testtreecolumn.c: New test.  Mostly points out selection
8206         bugs currently, but will test columns later.
8207
8208         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Fix really nasty
8209         selection bug.  I hate touching this code -- it's scary.
8210
8211 2001-02-26  Havoc Pennington  <hp@redhat.com>
8212
8213         * gtk/testgtk.c: test the window state stuff
8214
8215         * gtk/gtkwindow.c (gtk_window_present): new function, makes a
8216         window come to the user's attention as if it were just created
8217         (gtk_window_iconify): new function
8218         (gtk_window_deiconify): new function
8219         (gtk_window_stick): new function
8220         (gtk_window_unstick): new function
8221         (gtk_window_maximize): new function
8222         (gtk_window_unmaximize): new function
8223
8224         * gtk/gtkwidget.h, gtk/gtkwidget.c: add window_state_event signal
8225
8226         * gtk/gtkmain.c (gtk_main_do_event): handle GDK_WINDOW_STATE
8227
8228         * gdk/x11/gdkevents-x11.c: create window state events when
8229         appropriate
8230         (gdk_wmspec_supported): new function
8231
8232         * gdk/x11/gdkwindow-x11.c (gdk_window_iconify): handle
8233         iconification before showing the window
8234         (gdk_window_deiconify): new function
8235         (gdk_window_stick): new function
8236         (gdk_window_unstick): new function
8237         (gdk_window_maximize): new function
8238         (gdk_window_unmaximize): new function
8239
8240         * gdk/gdkwindow.c: store the window state in the window; 
8241         change to using the GDK_WINDOW_STATE_WITHDRAWN flag instead of
8242         window->mapped.
8243         (gdk_window_get_state): return the current window state
8244
8245         * gdk/gdkevents.c (gdk_event_get_time): handle GDK_WINDOW_STATE
8246         (gdk_event_get_state): handle GDK_WINDOW_STATE
8247         (gdk_synthesize_window_state): function to create the window state
8248         events
8249
8250         * gdk/gdkevents.h (struct _GdkEventWindowState): new type of
8251         event, for changes to "window state" such as maximized, sticky, 
8252         etc.
8253         
8254         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): new function,
8255         focuses a window
8256
8257         * gdk/x11/gdkmain-x11.c (_gdk_wmspec_supported): new function, 
8258         finds out if we support a given WM spec hint
8259
8260 Tue Feb 27 13:37:38 GMT 2001  Tony Gale <gale@gtk.org>
8261
8262         * docs/faq/gtk-faq.sgml: New question re memory leaks.
8263
8264 2001-02-25  Hans Breuer  <hans@breuer.org>
8265
8266         * gdk/gdk.h : changed #ifdef GDK_DISBALE_DEPRECARED to #ifndef
8267         cause we want to loose those prototypes only in the latter case
8268
8269         * gdk/win32/gdkevents-win32.c : can't cast from GdkPixmap to
8270         GdkPixmapImplWin32 because it itsn't derived from it. Use the
8271         impl member variable instead
8272
8273         * gtk/gtk.def : updated
8274
8275         * gtk/gtklist.c : 
8276         * gtk/gtkmenus.c : include <string.h> for memset ()
8277
8278         * gtk/makefile.msc.in : updated and don't define GTK_COMPILATION
8279         for everthing built here, but for gtk-x.x.dll only. This solves
8280         problem of indifferent gtk type definitions
8281
8282 Sat Feb 24 20:11:39 2001  Jonathan Blandford  <jrb@redhat.com>
8283
8284         * gtk/gtkclipboard.h: actually put /* */ around #endif comment.
8285
8286 Fri Feb 23 17:50:13 2001  Jonathan Blandford  <jrb@redhat.com>
8287
8288         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Only draw the
8289         column that is exposed.
8290
8291         (_gtk_tree_view_update_size): Changed name from set_size, and
8292         changed function to do more work, and not force people calling it
8293         to figure out the size.  Simplifies a lot of code elsewhere.
8294
8295 2001-02-23  Alexander Larsson  <alexl@redhat.com>
8296
8297         * gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf):
8298         return solid masks for xpms that have no transparent color.
8299         This makes the ..._create_from_xpm... API backwards
8300         compatible.
8301
8302 2001-02-23  Tor Lillqvist  <tml@iki.fi>
8303
8304         * README.win32: Update. Mention the gtk-1-3-win32-production
8305         branch.
8306
8307         * gdk/win32/bdfcursor.c: New file. A program that generates
8308         xcursors.h. Thanks to Stefan Ondrejicka.
8309
8310         * gdk/win32/xcursors.h: New file, contains the X cursor font in a
8311         compact format.
8312
8313         * gdk/win32/Makefile.am (EXTRA_DIST): Add new files.
8314
8315         * gdk/win32/gdkcursor-win32.c (_gdk_win32_data_to_wcursor): New
8316         function, uses xcursors.h.
8317         (gdk_cursor_new): Use _gdk_win32_data_to_wcursor to generate
8318         cursor from inline data instead of using LoadCursor() to generate
8319         it from a resource.
8320
8321         * gdk/win32/gdkevents-win32.c (gdk_event_translate): At button up
8322         event, must check the Windows message for mouse button state, as
8323         the GDK event state might not have been built if it is
8324         undelivered. Remove one goto.
8325
8326         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Call
8327         SetCursor() if the current cursor as returned by GetCursor() is
8328         the window's previous cursor. The ChildWindowFromPoint() test
8329         apparently didn't work correctly.
8330
8331         * gdk/win32/rc/*.cur: Remove.
8332
8333         * gdk/win32/rc/gdk.rc.in: Remove cursors.
8334
8335         * gdk/win32/rc/Makefile.am (EXTRA_DIST): Remove from here, too.
8336
8337         * gtk/makefile.{mingw,msc}.in: Updates.
8338
8339 Wed Feb 21 20:56:50 2001  Jonathan Blandford  <jrb@redhat.com>
8340
8341         * gtk/gtktreemodel.h: add functions for signal emission.
8342
8343         * gtk/gtktreestore.c: move to use above functions instead of
8344         g_signal_emit.
8345
8346         * gtk/gtkliststore.c: ditto
8347
8348 Wed Feb 21 15:41:34 2001  Jonathan Blandford  <jrb@redhat.com>
8349
8350         * gtk/gtktreestore.c: removed signals.  Moved to inherit from
8351         GObject instead of GtkObject.
8352
8353         * gtk/gtkliststore.c: ditto.
8354
8355         * gtk/gtktreemodelsort.c: ditto.
8356
8357         * gtk/gtktreemodel.c (gtk_tree_model_base_init): moved signals to
8358         GtkTreeModelIface, instead of in each model.
8359
8360 2001-02-21  Havoc Pennington  <hp@redhat.com>
8361
8362         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_child_anchor):
8363         unbreak this function
8364
8365         * gtk/gtkentry.c: apply patch from Lee Mallabone to add object 
8366         properties
8367
8368         * gtk/gtkcurve.c: apply patch from Lee Mallabone to add object
8369         properties
8370
8371         * gtk/gtkcombo.c: apply patch from Lee Mallabone to add object 
8372         properties
8373
8374         * gtk/gtkentry.c (gtk_entry_set_max_length): have this take -1 to
8375         mean unset the max length
8376
8377 Wed Feb 21 14:23:05 2001  Jonathan Blandford  <jrb@redhat.com>
8378
8379         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data_func):
8380         Changed name to be set_cell_data_func to make it clear what
8381         the functino does.  Close bug #51069.
8382
8383 Tue Feb 20 16:49:00 2001  Jonathan Blandford  <jrb@redhat.com>
8384
8385         * gtk/testgtk.c (main): Remove turning on of profiling malloc,
8386         have memory actually freed.  Keeps box running longer.
8387
8388 2001-02-21  Alexander Larsson  <alexl@redhat.com>
8389         
8390         * gtk/gtkseparatormenuitem.[ch]:
8391         Added new menu separator item. The drawing and size handling
8392         is still done in GtkMenuItem, but the API is a bit more sane.
8393         
8394         * gtk/Makefile.am:
8395         Add gtkseparatormenuitem.[ch].
8396
8397         * gtk/gtk.h:
8398         Add gtkseparatormenuitem.h.
8399         
8400         * gtk/gtkentry.c:
8401         * gtk/gtkmenufactory.c:
8402         * gtk/gtktextview.c:
8403         Use the new API for menu separators.
8404         
8405         * demos/gtk-demo/menus.c (create_menu):
8406         Add some GtkSeparatorMenuItem demo code.
8407
8408 2001-02-20  Havoc Pennington  <hp@redhat.com>
8409
8410         * gtk/gtkaspectframe.c: Convert to new property API, patch from 
8411         Lee Mallabone
8412
8413         * gtk/gtkarrow.c: Convert to new property API, patch from 
8414         Lee Mallabone
8415
8416 Tue Feb 20 14:26:41 2001  Jonathan Blandford  <jrb@redhat.com>
8417
8418         * tests/testtreeview.c (toggled_callback): fix to reflect change
8419         in GtkTreeModelStore.
8420
8421 Tue Feb 20 12:16:12 2001  Jonathan Blandford  <jrb@redhat.com>
8422
8423         * gtk/gtkiconfactory.c (gtk_icon_set_new_from_pixbuf): New
8424         function to create an icon set from a pixbuf.
8425
8426 2001-02-20  Alexander Larsson  <alexl@redhat.com>
8427
8428         * gtk/gtkcellrenderertext.[ch]:
8429         Add a "markup" property.
8430
8431         * gtk/treestoretest.c:
8432         Use the markup property, remove some leftover stuff from
8433         GtkTreeModelMapping.
8434
8435 2001-02-20  Alexander Larsson  <alexl@redhat.com>
8436
8437         * gtk/gtklabel.c (gtk_label_set_selectable):
8438         Queue a redraw if the selectable setting was changed.
8439
8440 2001-02-20  Alexander Larsson  <alexl@redhat.com>
8441
8442         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
8443         Actually copy the whole gc, not just the public parts.
8444         
8445         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
8446         GDK_WINDOW_TEMP are not toplevel. Fixes selectable
8447         labels.
8448
8449 2001-02-19  Havoc Pennington  <hp@pobox.com>
8450
8451         * gdk/gdkwindow.c: docs
8452
8453         * gdk/gdkrgb.c: docs
8454
8455         * gdk/gdkregion-generic.c: docs
8456
8457         * gdk/gdkgc.c (gdk_gc_set_values): docs
8458
8459         * gdk/gdkdraw.c: docs
8460
8461         * gdk/gdkdrawable.h: deprecate drawable get/set data
8462
8463 Mon Feb 19 20:37:35 2001  Jonathan Blandford  <jrb@redhat.com>
8464
8465         * demos/gtk-demo/dialog.c: Add simple new demo.
8466
8467 2001-02-19  Havoc Pennington  <hp@redhat.com>
8468
8469         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): add
8470         insert_child_anchor signal, bug #50245
8471
8472         * gtk/gtktextbtree.c (_gtk_text_btree_insert_child_anchor): change
8473         from create_child_anchor, so the anchor is passed in
8474
8475         * gtk/gtktextchild.c (gtk_text_child_anchor_new): new function
8476         (_gtk_widget_segment_new): have the child anchor object passed in, 
8477         instead of creating it.
8478
8479         * gtk/gtktextbuffer.c (gtk_text_buffer_modified): rename
8480         to gtk_text_buffer_get_modified
8481
8482 2001-02-19  Havoc Pennington  <hp@redhat.com>
8483
8484         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): hmm, someone
8485         changed GLib without fixing GTK
8486
8487         * gtk/gtkrange.h: Rename all the stupid implementation detail 
8488         functions to have an underscore in front. Most of them should 
8489         probably just go away, but for starters don't export them.
8490         Bug #50482
8491
8492 2001-02-19  Havoc Pennington  <hp@redhat.com>
8493
8494         * gdk/gdkcolor.h: test was backward, so deprecated functions were
8495         excluded by default
8496
8497         * gtk/gtkstyle.c (gtk_default_draw_diamond): draw etched in/out,
8498         clean up the old code a bit
8499
8500         * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): draw
8501         inconsistent state
8502
8503         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_draw_indicator):
8504         draw inconsistent state
8505
8506         * gtk/testgtk.c (create_toggle_buttons): add test for inconsistent
8507         (create_menu): add inconsistent test
8508
8509         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_set_inconsistent):
8510         new function
8511         (gtk_check_menu_item_get_inconsistent): new function
8512         (gtk_real_check_menu_item_draw_indicator): draw the inconsistent
8513         state (using etched in for now)
8514
8515         * gtk/gtkcheckbutton.c (gtk_real_check_button_draw_indicator):
8516         draw inconsistent state
8517
8518         * gtk/gtktogglebutton.c (gtk_toggle_button_set_inconsistent): new
8519         function, used when the user has selected a range of stuff in
8520         different states
8521         (gtk_toggle_button_get_inconsistent): accessor for that
8522         (gtk_toggle_button_paint): draw inconsistent state (etched in?
8523         don't know what else to do)
8524
8525 2001-02-19  Hans Breuer <hans@breuer.org>
8526
8527         * gtk/gtk.def : updated exported symbols
8528
8529         * gtk/makefile.msc.in : updated
8530
8531         * gtk/gtkstyle.c (gtk_style_realize) : gets called without
8532         a colormap, when invoked from testgtk::entry. I'm not sure where
8533         the bug is, but g_return_if_fail (GDK_IS_COLORMAP (colormap));
8534         avoids immediate crashing ...
8535
8536         * gtk/gtkmain.c (check_setugid) : totally disabled on win32;
8537         any objections ?
8538
8539         * gtk/gtktreemodel.c : called G_VALUE_LCOPY with an extra
8540         0 parameter. At least msvc doesn't like macros with var args. 
8541         I simply removed the extra 0, was it a feature or a typo ?
8542
8543         * gtk/gtktreeviewcolumn.[hc] (gtk_tree_view_column_set_func) :
8544         removed the extra indirection from the GtkTreeViewColumnFunc parameter,
8545         because the value assignment to the internal struct wasn't working.
8546         I'm not absolutely sure. The problem could have been resolved by
8547         changing the "func" declartion in the struct, but was the pointer
8548         to the function pointer intended ?
8549
8550         * gtk+/gtk/gtktreedatalist.c : include gboxed.h
8551
8552         * gdk/gdk.def : updated exported symbols
8553
8554         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_image) :
8555         only use SetDIBitsToDevice if there is a palette at the drawable
8556         and the image is GDK_VISUAL_PSEUDO_COLOR
8557
8558         * gdk/win32/gdkkeys-win32.c : msvc still has no <unistd.h> ...
8559
8560         * gdk/win32/gdkwindow-win32.c : #include "gdk.h" /* gdk_rectangle_intersect */
8561
8562         * gdk/*/makefile.msc : updated
8563
8564 2001-02-19  Havoc Pennington  <hp@redhat.com>
8565
8566         * demos/gtk-demo/Makefile.am (INCLUDES): GDK_DISABLE_COMPAT_H,
8567         GDK_DISABLE_DEPRECATED (we need to merge those two #defines)
8568
8569         * gdk/x11/gdkmain-x11.c (gdk_key_repeat_disable): nuke
8570         (gdk_key_repeat_restore): nuke
8571
8572         * gdk/gdk.c (gdk_exit_func): #if 0 this for now, don't install it
8573         (gdk_init_check): no atexit func
8574
8575         * gdk/gdkrgb.h: mark some stuff deprecated
8576
8577         * gdk/gdkcolor.h: mark some stuff deprecated
8578         
8579         * gdk/gdk.h: deprecated gdk_exit, gdk_input_*
8580
8581         * gdk/gdkfont.h: bracket in GDK_DISABLE_DEPRECATED
8582
8583 2001-02-16  Havoc Pennington  <hp@redhat.com>
8584
8585         * gtk/gtkvscrollbar.c (gtk_vscrollbar_trough_keys): use the visual
8586         scroll steps.
8587
8588         * gtk/gtkvscale.c (gtk_vscale_trough_keys): use the visual scroll
8589         steps, and add Ctrl-arrow shortcuts for paging visually as with
8590         HScale, since Page Up and Page Down move logically.
8591
8592         * gtk/gtkenums.h (GtkScrollType): add GTK_SCROLL_STEP_UP,
8593         GTK_SCROLL_STEP_DOWN, etc. for visual scroll directions
8594         
8595         * gtk/gtkrange.c (gtk_range_key_press): handle the visual scroll
8596         steps
8597         (gtk_range_scroll): handle the visual steps
8598
8599         * gtk/gtklist.c (gtk_list_scroll_horizontal): handle the up/down
8600         scroll steps
8601
8602         * gtk/gtkhscale.c (gtk_hscale_trough_keys): use the visual scroll
8603         steps, not the logical ones.
8604
8605         * gtk/gtkclist.c (move_focus_row): handle the up/down scroll steps
8606         (scroll_vertical): handle up/down steps
8607
8608 2001-02-19 Alexander Larsson  <alexl@redhat.com>
8609
8610         * gdk/linux-fb/gdkimage-fb.c (gdk_image_new_bitmap):
8611         Copy data and free data with free().
8612
8613         * gdk-pixbuf/gdk-pixbuf.c:
8614         * gdk-pixbuf/io-jpeg.c:
8615         * gdk-pixbuf/io-png.c:
8616         Use g_try_malloc/g_free instead malloc/free.
8617         
8618         * gdk-pixbuf/test-gdk-pixbuf.c:
8619         Must... initialize... gobject...
8620         
8621         * gdk-pixbuf/pixops/timescale.c:
8622         * gtk/gtkcalendar.c:
8623         Use g_malloc instead of malloc.
8624         
8625 2001-02-19 Alexander Larsson  <alla@lysator.liu.se>
8626
8627         * gtk/testgtkrc:
8628         Comment out property assignments, these don't work yet.
8629
8630 2001-02-17  Havoc Pennington  <hp@pobox.com>
8631
8632         * gtk/gtkalignment.c (gtk_alignment_class_init): clean this up a
8633         bit.
8634
8635 2001-02-17  Havoc Pennington  <hp@pobox.com>
8636
8637         * gtk/gtklabel.c (gtk_label_ensure_layout): fix screwup with
8638         shadowed variables that had broken size request in some cases,
8639         leading to bogus tooltips (#50996)
8640
8641 2001-02-06  Jon K Hellan  <hellan@acm.org>
8642
8643         Implement fast browsing of tooltips, bug #50619
8644         
8645         * gtk/gtktooltips.h (struct _GtkTooltips): Add use_sticky_delay
8646         and last_popdown
8647         
8648         * gtk/gtktooltips.c (gtk_tooltips_init): Initialize sticky_delay,
8649         use_sticky_delay and last_popdown.
8650         (gtk_tooltips_draw_tips, gtk_tooltips_set_active_widget): Record
8651         time of popdown.
8652         (gtk_tooltips_set_active_widget): Unset sticky behaviour if widget
8653         is NULL.
8654         (gtk_tooltips_recently_shown): New static function.  Return true
8655         if < sticky_delay has elapsed since last popdown.
8656         (gtk_tooltips_event_handler): Display window after sticky_delay
8657         (presumably < normal delay) if < STICKY_REVERT_DELAY has elapsed
8658         since last popdown.
8659         
8660 2001-02-17  Havoc Pennington  <hp@pobox.com>
8661
8662         * gtk/gtktypeutils.h (GtkSignalFunc): change it to take (void)
8663         instead of (). #6394
8664
8665         * gtk/gtkprogressbar.c (gtk_progress_bar_get_text): Add
8666         G_CONST_RETURN, make it return by reference, #50473
8667         
8668 Sat Feb 17 06:47:27 2001  Tim Janik  <timj@gtk.org>
8669
8670         * gtk/gtkmenu.c (gtk_menu_motion_notify): default initialize the
8671         generated ENTER_NOTIFY event with 0, otherwise not explicitely
8672         setup fields contain garbage (e.g. subwindow, breaking
8673         gdk_drawable_ref() upon event copy).
8674         (gtk_menu_stop_navigating_submenu_cb): same here.
8675
8676         * gtk/gtklist.c (gtk_list_vertical_timeout): 
8677         * gtk/gtklist.c (gtk_list_horizontal_timeout): 
8678         * gtk/gtkclist.c (vertical_timeout): 
8679         * gtk/gtkclist.c (horizontal_timeout): change direct assignment
8680         default-zero-intialization for unions to memset(,0,), as unions are
8681         not fully default-zero-initialized by compilers (GdkEvent x = { 0, };
8682         has to become GdkEvent x; memset (&x, 0, sizeof (x)); )
8683
8684         * gtk/gtktreeview.c (gtk_tree_view_set_rows_drag_source): scratch
8685         g_closure_sink() warning.
8686
8687         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): 
8688         * gtk/gtktreestore.c (gtk_tree_store_set_valist): 
8689         * gtk/gtkliststore.c (gtk_list_store_set_valist): 
8690         fix G_VALUE_COLLECT() and G_VALUE_LCOPY() calls.
8691         
8692 Fri Feb 16 17:49:59 2001  Jonathan Blandford  <jrb@redhat.com>
8693
8694         * gtk/gtktreestore.[hc], gtk/gtkliststore.[ch]: removed
8695         gtk_*_store_get, and moved to GtkTreeModel.
8696
8697         * gtk/gtktreemodel.h (gtk_tree_model_set{v,}): Added
8698
8699         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): added.
8700
8701         * gtk/Makefile.am: remove gtktreemodelmapping.[ch]
8702
8703         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_func): let you
8704         set the func.
8705
8706         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
8707         freeze/thaw notify between setting all the properties for a cell.
8708
8709         * gtk/gtk.h: remove gtktreemodelsimple.h, and gtktreemodelmapping.h
8710
8711 2001-02-15  Havoc Pennington  <hp@redhat.com>
8712
8713         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): convert
8714         the X coordinates so they're with respect to the line, rather than 
8715         with respect to the layout.
8716
8717         * gtk/gtkalignment.c: Convert to new property API, patch from Lee
8718         Mallabone
8719
8720         * gtk/testgtk.c (create_range_controls): add vscale tests, 
8721         and inverted test
8722
8723         * gtk/gtkrange.c (gtk_range_set_inverted): new function to fix 
8724         #50806
8725
8726         * gtk/gtkentry.c (gtk_entry_get_text): add G_CONST_RETURN
8727
8728         * gtk/gtktextiter.h (gtk_text_iter_is_last): rename 
8729         gtk_text_iter_is_end
8730
8731         * gtk/gtktextbuffer.h (gtk_text_buffer_get_last_iter):
8732         rename gtk_text_buffer_get_end_iter
8733
8734         * gtk/testgtk.c (create_labels): Add test for selectable
8735
8736         * gtk/gtkentry.c (gtk_entry_draw_text): Use new GDK API to draw
8737         the selection stuff. This code is kind of broken since it doesn't 
8738         use the theme engine.
8739
8740         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): 
8741         fix infinite loop and y offset problem
8742         (gdk_draw_layout_line_with_colors): fix foreground color handling
8743
8744         * gtk/gtklabel.h, gtk/gtklabel.c: Implement a "selectable" flag 
8745         that makes the label selectable.
8746         
8747         * gtk/gtklabel.c (gtk_label_style_set): recreate the label's
8748         layout when the style is set, since fonts etc. could have changed.      
8749
8750 Fri Feb 16 14:22:05 2001  Jonathan Blandford  <jrb@redhat.com>
8751
8752         * gtk/Makefile.am: Removed gtktreemodelsimple.[ch]
8753
8754         * gtk/gtktreemodelsimple.[ch]: removed.
8755
8756 2001-02-16  Alexander Larsson  <alexl@redhat.com>
8757
8758         * gtk/gtktreemodelmapping.[ch]:
8759         New files. Implement GtkTreeModelMapping.
8760         
8761         * gtk/Makefile.am:
8762         Add gtktreemodelmapping.[ch].
8763         
8764         * gtk/gtk.h:
8765         Add gtktreemodelmapping.h
8766
8767         * gtk/treestoretest.c:
8768         Test the GtkTreeModelMapping
8769
8770 Tue Feb 13 13:16:09 2001  Jonathan Blandford  <jrb@redhat.com>
8771
8772         * demos/gtk-demo/panes.c (create_pane_options): If we're going to
8773         have a demo, we might as well pass in real values.  Thanks to
8774         clahey for pointing this out.
8775
8776 2001-02-14  Havoc Pennington  <hp@pobox.com>
8777
8778         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_remove): add
8779         "static" to a private function
8780         (gtk_image_menu_item_class_init): remove destroy handler,
8781         add "image" object property
8782
8783 2001-02-13  Alexander Larsson  <alla@lysator.liu.se>
8784
8785         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region):
8786         Add a shortcut if the window and the current clip_region doesn't
8787         overlap. This is needed when there are a lot of windows in a
8788         window. The layout test in testgtk is a good test.
8789
8790         * gdk/linux-fb/gdkwindow-fb.c:
8791         Whitespace fix.
8792
8793 2001-02-13  Sven Neumann  <sven@convergence.de>
8794
8795         * demos/testanimation.c: replaced deprecated gtk_drawing_area_size
8796
8797 2001-02-13  Alexander Larsson  <alexl@redhat.com>
8798
8799         * gdk/linux-fb/gdkcursor-fb.c (gdk_fb_cursor_unhide):
8800         Don't reference last_cursor if it is null. Fixes crash when rotating
8801         the screen before having moved the mouse.
8802
8803         * gdk/linux-fb/gdkcc-fb.c: Zapp!
8804
8805         * gdk/linux-fb/Makefile.am: Don't compile gdkcc-fb.c
8806
8807         * gdk/linux-fb/gdkwindow-fb.c: Fix typo. width->height. Fixes redraw 
8808         when using 90 or 270 degrees rotation.
8809
8810 2001-02-12  Havoc Pennington  <hp@pobox.com>
8811
8812         * gdk/gdkpango.c (gdk_pango_get_gc): fix bug where 
8813         it always set the foreground, even if we were only using
8814         a stipple.
8815         (gdk_draw_layout_line_with_colors): new function, allow
8816         override colors
8817         (gdk_draw_layout_with_colors): new function, allow override
8818         colors
8819         (gdk_pango_layout_line_get_clip_region): function to get the clip
8820         region for a logical text range
8821         (gdk_pango_layout_get_clip_region): get the clip region for a
8822         logical text range
8823
8824         * gdk/x11/gdkcolor-x11.c: forward declare gdk_colormap_sync(),
8825         (gdk_colormap_new): fix call to gdk_colormap_sync() so it has 
8826         the right number of arguments.
8827
8828         * gtk/gtktextbtree.c (gtk_text_btree_node_check_consistency):
8829         enhance the function to check that node data corresponds to a 
8830         view still belonging to the tree.
8831
8832         * gtk/gtktreeview.c (gtk_tree_view_changed): we were leaking the 
8833         GtkTreePath
8834         (gtk_tree_view_inserted): ditto
8835         (gtk_tree_view_child_toggled): ditto
8836
8837         * gtk/gtktreemodel.c (gtk_tree_path_append_index): use realloc to
8838         simplify this code.
8839
8840         * gtk/gtkcellrenderertext.c (get_layout): fix leak of 
8841         a PangoAttrList
8842
8843         * demos/gtk-demo/main.c (load_file): Fix leak of a GString
8844
8845         * gtk/gtkentry.c (gtk_entry_realize): Fix leak of a GdkCursor
8846
8847         * gtk/gtkmenubar.c (gtk_menu_bar_size_request): consider toggle
8848         size in the size request 
8849         (gtk_menu_bar_size_allocate): consider toggle size here
8850
8851         * gtk/gtkimagemenuitem.h, gtkimagemenuitem.c: Menu item
8852         that displays a widget in the toggle slot
8853
8854         * gtk/testgtk.c: test GtkImageMenuItem
8855
8856         * gtk/Makefile.am, gtk/gtk.h: Add GtkImageMenuItem
8857         
8858         * gtk/gtkmenuitem.h: Use "gint" not "guint16" for toggle size
8859         request and allocation
8860
8861         * gtk/gtkmenu.c (gtk_menu_size_request): use gint not guint16
8862
8863         * gtk/gtkcheckmenuitem.c
8864         (gtk_check_menu_item_toggle_size_request): ditto
8865         
8866 Mon Feb 12 23:43:30 2001  Owen Taylor  <otaylor@redhat.com>
8867
8868         * gtk/Makefile.am (gdk_headers): Remove gdkcc.h 
8869         reference.
8870
8871         * configure.in gtk/gtkmain.c: Add checks for setuid/setgid,
8872         and refuse to initialize GTK+ if they fail.
8873
8874 Mon Feb 12 15:02:07 2001  Owen Taylor  <otaylor@redhat.com>
8875
8876         * configure.in: Add check for gtk-doc version.
8877
8878 Thu Feb  8 17:18:26 2001  Owen Taylor  <otaylor@redhat.com>
8879
8880         * gtk/gtklabel.c (gtk_label_size_request): Fix bug
8881         where the xpad/ypad was only being used on one side!
8882
8883 2001-02-11  Tor Lillqvist  <tml@iki.fi>
8884
8885         * gdk/win32/gdkcolor-win32.c (gdk_colormap_query_color): New
8886         function, copied from X11 version.
8887
8888         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Eliminate
8889         DestroyCursor failures. The reason for the problem (despite the
8890         inconsistent messages from GetLastError()) was that
8891         DestroyCursor() cannot be called while a cursor is set in a
8892         window. Set the new cursor first and then destroy the old one.
8893         Thanks to jpe@archaeopteryx.com.
8894
8895         * gdk/win32/gdkcc-win32.c: Remove.
8896
8897         * gdk/win32/Makefile.am: Remove from here, too.
8898         
8899         * gdk/gdk.def
8900         * gdk/makefile.mingw.in: Update. Godbye GdkColorContext.
8901
8902         * gtk/gtk.def
8903         * gtk/makefile.mingw.in: Updates.
8904
8905 2001-02-08  Havoc Pennington  <hp@redhat.com>
8906
8907         * gtk/gtkbin.c (gtk_bin_add): better error message if you try to
8908         add a widget to a bin that already has a child.
8909
8910         * gdk/gdkcc.h, gdk/gdkcc-x11.c: Remove GdkColorContext, #50512
8911
8912         * docs/Changes-2.0.txt: note that GdkColorContext is gone.
8913         
8914         * gdk/x11/Makefile.am (libgdk_x11_la_SOURCES): remove gdkcc-x11.c
8915
8916         * gdk/gdk.h: remove gdkcc.h
8917
8918         * gdk/Makefile.am (gdk_public_h_sources): remove gdkcc.h
8919
8920         * gtk/gtkpixmap.c (build_insensitive_pixmap): rewrite using
8921         GdkPixbuf, since the previous implementation was GdkColorContext
8922         dependent.
8923
8924         * gtk/testgtk.c (create_pixmap): add test for insensitive GtkPixmap
8925         
8926 Thu Feb  8 19:00:00 2001  Jonathan Blandford  <jrb@redhat.com>
8927
8928         * gtk/gtktreeview.c (TREE_VIEW_VERTICAL_SEPARATOR): moved back to
8929         a sane value!
8930
8931 2001-02-08  Havoc Pennington  <hp@redhat.com>
8932
8933         * gtk/gtkstyle.c (get_darkened_gc): let's darken colors, not
8934         lighten them.
8935
8936 2001-02-08  Havoc Pennington  <hp@redhat.com>
8937
8938         * gtk/gtktextview.c (gtk_text_view_destroy_layout): remove
8939         validation idle
8940
8941         * demos/gtk-demo/main.c (create_tree): adjust to changes in text
8942         cell renderer
8943
8944         * demos/pixbuf-demo.c (timeout): remove deprecated
8945         gtk_widget_draw
8946
8947         * demos/testpixbuf-save.c (main): remove deprecated
8948         gtk_drawing_area_size
8949
8950         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): allocate
8951         buttons even if the model isn't setup. gtk_tree_view_check_dirty()
8952         at the start of the allocation.
8953         (gtk_tree_view_check_dirty): handle column->button == NULL, handle
8954         unsetup or NULL model.
8955
8956         * gtk/gtkstyle.c (gtk_default_draw_flat_box): drawing for the 
8957         even/odd/sorted cells in the tree view.
8958
8959         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
8960         bugfixes
8961
8962         * gtk/gtktreeview.c: assorted bugfixy stuff. Draw the row
8963         backgrounds with draw_flat_box using different detail for even/odd
8964         rows.
8965
8966         * gtk/gtkrbtree.c, gtkrbtree.h: Keep track of the parity of each
8967         row, so we can draw the alternating colors thing
8968
8969         * gtk/gtktexttag.c (gtk_text_tag_set_property): if we change a
8970         property from a synonym property, notify for the synonym.
8971         Also, nuke the background_gdk_set and foreground_gdk_set synonyms
8972         (gtk_text_tag_get_property): Always return the font, even if
8973         all its fields aren't set
8974
8975         * gtk/gtkcellrenderertext.h (struct _GtkCellRendererText): don't
8976         store the attr list; it leaves us with no way to change attributes
8977         in _render according to the render flags, and no way to implement
8978         get_property. Instead store all the specific text attributes. 
8979         Separate whether an attribute is enabled from its value. Sync all
8980         properties with GtkTextTag, make them all consistent, etc.
8981
8982         * gtk/gtkcellrenderer.h: Add a flag GTK_CELL_RENDERER_SORTED so
8983         renderers can highlight the sort row/column     
8984
8985         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_property): use
8986         accessor functions to get values; this has the side effect of
8987         showing up which accessor functions were missing. Added those.
8988
8989         * gtk/gtktreeviewcolumn.h: Replace set_justification with
8990         set_alignment, to be consistent with GtkLabel, GtkMisc
8991
8992         * gtk/gtktreeviewcolumn.c: Added code to display sort indicator
8993         arrow.
8994
8995         * gtk/Makefile.am (gtk_public_h_sources): add gtktreesortable.h
8996
8997         * gtk/gtktreesortable.h: updates in here
8998
8999 2001-02-07  Sven Neumann  <sven@convergence.de>
9000
9001         * gtk/gtkentry.c (gtk_entry_draw_text): convert area_height to 
9002         pango dimensions after painting the background. We used to draw
9003         gigantic flat boxes here.
9004
9005 Mon Feb  5 22:05:57 2001  Owen Taylor  <otaylor@redhat.com>
9006
9007         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Fix syntax
9008         error introduced with earlier commit) (pointed out by
9009         Ollie Lho)
9010
9011 Mon Feb  5 12:25:06 2001  Owen Taylor  <otaylor@redhat.com>
9012
9013         * gtk/gtkbutton.c: Remove calls to gtk_grab_add/gtk_grab_remove,
9014         which are no longer necessary.
9015
9016 Mon Feb  5 13:22:54 GMT 2001  Tony Gale <gale@gtk.org>
9017
9018         * docs/faq/gtk-faq.sgml: s/MISK/MISC/
9019
9020 2001-02-04  Tor Lillqvist  <tml@iki.fi>
9021
9022         * gdk/gdk.def
9023         * gdk/win32/gdkim-win32.c (gdk_ic_attr_new, gdk_ic_attr_destroy):
9024         Provide dummy implementations.
9025
9026 Sun Feb  4 07:55:17 2001  Tim Janik  <timj@gtk.org>
9027
9028         * gtk/gtksignal.h: removed gtk_signal_init() compat define.
9029
9030         * gtk/gtktypeutils.[hc]: gtk_tpye_init() take an additional argument
9031         GTypeDebugFlags debug_flags and pass it on to g_type_init ();
9032         deprecated this function.
9033
9034         * gdk/gdk.c (gdk_init_check): call g_type_init () with 0 as
9035         argument.
9036
9037 Sun Feb  4 07:45:45 2001  Tim Janik  <timj@gtk.org>
9038
9039         * gtk/gtkdebug.h: nuke GTK_DEBUG_OBJECTS and GTK_DEBUG_SIGNALS.
9040
9041 2001-02-03  Havoc Pennington  <hp@pobox.com>
9042
9043         * gtk/gtktextbtree.c (_gtk_text_btree_tag): Fix bug reported by
9044         Mikael Hermansson with patch from Mikael (if there was a toggle
9045         start one after the first character in the range, this function
9046         was broken). Bug #50380
9047
9048 Sat Feb  3 11:28:03 2001  Owen Taylor  <otaylor@redhat.com>
9049
9050         * configure.in: Remove confusing comment about X11.
9051
9052 Fri Feb  2 19:21:23 2001  Owen Taylor  <otaylor@redhat.com>
9053
9054         * gdk/gdkwindow.c (gdk_propagate_shapes): Surround additional
9055         regions with HAVE_SHAPE_EXT. (#50511, Eric Ding)
9056         
9057 Fri Feb  2 18:31:54 2001  Owen Taylor  <otaylor@redhat.com>
9058
9059         * gdk/x11/gdkimage-x11.c: Remove definition of _XOPEN_SOURCE, since
9060         it breaks things on BSD. If you want to compile GTK+ with
9061         -ansi -pedantic, you should supply CPP_FLAGS=_XOPEN_SOURCE 
9062         when configuring, since GTK+ simply can't be "pure ANSI" 
9063         in the header files it uses. (#8170, Greg Hudson)
9064
9065 2001-02-02  Havoc Pennington  <hp@redhat.com>
9066
9067         * gtk/gtkwindow.c: docs
9068
9069         * gtk/gtkwidget.c: docs
9070         (gtk_widget_set_colormap): add a reference to the colormap
9071         (gtk_widget_get_default_colormap): add a reference to the colormap
9072
9073         * gtk/gtktextbtree.c (gtk_text_mark_set_visible): docs
9074
9075         * gtk/gtktextiter.c: docs
9076
9077         * gtk/gtkmain.c (gtk_propagate_event): docs
9078
9079         * gtk/gtkpaned.c (gtk_paned_get_position): docs
9080         (gtk_paned_set_position): docs
9081
9082         * gtk/gtktreesortable.h (struct _GtkTreeSortableIface): Initial
9083         sort interface, no implementation yet.
9084
9085         * demos/testpixbuf.c (new_testrgb_window): replace
9086         gtk_drawing_area_size() with gtk_widget_set_usize()
9087
9088         * demos/testpixbuf-drawable.c (main): ditto
9089         
9090         * gtk/testgtk.c: remove use of GtkStatusbarMsg
9091
9092         * gtk/gtktextbuffer.c: docs
9093
9094         * gtk/gtkstock.c: docs
9095
9096         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_shadow_type): docs
9097
9098         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): docs
9099
9100         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): fix docs
9101         
9102         * gtk/gtkimage.c: add some docs in here
9103         (gtk_image_size_request): change name of
9104         gtk_widget_render_stock_icon
9105         (gtk_image_get_icon_set): don't dup returned string
9106         (gtk_image_get_icon_set): don't dup returned string
9107
9108         * gtk/gtkwidget.c (gtk_widget_render_icon): rename from 
9109         gtk_widget_render_stock_icon(), more consistent with gtkstyle.h
9110         and gtkiconfactory.h functions
9111
9112         * gtk/gtkiconfactory.c: add some docs in here
9113
9114         * gtk/gtkmain.c (gtk_get_default_language): document
9115         (gtk_get_current_event): document
9116         (gtk_get_current_event_state): document
9117         (gtk_get_event_widget): document
9118
9119         * gtk/gtkentry.c (gtk_entry_set_invisible_char): document
9120
9121         * gtk/gtkcontainer.c: Add some documentation
9122         (gtk_container_add): give a more explanatory warning on adding an
9123         already-parented widget, this is kind of a FAQ and also a common
9124         typo that's easier to debug with a nice warning 
9125
9126         * gtk/gtkcellrenderertoggle.c
9127         (gtk_cell_renderer_toggle_get_active): remove, I was on crack
9128         adding this, it's useless
9129         (gtk_cell_renderer_toggle_set_active): remove
9130         (gtk_cell_renderer_toggle_get_radio): add
9131
9132         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): don't allow
9133         the NULL cell renderer, that doesn't make any sense to me. 
9134
9135         * demos/gtk-demo/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED,
9136         demo code should never use deprecated features.
9137
9138         * demos/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED, demo
9139         code should never use deprecated features.
9140
9141         * gtk/gtkwidget.h: Mark gtk_widget_draw, gtk_widget_queue_clear,
9142         gtk_widget_queue_clear_area deprecated
9143
9144         * gtk/gtklayout.h: mark gtk_layout_freeze/gtk_layout_thaw
9145         deprecated
9146
9147         * gtk/gtklabel.h: mark gtk_label_get() deprecated
9148
9149         * gtk/gtkimage.h: mark the legacy GtkImage functions that took 
9150         a GdkImage deprecated, replaced by new consistently-named
9151         functions       
9152
9153         * gtk/gtkmain.h: Mark gtk_exit() deprecated
9154
9155         * gtk/gtkdrawingarea.h: mark gtk_drawing_area_size deprecated
9156
9157         * gtk/gtkstyle.h: mark gtk_draw_string, gtk_paint_string 
9158         deprecated
9159
9160         * gtk/gtkstatusbar.h: Move GtkStatusbarMsg to the .c file, 
9161         so it won't appear in docs and confuse people.
9162
9163         * gtk/gtkprogressbar.h: Mark all the old methods deprecated
9164
9165         * gtk/gtkprogress.h: Mark all methods deprecated, mark the cast
9166         macros deprecated. (can't mark the type itself deprecated, since
9167         GtkProgressBar is not deprecated and we need the type decl to use
9168         GtkProgressBar)
9169
9170         * gtk/gtkpixmap.h: Mark deprecated
9171
9172         * gtk/gtkoldeditable.h: Mark deprecated
9173
9174         * gtk/gtklist.h: Mark deprecated
9175
9176         * gtk/gtklabel.h: delete "GtkLabelWord" typedef, not used 
9177         for anything anymore.
9178
9179         * gtk/gtkctree.h: Mark deprecated
9180
9181         * gtk/gtkclist.h: Mark deprecated
9182
9183         * gtk/gtkpreview.h: Mark deprecated
9184
9185         * gtk/gtkpacker.h: Mark deprecated
9186
9187         * gtk/gtktipsquery.h: Mark deprecated
9188
9189         * gtk/gtkinputdialog.h: Add comment that it will move out of GTK
9190
9191         * gtk/gtkvruler.h: Add comment that it will move out of GTK
9192
9193         * gtk/gtkhruler.h: Add comment that it will move out of GTK
9194
9195         * gtk/gtkruler.h: Add comment that it will move out of GTK
9196
9197         * gtk/gtkgamma.h: Add comment that it will move out of GTK
9198
9199         * gtk/gtkcurve.h: Add comment that it will move out of GTK
9200
9201 Fri Feb  2 17:16:09 2001  Owen Taylor  <otaylor@redhat.com>
9202
9203         * gdk/x11/gdkcolor-x11.c (gdk_colormap_sync): Make
9204         gdk_colormap_sync private since it was never exported
9205         in a header file.
9206
9207         * gdk/x11/gdkcolor-x11.c (gdk_colormap_new): Fill in
9208         colormap->colors[] for StaticGray, StaticColor colormaps.
9209
9210         * gdk/gdkpixbuf-drawable.c: Fix problems where image->bpp
9211         was being used as if it was image->bits_per_pixel.
9212
9213         * gdk/gdkimage.h, gdk/x11/gdkimage-x11.c: Save the bits-per-pixel
9214         for the image in the GdkImage structure since it isn't
9215         reconstructable, and we need it to handle packed types
9216
9217         * gdk/win32/gdkimage-win32.c: Set image->bits_per_pixel. (I'm making
9218         the assumption that on Win32 image->bits_per_pixel == image->depth,
9219         always.
9220
9221         * gdk/linux-fb/gdkimage-fb.c: Set image->bits_per_pixel.
9222
9223         * gdk/gdkrgb.c (gdk_rgb_select_conv): Exit with an informative
9224         warning message if no converter can be found. 
9225
9226 Fri Feb  2 15:09:51 2001  Owen Taylor  <otaylor@redhat.com>
9227
9228         * gtk/fnmatch.c (FOLD): Fix problem with passing signed
9229         chars to isupper() / tolower(). (#567)
9230
9231         * examples/packer/pack.c: Add GINT_TO_POINTER, GPOINTER_TO_INT
9232         to clear up 64-bit warnings. (#567)
9233
9234 Fri Feb  2 12:26:50 2001  Owen Taylor  <otaylor@redhat.com>
9235
9236         * gtk/gtkrc.c (gtk_rc_add_initial_default_files): Get rid of
9237         a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().
9238
9239         * gtk/gtkrc.c Makefile.am: Use $(libdir), not $(exe_prefix),
9240         since some people set $(libdir) separately. (#1290, David Kaelbling)
9241
9242 Thu Feb  1 18:25:46 2001  Owen Taylor  <otaylor@redhat.com>
9243
9244         * gtk/gtkfilesel.c: If PATH_MAX and MAXPATHLEN are not
9245         defined, define MAXPATHLEN to 2048. (The Hurd doesn't have
9246         MAXPATHLEN, but the code here depends on a fixed value.)
9247         (#4524)
9248
9249 Wed Jan 31 22:01:04 2001  Owen Taylor  <otaylor@redhat.com>
9250
9251         * gtk/gtkhandlebox.c (gtk_handle_box_button_changed): Handle the case
9252         where child == NULL and handle_position == RIGHT or BOTTOM. (#8041g)
9253
9254 Wed Jan 31 21:20:39 2001  Owen Taylor  <otaylor@redhat.com>
9255
9256         * gtk/gtkctree.c (real_tree_move): If the node being moved isn't
9257         viewable there is no way that moving the node will cause the 
9258         focus row to become not viewable, so omit check on the visibility
9259         of new_sibling, which is irrelevant. (Fixes #8002, David Helder)
9260
9261 Wed Jan 31 20:38:17 2001  Owen Taylor  <otaylor@redhat.com>
9262
9263         * gtk/gtkentry.c (gtk_entry_commit_cb): Delete the current
9264         selection before inserting new text.
9265
9266 Wed Jan 31 18:49:33 2001  Owen Taylor  <otaylor@redhat.com>
9267
9268         * gtk/gtkoptionmenu.c (gtk_option_menu_item_state_changed_cb):
9269         Make the sensitivity of the reparented child track that of
9270         the original parent menu item. (#34218, David Hodson)
9271
9272         * gtk/gtkoptionmenu.c (gtk_option_menu_item_destroy_cb): Handle
9273         the case where the current item is destroyed properly.
9274
9275         * gtk/gtkoptionmenu.c: Some additional code cleanups and fix
9276         some edge cases with child-less menuitems.
9277         
9278 Wed Jan 31 17:16:13 2001  Owen Taylor  <otaylor@redhat.com>
9279
9280         * gtk/gtkcombo.c (gtk_combo_window_key_press): Make Return
9281         key pop down window. (#12074, Jon K Hellan)
9282
9283 Wed Jan 31 16:21:42 2001  Owen Taylor  <otaylor@redhat.com>
9284
9285         * gtk/gtklist.c (gtk_list_signal_item_toggle): Don't allow
9286         toggling of rows off in BROWSE or EXTENDED mode. (#12072, Jon K Hellan) 
9287         The solution here isn't perfect - you get an extraneous
9288         emission of "toggle", which could conceivably confuse an app,
9289         but better than the current situation. LXR search seems to
9290         indicate that no apps in GNOME CVS connect to "toggle".
9291
9292 Wed Jan 31 15:46:13 2001  Owen Taylor  <otaylor@redhat.com>
9293
9294         * gtk/Makefile.am (libgtkinclude_HEADERS): Move gtkcompat.h from
9295         gtk_public_h_sources to directly here to avoid warning when
9296         building srcdir != builddir. (#9656)
9297
9298 Tue Jan 30 19:49:02 2001  Owen Taylor  <otaylor@redhat.com>
9299
9300         * gtk/gtkrange.c: Patch from Kipp Hickman to make the event
9301         handlers in gtkrange.c return the proper values (TRUE == handled)
9302         (#10316).
9303
9304         This is just the tip of the iceberg, but gtkrange.c is the
9305         most common place where the propagation is problematical,
9306         and also a place where it is almost certainly safe to change
9307         this in the stable branch.
9308
9309         (You don't want right click popups on a range control or anything...)
9310
9311 Tue Jan 30 18:57:59 2001  Owen Taylor  <otaylor@redhat.com>
9312
9313         * gtk/gtktext.c (clear_focus_area): We need to clear the focus
9314         area on focus out, even if a background pixmap isn't set.
9315         (#13941)
9316         
9317 Tue Jan 30 18:24:10 2001  Owen Taylor  <otaylor@redhat.com>
9318
9319         * gtk/gtknotebook.c (gtk_notebook_set_shape): Fix from Sean Cunningham
9320         to deal with setting the shape properly when scrolling arrows are
9321         turned on, but not visible because there is sufficient space.
9322         (#13432)
9323
9324 Tue Jan 30 16:39:25 2001  Owen Taylor  <otaylor@redhat.com>
9325
9326         * gtk/gtkitemfactory.c (gtk_item_factory_delete_item): For menu
9327         items with submenus, destroy the item along with the submenu.
9328         (#7841, Brian Masney(?)) Also, handle paths of the form '<foo>/abcd...' 
9329         properly.
9330
9331         * gtk/testgtk.c (menu_items): Add a dummy branch that we delete
9332         later.
9333
9334 Tue Jan 30 15:51:25 2001  Owen Taylor  <otaylor@redhat.com>
9335
9336         * gtk/gtkwindow.c (gtk_window_real_set_focus): Fix a problem where
9337         the focus widget sometimes wasn't drawn with the default if there
9338         was no default widget.
9339
9340         * gtk/gtkstyle.c (gtk_style_real_unrealize): free colors,
9341         unreference pixmaps. 
9342
9343         * gtk/gtkstyle.c (gtk_style_realize): Reference colormap
9344         for some extra safety.
9345
9346 Mon Jan 29 19:00:01 2001  Owen Taylor  <otaylor@redhat.com>
9347
9348         * gtk/gtk{ctree.c,clist.c} (set_cell_contents): Handle setting
9349         the text of a cell to the old pointer value better, by
9350         copying the new text before freeing the old text. Some code
9351         cleanup. (#8079, Karl Nelson)
9352
9353 Mon Jan 29 16:50:19 2001  Owen Taylor  <otaylor@redhat.com>
9354
9355         * gtk/gtklabel.[ch] gtk/gtkframe.[ch]: Make gtk_label_get_text()
9356         gtk_frame_get_label() non strdup'ing, and G_CONST_RETURN.
9357
9358 Mon Jan 29 15:22:51 2001  Owen Taylor  <otaylor@redhat.com>
9359
9360         * gtk/gtkmenu.c (gtk_menu_remove): When removing an
9361         item from a menu, check to see if it matches 
9362         menu->old_active_menu_item, and if so, unref and clear
9363         old_active_menu_item (Patch from Pavel Cisler)
9364
9365         * gtk/gtkmenushell.c (gtk_menu_shell_remove): Unset 
9366         menu_shell->active_menu_item, if it is the child being
9367         removed. (Patch based on that of Gene Ragan, #50337)
9368
9369 2001-01-31  Alexander Larsson  <alla@lysator.liu.se>
9370
9371         * gdk/linux-fb/gdkselection-fb.c: 
9372         * gdk/linux-fb/gdkcolor-fb.c: 
9373         * gdk/linux-fb/gdkdrawable-fb2.c: 
9374         * gdk/linux-fb/gdkfont-fb.c: 
9375         * gdk/linux-fb/gdkim-fb.c: 
9376         * gdk/linux-fb/gdkinput.c: 
9377         * gdk/linux-fb/gdkkeyboard-fb.c: 
9378         * gdk/linux-fb/gdkmain-fb.c: 
9379         * gdk/linux-fb/gdkrender-fb.c: 
9380         A bunch of whitespace cleanup.
9381         
9382 2001-01-30  Havoc Pennington  <hp@pobox.com>
9383
9384         * gtk/gtktreeitem.h, gtk/gtktree.h, gtk/gtktext.h: bracket in 
9385         #ifdef GTK_ENABLE_BROKEN.
9386
9387         * gtk/gtktreeitem.c, gtk/gtktree.c, gtk/gtktext.c: #define
9388         GTK_ENABLE_BROKEN just before including the broken headers.
9389         
9390         * gtk/gtktypeutils.c: #define GTK_ENABLE_BROKEN, so we can get the
9391         deprecated types registered.
9392
9393         * gtk/testgtk.c, gtk/testselection.c: #define GTK_ENABLE_BROKEN,
9394         we have to test the broken stuff.
9395
9396         * docs/Changes-2.0.txt: explain GTK_ENABLE_BROKEN
9397         
9398 2001-01-30  Havoc Pennington  <hp@redhat.com>
9399
9400         * gtk/gtkliststore.c (gtk_list_store_insert_before): fix bug in
9401         here where prev pointer was set to the wrong thing
9402
9403         * gtk/gtktreemodel.c (gtk_tree_path_is_ancestor): new function
9404         (gtk_tree_path_is_descendant): new function
9405
9406         * gtk/gtkliststore.c (gtk_list_store_iter_n_children): return
9407         cached length
9408         (gtk_list_store_get_iter): don't modify iter if we can't get the
9409         path.
9410
9411         * gtk/gtkliststore.h (struct _GtkListStore): cache the length
9412         
9413         * gtk/gtktreednd.h: add virtual function row_drop_possible() to
9414         GtkTreeDragDest
9415
9416         * gtk/gtktreestore.c (copy_node_data): fix varargs type error that
9417         was causing segfault
9418
9419         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_copy): set next
9420         pointer to NULL
9421
9422         * gtk/gtktreestore.c (gtk_tree_store_append): fix memleak
9423
9424         * gtk/gtkliststore.c (gtk_list_store_iter_next): don't modify iter
9425         on returning FALSE
9426         (gtk_list_store_iter_children): ditto
9427         (gtk_list_store_iter_nth_child): ditto
9428         (gtk_list_store_iter_nth_child): ditto
9429         (gtk_list_store_iter_parent): ditto
9430
9431         * gtk/gtktreestore.c (gtk_tree_store_get_path): g_return_if_fail
9432         on iter->user_data != NULL instead of silently accepting it.
9433         (gtk_tree_store_iter_next): ditto. Also, don't modify iter unless
9434         we are returning TRUE.
9435         (gtk_tree_store_iter_children): ditto
9436         (gtk_tree_store_iter_nth_child): ditto
9437         (gtk_tree_store_iter_parent): ditto
9438         (gtk_tree_store_insert): remove handling of parent->user_data ==
9439         NULL, replace with parent == NULL       
9440
9441         * gtk/gtktreemodel.c (inserted_callback): put some fixes in here,
9442         and a comment explaining things
9443
9444         * gtk/gtktreestore.c: add GtkTreeDragSource/GtkTreeDragDest
9445         interface support to GtkTreeStore.
9446
9447         * gtk/gtktreemodel.c (gtk_tree_path_prev): didn't properly return
9448         FALSE if no prev, fix
9449
9450         * gtk/gtktreeview.c (set_source_row): use a row reference
9451         (set_dest_row): use a row reference
9452
9453 Sat Jan 27 15:52:02 2001  Jonathan Blandford  <jrb@redhat.com>
9454
9455         * gtk/gtktreeselection.c (gtk_tree_selection_unselect_iter): Fix
9456         stupid typo pointed out by Kristian Rietveld <kristian@planet.nl>.
9457         (gtk_tree_selection_select_iter): The same as above.
9458
9459 2001-01-26  Havoc Pennington  <hp@redhat.com>
9460
9461         * gtk/gtktreemodel.c, gtk/gtktreemodel.h: add GtkTreeRowReference
9462         which holds a handle to a specific row (particular set of values
9463         in the model, i.e. pointer-identity row).
9464
9465         * gtk/gtktreeview.c, gtk/gtktreeprivate.h, gtk/gtktreeselection.c:
9466         use GtkTreeRowReference for anchor, cursor, and drag_dest_row.
9467         Still need to use it for the src/dest row saved on the drag context.
9468
9469 2001-01-26  Havoc Pennington  <hp@redhat.com>
9470
9471         * gtk/gtktextlayout.c (convert_color): adapt to handle PangoColor
9472
9473         * gtk/gtktreeview.c (gtk_tree_view_widget_to_tree_coords): fix to
9474         not offset by TREE_VIEW_HEADER_HEIGHT
9475         (gtk_tree_view_tree_to_widget_coords): fix to not offset by
9476         TREE_VIEW_HEADER_HEIGHT
9477
9478         * configure.in (included_loaders): for me, --with-included-loaders
9479         generates the error "the specified loader yes does not exist",
9480         i.e. the arg defaults to "yes", so change test for value ""
9481         to test for value "yes", and include all loaders in that case.
9482
9483         * gtk/gtkrbtree.c (_gtk_rbtree_get_depth): new function
9484
9485         * gtk/gtktreeview.c (gtk_tree_view_get_cell_rect): fix to properly
9486         handle TREE_VIEW_VERTICAL_SEPARATOR
9487         (gtk_tree_view_bin_expose): fix to consider the row offset as
9488         pointing halfway into vertical separator.       
9489         (gtk_tree_view_draw_node_focus_rect): ditto
9490
9491         * gtk/gtkdebug.h, gtk/gtkmain.c (gtk_init_check): Add
9492         --gtk-debug=updates, which causes gdk_window_set_debug_updates
9493         (TRUE) to be called.
9494
9495         * gdk/gdkwindow.c (gdk_window_set_debug_updates): Allow enabling a
9496         debug mode where the invalid region is colored in on invalidate,
9497         so you can see the flicker and know whether your redraw code is 
9498         doing a good job.
9499
9500         * gtk/gtktreeview.c (gtk_tree_view_queue_draw_node): Work in 
9501         tree window coordinates (clip rect is in tree window coords)
9502
9503         * gtk/Makefile.am: add gtktreednd.[hc]
9504
9505         * gtk/gtkliststore.c: implement gtktreednd interfaces.
9506
9507         * gtk/gtktreednd.c, gtk/gtktreednd.h: New interface to support
9508         drag-and-drop data operations on a model (so we can set up tree
9509         drag-and-drop automatically)
9510
9511         * gtk/testgtk.c: Add a window to change sensitivity in the
9512         GtkLabel test; add a way to change the entry frame in GtkEntry
9513         test
9514
9515         * gtk/gtkentry.c (gtk_entry_set_has_frame): 
9516         (gtk_entry_get_has_frame): new functions to remove the frame
9517         around an entry
9518         (gtk_entry_size_request): shrink requisition if no frame
9519         (gtk_entry_draw_focus): don't draw frame if no frame
9520
9521         * gtk/gtkstyle.c (gtk_default_draw_check): draw custom look for
9522         checks inside a cell renderer
9523         (gtk_default_draw_option): ditto for options
9524
9525         * gtk/gtktreeviewcolumn.c (update_button_contents): add/remove
9526         children from the alignment, not the button
9527         (gtk_tree_view_column_init): ref/sink the column, to emulate
9528         GObject refcounting.
9529
9530         * gtk/gtkcellrenderer.c (gtk_cell_renderer_init): ref/sink
9531         
9532         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
9533         Use theme functions to draw the toggles 
9534
9535         * gdk/gdkpango.c (gdk_pango_get_gc): use GdkRGB to alloc colors
9536
9537         * gdk/gdkpango.h, gdk/gdkpango.c: Add GdkPangoAttrStipple and
9538         GdkPangoAttrEmbossed to use in rendering insensitive text
9539
9540         * gdk/gdkpango.c (gdk_draw_layout_line): render new properties
9541
9542         * gtk/gtkstyle.c (gtk_default_draw_layout): handle sensitivity
9543         using new GDK features
9544         
9545 2001-01-24  Alexander Larsson  <alexl@redhat.com>
9546
9547         * gtk/gtkimage.c:
9548         Splitted gtk_image_clear into gtk_image_clear() and
9549         gtk_image_reset(). Call gtk_image_clear() in ::destroy
9550         to avoid leaks.
9551
9552         * gtk/gtklabel.c (set_markup):
9553         Don't leak text.
9554
9555         * gtk/gtktextlayout.c:
9556         Always free display->shaped_objects.
9557
9558         * gtk/testgtk.c (create_clist):
9559         Don't leak custom style.
9560
9561 2001-01-23  Alexander Larsson  <alexl@redhat.com>
9562
9563         * gtk/gtkcolorsel.c (grab_color_at_mouse):
9564         Don't leak image. Simplify using gdk_colormap_query_color().
9565         (gtk_color_selection_init): Don't leak dropper_pixmap and mask.
9566
9567         * linux-fb/gdkcolor-fb.c:
9568         Implemented gdk_colormap_query_color.
9569
9570 2001-01-23  Alexander Larsson  <alexl@redhat.com>
9571
9572         * linux-fb/gdkcursor-fb.c:
9573         Don't leak built-in cursors.
9574
9575         * linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_polygon):
9576         Don't leak tmp_points.
9577
9578         * linux-fb/gdkfont-fb.c (gdk_font_from_description):
9579         Don't modify desc. Don't leak font if the PangoFont
9580         isn't found.
9581         
9582         * linux-fb/gdkgc-fb.c (gdk_fb_gc_finalize):
9583         Free dash_list.
9584
9585         * linux-fb/gdkkeyboard-fb.c (gdk_fb_handle_key):
9586         Don't leak string.
9587         
9588 2001-01-20  Havoc Pennington  <hp@pobox.com>
9589
9590         * gtk/gtktexttag.h (enum GtkWrapMode): rename member fields
9591         from GTK_WRAPMODE_WORD to GTK_WRAP_WORD, etc., seems nicer to 
9592         me, matches Pango
9593
9594 2001-01-22  Havoc Pennington  <hp@redhat.com>
9595
9596         * demos/testanimation.c: fix to reflect gdk-pixbuf changes
9597
9598         * demos/testpixbuf.c: fix to reflect gdk-pixbuf changes
9599
9600         * gtk/gdk-pixbuf-loader.c, gtk/gdk-pixbuf-loader.h: 
9601         Remove, move back to gdk-pixbuf
9602
9603         * gtk/gtktextiter.c, gtk/gtktextiter.h: add sentence equivalents
9604         to all the word functions
9605
9606         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): return
9607         before doing anything on NULL layout or if we don't have the focus
9608
9609         * gtk/testtext.c (fill_example_buffer): "justification"
9610
9611         * gtk/gtktexttag.h, gtk/gtktexttag.c: change the tag attribute
9612         to be called "justification" not "justify"
9613
9614         * demos/gtk-demo/textview.c (create_tags): "justification"
9615         
9616         * gtk/gtktextlayout.c (set_para_values): Handle char-wise wrapping
9617
9618 2001-01-22  Alexander Larsson  <alexl@redhat.com>
9619
9620         * gdk/gdkwindow.c (gdk_window_invalidate_region):
9621         Don't leak visible_region. Use visible_region instead of region.
9622         
9623         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
9624         Don't do extra gdk_drawable_ref(). This is not X.
9625         (gdk_fb_window_find_focus, gdk_fb_change_focus): make sure
9626         gdk_fb_focused_window is ref:ed.
9627         (gdk_fb_window_send_crossing_events): Watch out for destroyed
9628         windows.
9629
9630 2001-01-22  Alexander Larsson  <alexl@redhat.com>
9631
9632         * gtk/gtkwindow-decorate.c (gtk_decorated_window_realize):
9633         Don't leak the PangoFontDescriptor.
9634
9635 Sun Jan 21 09:58:00 2001  Jonathan Blandford  <jrb@redhat.com>
9636
9637         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): Make fail
9638         when not realized.
9639         (gtk_tree_view_scroll_to_cell): Make work when not realized.
9640         (gtk_tree_view_realize): add scroll_to support
9641         (gtk_tree_view_finalize): add a finalize method.  Populate.
9642         (gtk_tree_view_insert_column): ref and sink the column.
9643         (gtk_tree_view_append_column): ref and sink the column.
9644         (gtk_tree_view_queue_draw_node): New function to handle redrawing
9645         individual nodes.  Should make the code much more efficient, if
9646         actually used.
9647
9648 2001-01-19  Havoc Pennington  <hp@redhat.com>
9649
9650         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
9651         byte_offset variable was being used to mean both "offset into
9652         layout" and "offset into buffer line" which was no longer true
9653         with addition of preedit string; fix
9654
9655 2001-01-19  Havoc Pennington  <hp@redhat.com>
9656
9657         * demos/gtk-demo/main.c (button_press_event_cb): sync to tree changes
9658
9659         * gtk/gtkrbtree.c (_gtk_rbtree_node_find_offset): fix this
9660         function
9661
9662         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_widget):
9663         implement
9664
9665         * gtk/gtktreeview.c (gtk_tree_view_move_to): rename
9666         scroll_to_cell, matches TextView scroll functions better
9667         (gtk_tree_view_tree_to_widget_coords): new function
9668         (gtk_tree_view_widget_to_tree_coords): new function
9669         (gtk_tree_view_get_visible_rect): new function
9670         (gtk_tree_view_get_path_at_pos): accept negative coordinates
9671         (gtk_tree_view_draw_node_focus_rect): new function moved from
9672         draw_focus, also, use width of bin_window as width of the focus
9673         rect
9674         (gtk_tree_view_expand_row): fix bug where it didn't recognize
9675         already-expanded rows
9676         (gtk_tree_view_get_cell_rect): new function
9677         (gtk_tree_view_get_path_at_pos): return the click position
9678         relative to the passed-in cell
9679         (gtk_tree_view_set_expander_column): new function
9680
9681         * configure.in: remove gtk-config-2.0 chmod
9682
9683         * gtk/gtktextview.c (gtk_text_view_drag_motion): small cleanups,
9684         and properly handle drags with targets we don't understand
9685         (gtk_text_view_drag_end): don't stop scrolling, the source isn't
9686         scrolling anyway
9687         (gtk_text_view_drag_drop): stop scrolling here though, and set the
9688         mark invisible
9689
9690         * gtk/gtkdnd.c (gtk_drag_dest_find_target): export as a public
9691         function
9692         (gtk_drag_dest_get_target_list): new function
9693         (gtk_drag_dest_set_target_list): new function
9694         
9695         * gtk/gtktreeview.c: Add a bunch of drag-and-drop implementation
9696
9697         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): add fields
9698         related to drag-and-drop
9699
9700 2001-01-19  Alexander Larsson  <alexl@redhat.com>
9701
9702         * gdk/linux-fb/gdkprivate-fb.h:
9703         Define EMULATE_GDKFONT.
9704         Add extra pango_font stuff to GfkFontPrivate.
9705         
9706         * gdk/linux-fb/gdkdrawable-fb2.c:
9707         * gdk/linux-fb/gdkfont-fb.c:
9708         If EMULATE_GDKFONT defined, implement a slow lame GdkFont
9709         emulation using PangoFont.
9710
9711 2001-01-17  Havoc Pennington  <hp@pobox.com>
9712
9713         * gtk/gtkprogressbar.c, gtk/gtkprogressbar.h: Add "getters" for
9714         all the non-deprecated set_foo functions. Added missing object
9715         properties, and added g_object_notify() to setters. 
9716         Wrote docs.
9717         
9718 2001-01-18  Tor Lillqvist  <tml@iki.fi>
9719
9720         * gtk/gtkmain.c
9721         * gtk/gtkrc.c: (Win32) Use the new
9722         g_win32_get_package_installation_(sub)directory() functions.
9723
9724         * config.h.win32.in: New file.
9725         
9726         * config.h.win32: Removed.
9727
9728         * configure.in: Output config.h.win32.
9729
9730         * Makefile.am: Add it to EXTRA_DIST.
9731
9732         * gtk/gtk.def: Update.
9733
9734 Wed Jan 17 16:22:54 2001  Owen Taylor  <otaylor@redhat.com>
9735
9736         * gtk/gtklabel.c (gtk_label_size_request): Set the
9737         attributes onto the PangoLayout even if they are newly
9738         created from label->pattern.
9739
9740 Tue Jan  9 11:20:48 2001  Owen Taylor  <otaylor@redhat.com>
9741
9742         * gdk/x11/gdkdnd-x11.c: Remove unused variable.
9743
9744         * gtk/gtkdnd.c: Encapsulate storing and retrieving info
9745         structures in functions. Fixes bug where gtk_dataset_*
9746         was accidentally still being used in one place, causing
9747         every dest side event to be treated independently.
9748
9749         * gtk/gtkdnd.c: Remove last vestages of handling
9750         ::draw (fixes warning)
9751         
9752         * gtk/gtkentry.[ch]: Add drag and drop support.
9753
9754         * gtk/gtkdnd.[ch] gtk/gtktextview.c gtk/gtkentry.c: Add
9755         new function gtk_check_drag_threshhold() for checking
9756         to check if (dx,dy) has exceeded the threshhold for starting
9757         a drag and use it everywhere.
9758
9759 Mon Jan  8 11:58:05 2001  Owen Taylor  <otaylor@redhat.com>
9760
9761         * gtk+-2.0.pc.in gdk-pixbuf-2.0.pc.in (Cflags): Remove -I${includedir},
9762         add -I{includedir}/gtk-2.0.
9763
9764         * gtk/gtktreeview.[ch] gtktreemodelsort.[ch] gtknotebook.c
9765         gdk/gdk-pixbuf.h: Doc fixups.
9766         
9767         * gtk/gtkobject.h: Remove trailing , from enum
9768
9769 2001-01-17 Alexander Larsson <alexl@redhat.com> 
9770
9771         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_shadow_fb_draw_arc):
9772         Doh! Mixed up x and y.
9773
9774         * gdk/linux-fb/gdkglobals-fb.c:
9775         Removed gdk_fb_pointer_grab_window_events,
9776         added _gdk_fb_pointer_grab_owner_events and
9777         _gdk_fb_keyboard_grab_owner_events.
9778
9779         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab):
9780         Set all button mask if GDK_BUTTON_MOTION_MASK set. Send
9781         crossing events before grabbing. Set _gdk_fb_pointer_grab_owner_events.
9782         (gdk_fb_pointer_ungrab): Unset _gdk_fb_pointer_grab_owner_events
9783         Send crossing events after ungrab finished.
9784         (gdk_keyboard_grab): Set ..._owner_events
9785         (type_masks): Move out of function.
9786         (gdk_fb_other_event_window, gdk_fb_pointer_event_window,
9787         gdk_fb_keyboard_event_window): New functions, return the
9788         window an event should be targeted at. Handles grabs and
9789         event propagation. Can return NULL.
9790         (gdk_event_make): Remove event_mask checking. Now always
9791         returns an event.
9792                 
9793         * gdk/linux-fb/gdkkeyboard-fb.c:
9794         * gdk/linux-fb/gdkproperty-fb.c:
9795         * gdk/linux-fb/gdkselection-fb.c:
9796         Use new event_window/gdk_event_make() behaviour.
9797         
9798         * gdk/linux-fb/gdkmouse-fb.c:
9799         Use new event_window/gdk_event_make() behaviour.
9800         Only send motion events if in the same window.
9801         If grabbed, use cursor from window if sibling of grabbed
9802         window, and cursor from grabbed window otherwise.
9803
9804         * gdk/linux-fb/gdkprivate-fb.h:
9805         Update gdk_fb_window_send_crossing_events, gdk_event_make
9806         and grab varaible declarations. Add gdk_fb_*_event_window().
9807
9808         * gdk/linux-fb/gdkwindow-fb.c:
9809         Use new event_window/gdk_event_make() behaviour.
9810         Keep correct track of focus window.
9811         (gdk_window_set_events): Set all specific button motion masks
9812         if GDK_BUTTON_MOTION_MASK set.
9813
9814         * gtk/gtkdnd.c (gtk_drag_update):
9815         Free info->last_event if gdk_drag_motion returned FALSE.
9816
9817 2001-01-16  Tor Lillqvist  <tml@iki.fi>
9818
9819         * gdk/win32/gdkwindow-win32.c (gdk_window_show, gdk_window_hide):
9820         Eliminate redraws when input-only windows are shown or
9821         hidden. Thanks to jpe@archaeopteryx.com.
9822
9823 Tue Jan 16 13:13:13 GMT 2001  Tony Gale <gale@gtk.org>
9824
9825         * docs/faq/gtk-faq.sgml: FAQ update:
9826           - Update to bugzilla
9827           - Add GTK+ and security/SUID/SGID
9828           - Add DnD question
9829
9830 2001-01-16  Alexander Larsson  <alla@lysator.liu.se>
9831
9832         * gdk/linux-fb/gdkdnd-fb.c:
9833         Some cleanups.
9834         
9835 2001-01-15  Havoc Pennington  <hp@pobox.com>
9836
9837         * tests/testtreeview.c: add test stuff for CellRendererToggle
9838
9839         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_model): add this
9840         accessor
9841
9842         * gtk/gtkcellrenderertoggle.c: distinguish different event types,
9843         only toggle on button press (would do release like GtkButton, but
9844         we'd need implicit grab code for treeview cells)
9845
9846 2001-01-16  Tor Lillqvist  <tml@iki.fi>
9847
9848         * gdk/win32/gdkvisual-win32.c: Include <stdlib.h> for getenv().
9849
9850         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Don't use
9851         GDK_COLORMAP_PRIVATE_DATA on a potentially NULL GdkColormap.
9852
9853         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Adapt calls
9854         to g_{locale,filename}_{to,from}_utf8 to match current API.
9855
9856         * gtk/makefile.msc.in (gtk_OBJECTS)
9857         * gtk/makefile.mingw.in (gtk_OBJECTS): Add gtkwindow-decorate.
9858
9859         * gtk/gtk.def: Update.
9860
9861 2001-01-15  Tor Lillqvist  <tml@iki.fi>
9862
9863         * gdk/win32/gdkevents-win32.c (synthesize_crossing_events): New
9864         implementaion that more closely mimics the events that an X server
9865         would generate. Especially, properly generate GDK_NOTIFY_VIRTUAL and
9866         GDK_NOTIFY_NONLINEAR_VIRTUAL crossing events. This makes buttons
9867         with nested preview widgets, for instance, more responsive when
9868         you move the mouse quickly into them.
9869         (find_window_for_pointer_event): Make it actually compile.
9870         (gdk_event_translate): Set send_event to the value of
9871         InSendMessage (). This doesn't really mean the same as X11's
9872         send_event flag, but is close enough, says jpe@archaeopteryx.com
9873
9874 2001-01-15  Alexander Larsson  <alexl@redhat.com>
9875
9876         * gdk/linux-fb/gdkdnd-fb.c:
9877         Implemented drag and drop.
9878         Seems to be mostly working. I sometimes get an assert from gtkdnd.c:2664
9879         when it tries to free and then copy the same event (info->last_event).
9880         I am not sure about why this happens, but will continue looking.
9881
9882 2001-01-15  Alexander Larsson  <alexl@redhat.com>
9883
9884         * gdk/linux-fb/gdkwindow-fb.c:
9885         Use gdk_window_invalidate_rect instead of
9886         gdk_window_invalidate_rect_clear to minimise flashing.
9887         When hiding windows you need to clear the root window though.
9888
9889 2001-01-15  Alexander Larsson  <alexl@redhat.com>
9890
9891         * gdk/linux-fb/gdkdrawable-fb2.c:
9892         For optization, add an full_shapes argument to gdk_fb_clip_region.
9893         If this is false, only the cliprects of the shapes are used.
9894
9895         * gdk/linux-fb/gdkprivate-fb.h:
9896         Export gdk_fb_window_peek_shape.
9897         Add full_shapes to gdk_fb_clip_region.
9898
9899         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
9900         When moving a window, don't clear everything under the it, just the
9901         root window. Makes stuff faster and flash less.
9902         (gdk_window_get_pointer): Correctly handle offseted shapes, due to
9903         USE_CHILD_SHAPE. (gdk_fb_window_peek_shape): Return the correct
9904         offset of the shape.
9905         
9906
9907 2001-01-12  Havoc Pennington  <hp@redhat.com>
9908
9909         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): offset the 
9910         current invalid region, fixes redraw bug while scrolling the 
9911         text widget
9912
9913         * gtk/gtktextview.c, gtk/gtktextview.h:
9914         Rearrange the scrolling/validation/etc. code in a major way, 
9915         so it seems to make sense to me. Probably isn't genuinely that
9916         much better, but...
9917
9918         * gtk/gtktexttag.c (set_fg_color): fix name of property used for
9919         notifies
9920
9921         * gtk/gtktextmark.c (gtk_text_mark_get_left_gravity): new function
9922
9923 2001-01-12  Alexander Larsson  <alla@lysator.liu.se>
9924
9925         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_set_rotation):
9926         Hide mouse pointer while rotation. Show it afterwards.
9927
9928 2001-01-12  Alexander Larsson  <alexl@redhat.com>
9929
9930         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region): Take shaped
9931         windows in consideration when generating clip region.
9932
9933         * gdk/linux-fb/gdkfb.h:
9934         Huge HACK. Added GDK_FB_USE_CHILD_SHAPE.
9935
9936         * gdk/linux-fb/gdkprivate-fb.h:
9937         Add shape to GdkWindowFBDatat.
9938         exported gdk_fb_window_get_abs_shape().
9939         removed gdk_fb_draw_lines declaration.
9940
9941         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_impl_fb_init):
9942         Init shape to NULL. (gdk_fb_window_send_crossing_events): Don't
9943         send focus changes when there is a grabbed window.
9944         (gdk_window_get_pointer): Handle shaped windows.
9945         (gdk_fb_region_create_from_bitmap): Convert bitmap to region.
9946         (gdk_fb_window_peek_shape): Returns the shape for a window,
9947         handles GDK_FB_USE_CHILD_SHAPE.
9948         (gdk_fb_window_get_abs_shape): Returns the shape of the window,
9949         offseted to absolute positions. Handles GDK_FB_USE_CHILD_SHAPE.
9950         (gdk_window_shape_combine_mask): Implement.
9951
9952         * gtk/gtkwindow-decorate.c:
9953         HACK! Set GDK_FB_USE_CHILD_SHAPE on window->frame to make sure
9954         setting the shape of a window makes the window transparent.
9955
9956 2001-01-11  Havoc Pennington  <hp@redhat.com>
9957
9958         * gtk/gtktreemodelsimple.h: Oops, broke some macros
9959
9960 2001-01-10  Havoc Pennington  <hp@redhat.com>
9961
9962         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clear_attributes):
9963         add this function, bug 40251
9964
9965         * gtk/gtktreemodelsimple.h (GTK_TYPE_TREE_MODEL_SIMPLE): fix name
9966         of type macro   
9967
9968 2001-01-11  Alexander Larsson  <alexl@redhat.com>
9969
9970         * acconfig.h:
9971         Added ENABLE_SHADOW_FB
9972
9973         * configure.in:
9974         Added --disable-shadowfb
9975
9976         * gdk/linux-fb/gdkcursor-fb.c:
9977         Update shadowfb when updating cursor
9978
9979         * gdk/linux-fb/gdkdrawable-fb2.c:
9980         Added wrappers for shadowfb that calls  the normal drawable
9981         methods, but calls gdk_shadow_fb_update(bounding box) when
9982         GdkWindows are drawed to.
9983         Moved gdk_draw_glyphs implementation to _gdk_draw_glyphs
9984         which also returns the bounding box.
9985
9986         * gdk/linux-fb/gdkfb.h:
9987         Added GdkFBAngle type and gdk_fb_set_rotation declaration.
9988
9989         * gdk/linux-fb/gdkgeometry-fb.c:
9990         Update shadowfb when scrolling window.
9991
9992         * gdk/linux-fb/gdkglobals-fb.c:
9993         Add _gdk_fb_screen_angle.
9994         
9995         * gdk/linux-fb/gdkkeyboard-fb.c:
9996         Test code for screen rotation. Shift-F2 in the xlate driver
9997         rotates the screen.
9998
9999         * gdk/linux-fb/gdkmain-fb.c:
10000         Handle shadowfb. Add gdk_fb_set_rotation(). Remove CM and RP.
10001
10002         * gdk/linux-fb/gdkmouse-fb.c:
10003         Use fb_width/height instead of modeinfo.xres/yres.
10004
10005         * gdk/linux-fb/gdkprivate-fb.h:
10006         Added fb_men, fb_width, fb_height & fb_stride. When using
10007         shadow fb these can differ from the framebuffer stuff.
10008         Declarations for gdk_shadow_fb_update, gdk_shadow_fb_init,
10009         gdk_shadow_fb_stop_updates, gdk_fb_recompute_all,
10010         _gdk_fb_screen_angle. Removed CM, RP.
10011
10012         * gdk/linux-fb/gdkrender-fb.c:
10013         Added code for shadowfb handling and screen rotation using
10014         shadowfb.
10015
10016         * gdk/linux-fb/gdkwindow-fb.c:
10017         Use fb_mem, fb_stride, fb_width, fb_height.
10018         Added recompute_rowstride to reset the rowstride of all windows.
10019         Added gdk_fb_recompute_all() which recomputes rootwindow size,
10020         window abs positions and window rowstrides. Usefull when the
10021         rotation has changed.
10022
10023 Thu Jan 11 13:16:50 GMT 2001  Tony Gale <gale@gtk.org>
10024
10025         * docs/faq/gtk-faq.sgml: update to make web site updating easier
10026
10027 2001-01-10  Havoc Pennington  <hp@redhat.com>
10028
10029         * gtk/gtktreestore.c (gtk_tree_store_insert_before): handle case
10030         where sibling == iter
10031         (gtk_tree_store_insert_after): handle sibling == iter
10032         (gtk_tree_store_prepend): remove stamp checks
10033         (gtk_tree_store_insert_before): ditto
10034         (gtk_tree_store_append): ditto
10035         (gtk_tree_store_get_path): ditto
10036         (gtk_tree_store_get_value): ditto
10037         (gtk_tree_store_iter_has_child): ditto
10038         (gtk_tree_store_iter_n_children): ditto
10039         (gtk_tree_store_iter_nth_child): ditto
10040         (gtk_tree_store_insert_after): ditto
10041         (gtk_tree_store_is_ancestor): ditto
10042         (gtk_tree_store_iter_depth): ditto
10043         (gtk_tree_store_insert_before): assert that sibling's parent is
10044         the same as the passed-in parent
10045         (gtk_tree_store_insert_after): assert that sibling's parent is
10046         the same as the passed-in parent
10047
10048         
10049         * gtk/gtktreemodel.c (gtk_tree_model_get_first): new convenience 
10050         function to get the first iterator in a model
10051         
10052         * gtk/gtktreestore.c (gtk_tree_store_get_root_iter): remove,
10053         conventionally the "root" in this sense is just NULL afaict.
10054
10055         * gtk/gtkliststore.c (gtk_list_store_insert_before): handle case
10056         where sibling == iter
10057         (gtk_list_store_insert_after): handle case where sibling == iter
10058
10059         * tests/testtreeview.c (run_automated_tests): fairly lame basic
10060         automated tests for ListStore, TreeStore
10061
10062         * gtk/gtkliststore.c (gtk_list_store_remove): update tail pointer
10063         (gtk_list_store_insert): update tail pointer, and fix it to work
10064         (gtk_list_store_insert_before): update tail pointer, and fix it to work
10065         (gtk_list_store_append): use tail to be faster
10066         (gtk_list_store_prepend): fix it, update tail pointer
10067         (gtk_list_store_insert_after): fix it, update tail pointer
10068
10069         * gtk/gtkliststore.h (struct _GtkListStore): add tail pointer for 
10070         the list
10071
10072 2001-01-09  Havoc Pennington  <hp@redhat.com>
10073
10074         * gtk/gtklabel.c (gtk_label_expose): don't draw if label->layout
10075         is NULL due to a pending resize
10076
10077         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): don't set the
10078         column width to values less than 1
10079
10080         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_width): clamp
10081         width to be between min/max width, and still set the width 
10082         even if autosize is turned on, so the tree view can use this 
10083         function in order to autosize.
10084         (gtk_tree_view_column_init): set initial width to 1 not 0
10085
10086         * gtk/gtktreeview.c (gtk_tree_view_size_request_buttons): use
10087         setter function to modify column width, so we get notification
10088         (gtk_tree_view_insert_iter_height): ditto
10089         (gtk_tree_view_calc_size): ditto
10090         (gtk_tree_view_check_dirty): ditto
10091
10092         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add
10093         properties to change all the interesting attributes of the tree
10094         view column.
10095         (gtk_tree_view_column_set_header_clickable): rename set_clickable
10096         (gtk_tree_view_column_get_clickable): add
10097         (gtk_tree_view_column_set_cell_renderer): don't unset the current
10098         attributes; assume a cell renderer with equivalent object
10099         properties has been swapped in. Do g_object_notify().
10100         (gtk_tree_view_column_set_visible): g_object_notify
10101         (gtk_tree_view_column_get_sizing): rename from get_col_type
10102         (gtk_tree_view_column_set_sizing): g_object_notify
10103         (gtk_tree_view_column_set_width): add g_object_notify
10104         (gtk_tree_view_column_set_min_width): ditto
10105         (gtk_tree_view_column_set_max_width): ditto
10106         (gtk_tree_view_column_set_title): ditto
10107         (gtk_tree_view_column_set_clickable): ditto
10108         (gtk_tree_view_column_set_widget): ditto
10109         (gtk_tree_view_column_set_justification): ditto
10110
10111 2001-01-09  Havoc Pennington  <hp@redhat.com>
10112
10113         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): handle case where
10114         there are no rows in the model
10115
10116         * gtk/gtkliststore.c (gtk_list_store_iter_children): if parent is
10117         NULL, then return the start of the list
10118
10119         * gtk/gtktreeview.c (gtk_tree_view_setup_model): don't build tree
10120         if we can't get any rows from an empty model 
10121
10122         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): remove
10123         extraneous * after function pointer typedef usage
10124
10125         * Makefile.am: don't specify full path to cp and rm
10126
10127         * gtk/gtkcellrenderertextpixbuf.c
10128         (gtk_cell_renderer_text_pixbuf_get_size): check width/height !=
10129         NULL before dereferencing, fixes a segfault that happened from
10130         time to time
10131
10132         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render):
10133         use gdk_pixbuf_render_to_drawable_alpha() to get alpha channel,
10134         and reindent the function
10135         (gtk_cell_renderer_pixbuf_get_size): indentation
10136
10137         * gtk/gtkdialog.c (gtk_dialog_run): destroy main loop only after
10138         we quit it
10139         (gtk_dialog_add_buttons_valist): add g_return_if_fail
10140         (gtk_dialog_set_default_response): New function, to set default
10141         button
10142         (gtk_dialog_set_response_sensitive): New function, to set 
10143         sensitivity of buttons
10144
10145         * gtk/gtkcellrendererpixbuf.c
10146         (gtk_cell_renderer_pixbuf_get_property): allow getting a NULL pixbuf
10147         (gtk_cell_renderer_pixbuf_set_property): allow setting a NULL pixbuf
10148
10149         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
10150         handle any G_TYPE_OBJECT subclass, not just the base class, and 
10151         also boxed types.
10152         (_gtk_tree_data_list_value_to_node): ditto
10153
10154         * gtk/gtkrbtree.c: Run _gtk_rbtree_test at strategic points if 
10155         --gtk-debug=tree
10156
10157         * gtk/gtkmain.c: add GTK_DEBUG_TREE
10158
10159         * gtk/gtkdebug.h: add GTK_DEBUG_TREE
10160
10161 2001-01-09  Tor Lillqvist  <tml@iki.fi>
10162
10163         * gdk/win32/gdkevents-win32.c: Implement better mouse
10164         capturing. Do use SetCapture(). Thanks to jpe@archaeopteryx.com.
10165         (find_window_for_pointer_event): New function.
10166         (gdk_event_translate): Use it when handling mouse events.
10167
10168 2001-01-09  Alexander Larsson  <alla@lysator.liu.se>
10169
10170         * configure.in:
10171         Added --with-included-loaders option
10172
10173         * gdk-pixbuf/Makefile.am:
10174         * gdk-pixbuf/gdk-pixbuf-io.c:
10175         Add support for including selected gdk-pixbuf loaders only.
10176
10177         * gtk/gtkwindow.c (gtk_window_set_frame_dimensions,
10178         gtk_window_set_has_frame):
10179         Added inline documentation.
10180
10181         * gdk/x11/gdkwindow-x11.c (gdk_window_get_decorations):
10182         * docs/reference/gdk/tmpl/windows.sgml:
10183         Added inline documentation.
10184
10185 Mon Jan  8 14:42:06 2001  Jonathan Blandford  <jrb@redhat.com>
10186
10187         * gtk/gtktreeview.c (gtk_tree_view_realize_buttons): Skip
10188         realizing buttons that have already been realized.
10189
10190 Mon Jan  8 14:06:29 2001  Jonathan Blandford  <jrb@redhat.com>
10191
10192         * tests/testtreeview.c (main): Show menu items before adding to
10193         option menu.
10194
10195         * gtk/gtktreeview.c (gtk_tree_view_set_model): Keep the columns
10196         around if we kill them.
10197
10198         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
10199         Return if we pass in a NULL model.
10200
10201 2001-01-08  Havoc Pennington  <hp@redhat.com>
10202
10203         * tests/testtreeview.c: hack on this some
10204
10205         * gtk/gtktreestore.c (gtk_tree_store_setv): rename
10206         gtk_tree_store_set_valist, v is for arrays, valist for varargs
10207         list
10208         (gtk_tree_store_getv): rename gtk_tree_store_get_valist
10209
10210         * gtk/gtkliststore.h: Add varargs set() and get() convenience
10211         functions
10212
10213 2001-01-08  Alexander Larsson  <alexl@redhat.com>
10214
10215         * gtk/gtkwindow-decorate.[hc]:
10216         * gtk/Makefile.am:
10217         New files. Contains an implementation of a minimal WM for
10218         linux-fb.
10219
10220         * gtk/gtkwindow.h:
10221         Add the possibility for GtkWindows to specify a frame. This
10222         is used for the window decoration code, but could concievably
10223         be used for X programs too (xmms style windows).
10224         GtkWindow->frame is the toplevel window if the window is framed.
10225         The signal frame_event gets all events that are targeted to
10226         GtkWindow->frame.
10227         (_gtk_window_constrain_size): Exported for usage by gtkwindow-decorate.c.
10228         
10229         * gtk/gtkwindow.c:
10230         Implement gtk_window_set_has_frame and gtk_window_set_frame_dimensions.
10231         Call out to gtkwindow-decorate.c for WM support in linx-fb.
10232
10233 2001-01-08  Alexander Larsson  <alexl@redhat.com>
10234
10235         * docs/README.linux-fb:
10236         Correct filename ~/.pangoft2_aliases
10237
10238         * gdk/gdkwindow.h:
10239         Added new function gdk_window_get_decorations.
10240
10241         * gdk/linux-fb/gdkfb.h:
10242         Removed _gdk_window_get_decorations declaration.
10243         Renamed _gdk_window_set_child_handler to
10244         gdk_fb_window_set_child_handler.
10245
10246         * gdk/linux-fb/gdkwindow-fb.c:
10247         Renamed _gdk_window_set_child_handler to
10248         gdk_fb_window_set_child_handler.
10249
10250         * gdk/x11/gdkwindow-x11.c:
10251         New function gdk_window_get_mwm_hints().
10252         Implemented gdk_window_get_decorations.
10253
10254         * docs/reference/gdk/tmpl/windows.sgml:
10255         * docs/reference/gdk/gdk-sections.txt:
10256         Added gdk_window_get_decorations docs.
10257         
10258 2001-01-08  Alexander Larsson  <alla@lysator.liu.se>
10259
10260         * gdk/linux-fb/gdkwindow-fb.c (_gdk_fb_window_find_focus,
10261         gdk_fb_window_find_focus, gdk_fb_send_focus_change,
10262         gdk_fb_window_send_crossing_events):
10263         Possibly send focus events when the mouse moves from one
10264         window to another.
10265
10266 2001-01-07  Tor Lillqvist  <tml@iki.fi>
10267
10268         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title,
10269         gdk_window_new): Adapt calls to g_{locale,filename}_{to,from}_utf8
10270         to match current API.
10271
10272         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): If a secret
10273         environment variable is set, don't call g_error when on a
10274         palettized (PseudoColor) display. Some people want to use GTK+ 
10275         in 256-colour mode even though works only partially.
10276
10277         * gdk/gdk.def
10278         * gtk/gtk.def
10279         * gtk/makefile.mingw.in: Update.
10280
10281 2001-01-05  Havoc Pennington  <hp@redhat.com>
10282
10283         * tests/testtreeview.c: hack on this a bit
10284
10285         * gtk/gtktextlayout.c (gtk_text_layout_class_init):
10286         s/GTK_RUN_LAST/G_SIGNAL_RUN_LAST
10287
10288         * gtk/gtktreemodelsimple.h (GTK_IS_TREE_MODEL_SIMPLE_CLASS): 
10289         was spelled incorrectly
10290         (GTK_IS_TREE_MODEL_SIMPLE): ditto
10291
10292         * gtk/gtktreeview.c (gtk_tree_view_set_headers_clickable): rename
10293         from gtk_tree_view_set_headers_active   
10294
10295         * gtk/gtktexttag.c:
10296         (gtk_text_tag_get_property): handle PROP_DIRECTION
10297         (gtk_text_tag_set_property): g_object_notify when we toggle the _set
10298         properties, bug 40235
10299
10300         * gtk/gtktextiter.c (gtk_text_iter_forward_to_delimiters): rename
10301         forward_to_line_end
10302
10303 Fri Jan  5 16:16:29 2001  Owen Taylor  <otaylor@redhat.com>
10304
10305         * gtk/{gtkcalender.c,gtkfilesel.c,gtkimcontext.c},
10306         modules/input/gtkimcontextxim.c: Adapt to new prototypes
10307         for unicode,locale,filename conversion functions.
10308
10309 2001-01-05  Havoc Pennington  <hp@redhat.com>
10310
10311         * gtk/gtktextiter.c (gtk_text_iter_ends_line): this function was
10312         broken if called on the first position in the buffer.
10313
10314         * gtk/gtktextlayout.c (line_display_index_to_iter): fix
10315         forward_to_delimiters to be called only if we aren't already at
10316         the delimiters.
10317
10318 2001-01-05  Havoc Pennington  <hp@redhat.com>
10319
10320         * demos/gtk-demo/main.c (create_tree): Oops, that didn't link. Fix.
10321
10322 2001-01-05  Alexander Larsson  <alexl@redhat.com>
10323
10324         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_drawable_finalize): free
10325         colormap in here. Sync from X port.
10326         (gdk_fb_set_colormap): allow the colormap to be NULL if you like.
10327         Sync from X port.
10328         (gdk_fb_clip_region): Comment out g_warning about empty clip region.
10329         This happens now and then, and i don't think it is a bug.
10330         (gdk_fb_draw_polygon): Correctly add extra point if startpoint
10331         != endpoint.
10332         (gdk_fb_draw_lines): Don't draw dashed lines if line_style is
10333         GDK_LINE_SOLID.
10334
10335         * gdk/linux-fb/gdkfont-fb.c: Return bogus GdkFont that has
10336         some of the fields filled in at least.
10337
10338         * gdk/linux-fb/miwideline.c: The widths argument to miLineArcI, and
10339         miLineArcD is no more, remove it from the function definition.
10340
10341 2001-01-04  Havoc Pennington  <hp@redhat.com>
10342
10343         * gtk/gtktreeselection.c (gtk_tree_selection_get_tree_view): add
10344         this
10345
10346         * gtk/gtktreemodel.h (struct _GtkTreeIter): rename fields to
10347         user_data instead of tree_node
10348
10349         * gtk/gtktreeprivate.h (TREE_VIEW_COLUMN_WIDTH): rename from
10350         TREE_VIEW_COLUMN_SIZE
10351
10352         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): rename
10353         "size" field to "width" finishes bug 40061
10354
10355         * gtk/gtkcellrenderer.h: Use GtkCellRendererState instead of guint
10356         for bitfields, bug 40268
10357
10358 2001-01-04  Havoc Pennington  <hp@redhat.com>
10359
10360         Rename some stuff:
10361         
10362         s/gtk_tree_view_column_set_size/gtk_tree_view_column_set_width/g;
10363
10364         s/GtkModelSimple/GtkTreeModelSimple/g;
10365         s/GTK_MODEL_SIMPLE/GTK_TREE_MODEL_SIMPLE/g;
10366         s/gtk_model_simple/gtk_tree_model_simple/g;
10367         s/gtkmodelsimple/gtktreemodelsimple/g;
10368
10369         s/gtk_tree_view_column_set_header_active/gtk_tree_view_column_set_header_clickable/g;
10370
10371         s/GtkTreeViewColumnType/GtkTreeViewColumnSizing/g;
10372         s/column_set_col_type/column_set_sizing/g;
10373
10374         s/GtkTreeSelectionType/GtkTreeSelectionMode/g;
10375         s/gtk_tree_selection_set_type/gtk_tree_selection_set_mode/g;
10376
10377         s/GtkCellRendererType/GtkCellRendererState/g;
10378         
10379         * gtk/gtkcellrenderertoggle.c: remove _ macro, include gtkintl.h
10380         (gtk_cell_renderer_toggle_class_init): change "state" property to
10381         "active", to match GtkToggleButton
10382         (gtk_cell_renderer_toggle_get_active): new function, bug
10383         40269
10384         (gtk_cell_renderer_toggle_set_active): new function
10385         (gtk_cell_renderer_toggle_set_property): route changes to toggle
10386         state through gtk_cell_renderer_set_active
10387
10388 Thu Jan  4 15:46:18 2001  Jonathan Blandford  <jrb@redhat.com>
10389
10390         * gtk/gtkmodelsimple.c: Changed a bunch of boxed types to pointers
10391         temporarily until they work again.  Brought up to date with
10392         changes in the model.
10393         * gtk/gtkmodelsimple.h: Brought up to date with changes in the
10394         model.
10395
10396 2001-01-04  Havoc Pennington  <hp@redhat.com>
10397
10398         * gtk/gtktextlayout.c (line_display_index_to_iter): if index is
10399         equal to the line length, then position iterator before paragraph 
10400         separators. Fixes crash reported by Mikael Hermansson when
10401         pressing left arrow from the start of a line.   
10402
10403         * gtk/gtktextiter.c (iter_set_from_byte_offset): Add g_error
10404         about byte indexes off the end
10405         (iter_set_from_char_offset): add g_error about char offsets
10406         off the end
10407
10408 2001-01-03  Havoc Pennington  <hp@redhat.com>
10409
10410         * gtk/gtktextbtree.c: Adapt to uscore-ification of gtktextiterprivate
10411
10412         * gtk/gtktextdisplay.c (gtk_text_layout_draw): remove use 
10413         of private functions; remove inclusion of private headers.
10414
10415         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_line): Add this 
10416         function, so we don't need private functions in gtktextdisplay.c
10417
10418         * gtk/gtktextiterprivate.h: underscore-ification
10419
10420         * gtk/gtkwidget.c: Clean up a bunch of docs that said "INTERNAL"
10421         to instead say "only useful to implement widgets"
10422
10423         * gtk/gtkenums.h (GtkMovementStep): Rename GTK_MOVEMENT_CHARS,
10424         GTK_MOVEMENT_POSITIONS to GTK_MOVEMENT_LOGICAL_POSITIONS,
10425         GTK_MOVEMENT_VISUAL_POSITIONS. Resolves bug 40249.
10426
10427         * gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_set_colormap):
10428         This function was completely broken
10429
10430         * gtk/testtext.c (line_numbers_expose): use gtk_paint_layout
10431
10432         * gtk/gtkvscale.c (gtk_vscale_draw_value): use gtk_paint_layout
10433
10434         * gtk/gtkvruler.c (gtk_vruler_draw_ticks): use gtk_paint_layout
10435
10436         * gtk/gtklabel.c (gtk_label_expose): use gtk_paint_layout
10437
10438         * gtk/gtkhscale.c (gtk_hscale_draw_value): use gtk_paint_layout
10439
10440         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): use gtk_paint_layout
10441
10442         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): use
10443         gtk_paint_layout
10444
10445         * gtk/gtkaccellabel.c (gtk_accel_label_expose_event): use
10446         gtk_paint_layout
10447
10448         * gtk/gtkstyle.h: Add draw/paint expander to draw tree expanders.
10449         Progress on bug 40103. Add draw_layout to draw a PangoLayout.
10450         (struct _GtkStyleClass): Remove draw_cross, draw_oval, draw_ramp,
10451         which were not implemented.     
10452
10453         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): Add
10454         insert_pixbuf signal. Rename delete_text to delete_range since it
10455         also deletes pixbufs and child anchors. This almost closes bug
10456         40245 (still need to deal with child anchors)
10457
10458         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Add
10459         insert_pixbuf, change signal names as appropriate, change types of
10460         signals taking marks/tags to have the specific type, not just
10461         G_TYPE_OBJECT
10462         
10463         * gtk/gtkmain.c (gtk_get_current_event_state): Add this function; 
10464         closes bug 40051
10465
10466         * gtk/gtkoptionmenu.c (gtk_option_menu_set_history): clean up
10467         unnecessary remove_contents() call
10468         (gtk_option_menu_class_init): add a "changed" signal, closes
10469         bug 40039
10470         (gtk_option_menu_update_contents): emit "changed" if the 
10471         active menu item changes
10472
10473         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done): fix bad
10474         cast to GtkObject, reported by Jonas Borgstrom
10475         (gdk_pixbuf_loader_finalize): don't close the loader on finalize;
10476         we can't do stuff with side effects in finalize. Instead, spew a
10477         warning if the loader isn't closed.
10478
10479         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_finalize): free
10480         colormap in here, non-X ports probably need to sync to this change
10481
10482         * gdk/x11/gdkdrawable-x11.c (gdk_x11_set_colormap): remove 
10483         assertion that colormap != NULL, you can set the colormap to NULL
10484         if you like.
10485         
10486         * Makefile.am: remove gtk-config-2.0
10487
10488         * configure.in: Use pkg-config to locate GLib. Remove
10489         separated-out GMODULE_LIBS, GMODULE_CFLAGS; these were not used,
10490         and the gmodule libs/cflags were in GLIB_LIBS GLIB_CFLAGS anyhow.
10491         Use pkg-config to locate Pango. Output correct Pango libs to
10492         gdk-2.0.pc.in. Fix test for FREETYPE_CONFIG (typo fix).
10493
10494         * Makefile.am (pkgconfig_DATA): install only target-specific pc
10495         files
10496         (install-data-local): symlink gtk+-2.0.pc and gdk-2.0.pc to the
10497         X11 pc files
10498
10499         * gtk+-2.0.pc.in (Requires): require the GDK for the current target
10500         unref from here
10501
10502 2001-01-03  Alexander Larsson  <alla@lysator.liu.se>
10503
10504         * configure.in:
10505         Change GTK_NO_CHECK_CASTS to G_DISABLE_CAST_CHECKS.
10506
10507 Tue Jan  2 16:23:05 2001  Owen Taylor  <otaylor@redhat.com>
10508
10509         * gtk/gtktextlayout.c
10510         (gtk_text_layout_move_iter_to_previous_line): Fix unitialized
10511         variable when moving back onto a single line.
10512
10513 2001-01-01  Havoc Pennington  <hp@redhat.com>
10514
10515         * gtk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
10516
10517         * gdk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
10518
10519         * configure.in (LIBTOOL_EXPORT_OPTIONS): define
10520         LIBTOOL_EXPORT_OPTIONS with options to control symbol export
10521
10522 2001-01-01  Havoc Pennington  <hp@redhat.com>
10523
10524         * gtk/gtktexttagprivate.h: uscore-prepend all the stuff in here.
10525
10526         * gtk/gtk-boxed.defs (GtkTextAttributes): Add boxed type for 
10527         GtkTextAttributes
10528
10529         * gtk/gtktexttag.c: Fix up GtkTextAttributes copying to close bug 
10530         #40246
10531         (gtk_text_attributes_copy_values): rename from 
10532         gtk_text_attributes_copy
10533         (gtk_text_attributes_copy): a more standard GTK copy function, 
10534         which returns a new object
10535
10536 2001-01-01  Havoc Pennington  <hp@redhat.com>
10537
10538         * gtk/gtktreeview.c: Adapt to GtkTreeSelection changes
10539         
10540         * gtk/gtktreeselection.c (_gtk_tree_selection_set_tree_view):
10541         don't fill in tree_view->priv->selection, kind of an unexpected
10542         side effect
10543
10544         * gtk/gtkcellrenderertext.c: Remove definition of _ and include
10545         gtkintl.h
10546         
10547         * gtk/gtkcellrenderer.c: Remove definition of _ and include
10548         gtkintl.h
10549         (gtk_cell_renderer_get_property): remove calls to g_value_init
10550
10551         * gtk/gtkcellrendererpixbuf.c: Remove definition of _ and include
10552         gtkintl.h
10553
10554         * gtk/gtkcellrenderertextpixbuf.c: Remove definition of _ macro
10555         and include gtkintl.h
10556         (gtk_cell_renderer_text_pixbuf_class_init): remove spaces from
10557         property names
10558
10559         * gtk/gtktreeselection.c (_gtk_tree_selection_new): rename, return
10560         GtkTreeSelection
10561         (_gtk_tree_selection_new_from_with_view): rename, return
10562         GtkTreeSelection
10563         (_gtk_tree_selection_set_tree_view): rename with uscore
10564         (gtk_tree_selection_get_selected): fill in the "model" out param
10565         first, so it gets filled in even if we return at the top of the 
10566         function
10567         (gtk_tree_selection_real_select_all): add a comment and an else{}
10568         to clarify this a bit
10569         (gtk_tree_selection_real_unselect_all): add the same else{}
10570
10571         * gtk/gtktreeselection.h: Rename new, new_with_tree_view, and
10572         set_tree_view to have underscore prefixes, move them to the
10573         private header, fix return type of new_with_tree_view
10574         (struct _GtkTreeSelection): mark struct
10575         fields private  
10576
10577         * gtk/gtktreemodel.c (gtk_tree_model_get_flags): return
10578         GtkTreeModelFlags, not a guint
10579         (gtk_tree_path_prev): return gboolean not gint
10580         (gtk_tree_path_up): return gboolean not gint
10581
10582         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): make get_flags
10583         return GtkTreeModelFlags, not a guint
10584
10585         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_finalize): check
10586         that child model is non-null before unrefing it
10587         (g_value_int_compare_func): make this a qsort compare func, not 
10588         a boolean predicate
10589
10590         * gtk/gtktreemodelsort.h: rename gtk_tree_model_set_sort_column,
10591         (add -umn to the end), and mark it unimplemented
10592         (gtk_tree_model_sort_resort): remove, this wasn't implemented, and 
10593         I don't see what it's for - doesn't the model always sort itself?
10594         (gtk_tree_model_sort_set_compare): this had the wrong signature
10595
10596         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_attributes):
10597         Fix the docs to say that it destructively replaces existing
10598         attributes (previously said that it added attributes).
10599         (gtk_tree_view_column_set_visible): canonicalize bool before
10600         equality testing. Also, check for realization before
10601         hiding/showing the tree_column->window; if this window could exist
10602         before realization, then it's busted and needs fixing, we can't 
10603         create GDK resources pre-realization. Also, remove
10604         superfluous queue_resize(), since set_size() does that for us.
10605         (gtk_tree_view_column_set_col_type): check realization before 
10606         using tree_column->window
10607
10608         * gtk/gtktreedatalist.c: fix filename in copyright notice
10609
10610 2000-12-31  Havoc Pennington  <hp@pobox.com>
10611
10612         * gtk/gtktextview.c: Rearrange all the
10613         scroll-while-dragging-or-selecting code to be different, not
10614         necessarily better. ;-)
10615         (gtk_text_view_scroll_to_mark): Change this
10616         function to take within_margin as a fraction instead of a pixel
10617         value, and to take alignment arguments (indicating where to align 
10618         the mark inside the visible area)
10619         
10620         * gtk/testtextbuffer.c (fill_buffer): fix bad cast of GtkTextTag
10621         to GtkObject
10622
10623         * gtk/gtktextiter.c (gtk_text_iter_set_line_offset): change
10624         behavior so that offsets past the end of the line are not 
10625         allowed, and an offset equal to the line length moves the iterator
10626         to the next line
10627         (gtk_text_iter_set_line_index): make parallel change
10628         (gtk_text_iter_get_bytes_in_line): add this function
10629         
10630         * gtk/gtktextbtree.c (_gtk_text_line_byte_locate): change handling
10631         of byte indexes off the end of the line; byte index at the end of
10632         the line now returns FALSE and doesn't fill in the requested
10633         values, byte index past the end of the line is an error.  Also,
10634         don't allow -1 offset anymore, since its meaning is unclear.
10635
10636         This change exposes some bug in visual cursor motion, where we
10637         end up with a huge invalid byte index; needs fixing. Symptom of 
10638         bug is a crash when you hit up arrow.
10639         
10640         (_gtk_text_line_char_locate): match the change to byte_locate
10641
10642         * gtk/gtktextiter.c (find_by_log_attrs): Handle iteration backward
10643         from start of line properly. fixes bug reported by Mikael
10644         Hermansson where backspace would delete all text before the
10645         cursor.
10646
10647 2000-12-30  Tor Lillqvist  <tml@iki.fi>
10648
10649         * gdk/win32/gdkwindow-win32.c
10650         (gdk_window_impl_win32_get_visible_region): New function, as in
10651         the X11 backend.
10652         (gdk_window_new, gdk_window_set_title): Use g_locale_from_utf8()
10653         instead of duplicating the same code here.
10654
10655         * gdk/win32/gdkwin32.h (GDK_COLORMAP_PRIVATE_DATA): Use
10656         GDK_COLORMAP macro.
10657
10658         * gdk/win32/gdkevents-win32.c (gdk_event_funcs): Use NULL as
10659         destroy function.
10660         (gdk_event_translate): Use GDK_COLORMAP_PRIVATE_DATA to correctly
10661         access that.
10662
10663         * gtk/gtk.def: Update.
10664
10665         * gtk/makefile.mingw.in: Use glib-genmarshal from $(GLIB)/gobject.
10666
10667 2000-12-30  Havoc Pennington  <hp@pobox.com>
10668
10669         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set the system
10670         colormap on input only windows, to avoid special cases all over
10671         the code for these windows.
10672
10673 2000-12-26  Tor Lillqvist  <tml@iki.fi>
10674
10675         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): Call g_error if
10676         we are on a palettized display ("PseudoColor" in X11), as the code
10677         for that doesn't work anyway, and never has.
10678
10679 2000-12-22  Alexander Larsson  <alexl@redhat.com>
10680
10681         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_io):
10682         Don't use isprint() for chars > 255.
10683
10684 2000-12-21  Havoc Pennington  <hp@redhat.com>
10685
10686         * tests/testtreeview.c: more work
10687
10688 2000-12-21  Alexander Larsson  <alexl@redhat.com>
10689
10690         * docs/README.linux-fb:
10691         Update the docs to the new pangoft2 way.
10692
10693 2000-12-21  Alexander Larsson  <alexl@redhat.com>
10694
10695         * configure.in:
10696         For linux-fb get the pangoft2 cflags and libs. This needs a recent
10697         pango version.
10698         Remove modules/linux-fb/Makefile.
10699
10700         * gdk/linux-fb/gdkdrawable-fb2.c:
10701         Render glyphs using freetype.
10702
10703         * gdk/linux-fb/gdkfb.h:
10704         Add new fb-specific functions needed for managing windows.
10705
10706         * gdk/linux-fb/gdkmain-fb.c:
10707         Remove gdk_font_init/fini() calls.
10708
10709         * gdk/linux-fb/gdkpango-fb.c:
10710         Remove old implementation. Use pangoft2 instead.
10711
10712         * gdk/linux-fb/gdkprivate-fb.h:
10713         Remove PangoFBFont and related stuff.
10714
10715         * gdk/linux-fb/gdkwindow-fb.c:
10716         Implement drawable->get_visible_region.
10717         Implement support for _gdk_window_set_child_handler () and
10718         _gdk_window_get_decorations().
10719
10720         * modules/Makefile.am:
10721         Remove linux-fb subdir.
10722
10723         * modules/linux-fb/*:
10724         Removed all.
10725         
10726 2000-12-20  Jonathan Blandford  <jrb@redhat.com>
10727
10728         * gtk/gtkcellrenderer*.c (::get_property): remove g_value_init
10729         calls, as they are no longer needed.
10730
10731         * gtk/gtktreemodelsort.c: Fix up the comparison code.
10732         
10733         * gtk/gtktreemodel.h: Start work on ::reordered signal.  Need to
10734         figure out how to emit a signal on an interface.
10735
10736 2000-12-20  Havoc Pennington  <hp@redhat.com>
10737
10738         * tests: new directory to contain tests, gtk/test* should move
10739         here sometime (with appropriate on-cvs-server hackery)
10740
10741         * tests/testtreeview.c, tests/Makefile.am: a test
10742         
10743         * configure.in (AC_OUTPUT): add tests/Makefile
10744
10745         * gtk/gtktexttag.c (gtk_text_tag_get_property): Add "invisible"
10746         and "invisible_set" which were missing
10747
10748         * gtk/gtkrbtree.h: some cheesy indentation fix
10749         
10750 2000-12-20  Alexander Larsson  <alexl@redhat.com>
10751
10752         * gtk/gtkinvisible.c (gtk_invisible_realize):
10753         Attach the style to the window so that the style it is not
10754         leaked when unrealizing the window.
10755
10756 2000-12-18  Havoc Pennington  <hp@redhat.com>
10757
10758         * gtk/gtktextview.c (gtk_text_view_delete_from_cursor): do
10759         begin/end user action where appropriate
10760         (gtk_text_view_commit_handler): add begin/end user action
10761
10762         * gtk/gtktextbuffer.c: add begin/end user action signals, and
10763         bracket interactive operations with begin/end user action pair.
10764         
10765         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): remove
10766         "interactive" arg from insert_text and delete_text signals.
10767         Add begin_user_action, end_user_action signals
10768         (gtk_text_buffer_begin_user_action): 
10769         (gtk_text_buffer_end_user_action): New functions to delimit 
10770         a user-visible action
10771
10772         * gtk/gtkmarshal.list: update to reflect changes to gtktextbuffer
10773         signals.
10774         
10775 2000-12-18  Havoc Pennington  <hp@redhat.com>
10776
10777         * gdk/gdkevents.c (gdk_event_get_state): wow, that implementation
10778         was pretty non-working.
10779
10780         * gtk/testtext.c (fill_file_buffer): make this a bit more robust
10781         by passing the length to g_utf8_validate().
10782
10783 2000-12-16  Havoc Pennington  <hp@pobox.com>
10784
10785         * gtk/gdk-pixbuf-loader.h, gtk/gdk-pixbuf-loader.c: 
10786         Port to GObject, can go back in gdk-pixbuf after setting up 
10787         a gdk-pixbuf-marshal.h header over there.
10788
10789         * gtk/gtktreeview.c: s/SEPERATOR/SEPARATOR/g;
10790         (gtk_tree_view_class_init): specify GTK_TYPE_ADJUSTMENT for signal
10791         args
10792         (gtk_tree_view_init): don't unset GTK_NO_WINDOW, it shouldn't be
10793         set
10794         (gtk_tree_view_realize_buttons): don't gtk_widget_show() buttons
10795         here, do it when we create the buttons later
10796         (gtk_tree_view_realize_buttons): add some g_return_if_fail 
10797         (gtk_tree_view_map): paranoia checks that column->button is shown 
10798         and unmapped
10799         (gtk_tree_view_size_request): only request visible children.
10800         Move header size calculation in here, for cleanliness, and 
10801         to maintain invariants for child widgets if we eventually 
10802         let users set different children inside the buttons
10803         (gtk_tree_view_map_buttons): factor out code to map buttons,
10804         since it was being called several times
10805         (gtk_tree_view_size_allocate_buttons): move_resize the drag
10806         windows instead of just moving them; their height may change 
10807         if we allow random widgets in there, or the theme changes.
10808         (gtk_tree_view_size_allocate): move button size allocation 
10809         above emitting the scroll signals, to ensure a sane state when we
10810         hit user code
10811         (gtk_tree_view_button_release): remove queue_resize after
10812         tree_view_set_size(), set_size() will handle any resize queuing
10813         that's needed
10814         (gtk_tree_view_focus_in): just queue a draw, don't fool with
10815         draw_focus goo
10816         (gtk_tree_view_focus): use gtk_get_current_event() and
10817         gdk_event_get_state()
10818         (gtk_tree_view_deleted): don't queue_resize() after calling set_size()
10819         (gtk_tree_view_build_tree): fix a "if (foo); {}" bug - i.e. remove
10820         semicolon
10821         (gtk_tree_view_create_button): show the button here
10822         (gtk_tree_view_button_clicked): actually emit the clicked signal
10823         on the column
10824         (_gtk_tree_view_set_size): return right away if the size is
10825         unchanged, as a cheesy optimization
10826         (gtk_tree_view_setup_model): rename set_model_realized to 
10827         setup_model to match the flag that indicates whether we've 
10828         called it
10829         (gtk_tree_view_get_hadjustment): create adjustment if it doesn't
10830         exist, because set_scroll_adjustment does that and it shouldn't
10831         matter what order you call these in
10832         (gtk_tree_view_get_vadjustment): ditto
10833         (gtk_tree_view_set_headers_visible): canonicalize the bool, 
10834         for paranoia
10835         (gtk_tree_view_set_headers_visible): call
10836         gtk_tree_view_map_buttons() instead of using cut-and-paste code
10837         (gtk_tree_view_append_column): clarify whether the return value
10838         is the count of columns before or after, and do the increment 
10839         separately from the return statement so you can tell from the code.
10840         (gtk_tree_view_remove_column): ditto
10841         (gtk_tree_view_insert_column): ditto
10842         (gtk_tree_view_get_column): remove g_return_if_fail for columns
10843         outside the existing range, the docs say that outside-range
10844         columns are allowed, so we handle them as documented. (Presumably
10845         this allows a nice loop with column != NULL as test.)
10846         (gtk_tree_view_move_to): document what 0.0, 0.5, 1.0 alignments 
10847         mean (left/right/center etc.).
10848         (gtk_tree_view_collapse_all): only queue a draw if we're mapped
10849         (gtk_tree_view_expand_row): add docs
10850         (gtk_tree_view_collapse_row): add docs
10851
10852         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clicked): new
10853         function to emit the clicked signal on a column
10854         
10855         * gdk/gdkevents.c (gdk_event_get_state): new function, to get the
10856         state of an event
10857         (gdk_event_get_time): don't treat GDK_SCROLL 
10858         as a button event, remove default case from switch so gcc 
10859         will whine if we don't explicitly handle all event types
10860
10861         * gtk/gtktreeselection.h: added some FIXME 
10862         
10863         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): rename
10864         "columns" to "n_columns" and "column" to "columns" for clarity
10865
10866 2000-12-16  Havoc Pennington  <hp@pobox.com>
10867         
10868         * gtk/gtktextiter.c: General cleanup of the log attr iteration
10869         stuff. This should make e.g. the delete key work again in the
10870         text widget...
10871         (gtk_text_iter_forward_cursor_positions): handle negative count
10872         (gtk_text_iter_backward_cursor_positions): handle negative count
10873         (gtk_text_iter_forward_word_ends): handle negative count
10874         (gtk_text_iter_backward_word_starts): handle negative count
10875
10876         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktexttag.h,
10877         gtk/gtktexttag.c, gtk/gtktexttagtable.h, gtk/gtktexttagtable.c, 
10878         gtk/gtktextbuffer.h, gtk/gtktextbuffer.c: Convert everything to 
10879         GObject. No doubt will cause breakage.
10880
10881         * demos/gtk-demo/textview.c: remove hacks around
10882         non-GObject-ification of the text objects
10883
10884         * demos/gtk-demo/main.c (main): use g_object_set() to manipulate 
10885         the text tag
10886         
10887 2000-12-14  Havoc Pennington  <hp@pobox.com>
10888
10889         * configure.in: only AC_DEFINE(HAVE_XFT) if we actually determined
10890         that we have Xrender
10891
10892 Thu Dec 14 20:22:31 2000  Owen Taylor  <otaylor@redhat.com>
10893
10894         * gdk/{gdkdrawable.[ch],gdkpixmap.c,gdkwindow.c,x11/gdkwindow.c}:
10895         Add two virtualized functions gdk_drawable_get_clip_region - to
10896         get the clip region when drawing.
10897         
10898         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Rewrite to simple
10899         use invalidate_region.
10900
10901         * gdk/gdkwindow.c (gdk_window_invalidate_region): Clip to visible
10902         region.
10903
10904         * acconfig.h configure.in: Check for Xft. For now, assume
10905         that if Xft is found, Pango was compiled with Xft support
10906         as well.
10907
10908         * gdk/gdkcolor.h gdk/x11/gdkcolor-x11.c: Add 
10909         gdk_colormap_query_color().
10910         
10911         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_glyphs): Draw
10912         with Xft if appropriate.
10913
10914         * gdk/x11/gdkpango-x11.c (gdk_pango_context_get): Create
10915         a pangoxft context if we have XFT and the environment
10916         variable GD_USE_XFT is set.
10917         
10918         * gdk/x11/gdkx.h (struct _GdkGCX11): Cache the fg_pixel
10919         and also possibly an XftDraw structure.
10920
10921         * gtk/gtkfontsel.c: Handle the case where the font from the
10922         style doesn't match any of the fonts a bit better.
10923         
10924         * gtk/testgtk.c: Add tabs between directional segments for
10925         hebrew/arabic test. (Not really necessary, just a little
10926         prettier.)
10927
10928 2000-12-14  Havoc Pennington  <hp@redhat.com>
10929
10930         * gtk/testtext.c (fill_file_buffer): fix unicode validation when
10931         reading a file
10932
10933 2000-12-14  Havoc Pennington  <hp@redhat.com>
10934
10935         * gtk/gtktextbtree.c (_gtk_text_btree_validate_line): remove
10936         unused call to get_last_line()
10937
10938         * gtk/gtkobject.c (gtk_object_add_arg_type): add G_TYPE_POINTER
10939         here until boxed is working (and maybe after that - we should
10940         really not gratuitously break old code)
10941
10942         * gtk/gtktexttag.c (gtk_text_tag_class_init): add commented-out
10943         specific types for font_desc and tabs args, move them to
10944         GTK_TYPE_POINTER for now, waiting on g_param_spec_boxed() to get 
10945         fixed. Move GdkColor args to GTK_TYPE_POINTER also.
10946
10947         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): temporarily
10948         use GTK_TYPE_POINTER for signal signatures as a hack-around
10949
10950         * gtk/gtk-boxed.defs: Add boxed types for PangoFontDescription and
10951         PangoTabArray
10952
10953         * gtk/gtktextlayout.c (line_display_iter_to_index): 
10954         make static
10955         (line_display_index_to_iter): make static
10956
10957         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
10958         to marshal a string not a boxed
10959
10960         * gtk/gtkmarshal.list: add marshaller for GtkTextBuffer:insert_text
10961
10962         * gtk/testtext.c (fill_file_buffer): don't use g_utf8_next_char
10963         since the UTF-8 isn't validated yet
10964
10965         * gtk/gtktextsegment.c (char_segment_check_func): don't require
10966         lines to end in '\n'
10967         
10968         * gtk/gtktextview.c (gtk_text_view_move_cursor): update to use
10969         forward_to_delimiters, and grapheme boundaries
10970         (gtk_text_view_delete_from_cursor): properly handle non-newline
10971         delimiters, and grapheme boundaries
10972
10973         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): rename
10974         to gtk_text_iter_forward_to_delimiters, and make it work properly
10975         if empty lines end with a character other than '\n'
10976
10977         * gtk/gtktextiter.h, gtk/gtktextiter.c: Add movement by cursor
10978         position
10979
10980 2000-12-15  Tor Lillqvist  <tml@iki.fi>
10981
10982         * gdk/makefile.{mingw.in,msc} (gdk_OBJECTS): Add gdkkeys.
10983
10984         * gtk/gtk.def
10985         * gdk/gdk.def: Update.
10986
10987         * gdk/win32/gdkmain-win32.c
10988         * gdk/win32/gdkkeys-win32.c: New file. Move some functions from
10989         gdkmain-win32.c here.
10990
10991         * gdk/win32/makefile.mingw.in (all): No need to make
10992         gdk-win32res.o here, the makefile one step up will call us to make
10993         it.
10994
10995         * gdk/win32/makefile.{mingw.in,msc} (gdk_win32_OBJECTS): Add
10996         gdkkeys-win32.
10997
10998         * gdk/win32/gdkcolor-win32.c: Silence gcc -Wall.
10999
11000         * gdk/win32/gdkevents-win32.c (gdk_events_init): Remove leftover
11001         call to g_source_add().
11002
11003         * gdk/win32/gdkgc-win32.c (BitmapToRegion): Plug memory
11004         leak. Thanks to Andreas Kemnade.
11005
11006 2000-12-13  Havoc Pennington  <hp@pobox.com>
11007
11008         * gtk/gtktextbtree.h: Remove double _ in front of some functions
11009
11010         * gtk/gtktext*.[hc]: update accordingly
11011         
11012 2000-12-13  Havoc Pennington  <hp@pobox.com>
11013
11014         * gtk/gtktextbtree.h: Put _ in front of every function in this 
11015         header file
11016
11017         * gtk/gtktext*.[hc]: update to reflect renamed btree functions
11018
11019 2000-12-13  Alex Larsson  <alexl@redhat.com>
11020
11021         * gdk/linux-fb/gdkmouse-fb.c (mouse_devs):
11022         Add support for ps2 intellimouse.
11023
11024         * gdkkeyboard-fb.c:
11025         Move shift-F1 repaint handling to xlate handler only.
11026         
11027         * docs/README.linux-fb:
11028         Add imps2 to docs.
11029         Document the new refresh keys.
11030         
11031 Tue Dec 12 23:46:44 2000  Tim Janik  <timj@gtk.org>
11032
11033         * gtk/stock-icons/Makefile.am: doh, this was broken beyond believe.
11034
11035         * gtk/gtkbox.c: change property types from (u)long to (u)int for
11036         ::position and ::padding.
11037
11038         * gtk/gtkcontainer.c: make ::border_width an INT property.
11039
11040         * gtk/gtkpacker.c: make ::position an INT property.
11041
11042         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed):
11043         guard against NULL h/v scrollbars, since this is used at construction
11044         time.
11045
11046         * gtk/gtkclist.[hc]: nuked gtk_clist_construct(), implemented
11047         internal gtk_clist_constructor().
11048
11049         * gtk/gtkctree.[hc]: nuked gtk_ctree_construct(), implemented
11050         gtk_ctree_constructor().
11051
11052         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): property
11053         ::pulse_step should use ARG_PULSE_STEP, not ARG_FRACTION.
11054
11055         * docs/reference/Makefile.am: fun stuff, disabled docs generation
11056         again, gtk-scan.c needs to introspec paramspecs, not GtkAgs.
11057
11058         * gtk/gtkwidget.[hc]:
11059         removed gtk_widget_setv(), gtk_widget_getv(), gtk_widget_newv()
11060         and gtk_widget_get().
11061         (gtk_widget_new): use g_object_new_valist().
11062         (gtk_widget_set): use g_object_set_valist().
11063
11064         * gtk/gtkobject.[hc]:
11065         removed gtk_object_arg_get_info(), gtk_object_getv(),
11066         gtk_object_query_args(), gtk_object_newv(),
11067         gtk_object_class_add_signals(),
11068         gtk_object_class_user_signal_new(),
11069         gtk_object_class_user_signal_newv(),
11070         gtk_object_arg_set(), gtk_object_arg_get(),
11071         gtk_object_args_collect(),
11072         gtk_object_default_construct(),
11073         gtk_object_constructed(),
11074         GTK_CONSTRUCTED and GTK_OBJECT_CONSTRUCTED().
11075         removed nsignals, signals and n_args members from GtkObjectClass.
11076         (gtk_object_new): use g_object_new_valist().
11077         (gtk_object_set): use g_object_set_valist().
11078         (gtk_object_get): use g_object_get_valist().
11079         
11080         * gtk/gtkcompat.h: define gtk_object_default_construct().
11081         
11082         * gtk/gtktypeutils.c (gtk_type_new): create constructed objects via
11083         g_object_new().
11084
11085         * gtk/*.c: removed gtk_object_class_add_signals() from class_init()
11086         fucntions, cleaned up method assignments (make sure your structures
11087         are setup properly before calling out). removed all GTK_CONSTRUCTED
11088         hacks ;)
11089
11090 Tue Dec 12 11:52:16 2000  Owen Taylor  <otaylor@redhat.com>
11091
11092         * gtk/gtkclist.c (gtk_clist_optimal_column_width): Fix 
11093         off-by-one error in checks. (Dave Lambert)
11094
11095 2000-12-12  Alexander Larsson  <alexl@redhat.com>
11096
11097         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_close, raw_close):
11098         Don't free gdk_fb_keyboard twice.
11099
11100 Tue Dec 12 08:24:42 2000  Tim Janik  <timj@gtk.org>
11101
11102         * gtk/testgtk.c:
11103         (create_tooltips): 
11104         (create_statusbar): get rid of object_signal:: GtkObject argument uses,
11105         use GObject swapped_signal:: properties instead.
11106
11107         * gtk/gtkcellrenderertoggle.c: 
11108         * gtk/gtkcellrenderertextpixbuf.c: 
11109         * gtk/gtkcellrenderertext.c: 
11110         * gtk/gtkcellrendererpixbuf.c: 
11111         * gtk/gtkcellrenderer.c:
11112         * gtk/gtktreeviewcolumn.c: s/[sg]et_param/[sg]et_property/, fixed
11113         missing warnings for invalid property ids, install properties
11114         with g_object_class_install_property() now.
11115         
11116         * gtk/gtksignal.c:
11117         (gtk_signal_emit): let g_signal_emit_valist() collect the values for us.
11118         
11119 Wed Oct 25 14:17:43 2000  Owen Taylor  <otaylor@redhat.com>
11120         
11121         * gtk/gtkwidget.[ch] (gtk_widget_is_focus): Add a function
11122         to determine if a window is the focus widget within
11123         its toplevel.
11124
11125         * gtk/gtkcontainer.[ch]: Fix the return type of ::focus
11126         to be boolean.
11127
11128         * gtk/gtkcontainer.c (gtk_container_real_focus): Move handling 
11129         of the case where the container CAN_FOCUS to here instead
11130         of having it in each individual move-the-focus place.
11131
11132         * gtk/gtkcontainer.c: Rewrite handling of left-right and up-down
11133         focusing to be geometric in a much more obvious sense. Arrowing
11134         around is still non-intuitive because it isn't perfect and
11135         because entries, etc, grab the arrow keys, but it at least
11136         usually will do what you expect now.
11137         
11138         * gtk/gtknotebook.[ch]: Many cleanups. Moved docs inline in this
11139         file.
11140
11141         * gtk/gtknotebook.c: Change tabs to be a single item in
11142         the focus chain. Make movement of focus on tabs with arrow
11143         keys wrap around.
11144         
11145         * gtk/gtknotebook.c (gtk_notebook_find_child): Add
11146         CHECK_FIND_CHILD macro to give informative error messages
11147         instead of silent returns.
11148
11149         * gtk/gtknotebook.c (gtk_notebook_init): Set the RECEIVES_DEFAULT 
11150         flag since we handle GdkReturn on the tabs.
11151
11152         * gtk/gtknotebook.c (gtk_notebook_expose_tabs): Invalidate
11153         windows rather than sending expose events directly.
11154
11155         * gtk/gtknotebook.[ch] docs/Changes-2.0.txt: Move structure 
11156         definition for GtkNotebookPage into .c file, since it is private.
11157
11158         * gtk/testgtk.c (create_notebook): Add option for 
11159         testing borderless notebook.
11160
11161         * gtk/testgtk.c (page_switch): Removed egregious poking
11162         around in GTK+ internals.
11163
11164         * docs/widget-system.txt: Remove references to GTK_REDRAW_PENDING.
11165
11166         * gtk/gtkclist.[ch]: Remove key press handler, handle focusing
11167         properly through gtk_clist_focus. Make the title headers a
11168         single item in the tab-focus chain, and make left-right wrap
11169         around.
11170
11171         * gtk/gtkwindow.c (gtk_window_focus): Add a custom
11172         focus method so that wrapping around works properly.
11173
11174         * gtk/gtktreeview.c: Remove calls to gtk_container_set_focus_child() - 
11175         that is handled for the widget now. 
11176
11177 Mon Dec 11 11:41:12 2000  Owen Taylor  <otaylor@redhat.com>
11178
11179         * gtk/gtkinvisible.c (gtk_invisible_init): Flag invisible
11180         widgets as TOPLEVEL.
11181
11182         * gtk/gtkwidget.c (gtk_widget_queue_resize): Don't assume
11183         TOPLEVEL widgets are containers.
11184
11185         * gtk/gtkinvisible.h: Remove useless include.
11186
11187 2000-12-11  Havoc Pennington  <hp@redhat.com>
11188
11189         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): 
11190         Handle chopping off \r\n and 0x2029 in addition to \n before
11191         passing to PangoLayout
11192
11193         * gtk/gtkimcontextsimple.c
11194         (gtk_im_context_simple_get_preedit_string): 
11195         return an empty string if no match is pending
11196
11197         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): add
11198         assertion that the returned preedit string was sane
11199
11200         * gtk/gtktext*.[hc], gtk/testtext.c, gtk/testtextbuffer.c:
11201         s/gtk_text_iter_next_char/gtk_text_iter_forward_char/g;
11202         s/gtk_text_iter_prev_char/gtk_text_iter_backward_char/g;
11203
11204 Mon Dec 11 10:02:26 2000  Owen Taylor  <otaylor@redhat.com>
11205
11206         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_finalize): 
11207         Fix up finalizer to chain to its parent.
11208
11209 2000-12-11  Alexander Larsson  <alexl@redhat.com>
11210
11211         * docs/README.linux-fb (GDK_KEYBOARD_TYPE):
11212         Clearified the difference between the keyboard types. Wrote a note
11213         about the magic sysrq key to get out of raw mode.
11214
11215 2000-12-09  James Henstridge  <james@daa.com.au>
11216
11217         * gdk/linux-fb/gdkmouse-fb.c (GdkFBMouseDevice): add prot struct
11218         member to hold masks for detecting the start of a protocol packet.
11219         (mouse_devs): add packet start masks for ps2 and ms device types.
11220         Left the mask for fidmour blank, as I have no idea what it should
11221         be.
11222         (handle_mouse_io): skip bytes until we get to the start of a
11223         packet.  My Logitech mouse seems to be passing an extra NULL pad
11224         byte, and GPM does a similar thing here.
11225         (gdk_fb_mouse_ms_open): changed error message to not say psaux, as
11226         this is the ms mouse driver.
11227         (gdk_fb_mouse_ms_packet): fix up button handling, which was
11228         completely broken except for button1.  It was checking the wrong
11229         bit in the packet for the status of the right mouse button, and
11230         wrongly assuming right == button2 rather than 3.  I fixed that and
11231         also added support for middle button (button2).
11232
11233 2000-12-08  Havoc Pennington  <hp@redhat.com>
11234
11235         * gtk/gtktextbtree.c (gtk_text_btree_insert): fix breakage here
11236         that cause a segfault on text insertion
11237
11238         * gtk/gtktextchild.c (gtk_text_child_anchor_queue_resize): fix 
11239         warning
11240
11241         * gtk/gtktextiter.c (test_log_attrs): use
11242         _gtk_text_buffer_get_line_log_attrs to speed things up a bit
11243
11244         * gtk/gtktextbuffer.c (_gtk_text_buffer_get_line_log_attrs): 
11245         Get log attrs for a line, using a cache stored on the buffer
11246         
11247         * gtk/gtkcolorsel.h (GTK_COLOR_SELECTION_GET_CLASS): fix typo,
11248         reported by Jeff Franks
11249
11250 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
11251
11252         * gdk/linux-fb/gdkmouse-fb.c (gdk_fb_mouse_ms_open):
11253         /dev/ttyS0 -> /dev/mouse
11254
11255 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
11256
11257         * gdk/linux-fb/gdkfont-fb.c (gdk_fontset_load):
11258         Added dummy gdk_fontset_load.
11259
11260 2000-12-08  Alexander Larsson  <alexl@redhat.com>
11261
11262         * docs/README.linux-fb:
11263         * docs/Makefile.am:
11264         Initial GtkFB docs.
11265         
11266         * gdk/linux-fb/Makefile.am:
11267         Define GDK_DATA_PREFIX.
11268
11269         * gdk/linux-fb/gdkmain-fb.c:
11270         Fix typo.
11271         Change default display to /dev/fb0.
11272
11273         * gdk/linux-fb/gdkpango-fb.c:
11274         Add $(prefix)/share/fonts/ to font path.
11275         
11276 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
11277
11278         * gdk/linux-fb/gdkkeyboard-fb.c:
11279         New file containing the abstracted keyboard driver. Most code
11280         taken from gdkinput-ps2.c
11281
11282         * gdk/linux-fb/gdkinput-ps2.c:
11283         Removed file.
11284         
11285         * gdk/linux-fb/Makefile.am:
11286         Added gdkkeyboard-fb.c, removed gdkinput-ps2.c.
11287
11288         * gdk/linux-fb/gdkcolor-fb.c:
11289         display->fb was renamed to display->fb_fd.
11290
11291         * gdk/linux-fb/gdkcursor-fb.c:
11292         gdk_mouse_get_info -> gdk_fb_mouse_get_info
11293
11294         * gdk/linux-fb/gdkinput.c:
11295         Moved gdk_input_init here from gdkinput-ps2.c
11296
11297         * gdk/linux-fb/gdkmain-fb.c:
11298         display->fb was renamed to display->fb_fd.
11299         Now the tty and the console is opened here instead
11300         of in the keyboard driver. Also check GDK_VT to see what
11301         tty to open.
11302         Move gdk_beep () here from gdkinput-ps2.c
11303         gdk_mouse_get_info -> gdk_fb_mouse_get_info
11304
11305         * gdk/linux-fb/gdkmouse-fb.c:
11306         Add header.
11307         gdk_mouse_get_info -> gdk_fb_mouse_get_info
11308         Return correct keyboard modifiers.
11309         GDK_MOUSETYPE -> GDK_MOUSE_TYPE for consistancy
11310
11311         * gdk/linux-fb/gdkprivate-fb.h:
11312         Add tty and vt info to display.
11313         Add orignal modeinfo storage to display
11314         Update global functions
11315
11316         * gdk/linux-fb/gdkwindow-fb.c:
11317         Added gdk_fb_window_find_focus().
11318         gdk_mouse_get_info -> gdk_fb_mouse_get_info
11319
11320 2000-12-07  Havoc Pennington  <hp@pobox.com>
11321
11322         * gdk/x11/gdkkeys-x11.c (gdk_keymap_lookup_key): fix name of 
11323         function, noticed by Alex
11324
11325 2000-12-06  Elliot Lee  <sopwith@redhat.com>
11326
11327         * configure.in: Detect freetype properly
11328
11329         * modules/basic/Makefile.am, gdk/linux-fb/Makefile.am: Make use of
11330         above.
11331
11332 2000-12-06  Alexander Larsson  <alexl@redhat.com>
11333
11334         * gdk/linux-fb/Makefile.am:
11335         Add gdkmouse-fb.c
11336         
11337         * gdk/linux-fb/gdkmouse-fb.c:
11338         New file. Abstracted the mouse drivers a bit.
11339
11340         * gdk/linux-fb/gdkcursor-fb.c:
11341         The cursor hide/show functions was moved here from gdkinput-ps2.c.
11342
11343         * gdk/linux-fb/gdkinput-ps2.c:
11344         Removed old mouse handling code. Moved cursor handling code
11345         to gdkcursor-fb.c, moved gdk_fb_window_send_crossing_events() to
11346         gdkwindow-fb.c. gdk_input_get_mouseinfo was renamed to
11347         gdk_mouse_get_info.
11348
11349         * gdk/linux-fb/gdkmain-fb.c:
11350         Pass NULL pointers for x,y in gdk_mouse_get_info call.
11351
11352         * gdk/linux-fb/gdkprivate-fb.h:
11353         Removed public gdk_fb_find_common_ancestor, added and renamed
11354         functions for the new mouse handling code.
11355
11356         * gdk/linux-fb/gdkwindow-fb.c:
11357         Moved gdk_fb_window_send_crossing_events here. added global
11358         variable gdk_fb_window_containing_pointer. made
11359         gdk_fb_find_common_ancestor static. gdk_input_get_mouseinfo was
11360         renamed to gdk_mouse_get_info.
11361
11362 2000-12-06  Alexander Larsson  <alexl@redhat.com>
11363
11364         * gdk/linux-fb/gdkevents-fb.c:
11365         Update to match latest gmain/gsource changes.
11366
11367         * gdk/linux-fb/gdkinput-ps2.c:
11368         Bogus gdk_keymap_get_entries_for_keycode implementation so that
11369         it links. Will be implemented later.
11370
11371 2000-12-03  Havoc Pennington  <hp@pobox.com>
11372
11373         * gdk/Makefile.am: add gdkkeys.[hc]
11374
11375         * gdk/gdkkeys.h, gdk/gdkkeys.c: Move all the keyval stuff to these
11376         files from gdk.h, gdk.c; add GdkKeymap type and operations on it.
11377
11378         * acconfig.h, configure.in: add checks and command line options
11379         for XKB
11380
11381         * gdk/x11/gdkkeys-x11.c: Implement the above functions
11382         
11383         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Put the keycode
11384         and group in the key event
11385
11386         * gdk/gdkevents.h (struct _GdkEventKey): Add a hardware_keycode
11387         field with the low-level hardware key code, and a group
11388         field with the keyboard group
11389
11390         * gdk/x11/gdkprivate-x11.h: include config.h for HAVE_XKB,
11391         and declare a couple globals used for keymap handling
11392         
11393         * gtk/gtkimcontextsimple.c: Implement ISO 14755 input method,
11394         hold down Shift-Control and type a hex number to get a Unicode 
11395         character corresponding to the hex number
11396         (gtk_im_context_simple_get_preedit_string): Fix cursor position
11397         (return bytes not chars)
11398
11399 2000-12-05  Elliot Lee  <sopwith@redhat.com>
11400
11401         * gdk/gdkcolor.h: Make GdkColor specify element sizes
11402         to avoid waste on 64-bit platforms.
11403
11404 Tue Dec  5 15:49:31 2000  Owen Taylor  <otaylor@redhat.com>
11405
11406         * INSTALL: Fix link to PNG home, remove reference
11407         to fribidi.
11408
11409         * gdk/x11/gdkevents-x11.c: Fix up for new GMain API.
11410         
11411         * gdk/win32/gdkevents-win32.c: Fix up for new GMain API. (Not
11412         tested.)
11413
11414         * gtk/gtkcheckmenuitem.c: Permanently turn on
11415         always_show_toggle.
11416
11417         * gtk/gtkclist.c (gtk_clist_get_pixtext): Allow mask to 
11418         be NULL. (Vladimir Klebanov, #26545)
11419
11420         * gtk/gtkspinbutton.c (gtk_spin_button_insert_text): Fix 
11421         some signed/unsigned comparison problems. (#6510,
11422         David Kaelbling)
11423
11424         * gtk/gtkwidget.[ch] (gtk_widget_is_ancestor): Change
11425         return type to boolean (Oskar Liljeblad, #18648)
11426
11427 2000-12-05  Alexander Larsson  <alexl@redhat.com>
11428
11429         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_display_new):
11430         Remove bogus colormap setting.
11431
11432 2000-12-05  Alexander Larsson  <alexl@redhat.com>
11433
11434         * gdk/linux-fb/gdkcolor-fb.c:
11435         More complete colormap handling. Now GdkRGB work in 8 bpp modes.
11436
11437         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_image):
11438         Must set colormap.
11439         
11440 Tue Dec  5 13:17:53 GMT 2000  Tony Gale <gale@gtk.org>
11441
11442         * docs/tutorial/gtk-tut.sgml: DND updates
11443
11444 2000-12-05  Alexander Larsson  <alla@lysator.liu.se>
11445
11446         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
11447         Remove old debug g_warning().
11448         (gdk_fb_draw_drawable): The src argument can be either a wrapper
11449         or an implementation, just pass the implementation to draw_drawable_2.
11450         
11451         * gdk/linux-fb/gdkprivate-fb.h:
11452         Added GDK_IS_DRAWABLE_IMPL_FBDATA()
11453
11454         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
11455         clear and invalidate area when window is destroyed.
11456         (send_map_events): Remove old commented out code.
11457
11458 2000-12-05  Alexander Larsson  <alexl@redhat.com>
11459
11460         * gdk/linux-fb/gdkpango-fb.c:
11461         Use italic instead of oblique in font aliases.
11462         
11463         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic,
11464         _gdk_fb_gc_calc_state): Support GDK_XOR, add g_warning for
11465         other unsupported functions.
11466
11467 2000-12-04  Havoc Pennington  <hp@redhat.com>
11468
11469         * gtk/gtkpaned.c (gtk_paned_expose): fix this to be sane
11470
11471         * gtk/gtkvpaned.c (gtk_vpaned_expose): Add an expose handler
11472
11473         * gtk/gtkhpaned.c (gtk_hpaned_expose): Add an expose handler
11474
11475         * gtk/gtknotebook.c (gtk_notebook_draw_tab): put in a temporary 
11476         hack to avoid infinite loops (synthetic expose event) - 
11477         Owen has more appropriate fixes in a branch he'll check in later.
11478
11479         * gtk/gtktextiter.c (gtk_text_iter_ends_line): handle paragraph
11480         separator, CR, and CRLF as line ends
11481
11482         * gtk/gtktextbtree.c (gtk_text_btree_insert): on insertion, break
11483         into lines using pango_find_paragraph_boundary(); other bits of
11484         the widget are still going to be broken if the boundary isn't '\n'
11485         though
11486
11487 2000-12-04  Alexander Larsson  <alexl@redhat.com>
11488
11489         * gdk/linux-fb/gdkfont-fb.c (gdk_text_width): Divide size by 2, not
11490         multiply.
11491
11492         * gdk/linux-fb/gdkpango-fb.c:
11493         Copied some 26.6 scaling macros from pango to clean up the rounding.
11494         (pango_fb_font_get_glyph_info): Correct sign on x value.
11495
11496         * gdk/linux-fb/gdkprivate-fb.h:
11497         Removed unreferenced external functions.
11498
11499         * modules/linux-fb/Makefile.am: Use ` instead of '.
11500
11501         * modules/linux-fb/basic.c:
11502         Remove dead code. In particular the dummy lang engine which broke all
11503         pango layouts in GtkFB. Don't include tables-big.i anymore.
11504
11505         * modules/linux-fb/tables-big.i:
11506         Upgrade to latest version from pango. Left for reference, basic_ranges
11507         moved to basic.c.
11508         
11509 2000-12-04  Havoc Pennington  <hp@redhat.com>
11510
11511         Fix bugs Alex found:
11512         
11513         * gtk/gtktooltips.c (gtk_tooltips_force_window): nuke connection
11514         to "draw"
11515
11516         * gtk/gtkdnd.c (gtk_drag_highlight): nuke connection to "draw"
11517
11518         * gtk/gtkcolorsel.c (palette_new): nuke connection to "draw"
11519
11520         * gtk/gtklistitem.c (gtk_list_item_expose): Put the old _draw() 
11521         implementation in here, apparently the expose() implementation was
11522         dead code.
11523
11524 2000-12-04  Alexander Larsson  <alexl@redhat.com>
11525
11526         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
11527         Return positive descent.
11528
11529 2000-12-02  Havoc Pennington  <hp@pobox.com>
11530
11531         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove "draw" virtual
11532         method and signal
11533         
11534         * gtk/gtkwidget.c (gtk_widget_draw): Now just queues a draw then
11535         calls gdk_window_process_updates() to push the exposes through
11536         (gtk_widget_class_init): No more draw signal, no
11537         gtk_widget_real_draw()  
11538         
11539         * gtk/gtkbin.c (gtk_bin_draw): remove
11540
11541         * gtk/gtkbox.c (gtk_box_draw): remove
11542
11543         * gtk/gtkbutton.c (gtk_button_draw): remove
11544
11545         * gtk/gtkcalendar.c (gtk_calendar_draw): remove
11546
11547         * gtk/gtkcheckbutton.c (gtk_check_button_draw): remove
11548
11549         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_draw): remove
11550
11551         * gtk/gtkclist.c (gtk_clist_draw): remove
11552
11553         * gtk/gtkentry.c (gtk_entry_draw): remove
11554
11555         * gtk/gtkeventbox.c (gtk_event_box_draw): remove
11556
11557         * gtk/gtkfixed.c (gtk_fixed_draw): remove
11558
11559         * gtk/gtkframe.c (gtk_frame_draw): remove
11560
11561         * gtk/gtkhandlebox.c (gtk_handle_box_draw): remove
11562
11563         * gtk/gtkhpaned.c (gtk_hpaned_draw): remove
11564
11565         * gtk/gtklayout.c (gtk_layout_draw): remove
11566
11567         * gtk/gtklist.c (gtk_list_draw): remove
11568
11569         * gtk/gtklistitem.c (gtk_list_item_draw): remove
11570
11571         * gtk/gtkmenu.c (gtk_menu_draw): remove
11572
11573         * gtk/gtkmenubar.c (gtk_menu_bar_draw): remove
11574
11575         * gtk/gtkmenuitem.c (gtk_menu_item_draw): remove
11576
11577         * gtk/gtknotebook.c (gtk_notebook_draw): remove
11578
11579         * gtk/gtkoptionmenu.c (gtk_option_menu_draw): remove
11580
11581         * gtk/gtkpacker.c (gtk_packer_draw): remove
11582
11583         * gtk/gtkrange.c (gtk_range_draw): remove
11584
11585         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_draw): remove
11586
11587         * gtk/gtkspinbutton.c (gtk_spin_button_draw): remove
11588
11589         * gtk/gtktable.c (gtk_table_draw): remove
11590
11591         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_draw): remove
11592
11593         * gtk/gtktext.c (gtk_text_draw): remove
11594
11595         * gtk/gtktextview.c (gtk_text_view_draw): remove
11596
11597         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): remove
11598
11599         * gtk/gtktoolbar.c (gtk_toolbar_draw): remove
11600
11601         * gtk/gtktree.c (gtk_tree_draw): remove
11602
11603         * gtk/gtktreeitem.c (gtk_tree_item_draw): remove
11604
11605         * gtk/gtktreeview.c (gtk_tree_view_draw): remove
11606
11607         * gtk/gtkviewport.c (gtk_viewport_draw): remove
11608
11609         * gtk/gtkvpaned.c (gtk_vpaned_draw): remove
11610
11611         * gtk/gtkvscale.c (gtk_vscale_draw): remove
11612
11613         * gtk/gtkwindow.c (gtk_window_draw): remove
11614
11615 2000-20-01  Anders Carlsson  <andersca@gnu.org>
11616
11617         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): Fix bug when
11618         a GtkToggleButton is both insensitive and active, it was being
11619         drawn by the GtkButton draw handler which doesn't check the
11620         state. Now it's calling gtk_toggle_button_paint instead.
11621         
11622 2000-12-01  Havoc Pennington  <hp@redhat.com>
11623
11624         * gtk/gtktextdisplay.c (gtk_text_layout_draw): don't create
11625         dangling pointers to the appearance attributes from the 
11626         line display
11627
11628         * gdk/gdkdraw.c (gdk_drawable_get_image): allow negative
11629         width/height to mean "full width/height of drawable"
11630
11631         * gtk/gtktextview.h, gtk/gtktextview.c: Implement double/triple
11632         click to select word/line
11633         
11634         * gtk/gtktextiter.c (test_log_attrs): include paragraph delimiters 
11635         when getting log attrs. Get a slice, so that pixmaps and stuff
11636         are properly handled.
11637
11638         * gtk/gtktextbuffer.c (paste): Fix pasting to work properly if you
11639         paste into the selection (replaces selection now, previously
11640         crashed or added to selection). Reveals longstanding btree bug -
11641         select multiple lines, middle-click on the selection, boom. This
11642         isn't related to my changes though.
11643
11644         * gtk/gtkentry.c (gtk_entry_move_forward_word): Update to reflect
11645         PangoLogAttrs changes
11646         (gtk_entry_move_backward_word): ditto
11647
11648         * gtk/gtktextlayout.h, gtk/gtktextlayout.c: Make the iter motion
11649         functions return bool whether the iter moved onto a
11650         dereferenceable position.
11651  
11652         * gtk/gtktextview.h, gtk/gtktextview.c: Add a bunch of public
11653         functions for motion in terms of display lines.
11654
11655         * gtk/gtktextmark.c (gtk_text_mark_get_buffer): Add function to
11656         get the buffer a mark is inside
11657         
11658 2000-12-01  Alexander Larsson  <alexl@redhat.com>
11659
11660         * gdk/linux-fb/Makefile.am:
11661         * modules/linux-fb/Makefile.am:
11662         Freetype 2 final uses freetype-config
11663
11664         * gdk/linux-fb/gdkpango-fb.c:
11665         Upgrade to use Freetype 2 final.
11666         More flexible support for font aliases, this also fixes a bug with
11667         GtkFontSelector, as the aliases must be visible in the font/family list,
11668         or GtkFontSelector reads uninitialized memory.
11669
11670 2000-11-30 Hidetoshi Tajima  <tajima@eng.sun.com>
11671
11672         * modules/input/gtkimcontextxim.c (setup_im): Add NULL argument to
11673         XGetIMValues to properly terminate variable argument list, and do
11674         NULL return check for ic_values and xim_styles.
11675
11676         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset):
11677         Restore preedit state after XmbResetIC().
11678         
11679         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic):
11680         XvaCreateNestedList() should take XvaNestedList, but not
11681         XvaNestedList*.
11682
11683         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset,
11684         preedit_draw_callback, preedit_caret_callback): Match
11685         "preedit-changed" signal name to "preedit_changed" to be
11686         consistent to the spec.
11687
11688         * gtk/gtkimcontextsimple.c (check_table):
11689         Match "preedit-changed" to "preedit_changed" to be consistent
11690         to the spec.
11691
11692 Thu Nov 30 23:03:04 2000  Owen Taylor  <otaylor@redhat.com>
11693
11694         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Properly handle
11695         gc->clip_region == NULL>
11696
11697 2000-11-30  Tor Lillqvist  <tml@iki.fi>
11698
11699         Changes by Hans Breuer:
11700         
11701         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
11702         Dont't use negative width and height as max_hints. This fixes
11703         Owen's recent testgtk changes for win32.
11704
11705         * gdk/win32/gdkgc-win32.c (gdk_win32_hdc_get,
11706         gdk_win32_hdc_release): These are exported and may be called with
11707         other drawable types than our GdkDrawableImplWin32 (?).
11708
11709         * gdk/gdkwindow.c: Backing store appears to work on Windows now,
11710         so always #define USE_BACKING_STORE.
11711
11712         * gtk/gtktextdisplay.c (render_layout_line): Use g_print instead
11713         of printf for debugging output.
11714
11715         * gtk/gtktextlayout.c (allocate_child_widgets): Ditto.
11716         
11717         * gtk/gtktextview.c (gtk_text_view_child_allocated): Ditto.
11718
11719         * gtk/gtkmain.h (GTKMAIN_C_VAR): Win32 fix for dllimport
11720         declaration.
11721
11722         * gtk/gtktexttypes.h: Ditto.
11723
11724         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): Return a value
11725         (GDK_VoidSymbol) also if in case of arg check failure.
11726
11727         * gtk/gtkimcontextsimple.c
11728         (gtk_im_context_simple_get_preedit_string): Don't assign cursor
11729         position to the pointer, but to the variable it points to.
11730
11731         * gtk/makefile.msc.in (DEFINES): Define GTK_VERSION.
11732
11733         * gtk/gtk.def: Updates.
11734
11735 2000-11-29  Elliot Lee  <sopwith@redhat.com>
11736
11737         * gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
11738         GTK_TYPE_TREE_MODEL.
11739
11740 2000-11-29  Alexander Larsson  <alexl@redhat.com>
11741
11742         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
11743         Set the size of the font from the description.
11744         (gdk_text_width): Gross hack that calculates the width
11745         of text by text_length * size/2. This is necessary because
11746         GtkLabel does some ugly gtk_string_width call to calculate
11747         an good size.
11748         (linux-fb/gdkprivate-fb.h): Removed unused field FT_Face.
11749
11750 Wed Nov 29 13:39:19 GMT 2000  Tony Gale <gale@gtk.org>
11751
11752         * docs/tutorial/gtk-tut.sgml: DND updates
11753
11754 2000-11-29  Alexander Larsson  <alexl@redhat.com>
11755
11756         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
11757         If you pass width or height == 0 to gdk_window_clear_area they
11758         should be calculated from the window size.
11759
11760 2000-11-29  Alexander Larsson  <alexl@redhat.com>
11761
11762         * gdk/linux-fb/gdkinput-ps2.c (move_pointer): If there is
11763         a grab, but no grab-cursor, use the cursor from the grabbed
11764         window. (gdk_fb_window_send_crossing_events): Send normal
11765         enter/leave notifications if grab and owner_events == TRUE.
11766
11767 2000-11-29  Alexander Larsson  <alexl@redhat.com>
11768
11769         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
11770         Do implicit button grabs, even if the window doesn't
11771         want the event.
11772         (gdk_fb_window_send_crossing_events): If there is a
11773         grab, only the grabbed window gets normal enter/leave
11774         notifications. On ungrab go from grabbed window to current.
11775         Don't send any notification to b when propagating from c -> b.
11776         If setting a grab on window, don't set prev_window.
11777         (handle_mouse_input): Send enter/leave events to the window the
11778         mouse is over, not the grabbed one.
11779         
11780 2000-11-28  Elliot Lee  <sopwith@redhat.com>
11781
11782         * gdk/gdkregion-generic.c: Zap warning.
11783         * modules/input/Makefile.am: Only build im-xim if USE_X11 is enabled
11784         * gtk/gtkrc.c: s/strcpy/memcpy/ to save a few nanoseconds.
11785
11786 2000-11-28  Alexander Larsson  <alla@lysator.liu.se>
11787
11788         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
11789         The cursor should be hidden if it is part of either the
11790         source or destination region. Not only if it is in both.
11791         (gdk_window_set_transient_for): Silence warnings.
11792
11793 2000-11-28  Alexander Larsson  <alexl@redhat.com>
11794
11795         * gdk/linux-fb/mifillarc.c (miFillArcSliceSetup):
11796         The default mode in X is Pie Arcs, therefore that is
11797         what Gtk+ uses.
11798
11799 2000-11-28  Alexander Larsson  <alexl@redhat.com>
11800
11801         * gdk/linux-fb/gdkinput-ps2.c:
11802         Implement correct EnterNotify/LeaveNotify:
11803         (gdk_fb_window_send_crossing_events): New function that sends
11804         all GdkCrossingEvents from the last mouse-window to the specified
11805         destination.
11806         (gdk_fb_window_visibility_crossing): Removed function.
11807         (handle_mouse_input): Use gdk_fb_window_send_crossing_events()
11808         (send_button_event, gdk_fb_cursor_reset): Use gdk_window_at_pointer
11809         instead of gdk_window_get_pointer() for better readability.
11810
11811         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab,
11812         gdk_fb_pointer_ungrab): Use gdk_fb_window_send_crossing_events.
11813
11814         * gdk/linux-fb/gdkprivate-fb.h:
11815         removed gdk_fb_window_visibility_crossing, added
11816         gdk_fb_window_send_crossing_events and gdk_fb_find_common_ancestor.
11817
11818         gdk/linux-fb/gdkwindow-fb.c (gdk_fb_find_common_ancestor):
11819         New function that finds the least common ancestor of two windows.
11820         (gdk_window_show, gdk_window_hide):
11821         Use gdk_fb_window_send_crossing_events.
11822         (gdk_fb_window_move_resize): Send configure events to toplevel
11823         windows. Use gdk_fb_window_send_crossing_events.
11824
11825 2000-11-27  Havoc Pennington  <hp@redhat.com>
11826
11827         * gtk/gtkprivate.h (enum): Remove a trailing comma
11828
11829 2000-11-27  Federico Mena Quintero  <federico@helixcode.com>
11830
11831         * gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to
11832         the "changed" callback of the adjustment.  We need to redraw the
11833         spin button's arrows when the adjustment's range changes.
11834         (adjustment_changed_cb): Draw the arrows.
11835         (gtk_spin_button_value_changed): Draw the arrows.
11836
11837 2000-11-23  Alexander Larsson  <alexl@redhat.com>
11838
11839         * gdk/linux-fb/gdkselection-fb.c:
11840         Initial selection implementation.
11841
11842         * gtk/gtkselection.c:
11843         if GDK_WINDOWING_FB defined, include linux-fb/gdkfb.h and look up
11844         requestor in gtk_selection_request.
11845         
11846         * gdk/linux-fb/gdkfb.h, gdk/linux-fb/gdkglobals-fb.c:
11847         Added gdk_selection_property atom.
11848
11849         * gdk/linux-fb/gdkprivate-fb.h:
11850         Export _gdk_selection_window_destroyed.
11851         Removed mask_off_x/y from GdkCursorPrivateFB.
11852         Removed hbearing, added top, left to PangoFBGlyphInfo.
11853
11854         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
11855         Call _gdk_selection_window_destroyed
11856         (_gdk_windowing_window_init): Don't call gdk_cursor_new() before
11857         the root window has been created.
11858         (static_dx_hack, static_dy_hack, compare_draw_rects,
11859         gdk_fb_window_move_resize): Remove unnecessary sort of rectangles
11860         in region. They are already sorted. Instead just traverse them in
11861         reverse if draw_direction < 0.
11862         
11863         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
11864         Double-clicks must be sent after the normal button_press.
11865         (gdk_fb_cursor_unhide): Remove usage of mask_off_x/y. Clean up.
11866         
11867         * gdk/linux-fb/gdkgeometry-fb.c (gdk_window_scroll):
11868         Pass _gdk_fb_screen_gc instead of NULL.
11869
11870         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
11871         Initialize gdk_selection_property.
11872         (gdk_event_make): Remove unused code.
11873
11874         * gdk/linux-fb/gdkcursor-fb.c:
11875         Make the pixmap for the cursor the same size as the mask. Also remove
11876         the mask_off_x/y fields in GdkCursorPrivateFB and combine
11877         _gdk_cursor_new_from_pixmap() and gdk_cursor_new_from_pixmap()
11878         Now the whole cursor is visible.
11879
11880         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
11881         Fix bug where xdest+height instead of ydest+height was used
11882         to calculate if the source and dest overlapped. This fixes the
11883         redraw bug when the main window in testgtk was scrolled when
11884         partially covered by a tall window.
11885         Copy rectangles in region in order depending on draw_direction.
11886         Also moved the draw_direction flipping of start_y and end_y into
11887         the gc functions, as this might not be what all of them want.
11888         (gdk_fb_draw_lines): Support dashed lines.
11889         (gdk_fb_draw_glyphs): Clean up glyph placement. Also fix positioning
11890         so that the text is positioned correctly (was 1 pixel high).
11891
11892         gdk/linux-fb/gdkgc-fb.c:
11893         Initialize cap_style to GTK_CAP_BUTT. This fixes a problem where
11894         all lines were drawn a pixel to short. Also checked the default of
11895         the rest of the values, and they're the same as X now.
11896
11897         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_glyph_info):
11898         Clean up pixel positioning of the glyphs. Just use bgy->top and
11899         bgy->left. Also used PANGO_PIXEL where appropriate and added 0.5
11900         to all divisions to get correct rounding behaviour.
11901
11902         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_draw_drawable_generic,
11903         gdk_fb_draw_drawable_memmove, gdk_fb_draw_drawable_aa_24):
11904         Moved start_y/end_y flip into draw_drawable implementations.
11905         Flip also x rendering when draw_direction < 0.
11906         Remove unneccesary multiply with draw_direction.
11907
11908 Wed Nov 22 14:11:19 GMT 2000  Tony Gale <gale@gtk.org>
11909
11910         * docs/tutorial/gtk-tut.sgml:
11911           - get rid of gtk_toggle_button_toggled FUD
11912           - start DND section - needs work - based on:
11913                 http://wolfpack.twu.net/docs/gtkdnd/
11914
11915 2000-11-22  Alexander Larsson  <alexl@redhat.com>
11916
11917         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
11918         Correct calculation of font metrics. Now GtkEntrys have sane
11919         size.
11920
11921 2000-11-22  Alexander Larsson  <alexl@redhat.com>
11922
11923         * gdk/gdktypes.h:
11924         Add new type GdkSpan
11925         
11926         * docs/reference/gdk/gdk-sections.txt,
11927         docs/reference/gdk/tmpl/regions.sgml, gdk/gdkregion-generic.c,
11928         gdk/gdkregion.h:
11929         Implement and document gdk_region_spans_intersect_foreach.
11930
11931         * gdk/linux-fb/Makefile.am, gdk/linux-fb/gdkrender-fb.c:
11932         Add new file gdkrender-fb.c which contains all core
11933         rendering code.
11934         Add gdk_fb_fill_rectangle_generic (old rectangle code) and
11935         gdk_fb_fill_rectangle_simple_16, gdk_fb_fill_rectangle_simple_32
11936         (optimized rectangle fillers).
11937
11938         * gdk/linux-fb/gdkdrawable-fb2.c:
11939         Move all rendering code to gdkrender-fb.c.
11940         Change from using GdkRectangles and GdkSegments for spans to GdkSpan.
11941         Use the new span intersection functions in gdk_fb_fill_spans.
11942         gdk_fb_draw_rectangle() clips filled rectangles and calls
11943         gc->fill_rectangle with the result.
11944         gdk_fb_fill_spans() gets extra argument "sorted".
11945
11946         * gdk/linux-fb/gdkevents-fb.c:
11947         Remove unused includes and defines.
11948         New function gdk_fb_get_time() to get correct time for events.
11949
11950         * gdk/linux-fb/gdkinput-ps2.c:
11951         Use gdk method of generating multiple-clicks (gdk_event_button_generate)
11952         Make sure to set the time of all events.
11953
11954         * gdk/linux-fb/gdkmain-fb.c:
11955         Use gdk_fb_get_time ().
11956
11957         * gdk/linux-fb/gdkprivate-fb.h:
11958         New virtual GC calls: fill_span & fill_rectangle.
11959         Export gdk_fb_get_time().
11960         gdk_fb_fill_spans() gets extra argument "sorted".
11961
11962         * gdk/linux-fb/mi*.c:
11963         Use GdkSpan instead of GdkRectangle.
11964         Pass correct sorted to gdk_fb_fill_spans. (sorted value taken
11965         from XFree 4 source)
11966         
11967 2000-11-22    <jrb@redhat.com>
11968
11969         * gtk/gtktreeview.c (gtk_tree_view_calc_size): It's amazing what
11970         reversing the order in an if statement will do.  Doing so managed
11971         to make the treemodelsort half work.  Other half will follow after
11972         I get the insert function fully fixed.
11973
11974 2000-11-21  Elliot Lee  <sopwith@redhat.com>
11975         * gtk/gtkmenushell.h: GdkEventButton->button can occupy significantly
11976         more than 2 bits. Besides, I need to implement an evil hack. :)
11977
11978 Tue Nov 21 14:17:51 GMT 2000  Tony Gale <gale@gtk.org>
11979
11980         * docs/tutorial/gtk-tut.sgml: minor corrections
11981
11982 2000-11-20  Jonathan Blandford <jrb@redhat.com>
11983         * gtk/gtktreemodelsort.h: Add convertion functions to let you
11984           convert to and from relative path's and iters.
11985
11986         * gtk/treestoretest.c: move to having a sorted/unsorted view.  Start
11987           testing sorting functions a bit better.  Currently broken -- will
11988           fix in morning.
11989
11990 2000-11-20  Havoc Pennington  <hp@redhat.com>
11991
11992         * gtk/gtkwidget.c: Documented a bunch of functions in here
11993         (gtk_widget_realize): Warn if you try to realize
11994         a widget with no parent that isn't a toplevel
11995         (gtk_widget_intersect): return a gboolean
11996
11997 2000-11-20  Havoc Pennington  <hp@redhat.com>
11998
11999         * gtk/gtktextview.c, gtk/gtktextlayout.c, gtk/gtktextchild.c,
12000         gtk/testtext.c: Semi-finish widget embedding. Need guffaw
12001         scrolling to be implemented in GDK to finish. Also, right now
12002         we just size_allocate all children on every layout change,
12003         which is pretty lame. Test commented out of testtext.c, 
12004         until it works better.
12005
12006 2000-11-20  Alexander Larsson  <alla@lysator.liu.se>
12007
12008         * gdk/linux-fb/gdkdrawable-fb2.c:
12009         Removed unused arguments from gdk_fb_drawable_get_pixel().
12010
12011         * gdk/linux-fb/gdkinput-ps2.c (handle_input_ps2):
12012         Renamed fidur specific mouse packet data in MouseDevice to
12013         generic. Used it in ps2 mouse handling code to avoid blocking
12014         reads.
12015
12016 Sat Nov 18 18:00:17 2000  Jonathan Blandford  <jrb@redhat.com>
12017
12018         * demos/gtk-demo/main.c: Changed to have the list become
12019         non-italic when the demo window is destroyed through an external
12020         event (like a close button).  Doing so found three bugs in the
12021         widget.
12022
12023         * demos/gtk-demo/*.c (do_*): Changed to return the toplevel window.
12024
12025         * gtk/gtkliststore.c (gtk_list_store_set_cell): emit "change" when
12026         we actually set the cell.
12027
12028         * gtk/gtktreestore.c (gtk_tree_store_set_cell): ditto
12029
12030         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
12031         free a leaked path.  Thanks memprof.
12032
12033 Sat Nov 18 11:58:17 2000  Owen Taylor  <otaylor@redhat.com>
12034
12035         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Fix 
12036         off-by-one error when destroying allocated segments
12037         on failure. (Elliot)
12038
12039 Sat Nov 18 11:45:09 2000  Owen Taylor  <otaylor@redhat.com>
12040
12041         * gtk/gtkcalendar.c: Patch from ChiDeok Hwang to fix
12042         memleaks found by Evan Martin.
12043
12044 Fri Nov 17 20:14:20 2000  Owen Taylor  <otaylor@redhat.com>
12045
12046         * Released 1.3.2
12047         
12048         * NEWS: Updates for 1.3.2
12049
12050 2000-11-17  Tor Lillqvist  <tml@iki.fi>
12051
12052         * gdk/gdkevents.h: Add comment that GdkXEvent isn't only for XEvent,
12053         but in general for window system specific events.
12054
12055         * gtk/gtk.def
12056         * gtk/makefile.mingw.in
12057         * gtk/makefile.msc.in: Update.
12058         
12059         * gtk/gtktexttypes.h: Mark variables for export/import from DLL.
12060
12061 Thu Nov 16 16:11:39 2000  Owen Taylor  <otaylor@redhat.com>
12062
12063         * gtk/Makefile.am (EXTRA_DIST): Do not, in any circumstances,
12064         distribute gtk.immodules.
12065
12066         * gtk/Makefile.am (install-data-local): Don't install the
12067         gtk.immodules file created for the uninstalled modules;
12068         instead run gtk-query-immodules after install
12069
12070 Wed Nov 15 21:51:31 2000  Owen Taylor  <otaylor@redhat.com>
12071
12072         * modules/input/Makefile.am (im_xim_la_LDFLAGS): Point
12073         -rpath to the right install location.
12074
12075         * modules/input/Makefile.am (im_inuktitut_la_LDFLAGS): Remove
12076         -export-dynamic.
12077
12078         * gtk/gtkthemes.c (gtk_theme_engine_get): Set engine->name
12079         properly.
12080
12081 2000-11-15  Havoc Pennington  <hp@pobox.com>
12082
12083         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): Apply
12084         patch from Mikael Hermansson to temporarily stop blinking while
12085         the user is using the keyboard to type or navigate. 
12086
12087         Also, when blinking, stay on for longer than we stay off. Also,
12088         return from start_cursor_blink if !cursor_visible, to save
12089         checking that flag all over the place before we call
12090         start_cursor_blink.
12091
12092 Thu Nov 16 01:25:51 2000  Robert Brady  <robert@suse.co.uk>
12093
12094         * gtk/gtkrc.*: Remove the locale-specific gtkrc's, as they
12095         only contain a "fontset" line, which is now ignored.
12096
12097         * gtk/gtkentry.c (gtk_entry_button_release): Make 
12098         double-click-to-select-word work.
12099         
12100 Wed Nov 15 20:16:54 2000  Owen Taylor  <otaylor@redhat.com>
12101
12102         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): 
12103         Don't move back one char when we are actually at the end of the 
12104         paragraph.
12105
12106 2000-11-15  Robert Brady  <robert@suse.co.uk>
12107
12108         * modules/input/iminuktitut.c (inuktitut_compose_seqs): 
12109         'o' < 'p'.
12110         
12111         * gtk/gtkmain.c: s/CODSET/CODESET/, include <libintl.h> for
12112         bind_textdomain_codeset.
12113
12114         (gtk_init_check): Make the warning about translating default:LTR
12115         sterner.
12116         
12117 Wed Nov 15 18:39:40 2000  Owen Taylor  <otaylor@redhat.com>
12118
12119         * **/Makefile.am : remove unecessary rules for win32-specific
12120         config-substituted targets. If you want these rules, use
12121         --enable-maintainer-mode (called automatically by autogen.sh).
12122         Stops a lot of unneccessary make-time warnings.
12123
12124         * gtk/gtktext{layout,display}.c: Factor in total width as
12125         well as screen when figuring alignment for word-wrap as well as
12126         no wrap; this is necessary to handle lines that cannot be wrapped
12127         at all.
12128
12129 2000-11-15  Havoc Pennington  <hp@redhat.com>
12130
12131         * gtk/testtext.c: Implement essential color cycling feature
12132
12133 2000-11-15  Havoc Pennington  <hp@redhat.com>
12134
12135         * gtk/gtktextview.c (changed_handler): Invalidate the side windows
12136         when we invalidate the main window.
12137
12138         * gtk/testtext.c (create_view): Get rid of text_changed_callback,
12139         GtkTextView will now invalidate the side windows for us when text
12140         changes.
12141
12142 Wed Nov 15 16:02:20 2000  Owen Taylor  <otaylor@redhat.com>
12143
12144         * gtk/gtktextview.c (changed_handler): Call scroll_calc_now()
12145         unconditionally, since we may need to update the horizontal
12146         scrollbars even if the height didn't change.
12147
12148         * gtk/gtktextlayout.c (add_preedit_attrs): Always get
12149         the extra attrs, since some of them affect size.
12150
12151         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Factor in
12152         x_offset correctly.
12153
12154 2000-11-15  Havoc Pennington  <hp@redhat.com>
12155
12156         * gtk/gtktextlayout.c (set_para_values): If indent is negative,
12157         don't move the first line out into the margin, instead move the
12158         whole paragraph in order to make space for the first line within 
12159         the margin
12160
12161 2000-11-15  Havoc Pennington  <hp@redhat.com>
12162
12163         * gtk/gtktextview.c (changed_handler): offset redraw rect by
12164         xoffset in addition to yoffset, so horizontal scrolling doesn't
12165         break redraws
12166
12167 2000-11-15  Havoc Pennington  <hp@redhat.com>
12168
12169         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove extra pixel
12170         from the cursor
12171         (render_layout_line): fix reversed test that caused weird
12172         underlines to get drawn
12173
12174 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
12175
12176         * gdk/linux-fb/gdkprivate-fb.h:
12177         Fix debug macros.
12178         
12179 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
12180
12181         * gdk/linux-fb/gdkprivate-fb.h:
12182         Added virtual functions set_pixel, get_color,
12183         fill_span and draw_drawable to the GC.
12184         Added global _gdk_fb_screen_gc to use instead of
12185         NULL when drawing to the screen.
12186         Added _gdk_fb_gc_calc_state() prototype.
12187
12188         * gdk/linux-fb/gdkgc-fb.c:
12189         Call _gdk_fb_gc_calc_state() on any gc state change.
12190
12191         * gdk/linux-fb/gdkglobals-fb.c:
12192         Add _gdk_fb_screen_gc
12193                 
12194         * gdk/linux-fb/gdkdrawable-fb2.c:
12195         _gdk_fb_gc_calc_state() calculates best functions
12196         for the GC state and depth.
12197         Moved bpp specialized code to separate functions.
12198         Added optimized 24 bpp AA draw_drawable.
12199
12200         * gdk/linux-fb/gdkevents-fb.c:
12201         Silence gcc warning.
12202
12203         * gdk/linux-fb/gdkimage-fb.c:
12204         Use _gdk_fb_screen_gc
12205
12206         * gdk/linux-fb/gdkwindow-fb.c:
12207         Init and use _gdk_fb_screen_gc
12208
12209         * gdk/linux-fb/mitypes.h:
12210         Remove unused types.
12211
12212 2000-11-14  Havoc Pennington  <hp@pobox.com>
12213
12214         * gtk/gtktextlayout.c (add_cursor): use PANGO_PIXELS() to convert
12215         to pixels
12216
12217 2000-11-14  Havoc Pennington  <hp@pobox.com>
12218
12219         * gtk/testtextbuffer.c (fill_buffer): change "offset" to "rise"
12220
12221         * gtk/gtktexttypes.h (GTK_TEXT_UNKNOWN_CHAR): Add macro for
12222         unknown char, no real reason we were using a variable. 
12223         Remove gtk_text_unknown_char variable. Fix all the text widget
12224         files accordingly.
12225
12226         * gtk/gtktexttypes.c: Change "unknown character" to 0xFFFC, 
12227         since the Unicode spec seems to prefer that character for our
12228         purposes.
12229
12230 Wed Nov 15 02:18:01 2000  Robert Brady  <robert@suse.co.uk>
12231
12232         * gtk/gtkrc.c (gtk_rc_get_im_module_file): The return 
12233         value of g_getenv() isn't freeable, so g_strdup it.
12234
12235         * modules/input/inuktitut.c: Inuktitut input method.
12236
12237         * modules/input/Makefile.am: Build this.
12238         
12239 2000-11-14  Elliot Lee  <sopwith@redhat.com>
12240
12241         * gtk/Makefile.am: Install gtk.immodules, needed for operation
12242         of gtk programs.
12243
12244 Tue Nov 14 20:13:06 2000  Owen Taylor  <otaylor@redhat.com>
12245
12246         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): Fix
12247         reversed > that was causing Home to go to end of previous line.
12248
12249         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): Ignore
12250         modified-keypresses (leave for bindings.)
12251
12252         * modules/input/Makefile.am: Remove useless -export-dynamic
12253         from module LDFLAGS.
12254
12255 2000-11-14  Havoc Pennington  <hp@redhat.com>
12256
12257         * gdk/gdkpango.c (gdk_draw_layout_line): Draw underlines one pixel
12258         higher.
12259
12260         * gtk/gtktextdisplay.c (render_layout_line): Take rise into
12261         account. Also, render rise, underline, background, etc. for
12262         pixbufs as well as text. Also, draw underlines one pixel higher.
12263
12264         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): Add a
12265         PangoAttribute for the rise, so it gets drawn properly. Also,
12266         add the GtkTextAppearance attribute for pixbuf/widget segments
12267         as well; we should go ahead and have rise, underline, background,
12268         stipple work for those
12269
12270         * gtk/gtktexttag.c: Rename "offset" property to "rise" to match
12271         Pango
12272
12273 2000-11-15  Tor Lillqvist  <tml@iki.fi>
12274
12275         * gtk/makefile.{mingw,msc}.in (gtk_OBJECTS): Add new objects.
12276
12277         * gtk/gtk.def: Update.
12278
12279         * gtk/gtkrc.c: Can't check for G_OS_WIN32 until glib.h has been
12280         included.
12281         (gtk_rc_get_im_module_file): Use run-time installation directory
12282         on Win32.
12283
12284         * gdk/win32/rc/gdk.rc: Remove.
12285         * gdk/win32/rc/gdk.rc.in: New file.
12286         * gdk/win32/rc/Makefile.am: New file
12287         * gdk/win32/Makefile.am: Corresponding changes.
12288
12289         * gtk/gtk.rc: Remove.
12290         * gtk/gtk-win32.rc.in: New file.
12291         * gtk/Makefile.am: Corresponding changes.
12292
12293         * configure.in: Corresponding changes.
12294
12295         * gtk/gtkcompat.h.win32: Remove, useless. A distribution already
12296         has a built gtkcompat.h. Developers using CVS code on Win32 can
12297         hand-edit it from gtkcompat.h.in.
12298
12299         * gtk/makefile.{mingw,msc}.in: Correspondingly don't try to make
12300         gtkcompat.h from gtkcompat.h.win32.
12301
12302 2000-11-14  Havoc Pennington  <hp@redhat.com>
12303
12304         * gtk/gtktextview.c (gtk_text_view_drag_motion): Fix drag-and-drop
12305         to default to GDK_ACTION_MOVE if the drag is within a single
12306         widget. Defaults to GDK_ACTION_COPY between widgets.
12307
12308 Mon Nov 13 14:43:48 2000  Owen Taylor  <otaylor@redhat.com>
12309
12310         * demos/Makefile.am (test-inline-pixbufs.h): Fix srcdir != builddir
12311
12312         * gtk/Makefile.am (INCLUDES): Add -I$(builddir)/gtk
12313
12314         * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): Handles
12315         srcdir != builddir
12316
12317         * modules/input/Makefile.am (INCLUDES): add $(top_srcdir)/gdk
12318
12319         * configure.in (GTK_VERSION): Up to 1.3.2
12320
12321         * modules/input/Makefile.am (im_xim_la_SOURCES): Add 
12322         gtkimcontextxim.h
12323
12324         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): Add
12325         missing doc comment.
12326
12327 2000-11-14  Alexander Larsson  <alexl@redhat.com>
12328
12329         * modules/linux-fb/basic.c:
12330         Use the glib iconv wrappers.
12331
12332 2000-11-13  Havoc Pennington  <hp@pobox.com>
12333
12334         * demos/gtk-demo/textview.c: spiff up the demo a bit; reveals
12335         still more bugs.
12336
12337         * gtk/gtktextview.c (gtk_text_view_value_changed): don't try to
12338         scroll the GdkWindows before realization.
12339
12340 2000-11-13  Havoc Pennington  <hp@redhat.com>
12341
12342         * gtk/gtktextdisplay.c (gtk_text_render_state_update): fix bug 
12343         where GC didn't always get updated properly
12344
12345         * demos/gtk-demo/textview.c (create_tags): Use subattributes
12346         of fonts instead of setting the entire font
12347
12348         * gtk/testtext.c (fill_example_buffer): Use "size" instead of
12349         setting entire font
12350
12351         * gtk/gtkdialog.c (gtk_dialog_add_button): Fix some warnings
12352
12353         * gtk/gtktexttag.h, gtk/gtktexttag.c: Explode font_desc into 
12354         a bunch of individually-settable font attributes. You can still 
12355         use the "font" and "font_desc" args, they just set all the font
12356         attributes at once.
12357
12358 2000-11-13 Elliot Lee <sopwith@redhat.com>
12359
12360         * gdk/gdk.h: Add a couple of missing G_GNUC_CONST's.
12361
12362 Mon Nov 13 14:29:32 2000  Jonathan Blandford  <jrb@redhat.com>
12363
12364         * gtk/gtktreemodel.c (gtk_tree_path_copy): confirm path != NULL
12365         * gtk/gtktreemodel.c (gtk_tree_path_free): ditto
12366
12367         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): make
12368         work better.
12369
12370 2000-11-13  Havoc Pennington  <hp@redhat.com>
12371
12372         * gtk/gtkimmodule.c (gtk_im_module_init): Free the filename of 
12373         the module file.
12374
12375         * gtk/gtktexttag.c (gtk_text_attributes_copy): fix memory leak of
12376         dest->language
12377
12378         * gtk/testtext.c: Test pixels above/below/inside paragraphs
12379         settings
12380
12381         * gtk/gtktextview.c: Implement object args and setters/getters for
12382         all the aspects of the GtkTextAttributes that are not set from
12383         GtkWidget attributes. This is spacing, justification, margins,
12384         etc.
12385
12386         (gtk_text_view_set_arg)
12387         (gtk_text_view_get_arg): implement get/set for editable, wrap mode
12388         args
12389         (gtk_text_view_class_init): Add args for justify, left_margin,
12390         right_margin, indent, and tabs
12391         
12392
12393         * gtk/gtktextlayout.c (set_para_values): fix to display indent
12394         attribute properly
12395
12396         * gtk/gtktexttag.c: Remove left_wrapped_line_margin attribute, 
12397         replace with indent attribute
12398
12399         * gtk/gtktextlayout.c (set_para_values): multiply indent by
12400         PANGO_SCALE
12401
12402         * gtk/gtktextdisplay.c (render_para): Use PangoLayoutIter,
12403         rearranging code to do that
12404         (gtk_text_layout_draw): Pass in the y for the whole LineDisplay,
12405         i.e. don't subtract the top_margin first, just to keep
12406         all margin-futzing in one place.
12407
12408         * gdk/gdkpango.c (gdk_draw_layout): Use PangoLayoutIter
12409
12410         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Remove
12411         special case of last line, Pango now handles this itself.
12412         (gtk_text_layout_get_iter_at_pixel): Fix incorrect clamp of the 
12413         Y coordinate
12414         (gtk_text_layout_move_iter_to_x): port to use PangoLayoutIter
12415         (find_display_line_above): wasn't moving the byte index as it
12416         iterated over lines, so always returned byte 0. Also, port to use
12417         PangoLayoutIter.
12418         (find_display_line_below): same problem as
12419         find_display_line_above. Also, port to use PangoLayoutIter.
12420
12421 2000-11-13  Alexander Larsson  <alexl@redhat.com>
12422
12423         * gdk/linux-fb/*.[ch]:
12424         Massive reindent to gtk+ standard. My hands hurt.
12425
12426         * gdk/linux-fb/gdkcolor-fb.c:
12427         Move GdkColorPrivateFB from inherited to windowing_data
12428
12429         * gdk/linux-fb/gdkcursor-fb.c:
12430         _gdk_cursor_new_from_pixmap made static
12431
12432         * gdk/linux-fb/gdkdnd-fb.c:
12433         GdkDragContextPrivate moved to windowing_data
12434
12435         * gdk/linux-fb/gdkdrawable-fb2.c:
12436         Removed endian.h, use glib endianness macros instead
12437         Some cleanups in the usage of GDK_DRAWABLE_FBDATA
12438         and GDK_DRAWABLE_IMPL_FBDATA
12439
12440         * gdk/linux-fb/gdkfont-fb.c:
12441         Add empty gdk_font_load(). Needed for linking of Gtk+.
12442
12443         * gdk/linux-fb/gdkimage-fb.c:
12444         Removed endian.h, use glib endianness macros instead
12445         Moved GdkImagePrivateFB to windowing_data
12446         gdk_image_new_bitmap didn't always allocate enough
12447         memory.
12448
12449         * gdk/linux-fb/gdkinput-ps2.c:
12450         Added semi-working support for MS serial mice.
12451
12452         * gdk/linux-fb/gdkprivate-fb.h:
12453         s/GdkWindowPrivate/GdkWindowObject/
12454         Removed GdkWindowPrivate typedef
12455         s/GDK_DRAWABLE_P/GDK_DRAWABLE_FBDATA/
12456         Removed GDK_DRAWABLE_P
12457         Move GdkColorPrivateFB from inherited to windowing_data
12458         Moved GdkImagePrivateFB to windowing_data
12459
12460         * gdk/linux-fb/gdkvisual-fb.c:
12461         Removed some unused debug code.
12462
12463         * gdk/linux-fb/gdkwindow-fb.c:
12464         Use stock cursors instead of including X headers.
12465         s/GdkWindowPrivate/GdkWindowObject/
12466
12467         * gdk/linux-fb/mitypes.h:
12468         Removed unused types.
12469
12470         * modules/linux-fb/basic.c:
12471         Use the pango fribidi wrappers.
12472
12473 2000-11-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
12474
12475         * gdk/linux-fb/gdkcolor-fb.c, gdk/nanox/gdkmain-nanox.c,
12476         gdk/win32/gdkcolor-win32.c, gdk/win32/gdkwin32id.c,
12477         gdk/x11/gdkcolor-x11.c, gdk/x11/gdkvisual-x11.c, gdk/x11/gdkxid.c,
12478         gtk/gtkgc.c, gtk/gtkrc.c, gtk/gtktext.c: GCompareFunc ->
12479         GEqualFunc where applicable.
12480         
12481         * gdk/linux-fb/gdkpango-fb.c: pango_font_description_compare ->
12482         pango_font_description_equal as changed in pango.
12483         
12484         * gdk/nanox/gdkmain-nanox.c: gdk_xid_compare -> gdk_xid_equal.
12485
12486         * gdk/win32/gdkcolor-win32.c: gdk_colormap_cmp -> gdk_colormap_equal.
12487
12488         * gdk/win32/gdkwin32id.c: gdk_handle_compare -> gdk_handle_equal.
12489
12490         * gdk/x11/gdkcolor-x11.c: gdk_colormap_cmp -> gdk_colormap_equal.
12491
12492         * gdk/x11/gdkvisual-x11.c: gdk_visual_compare -> gdk_visual_equal.
12493
12494         * gdk/x11/gdkxid.c: gdk_xid_compare -> gdk_xid_equal.
12495
12496         * gtk/gtkgc.c: gtk_gc_key_compare -> gtk_gc_key_equal and
12497         gtk_gc_drawable_compare -> gtk_gc_drawable_equal.
12498
12499         * gtk/gtkrc.c: gtk_rc_style_compare -> gtk_rc_style_equal and
12500         gtk_rc_styles_compare -> gtk_rc_styles_equal.
12501
12502 2000-11-12  Havoc Pennington  <hp@pobox.com>
12503
12504         * demos/gtk-demo/Makefile.am (democodedir): change demo install
12505         dir to datadir/gtk+-2.0/demo
12506
12507         * demos/gtk-demo/textview.c: Text widget demo; reveals all 
12508         sorts of text widget and Pango font bugs. Urgh.
12509
12510         * demos/gtk-demo/Makefile.am (demos): Add textview.c
12511
12512         * demos/gtk-demo/main.c (create_tree): Add instructions at top of
12513         tree that you should double click to see the demo. Fix 
12514         types of variables to reflect changed return values from 
12515         GtkTreeStore and GtkTreeViewColumn constructors.
12516
12517         * gtk/gtktextbuffer.c (gtk_text_buffer_new): ref/sink the
12518         newly-created buffer to prepare for GObject semantics
12519
12520         * gtk/testtext.c: don't leak the buffer with GObject semantics
12521
12522         * gtk/testtextbuffer.c: ditto
12523         
12524 2000-11-12  Havoc Pennington  <hp@pobox.com>
12525
12526         Rename this testgtk to gtk-demo to avoid confusion, and 
12527         install it so people can use it as a supplement to 
12528         the documentation.
12529         
12530         * demos/gtk-demo: Moved from demos/testgtk
12531
12532         * demos/testgtk: Removed
12533
12534         * configure.in: make Makefile in gtk-demo
12535         
12536         * demos/gtk-demo/Makefile.am: Install sample source to 
12537         datadir/gtk-demo (maybe there's a better place?), and 
12538         rename the binary to gtk-demo
12539         
12540         * demos/gtk-demo/main.c (load_file): Load installed sample
12541         source if source isn't found in pwd.
12542
12543 2000-11-09  Havoc Pennington  <hp@pobox.com>
12544
12545         * gtk/gtkentry.c (gtk_entry_class_init): Add an "invisible_char" 
12546         argument to set the char displayed when visibility == FALSE
12547         (gtk_entry_create_layout): If !entry->visible, replace 
12548         all chars with the "invisible char"
12549
12550         * gtk/testgtk.c: Test the invisible_char deal
12551         
12552 Mon Nov 13 02:16:33 2000  Robert Brady  <robert@suse.co.uk>
12553
12554         * gtk/gtkstyle.c (gtk_style_init): Fall back to "fixed" if we
12555         can't get a native font in the right encoding.
12556
12557 Mon Nov 13 00:09:29 2000  Robert Brady  <robert@suse.co.uk>
12558
12559         * configure.in: Chinese .pos have been renamed to zh_CN and zh_TW
12560         respectively.
12561
12562 Sun Nov 12 19:11:42 2000  Owen Taylor  <otaylor@redhat.com>
12563
12564         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_next_line):
12565         Fix warning when moving between paragraphs.
12566
12567         * gtk/gtkentry.[ch]: Change move => move_cursor, 
12568         delete => delete_from_cursor, insert => insert_at_cursor
12569
12570 Sun Nov 12 22:52:51 2000  Robert Brady  <robert@suse.co.uk>
12571
12572         * modules/input/imviqr.c: A vietnamese VIQR-based input method.
12573
12574         * modules/input/imthai-broken.c: A Thai input method for use if
12575         Thai keys are really generating Latin1 keysyms.
12576
12577         * modules/input/Makefile.am: Build these.
12578
12579 Sun Nov 12 22:15:35 2000  Robert Brady  <robert@suse.co.uk>
12580
12581         * gtk/gtkfileselection.c, gdk/win32/gdkfont-win32.c: 
12582         g_filename_{to,from}_utf8 now takes an extra parameter.
12583
12584         * gtk/gtkcalendar.c (gtk_calendar_init): Convert output of
12585         strftime into UTF-8.
12586
12587         (column_from_x, gtk_calendar_paint_day_names): Support RTL
12588         calendars.
12589
12590         (gtk_calendar_paint_day_names): Draw day names in the right 
12591         place.
12592         
12593 Sun Nov 12 14:10:09 2000  Owen Taylor  <otaylor@redhat.com>
12594
12595         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): Fix
12596         problem with using result of g_get_charset() backwards -
12597         pointed out by Mikael Hermansson <mikeh@bahnhof.se>.
12598
12599         * gtk/gtkwindow.c (gtk_window_compute_hints): Support
12600         negative min_width/height and max_width/height to
12601         mean "requisition"; this allows setting a window
12602         to be user-resizable in only one direction easily.
12603
12604         * gtk/testgtk.c (create_main_window): Remove hard-coded
12605         usize - set a default size in the vertical direction.
12606
12607 Sun Nov 12 13:33:01 2000  Owen Taylor  <otaylor@redhat.com>
12608
12609         * gtk/gtkrange.c: Add some missing casts. Support 
12610         2 and 3 button clicks on the arrows to mean 
12611         "move by pages" and "jump to end". (Like gtkspinbutton)
12612
12613 2000-11-12 Hans Breuer <Hans@Breuer.Org>
12614
12615         * gdk/win32/makefile.msc : reflect build module changes
12616
12617         * gdk/win32/gdkcursor-win32.c : can't cast to impl type directly
12618         from GdkPixmap*, cast implementation member instead.
12619
12620         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_drawable) : The
12621         passed in drawable is of type GdkDrawableImplWin32, the GdkPixmap *src 
12622         maybe either GdkDrawable or GdkDrawableImpl. Corrected all casts, add
12623         more Gdi functions return value checking. 
12624         (gdk_win32_draw_image) : use IMAGE_PRIVATE_DATA to get on the
12625         GdkImagePrivateWin32 *.
12626
12627         * gdk/win32/gdkevents-win32.c : Disable the SetCapture call to make
12628         menus useable again. Add #pragma message to keep reminded on this issue.
12629         (gdk_event_translate) : don't generate GDK_EXPOSE events for InputOnly
12630         windows. This allows to enable backing store on Win32!
12631
12632         * gdk/win32/gdkimage-win32.c (_gdk_win32_get_image) : the passed
12633         in drawable is of impl type. Correct specific type checks appropriate.
12634  
12635         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_create_from_data) : check 
12636         GDK_WINDOW_DESTROYED before allocating new resources.
12637
12638         * gdk/win32/gdkselection-win32.c : Handle GDK_WINDOW_DESTROYED case
12639
12640         * gdk/win32/gdkwindow-win32.c : more Gdi return value checking,
12641         (gdk_window_foreign_new) initialize parent handle.
12642         (gdk_window_destroy_notify) add GDK_IS_WINDOW check
12643
12644         * gdk/win32/gdkgeometry-win32.c (_gdk_window_move_resize_child) :
12645         Let the GDI invalidate the window on MoveWindow call to fix scrolling
12646         problems (e.g. main buttons in testgtk). 
12647
12648 Sat Nov 11 23:07:30 2000  Owen Taylor  <otaylor@redhat.com>
12649
12650         * gtk/gtkentry.c (gtk_entry_key_press): Call 
12651         gtk_widget_activate for GDK_Return.
12652
12653         * gtk/gtkentry.c (gtk_entry_preedit_changed_cb): Fix handling
12654         of preedit cursor position.
12655
12656 Sun Nov  5 04:24:53 2000  Owen Taylor  <otaylor@redhat.com>
12657
12658         * gtk/gtkcellrenderertextpixbuf.c: Make parent_class
12659         static.
12660
12661 Tue Sep 19 10:54:22 2000  Owen Taylor  <otaylor@redhat.com>
12662
12663         * modules/input/{gtkimcontextxim.[ch],imxim.c}: Rip
12664         out support for multiple locales; that simple doesn't
12665         work reliably with current Xlib
12666
12667         * gtk/gtkimcontext*.[ch] gtk/gtkimmulticontext.[ch]
12668         gtk/gtktextlayout.[ch] gtk/gtktextview.c gtk/gtkentry.c: 
12669         Add support for positioning the cursor within the preedit string.
12670
12671 Mon Sep 18 23:56:32 2000  Owen Taylor  <otaylor@redhat.com>
12672
12673         * modules/input/{imxim.c,gtkimcontextxim.[ch]}: Start
12674         at XIM input method module.
12675
12676         * gtk/gtktextview.c: Check for bindings after passing
12677         events to im context filter.
12678
12679 Mon Sep 18 11:50:51 2000  Owen Taylor  <otaylor@redhat.com>
12680
12681         * gtk/gtktextlayout.c (add_preedit_attrs): Handle
12682         empty attribute lists properly.
12683
12684 Sun Sep 17 10:08:16 2000  Owen Taylor  <otaylor@redhat.com>
12685
12686         * gtk/queryimmodules.c (main): Return non-zero exit
12687         status if errors were encountered querying any
12688         modules.
12689
12690         * modules/input/Makefile.am (moduledir): remove
12691         leftover bin program target.
12692
12693         * docs/make-todo: Fix typo in error message.
12694
12695 Sat Sep 16 14:04:30 2000  Owen Taylor  <otaylor@redhat.com>
12696
12697         * configure.in: Add modules/input/Makefile
12698
12699 Sat Sep 16 14:01:52 2000  Owen Taylor  <otaylor@redhat.com>
12700
12701         * gtk/gtk.h: include gtkmodule.h gtkoldeditable.h,
12702         don't include gtkthemes.h.
12703
12704         * gtk/testgtk.c gtk/testtext.c: Set environment variables
12705         to point
12706
12707         * gtk/Makefile.am: Add new .c and .h files, build 
12708         gtk-query-immodules and use it to create a gtk.immodules
12709         file for use of test programs.
12710
12711         * gtk/gtkpreview.c: remove extra blank line.
12712
12713 Sat Sep 16 13:21:04 2000  Owen Taylor  <otaylor@redhat.com>
12714
12715         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_add_table): 
12716         Add the ability to add extra tables beyond the default
12717         one, and also the ability to have compose sequences 
12718         that are prefixes of other compose sequences. 
12719
12720         * gtk/gtkimcontextsimple.c: Export a preedit string which
12721         consists of possible candidates for keystrokes that have
12722         been entered but not yet committed.
12723
12724         * gtk/gtkimcontext.[ch] gtk/immulticontext.[ch]
12725         gtk/gtkimcontextsimple.[ch]: add gtk_im_context_reset()
12726
12727         * gtk/gtkmulticontext.[ch] (gtk_im_multicontext_append_menuitems): 
12728         Add a function to add input-method switching menu items
12729         to a menu.
12730
12731         * gtk/gtkimmulticontext.[ch]: Properly handly set_client_window
12732         when switching input methods.
12733
12734         * gtk/gtkimcontextsimple.[ch]: Change the format of
12735         the compose table to allow compose tables of different
12736         lengths / sequence.
12737
12738 Sat Sep 16 13:05:48 2000  Owen Taylor  <otaylor@redhat.com>
12739
12740         * gtk/gtkimmodule.[ch]: Support routines for loading
12741         GtkIMContext implementations dynamically at runtime.
12742
12743         * modules/input/imcyrillic-translit.c: A sample input
12744         method (based on GtkIMContextSimple with an extra table),
12745         which demonstrates preedit strings and the module
12746         system for input modules
12747
12748         * gtk/queryimmodules.c: Program to query the available
12749         input modules and write the results into a file.
12750          
12751         * gtk/gtkrc.[ch] (gtk_rc_get_im_module_file): Add
12752         extra config options "im_module_file" (cache file for
12753         input method modules), and "im_module_path" - path
12754         to look for modules when generating cache file.
12755
12756         This doesn't scale.
12757
12758 Sat Sep 16 13:09:06 2000  Owen Taylor  <otaylor@redhat.com>
12759
12760         * gtk/gtkthemes.[ch] gtk/gtkmodule.[ch]: Move most of the 
12761         generic code from gtkthemes into a new abstraction
12762         GtkModule which has the logic for implementing
12763         a loadable module which implements a number of 
12764         GObject types.
12765
12766 Sat Sep 16 13:07:13 2000  Owen Taylor  <otaylor@redhat.com>
12767
12768         * gtk/gtkeditable.[ch]: Convert GtkEditable from
12769         a class into an interface  
12770         
12771         * gtk/gtkoldeditable.[ch]: Move the old editable
12772         implementation into here, so legacy widgets can
12773         still rely on the implemenation. GtkOldEditable
12774         exports GtkEditable. Make selection handling
12775         code use new text conversion functions (and
12776         handle UTF-8 as a side-effect). Use GtkClipboard
12777         for CLIPBOARD.
12778
12779         * gtk/gtktext.[ch] gtk/gtkcombo.c gtk/gtkspinbutton.c:
12780         Adopt to match above changes.
12781
12782         * gtk/gtkentry.[ch]: Implement GtkEditable directly,
12783         avoid GtkOldEditable implementation. Restructure
12784         to reduce number of places that modify state directly.
12785         Move to GtkBindingSet. Display the preedit string.
12786         Queue recomputation of PangoLayout and scroll position
12787         to improve effiency of doing complex changes naively.
12788         Add a menu with cut/copy/paste and input method selection.
12789
12790 Thu Sep 14 22:11:05 2000  Owen Taylor  <otaylor@redhat.com>
12791
12792         * gtk/gtktextlayout.[ch]: Add gtk_text_layout_set_preedit_string()
12793         to set preedit string and attributes; display preedit string by
12794         inserting string and attributes at cursor when creating the
12795         GtkTextLineDisplay.
12796
12797         * gtk/gtktextlayout.c: Move all conversions between byte
12798         positions in PangoLayout and GtkTextIter into new functions
12799         line_display_iter_to_index/index_to_iter that properly
12800         handle the preedit string.
12801
12802         * gtk/gtktextmark.[ch]: Restore gtk_text_mark_get_name, modify
12803         it to return const char * (eventually will end up
12804         as GCONST char *, most likely.)
12805
12806         * gtk/gtktextview.[ch]: Handle the preedit string, call
12807         gtk_im_context_reset() as necessary, add a menu to switch
12808         input methods.
12809         
12810         * gtk/gtktextlayout.[ch]: Remove useless
12811         gtk_text_layout_get_log_attrs() function.
12812
12813 2000-11-11  Tor Lillqvist  <tml@iki.fi>
12814
12815         * gdk/gdk.def
12816         * gtk/gtk.def: Update.
12817
12818         * gdk/win32/*.c: Add last argument to g_type_register_static()
12819         calls.
12820
12821         * gdk/win32/gdkwindow-win32.c: Silence gcc -Wall.
12822
12823         * gdk/win32/gdkevents-win32.c: Handle MSH_MOUSEWHEEL messages
12824         generated by older wheel mouse drivers. Get the correct y
12825         coordinate from WM_MOUSEWHEEL messages.
12826
12827         * gdk/win32/gdkgc-win32.c (gdk_win32_cap_style_to_string,
12828         gdk_win32_fill_style_to_string, gdk_win32_function_to_string,
12829         gdk_win32_join_style_to_string, gdk_win32_line_style_to_string):
12830         Debugging functions.
12831
12832         * gdk/win32/gdkprivate-win32.h: Declare them.
12833
12834         * gdk/win32/gdkinput-win32.h: Add declaration for
12835         gdk_input_window_destroy().
12836
12837         * gtk/makefile.mingw.in: Pass -DGTK_VERSION. Add gtktreemodel.o.
12838
12839 Fri Nov 10 19:06:41 2000  Jonathan Blandford  <jrb@redhat.com>
12840
12841         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): New
12842         function to help handle keeping things in sync.
12843
12844 Fri Nov 10 12:10:34 2000  Jonathan Blandford  <jrb@redhat.com>
12845
12846         * gtk/gtkliststore.c (gtk_model_simple_class_init): use the new
12847         BOXED marshallers.
12848
12849         * gtk/gtkliststore.c (gtk_list_store_get_column_type): Add this.
12850         (gtk_list_store_class_init): use the new BOXED marshallers.
12851
12852         * gtk/gtktreestore.c (gtk_tree_store_new_with_types): change
12853         new_with_values to new_with_types.
12854         (gtk_tree_store_get_column_type): add this.
12855         (gtk_tree_store_class_init): use the new BOXED marshallers.
12856
12857         * gtk/gtkmarshal.list: Added a number of BOXED marshallers to
12858         mirror some POINTER marshallers.
12859
12860 Thu Nov  9 11:23:22 2000  Jonathan Blandford  <jrb@redhat.com>
12861
12862         * gtk/gtktreemodel.h (struct _GtkTreeIter): added more fields to
12863         allow more interesting iterators.  Also, made the lifecycle of
12864         iterators more explicit.
12865
12866         * gtk/gtktreemodelsort.[ch]: New model for sorting.
12867
12868         * gtk/gtk-boxed.defs (GtkTreeIter, GtkTreePath): Added two boxed
12869         types.
12870
12871 2000-11-09  Alexander Larsson  <alexl@redhat.com>
12872
12873         * demos/testgtk/menus.c:
12874         Changes to make the new testgtk compile after
12875         gtk_menu_append was removed.
12876
12877         * gdk/linux-fb/gdkdrawable-fb2.c
12878         (gdk_fb_get_depth, gdk_fb_get_visual,
12879         gdk_drawable_impl_fb_class_init): Implement
12880         these drawable functions. Now GtkImages work again.
12881
12882         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Change prototype.
12883
12884         * gdk/linux-fb/gdkprivate-fb.h (_gdk_fb_get_image): Change prototype.
12885         
12886         * gdk/linux-fb/gdkmain-fb.c (fb_modes_parse_mode,
12887         gdk_fb_setup_mode_from_name, gdk_fb_set_mode, gdk_fb_display_new);
12888         Parse /etc/fb.modes, use the environment variables GDK_DISPLAY_MODE,
12889         GDK_DISPLAY_DEPTH, GDK_DISPLAY_WIDTH, GDK_DISPLAY_HEIGHT.
12890
12891 2000-11-08  Havoc Pennington  <hp@pobox.com>
12892
12893         * gtk/gtktexttag.c (gtk_text_tag_class_init): Add visible and
12894         visible_set args, don't know where these had gone, I thought they
12895         used to be there
12896
12897         * gtk/testtext.c: Add a menu item to apply invisibility tag;
12898         now we can test the feature and see that it's totally broken.
12899
12900 2000-11-08  Havoc Pennington  <hp@pobox.com>
12901
12902         Make DND copy pixbufs and tags when source and target share a 
12903         tag table.
12904         
12905         * gtk/gtktextview.c (gtk_text_view_drag_data_get): provide the
12906         in-process GTK_TEXT_BUFFER_CONTENTS target
12907         (gtk_text_view_drag_data_received): Paste from
12908         GTK_TEXT_BUFFER_CONTENTS if we receive it.
12909
12910 2000-11-08  Alexander Larsson  <alexl@redhat.com>
12911
12912         * docs/Changes-2.0.txt: Add note about GtkMenuPositionFunc
12913         API changes.
12914
12915         * gtk/gtkmenu.c: Add support for scrolling menus.
12916         Remove gtk_menu_append/prepend/insert, these have been moved to
12917         gtkcompat.h as #defines.
12918
12919         * gtk/gtkcompat.h.in:
12920         Add compatibility #defines for gtk_menu_append/prepend/insert
12921
12922         * gtk/gtkmenu.h: Add data needed for scrolling menus.
12923         GtkMenuPositionFunc gets an extra argument push_in.
12924         gtk_menu_append/prepend/insert removed.
12925         
12926         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Change menu
12927         positioning behaviour to fit to scrolling menus.
12928
12929         * gtk/gtkmenuitem.c (gtk_menu_item_forall): Don't recurse
12930         into menuitem->submeny. That is wrong, and broke torn
12931         off submenus of torn off menus, since they were unrealized
12932         when the first menu was unrealized.
12933
12934         * gtk/gtkmenushell.[ch]: Virtualize gtk_menu_shell_insert() and
12935         gtk_menu_shell_select_item() since these need to be overridden in
12936         GtkMenu.
12937
12938         * gtk/gtkoptionmenu.c (gtk_opttion_menu_position): Change menu
12939         positioning behaviour to fit to scrolling menus.
12940         (gtk_option_menu_key_press, gtk_option_menu_button_press): Select
12941         the current item so that it is prelighted when the menu pops up.
12942         This is a workaround to the fact that the menu doesn't get the
12943         initial enter event (due to grabs).
12944
12945         * gtk/gtkfilesel.c, gtk/gtkinputdialog.c, gtk/testgtk.c:
12946         s/gtk_menu_append/gtk_menu_shell_append/
12947
12948         * gtk/gtknotebook.c:
12949         s/gtk_menu_insert/gtk_menu_shell_insert/
12950
12951         * gtk/testgtk.c (create_menu, create_menus):
12952         Create the first menu with 50 items so that menu scrolling
12953         can be tested.
12954         
12955         
12956         Patch from Jonathan Blandford  <jrb@redhat.com>
12957
12958         * gtk/gtkmenuitem.[ch] (gtk_menu_item_toggle_size_request): new
12959         system to handle size requests.  First, we ask what the size of
12960         the toggle is.  Then, when allocating the size, we allocate the
12961         toggle_size first.  This way we can have multiple menu-item
12962         classes w/o needing a seperate class for each.
12963
12964         * gtk/gtkmenu.c (gtk_menu_size_request): Actually use the new system.
12965         * gtk/gtkmenu.c (gtk_menu_size_allocate): Use the new system.
12966
12967         * gtk/gtkcheckmenuitem.c
12968         (gtk_check_menu_item_toggle_size_request): New function to handle
12969         the toggle size-request.
12970
12971 2000-11-07  Havoc Pennington  <hp@redhat.com>
12972
12973         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location):
12974         Half-ass somewhat fix this function, so that scrolling to the
12975         insertion point works. Pango hacking is in the future to really
12976         fix it.
12977
12978         * gtk/gtktextview.c (gtk_text_view_drag_data_get): Don't calculate
12979         length of data, no longer used.
12980
12981         * gtk/gtktextbuffer.c (gtk_text_buffer_finalize): move destroy
12982         method contents in here, get rid of destroy method
12983         (gtk_text_buffer_insert_range): Fix some g_return_if_fail checks
12984         that were backward. Remove debug spew.
12985         (cut_or_copy): Make the clipboard work with insert_range to
12986         preserve tags and pixbufs, not just the primary selection.
12987
12988 2000-11-07  Havoc Pennington  <hp@redhat.com>
12989
12990         * gtk/gtktextmark.c (gtk_text_mark_is_visible): rename 
12991         to gtk_text_mark_get_visible
12992
12993         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): fix
12994         bug that was generating an invalid iterator
12995
12996         * gtk/gtktextiter.c (gtk_text_iter_get_offset): move call to
12997         ensure_char_offsets() in front of code placing the iter in an
12998         invalid state.
12999
13000         * gtk/gtktextbuffer.c (gtk_text_buffer_paste_primary):
13001         make override_location arg const
13002         (paste): Replace the selection if we paste into the 
13003         current selection
13004
13005         * gtk/gtkselection.h: Remove "GtkSelectioData"
13006         (struct _GtkSelectionData): move the definition here.
13007
13008         * gtk/gtktextbuffer.c (gtk_text_buffer_update_primary_selection):
13009         Export the GTK_TEXT_BUFFER_CONTENTS target for in-process copies
13010
13011         * gtk/gtktextiter.c (gtk_text_iter_get_tags): New function
13012
13013         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_range): implement
13014         (gtk_text_buffer_insert_range_interactive): implement
13015         (gtk_text_buffer_get_tags): Remove, replaced by
13016         gtk_text_iter_get_tags()
13017
13018         * gtk/gtktextiter.c (gtk_text_iter_forward_search): Add a search
13019         limit parameter, to avoid infinite linear scan.
13020         (gtk_text_iter_backward_search): Add search limit
13021         (gtk_text_iter_forward_find_char): Add search limit
13022         (gtk_text_iter_backward_find_char): Add search limit
13023
13024 2000-11-07  Alexander Larsson  <alla@lysator.liu.se>
13025
13026         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
13027         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkimage-fb.c,
13028         gdk/linux-fb/gdkpango-fb.c, gdk/linux-fb/gdkpixmap-fb.c,
13029         gdk/linux-fb/gdkwindow-fb.c:
13030         use g_object_new() instead of g_type_create_instance() which
13031         is a private function for fundamental type implementations.
13032
13033         * gdk/linux-fb/gdkinput-ps2.c:
13034         Use MEDIUMRAW instead of RAW keycodes. Remove keyboard state-table
13035         instead just store the current modifier state. Add a (somewhat broken)
13036         keyboard input parser for XLATE mode too, if we couldn't use MEDIUMRAW.
13037         Rename exported function gdk_input_ps2_get_mouseinfo to
13038         gdk_input_get_mouseinfo.
13039
13040         * gdk/linux-fb/gdkmain-fb.c, gdk/linux-fb/gdkprivate-fb.h,
13041         gdk/linux-fb/gdkwindow-fb.c:
13042         gdk_input_ps2_get_mouseinfo was renamed to gdk_input_get_mouseinfo.
13043         
13044
13045 2000-11-02  Havoc Pennington  <hp@redhat.com>
13046
13047         * gtk/gtkfilesel.h, gtk/gtkfilesel.c: Derive from GtkDialog, and
13048         use stock buttons. Should be 100% source compatible, appropriate
13049         filesel fields now point to dialog->vbox and dialog->action_area.
13050         On the bizarre side, dialog->action_area and filesel->action_area
13051         are not the same widget.
13052         (gtk_file_selection_init): Put some padding around the selection
13053         entry, so it isn't touching the GtkDialog separator.    
13054
13055         * gtk/gtkfontsel.h, gtk/gtkfontsel.c: Derive from GtkDialog, 
13056         use stock buttons, etc. Should also be source compatible.
13057         Set the dialog default title in _init not _new().
13058         
13059         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): 
13060         Use stock buttons; don't put a button box inside the existing
13061         dialog button box. Don't bother with push/pop colormap anymore.
13062
13063         * gtk/gtkdialog.h (GtkResponseType): Add a bunch of more 
13064         specific GTK_RESPONSE_* values. This is clearer than ACCEPT/REJECT
13065         for message dialog, and necessary for the font selection and color
13066         selection with help and apply buttons.
13067         
13068         * gtk/gtkdialog.c (gtk_dialog_add_button): Return a pointer 
13069         to the created button widget. Set GTK_CAN_DEFAULT on the button.
13070         (gtk_dialog_init): Default to GTK_BUTTONBOX_END, put less spacing
13071         between buttons, put less padding around the action area.
13072         (gtk_dialog_run): Exit on unmap rather than on destroy. 
13073         This will also exit the loop if the widget is hidden.
13074         (gtk_dialog_delete_event_handler): Use GTK_RESPONSE_DELETE_EVENT
13075         instead of GTK_RESPONSE_NONE; since we're already adding a bunch
13076         of GTK_RESPONSE_* stuff, this seems cleaner, and lets you 
13077         special-case delete event.
13078
13079         * gtk/gtktexttagtable.c, gtk/gtktextview.c: Fix doc comment
13080         formatting
13081         
13082 Sun Nov  5 05:32:39 2000  Tim Janik  <timj@gtk.org>
13083
13084         * gtk/testgtk.c (uposition_stop_configure): provide a toggle
13085         button to temporarily disable position recording in the
13086         "saved position" test.
13087
13088 Sat Nov  4 05:37:17 2000  Tim Janik  <timj@gtk.org>
13089
13090         * gtk/gtkthemes.c: added compat code that temporarily implements
13091         GtkThemeEnginePlugin as a GObject exporting GTypePlugin. this is
13092         going to be revamped by owen's upcoming GtkModule patches, but
13093         untill then people want gtk to build, right? ;)
13094
13095 2000-11-04  Havoc Pennington  <hp@pobox.com>
13096
13097         * gtk/gtkenums.h: remove trailing comma from GtkDeleteType member
13098         list
13099
13100         * docs/Changes-2.0.txt: Add note about
13101         gtk_container_get_toplevels()
13102
13103         * gtk/gtktextview.h: formatting
13104         
13105         * gtk/gtktextview.c: don't start descriptions with "Returns",
13106         confuses gtk-doc
13107
13108 Sat Nov  4 10:12:27 2000  Owen Taylor  <otaylor@redhat.com>
13109
13110         * autogen.sh: When doing sanity checking on ACLOCAL_FLAGS,
13111         look for glib-2.0.m4 not glib.m4. (Ali Abdin)
13112
13113 2000-11-03  Havoc Pennington  <hp@redhat.com>
13114
13115         * gtk/gtktexttagtable.c: Docs
13116         (gtk_text_tag_table_size): return a signed int
13117
13118         * gtk/gtktexttag.c: s/tkxt/text/g; write documentation
13119         (gtk_text_tag_event): make the event_object a GObject
13120
13121         * gtk/gtktextview.c: Write API docs for all functions.
13122
13123         * gtk/gtktextview.h: add GTK_TEXT_WINDOW_PRIVATE as return value
13124         for gtk_text_view_get_window_type() called on one of the private
13125         windows.
13126
13127         * gtk/gtktextview.c: Instead of accessing text_view->buffer
13128         directly, call get_buffer() which demand-creates a default
13129         buffer. So gtk_text_view_new() can be used to create a view with a
13130         default buffer in it, if you just want an empty text box users can
13131         put data in. Useful for GUI builders also.
13132
13133 2000-11-03  Pablo Saratxaga <pablo@mandrakesoft.com>
13134
13135         * gtk/gtkrc.zh_TW.*: moved gtkrc.zh_TW.Big5 to gtkrc.zh_TW.big5;
13136         the charset encodign portion MUST be in lowercase.
13137         * gtk/gtkrc.az: added file for Azeri language
13138
13139 2000-11-03  Havoc Pennington  <hp@redhat.com>
13140
13141         Get widgets working on the btree/buffer side. Display of them 
13142         still doesn't work.
13143         
13144         * gtk/gtktextview.c: start implementing child widget stuff
13145
13146         * gtk/gtktextiter.c (gtk_text_iter_get_child_anchor): new function
13147
13148         * gtk/gtktextlayout.c: handle embedded widgets
13149
13150         * gtk/gtktextdisplay.c: handle embedded widgets
13151
13152         * gtk/gtktextchild.c: Implement all the child anchor goo
13153
13154         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor): New
13155         function
13156
13157         * gtk/gtktextbtree.c: Add child anchor table to the btree struct
13158         (insert_pixbuf_or_widget_segment): abstract out common portions of 
13159         creating a child anchor or a pixbuf segment.
13160         (gtk_text_btree_create_child_anchor): new function
13161         (gtk_text_btree_unregister_child_anchor): new function
13162
13163         * gtk/gtkmarshal.list: added VOID:OBJECT,INT,INT for the
13164         allocate_child signal on GtkTextLayout
13165
13166         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): fix bogus return
13167         values
13168         (gtk_text_iter_get_child_anchor): new function
13169
13170         * gtk/gtktextbuffer.c (gtk_text_buffer_real_changed): Add a
13171         default handler for the changed signal, which calls
13172         gtk_text_buffer_set_modified(), instead of just always emitting
13173         changed then calling set_modified() manually. I guess this is
13174         maybe more flexible. It seems logical.
13175
13176 Fri Nov  3 08:58:38 2000  Tim Janik  <timj@gtk.org>
13177
13178         * gtk/gtkobject.c: _g_signal_handlers_destroy() is prefixed with '_'
13179         now.
13180
13181         * gtk/gtksignal.c: use g_signal_connect_closure_by_id() now.
13182
13183 Thu Nov  2 14:10:51 2000  Owen Taylor  <otaylor@redhat.com>
13184
13185         * gdk/x11/gdkdnd-x11.c: Fix a bunch of functions that should have
13186         been marked static.
13187
13188 2000-11-02  Havoc Pennington  <hp@redhat.com>
13189
13190         * gtk/testgtk.c (create_labels): had a test backward
13191
13192         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Copy the client-side GC
13193         fields, so the dest GC ends up with the correct clip origin, 
13194         etc. Fixes a bug where colored labels didn't redraw 
13195         properly.
13196
13197 2000-11-02  Alexander Larsson  <alexl@redhat.com>
13198
13199         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
13200         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkpango-fb.c,
13201         gdk/linux-fb/gdkpixmap-fb.c, gdk/linux-fb/gdkwindow-fb.c:
13202         Add last argument to t_type_register_static call.
13203         
13204         * gdk/linux-fb/gdkdrawable-fb2.c:
13205         Add last argument to t_type_register_static call.
13206         export the get_image drawable virtual function.
13207
13208         * gdk/linux-fb/gdkimage-fb.c:
13209         Add last argument to t_type_register_static call.
13210         rename gtk_image_get to _gdk_fb_get_image and
13211         export it for use by gdkdrawable-fb2.
13212
13213         * gdk/linux-fb/gdkprivate-fb.h:
13214         export _gdk_fb_get_image.
13215
13216         * gdk/linux-fb/gdkselection-fb.c:
13217         Add new api call stubs.
13218
13219         * gtk/Makefile.am:
13220         Missing ( in linux-fb part.
13221
13222         * modules/linux-fb/Makefile.am:
13223         Must link with gdk_pixbuf or get unresolved symbol.
13224
13225 2000-11-01  Havoc Pennington  <hp@pobox.com>
13226
13227         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Use 
13228         GTK_TYPE_TEXT_ITER and BOXED marshallers
13229
13230         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): ditto
13231
13232         * gtk/gtktexttag.c (gtk_text_tag_class_init): ditto
13233         
13234         * gtk/gtk-boxed.defs: add GtkTextIter
13235
13236         * gtk/gtkmarshal.list: Add marshallers for text widget that 
13237         properly use OBJECT and BOXED
13238
13239 2000-11-01  Havoc Pennington  <hp@redhat.com>
13240
13241         * gtk/testgtk.c (create_labels): Test set_markup_with_accel()
13242
13243         * gtk/gtklabel.c (set_markup): Convert the unichar to a GDK keyval
13244         before returning it. 
13245         
13246 2000-11-01  Havoc Pennington  <hp@redhat.com>
13247
13248         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
13249         Clip the rectangle to be rendered to the drawable, since
13250         get_from_drawable() requires a region within the drawable
13251
13252 2000-11-01  Havoc Pennington  <hp@redhat.com>
13253
13254         * gtk/gtkimage.c (gtk_image_expose): Um, don't randomly subtract 4
13255         from coordinates.
13256
13257 Wed Oct 25 20:10:57 2000  Owen Taylor  <otaylor@redhat.com>
13258
13259         * gdk/gdkevents.c (gdk_event_copy): Only ref the window if
13260         it isn't NULL.
13261
13262 2000-11-01  Havoc Pennington  <hp@pobox.com>
13263
13264         * gtk/gtklabel.c (gtk_label_set_attributes): Set a PangoAttrList
13265         on a label
13266         (gtk_label_finalize): unref the attr list if any.
13267
13268         * gtk/testgtk.c (create_get_image): close test on second click
13269         (make_message_dialog): close dialog if it exists
13270
13271         * gdk/gdkpango.c (gdk_draw_layout): Handle rise attribute
13272
13273         * gdk-2.0.pc.in (Requires): Make it require gdk-pixbuf-2.0 not
13274         gdk-pixbuf
13275
13276         * gtk/gtklabel.c (gtk_label_set_markup): new function to set label
13277         from Pango markup format
13278         (gtk_label_set_markup_with_accel): ditto but with accelerator
13279         parsing
13280
13281         * gtk/gtkimage.c (gtk_image_expose): reformatting.
13282
13283         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_drawable): Hack to
13284         reflect current state of GDK - use gdk_drawable_get_colormap, etc.
13285         Check GDK_IS_WINDOW() not !GDK_IS_PIXMAP() to decide whether to 
13286         call gdk_window_get_origin().
13287
13288         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
13289         implement GDK_PIXBUF_ALPHA_FULL
13290         
13291 Wed Nov  1 03:43:42 2000  Tim Janik  <timj@gtk.org>
13292
13293         * gtk/gtksignal.c (gtk_signal_compat_matched): make use of
13294         g_signal_handlers_block_matched, g_signal_handlers_unblock_matched and
13295         g_signal_handlers_disconnect_matched to block/unblock and disconnect
13296         multiple handlers respectively, instead of only treating the
13297         first handler found (bug reported by owen).
13298
13299 Mon Oct 30 19:23:50 2000  Jonathan Blandford  <jrb@redhat.com>
13300
13301         * gtk/gtktreeview.c (gtk_tree_view_expand_row): New function.
13302
13303         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): New function.
13304
13305         * gtk/gtktreeview.c, gtk/gtktreemodel.c, gtk/gtktreeselection.c
13306         gtk/gtktreestore.h, gtk/gtktreeview.h, gtk/gtktreeviewcolumn.c,
13307         gtk/gtktreeviewcolumn.h: Fixed inline docs.
13308
13309         * docs/reference/gtk/tree_widget.sgml: Proto intro to the tree
13310         widget.  Needs writing someday.
13311
13312         * docs/reference/gtk/tmpl/gtktree*sgml: Added the tree widget to
13313         the docs.
13314
13315 2000-10-30  Havoc Pennington  <hp@redhat.com>
13316
13317         * gtk/gtktextview.h, gtk/gtktextview.c:
13318         Rename delete_at_cursor delete_from_cursor, and 
13319         move to move_cursor.
13320
13321 2000-10-30  Havoc Pennington  <hp@redhat.com>
13322
13323         * gtktextbtree.c, gtktextbtree.h, gtktextbuffer.c,
13324         gtktextbuffer.h, gtktextchild.c, gtktextchild.h,
13325         gtktextchildprivate.h, gtktextdisplay.c, gtktextdisplay.h,
13326         gtktextiter.c, gtktextiter.h, gtktextiterprivate.h,
13327         gtktextlayout.c, gtktextlayout.h, gtktextmark.c, gtktextmark.h,
13328         gtktextmarkprivate.h, gtktextsegment.c, gtktextsegment.h,
13329         gtktexttag.c, gtktexttag.h, gtktexttagprivate.h,
13330         gtktexttagtable.c, gtktexttagtable.h, gtktexttypes.c,
13331         gtktexttypes.h, gtktextview.c, gtktextview.h:
13332
13333         Massive reindentation and reformatting. Arg alignment and comments
13334         still need fixing in various places.
13335
13336 2000-10-30  Havoc Pennington  <hp@redhat.com>
13337
13338         * gtk/gtktextview.h, gtk/gtktextview.c: Change run action signals
13339         to be named insert_at_cursor and delete_at_cursor so C++ can
13340         handle them.
13341
13342 2000-10-28  Tor Lillqvist  <tml@iki.fi>
13343
13344         * gtk/gtkrc.c (gtk_rc_append_default_module_path): Make sure not
13345         to get a double directory separator in case the home directory
13346         ends with one. This would cause trouble especially on Windows,
13347         where the path will be confused with the syntax for an an UNC
13348         (network share) path \\server\share\path.
13349         (gtk_rc_add_initial_default_files): Ditto.
13350
13351 Sat Oct 28 02:33:09 2000  Robert Brady  <robert@suse.co.uk>
13352
13353         * gtk/gtkmarshal.list: add new marshallers for GtkTextView.
13354
13355         * gtk/gtktextview.c: Use correct marshallers.
13356
13357 Fri Oct 27 17:56:26 2000  Jonathan Blandford  <jrb@redhat.com>
13358
13359         * gtk/gtkliststore.c: Not sure how this ever worked.  Fixed it to
13360         use new iter stuff, and added all the appropriate signals et al.
13361
13362         * gtk/gtktreedatalist.h: s/gtk/_gtk to further reinforce that this
13363         code is internal to gtk only.
13364
13365 2000-10-28  Tor Lillqvist  <tml@iki.fi>
13366
13367         * gtk/gtk.def
13368         * gtk/makefile.{mingw,msc}.in: Adjust to Tim's changes. Use
13369         glib-genmarshal etc.
13370
13371 Fri Oct 27 20:15:00 2000  Tim Janik  <timj@gtk.org>
13372
13373         * gtk/Makefile.am: added dependancies for testtextbuffer which broke
13374         parallel builds.
13375
13376 Fri Oct 27 18:51:44 2000  Tim Janik  <timj@gtk.org>
13377
13378         * gtk/gtksignal.[hc]: adapt to GSignal signature changes.
13379
13380 2000-10-27  Robert Brady  <robert@suse.co.uk>
13381
13382         * configure.in (ALL_LINGUAS): Add en@IPA (English, phonetic), 
13383         en_GB (British), ia (Interlingua).
13384
13385 2000-10-26  Havoc Pennington  <hp@redhat.com>
13386
13387         * gtk/gtktextiter.c (my_strrstr): fix constness warning
13388
13389         Fixed output of:
13390         nm -g -l .libs/libgtk-x11-1.3.so | grep ' T ' | grep -v gtk_ | grep -v GTK_
13391         
13392         * gtk/gtktextsegment.c (char_segment_new): rename
13393         (_char_segment_new_from_two_strings): rename
13394         (_toggle_segment_new): rename
13395         
13396         * gtk/gtkclipboard.c (ensure_clipboard_widget): make this static
13397         (make_clipboard_widget): make it static
13398         (text_get_func): static
13399         (text_clear_func): static
13400
13401         * gtk/gtkcolorsel.c (adjustment_changed): make this function
13402         static
13403         (hex_changed): make it static
13404         (hsv_changed): make it static
13405         (opacity_entry_changed): make it static
13406
13407         * gtk/gtktextbtree.c (change_node_toggle_count): rename with _gtk
13408         (toggle_segment_check_func): rename with _gtk
13409
13410         * gtk/gtktextchild.c (_pixbuf_segment_new): rename with _gtk
13411         (_widget_segment_new): rename
13412         (_widget_segment_add): rename
13413         (_widget_segment_remove): rename
13414         (_widget_segment_ref): rename
13415         (_widget_segment_unref): rename
13416
13417         * gtk/gtktextmark.c (_mark_segment_new): Rename
13418         _gtk_mark_segment_new   
13419
13420 2000-10-26  Havoc Pennington  <hp@redhat.com>
13421
13422         * gtk/gtkmarshal.list: add new marshallers used by the text widget
13423         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
13424         types
13425
13426         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): fix
13427         marshaller types
13428
13429         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktextdisplay.h,
13430         gtk/gtktextdisplay.c: We need to preserve Tk copyrights and
13431         license on these files.
13432
13433         * gtk/gtktextiter.c (gtk_text_iter_backward_search): Make this
13434         work.
13435
13436         * gtk/gtktextbtree.c (gtk_text_btree_new): init stamps to 
13437         runtime random number different for each tree, instead of 
13438         a constant I made up.
13439
13440 Thu Oct 26 07:36:16 2000  Tim Janik  <timj@gtk.org>
13441
13442         * gtk/Makefile.am: buncha cleanups, kludged build sources
13443         dependencies with a Makefile: oldest-source-stamp dependancy
13444         for the moment. automake is really fighting us here, with
13445         intentionally not allowing user-defined rules or dependancies
13446         prior to it's -include $(DEP_FILES) statement. sucks rocks!
13447
13448         * gtk/Makefile.am: added gtktextlayout.h and gtktextdisplay.h
13449         to public headers. tehy have a comment stating that they are
13450         "semi-public" aren't included by gtk.h and if enums popup there,
13451         they can be /*< skip >*/-ed.
13452
13453         * gtk/gtktextlayout.h: 
13454         * gtk/gtktextdisplay.h: indentation fixes, comment fixes,
13455         added LGPL... <SIGH>
13456
13457 Wed Oct 25 20:40:25 2000  Jonathan Blandford  <jrb@redhat.com>
13458
13459         * gtk/gtktreemodel.h: Got rid of GtkTreeNode, and changed it to
13460         GtkTreeIter.  Added iterators everywhere.
13461
13462         * gtk/gtktreeviewcolumn.c: Changed to use the iterators.
13463
13464         * gtk/gtktreeviewselection.c: Changed to use the iterators.
13465
13466         * gtk/gtktreestore.c: Changed to use the iterators.
13467
13468         * gtk/gtkliststore.c: Commented out the code.  Will convert to
13469         iterators tomorrow.
13470
13471         * gtk/gtkmodelsimple.c: Commented out the code.  Will convert to
13472         iterators tomorrow.
13473
13474         * gtk/treestoretest.c: Changed to use iterators.
13475
13476         * demos/testgtk/main.c: Moved to use the new iterator system.
13477
13478 Thu Oct 26 02:10:32 2000  Tim Janik  <timj@gtk.org>
13479
13480         * gtk/Makefile.am: invoke maketypes.awk with LC_ALL=C to avoid
13481         localization misbehaviour.
13482
13483         * gtk/gtk-boxed.defs: nuked "boxed" type GtkCTreeNode, since it's
13484         a useless type without copy/free.
13485
13486         * gtk/gtkctree.c (gtk_ctree_class_init): use GTK_TYPE_POINTER instead
13487         of GTK_TYPE_CTREE_NODE.
13488
13489 Thu Oct 26 00:51:52 2000  Tim Janik  <timj@gtk.org>
13490
13491         * gtk/gtksignal.c:
13492         (gtk_signal_emitv): use g_value_set_static_{string|boxed} where
13493         applicable.
13494
13495         * gtk/gtk-boxed.defs (GtkSelectionData): specify
13496         gtk_selection_data_copy and gtk_selection_data_free
13497         do GtkSelectionData work as params in signals.
13498
13499 Wed Oct 25 20:47:41 2000  Tim Janik  <timj@gtk.org>
13500
13501         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init): urg, removed
13502         implementation of gtk_marshal_VOID__INT_INT_INT_INT. if people do that,
13503         couldn't they at least give it a non-standard name?
13504         
13505         * gtk/gtktextlayout.c: arg! yet another implementation of
13506         gtk_marshal_VOID__INT_INT_INT_INT(), is this a conspiracy?
13507
13508         * gtk/gtktextbuffer.c: gotcha! captured a vagabonding
13509         gtk_marshal_VOID__INT_POINTER_INT() implementation, braught it back
13510         home. now i know this _is_ a conspiracy.
13511
13512         * gtk/gtkwidget.c (gtk_widget_class_init): marshaller fixups for
13513         ::state-changed.
13514
13515         * gtk/gtkaccelgroup.c (gtk_accel_group_create_remove): 
13516         (gtk_accel_group_create_add): marshaller signature fixups.
13517
13518         * gtk/gtklistitem.c (gtk_list_item_class_init): signal creation fixups,
13519         pass in GTK_TYPE_SCROLL_TYPE instead of GTK_TYPE_ENUM.
13520
13521         * gtk/gtkobject.[hc]: removed GTK_CONNECTED flag, it's not valid
13522         anymore.
13523
13524 Tue Oct 24 23:59:21 2000  Tim Janik  <timj@gtk.org>
13525
13526         * docs/reference/Makefile.am: disabled SUBDIRS for the moment, since
13527         due to the signal system changes, it wouldn't build currently. to
13528         be fixed soon.
13529
13530         * docs/Changes-2.0.txt: GtkSignal/GSignal updates.
13531
13532         * gtk/gtkwidget.c: ::direction_changed takes an enum as argument,
13533         so it needs gtk_marshal_VOID__ENUM() instead of
13534         gtk_marshal_NONE__UINT().
13535
13536         * gdk/gdk*.c: adapted type registration functions.
13537
13538         * gtk/gtkbindings.c:
13539         * gtk/gtkaccelgroup.c: operate on GSignalQuery, GtkSignalQuery is
13540         gone.
13541
13542         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType.
13543
13544         * gtk/gtkobject.c:
13545         (gtk_object_destroy):
13546         (gtk_object_shutdown): fixed recursion guards. basically we have to
13547         catch the case where any of GObject.shutdown() or gtk_object_destroy()
13548         is called during ::destroy, and avoid recursion there.
13549
13550         * gtk/gtktypeutils.c:
13551         * gtk/maketypes.awk: awk-script hackup to provide gtk_type_init() with
13552         boxed_copy/boxed_free. this needs a more general solution based on a
13553         publically installed code-generator utility.
13554
13555         * gtk/gtktypeutils.[hc]: compat aliased GTK_TYPE_BOXED to G_TYPE_BOXED,
13556         glib's gobject has support for that now.
13557         define GtkSignalMarshaller in terms of GSignalCMarshaller.
13558
13559 Mon Oct 23 09:36:42 2000  Tim Janik  <timj@gtk.org>
13560
13561         * gtk/gtksignal.[hc]:
13562         * gtk/gtkmarshal.[hc]:
13563         * gtk/Makefile.am: generate marshallers with glib-genmarshal and don't
13564         compile gtkmarshal.c on its own anymore, just include it in gtksignal.c.
13565         removed #include <gtkmarshal.h>s all over the place, gtksignal.h takes
13566         care of that.
13567
13568         * *.c: marshaller name fixups.
13569
13570         * gtk/gtkmarshal.list: added a comment briefing the format.
13571
13572 Sun Oct 22 23:14:39 2000  Tim Janik  <timj@gtk.org>
13573
13574         * gtk/gtksignal.[hc]: nuked old implementation. we mostly have
13575         compatibility macros here now. more specifically, most of
13576         the API is preserved (yes, _most_, nonwithstanding the
13577         following exceptions listed, the API is stil lHUGE ;)
13578         things that got removed completely:
13579         GtkSignalQuery, gtk_signal_query(), gtk_signal_n_emissions(),
13580         gtk_signal_n_emissions_by_name(), gtk_signal_handlers_destroy(),
13581         gtk_signal_set_funcs(), gtk_signal_handler_pending_by_id(),
13582         gtk_signal_add_emission_hook(), gtk_signal_add_emission_hook_full(),
13583         gtk_signal_remove_emission_hook().
13584         non-functional functions variants:
13585         gtk_signal_add_emission_hook(), gtk_signal_remove_emission_hook().
13586         the GtkCallbackMarshal argument to gtk_signal_connect_full() is
13587         not supported anymore.
13588         (gtk_signal_compat_matched): new internal function to aid
13589         implementation of the compatibility macros, it  provides
13590         functionality to block/unblock/disconnect handlers based
13591         on func/data.
13592
13593         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType,
13594
13595         * *.c: adaptions to new type registration API signatures.
13596
13597 Fri Oct 20 15:26:33 2000  Tim Janik  <timj@gtk.org>
13598
13599         * gtk/gtktypeutils.[hc]: removed G_TYPE_GTK_POINTER cludge.
13600
13601 2000-10-25  Robert Brady  <robert@suse.co.uk>
13602
13603         * gdk/x11/gdkproperty-x11.c (gdk_property_get, gdk_property_change,
13604         gdk_property_delete): If window == NULL, assume the root window.
13605         (restoring the behaviour that was in 1.2).
13606         
13607         * gtk/testtext.c (save_buffer): Allow creation of new files when
13608         saving.
13609
13610         (fill_file_buffer): Don't die if a UTF-8 sequence is split across
13611         calls to read().
13612
13613 2000-10-25  Tor Lillqvist  <tml@iki.fi>
13614
13615         * gdk/gdkwindow.c: Include x11/gdkx.h only when building for X11.
13616
13617         * gdk/win32/gdkdrawable-win32.c
13618         * gdk/win32/gdkimage-win32.c
13619         * gdk/win32/gdkprivate-win32.h: Corresponding changes as in the
13620         X11 backend.
13621
13622         * gdk/win32/gdkcc-win32.c
13623         * gdk/win32/gdkcolor-win32.c
13624         * gdk/win32/gdkfont-win32.c
13625         * gdk/win32/gdkinput-win32.c
13626         * gdk/win32/gdkmain-win32.c
13627         * gdk/win32/gdkproperty-win32.c: Silence gcc -Wall.
13628
13629 2000-10-24  Havoc Pennington  <hp@redhat.com>
13630
13631         * gtk/gtktextview.c (gtk_text_view_scroll_to_mark_adjusted): make
13632         it a static function
13633
13634         * gtk/gtktextbtree.c (gtk_text_btree_tag): Gee, maybe we should
13635         redraw text when a tag is applied to it.
13636
13637         * gtk/gtktexttag.c (gtk_text_tag_affects_size)
13638         (gtk_text_tag_affects_nonsize_appearance): private functions to
13639         see if a tag requires various kinds of redraw/layout to be queued
13640         up.
13641
13642         * gtk/gtktexttag.h (struct _GtkTextTag): Remove relief crackrock
13643
13644         * gtk/testtext.c (fill_example_buffer): Put the cursor 
13645         at the start of the buffer, so search works by default
13646
13647         * gtk/gtktextiter.c (lines_match): init match_start always
13648
13649         * gtk/gtktextbuffer.c (gtk_text_buffer_get_iter_at_line_index): New
13650         function, get iter at a line + a byte index
13651
13652         * gtk/gtktextiter.c (gtk_text_iter_set_line_index): New function,
13653         to set byte position within a line
13654         (gtk_text_iter_check): remove leftover G_BREAKPOINT thing
13655
13656 2000-10-23  Havoc Pennington  <hp@redhat.com>
13657
13658         * gtk/testtext.c: Re-enable the "find" dialog
13659
13660         * gtk/testgtk.c: Add test for gdk_drawable_get_image
13661         
13662         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix bug where
13663         the arguments to gdk_draw_drawable were in the wrong order
13664         (gdk_window_paint_init_bg): This function was ignoring the
13665         init_region, instead of clipping to it, so the entire backing
13666         pixmap was cleared on every begin_paint()
13667         (gdk_window_begin_paint_region): Hmm, the same list-walking bug
13668         was in here again, the loop kept using the same GtkWindowPaint
13669         over and over.
13670         (gdk_window_begin_paint_region): Fix a bug where we had two
13671         x_offset instead of x_offset and y_offset
13672
13673         * gdk/gdkdraw.c (gdk_drawable_get_image): get composite drawable
13674         before we get the image.
13675         (gdk_draw_drawable): get the composite before we draw the drawable.
13676         (gdk_drawable_real_get_composite_drawable): default
13677         get_composite_drawable implementation that returns the drawable 
13678         itself
13679
13680         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Add
13681         get_composite_drawable virtual function
13682
13683         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix a cheesy
13684         list-walking bug
13685
13686         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable): Add a hack to
13687         make this work if the source drawable is a GdkDrawableImplX11
13688         instead of a public drawable type. This is really broken; the
13689         problem is that GdkDrawable needs a virtual method get_xid(), but
13690         of course that doesn't work in practice. Enter RTTI.
13691
13692         Also, improve mismatched depth message.
13693
13694         * gdk/gdkpixmap.c (gdk_pixmap_get_image): Implement get_image for
13695         GdkPixmap
13696
13697         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_class_init):
13698         install _gdk_x11_get_image as our implementation of get_image
13699         
13700         * gdk/x11/gdkimage-x11.c (gdk_image_get): Rename to
13701         _gdk_x11_get_image and export for use in gdkdrawable-x11.c
13702
13703         * gdk/gdkimage.c (gdk_image_get): Make this just a wrapper around
13704         gdk_drawable_get_image
13705
13706         * gdk/gdkdraw.c (gdk_drawable_get_image): call virtual get_image
13707
13708         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Virtualize
13709         get_image
13710
13711         * gtk/gtktreestore.c (gtk_tree_store_get_node): remove weird
13712         trailing semicolon after for loop
13713
13714 Mon Oct 23 12:07:57 2000  Owen Taylor  <otaylor@redhat.com>
13715
13716         * gtk/gtkwidget.c (gtk_widget_set_style_internal): Fix problem
13717         where font_desc for widget's context lagged widget's font_desc by
13718         one step.
13719
13720 2000-10-22  Tor Lillqvist  <tml@iki.fi>
13721
13722         * gdk/win32/gdkgc-win32.c
13723         * gdk/win32/gdkimage-win32.c: Remove gcc -Wall warnings.
13724
13725         * gtk/makefile.mingw.in
13726         * gtk/gtk.def: Updates.
13727
13728         * gtk/testgtk.c: sleep() is called _sleep in MS's C
13729         library.
13730
13731         * gtk/gtkimcontextsimple.c: Include <stdlib.h> for bsearch().
13732
13733         * gtk/makefile.msc: Remove
13734
13735         * gtk/makefile.msc.in: New file, like makefile.mingw.in.
13736
13737         * gtk/Makefile.am: Add it.
13738
13739         * configure.in: Generate it.
13740
13741         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor)
13742         * gtk/gtktextbtree.c (gtk_text_line_char_to_byte): Return
13743         something even if not implemented, to satisfy picky MSVC.
13744
13745         Patches by Hans Breuer:
13746         
13747         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_glyphs): Call
13748         SetBkMode() and SetTextAlign() before calling
13749         pango_win32_render().
13750
13751         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_values_to_win32values):
13752         Set hcliprgn to NULL after destroying it.
13753         (gdk_gc_set_clip_rectangle): Delete hcliprgn and set to NULL.
13754
13755         * gdk/win32/gdkgeometry-win32.c
13756         (_gdk_windowing_window_queue_antiexpose): More effective
13757         implementation.
13758
13759         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new): Use drawable's
13760         depth as default, not the visual's.
13761
13762         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title): Guard
13763         against empty title.
13764
13765         * gdk/win32/gdkprivate-win32.h: Define a helper macro,
13766         IMAGE_PRIVATE_DATA.
13767
13768         * gdk/win32/gdkimage-win32.c: Use it.
13769
13770 2000-10-22  Robert Brady  <robert@suse.co.uk>
13771
13772         * configure.in: Check for bind_textdomain_codeset
13773
13774         * gtk/gtkmain.c (gtk_init_check): If bind_textdomain_codeset 
13775         present, make use of it.
13776
13777         Add a translatable string "default:LTR" which, if translated
13778         to "default:RTL", will cause the default direction to be
13779         Right-to-Left.
13780
13781         * gtk/gtkrange.h, gtk/gtkrange.c: Take into account the widget 
13782         direction if marked as flippable.
13783
13784         * gtk/gtkhscale.c: Mark widget as flippable.
13785         
13786 2000-10-04  Havoc Pennington  <hp@redhat.com>
13787
13788         * gtk/testgtk.c (create_buttons): create some stock buttons
13789         with the default accel group
13790         (create_image): test some new GtkImage features
13791         (make_message_dialog): test GtkMessageDialog
13792         (create_modal_window): fix someone's bizzarro indentation
13793
13794         * gtk/gtkwindow.h, gtk/gtkwindow.c: Implement 
13795         GTK_WIN_POS_CENTER_ON_PARENT. 
13796         Add "destroy with parent" setting, which means the window goes
13797         away with its transient parent.
13798         (gtk_window_get_default_accel_group): get the default accel group
13799         for the window.
13800         (gtk_window_set_destroy_with_parent): set/unset destroy with
13801         parent flag
13802         (gtk_window_read_rcfiles): invalidate icon set caches
13803         after reloading rcfiles 
13804
13805         * gtk/gtkenums.h (GtkWindowPosition): add
13806         GTK_WIN_POS_CENTER_ON_PARENT, which centers a dialog 
13807         on its parent window when the dialog is mapped for the first time.
13808
13809         * gtk/gtkmessagedialog.h, gtk/gtkmessagedialog.c: Add 
13810         a simple message dialog class
13811         
13812         * gtk/gtkdialog.c (gtk_dialog_init): Connect delete event 
13813         handler to emit response signal, and maybe later it would
13814         honor a hide_on_delete flag - though that isn't there yet.
13815         Set border width on the vbox to 2, so we get some padding.      
13816         Use a button box for the action area.
13817         (gtk_dialog_key_press): synthesize a delete event if Esc
13818         is pressed and the GtkWidget key press handler didn't 
13819         handle the escape key.
13820         (gtk_dialog_new_with_buttons): new function creates a dialog
13821         with some default buttons in it.
13822         (gtk_dialog_add_action_widget): add an activatable widget
13823         as a button in the dialog - you can also add a non-activatable
13824         widget by accessing the action area directly.
13825         (gtk_dialog_add_button): add a simple button - stock ID or 
13826         label - to the action area
13827         (gtk_dialog_response): emit response signal
13828         (gtk_dialog_run): block waiting for the dialog, return 
13829         the response. Override normal delete_event behavior, so that 
13830         delete_event does nothing inside gtk_dialog_run().
13831
13832         * gtk/gtkdialog.h, gtk/gtkdialog.c: Add "response" signal
13833         emitted when an action widget is clicked or the dialog gets
13834         delete_event
13835
13836         * gtk/gtk.h: add gtkmessagedialog.h
13837
13838         * gtk/Makefile.am: add gtkmessagedialog.[hc]
13839
13840 2000-10-18  Havoc Pennington  <hp@redhat.com>
13841
13842         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): Fix a bug 
13843         where any number of empty lines would get skipped
13844
13845         * gtk/gtktextiter.h: Remove padding from GtkTextIter; live on the
13846         edge.
13847
13848         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): enhance the
13849         warning about invalid iterators (explain more thoroughly)
13850         (gtk_text_iter_in_region): rename gtk_text_iter_in_range
13851
13852         * gtk/gtktextview.c (FOCUS_EDGE_WIDTH): Make focus rectangle less
13853         big
13854
13855         * demos/*.c: Add error handling
13856
13857         * gtk/gtktextbuffer.c: don't modify const iterators
13858
13859         * gtk/gdk-pixbuf-loader.c: Add full error handling here
13860
13861         * gtk/gtkimage.c (gtk_image_set_from_file): ignore errors
13862         on file load
13863
13864         * gtk/gtkiconfactory.c: Update to reflect addition of error
13865         handling to gdk-pixbuf loaders
13866
13867 Wed Oct 18 11:14:05 2000  Owen Taylor  <otaylor@redhat.com>     
13868
13869         * configure.in demos/Makefile.am demos/testgtk/*: Start of work to
13870         move to new modularized testgtk.
13871
13872 2000-10-17  Jonathan Blandford  <jrb@redhat.com>
13873
13874         * gtk/gtktreeview.c: Draw the arrows correctly.
13875
13876         * gtk/gtktreemodel.c: Added user docs.
13877
13878         * gtk/gtk.h: remove gtktreedatalist.h.
13879
13880         * gtk/gtktreestore.c (gtk_tree_store_get_type): Get the correct
13881         parent when generating my type.
13882
13883         * gtk/gtkmarshal.list: Added four more marshallers: INT:NONE,
13884         POINTER:NONE, POINTER:POINTER, and POINTER:POINTER,INT.
13885
13886 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
13887
13888         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Move
13889         GtkTreeModel from object to interface.
13890
13891 2000-10-16  Havoc Pennington  <hp@redhat.com>
13892
13893         * gtk/gtktreeviewcolumn.c: #include gtklabel.h, fixing 
13894         compilation
13895
13896 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
13897
13898         * gtk/gtktreeselection.c: Add API documentation to all public
13899         functions.
13900
13901         * gtk/gtktreeviewcolumn.c: Added API documentation to all public
13902         functions.
13903
13904 2000-10-15  Jonathan Blandford  <jrb@redhat.com>
13905
13906         * gtk/gtktreeview.c (gtk_tree_view_insert_column): New function
13907         proposed by Guy Harris <gharris@flashcom.net>.  Also, added API
13908         docs to all public functions.
13909
13910         * gtk/gtktreeview.c, gtk/gtktreeview.h, gtk/gtktreestore.h,
13911         gtk/gtktreestore.c, gtk/gtkliststore.h, gtk/gtkliststore.c,
13912         gtk/gtkmodelsimple.c, gtk/gtkmodelsimple.h, gtk/gtktreedatalist.c,
13913         gtk/gtktreemodel.h, gtk/gtktreeselection.c,
13914         gtk/gtktreeselection.h: Fix GtkTreeNode *node ->GtkTreeNode node
13915         issue.
13916
13917 2000-10-14  Robert Brady  <robert@suse.co.uk>
13918
13919         * configure.in: Added "fa" (Persian) to ALL_LINGUAS.
13920
13921 2000-10-12  Jonathan Blandford  <jrb@redhat.com>
13922
13923         * gtk/gtktreedatalist.[ch] (gtk_tree_data_list_value_to_node): Added
13924         values other then G_TYPE_STRING.
13925         * gtk/gtktreeselection.c: Minor commenting updates.
13926         * gtk/gtktreeview.c: Format updates.
13927
13928 2000-10-09  Tor Lillqvist  <tml@iki.fi>
13929
13930         * README.win32: Update.
13931
13932         * gdk/win32/gdkgeometry-win32.c (gdk_window_clip_changed): Add two
13933         lines that had been deleted by mistake (?).
13934
13935         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Handle
13936         also the case fg==white and bg==black (but still not randomly
13937         coloured cursors). Thanks to Wolfgang Sourdeau.
13938
13939         * gdk/win32/*.c: Silence gcc -Wall.
13940
13941         * gtk/gtk.def: Add missing entry points.
13942
13943         Fixes by Hans Breuer:
13944
13945         * gdk/makefile.msc
13946         * gdk/win32/makefile.msc: Update.
13947
13948         * gdk/testgdk.c: If compiling with debugging (with _DEBUG defined,
13949         some MSVC thing, presumably), cause breakpoint on failures. Add
13950         GDK_NOR case. Call g_log_set_always_fatal.
13951
13952         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_insert): Handle
13953         should be pased by reference.
13954         
13955         * gdk/win32/gdkprivate-win32.h: Correct declaration accordingly.
13956         
13957         * gdk/win32/*.c: Correct calls to gdk_win32_handle_table_insert.
13958
13959         * gdk/win32/gdkevents-win32.c
13960         * gdk/win32/gdkwindow-win32.c: Handle WM_CREATE.
13961
13962         * gdk/win32/gdkgc-win32.c: Fix mixups of drawable and
13963         implementation object.
13964
13965         * gdk/win32/gdkimage-win32.c (gdk_image_get): Handle drawables,
13966         not just windows.
13967         
13968         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_impl_win32_finalize):
13969         Use the wrapper object.
13970         
13971 2000-10-06  Havoc Pennington  <hp@redhat.com>
13972
13973         * Makefile.am (SRC_SUBDIRS): contrib subdir
13974
13975         * gdk/gdkpixbuf.h: Move GdkPixbufAlphaMode to gdk-pixbuf library,
13976         so it can be used in Xlib version
13977
13978         * demos/testpixbuf.c (update_timeout): error checking from 1.0
13979         tree
13980
13981         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_get_pixbuf): Sync
13982         change from 1.0 tree that returns first frame of animation
13983         if the loaded file is an animation.
13984
13985         * contrib: add new directory to hold stuff that comes with GTK+
13986         but isn't really part of GTK+ (for now, gdk-pixbuf-xlib)
13987         
13988         * configure.in: add contrib/*
13989
13990 2000-10-05  Havoc Pennington  <hp@redhat.com>
13991
13992         * demos/testpixbuf-save.c: add pixbuf save test
13993
13994         * demos/Makefile.am: add testpixbuf-save.c
13995
13996 2000-10-05  Jonathan Blandford  <jrb@redhat.com>
13997
13998         * gtk/gtktree.h (GTK_TREE_SELECTION): Replaced with
13999         GTK_TREE_SELECTION_OLD to prevent conflict with gtktreeselection.c
14000         * gtk/testgtk.c: s/GTK_TREE_SELECTION/GTK_TREE_SELECTION_OLD/
14001         * gtk/gtktreeselection.[ch]: Replaced
14002         "node_selected"/"node_unselected" signal with "selection_changed"
14003         signal.
14004
14005 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
14006
14007         * gtk/gtk{tree,cell}?*.[ch]: Checked in initial draft of the new
14008         tree widget.
14009
14010 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
14011
14012         * gdk/gdkwindow.c (gdk_window_draw_arc): Fix obvious bug in circle
14013         drawing.
14014
14015 Wed Oct  4 15:52:15 2000 Owen Taylor  <otaylor@redhat.com>
14016
14017         * gdk/x11/gdkselection-x11.c (_gdk_selection_window_destroyed):
14018         Move list pointer forwards before removing item from
14019         list. (Crash reported by Salmaso Raffaele)
14020
14021         * gdk/gdkwindow.h: Remove spurious trailing ,
14022
14023         * gdk/Makefile.am (LDFLAGS): You can't do interlibrary
14024         dependencies on uninstalled libraries, sorry folks.
14025
14026 2000-10-04  Havoc Pennington  <hp@redhat.com>
14027
14028         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
14029         gtk/gtkiconfactory.c: Fix copyrights    
14030
14031         * demos/testpixbuf.c: add inline pixbuf test
14032         
14033 Mon Sep 25 15:05:17 2000  Owen Taylor  <otaylor@redhat.com>
14034
14035         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c (gdk_window_iconify):
14036         Add gdk_window_iconify.
14037
14038         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c
14039         (gdk_window_set_geometry_hints): Add win_gravity
14040         to geometry structure.
14041
14042         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter):
14043         Implement _NET_WM_PING.
14044
14045         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check):
14046         Set _NET_WM_PID on the client leader.
14047
14048         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_name):
14049         Handle UTF-8 better.
14050
14051         * gdk/x11/gdkwindow-x11.c (gdk_window_set_title): Handle
14052         UTF-8 better, set _NET_WM_NAME as well. Only set
14053         icon name if it hasn't previously been explicitely 
14054         set.
14055
14056 2000-10-03  Havoc Pennington  <hp@redhat.com>
14057
14058         * gtk/testtextbuffer.c: clean up trailing whitespace,
14059         add extensive tests for tag toggle iteration.
14060         
14061         * gtk/gtktextiter.c (MAX_LINEAR_SCAN): decrease linear scan 
14062         distance
14063
14064         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
14065         optimize case where the tag root is on level 1
14066         (gtk_text_line_previous_could_contain_tag): attempt to implement
14067         (gtk_text_line_next_could_contain_tag): Abstract out node_compare
14068         functionality
14069
14070         * gtk/gtktextiter.c (gtk_text_iter_backward_to_tag_toggle):
14071         Implement this, though not very efficiently.
14072
14073         * gtk/gtktextiterprivate.h: reformat
14074
14075         * gtk/gtktextiter.c (gtk_text_iter_get_char): return 0 on the end
14076         iterator
14077
14078         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_interactive): Fix
14079         this to properly revalidate the iterators.
14080
14081         * gtk/gtktextview.c (gtk_text_view_delete): fix control-K to work
14082         properly at the end of the line (and therefore on empty lines)
14083
14084         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Gee,
14085         maybe we should return a value...
14086
14087 2000-10-03  Tor Lillqvist  <tml@iki.fi>
14088
14089         * config.h.win32: Guard definition of alloca(). glib.h now handles
14090         that.
14091
14092         * gdk/gdk.def
14093         * gtk/gtk.def: Add new entry points.
14094
14095         Changes just to make GTK+ build without errors on Win32. No hope
14096         of it working in its current state, though...:
14097         
14098         * gdk/win32/gdkselection-win32.c: Remove gcc -Wall warnings.  Add
14099         some functions from the X11 backend, just to make GTK+ build.
14100
14101         * gdk/makefile.mingw.in
14102         * gtk/makefile.mingw.in: Use correct gdk_pixbuf version
14103         number. Add new object files.
14104
14105         * gtk/gtkclipboard.c: Include gdkwin32.h on Win32. Use
14106         GetMessageTime to get timestamp (where on X11 uses
14107         gdk_x11_get_server_time()).
14108
14109 2000-10-02  Havoc Pennington  <hp@pobox.com>
14110
14111         * gtk/gtktextview.c: text_window_* weren't static and should have
14112         been.
14113         Start work on child widgets; not yet complete, syncing to 
14114         office computer.
14115
14116         * gtk/gtktextchild.h: change this to contain a public interface,
14117         starting work on child interfaces.
14118         * gtk/gtktextchildprivate.h: move private interfaces here
14119
14120         * gtk/Makefile.am: update to reflect gtktextchildprivate.h
14121
14122         * gtk/gtktextview.h, gtk/gtktextview.c, gtk/gtktextbuffer.h,
14123         gtk/gtktextbuffer.c, gtk/gtktextiter.h, gtk/gtk/textiter.c, 
14124         gtk/gtktextmark.c: copyright notices
14125
14126         * gtk/gtktextmarkprivate.h: reformat, and put _ in front of
14127         internal functions      
14128
14129         * gtk/gtktextchild.c (_pixbuf_segment_new): put _ in front of
14130         internal function
14131
14132         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
14133         Reformatting    
14134
14135 2000-09-30  Havoc Pennington  <hp@pobox.com>
14136
14137         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Handle
14138         NULL start/end pointers
14139
14140         * gtk/gtktextbuffer.c: Write some docs
14141         (gtk_text_buffer_get_selection_bounds): Allow start/end to be
14142         NULL, so you can just check whether there's a selection.        
14143
14144         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): No need to 
14145         cleanup_line or segments_changed ourselves, it gets done 
14146         in unlink_segment
14147
14148         * gtk/gtktextmark.h:
14149         s/gtk_text_mark_deleted/gtk_text_mark_get_deleted/
14150         
14151         * gtk/gtktextsegment.h: Clean up some indentation and naming mess
14152
14153         * gtk/gtktextmark.c: delete some more old Tk cruft
14154
14155         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_mark): add ref to
14156         mark before removing it, so we can emit MARK_DELETED with a valid
14157         pointer.
14158         (gtk_text_buffer_mark_set): hold ref across signal emission
14159
14160         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): improve
14161         whining about attempts to delete special marks
14162
14163         * gtk/gtktextbuffer.c (_gtk_text_buffer_spew): Prepend with
14164         underscore, since it's internal.
14165
14166         * gtk/gtktextbuffer.h: Remove find_string prototype, this is 
14167         now implemented in terms of iterators in gtktextiter.h
14168
14169         * gtk/gtktextbuffer.c (gtk_text_buffer_set_text): 
14170         New function, destructively sets contents of buffer. Also 
14171         a convenient way to clear the buffer by setting text to ""
14172
14173         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): reformat
14174         multiline string literal
14175
14176         * gtk/testtext.c (text_changed_callback): Redraw line numbers if
14177         text changes.
14178
14179         * gtk/gtktextiter.c (forward_char): Return FALSE if new location 
14180         is not dereferenceable
14181         (gtk_text_iter_forward_lines): fix return value
14182
14183 2000-09-29  Havoc Pennington  <hp@redhat.com>
14184
14185         * gtk/gtktexttag.c (gtk_text_tag_set_priority): fix indentation
14186
14187         * gtk/gtktextview.c: Implement drag thresholding; change functions 
14188         that set border window size to have nicer name
14189         (gtk_text_view_mark_set_handler):  Fix this to have the 
14190         right signature.
14191
14192         * gtk/testtextbuffer.c (fill_buffer): Update with pixbuf changes
14193
14194         * gtk/testtext.c: Update with API changes, put line numbers on 
14195         both sides.
14196         
14197         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): Replace get_pixmap
14198         with this
14199
14200         * gtk/gtktextchild.h, gtk/gtktextchild.c: replace all pixmap with
14201         pixbuf; delete a big block of #if 0 Tk code
14202
14203         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_pixbuf): Replace 
14204         insert_pixmap with insert_pixbuf
14205
14206 2000-09-29  Martin Baulig  <baulig@suse.de>
14207
14208         * gdk-pixbuf.pc.in: Renamed to gdb-pixbuf-2.0.pc.in to avoid
14209         confusion with the GdkPixbuf of the GNOME 1.x platform.
14210
14211 2000-09-29  Havoc Pennington  <hp@pobox.com>
14212
14213         * gtk/gtktextview.c: Implement the side windows.
14214
14215         * gtk/testtext.c: Implement simple line numbering in the 
14216         left side window; seems to make scrolling sloooow. Oops.
14217         Also, cursor blink is for some reason causing redraws
14218         of the line numbers. Should investigate...
14219
14220 2000-09-28  Havoc Pennington  <hp@redhat.com>
14221
14222         * gtk/gtktextview.c: Set up infrastructure to deal with lots of 
14223         scrolling child windows, and draw focus rectangle properly.
14224         
14225         (gtk_text_view_buffer_to_window_coords):
14226         Coordinate transformation to deal with all these freaking windows
14227         and offsets
14228         (gtk_text_view_window_to_buffer_coords): transform the other way
14229
14230         * gtk/testtext.c (create_buffer): Update to match Pango API change
14231
14232         * gtk/gtktexttagtable.c (gtk_text_tag_table_foreach): Go over the
14233         anonymous tags
14234         (foreach_unref): don't emit remove signal from finalize, just
14235         set tag's parent to NULL
14236
14237 2000-09-26  Havoc Pennington  <hp@redhat.com>
14238
14239         * gtk/gtkiconfactory.c (gtk_icon_set_clear): remove
14240         Fix some warnings       
14241
14242 2000-09-26  Havoc Pennington  <hp@redhat.com>
14243
14244         * gtk/Makefile.am (gtk_private_h_sources): Move more text widget
14245         headers into the private header list
14246
14247         * Makefile.am (pkgconfig_DATA): install pkg-config files
14248
14249         * configure.in: add pkg-config files
14250
14251         * gdk-2.0.pc.in, gdk-pixbuf.pc.in, gtk+-2.0.pc.in: pkg-config files
14252
14253         * gtk/gtkwindow.c (gtk_window_read_rcfiles): Invalidate
14254         outstanding icon caches on theme change.
14255
14256         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: New icon system. Three 
14257         important types:
14258
14259         (GtkIconSource): Specification for creating a pixbuf 
14260         appropriate for a direction/state/size triplet from 
14261         a source pixbuf or filename
14262
14263         (GtkIconSet): List of GtkIconSource objects that are used to
14264         create the "same" icon (e.g. an OK button icon), and cache for
14265         rendered icons
14266
14267         (GtkIconFactory): Hash from stock ID to GtkIconSet; used to look
14268         up the icon set for a given stock ID.  GTK maintains a stack of
14269         GtkIconFactory to search, and applications or libraries can add
14270         additional icon factories on top of the stack
14271         
14272         * gtk/gtkrc.h, gtk/gtkrc.c: When loading an RcStyle, parse 
14273         the set of GtkIconSource specified for a given stock ID into 
14274         a GtkIconSet, and put the GtkIconSet into a GtkIconFactory for the 
14275         RcStyle, under the specified stock ID.
14276
14277         * gtk/gtkstyle.h, gtk/gtkstyle.c: Add a virtual function
14278         render_icon used to derive a GdkPixbuf from a GtkIconSource.
14279         This allows people to theme how prelight, insensitive, etc. are
14280         done.
14281
14282         (gtk_style_lookup_icon_set): Look up a stock ID in the list of
14283         icon factories for a style, and return the resulting 
14284         icon set if any.
14285
14286         (gtk_style_render_icon): Render an icon using the render_icon 
14287         method in the GtkStyleClass.
14288
14289         * gtk/gtkwidget.h, gtk/gtkwidget.c (gtk_widget_render_icon): 
14290         Use the style for a given widget to look up a stock ID, get the
14291         icon set, and render an icon using the render_icon method 
14292         of the style
14293
14294         * gtk/gtkstock.h, gtk/gtkstock.c: Header with the GtkStockItem type
14295         (contains information about a stock item), the built-in stock item
14296         IDs, and functions to add/lookup stock items.
14297
14298         * gtk/stock-icons/*: Stock icons that come with GTK
14299
14300         * gtk/gtkbutton.h, gtk/gtkbutton.c (gtk_button_new_stock): Returns
14301         a button based on a GtkStockItem
14302         (gtk_button_new_accel): Takes a uline string and accel group, and
14303         installs the accelerator.
14304
14305         * gtk/gtkimage.h, gtk/gtkimage.c: Make this into a generic
14306         image-display widget.
14307
14308 2000-09-25  Havoc Pennington  <hp@redhat.com>
14309
14310         * gtk/gtktexttypes.c: Remove Latin1 conversion stuff
14311
14312         * gtk/gtktextbtree.c (gtk_text_btree_node_remove_data): 
14313         Fix a bug when removing node data, we didn't properly 
14314         re-splice the linked list after removing the data.
14315
14316         * gtk/gtktextview.c (gtk_text_view_key_press_event): Pass through 
14317         GDK_Tab as literal tab, Ctrl-Tab to tab to focus widget
14318
14319         * gtk/gtktextbuffer.c (selection_received): fix g_convert usage
14320
14321         * gtk/gtktextlayout.c (set_para_values): Set tab array 
14322         for the layout from the GtkTextTag.
14323
14324         * gtk/gtktexttypes.h: delete tab and search cruft, 
14325         remove g_convert() in favor of GLib version
14326
14327         * gtk/gtktexttypes.c: remove tab implementation from here,
14328         move to Pango
14329
14330         * gtk/gtktexttag.h, gtk/gtktexttag.c: Implement 
14331         tab stuff using new PangoTabArray from Pango
14332
14333         * gtk/gtktexttag.c (gtk_text_attributes_fill_from_tags): Remove
14334         unused border_width stuff
14335
14336 Thu Sep 14 12:21:12 2000  Owen Taylor  <otaylor@redhat.com>
14337
14338         * gtk/gtktexttypes.[ch]: Remove g_convert (moved to
14339         glib) and now useless utf_to_latin1() latin1_to_utf()
14340
14341         * gtk/gtktextview.[ch]: Change ::move_insert and
14342         ::delete_text action signals to ::move and ::delete;
14343         create the signals with the right enumeration type,
14344         not GTK_TYPE_ENUM so that bindings work. Add C-d, M-d,
14345         C-v bindings, change Home, End to move to beginning/end
14346         of line, Add C-Home C-End to move to beginning/end
14347         of buffer. Change ::cut_text to ::cut_clipboard, etc;
14348         combine ::scroll_text into ::move; use new GtkSelectionData
14349         functions to simplify DND text handling.
14350         
14351         * gtk/gtkenums.h gtk/gtktextview.h: Move movement,
14352         deletion enumerations here, rename enumeration values to 
14353         be consistently plural.
14354
14355         * gtk/gtktextbuffer.c: Use new clipboard interfaces
14356         for cut/copy/paste and primary selection.
14357
14358         * gtk/gtktextbuffer.[ch]: Remove excess time and
14359         'interactive' arguments from cut/copy/paste;
14360         rename cut to cut_clipboard, etc; remove
14361         gtk_text_buffer_get_clipboard_contents().
14362
14363         * gtk/gtktextlayout.[ch]: Add 
14364         gtk_text_layout_move_iter_to_line_end() to move the iter to 
14365         line ends.
14366
14367         * gtk/gtkselection.[ch] (gtk_selection_data_set/get_text):
14368         Functions to set or get a UTF-8 string on the selection
14369         data.
14370
14371         * gtk/gtkclipboard.[ch]: New, simplified selection handling
14372         interfaces.
14373
14374         * gtk/gtkinvisible.c (gtk_invisible_new): Realize newly
14375         created widgets - one of these is useless if we don't.
14376
14377         * gtk/gtkselection.[ch] (gtk_selection_clear_targets): Export
14378         a public function clear all targets registered for the
14379         widget.
14380
14381         * gtk/gtkselection.c (gtk_selection_owner_set) docs/Changes-2.0.txt:
14382         Never call gtk_widget_realize() - that was just asking
14383         for bizarre side-effects.
14384
14385         * gtk/gtkselection.c (gtk_selection_owner_set): Call
14386         gdk_selection_owner_set even if the widget is the
14387         same so that we reliably update the timestamp on
14388         the server.
14389
14390         * gdk/x11/gdkevents-x11.c gdk/x11/gdkx.h: Add a 
14391         gdk_x11_get_server_time() function.
14392         
14393         * gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.h
14394         gdk/x11/gdkselection-x11.c gdk/x11/gdkwindow-x11.h:
14395         Add some tricky filtering on serial numbers for
14396         selection clear events to fix up long-standard
14397         race condition FIXME's in gtkselection.c.
14398
14399         * gdk/gdkproperty.h gdk/x11/gdkselection-x11.h: Add
14400         routines to convert from utf8 to compound text or
14401         STRING and from a text property to UTF-8.
14402
14403         * gtk/gtkmain.[ch] (gtk_get_current_event_time): Add 
14404         a convenience function gdk_get_current_event_time().
14405
14406         * gtk/gtkselection.c (gtk_selection_data_copy/free): Copy
14407         and free selection_data->data properly
14408
14409 Sat Sep  9 10:23:53 2000  Owen Taylor  <otaylor@redhat.com>
14410
14411         * gtk/gtkthemes.c: Remove some unecessary includes.
14412
14413 2000-09-08  Jonathan Blandford  <jrb@redhat.com>
14414
14415         * gtk/gtktextdisplay.c
14416         * gtk/gtktextlayout.c
14417         * gtk/gtktexttag.c
14418         * gtk/gtktexttag.h
14419         * gtk/testtext.c: Change the overstrike property to strikethrough,
14420         to closer match pango.
14421
14422 Fri Sep  8 14:28:00 2000  Owen Taylor  <otaylor@redhat.com>
14423
14424         * gtk/gtktextview.c: Fix up visibility so that focus,
14425         cursor_visible and blink interact properly.  Reenable cursor blink
14426         which had been roughly disabled. Make blink and focus
14427         properly per-view.
14428
14429         * gtk/gtktextlayout.[ch] (gtk_text_layout_set_cursor_visible):
14430         Add a flag for whether to display insertion cursor and
14431         a function to set the flag.
14432
14433         * gtk/gtktextlayout.c (gtk_text_layout_get_line_yrange): Change
14434         get_line_y() to get_line_yrange(), to be a bit more generally
14435         useful.
14436
14437 Thu Sep 07 20:54:33 2000  George Lebl <jirka@5z.com>
14438
14439         * gtk/gtkmenu.c:  in gtk_menu_set_submenu_navigation_region
14440           do stop_navigating_submenu, to clear last timeout properly.
14441           Also in gtk_menu_motion_notify move ignore_enter above
14442           the conditional to make it always happen as suggested by Owen
14443
14444 2000-09-07  Tor Lillqvist  <tml@iki.fi>
14445
14446         * gdk/win32/makefile.mingw.in: Use -Wall. Add gdkpango-win32.o
14447
14448         * gdk/win32/gdkwin32.h: Add more definitions missing from the free
14449         w32api headers.
14450
14451         * gdk/win32/gdkprivate-win32.h: Add a couple of missing
14452         declarations.
14453
14454         * gdk/win32/gdkdrawable-win32.c: Remove gcc -Wall warnings.
14455         (gdk_win32_get_colormap): A line had been deleted by mistake.
14456
14457         * gdk/win32/gdkevents-win32.c: Remove lint (gcc -Wall) here, too.
14458         (gdk_event_translate): Handle more virtual keycodes to be able to
14459         generate GDK events for Control-comma, Control-period, etc.
14460
14461         * gtk/gtk.def: Add some missing entry points.
14462
14463 Thu Sep  7 11:47:02 2000  Owen Taylor  <otaylor@redhat.com>
14464
14465         * gtk/gtktextbuffer.c gtk/gtkimcontext.c gtk/gtkwidget.c:
14466         Doc comment fixing. (Mostly non-matching parameter names.)
14467
14468         * gtk/gtkcalendar.c gtk/gtklist.c gtk/gtknotebook.c: Modify
14469         comments a little to avoid looking like a doc comment.
14470
14471         * gtk/gtkspinbutton.h (GTK_INPUT_ERROR): Change INPUT_ERROR to
14472         GTK_INPUT_ERROR. (Should the mechanism for erros in spin button
14473         conversions be changed to GError?)
14474
14475         * gtk/gtkcolorsel.c (GTK_CUSTOM_PALETTE_WIDTH/HEIGHT): 
14476         Move private #defines into .c file.
14477
14478         * gtk/gtktexttag.c (gtk_text_tag_class_init): Alphabetize
14479         order of argument addition, remove duplicates.
14480
14481         * gtk/gtkaspectframe.h (struct _GtkAspectFrameClass):
14482         parent class is FrameClass, not BinClass.
14483
14484         * gtk/gtk.h: Add gtkinvisible, which was missing.
14485         (It's occasionalyl useful for client apps, if seldom.)
14486
14487         * gdk/gdktypes.h: Remove obsolete GDK_CORE_POINTER
14488         #define.
14489
14490 Wed Sep  6 09:53:15 2000  Owen Taylor  <otaylor@redhat.com>
14491
14492         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Use X-space
14493         coordinates when creating window, instead of GDK-space
14494         coordinates. (Avoid BadValue on too large windows.)
14495
14496 2000-09-05  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
14497
14498         * configure.in (use_mmx_asm): Remove conftest* after use along the
14499         lines of AC_TRY_COMPILE.        
14500         
14501         * gtk/gtkrc.c (gtk_rc_parse_file): Use g_path_get_dirname instead
14502         of g_dirname, which is deprecated.
14503         (gtk_rc_parse_any): Removed calls to
14504         g_scanner_{freeze,thaw}_symbol_table, which are deprecated.
14505
14506         * gtk/gtkbindings.c (binding_entry_new, binding_entry_destroy):
14507         Removed calls to g_hash_table_{freeze,thaw}, as they are
14508         deprecated now.
14509
14510         * gtk/testtext.c (buffer_pretty_name): Use g_path_get_basename
14511         instead of g_basename.
14512         
14513 2000-09-04 Elliot Lee <sopwith@redhat.com>
14514         
14515         * gdk/gdkpixbuf.h: Put text after #endif inside a comment to avoid
14516         ANSI warning.
14517
14518 Sun Sep 03 00:47:08 2000  George Lebl <jirka@5z.com>
14519
14520         * gtk/gtkwidget.h:  Add some documenting comments about 
14521           GTK_CAN_DEFAULT, GTK_HAS_DEFAULT and GTK_RECEIVES_DEFAULT
14522           just as owen said on irc.
14523
14524         * gtk/gtkwindow.c (gtk_window_set_default):  Don't blindly
14525           set HAS_DEFAULT.  Only set it if there isn't another window
14526           holding it (a focus window which RECEIVES_DEFAULT) and only unset
14527           it if the widget is not the focused window with RECEIVES_DEFAULT.
14528           This fixes weird double default bugs in dialogs which has things
14529           call gtk_window_set_default at times.
14530
14531 Fri Sep  1 22:39:07 2000  Owen Taylor  <otaylor@redhat.com>
14532
14533         * gtk/gtkmenu.[ch] TODO.xml: Apply patch from
14534         Nils Barth and David Santiago to improve submenu
14535         navigation. The patch does this by creating a triangular
14536         region from the point where the pointer leaves the
14537         menu to the submenu.  While the pointer is in
14538         that region and a timeout has not expired, events 
14539         that would cause the active submenu to change are
14540         ignored.
14541
14542 Fri Sep  1 15:34:46 2000  Owen Taylor  <otaylor@redhat.com>
14543
14544         * gdk/x11/gdkwindow-x11.c (gdk_window_move): Fix bug where
14545         moving a toplevel window immediately after sizing it would
14546         result in it being sized back to the old size since 
14547         impl->width, impl->height aren't updated until we hear
14548         back from the server. There is still a (longstanding) bug
14549         here that gdk_window_get_size() will give the wrong size
14550         until we do hear back.
14551
14552 2000-08-31  Havoc Pennington  <hp@redhat.com>
14553
14554         * gtk/gtktextiter.h, gtk/gtktextiter.c, gtk/gtktextlayout.h, 
14555         gtk/gtktextlayout.c, gtk/gtktexttag.h, gtk/gtktexttag.c, 
14556         gtk/gtktexttagprivate.h, gtk/gtktextview.c:
14557         Rename GtkTextStyleValues to GtkTextAttributes
14558
14559 2000-08-31  Havoc Pennington  <hp@pobox.com>
14560
14561         * gtk/gtktextbtree.c (GtkTextBTree): cache end line, 
14562         for rapid testing whether an iterator is the end iterator
14563         (gtk_text_btree_new): init end line cache
14564         (gtk_text_line_is_last): use fast cached line to 
14565         see if we're the last line.
14566         (get_last_line): use cached line here too, should 
14567         speed up some random unrelated code.
14568         
14569 2000-08-30  Havoc Pennington  <hp@pobox.com>
14570
14571         * gtk/gtkmarshal.list: Add marshallers for changed GtkTextBuffer
14572         signals.
14573
14574         * gtk/gtktextbuffer.h: Add "interactive" arg to insert_text and
14575         delete_text signals. This allows the signals to be used for
14576         implementing undo.
14577
14578         * gtk/gtktextbuffer.c: Change signal handler signatures; 
14579         provide "interactive" argument when emitting insert_text or
14580         delete_text signal.
14581         
14582 2000-08-30  Havoc Pennington  <hp@pobox.com>
14583
14584         * gtk/gtktextbuffer.c: Docs
14585
14586 Fri Aug 25 12:16:15 2000  Owen Taylor  <otaylor@redhat.com>
14587
14588         * gdk/x11/gdkimage-x11.c: remove GDK_IMAGE_SHARED_PIXMAP
14589         from switch statements, since Tor removed the enumeration
14590         value.
14591         
14592         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
14593         s/GDK_IS_WINDOW/GDK_IS_DRAWABLE/.
14594
14595 2000-08-29 Elliot Lee <sopwith@redhat.com>
14596         * */*.h: Use G_GNUC_CONST.
14597
14598 2000-08-27  Havoc Pennington  <hp@pobox.com>
14599
14600         * gtk/gtktextiter.c, gtk/gtktextiter.h: wrote lots of API docs,
14601         minor indentation fixes, inserted some FIXME about stuff I
14602         realized was broken while documenting it.
14603         (gtk_text_iter_get_pixmap): allow out params to be NULL, following
14604         GTK convention  
14605
14606 Tue Aug 22 12:33:24 2000  Owen Taylor  <otaylor@redhat.com>
14607
14608         * gtk/testgtk.c (create_styles): Fix double free of
14609         font desc.
14610
14611 Mon Aug 21 22:39:18 2000  Owen Taylor  <otaylor@redhat.com>
14612
14613         * gtk/gtkwidget.[ch]: Add gtk_widget_modify_{fg,bg,text,base,font}.
14614         
14615         * gtk/testgtk.c (create_styles): Add a test for modifying
14616         the style through gtk_widget_modify_*.
14617
14618         * gtk/gtkwidget.c (gtk_widget_get_modifier_style): Add
14619         a function to get the current modifier style.
14620
14621         * gtk/gtkwidget.c (gtk_widget_modify_style): Make a copy
14622         of the passed in GtkRcStyle instead of ref'ing it.
14623
14624         * gtk/gtkrc.[ch]: Add gtk_rc_style_copy().
14625
14626 2000-08-20  Tor Lillqvist  <tml@iki.fi>
14627
14628         * gdk/gdkimage.h
14629         * gdk/win32/gdkimage-win32.c: No need any longer on Win32 for the
14630         shared memory image+pixmap GdkImage type, or
14631         gdk_image_bitmap_new(). They were used in the gdk_imlib port, but
14632         I am dropping that.
14633
14634         * gtk/gtkmain.h: On Win32, use a #define to map gtk_init() to
14635         actually call gtk_init_abi_check(), passing also
14636         sizeof(GtkWindow). Ditto for gtk_init_check(). 
14637
14638         * gtk/gtk.def
14639         * gtk/gtkmain.c: (gtk_init_abi_check, gtk_init_check_abi_check):
14640         New functions, used to check that the GTK+-using code has been
14641         compiled using the correct compiler and switches. In particular,
14642         with gcc one has to use the -fnative-struct switch as GTK+ is
14643         compiled with that.
14644
14645 Fri Aug 18 17:27:46 2000  Owen Taylor  <otaylor@redhat.com>
14646
14647         * gtk/gtkclist.c (gtk_clist_merge): Don't leave dangling
14648         ->prev fields when merging lists. (Found simultaneously
14649         by Pawel Salek and Jakub Jelinek)
14650
14651 2000-08-12  Tor Lillqvist  <tml@iki.fi>
14652
14653         * gdk/gdk.def
14654         * gtk/gtk.def: Add missing entries.
14655
14656         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Use
14657         OUT_TT_ONLY_PRECIS, try to get a TrueType font.
14658
14659         * gdk/win32/gdkinput-win32.c (gdk_device_get_state): New
14660         function. Dummy implementation at this point.
14661
14662         * gtk/makefile.mingw.in: Fix typo. Add testtext and testtextbuffer
14663         rules. Undefine GTK_COMPILATION when compiling the test programs.
14664         
14665         * gtk/gtkdebug.h: Mark gtk_debug_flags for export/import.
14666
14667 2000-08-11  Tor Lillqvist  <tml@iki.fi>
14668
14669         * gtk/gtkfilesel.c: Add more calls to g_filename_{to,from}_utf8()
14670         to convert back and forth from UTF-8 and the "system" (or "current
14671         locale") charset when necessary. Indentation/spacing cleanup.
14672
14673 2000-08-10  Havoc Pennington  <hp@redhat.com>
14674
14675         * Makefile.am (snapshot): Change the format of the snapshot
14676         version to match glib
14677
14678         * gdk/win32/Makefile.am (EXTRA_DIST): remove gdkinputprivate.h
14679         from EXTRA_DIST since it doesn't seem to exist
14680
14681 2000-08-10  Tor Lillqvist  <tml@iki.fi>
14682
14683         * gtk/gtkfilesel.c (open_new_dir): Use the "system codepage"
14684         version of the directory name (not the UTF-8 one) when building
14685         the path name to stat().
14686
14687 2000-08-03  Elliot Lee  <sopwith@redhat.com>
14688
14689         * gdk/gdkpango.c (gdk_draw_layout_line): Don't shape runs with a
14690         PANGO_ATTR_SHAPE set.
14691
14692 Thu Aug  3 09:17:06 2000  Owen Taylor  <otaylor@redhat.com>
14693
14694         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Applied patch from
14695         Peter Osterlund to simplify the code while keeping the
14696         functionality the same.
14697
14698 Wed Aug  2 14:57:38 2000  Owen Taylor  <otaylor@redhat.com>
14699
14700         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Move
14701         is_viewable() test further inside the function, since removing the 
14702         window from the redraw list without clearing ->update_area
14703         was also very broken.
14704
14705 2000-08-02  Tor Lillqvist  <tml@iki.fi>
14706
14707         * configure.in: Check for <unistd.h>.
14708
14709 2000-08-01  Martin Baulig  <baulig@suse.de>
14710
14711         * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning()
14712         to display the message that this is a development version of GTK+.
14713
14714 Mon Jul 31 18:37:36 2000  Owen Taylor  <otaylor@redhat.com>
14715
14716         * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
14717         was depending on widget->allocation instead of the width of text_area,
14718         which was incorrect for subclasses like GtkSpinButton.
14719
14720         * gdk/gdkpango.c (gdk_draw_layout): Fix a couple of typos
14721         with width == 1 tests that should be width == -1.
14722
14723 Mon Jul 31 16:45:48 2000  Owen Taylor  <otaylor@redhat.com>
14724
14725         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Replace broken, 
14726         (broken, Elliot, every single window blank on X) custom code with call
14727         to gdk_window_is_viewable() which a) prevents code duplicate and
14728         b) works. 
14729
14730 2000-07-31  Elliot Lee  <sopwith@redhat.com>
14731
14732         * gtk/gtkcolorsel.c: We really do need to include gdkfb.h in order
14733         to get the GDK_PARENT_ROOT() macro to work.
14734         * gtk/gtkmarshal.list: Add NONE:STRING,POINTER
14735         * gdk/gdkwindow.c: Don't send expose events, or invalidate pieces
14736         of, windows that aren't shown.
14737         * gdk/linux-fb: Redraw-when-menu-hidden solved, plus a bunch of
14738         pointer grab stuff.
14739
14740 Mon Jul 31 13:53:16 BST 2000  Tony Gale <gale@gtk.org>
14741
14742         * docs/gtkfaq.sgml docs/gtk-faq.sgml:
14743           s/gtk_main_iteration/g_main_iteration/
14744
14745           Did this already in change:
14746                 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
14747           don't know how it got reverted.
14748
14749 2000-07-31  Stanislav Brabec  <utx@penguin.cz>
14750
14751         * gdk/gdk.c: #ifdef G_ENABLE_DEBUG around gdk_arg_debug_cb and
14752         gdk_arg_no_debug_cb to fix compilation problem with --disable-debug.
14753
14754         * gdk/Makefile.am: Link gdk against actually compiled gdk_pixbuf-1.3,
14755         not gdk_pixbuf.
14756
14757 2000-07-30  Pablo Saratxaga <pablo@mandrakesoft.com>
14758
14759         * configure.in,po/{sp,sr}.po: Added Serbian files
14760
14761 2000-07-30  Tor Lillqvist  <tml@iki.fi>
14762
14763         * gdk/Makefile.am: Add makefile.mingw.in to EXTRA_DIST.
14764
14765         * gdk/win32/gdkevents-win32.c (gdk_events_init, gdk_events_queue):
14766         Remove the g_pipe_readable_msg stuff. Not needed with new GLib
14767         GIOChannel implementation.
14768
14769         * gdk/win32/gdkinput.c
14770         * gdk/win32/gdkpango-win32.c: Update license name here, too.
14771
14772         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_lookup): Fix
14773         definition to match prototype.
14774
14775         * gtk/makefile.mingw.in: Add libiconv CFLAGS and LIBS.
14776
14777 2000-07-27  Elliot Lee  <sopwith@redhat.com>
14778
14779         * gtk/gdk-pixbuf-loader.[ch]: Add gdk_pixbuf_loader_new_with_type
14780         function, to allow handling image formats that cannot be detected
14781         by looking at content alone.
14782
14783 Thu Jul 27 13:13:21 BST 2000  Tony Gale <gale@gtk.org>
14784
14785         * docs/tutorial/*.gif *.jpg *.eps
14786           Update these to the same look-n-feel.
14787           Why does including images in DocBook suck so badly?
14788
14789 Thu Jul 27 05:06:29 2000  Tim Janik  <timj@gtk.org>
14790
14791         * gtk/gtktable.c: applied patch from Phil Thompson
14792         <phil@river-bank.demon.co.uk> that enables space settings for
14793         the last row/columns as well.
14794
14795 Wed Jul 26 12:59:31 2000  Tim Janik  <timj@gtk.org>
14796
14797         * *.[hc]: applied patch from Andreas Persenius <ndap@swipnet.se> that
14798         updates the license headers to the GNU Lesser General Public License,
14799         as well as updating the copyright year to 2000.
14800
14801 2000-07-26  Robert Brady  <rwb197@zepler.org>
14802
14803         * configure.in: Cause GETTEXT_PACKAGE to be consistent in config.h
14804           and po/Makefile, was installing and looking for them under gtk20
14805           and gtk2 respectively.
14806
14807 2000-07-25  Havoc Pennington  <hp@redhat.com>
14808
14809         * gtk/testtext.c: Comment out some stuff that depends on the rest
14810         of my patches.
14811
14812 2000-07-25  Havoc Pennington  <hp@redhat.com>
14813
14814         * gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
14815         buffer
14816
14817 2000-07-25  Havoc Pennington  <hp@redhat.com>
14818
14819         * gtk/testtext.c, gtk/testtextbuffer.c: update to reflect text
14820         widget changes.
14821
14822         * gtk/gtktextview.h: To be consistent with usage of "line"
14823         throughout the API to mean "newline-terminated thingy", change
14824         MOVEMENT_LINE to be MOVEMENT_WRAPPED_LINE, and MOVEMENT_PARAGRAPH
14825         to MOVEMENT_LINE.
14826
14827         (GtkTextView): Add flags for default editability, and whether to
14828         show the cursor. Add functions to get/set that. Add 
14829
14830         (gtk_text_view_get_iter_location): new function
14831
14832         * gtk/gtktexttypes.h: Move GtkTextLine typedef from here to
14833         gtktextlayout.h
14834         (g_convert): Add g_convert temporarily, will go in glib in a bit
14835         
14836         * gtk/gtktexttagtable.h: include gtktexttag.h, and define
14837         GtkTextTagTableForeach instead of brokenly using GHFunc.
14838         Change gtk_text_tag_table_foreach() so it doesn't use GHFunc.
14839
14840         * gtk/gtktexttagprivate.h: Remove GtkTextStyleValues from here,
14841         moved to public header.
14842
14843         * gtk/gtktexttag.h: Rename the "elide" attribute of tags to
14844         "invisible", since "elide" was a bad name.
14845         (gtk_text_tag_get_priority): Added
14846
14847         (GtkTextStyleValues): put this in public header, along with
14848         functions to use it.
14849
14850         * gtk/gtktextmarkprivate.h: Include more headers, since we no
14851         longer include gtktextbtree.h.
14852
14853         * gtk/gtktextmark.h: Add gtk_text_mark_ref, gtk_text_mark_unref,
14854         gtk_text_mark_deleted
14855
14856         * gtk/gtktextlayout.h: Don't include the "really private" headers,
14857         only buffer/iter. Forward declare GtkTextLIne and GtkTextLineData
14858         to make this possible. Now we only need to install
14859         gtktextlayout.h, not gtktextbtree.h and gtktext*private.h.
14860         (However the Makefile.am isn't changed yet because of the
14861         logistics of merging gtk-hp-patches piecemeal)
14862
14863         * gtk/gtktextiterprivate.h: include btree header, so it compiles;
14864         rename gtk_text_iter_get_line to gtk_text_iter_get_text_line since
14865         gtk_text_iter_get_line is now used in the public API for a
14866         different purpose.
14867
14868         * gtk/gtktextiter.h: Clean up function names to be more
14869         consistent. Always call char offset "offset" and byte index
14870         "index". A "line" is always a line number. 
14871
14872         (gtk_text_iter_is_last): new function, more efficient than 
14873         the existing way to check
14874         (gtk_text_iter_is_first): new function, also more efficient
14875
14876         (gtk_text_iter_up_lines, gtk_text_iter_down_lines): Remove these
14877
14878         (gtk_text_iter_next_char, gtk_text_iter_prev_char): Renamed from 
14879         gtk_text_iter_forward_char, etc.
14880
14881         (gtk_text_iter_forward_to_tag_toggle): Renamed from
14882         forward_find_tag_toggle, since this isn't a linear search
14883
14884         (GtkTextCharPredicate): rename from GtkTextViewCharPredicate
14885
14886         (gtk_text_iter_forward_search, gtk_text_iter_backward_search): 
14887         New functions, search for a buffer substring.
14888
14889         * gtk/gtktextbuffer.h: Add fields to store whether a paste is
14890         interactive and default editable (since we need to store that info
14891         until we receive the selection data).
14892
14893         Remove all the _at_char and at_line etc. versions of functions;
14894         only have iterator versions.
14895
14896         Add _interactive() versions of functions, that consider the
14897         editability of text. (FIXME add interactive flag to the 
14898         insert/delete signals per Darin's suggestion)
14899
14900         (gtk_text_buffer_get_tag_table): new function, demand-creates the
14901         tag table if necessary
14902
14903         Remove declaration of gtk_text_buffer_get_iter_from_string
14904
14905         (_gtk_text_buffer_get_btree): private/internal function, added.
14906         
14907
14908         * gtk/gtktextbtree.h: Remove forward decl of GtkTextLineData.
14909         (gtk_text_line_is_last): new function
14910
14911 2000-07-25  Havoc Pennington  <hp@redhat.com>
14912
14913         * gtk/gtkprogressbar.h: Implement new sane, 5-function API for
14914         using GtkProgressBar. See Changes-2.0.txt for details.
14915
14916         * gtk/gtkprogressbar.c: Add object arguments "fraction" and
14917         "pulse_step" which are the equivalent of
14918         gtk_progress_bar_set_pulse_step and gtk_progress_bar_set_fraction.
14919         Implement new API.
14920         
14921         * gtk/gtkprogress.h (struct _GtkProgress): Add a field
14922         (use_text_format) to mark whether text set on the progress bar is
14923         a format string. Deprecate entire GtkProgress interface.
14924
14925         * gtk/gtkprogress.c (gtk_progress_init): init use_text_format to TRUE
14926         (gtk_progress_build_string): make this a no-op if use_text_format
14927         is FALSE
14928
14929         * docs/Changes-2.0.txt: Describe progress bar changes.
14930
14931 2000-07-25  Tor Lillqvist  <tml@iki.fi>
14932
14933         * Makefile.am: Include the build directory.
14934
14935         * configure.in: Generate build/Makefile, build/win32/Makefile,
14936         gdk/, gdk/win32/, and gtk/makefile.mingw.
14937
14938         * config.h.win32: Add USE_GMODULE and USE_MMX for gdk-pixbuf.
14939         Add GETTEXT_PACKAGE.
14940         
14941         * gdk/gdk.def
14942         * gtk/gtk.def: Updates.
14943
14944         * gdk/gdkfont.h
14945         * gdk/gdkpixmap.h: Remove temporary Win32-only functions, we don't
14946         need them any longer.
14947
14948         * gdk/gdkinput.h: Mark gdk_core_pointer for export/import.
14949
14950         * gdk/makefile.mingw.in: Define GDK_COMPILATION. Link with
14951         PANGOWIN32_LIBS and gdk_pixbuf.
14952
14953         * gdk/win32: Compiles, but no doubt doesn't work at all.
14954
14955         * gdk/win32/makefile.mingw.in: Define GDK_COMPILATION. 
14956
14957         * gdk/win32/gdkinput.c: New file, temporarily.
14958         
14959         * gdk/win32/gdkinput-win32.h: New file
14960
14961         * gdk/win32/gdkinputprivate.h: Remove.
14962
14963         * gdk/win32/gdkpango-win32.c: New file.
14964
14965         * gtk/makefile.mingw.in: New file
14966
14967         * gtk/makefile.cygwin: Removed
14968         
14969         * gtk/Makefile.am: Update accordingly.
14970
14971         * gtk/gtkrc.[ch] (gtk_win32_get_installation_directory): Renamed and
14972         made externally visible.
14973
14974         * gtk/gtkmain.c: Use it.
14975         
14976         * gtk/gtktextdisplay.c: No need to include pangox.h, pango.h
14977         is enough.
14978
14979         * gtk/gtktypeutils.c: Mark glib_debug_objects for import.
14980
14981 2000-07-24 Elliot Lee <sopwith@redhat.com>
14982         * gdk/gdkprivate.h: Remove gdk_*_lookup() defines, since they are defined by the
14983         individual backends already.
14984         * gdk/gdkregion-generic.h, gdk/gdktypes.h: Put gdkregionbox & gdksegment back together
14985         again. Yes, there really is a good reason for this, if you are using the gdkregion
14986         internals, and if you're not, why do you care?
14987         * gdk/gdkwindow.c: Fix inverted condition
14988         * gdk/linux-fb: Compiles (for me - it will not work elsewhere most likely).
14989         * gtk/gtkcolorsel.c, gtk/gtkwindow.c: Add include for linux-fb
14990         * gtk/gtkrange.c: Redraw trough when moving.
14991         * gtk/gtktypeutils.c: Fix warning by adding const cast.
14992         * modules/linux-fb/basic.c: Fix unknown glyph retrieval.
14993
14994 2000-07-23  Tor Lillqvist  <tml@iki.fi>
14995
14996         * configure.in: Check for mkstemp and sigsetjmp. Output
14997         gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw.
14998
14999         More work on GDK for Win32. Still in an intermediate state.
15000
15001         * gdk/makefile.cygwin
15002         * gdk/win32/makefile.cygwin: Removed.
15003         
15004         * gdk/makefile.mingw.in
15005         * gdk/win32/makefile.mingw.in: New files.
15006
15007         * gdk/Makefile.am
15008         * gdk/win32/Makefile.am: Generate and distribute them.
15009
15010         * gdk/win32/gdkwindow-win32.h
15011         * gdk/win32/gdkdrawable-win32.h
15012         * gdk/win32/gdkpixmap-win32.h: New files.
15013
15014         * gdk/win32/gdkcolor-win32.c
15015         * gdk/win32/gdkcursor-win32.c
15016         * gdk/win32/gdkdrawable-win32.c
15017         * gdk/win32/gdkgc-win32.c
15018         * gdk/win32/gdkimage-win32.c
15019         * gdk/win32/gdkprivate-win32.h
15020         * gdk/win32/gdkwin32.h: Update data structures. Cosmetics:
15021         Rename fields and variables called xcursor, xid, etc (these names
15022         were leftovers from the X11 backend) to hcursor, hwnd, hbitmap etc.
15023
15024 Sat Jul 22 17:41:26 2000  Owen Taylor  <otaylor@redhat.com>
15025
15026         * gtk/gtkentry.[ch]: Fix some problems with vertical
15027         alignment.
15028
15029         * gtk/gtkentry.c (gtk_entry_find_position): Fix 
15030         char/byte confusion.
15031
15032 Sat Jul 22 11:16:05 2000  Owen Taylor  <otaylor@redhat.com>
15033
15034         * gtk/gtktextview.c (changed_handler): Fix bug where
15035         redraw wasn't being done properly when height of
15036         dirty region changed.
15037
15038         * demos/Makefile.am: Remove various references to
15039         -lgmodule
15040
15041 Fri Jul 21 15:28:13 2000  Owen Taylor  <otaylor@redhat.com>
15042
15043         * gtk/gtktextlayout.[ch], gtk/gtktextdisplay.c: Use new
15044         PangoAttrShape to reserve space for pixmaps, add 
15045         GSList *pixmaps to GtkTextLineDisplay, draw the pixmaps
15046         in the display functions.
15047         
15048         * gtk/testgtk.c (create_layout): Set some more exotic
15049         scrolled window options
15050
15051         * gtk/gtkscrolledwindow.[ch] (gtk_scrolled_window_set_shadow_type):
15052         Add function to set the shadow type of a window, to allow
15053         putting a shadow around widgets such as GtkLayout or GnomeCanvas
15054         which don't draw their own frame.
15055
15056 Fri Jul 21 16:34:42 BST 2000  Tony Gale <gale@gtk.org>
15057
15058         * docs/tutorial/package-db-tutorial.sh: New file for
15059           packaging DocBook format tutorial
15060
15061 Fri Jul 21 14:23:51 BST 2000  Tony Gale <gale@gtk.org>
15062
15063         * docs/tutorial/gtk-tut.sgml: Minor updates
15064
15065         * docs/tutorial/*.jpg *.eps: Screenshots for tutorial
15066
15067 2000-07-19  Tor Lillqvist  <tml@iki.fi>
15068
15069         * gtk/gtksignal.c: Fix C++ comment.
15070
15071         * gtk/gtkimmulticontext.c
15072         * gtk/gtktextbtree.c: Remove gccisms: Don't use __FUNCTION__,
15073         don't return value from void functions.
15074
15075         * gtk/gtk.def: Add gtk_rc_style_unref.
15076
15077 2000-07-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
15078
15079         * gdk-pixbuf/gdk-pixbuf.h, gtk/gtkhsv.h, gtk/gtktextbtree.h,
15080         gtk/gtktextbuffer.h, gtk/gtktextchild.h, gtk/gtktextdisplay.h,
15081         gtk/gtktextiter.h, gtk/gtktextiterprivate.h, gtk/gtktextlayout.h,
15082         gtk/gtktextmarkprivate.h, gtk/gtktextsegment.h, gtk/gtktexttag.h,
15083         gtk/gtktexttagtable.h, gtk/gtktexttypes.h, gtk/gtktextview.h,
15084         gtk/gtktypeutils.h: Include files outside of the extern "C"
15085         block. Makes some C++ compiler happy. Reported by Denis Vakatov
15086         <vakatov@peony.nlm.nih.gov>.
15087
15088 Wed Jul 19 14:07:57 BST 2000  Tony Gale <gale@gtk.org>
15089
15090         * docs/tutorial/gtk-tut.sgml: Yet more clean ups.
15091           Completes first pass. Hurrah!
15092
15093 Tue Jul 18 17:17:55 BST 2000  Tony Gale <gale@gtk.org>
15094
15095         * docs/tutorial/gtk-tut.sgml: More clean ups.
15096
15097 Mon Jul 17 18:52:38 2000  Owen Taylor  <otaylor@redhat.com>
15098
15099         * gtk/gtkentry.c (gtk_entry_draw_text): Restore code to
15100         paint the background of the text area which was accidentally
15101         removed at some point.
15102
15103         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch] gtk/gtkthemes.[ch]: 
15104           
15105          - Move most of the functionality from the theme vtable
15106            into GtkRcStyleClass and GtkStyleClass. The moved
15107            vtable functions were changed a bit in the move to
15108            work better in their new home.
15109
15110          - Get rid of the engine and engine_data fields from
15111            GtkRcStyle and GtkStyle; instead the theme
15112            engine derives theme-specific subclasses of GtkRcStyle
15113            and GtkStyle
15114
15115          - Add extra dlsym() found entry point to themes,
15116            theme_create_rc_style().
15117
15118         * gtk/gtkstyle.c: Copy xthickness, ythickness fields
15119         in gtk_style_real_copy.
15120
15121         * gtk/themes.[ch]: add a function gtk_theme_engine_register_type()
15122         to register a type associated with an engine. (The engine
15123         won't be unloaded as there is an instance of the type.)
15124
15125
15126 Mon Jul 17 18:19:06 BST 2000  Tony Gale <gale@gtk.org>
15127
15128         * docs/tutorial/gtk-tut.sgml: Clean ups.
15129
15130 Mon Jul 17 13:59:29 BST 2000  Tony Gale <gale@gtk.org>
15131
15132         * docs/tutorial/gtk-tut.sgml: Initial DocBook version. Lots
15133           of cleaning up to do.
15134
15135 2000-07-15  Tor Lillqvist  <tml@iki.fi>
15136
15137         * gdk/testgdk.c: New file, quick hack to test backends for
15138         pixel-by-pixel correctness of the most simple graphic operations.
15139
15140 Fri Jul 14 20:30:25 2000  Owen Taylor  <otaylor@redhat.com>
15141
15142         * Really release 1.3.1
15143         
15144         * gtk-config-2.0.in gtk-2.0.m4: Fix up to correspond to new
15145         include structure.
15146
15147 Fri Jul 14 18:40:39 2000  Owen Taylor  <otaylor@redhat.com>
15148
15149         * Released 1.3.1
15150
15151 Fri Jul 14 16:21:26 2000  Owen Taylor  <otaylor@redhat.com>
15152
15153         * gtk/gtktextlayout.c: use FALSE for size_only most
15154         of the time when calling gtk_text_layout_get_line_display()
15155         to avoid causing double reshapes when a redraw follows
15156         immediately after.
15157
15158 Tue Jul 11 11:13:40 2000  Owen Taylor  <otaylor@redhat.com>
15159
15160         * gtk/gtkrange.c (gtk_range_default_[hv]slider_update): Invalidate
15161         appropriate region and gdk_window_process_updates() so trough
15162         updating doesn't lag behind the window being scrolled.
15163
15164         * gdk/gdkgc.c: Make parent_class pointer static.
15165          
15166 Sun Jul  9 21:31:23 2000  Owen Taylor  <otaylor@redhat.com>
15167
15168         * gdk/gdk-pixbuf.c gtk/gdk-pixbuf-loader.c gtk/gtktextview.c:
15169         include <string.h>.
15170          
15171         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Fix
15172         cut-and-paste error in computing memory offset for 4 channels.
15173
15174 Fri Jul 14 14:05:02 2000  Owen Taylor  <otaylor@redhat.com>
15175
15176         * gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string): Remove
15177         gtk_rc_append_default_pixmap_path(), since it wasn't
15178         adding an interesting path and we don't have a meaningful
15179         default for this value.
15180
15181 Fri Jul 14 12:22:49 2000  Owen Taylor  <otaylor@redhat.com>
15182
15183         * configure.in Makefile.am gtk-config.m4 gtk.m4: Move
15184         gtk-config to gtk-config-2.0 move gtk_.m4 to
15185         gtk-2.0.m4
15186
15187         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
15188         gdk/Makefile.am demos/Makefile.am: Change 
15189         library names to libgtk-1.3.la, etc, so that we
15190         can distinguish gtk-1.2 and gtk-2.0 on the linkline.
15191
15192         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
15193         gdk/Makefile.am gdk/x11/Makfile.am
15194         Move include files into /usr/include/gtk-2.0, 
15195         /usr/lib/gtk-2.0/include/
15196          
15197         * autogen.sh acconfig.h configure.in gtk/gtkmain.c
15198         gtk/gtkintl.h: Change package for gettext from 
15199         gtk+ to gtk20. Put hack in autogen.sh to modify
15200         po/Makefile.in.in after gettextize to make this
15201         possible.
15202
15203         * gtk+.spec: Some updates, not tested.
15204
15205         * gdk-pixbuf/Makefile.am: Move loaders into
15206         $(libdir)/gtk-2.0/$(GTK_VERSION)/loaders.
15207
15208         * gtk/Makefile.am gtk/gtkrc.c: Move RC file locations
15209         $(sysconfdir)/gtk-2.0 ~/.gtkrc-2.0; theme subdir
15210         to THEMENAME/gtk-2.0/. Move engine directory  to
15211         $(libdir)/gtk-2.0/$(GTK_VERSION)/engines.
15212         
15213 2000-07-12  Tor Lillqvist  <tml@iki.fi>
15214
15215         Win32 changes, still doesn't build though.
15216
15217         * gdk/makefile.cygwin
15218         * gdk/win32/makefile.cygwin
15219         * gtk/makefile.cygwin: Updates.
15220
15221         * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Use the same
15222         default values for fg and bg pixel as X11 does (0 and 1), not
15223         black and white. Use PS_ENDCAP_FLAT and PS_JOIN_MITER by default.
15224         Use 0 for pen width by default (treated as 1 anyway later, but for
15225         apps that might check the value in the GdkGC).
15226         (gdk_win32_hdc_get, gdk_win32_hdc_release): New functions, public
15227         interface to gdk_gc_predraw and _postdraw.
15228
15229         * gdk/win32/gdkwin32.h
15230         * gdk/gdk.def: Add gdk_win32_hdc_{get,release}.
15231
15232         * gdk/win32/gdkcolor-win32.c (gdk_colormap_alloc1): Remove
15233         extraneous semicolon.
15234
15235         * gdk/win32/gdkdrawable-win32.c: Check also for pen_width == 0.
15236
15237         * gdk/win32/gdkimage-win32.c (gdk_image_new): Use the visual's depth,
15238         not the Win32 bitspixel value.
15239
15240         * gdk/win32/gdkcc-win32.c:
15241         * gdk/win32/gdkcolor-win32.c 
15242         * gdk/win32/gdkprivate-win32.h
15243         * gdk/win32/gdkwin32.h: Changes to make compilable, with new
15244         GDK object structure.
15245
15246 Tue Jul 11 20:59:35 2000  Tim Janik  <timj@gtk.org>
15247
15248         * docs/tutorial/gtk_tut_12.es.sgml (name): 
15249         * docs/tutorial/gtk_tut_it.sgml (name): 
15250         * docs/tutorial/gtk_tut_fr.sgml (name): 
15251         * docs/tutorial/gtk_tut.sgml (name): scratched notion of completely
15252         outdated email adress: s/timj@psynet.net/timj@gtk.org/.
15253
15254 Tue Jul 11 13:10:57 BST 2000  Tony Gale <gale@gtk.org>
15255
15256         * docs/faq/gtk-faq.sgml: Cleanup indenting and various
15257           small changes.
15258
15259 Tue Jul 11 08:04:58 2000  Tim Janik  <timj@gtk.org>
15260
15261         * gtk/gtktree.c (gtk_real_tree_select_child): eek, i've never seen
15262         a bug here, never been here and never fixed anything ;(
15263         (don't segfault if tree->root_tree is NULL, which happens prior
15264         to widget realization, but puke instead).
15265
15266 Tue Jul 11 06:38:42 2000  Tim Janik  <timj@gtk.org>
15267
15268         * gtk/gtkrc.h: add xthickness and ythickness to GtkRcStyle and
15269         add the necessary tokens.
15270
15271         * gtk/gtkrc.c (gtk_rc_style_init): properly initiality the rc style.
15272         (gtk_rc_style_to_style): copy thicknesses.
15273         (gtk_rc_init_style): apply thicknesses.
15274         (gtk_rc_parse_style): parse xthickness and ythickness.
15275
15276         * gdk/x11/gdkdnd-x11.c: silence compiler in switch() statements.
15277
15278         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): 
15279         (gdk_window_new): 
15280         (_gdk_windowing_window_init): 
15281         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_foreign_new): 
15282         (gdk_pixmap_create_from_data): 
15283         (gdk_bitmap_create_from_data): 
15284         (gdk_pixmap_new): 
15285         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
15286         (gdk_image_new): 
15287         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): 
15288         * gdk/x11/gdkdnd-x11.c (gdk_drag_context_new): 
15289         * gdk/x11/gdkcolor-x11.c (gdkx_colormap_get):
15290         (gdk_colormap_get_system): 
15291         (gdk_colormap_new): 
15292         * gdk/gdkwindow.c (gdk_window_init): 
15293         * gtk/gtkstyle.c (gtk_style_new):
15294         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done):
15295         * gdk/gdkpixmap.c (gdk_pixmap_init): 
15296         * gtk/gtkrc.c (gtk_rc_style_new):
15297         use g_object_new() instead of g_type_create_instance() which
15298         is a private function for fundamental type implementations.
15299
15300 Thu Jul  6 16:12:14 2000  Owen Taylor  <otaylor@redhat.com>
15301
15302         * configure.in: Add check for db2html
15303
15304 Thu Jul  6 14:53:05 2000  Owen Taylor  <otaylor@redhat.com>
15305
15306         * gtk/gtktypeutils.c (gtk_type_init): Add a temporary 
15307         hack to set glib_debug_objects based on gtk_debug_flags.
15308
15309 Thu Jul  6 14:12:13 2000  Owen Taylor  <otaylor@redhat.com>
15310
15311         * INSTALL.in: Update the Prerequisites section.
15312
15313         * Makefile.am demos/Makefile.am docs/Makefile.am
15314         docs/tutorial/Makefile.am gdk/x11/Makefile.am
15315         gdk/linux-fb/Makefile.am: Dist fixes
15316
15317 Thu Jul  6 12:26:03 2000  Owen Taylor  <otaylor@redhat.com>
15318
15319         * NEWS: 10,000 foot view of 1.3.1 changes.
15320
15321 Thu Jul  6 11:54:03 2000  Owen Taylor  <otaylor@redhat.com>
15322
15323         * gdk/gdk.h gdk/gdktypes.h gdk/linux-fb/gdkmain-fb.c
15324         gdk/nanox/gdkmain-nanox.c gdk/win32/gdkevents-win32.c
15325         gdk/win32/gdkinput-win32.c gdk/win32/gdkwin32.h
15326         gdk/x11/gdkmain-x11.c: 
15327
15328         Patch from George Lebl to add a GdkGrabStatus enumeration to use
15329         as a return value of gdk_*_grab(). Previously, we just
15330         returned the X11 values directly.
15331
15332 Thu Jul  6 11:27:44 2000  Owen Taylor  <otaylor@redhat.com>
15333
15334         * gdk/x11/Makefile.am: Patch from George Lebl to 
15335         install all the headers in the right place.
15336
15337 Tue Jul  4 13:13:01 BST 2000  Tony Gale <gale@gtk.org>
15338
15339         * docs/faq/gtk-faq.sgml: Add remaining sections. Completes
15340           initial conversion to DocBook.
15341
15342 2000-07-04  Tor Lillqvist  <tml@iki.fi>
15343
15344         * README.win32: Improve a bit.
15345
15346         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle also
15347         WM_SYSCHAR, and other changes to get handling of Alt+nnn or
15348         Alt+0nnn on the numpad (used to enter characters by numeric code
15349         from current DOS or ANSI codepage) working correctly, as in other
15350         Windows apps.
15351
15352         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Use
15353         same argument validity tests as in X11 version.
15354         (_gdk_cursor_destroy): Use DestroyCursor, not DestroyIcon.
15355
15356         * gdk/win32/gdkwin32.h: Add also WM_MOUSEWHEEL and CopyCursor
15357         definitions in case missing from headers.
15358
15359         * gdk/win32/gdkwindow-win32.c (gdk_win32_window_destroy): Also
15360         destroy the window-specific cursor.
15361         (RegisterGdkClass): Use the global gdk_ProgInstance instead of
15362         calling GetModuleHandle(NULL).
15363         (gdk_window_set_cursor): Reworked to always copy the passed cursor
15364         with CopyCursor before setting it as the window-specific
15365         cursor. It is OK for the caller to destroy the GdkCursor (and thus
15366         also its Windows cursor) after calling this function. Destroy any
15367         previous window-specific cursor.
15368
15369 Mon Jul  3 17:54:49 2000  Owen Taylor  <otaylor@redhat.com>
15370
15371         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): 
15372         font charset is iso8859-1, not iso-8859-1.
15373
15374 Mon Jul  3 17:08:14 2000  Owen Taylor  <otaylor@redhat.com>
15375
15376         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale):
15377         Use g_get_charset() instead of g_get_codeset().
15378
15379         * gtk/gtkframe.[ch] gtkframe.h gtk/gtktextmark.h: 
15380         Comment out some strdup'ing functions to keep timj
15381         happy until we finish fighting this out.
15382
15383 Mon Jul  3 14:24:16 2000  Owen Taylor  <otaylor@redhat.com>
15384
15385         * gtk/gtkwidget.c (gtk_widget_draw): Ignore calls with
15386         <= width or height.
15387
15388         * gtk/gtktable.c (gtk_table_attach): Fix missed merge
15389         from 1.2 for parent/child states.
15390
15391         * gdk/gdkgc.c (gdk_gc_set_rgb_fg/bg_color): Fix a couple
15392         of typos.
15393
15394         * gdk/gdkevents.[ch]: Remove press/xtilt/ytilt fields of
15395         event structures, replace with a generic axes field. Replace 
15396         deviceid/sourec with GdkDevice *device.
15397
15398         * gdk/gdkevents.[ch] (gdk_event_get_axis): Add function
15399         to extract particular axis use value from event. (Also
15400         can be used for normal X/Y.)
15401
15402         * gdk/gdkinput.h gdk/x11/gdkinput*: Major revision;
15403         allow for arbitrary number of axes, namespace everything
15404         as gdk_device_*. Replace guint32 deviceid with GdkDevice *
15405         everywhere.
15406
15407         * gdk/x11/{gdkmain-x11.c,gdkevent-x11.c,gdkinput*}: 
15408         Get rid of the gdk_input_vtable setup if favor of simply
15409         defining the functions in gdkinput-none/gxi/xfree.c in
15410         a similar fashion to the way that the port structure is 
15411         done.
15412
15413         * gtk/gtkdnd.c: Fix fields of synthesized button press event
15414         for new event structures. 
15415
15416         * gtk/gtkinputdialog.c gtk/testinput.c: Revise to match
15417         new device interfaces.
15418
15419 Sun Jul  2 18:19:50 2000  Owen Taylor  <otaylor@redhat.com>
15420
15421         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_layout): Add a 'text' argument to
15422         set the initial text.
15423
15424         * gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c
15425         gtk/gtkentry.c gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c
15426         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvruler.c
15427         gtk/gtkvscale.c: Adapt to new argument of create_pango_layout().
15428
15429         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
15430         pango_layout_set_font_description to simplify.
15431
15432 Sun Jul  2 17:43:41 2000  Owen Taylor  <otaylor@redhat.com>
15433
15434         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
15435         pango_layout_set_font_description to simplify.
15436
15437 Sun Jul  2 17:06:40 2000  Owen Taylor  <otaylor@redhat.com>
15438
15439         * gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkctree.c gtk/gtkhscale.c
15440         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvscale.c gtk/gtkaccellabel.c: Use
15441         pango_layout_get_pixel_extents() to remove a large number of '/ PANGO_SCALE'.
15442
15443         * gtk/gtk[hv]ruler.c gtk/gtklabel.c: replace some / PANGO_SCALE with
15444         PANGO_PIXELS() macro.
15445
15446 Sun Jul  2 15:24:41 2000  Owen Taylor  <otaylor@redhat.com>
15447
15448         * gtk/gtkwidget.[ch] (gtk_widget_get_pango_context): Add new function
15449         that returns a PangoContext owned by the widget and updated to
15450         match future changes in the widget. Also, make 
15451         gtk_widget_create_pango_layout() use this context. If we ever
15452         add a ::changed signal to PangoContext, this will make things
15453         much more convenient. 
15454
15455         * gtk/gtkentry.c gtk/gtklabel.c: Call pango_layout_context_changed()
15456         in the appropriate places instead of destroying the layouts and
15457         creating new ones.
15458
15459         * gtk/gtkfontsel.[ch] gtk/gtkclist.c: Use gtk_widget_get_pango_context()
15460         in a few strategic places.
15461
15462 Sun Jul  2 14:37:58 2000  Owen Taylor  <otaylor@redhat.com>
15463
15464         * gtk/gtkoptionmenu.c (gtk_option_menu_size_request): Call 
15465         gtk_widget_size_request() on reparented child, if one. Otherwise,
15466         queue_resize() on the child never results in it getting size-requested
15467         at all.
15468
15469         * gtk/testgtk.c (build_option_menu): Remove silly radio-menu-items
15470         in option menus, so that (with luck) people won't copy it into
15471         their apps in the future.
15472
15473         * gtk/gtkoptionmenu.c: Connect ::size_request on the menu
15474         to gtk_option_menu_calc_size. This isn't perfect, but should fix
15475         a lot of problems with changing the size of the menu's menu
15476         items after adding it to the option menu.
15477
15478         * gtk/gtktexttag.c: Include gtkmain.h for gtk_get_default_language().
15479
15480         * gtk/gtkwidget.[ch]: Add a ::direction_changed that triggers when
15481         the text direction for a widget changes.
15482
15483         * gtk/gtk{entry.c,label.[ch],textview.[ch]} gtk/testgtk.c: Use
15484         ::direction_changed to get rid of various hacks.
15485
15486 Sun Jul  2 13:19:12 2000  Owen Taylor  <otaylor@redhat.com>
15487
15488         * docs/Changes-2.0.txt: Move Changes-1.4.txt to the appropriate
15489         name.
15490
15491 Sun Jul  2 13:06:26 2000  Owen Taylor  <otaylor@redhat.com>
15492
15493         * gdk/x11/gdkpixmap-x11.[ch] Changes-1.4.txt: Add a is_foreign
15494         flag to the structure. Do not call XFreePixmap on pixmaps created
15495         by gdk_pixmap_foreign_new().
15496
15497 Sun Jul  2 12:45:50 2000  Owen Taylor  <otaylor@redhat.com>
15498
15499         * gdk/gdkrgb.[ch]: Add gdk_rgb_find_color() to get a pixel
15500         value using GdkRGB functionality given GdkColormap and GdkColor.
15501         (name not final, waiting for inspiration.)
15502         
15503         * gdk/gdkgc.[ch] (gdk_gc_set_rgb_fg/bg_color): New functions to
15504         set the foreground/background of a GC using the GC's colormap
15505         and GdkRGB. (name not final, waiting for inspiration.)
15506
15507         * gdk/gdkcompat.h gdk/gdkrgb.c (gdk_rgb_get_colormap): Rename from 
15508         gdk_rgb_get_cmap(), put #define in gdkcompat.h.
15509
15510         * gtk/gtkwidget.[ch] gtkcompat.h: Make visuals for
15511         gtk_widget_get_visual(), gtk_widget_get_default_visual, etc,
15512         purely a function of the corresponding colormap. Make
15513         gtk_widget_set_visual(), etc, noop macros in gtkcompat.h.
15514
15515         * gdk/gdkpixmap.c gdk/x11/gdkpixmap-c11.c: Rewrite
15516         gdk_pixbuf_*create_from_xpm_* in terms of
15517         gdk_pixbuf_new_from_xpm_data(), move into platform independent
15518         code.
15519
15520         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Take
15521         advantage of the new draw_rgb_32_image_dithalign.
15522
15523         * gdk/gdkrgb.c (gdk_draw_rgb_32_image_dithalign): Added.
15524
15525         * gtk/gtkgc.c (gtk_gc_new): Set the appropriate colormap
15526         on each created GC.
15527
15528         * gdk/gdkgc.[ch]: Add gdk_gc_get/set_colormap.
15529
15530         * gdk/gdkgc.[ch]: Add a colormap field to the GdkGC structure
15531         which we initialize from the drawable when the GC is created,
15532         if the drawable has a colormap.
15533
15534         * gdk/x11/gdkgc-x11.c: include string.h for memset.
15535
15536         * gdk/x11/gdkinput-x11.c: include string.h for strlen, etc.
15537
15538         * gtk/gtklayout.[ch]: Remove unsed configure serial member.
15539
15540 Sat Jul  1 16:28:32 2000  Owen Taylor  <otaylor@redhat.com>
15541
15542         * gdk/x11/gdkevents-x11.c (gdk_event_translate): When
15543         actually returning expose events, make sure to set
15544         the count field properly.
15545
15546         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): Fix
15547         accidentally reintroced bug which always cleared
15548         the graphics_exposures value. 
15549
15550 Wed Jun 28 18:03:09 BST 2000  Tony Gale <gale@gtk.org>
15551
15552         * docs/faq/gtk-faq.sgml: Change DocBook layout slightly
15553
15554 Wed Jun 28 17:49:05 BST 2000  Tony Gale <gale@gtk.org>
15555
15556         * docs/faq/gtk-faq.sgml: Finish Section 6. Add Section 7.
15557
15558 Wed Jun 28 13:31:55 BST 2000  Tony Gale <gale@gtk.org>
15559
15560         * docs/faq/gtk-faq.sgml: Start of Section 6.
15561
15562 Mon Jun 26 19:37:04 2000  Owen Taylor  <otaylor@redhat.com>
15563
15564         * configure.in: Put 1.3.1 in warning message, not 1.3.0.
15565         
15566         (Fixes problem with drawing childless frames. Pointed out
15567         by and a first patch from Anders)
15568         
15569         * gtk/gtkframe.c (gtk_frame_compute_child_allocation): Always
15570         compute a child_allocation, even if we don't have a child.
15571
15572         * gtk/gtkaspectframe.c (gtk_aspect_frame_compute_child_allocation):
15573         Always chain to the parent's impl, even if we don't have a child.
15574
15575 Mon Jun 26 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
15576
15577         * gdk/gdkrgb.c: If possible, create only a single shm segment and
15578         use multiple parts of it instead of creating a bunch of separate
15579         segments, since the maximum number of segments per system is not
15580         large. (This might be worth backporting to GTK+-1.2.x if we make a
15581         new release )
15582
15583         * gdk/gdkrgb.c: Localize a bunch of variables into the GdkRgbInfo
15584         structure in preparation for per-colormap GdkRGB.
15585
15586         * gdk/x11/gdkimage-x11.c (gdk_image_new): Don't set gdk_use_xshm
15587         to False when we get EINVAL from shmget so that the caller of
15588         gdk_image_new can retry with a smaller segment size.
15589
15590 Mon Jun 26 13:01:16 BST 2000  Tony Gale <gale@gtk.org>
15591
15592         * docs/faq/gtk-faq.sgml: Add Sections 4 & 5.
15593
15594 Fri Jun 23 17:54:23 2000  Tim Janik  <timj@gtk.org>
15595
15596         * configure.in: make the current version number 1.3.1 (binary age 0,
15597         interface age 0).
15598         
15599         * gtkfeatures.h, gtkfeatures.h.in: dejavue, get rid of these *again*,
15600         gtkcompat.h is all we want.
15601
15602         * gtk/gtktypeutils.[hc]: define most of the primitive types in terms of
15603         GLib primitive types. fixed g_type_register_fundamental() argument
15604         ordering.
15605
15606         * gtk-config.in (lib_gtk): add -lgdk_pixbuf so third party code
15607         compiles.
15608
15609         * gdk-pixbuf-loader.[hc]: get rid of unistd.h include.
15610         object code cleanup, comment trigraph fixes, etc...
15611
15612 2000-06-23  Havoc Pennington  <hp@redhat.com>
15613
15614         * gtk/gtktextview.c (gtk_text_view_set_buffer): Use anonymous mark 
15615         instead of making up a bogus name for first_para_mark
15616
15617         * gtk/gtkstatusbar.h, gtk/gtkstatusbar.c: Allow 
15618         0 as a context ID
15619
15620 Thu Jun 22 17:43:51 BST 2000  Tony Gale <gale@gtk.org>
15621
15622         * docs/faq/gtk-faq.sgml: Change filename. Add Section 3.
15623
15624 2000-06-21  Havoc Pennington  <hp@pobox.com>
15625
15626         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Fix bug where
15627         we didn't check window->bg_pixmap != GDK_NO_BG.
15628
15629         * gtk/gdk-pixbuf-loader.c: Change to reflect GObject-ification of
15630         gdk-pixbuf
15631
15632 Thu Jun 22 14:02:19 BST 2000  Tony Gale <gale@gtk.org>
15633
15634         * docs/faq/gtk-faq.sgm: Move file to here.
15635           TODO: Update Makfile.am 
15636
15637 Thu Jun 22 13:41:09 BST 2000  Tony Gale <gale@gtk.org>
15638
15639         * docs/gtk-faq.sgm: Add Section 2
15640
15641 Thu Jun 22 08:43:45 BST 2000  Tony Gale <gale@gtk.org>
15642
15643         * docs/gtk-faq.sgm: New file. Start of DocBook
15644           version of the FAQ.
15645
15646 Wed Jun 21 23:04:17 2000  Owen Taylor  <otaylor@redhat.com>
15647
15648         * configure.in (GDK_PIXBUF_MAJOR): Define version
15649         numbers for GDK_PIXBUF_*, as they get substituted
15650         into a header file. Need to consider versioning
15651         for gdk-pixbuf more carefully later.
15652
15653 2000-06-21  Raja R Harinath  <harinath@cs.umn.edu>
15654
15655         Work with srcdir != builddir.   
15656         * demos/testanimation.c: Don't include "gdk-pixbuf.h".  Use
15657         <gtk/gdk-pixbuf-loader.h>, not "gtk-pixbuf/gdk-pixbuf-loader.h".
15658         * demos/testpixbuf.c: Likewise.
15659         * demos/testpixbuf-scale.c: Don't include "gdk-pixbuf.h".
15660         * demos/testpixbuf-drawable.c: Don't include "gdk-pixbuf.h".  Use
15661         <gdk/x11/gdkx.h>.
15662         * demos/pixbuf-demo.c: Use <gtk/gtk.h> not "gtk.h".  Don't include
15663         "gdk-pixbuf.h".
15664         * demos/Makefile.am (INCLUDES): Remove unneeded directories.
15665
15666 Wed Jun 21 19:45:02 2000  Owen Taylor  <otaylor@redhat.com>
15667
15668         * TODO.xml: Change 1.4 version numbers to 2.0.
15669
15670 Wed Jun 21 19:29:08 2000  Owen Taylor  <otaylor@redhat.com>
15671
15672         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf-drawable.c: Indentation
15673         fixups to GTK+ standard.
15674
15675 Wed Jun 21 16:38:13 2000  Owen Taylor  <otaylor@redhat.com>
15676
15677         * gdk-pixbuf/* docs/reference/gdk-pixbuf/*: Welcome aboard,
15678         gdk-pixbuf.
15679
15680         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init):
15681         fixups for GObject.
15682
15683         * gdk/Makefile.am gdk/gdkpixbuf-render.[ch] gdk/gdkpixbuf.[ch]: Bits of 
15684         gdk-pixbuf with GDK dependencies moved into GDK.
15685         
15686         * gtk/Makefile.am gtk/gdk-pixbuf-loader.[ch]: Temporarily
15687         move gdk-pixbuf-loader here until GObject has signals.
15688
15689         * demos/: New directory of demos. Move demos from
15690         gdk-pixbuf here.
15691
15692         * demos/pixbuf-init.c: Small bit of code to check for
15693         loaders in ../gdk-pixbuf/.libs/gdk-pixbuf, and if found,
15694         set GDK_PIXBUF_MODULEDIR appropriately.
15695
15696         * gdk/gdkcompat.h: Remove GDK_DRAWABLE_PIXMAP compat
15697         define which no longer makes sense.
15698
15699 2000-06-21  Havoc Pennington  <hp@redhat.com>
15700
15701         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Use
15702         gtk_get_default_language
15703
15704         * gtk/gtkmain.h, gtk/gtkmain.c (gtk_get_default_language): 
15705         new function to get the default language
15706
15707         * gtk/gtktexttagprivate.h, gtk/gtktexttag.c, gtktextview.c: 
15708         s/gtk_text_view_style_values/gtk_text_style_values/
15709
15710         * gtk/gtktexttag.c, gtk/gtktexttag.h, gtk/gtktexttagprivate.h:
15711         Add a "language" field to tags.
15712
15713         (gtk_text_tag_set_arg): Fix bug in setting
15714         "bg_full_height_set" tag.
15715
15716 2000-06-21  Havoc Pennington  <hp@redhat.com>
15717
15718         * gtk/gtktextiter.h: Use gunichar instead of gint when appropriate
15719         in the interfaces
15720
15721         * gtk/gtktexttypes.c: Remove UTF functions, use glib 
15722         stuff instead when possible.
15723
15724         * gtk/gtktexttypes.h: Delete some unused constants
15725
15726         * gtktextbtree.c, gtktextiter.c, gtktextsegment.c, gtktextview.c,
15727         testtextbuffer.c: use glib instead of custom unicode routines
15728
15729 Wed Jun 21 12:50:58 2000  Owen Taylor  <otaylor@redhat.com>
15730
15731         * docs/es/: Removed mistakenly added generated sgml
15732
15733         * docs/{gdk.texi,gtk.texi,gdk.sgml} macros.texi texinfo.tex:
15734         Remove outdated info files.
15735
15736         * docs/gtk_tut* docs/package_tutorial.sh docs/tutorial:
15737         Moved tutorial files into subdir
15738
15739         * docs/gtkfaq.sgml docs/faq/gtkfaq.sgml: Move FAQ into
15740         subdir.
15741
15742         * docs/man/gtk_button.pod: Remove. (contents will be
15743         integrated into gtk-reference button page.)
15744
15745         * configure.in docs/Makefile.am docs/tutorial/Makefile.am
15746         docs/faq/Makefile.am: Adjust for new organization
15747
15748 2000-06-21 Christopher Blizzard  <blizzard@redhat.com>
15749
15750         * gdk/x11/Makefile.am (install-data-local): use $(mkinstalldirs)
15751         not $(MKINSTALLDIRS)
15752
15753 Wed Jun 21 12:24:28 2000  Owen Taylor  <otaylor@redhat.com>
15754
15755         * gtk/testgtk.c (create_text): Finish the job Elliot started
15756         of removing font setting test for text widget. (Since text widget
15757         and GdkFont are not deprecated, and cause portability problems.)
15758
15759 Wed Jun 21 11:41:43 2000  Owen Taylor  <otaylor@redhat.com>
15760
15761         * gtk/gtkentry.c gtk/gtkimcontextsimple.c gtk/gtklabel.c
15762         gtk/gtktexttypes.c gtk/testtext.c modules/linux-fb/basic.c:
15763         Remove use of libunicode in favor of new GLib functions.
15764
15765         * gtk/gtkcolorsel.c: Remove conditional includes for FB, win32,
15766         nano-x, framebuffer. The X11 include is just a hack until we get
15767         the necessary functions in gdkcolor.h, so there is no reason to
15768         add other includes of platforms.
15769
15770         * gtk/gtkwindow.c (gtk_window_compute_default_size): Revert 
15771         window bigger than the screen change.
15772
15773         * gtk/testgtk.c: Revert some random changes from Elliot
15774         that had no particular point and were causing testgtkrc
15775         not to function correctly.
15776         
15777         * gdk/gdkregion-generic.h: Revert change from Elliot. Just
15778         because GdkSegment and GdkRegionBox have the same fields,
15779         it doesn't mean that 'typedef GdkSegment GdkRegionBox'
15780         results in clearer code.
15781
15782         * gdk/x11/gdkinput-x11.c (gdk_input_common_select_events,
15783         gdk_input_translate_coordinates): Fix missed GdkObjectification
15784
15785 2000-06-18  Elliot Lee  <sopwith@redhat.com>
15786
15787         * gdk/Makefile.am, gdk/*/Makefile.am: Fix conditionality to work the "right" way.
15788         * gtk/gtk{plug,socket}.h: Missed commits from previous.
15789
15790 2000-06-20  Havoc Pennington  <hp@redhat.com>
15791
15792         * modules/linux-fb/Makefile.am: Make this compile
15793         without framebuffer enabled
15794
15795         * gdk/linux-fb/Makefile.am: Add conditional to not build
15796         framebuffer unless specified in configure
15797
15798         * gdk/gdkdraw.c (gdk_draw_drawable): Fix bug where I was getting
15799         the size of the target instead of source if -1 was passed for
15800         width/height
15801
15802         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): Fix 
15803         width/height confusion.
15804
15805 2000-06-19  Havoc Pennington  <hp@redhat.com>
15806
15807         * gdk/x11/gdkx.h (GDK_WINDOW_XWINDOW): change this to be
15808         GDK_DRAWABLE_XID. In the future, we probably want to make it
15809         faster with G_DISABLE_CHECKS turned on.
15810
15811 2000-06-14  Havoc Pennington  <hp@redhat.com>
15812
15813         * gdk/Makefile.am: add gdkpixmap.c
15814
15815         * gdk/gdk.c: s/gdk_window_init/_gdk_windowing_window_init/
15816         s/gdk_image_init/_gdk_windowing_image_init
15817
15818         * gdk/gdkcolor.c: make ref/unref compat wrappers for GObject
15819         ref/unref
15820
15821         * gdk/gdkcolor.h: make GdkColormap a GObject subclass
15822
15823         * gdk/gdkcompat.h: remove GdkWindowType compat, since
15824         GdkWindowType is now non-deprecated; 
15825         change gdk_window_get_type() compat to be
15826         gdk_window_get_window_type().
15827
15828         * gdk/gdkdnd.h: make GdkDragContext a GObject.
15829
15830         * gdk/gdkdraw.c, gdk/gdkdraw.h: Convert GdkDrawable to a pure
15831         virtual GObject. Make all functions call into the vtable.
15832         Move gdk_image_put() guts in here. Remove GdkDrawableType
15833         and gdk_drawable_get_type(), these are now GdkWindow-specific.
15834         draw_image, get_depth, get_size, set_colormap, get_colormap,
15835         get_visual added to the vtable.
15836         
15837         * gdk/gdkgc.h, gdk/gdkgc.c: Convert GdkGC to a pure virtual 
15838         GObject. Virtualize everything. 
15839         (gdk_gc_new_with_values): remove check for destroyed window,
15840         because now GdkWindow::create_gc will check this.
15841         (gdk_gc_set_values): New function to set GC values, this 
15842         was already implemented but wasn't in the header
15843
15844         * gdk/gdkimage.h, gdk/gdkimage.c: Convert GdkImage to a GObject.
15845
15846         * gdk/gdkinternals.h: Remove _gdk_window_alloc(), remove
15847         _gdk_window_draw_image(), remove _gdk_windowing_window_class,
15848         remove _gdk_window_class; add _gdk_window_impl_get_type() and
15849         _gdk_pixmap_impl_get_type(). Rename gdk_window_init to
15850         _gdk_windowing_window_init, rename gdk_image_init to
15851         _gdk_windowing_image_init.
15852         
15853         * gdk/gdkpango.c: Reflect GObject-ification of PangoContext.
15854         (gdk_draw_layout): Remove check for destroyed window, 
15855         because all the drawable methods already check it.
15856         
15857         * gdk/gdkpixmap.h, gdk/gdkpixmap.c: Convert GdkPixmap to GObject.
15858         Add gdkpixmap.c which contains implementation of GdkDrawable
15859         virtual table (by chaining to a platform-specific implementation
15860         object).
15861         
15862         * gdk/gdkprivate.h: Remove GDK_IS_WINDOW, GDK_IS_PIXMAP, 
15863         GDK_DRAWABLE_DESTROYED. Add GDK_WINDOW_DESTROYED. Replace
15864         GDK_DRAWABLE_TYPE with GDK_WINDOW_TYPE. Remove GdkDrawablePrivate,
15865         GdkWindowPrivate, GdkImageClass, GdkImagePrivate, GdkGCPrivate,
15866         GdkColormapPrivate. 
15867
15868         * gdk/gdktypes.h: #include <glib-object.h>
15869
15870         * gdk/gdkwindow.h, gdk/gdkwindow.c: Convert GdkWindow to GObject.
15871         Move most functionality to platform-specific implementation
15872         object. GdkWindow itself now handles the backing store, then
15873         chains to the platform-specific implementation.
15874         (gdk_window_get_window_type): return GdkWindowType of the window.
15875         (gdk_window_peek_children): New routine, returns the children of 
15876         a GdkWindow
15877         (gdk_window_get_children): Was in X11-specific code and did 
15878         XQueryTree. Changed to simply return a copy of window->children; 
15879         so it can go in cross-platform code.
15880         
15881         * gdk/x11/Makefile.am: fix broken MKINSTALLDIRS path
15882
15883         * gdk/x11/gdkcolor-x11.c: implement X-specific parts of 
15884         GdkColormap; just changed to use the new private data instead
15885         of casting to GdkColormapPrivate.
15886
15887         * gdk/x11/gdkcursor-x11.c: added a couple typechecks to 
15888         gdk_cursor_new().
15889
15890         * gdk/x11/gdkdnd-x11.c: Change the way we access private fields 
15891         (private data member in the GObject). 
15892         (xdnd_manager_source_filter): Function had broken 
15893         error handling, fix it (use gdk_error_trap_push).
15894
15895         * gdk/x11/gdkdrawable-x11.c: This file now implements
15896         a base class for GdkWindowImplX11/GdkPixmapImplX11. This 
15897         base class is purely for the convenience of the X port,
15898         and not part of the interface to cross-platform GDK.
15899
15900         * gdk/x11/gdkevents-x11.c: Reflect various renamings.
15901         
15902         * gdk/x11/gdkgc-x11.c: Implement a subclass of GdkGC that's
15903         specific to X, and returned by the create_gc virtual method
15904         of GdkDrawableImplX11. 
15905         (gdk_x11_gc_set_dashes): Change this to take an array of gint8
15906         rather than gchar, this was also changed in the GdkGC vtable.
15907         (gdk_x11_gc_values_to_xvalues): If GdkGCValues is NULL, or the
15908         mask is 0, return immediately, instead of checking every flag.
15909         This is faster, and keeps us from segfaulting if values is NULL
15910         and the mask contains some nonzero flags.
15911
15912         * gdk/x11/gdkgeometry-x11.c: deal with all the rearranging of
15913         GdkWindow.
15914
15915         * gdk/x11/gdkglobals-x11.c: change type of grab window, since 
15916         GdkWindowPrivate is gone.
15917
15918         * gdk/x11/gdkim-x11.c: rename things that got renamed.
15919
15920         * gdk/x11/gdkimage-x11.c: implement in terms of GObject, and 
15921         remove the image_put stuff that got transferred to GdkDrawable.
15922         
15923         * gdk/x11/gdkinput.c: renamings
15924
15925         * gdk/x11/gdkmain-x11.c: #include <pango/pangox.h>
15926
15927         * gdk/x11/gdkpixmap-x11.c: GObject conversion
15928
15929         * gdk/x11/gdkprivate-x11.h: indentation fixes
15930
15931         * gdk/x11/gdkproperty-x11.c: renamings
15932
15933         * gdk/x11/gdkselection-x11.c: renamings
15934
15935         * gdk/x11/gdkwindow-x11.c: Restructuring and renaming; this now 
15936         implements the platform-specific "impl" object.
15937         Moved gdk_window_get_children to gdk/gdkwindow.c
15938
15939         * gdk/x11/gdkx.h: Remove all the private structs and private datas
15940         that no longer exist. Add declaration of GdkGCX11 object here.
15941         Fix all the macros to still work. 
15942
15943         * gtk/gtk-boxed.defs: Remove GtkStyle, GdkColormap, GdkWindow,
15944         GdkDragContext from the boxed types since they are now GObjects.
15945
15946         * gtk/gtkstyle.h, gtk/gtkstyle.c: Converted GtkStyle to a GObject,
15947         moved xthickness/ythickness into the instance. GtkStyleClass
15948         functions are now in the standard vtable for GtkStyle, so you have
15949         to create a GObject subclass to write a theme engine.
15950         (gtk_style_copy): fixed a leaked PangoFontDescription
15951         (gtk_style_init): renamed gtk_style_realize, so gtk_style_init
15952         can be the standard GObject function.
15953         
15954         * Throughout GTK:
15955         s/style->klass->[xy]thickness/style->[xy]thickness
15956         s/pango_layout_unref/g_object_unref/
15957
15958         * gtk/gtkrc.h, gtk/gtkrc.c: Converted GtkRcStyle to a GObject.
15959         
15960         * gtk/gtksocket.c: Use gdk_window_get_user_data() instead of 
15961         accessing GDK internals.
15962
15963         * gtk/gtkwidget.c: Use gdk_window_peek_children() instead of 
15964         accessing GDK internals.
15965
15966 2000-06-18  Elliot Lee  <sopwith@redhat.com>
15967
15968         * gtk/gtkwindow.c: Don't allow creation of a window bigger than the screen.
15969
15970         * gtk/gtkrange.c: Fix the mega-jumpy-with-lagged-events scrollbar
15971         problem by calculating event position relative to the trough
15972         rather than the slider.
15973         * gtk/gtkdnd.c, gtk/gtkcolorsel.c: Include FB headers if appropriate.
15974
15975         * gdk/gdkgc.h: Add GDK_NOR.
15976
15977         * configure.in, Makefile.am: Add modules top level dir
15978         * configure.in: Only use pangox library if building x11 target.
15979         * gdk/gdkdnd.h: Add GDK_DRAG_PROTO_LOCAL enum for future intra-app use.
15980
15981 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
15982
15983         * gtk/gtkcolorsel.c: Change private class member to be named
15984         private_data throughout the file.
15985
15986         * gtk/gtkcolorsel.h (struct _GtkColorSelection): Change private to
15987         private_data to avoid clashing with keyword.
15988
15989 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
15990
15991         * gdk/gdkdnd.h: Add comment to remove warning.
15992
15993 Sun Jun 18 15:35:35 2000  Pablo Saratxaga <pablo@mandrakesoft.com>
15994
15995         * gtk/gtkrc.cp1251,gtk/Makefile.am: the cp1251 is also used by
15996         Byelorussian language; changed the Makefile and file names 
15997         to reflect that.
15998
15999 Mon Jun 12 16:58:40 2000  Owen Taylor  <otaylor@redhat.com>
16000
16001         * gtk/gtkwindow.c (gtk_window_unmap): Call gdk_window_withdraw
16002         rather than gdk_window_hide; this makes things work
16003         correctly if the window is programmatically hidden while
16004         iconified.
16005
16006 Sun Jun 11 12:46:19 2000  Owen Taylor  <otaylor@redhat.com>
16007
16008         * gtk/gtkdnd.c (gtk_drag_set_default_icon): Fix
16009         cut and paste typo where wrong pixmap was being
16010         unref'ed. (Pointed out by a friend of KUSANO Takayuki.)
16011
16012 Sun Jun 11 10:22:36 2000  Owen Taylor  <otaylor@redhat.com>
16013
16014         * gtk/gtkselection.c (gtk_selection_bytes_per_item):
16015         Add helper function to compute format / bytes 
16016         relationship. Use in a couple places to fix up
16017         errors which assume 8 * format.
16018
16019         * gtk/gtkselection.c (gtk_selection_request): Use 32
16020         rather than 8 * sizeof (GdkAtom), to work correctly
16021         on Alpha.
16022
16023 Thu Jun  8 21:54:51 2000 Christopher Blizzard  <blizzard@redhat.com>
16024
16025         * gtk/Makefile.am (DEPS): deps include libgtk-x11.la, not
16026         libgtk.la
16027         (LDADDS): include libgtk-x11.la and libgdk-x11.la, not the non-x11
16028         versions
16029
16030         * gtk/gtklabel.c (gtk_label_get_text): Make sure that the error
16031         checking macros return NULL since the function has a return value.
16032
16033 Wed Jun  7 15:44:42 2000  Owen Taylor  <otaylor@redhat.com>
16034
16035         * gtk/Makefile.am (LDFLAGS): Add missing backslash that was keeping
16036         GTK+ from building at all.
16037
16038         * gdk/Makefile.am (gdk_c_sources): Fix up some indentation issues.
16039
16040 Mon Jun  5 19:32:53 CEST 2000 Paolo Molaro <lupus@linuxcare.com>
16041
16042         * configure.in, gtk-config.in, gdk/Makefile.am, gdk/*/Makefile.am,
16043         gtk/Makefile.am: make it possible to configure gtk for different
16044         targets on the same platform. The library name is now 
16045         libgtk-$target-$version.so. gtk-config accepts a --target x11|nanox|linux-fb
16046         flag. Only the x11 target compiles right now.
16047         * gdk/gdkregion-generic.h, gdk/gdkregion-generic.c, gdk/gdkpoly-generic.h,
16048         gdk/gdkpolyreg-generic.c: move generic region code in the main GDK dir.
16049         * gdk/nanox/gdk*generic*: delete generic region code.
16050         * gdk/linux-fb/gdk*generic*: delete generic region code.
16051         * README.nanox: update information.
16052         
16053 Tue Jun  6 10:53:59 2000  Owen Taylor  <otaylor@redhat.com>
16054
16055         * gtk/gtktoolbar.c (gtk_toolbar_prepend_widget): Fix to
16056         prepend not append. (Pointed out by Brett Hall.)
16057
16058 Tue Jun  6 01:59:57 2000  Owen Taylor  <otaylor@redhat.com>
16059
16060         * gtk/gtkentry.c (gtk_entry_finalize): Unref the entry's layout.
16061
16062 Mon Jun  5 16:00:09 2000  Owen Taylor  <otaylor@redhat.com>
16063
16064         * gdk/gdk.c (gdk_init_check): Add call to g_type_init() - we'll
16065         need this later, and this makes sure that the atexit for
16066         glib gets called after that for GDK, so atexits are
16067         properly ordered for object leak checking.
16068
16069         * gdk/gdk.c (gdk_exit_func): Call gdk_windowing_exit().
16070
16071         * gdk/x11/gdkmain-x11.c (gdk_windowing_exit): Call 
16072         pango_x_shutdown_display()
16073
16074         * gtk/simple.c (main): Close window on destroy.
16075
16076 Mon Jun  5 11:50:02 2000  Owen Taylor  <otaylor@redhat.com>
16077
16078         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): We need
16079         to treat initial creation different from setting with 
16080         regards to the graphics-exposures parameter, so add a parameter
16081         indicating whether this is initial or not.
16082
16083 Mon Jun  5 13:29:31 2000  Owen Taylor  <otaylor@redhat.com>
16084
16085         * gdk/x11/gdkevents-x11.c: Hack gdk_event_get_graphics_expose()
16086         to sort of work by adding an extra return_exposes arg
16087         to gdk_event_translate() - it might be better to simply
16088         deprecate the function altogether and force people to rewrite
16089         without it. gdk_window_scroll() handles most of it, and where
16090         gdk_window_scroll() doesn't work, simply redrawing more does.
16091
16092         * gtk/gtkwidget.c (gtk_widget_set_default_direction): Fix up
16093         assertion.
16094
16095         * gtk-config.in: Include PANGO_CFLAGS/LIBS.
16096
16097         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Remove a 
16098         bunch of pretty much useless /* Print debugging info */ comments 
16099         which had drifted away from the code they were commenting.
16100
16101 2000-06-02  Havoc Pennington  <hp@pobox.com>
16102
16103         * gtk/testtextbuffer.c: Test program to make sure GtkTextBuffer
16104         is in working order.
16105         
16106         * gtk/testtext.c: Change to reflect anonymous mark API
16107
16108         * gtk/gtktextview.c: Convert from mark names to GtkTextMark*.
16109
16110         * gtk/gtktexttag.h (struct _GtkTextTag): remove the affects_size
16111         field, which was unused.
16112
16113         * gtk/gtktextmarkprivate.h (GTK_IS_TEXT_MARK): add this macro,
16114         saves some typing.
16115
16116         * gtk/gtktextbuffer.c: Switch from mark names to GtkTextMark*   
16117
16118         * gtk/gtktextbtree.c (gtk_text_btree_new): set the not_deleteable
16119         flag on the insertion point and selection bound
16120
16121         Throughout, use GtkTextMark instead of GtkTextLineSegment, and 
16122         make mark-manipulation functions take a GtkTextMark* instead of a
16123         mark name.
16124         
16125         * gtk/gtktextmarkprivate.h: Add a "not_deleteable" flag to 
16126         GtkTextMarkBody; will be used to detect attempts to delete
16127         the permanent marks (insert and selection bound)
16128
16129         * gtk/Makefile.am (noinst_PROGRAMS): add testtextbuffer 
16130
16131 Fri Jun  2 12:56:01 2000  Owen Taylor  <otaylor@redhat.com>
16132
16133         * gtk/gtkwidget.c (gtk_widget_init): Initialize DOUBLE_BUFFERED
16134         flag to on.
16135
16136         * gtk/gtkwidget.c (gtk_widget_draw) gtk/gtkmain.c (gtk_main_do_event): 
16137         Honor DOUBLE_BUFFRED_FLAG
16138
16139         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): Add a
16140         function to set the DOUBLE_BUFFERED flag.
16141
16142         * gtk/gtkwidget.h: Add GTK_DOUBLE_BUFFERED flag to indicate whether
16143         or not exposes done on the widget should be double-buffered.
16144
16145         * gtk/gtkenums.h (GtkTextDirection): Reverse order of enumerations
16146         to be what would be expected. (Fixes problem with a
16147         g_return_if_fail() validating a TextDirection enumeration)
16148
16149 Thu Jun  1 23:05:13 2000  Owen Taylor  <otaylor@redhat.com>
16150
16151         * gtk/gtkwidget.c: Remove all references to 
16152         offscreen flag which was no longer used.
16153
16154         * gtk/gtkprivate.h (enum): Remove unused flags and compress.
16155
16156         * gtk/gtkframe.c (gtk_frame_set_label_widget): Check
16157         for non-null label_widget->parent.
16158
16159         * gtk/gtkentry.c: Get rid of code to deal with PangoAttribute 
16160         which no longer was used.
16161
16162         * gdk/gdkpango.c (gdk_pango_context_get_info): make static.
16163
16164         * gdk/gdkpango.c (gdk_draw_layout[_line]): Add checks
16165         for null arguments.
16166
16167         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): add
16168         check for destroyed windows.
16169
16170 Thu Jun  1 13:48:45 2000  Owen Taylor  <otaylor@redhat.com>
16171
16172         * gtk/gtkimmulticontext.c: Add a finalize method and unref
16173         the slave context there.
16174
16175         * gtk/gtkinvisible.[ch]: Make reference counting behavior
16176         identical to GtkWindow.
16177
16178 Thu Jun  1 01:54:11 2000  Owen Taylor  <otaylor@redhat.com>
16179
16180         * Makefile.am gdk/gdkpango.c: Copy the layout render function from
16181         pangox to here, so we can write them independent of rendering
16182         system, using GDK primitives.
16183
16184         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c
16185         gdk/x11/gdkdrawable-x11.c: Remove draw_layout() from the vtable,
16186         since we have a rendering-system independent implementation in
16187         terms of draw_glyphs().
16188         
16189         * gdk/gdkpango.c gdkdrawable.h (gdk_draw_layout_line): New
16190         function to render a single line.
16191
16192         * gdk/x11/gdkpango.c: Move the guts of this file mostly
16193         into ../gdkpango.c, which simplifies things, since we
16194         don't have to deal with raw X gc's.
16195
16196 Fri May 19 04:28:16 2000  Owen Taylor  <otaylor@redhat.com>
16197
16198         * gtk/gtktextlayout.[ch]: Add get_log_attrs() function to
16199         get the logical attributes for a given GtkTextLine.
16200
16201 Tue May 30 16:05:39 2000  Owen Taylor  <otaylor@redhat.com>
16202
16203         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Track
16204         g_locale_get_codeset() to g_get_codeset() change.
16205
16206 Tue May 30 15:03:19 2000  Owen Taylor  <otaylor@redhat.com>
16207
16208         * gtk/testcalendar.c (calendar_font_selection_ok): Use font
16209         descriptions.
16210
16211         * gtk/gtkentry.c (gtk_entry_draw_text): Center text within
16212         the entry.
16213
16214         * gtk/gtkfontsel.c (gtk_font_selection_dialog_init): Start of
16215         redoing (vastly simplifying) for Pango. Still needs quite
16216         a bit of work. (Size selection is currently poor. List of 
16217         predefined sizes is not a good idea, since all of these
16218         sizes won't necessarily be distinct.)
16219
16220 Tue May 30 13:50:19 2000  Owen Taylor  <otaylor@redhat.com>
16221
16222         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Handle
16223         CODESET results for LANG=C.
16224
16225 Mon May 29 15:49:10 2000  Owen Taylor  <otaylor@redhat.com>
16226
16227         * gtk/gtkrc.[ch]: Add a 'font_name' declaration to RC
16228         which takes a stringized pango font description;
16229         ignore the older 'font' and 'fontset' declarations.
16230
16231         * gtk/gtkstyle.c gtk/gtkrc.c: Fill in the style->font
16232         field with a GdkFont derived via gdk_font_from_description(),
16233         for compatibility. (Should we just remove it entirely?
16234         Probably too much compatibility breakage, but people
16235         should be migrating to the new Pango stuff as quickly
16236         as possible.)
16237
16238 Mon May 29 15:47:41 2000  Owen Taylor  <otaylor@redhat.com>
16239
16240         * gtk/gtkentry.c gtk/gtkclist.c: s/pango_font_unref/g_object_unref/.
16241
16242 Mon May 29 15:44:46 2000  Owen Taylor  <otaylor@redhat.com>
16243
16244         * gtk/gtkcalender.c: Roughly pango-ized. Really needs 
16245         redoing; there are some bugs in size allocation right
16246         now, the semi-existant distinction between header / day
16247         fonts was removed, but, with Pango, could actually
16248         be made functional in a nice way.
16249         
16250         * gtk/testcalender: Move calender from examples into this
16251         directory as a test program. (We really need to restrcture
16252         testgtk into a whole directory full of tests for every
16253         widget or functionality group, separated into multiple .c
16254         files.)
16255
16256 Mon May 29 15:19:56 2000  Owen Taylor  <otaylor@redhat.com>
16257
16258         * gtk/testgtk.c (file_exists): Fix stupid typo that
16259         was keeping RC file from being loaded.
16260
16261         * gtk/testgtkrc gtk/testgtkrc2: Test new pango-ized
16262         RC file font code.
16263
16264 Mon May 29 14:31:27 2000  Owen Taylor  <otaylor@redhat.com>
16265
16266         * gdk/gdkfont.h gdk/x11/gdkfont-x11.c (gdk_font_from_description):
16267         Add function to load a GdkFont from a PangoFontDescription.
16268
16269 2000-05-29  Tor Lillqvist  <tml@iki.fi>
16270
16271         * gdk/win32/gdkevents-win32.c (gdk_WindowProc): The local "event"
16272         variable should be of type GdkEventPrivate.
16273
16274 Fri May 26 17:16:40 2000  Owen Taylor  <otaylor@redhat.com>
16275
16276         * gtk/frame.[ch] gtkaspectframe.c: Make frame widgets able
16277         to have any widget for the label, use a GtkLabel widget
16278         to display the text. (Based partially on a patch from
16279         Anders Carlson.)
16280
16281         (Quite a bit of code reorganization - strip 90% of the
16282         guts out of gtkaspectframe and add a single virtual
16283         func to GtkFrameClass - compute_child_allocation.)
16284
16285 Fri May 26 12:00:02 2000  Owen Taylor  <otaylor@redhat.com>
16286
16287         * gtk/gtkctree.c gtk/gtkclist.[ch]: Pangoized.
16288         (Removed clist->row_center_offset field because caching
16289         it wasn't saving time or code, added private function
16290         _gtk_clist_create_cell_layout()).
16291
16292 Wed May 24 15:59:37 2000  Owen Taylor  <otaylor@redhat.com>
16293
16294         * gtk/gtkaccellabel.c: Pangoized.
16295
16296         * gtk/[hv]ruler.c: Pangoized
16297
16298 Mon May 22 19:23:59 2000  Owen Taylor  <otaylor@redhat.com>
16299
16300         * gtk/gtkfilesel.c (gtk_file_selection_init):
16301         Use gtk_clist_set_column_auto_resize() to remove need
16302         need for manual column width computations.
16303
16304 Mon May 22 18:50:26 2000  Owen Taylor  <otaylor@redhat.com>
16305
16306         * gtk/gtktooltips.[ch]: Replace custom drawing with a GtkLabel, 
16307         ensuring Pango correctness, and considerably simplifying the
16308         code.
16309         
16310         * gtk/gtklabel.c gtk[hv]scale.c: 1000 => PANGO_SCALE.
16311
16312         * gtk/gtklabel.c (gtk_label_size_request): Fixed incorrect
16313         getting of numbers of lines.
16314
16315         * gtk/gtklabel.c (gtk_label_size_request): Set the requisition
16316         to the actual requested width of the lable, not to the wrap
16317         width we set.
16318
16319         * gtk/gtktextchild.h: Remove extraneous include of gtk/gtk.h.
16320
16321         * gtk/gtktextbtree.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
16322           gtk/gtktextview.c gtk/gtktextview.[ch]: Fix up includes.
16323
16324         * gtk/gtktextview.c: Fix structure inheritance.
16325
16326         * gtk/gtkprogressbar.c: Pangoize.
16327
16328 Mon May 22 15:47:30 2000  Owen Taylor  <otaylor@redhat.com>
16329
16330         * gtk/gtktextview.c (gtk_text_view_get_first_para_iter): Encapsulate
16331         in a function.
16332
16333         * gtk/gtktextlayout.c (find_display_line_above): Fixed
16334         bug with computing line tops.
16335
16336         * gtk/gtktextview.c (changed_handler): Fix < , <= confusion.
16337
16338 Thu May 18 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
16339
16340         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix up the x_offset
16341         and y_offset coordinates to do what we need now. (The offset between
16342         buffer and layout coordinates has been reintroduced, but is a 
16343         bit different than before.)
16344
16345         * gtk/gtktextview.[ch]: No longer inherit from GtkLayout; instead
16346         handle the adjustments ourselves, and scroll as necessary using
16347         the new gdk_window_scroll().
16348         
16349         The advantage of this is that when we are incrementally revalidating,
16350         we are essentially rearranging things around the visible portion
16351         of the screen. With the old setup, the visible portion of the
16352         screen was moved around in the layout, so scrolling and redrawing
16353         to track that caused jumping of the display. Since we now
16354         control the scrolling ourselves, we can suppress this and
16355         only redraw when things actually change.
16356
16357 Thu May 18 18:47:25 2000  Owen Taylor  <otaylor@redhat.com>
16358
16359         * gtk/gtktextbtree.c (redisplay_mark): We need to invalidate
16360         the region not just redisplay it after-all, since we store the
16361         cursors in the LineDisplay. (Ugly interactions here between
16362         GtkLayout and GtkTextBTree here.)
16363         
16364         * gtk/gtktextbtree.c (redisplay_region): Fixed reversed comparison.
16365
16366 Thu May 18 18:43:21 2000  Owen Taylor  <otaylor@redhat.com>
16367
16368         * gdk/gdkwindow.h gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): 
16369         Added function to scroll contents of a window while keeping the
16370         window constant. Works by XCopyArea or guffaw-scrolling depending
16371         on the details of how the window is set up. (guffaw-scrolling
16372         still needs to be filled in.)
16373
16374 Wed May 17 22:36:53 2000  Owen Taylor  <otaylor@redhat.com>
16375
16376         * gtk/gtktextiter.c gtk/gtkmain.c: Add a debug key for the text widget,
16377         move the debugging that was tied to a global variable
16378         to that.
16379
16380         * gtk/gtkmarshal.list: Add NONE:INT,INT,INT
16381
16382         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.c: Keep a separate
16383         validated flag, in line data instead of setting height/width to
16384         -1. This allows us to perform operations with partially invalid
16385         buffer (using the old size for invalid lines) and thus to do
16386         incremental vaidation. Keep height/width aggregates up to date
16387         when deleting text and rebalancing the tree.
16388
16389         * gtk/gtktextbtree.[ch]: Add functions validate a line
16390         (gtk_text_btree_validate_line), and to validate up
16391         to a number of pixels (gtk_text_btree_validate).
16392
16393         * gtk/gtktextlayout.[ch]: Add an ::invalidated signal
16394         that indicates that something is changed and a revalidation
16395         pass is needed. Change ::need_repaint to ::changed, and
16396         make it take old and new yranges instead of a rectangle.
16397
16398         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.[ch]: Move
16399         the line_data_destroy() function from 
16400         gtk_text_btree_add_view() to a virtual function in 
16401         GtkTextLayout
16402
16403         * gtk/gtktextbtree.[ch]: Remove gtk_text_btree_get_damage_range(),
16404         since we are handling partial repaints in a different fashion
16405         now.
16406
16407         * gtk/gtktextbtree.[ch]: Only repaint the changed portion
16408         of the selection instead of queueing a repaint on the
16409         entire widget.
16410
16411         * gtk/gtktextbuffer.[ch] gtk/gtktextbtree.[ch]: Move
16412         get_selection_bounds() down to btree, make the function
16413         in buffer a wrapper around the btree function.
16414
16415         * gtk/gtktextlayout.[ch]: Add functions to check if the
16416         layout is valid and to recompute either a range of pixels
16417         aroudn a line or a certain total number of pixels.
16418
16419         * gtk/gtktextlayout.[ch]: Cache a single line display;
16420         now that we only redraw the needed portions, the hit rate
16421         for this cache is quite high.
16422         
16423         * gtk/gtktextview.[ch]: Keep track of the first paragraph
16424         on the screen so that when re-laying-out the buffer, we can
16425         keep the same place. This requires connecting to ::value_changed
16426         on the adjustments
16427
16428         * gtk/gtktextview.[ch]: Add idle functions to revalidate
16429         the buffer after we receive an ::invalidated signal.
16430         
16431 Wed May 17 22:10:47 2000  Owen Taylor  <otaylor@redhat.com>
16432
16433         * gtk/gtklayout.c (gtk_layout_size_allocate): Set upper
16434         to max of allocation and layout size, not just to the
16435         layout size.
16436
16437         * gtk/gtk[hv]scrollbar.c (gtk_[hv]scrollbar_calc_slider_size): 
16438         Invalidate window so it gets redrawn properly.
16439
16440         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Allow rect == NULL
16441         to mean the entire window.
16442
16443         * gdk/gdkevents.h: Move definition for GDK_PRIORITY_REDRAW
16444         into public header.
16445
16446 Mon May 15 14:51:31 2000  Owen Taylor  <otaylor@redhat.com>
16447
16448         * gtk/gtktextmark.c (gtk_text_mark_get_name): Add function
16449         to get the name of a mark.
16450
16451         * gtk/gtktextlayout.c (gtk_text_layout_get_line_at_y): Add a function
16452         to find the paragraph from a y position.
16453
16454 Thu May 11 12:57:20 2000  Owen Taylor  <otaylor@redhat.com>
16455
16456         * gtk/gtktextbtree.c (gtk_text_btree_node_invalidate_upward): Valid
16457         nodes have width/height >= 0, not > 0.
16458
16459 Tue May  9 21:29:06 2000  Owen Taylor  <otaylor@redhat.com>
16460
16461         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c (gtk_text_layout_get_line_display):
16462         Add a size_only flag, so when we only need the size, we don't create
16463         useless appearance attributes.
16464
16465         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Remove
16466         duplicate setting of font description.
16467
16468         * gtk/gtkscale.c: Use PANGO_SCALE instead of 1000 
16469
16470 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
16471
16472         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
16473         EXTRA_DIST. It does not work well when the file that
16474         everything depends on is not in the tarball.
16475
16476 Wed Apr 26 00:56:14 2000  Owen Taylor  <otaylor@redhat.com>
16477
16478         * gtk/testgtk.c: Some hacks and fixes so that it basically
16479         works when not sitting in the GTK+ build tree.
16480
16481 2000-05-03  Havoc Pennington  <hp@redhat.com>
16482
16483         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
16484         Properly determine the ordering of the tag root and the current
16485         line within the tree. Previous algorithm only worked if the tag
16486         root's immediate parent was the common root of both the current
16487         line and the tag root.
16488
16489 Wed Apr 26 00:43:00 2000  Owen Taylor  <otaylor@redhat.com>
16490
16491         * gtk/gtktextlayout.c (set_para_values): Fix some bugs in
16492         alignment.
16493
16494         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Track
16495         the widget text directional dynamically.
16496
16497         * gtk/gtktextview.[ch]: Added functions to get and set default
16498         wrap mode.
16499
16500 Tue Apr 25 23:47:38 2000  Owen Taylor  <otaylor@redhat.com>
16501
16502         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Fix bug
16503         in cursor location computation.
16504
16505 Tue Apr 25 23:22:59 2000  Owen Taylor  <otaylor@redhat.com>
16506
16507         * gtk/gtklayout.c (gtk_layout_set_size): Clamp hadjustment/
16508         vadjusment values properly when layout gets smaller.
16509
16510         * gtk/gtktextview.c (need_repaint_handler): Areas being
16511         passed in are far completely inaccurate, and sometimes
16512         too small, so, for now, just queue a redraw on the
16513         whole visible region.
16514
16515 2000-04-25  Havoc Pennington  <hp@redhat.com>
16516
16517         * gtk/gtktextbtree.c (summary_destroy): new function to 
16518         destroy tag summary nodes
16519         (gtk_text_line_next_could_contain_tag): this function was 
16520         totally broken if the line passed in wasn't below the tag
16521         root. Fix it.
16522         (gtk_text_btree_first_could_contain_tag): In the tag == NULL 
16523         "wildcard" case, we have to do a linear scan. Blah.
16524         (gtk_text_btree_last_could_contain_tag): In tag == NULL case,
16525         we have to do the linear scan
16526         (tag_removed_cb): When a tag is removed from the tag table, 
16527         remove the GtkTextTagInfo node from the btree.
16528         (gtk_text_btree_spew): Implement the spew function, for 
16529         our debugging pleasure.
16530
16531 Tue Apr 25 19:40:18 2000  Owen Taylor  <otaylor@redhat.com>
16532
16533         * gtk/gtktextlayout.c (gtk_text_layout_set_buffer): Fix
16534         a problem with referring to the wrong buffer.
16535
16536         * gtk/gtkentry.c: Fix focus-in/focus-out confusion.
16537
16538         * gtk/gtkrc.c gtk/gtkstyle.c: Moving setting default
16539         font description to gtk_style_new() - otherwise things
16540         don't work without a .gtkrc file.
16541
16542         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Sink the
16543         tags table if we create it ourself, too.
16544
16545         * gdk/gdktypes.h (enum): Move GDK_RELEASE_MASK, since
16546         it was conflicting with XKB modifiers.
16547
16548         * gtk/gtktextview.[ch]: Add simple support for 
16549         GtkIMContext.
16550
16551 Mon Apr 24 19:34:18 2000  Owen Taylor  <otaylor@redhat.com>
16552
16553         * gtk/gtkentry.c (gtk_entry_move_cursor_visually): Fix problem
16554         with deletion from last commit.
16555
16556 Mon Apr 24 19:29:40 2000  Owen Taylor  <otaylor@redhat.com>
16557
16558         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Set the language
16559         in the context from the current locale.
16560         
16561         * gtk/gtkentry.c (gtk_entry_size_request): Use language from the
16562         context, not hardcoded value.
16563
16564         * gtk/gtkentry.c (gtk_entry_move_cursor): Make character movement visual,
16565         not logical.
16566
16567 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
16568
16569         * gtk/gtkentry.c gtk/gtktextdisplay.c: Don't handle selections as
16570         attributes - that doesn't handle partial-glyph selection
16571         properly. Instead use new pango_layout_line_get_x_ranges()
16572         functionality to draw the selection.
16573
16574         * gtk/gtkentry.c: Simplify code since pango_layout_line_index_to_x()
16575         now properly handles out-of-range coordinates.
16576
16577         * gtk/gtktextbuffer.c: Emit "mark_set" when the cursor is moved.
16578
16579         * gtk/gtktextiter.h gtk/gtktextiterprivate.h: Make gtk_text_iter_get_line_byte()
16580         public.
16581
16582         * gtk/gtktextlayout.[ch]: Properly set the direction in the PangoContext
16583         for paragraphs opposite to the base direction of the widget.
16584
16585         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c: Fixes for alignment.
16586
16587         * gtk/gtktextlayout.c: Don't split segments on marks, since that
16588         causes Arabic words to reshape as you cursor through.
16589
16590         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Implement virtual
16591         cursor position when moving vertically with the arrow keys and
16592         scrolling with page-up/page-down. (Arrow keys save only the X,
16593         scrolling saves both X and Y.)
16594
16595         This means you can line-up / line-down or page-up / page-down
16596         without losing your place, and also that moving vertically
16597         with the cursor keys keeps the same X position, not the same
16598         character count:
16599
16600         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Make vertical
16601         arrow keys move by display lines, not paragraphs.
16602
16603 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
16604
16605         * gtk/gtklayout.c: Make sure that the bin window is at least
16606         as big as the allocation. (Should we also make sure that the
16607         bin window is big enough to completely cover widget->window?)
16608
16609         * gtk/gtktextview.c (gtk_text_view_get_visible_rect): Add
16610         function to get the onscreen rectangle.
16611
16612         * gdk/x11/gdkwindow-x11.c (gdk_window_get_pointer): Correctly account
16613         for offsets in window coordinates.
16614
16615 Sun Apr 16 16:13:27 2000  Owen Taylor  <otaylor@redhat.com>
16616
16617         * gtk/gtkentry.c (gtk_entry_get_cursor_locations): Fix index/offset
16618         confusion.
16619
16620         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Set the default direction
16621         from the widget direction.
16622
16623         * gtk/gtktexttag.c gtk/gtktexttagprivate.h (gtk_text_tag_set_arg): 
16624         Add a "direction" attribute.
16625
16626         * gtk/gtktextview.c: global s/tkxt/text_view/.
16627
16628         * gtk/testtext.c: Added long block of text in Arabic, to test out
16629         the direction attributes. (Some problems with the shaping system
16630         for arabic become obvious - like the fact the cursor splits words
16631         into unjoined pieces.)
16632
16633 Fri Apr 14 12:54:34 2000  Owen Taylor  <otaylor@redhat.com>
16634
16635         * gtk/gtktextdisplay.c (render_layout): Add overstrike handling.
16636
16637         * gtk/gtktextlayout.c: Fix up alignment.
16638
16639         * gtk/testtext.c: Add some tests for centering, wrapping.
16640
16641 Fri Apr 14 09:26:22 2000  Owen Taylor  <otaylor@redhat.com>
16642
16643         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c gdk/x11/gdkdrawable-x11.c:
16644         Add a draw_glyphs() operation to the drawable vtable and gdk_draw_glyphs().
16645         If we wrote GTK+-specific layout-render function this could just replace
16646         the draw_layout() operation in the vtable.
16647
16648         * gtk/gtkentry.c: Move guts of gtk_entry_get_cursor_locations to 
16649         pango_layout_get_cursor_pos() and use that function.
16650
16651         * gtk/gtktextchild.[ch]: add gtk_ onto pixmap_segment_new(), since it
16652         is a non-static symbol.
16653
16654         * gtk/gtktextbtree.[ch]: Replace gtk_text_btree_find_line_data_by_y()
16655         with gtk_text_btree_find_line_by_y()
16656
16657         * gtk/gtktextdisplay.c: Rewrote for Pango - uses a custom layout
16658         renderer that handles GtkTextAppearance attributes.
16659
16660         * gtk/gtktexttag.[ch] gtk/gtktexttagprivate.h: 
16661
16662           - Move the values in the style that don't affect geometry into a
16663             GtkTextAppearance structure.
16664           - Change underline to take a PangoUnderline and "font" a string
16665             representation of a font description
16666           - Add a "font_desc" attribute which takes a FontDescription structure.
16667
16668         * gtk/gtktextlayout.[ch]:
16669
16670           - Get rid of the display-line list per each line. Instead, we
16671             generate, on demand, a GtkTextLineDisplay structure which]
16672             contains a PangoLayout * and other necesary information
16673             (offsets, cursor locations) for displaying a paragraph.
16674           - Get rid of the code to wrap lines, create display chunks,
16675             etc. Instead, we just go through a paragraph and convert
16676             it into the necessary inputs to a PangoLayout.
16677           - Implement a new attribute type, GtkTextAttrAppearance. This
16678             holds a GtkTextAppearance, and is used to pass colors, 
16679             stipple, etc, through from the layout to the display without
16680             having to use lots and lots of individual attributes.
16681           - Reimplement gtk_layout_get_iter_at_pixel() gtk_layout_get_iter_pos()
16682             in terms of PangoLayout functions.
16683         
16684         * gtk/gtktextview.c: 
16685          
16686           - Handle passing the necessary PangoContext to the layout
16687           - Some fixups in painting to deal with the automatic backing store
16688             and offsetting of GTK+-1.4
16689           - Add a style_set handler so that the default style reacts
16690             properly to theme changes.
16691         
16692         * gtk/gtktext?*.[ch]: Random code-style fixes.
16693
16694         * gtk/testtext.c: Substitute in languages that Pango handles now for Thai
16695
16696 Mon Apr 10 10:33:45 2000  Owen Taylor  <otaylor@redhat.com>
16697
16698         * gtk/gtktext?*.[ch]: Check in Havoc's port of the Tk text widget,
16699         in original form preparatory to Pango-ization and gdkimcontext-ization.
16700
16701 Thu Apr  6 19:25:39 2000  Owen Taylor  <otaylor@redhat.com>
16702
16703         * gtk/gtkimcontext.c: Move default implementations to real_* vfuncs,
16704         so that we can derive from gtkimcontext in language bindings properly.
16705
16706 Thu Apr  6 16:02:52 2000  Owen Taylor  <otaylor@redhat.com>
16707
16708         * gtk/gtkimcontextsimple.[ch]: Use gdk_keyval_to_unicode to gdk_unicode_to_keyval.
16709         Add a compose table including (almost) all the compose combinations
16710         from X. This is 6k of static, shared data as opposed to 50k or so of dynamic
16711         data in the XIM implementation.
16712
16713         * gdk/gdk.h gdk/gdkkeyuni.c gdk/win32/gdkevents-win32.c (gdk_keyval_to_unicode, gdk_unicode_to_keyval):
16714         Moved functions to convert keyvalues from and to unicode here from
16715         the win32 port and made them public.
16716
16717 Wed Apr  5 16:37:29 2000  Owen Taylor  <otaylor@redhat.com>
16718
16719         * gtk/gtkeditable.c (gtk_editable_insert_text): Allow new_text_length == -1.
16720
16721 Wed Apr  5 16:27:45 2000  Owen Taylor  <otaylor@redhat.com>
16722
16723         * gtk/gtkimcontext.[ch]: Base class for new input context system
16724
16725         * gtk/gtkimmulticontext.[ch]: Proxy input context that allows
16726         the real input context implementation to be loaded from modules
16727         and switched on the fly.
16728
16729         * gtk/gtkcontextsimple.[ch]: Simple implementation of an input
16730         context that just does direct keysymbol => unicode translation.
16731
16732         * gtk/gtkentry.[ch]: Start switching editing over to using
16733         GtkInputContext. (No handling of preedit yet.)
16734
16735 Wed Apr  5 15:48:41 2000  Owen Taylor  <otaylor@redhat.com>
16736
16737         * gtk/gtktypeutils.h (GTK_CHECK_GET_CLASS): Fix problem with one too
16738         many substitutions. (klass should not be subsituted.)
16739
16740 Wed Apr  5 00:18:14 2000  Owen Taylor  <otaylor@redhat.com>
16741
16742         * configure.in: Add checks for Pango
16743
16744         * configure.in docs/Makefile.am: Add test for sgml2html
16745         and allow 'make dist' without building html, but print out
16746         warnings in that case. (For making snapshots)
16747
16748         * gdk/Makefile.am gdk/x11/Makefile.am gtk/Makefile.am:
16749         Add Pango libraries and C flags
16750
16751         * gdk/gdkdraw.c gdk/gdkdrawable.h gdkwindow.c gdk/x11/gdkdrawable-x11.c:
16752         Add function (gdk_draw_layout) to draw a pango layout.
16753
16754         * gdk/gdkpango.h gdk/x11/gdkpango-x11.c: New file with functions
16755         for getting Pango contexts for GDK.
16756
16757         * gtk/gtkeditable.c: Get rid of dead code gtk_editable_parent_set()
16758
16759         * gtk/gtkentry.[ch]: Complete rewrite to use Pango, add bidirectional
16760         editing.
16761
16762         * gtk/gtkentry.c: Hack in simple Hebrew input with direct
16763         keysym => unicode translations. More languages can be added
16764         here, but real input-method support is needed.
16765
16766         * docs/Changes-1.4.txt: Added note about entry behavior.
16767         
16768         * gtk/gtkenums.h gtk/gtkwidget.[ch] testgtk.c gtkprivate.h: Add functions
16769         to set the reading direction for a widget and the global direction.
16770         Add test which allows toggling the global direction. Two private
16771         flags are used to store the direction. (GTK_DIRECTION_SET + GTK_DIRECTION_LTR)
16772
16773         * gtk/gtkcheckbutton.c gtk/gtkframe.c gtk/gtkhbbox.c gtk/gtkhbox.c
16774           gtk/gtkradiobutton.c gtk/gtkspinbutton.c gtk/gtktable.c 
16775
16776         * gtk/gtk[hv]scale.c gtk/gtkscale.[ch]: Draw numbers using Pango
16777
16778         * gtk/gtklabel.[ch]: Moved to Pango and considerably rewritten. Line breaking,
16779         underlining now handled by Pango.
16780
16781         * gtk/gtkstyle.[ch] gtk/gtkrc.[ch]: Add a PangoFontDescription
16782         to RCStyle and Style. (Having both this and the old font name and GdkFont 
16783         is temporary.)
16784
16785         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_{context,layout}): Added 
16786         convenience functions for creating contexts and layouts for widgets.
16787
16788         * gtk/testgtk.c: Enhance label tests with multilingual labels.
16789
16790 2000-05-29  Jonathan Blandford  <jrb@redhat.com>
16791
16792         * gtk/gtkclist.c (gtk_clist_column_titles_active): let you set the
16793         titles to be active, even if they aren't visible.
16794         (gtk_clist_column_titles_passive):  Ditto.
16795
16796 2000-05-21  Nils Barth  <nils_barth@post.harvard.edu>
16797
16798         * gtkmenu.c:
16799         * gtkmenu.h:
16800         * gtktypeutils.h: Spelling/grammar fixes in comments.
16801
16802 Tue May 23 12:25:07 CEST 2000 lupus <lupus@debian.org>
16803
16804         * gdk/nanox/*.h: add missing header files.
16805
16806 Fri May 19 11:52:59 2000  Tim Janik  <timj@gtk.org>
16807
16808         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set
16809         send_event to TRUE.
16810         (gtk_drawing_area_size): queue a resize.
16811
16812 Sun Mar 26 03:21:28 2000  Tim Janik  <timj@gtk.org>
16813
16814         * gtk/gtksignal.c (gtk_signal_handlers_destroy): when unref-ing
16815         the handlers, also invalidate them. bug nailed down by Karl Nelson
16816         <kenelson@ece.ucdavis.edu>.
16817
16818 Fri May 19 06:49:23 2000  Tim Janik  <timj@gtk.org>
16819
16820         * gtk/gtkfontsel.c (gtk_font_selection_get_font_name): handle
16821         "(nil)" foundries, patch from Grigorios Magklis.
16822
16823         * gtk/gtkfontsel.c (gtk_font_selection_load_font): don't crash
16824         on non-available fonts, based on a patch by Grigorios Magklis
16825         <maglis@cs.rochester.edu>.
16826
16827 2000-05-18  Elliot Lee  <sopwith@redhat.com>
16828
16829         * gdk/x11/gdkregion-generic.c: If a region does not have any
16830         rectangles, or if the specified rectangle is not in the region, then return GDK_OVERLAP_RECTANGLE_OUT
16831         instead of GDK_OVERLAP_RECTANGLE_IN.
16832
16833 2000-05-17  Jonathan Blandford  <jrb@redhat.com>
16834
16835         * gtk/gtklayout.c (gtk_layout_map): Remove references to
16836         OFFSCREEN, as it is no longer necessary.
16837
16838 Wed May 17 10:52:12 2000  Owen Taylor  <otaylor@redhat.com>
16839
16840         * gtk/gtkcolorsel.c: Patch from David Santiago
16841         <mrcooger@cyberverse.com> to change things so that the 
16842         indicator of the active palette entry is done independently,
16843         not via the focus, since it should always be visible.
16844
16845 2000-05-17  Tor Lillqvist  <tml@iki.fi>
16846
16847         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Plug same
16848         refcount leaks as in the X11 backend.
16849
16850         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Logging
16851         cosmetics.
16852
16853         * gdk/win32/gdkwindow-win32.c: Similar changes as in X11
16854         backend. Add _gdk_windowing_window_destroy().
16855
16856         * gtk/gtkcolorsel.c: Include correct backend-specific header.
16857         Don't use XColor unless on X11. (No GDK_VISUAL_STATIC_COLOR
16858         either, but these probably do exist on nanox?)
16859         
16860         * gtk/gtkhsv.c: Use G_PI (fresh from <glib.h>) instead of M_PI
16861         which isn't necessarily defined by <math.h>.
16862
16863         * gtk/gtkobject.c (gtk_object_init): Don't go up the class
16864         ancestry past GtkObject.
16865
16866         * gtk/gtktypeutils.h: Mark GTK_TYPE_IDENTIFIER for export/import
16867         from DLL on Win32.
16868
16869         * gtk/gtk.def: Update corresponding to recent changes.
16870
16871         * gtk/makefile.{cygwin,msc}: Updates.
16872
16873 Fri May 12 18:46:51 2000  Owen Taylor  <otaylor@redhat.com>
16874
16875         * docs/Changes-1.4.txt: A bit of editing.
16876
16877         * gdk/gdkwindow.c (_gdk_window_clear_update_area) 
16878         * gdk/x11/gdkwindow-x11.c (gdk_window_hide): Add a function
16879         to clear the update area for the window, and clear it
16880         when hiding a window.
16881
16882         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Ignore
16883         if window destroyed.
16884
16885         * gdk/gdkwindow.c (gdk_window_end_paint): Likewise.
16886
16887         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c gdk/gdkinternals.h: Move 
16888         gdk_window_destroy() to the generic code, since there was a lot of 
16889         window-system-independent logic it in. Add a function:
16890         
16891          _gdk_window_destroy() 
16892
16893         to the internal API to destroy a window without unreferencing it.
16894         Add a function:
16895
16896          _gdk_windowing_window_destroy()
16897
16898         That does the windowing-system-dependent part of destroying 
16899         the window.
16900
16901 Fri May 12 11:07:41 2000  Owen Taylor  <otaylor@redhat.com>
16902
16903         * gtk/testgtk.c: Fix various memory leaks of pixmaps.
16904
16905 Fri May 12 11:06:10 2000  Owen Taylor  <otaylor@redhat.com>
16906
16907         * gtk/gtkwidget.c docs/Changes-1.4.txt (gtk_widget_shape_combine_mask): 
16908         Make gtk_widget_shape_combine_mask() keep a reference count on
16909         the pixmap since it keeps it around.
16910
16911 Fri May 12 10:53:29 2000  Owen Taylor  <otaylor@redhat.com>
16912
16913         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix refcount
16914         leak.
16915
16916         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix refcount
16917         leak with event filters.
16918
16919 Thu May 11 14:29:44 2000  Owen Taylor  <otaylor@redhat.com>
16920
16921         * gtk/gtkdnd.c (gtk_drag_dest_set_internal): Remove the
16922         signal handlers with the right data arguments. (Fixes
16923         some warnings when a widget was repeatedly set as a drag
16924         destination.)
16925
16926         * gdk/x11/gdkdnd-x11.c (gdk_window_register_dnd): Set data on the
16927         window so we can avoid avoid setting the DND properties on the
16928         toplevel window repeatedly.
16929
16930 2000-05-13  Tor Lillqvist  <tml@iki.fi>
16931
16932         * gdk/win32/gdkwin32.h: Define more message types missing from
16933         mingw headers.
16934
16935         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On WM_DESTROY
16936         call gdk_window_destroy_notify(). It was never called. This
16937         probably meant that the GdkWindow was never freed. Thanks Owen for
16938         noticing (!).
16939
16940         * gdk/win32/gdkwindow-win32.c (gdk_window_internal_destroy): Mark
16941         window as destroyed before calling DestroyWindow(). DestroyWindow()
16942         causes a call to the window procedure (gdk_WindowProc), which
16943         calls gdk_event_translate(), which calls
16944         gdk_window_destroy_notify(), which gets confused unless the window
16945         is set as destroyed.
16946
16947         * gdk/win32/gdkcolor-win32.c (gdk_win32_color_to_string): Rename
16948         this function to indicate it's win32 only. Put inside #ifdef
16949         G_ENABLE_DEBUG.
16950
16951         * gdk/win32/gdkevents-win32.c (gdk_win32_message_name): New
16952         debugging function. (gdk_event_translate:) Add a default branch
16953         that uses the above function to print debug messages with all
16954         Windows messages symbolically.
16955
16956         * gdk/win32/gdkprivate-win32.h: Declare it, and
16957         gdk_win32_color_to_string, but only if G_ENABLE_DEBUG.
16958
16959 Fri May 12 20:07:32 2000  Tim Janik  <timj@gtk.org>
16960
16961         * gtk/gtkcolorseldialog.c: don't include gtk/gtkintl.h in a
16962         public header file.
16963
16964 Fri May 12 17:13:32 2000  Tim Janik  <timj@gtk.org>
16965
16966         * docs/Changes-1.4.txt: documented necessary changes for 1.4 transition.
16967
16968         * gtk/gtktext.c: made the adjustments no-construct args, simply
16969         provide default adjustments.
16970         (gtk_text_destroy): release adjustments.
16971
16972         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): made the
16973         adjustment argument non-construct.
16974
16975         * gtk/gtkprogress.c (gtk_progress_destroy): release adjustment here,
16976         instead of in finalize.
16977         (gtk_progress_get_text_from_value): 
16978         (gtk_progress_get_current_text): 
16979         (gtk_progress_set_value): 
16980         (gtk_progress_get_percentage_from_value): 
16981         (gtk_progress_get_current_percentage): 
16982         (gtk_progress_set_percentage): 
16983         (gtk_progress_configure): ensure an adjustment is present.
16984
16985 Thu May 11 01:24:08 2000  Tim Janik  <timj@gtk.org>
16986
16987         * gtk/gtkcolorsel.[hc]:
16988         * gtk/gtkcolorseldialog.[hc]:
16989         * gtk/gtkhsv.[hc]: major code cleanups, destroy handlers need to chain
16990         their parent implementation, use bit fields for boolean values, don't
16991         create unused widgets, usage of glib types, braces go on their own
16992         lines, function argument alignment, #include directives etc. etc. etc..
16993
16994         * gtk/Makefile.am (gtk_public_h_sources): install gtkhsv.h.
16995
16996 Wed May 10 23:29:52 2000  Tim Janik  <timj@gtk.org>
16997
16998         * gtk/gtktoolbar.c (gtk_toolbar_destroy): don't unref a NULL tooltips.
16999
17000         * gtk/gtkfilesel.c (gtk_file_selection_destroy): don't free a cmpl_state
17001         of NULL.
17002
17003         * gtk/gtkcombo.c (gtk_combo_item_destroy): don't keep references
17004         to freed data.
17005         (gtk_combo_destroy): don't keep a pointer to a destroyed window.
17006
17007         * gtk/gtkmenu.c (gtk_menu_init): reset the menu's toplevel pointer
17008         to NULL when the toplevel is getting destroyed.
17009         (gtk_menu_set_tearoff_state): same here for the tearoff_window.
17010         (gtk_menu_destroy): 
17011         (gtk_menu_init): store the information of whether we have to
17012         readd the initial child ref_count during destruction in a new
17013         GtkMenu field needs_destruction_ref_count.
17014
17015         * gtk/gtkviewport.c: SHAME! ok this one is tricky, so i note it
17016         here, those reading: learn from my mistake! ;)
17017         in order for set_?adjustment to support a default adjustemnt if
17018         invoked with an adjustment pointer of NULL, the code read (pseudo):
17019         if (v->adjustment) unref (v->adjustment);
17020         if (!adjustment) adjustment = adjustment_new ();
17021         if (v->adjustment != adjustment) v->adjustment = ref (adjustment);
17022         now imagine the first unref to actually free the old adjustment and
17023         adjustment_new() creating a new adjustment from the very same memory
17024         portion. here, the latter comparision will unintendedly fail, and
17025         all hell breaks loose.
17026         (gtk_viewport_set_hadjustment):
17027         (gtk_viewport_set_vadjustment): reset viewport->?adjustment to NULL
17028         after unreferencing it.
17029
17030         * gtk/gtkcontainer.[hc]: removed toplevel registration
17031         functions: gtk_container_register_toplevel(),
17032         gtk_container_unregister_toplevel() and
17033         gtk_container_get_toplevels() which had wrong semantics
17034         anyways: it didn't reference and copy the list.
17035
17036         * gtk/gtkwindow.c: we take over the container toplevel registration
17037         bussiness now. windows are registered across multiple destructions,
17038         untill they are finalized. the initial implicit reference count
17039         users are holding on windows is removed with the first destruction
17040         though.
17041         (gtk_window_init): ref & sink and set has_user_ref_count, got
17042         rid of gtk_container_register_toplevel() call. add window to
17043         toplevel_list.
17044         (gtk_window_destroy): unref the window if has_user_ref_count
17045         is still set, got rid of call to
17046         gtk_container_unregister_toplevel().
17047         (gtk_window_finalize): remove window from toplevel list.
17048         (gtk_window_list_toplevels): new function to return a newly
17049         created list with referenced toplevels.
17050         (gtk_window_read_rcfiles): use gtk_window_list_toplevels().
17051
17052         * gtk/gtkhscale.c (gtk_hscale_class_init): made the GtkRange
17053         adjustment a non-construct arg.
17054         * gtk/gtkvscale.c (gtk_vscale_class_init): likewise.
17055         * gtk/gtkhscrollbar.c (gtk_vscrollbar_class_init): likewise.
17056         * gtk/gtkvscrollbar.c (gtk_vscrollbar_class_init): likewise.
17057
17058         * gtk/gtkrange.c: added some realized checks.
17059         (gtk_range_destroy): get rid of the h/v adjustments in the
17060         destroy handler instead of finalize. remove timer.
17061         (gtk_range_get_adjustment): demand create adjustment.
17062
17063         * gtk/gtkviewport.c: made h/v adjustment non-construct args.
17064         we simply create them on demand now and get rid of them in
17065         the destroy handler.
17066         (gtk_viewport_destroy): get rid of the h/v adjustments in the
17067         destroy handler instead of finalize.
17068         (gtk_viewport_get_hadjustment): 
17069         (gtk_viewport_get_vadjustment): 
17070         (gtk_viewport_size_allocate): demand create h/v adjustment
17071         if required.
17072
17073         * gtk/gtkwidget.c (gtk_widget_finalize): duplicate part of the
17074         gtk_widget_real_destroy () functionality.
17075         (gtk_widget_real_destroy): reinitialize with a new style, instead
17076         of setting widget->style to NULL.
17077
17078 Fri May  5 13:02:09 2000  Tim Janik  <timj@gtk.org>
17079
17080         * gtk/gtkcalendar.c:
17081         * gtk/gtkbutton.c: ported _get_type() implementation over to
17082         GType, either to preserve memchunks allocation facilities,
17083         or because Gtk+ 1.0 GtkTypeInfo was still being used.
17084
17085         * gtk/gtkobject.[hc]: derive from GObject. ported various functions
17086         over. prepare for ::destroy to be emitted multiple times.
17087         removed reference tracer magic. chain into GObjectClass.shutdown()
17088         to emit ::destroy signal.
17089
17090         * gtk/gtksignal.c: removed assumptions about GTK_TYPE_OBJECT being
17091         fundamental.
17092
17093         * gtk/gtkmain.c: removed gtk_object_post_arg_parsing_init()
17094         cludge.
17095
17096         * gtk/gtksocket.c:
17097         * gtk/gtkplug.c:
17098         * gtk/gtklayout.c:
17099         * gtk/gtklabel.c:
17100         * gtk/gtkargcollector.c:
17101         * gtk/gtkarg.c: various fixups to work with GTK_TYPE_OBJECT
17102         not being a fundamental anymore, and to work with the new
17103         type system (nuked fundamental type varargs clutter).
17104
17105         * gtk/*.c: install finalize handlers in the GObjectClass
17106         part of the class structure.
17107         changed direct GTK_OBJECT()->klass accesses to
17108         GTK_*_GET_CLASS().
17109         changed direct object_class->type accesses to GTK_CLASS_TYPE().
17110
17111         * gtktypeutils.[hc]: use the reserved fundamental ids provided by
17112         GType. made most of the GTK_*() type macros and Gtk* typedefs
17113         simple wrappers around macros and types provided by GType.
17114         most notably, a significant portion of the old API vanished:
17115         GTK_TYPE_MAKE(),
17116         GTK_TYPE_SEQNO(),
17117         GTK_TYPE_FLAT_FIRST, GTK_TYPE_FLAT_LAST,
17118         GTK_TYPE_STRUCTURED_FIRST, GTK_TYPE_STRUCTURED_LAST,
17119         GTK_TYPE_ARGS,
17120         GTK_TYPE_CALLBACK,
17121         GTK_TYPE_C_CALLBACK,
17122         GTK_TYPE_FOREIGN,
17123         GtkTypeQuery,
17124         gtk_type_query(),
17125         gtk_type_set_varargs_type(),
17126         gtk_type_get_varargs_type(),
17127         gtk_type_check_object_cast(),
17128         gtk_type_check_class_cast(),
17129         gtk_type_describe_tree(),
17130         gtk_type_describe_heritage(),
17131         gtk_type_free(),
17132         gtk_type_children_types(),
17133         gtk_type_set_chunk_alloc(),
17134         gtk_type_register_enum(),
17135         gtk_type_register_flags(),
17136         gtk_type_parent_class().
17137         replacements, where available are described in ../docs/Changes-1.4.txt.
17138         implemented compatibility functions for the remaining API.
17139
17140         * configure.in: depend on glib 1.3.1, use gobject module.
17141
17142 Thu May 11 12:39:50 2000  Owen Taylor  <otaylor@redhat.com>
17143
17144         * TODO.xml: Various updates to current status.
17145
17146 Wed May 10 20:25:04 2000  Owen Taylor  <otaylor@redhat.com>
17147
17148         * gtk.m4: Print out version when test succeeds.
17149
17150 Wed May 10 16:38:17 2000  Owen Taylor  <otaylor@redhat.com>
17151
17152         * gtk/Makefile.am docs/Changes-1.4.txt gtk/gtkcolorsel.[ch]
17153         gtk/gtkhsv.[ch]: Color selection dialog rewrite.
17154         
17155         (Original triangle color selector from Simon Budig
17156         <Simon.Budig@unix-ag.org>, Cleaned up and rewritten for GTK+ by
17157         from Jonathan, Havoc, and Federico. Merge into GTK+ done by David
17158         Santiago <mrcooger@cyberverse.com>)
17159
17160         * gtk/gtkcolorseldialog.[ch]: Split color selection dialog
17161         out into a separate widget.
17162
17163         * gtk/testgtk.c: Add some checkbuttons for toggling palette
17164         and opacity controls.
17165
17166 Wed May 10 16:08:09 2000  Owen Taylor  <otaylor@redhat.com>
17167
17168         * configure.in (GTK_LIBS_EXTRA): Remove references to gobject that 
17169         snuck in prematurely.
17170
17171 2000-05-07  Tor Lillqvist  <tml@iki.fi>
17172
17173         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix typo. I
17174         had deleted a ! operator by mistake, which caused
17175         GDK_SELECTION_CLEAR events never to be generated, which caused
17176         only the first copy to the clipboard from an gtkeditable to
17177         actually cause a copy to the Windows clipboard.
17178
17179 2000-05-06  Tor Lillqvist  <tml@iki.fi>
17180
17181         * gdk/win32/gdkdnd-win32.c: Enable shortcut resolution for gcc
17182         compilation, too. Current mingw gcc distributions include the
17183         necessary headers. Also the necessary IIDs are now in mingw
17184         headers/libraries, and own definitions unnecessary.
17185
17186         More hacking on OLE2 DND, still doesn't work though, and thus
17187         ifdeffed out.
17188
17189         * gdk/win32/gdkwindow-win32.c: Remove gdk_window_clear() from
17190         here, too.
17191
17192 Sat,  6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com>
17193
17194         * gdk/nanox/*: nano-X port work in progress.
17195         * gdk/simple.c: simple test for Gdk.
17196         * README.nanox: notes about the port: read this first!
17197         * gtk/gtk{dnd,plug,selection,window}.c: minimal changes to make gtk compile
17198         with nano-X.
17199
17200 Fri May  5 11:18:47 2000  Owen Taylor  <otaylor@redhat.com>
17201
17202         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c (gdk_window_clear): Move
17203         gdk_window_clear() into common code, implement in terms of
17204         gdk_window_clear_area(). (Fixes bug where gdk_window_clear() was
17205         not redirected to the backing rectangle.
17206
17207 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
17208
17209         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
17210         EXTRA_DIST. It does not work well when the file that
17211         everything depends on is not in the tarball.
17212
17213 Tue Apr 25 22:20:41 2000  Owen Taylor  <otaylor@redhat.com>
17214
17215         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix error
17216         with recursion where process_updates() is called from
17217         an expose handler. (GtkTextView is highly broken in
17218         doing this, but it should work, so it is a nice test
17219         case.)
17220
17221 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
17222
17223         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Gracefully
17224         handle the case where updates are queued during processing of
17225         updates.
17226
17227 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
17228
17229         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): We already assume
17230         window is on gdk_display - use that instead of segfaulting.
17231
17232 Thu May  4 02:04:46 2000  Tim Janik  <timj@gtk.org>
17233
17234         * configure.in (STRIP_DUMMY): some Make 3.79 $(strip ) versions are
17235         broken and require an empty arg, give it to them.
17236
17237 Fri Apr 28 19:34:32 2000  Tim Janik  <timj@gtk.org>
17238
17239         * gtk/gtklabel.h: indentation fixes.
17240
17241 2000-05-02  Tor Lillqvist  <tml@iki.fi>
17242
17243         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_arc): Don't try to
17244         draw too narrow or too low arcs, they seem to fail, at least with
17245         some display drivers.
17246
17247         * gdk/gdk.c (gdk_init_check): Use G_DIR_SEPARATOR.
17248
17249         Large changes to the Win32 backend, partially made necessary by
17250         the changes to the backend-independent internal
17251         structures. Attempts to implement similar backing store stuff as
17252         on X11. The current (CVS) version of the Win32 backend is *not* as
17253         stable as it was before the no-flicker branch was merged. A
17254         zipfile with that version is available from
17255         http://www.gimp.org/win32/. That should be use by "production"
17256         code until this CVS version is usable. (But note, the Win32
17257         backend has never been claimed to be "production quality".)
17258
17259         * README.win32: Add the above comment about versions.
17260
17261         * gdk/gdkwindow.c: Don't use backing store for now on Win32.
17262
17263         * gdk/gdk.def: Update.
17264
17265         * gdk/gdkfont.h: Declare temporary Win32-only functions. Will
17266         presumably be replaced by some more better mechanism as 1.4 gets
17267         closer to release shape.
17268
17269         * gdk/makefile.{cygwin,msc}: Update.
17270
17271         * gdk/win32/*.c: Correct inclusions of the backend-specific and
17272         internal headers. Change code according to changes in these. Use
17273         gdk_drawable_*, not gdk_window_* where necessary.
17274
17275         * gdk/win32/gdkdnd-win32.c: Use MISC selector for GDK_NOTE, not
17276         our old DND.
17277
17278         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_text): Don't try
17279         to interpret single characters as UTF-8. Thanks to Hans Breuer.
17280         Use correct function name in warning messages.
17281
17282         * gdk/win32/gdkevents-win32.c: Use correct parameter lists for the
17283         GSourceFuncs gdk_event_prepare and gdk_event_check.
17284         (gdk_event_get_graphics_expose): Do implement, use
17285         PeekMessage. Thanks to Hans Breuer.
17286         (event_mask_string): Debugging function to print an GdkEventMask.
17287         (gdk_pointer_grab): Use it.
17288
17289         * gdk/win32/gdkfont-win32.c: The Unicode subrange that the
17290         (old) book I used claimed was Hangul actually is CJK Unified
17291         Ideographs Extension A. Also, Hangul Syllables were missing.
17292         Improve logging.
17293
17294         * gdk/win32/gdkgc-win32.c: Largish changes.
17295
17296         * gdk/win32/gdkim-win32.c (gdk_set_locale): Use
17297         g_win32_getlocale() from GLib, and not setlocale() to get current
17298         locale name.
17299
17300         * gdk/win32/gdkprivate-win32.h
17301         * gdk/win32/gdkwin32.h: Move stuff from gdkprivate-win32.h to
17302         gdkwin32.h, similarily as in the X11 backend.
17303
17304         * gdk/win32/gdkwindow-win32.c (gdk_propagate_shapes): Bugfix,
17305         assignment was used instead of equals in if test. Thanks to Hans
17306         Breuer.
17307
17308         * gdk/win32/gdkgeometry-win32.c: New file, just a quick hack of
17309         the X11 version.
17310
17311         * gdk/win32/makefile.{cygwin,msc}
17312         * gtk/makefile.{cygwin,msc}: Updates. Better kludge to get the
17313         path to the Win32 headers that works also with the mingw compiler.
17314
17315         * gtk/gtkstyle.c: Include <string.h>.
17316
17317 2000-04-26  Havoc Pennington  <hp@redhat.com>
17318
17319         * gtk/gtklabel.c (gtk_label_get_text): Add this function,
17320         replacing the broken gtk_label_get ()
17321
17322 2000-04-15  Havoc Pennington  <hp@pobox.com>
17323
17324         * gdk/gdkdnd.h: clean up enum format, remove extra comma, 
17325         this keeps scanner scripts from getting confused.
17326
17327         * gdk/gdkdraw.c (gdk_drawable_get_data): This should return the
17328         data, rather than void
17329
17330 2000-04-15  Tor Lillqvist  <tml@iki.fi>
17331
17332         * gtk/gtkclist.c (gtk_clist_motion)
17333         * gtk/gtklist.c (gtk_list_motion_notify): If we get a motion event
17334         with is_hint FALSE, get x and y from the event. They used to be
17335         used uninitialised. The Win32 backend never sends motion events
17336         marked as hints. This for instance fixes the annoying file and
17337         font selector behaviour in the Win32 version.
17338
17339 2000-04-14  Tor Lillqvist  <tml@iki.fi>
17340
17341         * gtk/gtksignal.c: (Win32:) Export the gtk_private_signals and
17342         gtk_private_n_signals variables, they are used by some software,
17343         sigh.
17344
17345         * gtk/gtkrc.c (get_gtk_sysconf_directory): (Win32:) Fetch the
17346         installation directory from the Registry, where the installer
17347         should have put it.
17348
17349 Fri Apr  7 17:19:27 2000  Owen Taylor  <otaylor@redhat.com>
17350
17351         * gdk/x11/Makefile.am: Fix problem with installation directory for
17352         gdkx.h
17353
17354         * gtk/gtkmenuitem.c gtk/gtkmenushell.c: Patch from David Santiago
17355         <mrcooger@cyberverse.com> so that when selecting menus with the
17356         mouse, the first item will not be selected, but when selecting
17357         with an accelerator, or navigating left-right on a menubar with
17358         the menus popped up, the first item will be selected.
17359
17360 2000-04-05  Dan Damian  <dand@dnttm.ro>
17361
17362         * configure.in: Added "ro" to ALL_LINGUAS.
17363
17364 Wed Apr  5 00:08:36 2000  Owen Taylor  <otaylor@redhat.com>
17365
17366         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Fix screwy
17367         indentation.
17368
17369         * Makefile.am (EXTRA_DIST): Fix typo.
17370
17371         * gdk[/x11]/Makefile.am (INCLUDES): Add $(top_builddir)/gdk
17372         to catch gdkconfig.h
17373
17374         * gtk/gtkitemfactory.c: Added FIXME.
17375
17376 2000-03-30  Jonathan Blandford  <jrb@redhat.com>
17377
17378         * gtk/gtkpaned.c (gtk_paned_get_position): oops.
17379         s/return_if_fail/return_val_if_fail/g and add a return value.
17380
17381 Mon Mar 27 20:56:14 2000  Owen Taylor  <otaylor@redhat.com>
17382
17383         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Fix up 
17384         merge slipup.
17385
17386         * gdk/gdkinput.h: Fix missing line from merge.
17387
17388 Mon Mar 27 20:39:49 2000  Owen Taylor  <otaylor@redhat.com>
17389
17390         * gdk/gdkcolor.c cursor.c gdkdraw.c gdkfont.c: Include gdkinternals.h
17391         instead of gdkprivate.h.
17392
17393 Sun Mar 12 15:19:24 2000  Owen Taylor  <otaylor@redhat.com>
17394
17395         * gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
17396         parent class to correctly be GtkDialogClass.
17397
17398 Thu Feb 24 23:58:21 2000  Owen Taylor  <otaylor@redhat.com>
17399
17400         * gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
17401         toplevel windows and their immediate children by their parents,
17402         since the size of toplevel windows is out of our immediate
17403         control and we don't get any real benefit from trying to track
17404         this size for clipping.
17405
17406         * gdk/gdkprivate.h (struct _GdkWindowPrivate) gdk/x11/gdkwindow-x11.c : Add a flag
17407         for input_only windows.
17408
17409         * gdk/gdkwindow.c gdk/x11/gdkgeometry-x11.c: Use the above flag
17410         to fix some hacks and make sure that we don't try to set the
17411         background of input only windows.
17412
17413 Thu Feb 24 18:11:46 2000  Owen Taylor  <otaylor@redhat.com>
17414
17415         * gdk/gdkinternals.h gdk/gdkprivate.h gdk/Makefile.am: Add a header file for
17416         the _really_ internal stuff, and leave gdkprivate.h for the fake private
17417         stuff that we've traditionally exposed.
17418
17419         * gdk/**.c: Use gdkinternals.h where appropriate.
17420
17421         * gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h gdk/x11/*.c: Make gdkx.h
17422         not include gdkprivate-x11.h, move all stuff of conceivable public
17423         interest into gdkx.h; keep all really private stuff in
17424         uninstalled header gdkprivate-x11.h.
17425
17426         * gdk/gdkdraw.c gdk/gdkwindow.c gdk/gdkinternals: Redirect all calls to
17427         image->image_put on windows through a new function _gdk_window_draw_image()
17428         to allow us to do backing store for images. (Sort of ugly)
17429
17430         * gdk/gdkgc.c gdk/gdkprivate.h: Cache the ts and clip origins for graphics
17431         contexts locally so that we can offset them properly when drawing 
17432         onto backing pixmaps.
17433
17434         * gdk/gdkinput.h: Reindented
17435
17436         * gdk/gdkprivate.h gdk/x11/gdkwindow-x11.c: Store the background
17437         pixmap or color for the window, so we can properly initialize
17438         our double-buffer pixmaps, and also so that we temporarily set
17439         a background of None while scrolling.
17440
17441         * gdk/gdkregion.h: Revise region boolean operators to have an
17442         interface that is actually convenient - switch from creating new
17443         regions on every op, to "methods" that modify existing regions
17444         (A = A OP B). 3 argument forms which allow dest == src, would also
17445         be possible, but the current interfaces seem to map nicely
17446         onto what needs to be done. (There is quite a lot of region
17447         code in GDK now.)
17448
17449         * gdk/gdkregion.h: Add constructor from rectangle and a copy
17450         operator.
17451
17452         * gdk/x11/{gdkregion-generic.[ch],gdkpolyreg-generic.c,
17453         gdkpoly-generic.h: Copy region code from Xlib, switch it over
17454         to 32 bit coordinates, modify it to be mostly GTK+ style
17455         and to have interfaces that match gdkregion.h.
17456
17457         * gdk/gdkwindow.c gdk/gdkprivate.h: Add facility for
17458         double-buffered drawing. gdk_window_begin_paint_{rect,region}()
17459         create a backing pixmap and redirect all drawing to
17460         that backing pixmap until a matching gdk_window_end_paint().
17461
17462         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkdrawable-x11.c:
17463         Create a special drawable class for GtkWindow's that 
17464         redirects the drawing to the backing pixmap as necessary
17465         and then calls the real operations in _gdk_windowing_window_class.
17466
17467         * gdk/gdkprivate.h gdk/gdkwindow.[ch] gdk/x11/gdkevents-x11.c:
17468         Store invalid region for each window. Generate expose events for invalid
17469         region in an idle. This replaces both the expose compression
17470         and the redrawing queuing in GTK+. It is both more efficient and
17471         simpler than either one individually and far more so then the
17472         combination.
17473
17474         * gdk/x11/gdkgeometry.c gdk/x11/gdkwindow.c gdk/x11/gdkprivate-x11.h:
17475         Emulate 32 bit coordinates for windows with 16 bit coordinates
17476         by offsetting drawing, guffaw scrolling techniques and
17477         mapping/unmapping child windows as necessary.
17478
17479         * gdk/gdkwindow.[ch] gdk/x11/gdkgeometry.c: Add anti-exposes,
17480         where, when invalid regions are processed, the region is stored,
17481         and if expose events come in that are detectably duplicate
17482         the processed exposes (by comparison of event serial numbers),
17483         the stored region is subtracted out of those exposes.
17484
17485         * gdk/x11/gdkgeometry.c: Temporarily unset backing pixmaps of
17486         regions newly exposed when scrolling or resizing windows.
17487         This, combined with forcing processesing of queued invalidated
17488         regions, gives nice flicker-free scrolling.
17489
17490         * gtk/gtklayout.c gtk/gtkviewport.c: Force processing of
17491         invalidated regions after every scroll.
17492
17493         * gtk/gtklayout.c: Vastly simplify using the new 32 bit coordinate
17494         emulation in GDK. Its, for all practical purposes just a
17495         GtkViewport/GtkFixed hybrid now.
17496
17497         * gdk/gdkdrawable-x11.c: Convert from GDK (32 bit) to X11
17498         (16-bit) structures as necessary instead of just casting.
17499
17500         * gdk/x11/gdkgc-x11.c gdk/x11/gdkx.h: Replace XSetRegion with code
17501         in terms of the structures from gdkregion-generic.c, using appropriate
17502         offsets from GDK to X11 coordinates. Cache clip mask and
17503         origin and ts origin locally and only flush to the server
17504         when drawing, to avoid constantly setting and resetting these
17505         values when offsetting GC's for scrolling and backing pixmaps.
17506
17507         * gdk/x11/gdkinput-x11.c: Fix leak of axes structures.
17508
17509         * gtk/gtkcontainer.c: Call process_all_updates at end
17510         of resizing to reduce flicker. (Avoids having redraw
17511         lag arbitrarily behind resize under some circumstances)
17512
17513         * gtk/gtkentry.c: Remove old backing store code, and simply take
17514         advantage of the new backing store capabilities of GDK.
17515
17516         * gtk/gtkmain.c: Simple implementation of widget backing
17517         store - simply push a paint while handling each expose.
17518         (Should really be configurable widget for widget.)
17519         
17520         * gtk/gtkwidget.c: Remove all the old complicated redraw
17521         code, and simply invalidate the GDK windows from
17522         gdk_window_queue_clear(), etc. (Sigh, so much carefully
17523         debugged complexity ... gone to the winds.)
17524
17525         Remove all the code for suppressing expose events while
17526         resizes are pending; this isn't needed since the invalid
17527         areas won't be processed until after the resizes are
17528         processed, since they are in a lower priority idle.
17529
17530 Thu Feb 24 15:37:41 2000  Owen Taylor  <otaylor@redhat.com>
17531
17532         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Set width
17533         and height of dest rectangle for non-intersecting rectangles.
17534
17535 Sun Feb 20 16:47:31 2000  Owen Taylor  <otaylor@redhat.com>
17536
17537         * gtk/gtkwidget.h: Make GtkAllocation just a typedef
17538         for GdkRectangle.
17539
17540 Sun Feb 20 11:27:00 2000  Owen Taylor  <otaylor@redhat.com>
17541
17542         * gdk/gdk{events,image,private,types,window}.h
17543          gdk/x11/gdkinputprivate.h: Change all coordinates
17544          from int16 to int. Also, Change width and height from
17545          unsigned to signed to avoid all the stupid C 
17546          signedness bugs.
17547
17548 Sat Feb 19 12:01:53 2000  Owen Taylor  <otaylor@redhat.com>
17549
17550         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable):
17551         Use gdk_drawable_get_depth instead of gdk_drawable_get_visual.
17552         Add some more detailed checking.
17553
17554         * gdk/gdkdraw.c gdk/gdkdrawable.h (gdk_drawable_get_depth):
17555         New function to retrieve the depth of a drawable.
17556
17557         * gdk/gdkprivate.h (struct _GdkDrawablePrivate): Add a depth
17558         field, reorder fields to save memory. 
17559
17560 Mon Dec 13 14:06:03 1999  Owen Taylor  <otaylor@redhat.com>
17561
17562         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): Draw a small portion
17563         of the background image instead of scaling the background down to
17564         a line.
17565
17566         * gtk/gtk[hv]scrollbar.c (gtk_hscrollbar_size_allocate): Removed mysterious
17567         which temporarily set slider to wrong size.
17568
17569         * gtk/gtkaspectframe.c gtkbin.c: Remove unecessary calls to
17570         queue_clear().
17571
17572 Wed Nov 17 18:36:05 1999  Owen Taylor  <otaylor@redhat.com>
17573
17574 2000-03-23  Jonathan Blandford  <jrb@redhat.com>
17575
17576         * gtk/gtkpaned.c (gtk_paned_get_position): add getter.
17577
17578 2000-03-17  Tor Lillqvist  <tml@iki.fi>
17579
17580         * gdk/win32/gdkevents-win32.c: Remove the #ifndef
17581         USE_DISPATCHMESSAGE sections, we do want to use DispatchMessage.
17582
17583         * gdk/win32/gdkfont-win32.c
17584         * gdk/win32/gdkproperty-win32.c
17585         * gdk/win32/gdkselection-win32.c
17586         * gdk/win32/gdkwindow-win32.c: Add const to some arguments that are
17587         now declared such.
17588
17589 Wed Mar 15 02:59:38 PST 2000 Manish Singh <yosh@gimp.org>
17590
17591         * gtk/gtkvpaned.c: removed stray gutter_size reference, a 1.2 relic
17592
17593 Mon Mar 13 18:37:55 2000  Owen Taylor  <otaylor@redhat.com>
17594
17595         * gdk/gdkdnd.c: Fix a bunch of cases where XGetWindowProperty()
17596         is called without trapping X errors.
17597
17598 Fri Feb 25 10:48:53 2000  Owen Taylor  <otaylor@redhat.com>
17599
17600         * gtk/gtkrc.*: Fix problem where stray '"' characters found their
17601         way into the fontset lists.
17602
17603 Tue Feb 22 08:52:52 2000  Tim Janik  <timj@gtk.org>
17604
17605         * gtk/gtkthemes.h: add extern "C" scope.
17606
17607 Mon Feb 21 20:16:42 2000  Lars Hamann  <lars@gtk.org>
17608
17609         * gtk/gtkclist.c: applied  patch from Guy Harris <guy@netapp.com>
17610         to make appends to the list constant. (gtk-guy-990901-0.patch)
17611
17612 Mon Feb 14 22:50:10 2000  Tim Janik  <timj@gtk.org>
17613
17614         * gtk/gtktypeutils.c (gtk_type_init): use g_str_hash() and g_str_equal()
17615         for the typename hash table.
17616
17617 Mon Feb 14 15:01:23 2000  Owen Taylor  <otaylor@redhat.com>
17618
17619         * gtk/gtkpaned.c (gtk_paned_compute_position): Add some sanity checks
17620         to make sure we never divide by zero. 
17621         (Problem pointed out by Michal Jaegermann <michal@ellpspace.math.ualberta.ca>)
17622
17623 Mon Feb 14 12:29:38 2000  Owen Taylor  <otaylor@redhat.com>
17624
17625         * gtk/gtkfontsel.c: Apply patch from
17626         SHIRASAKI Yasuhiro <yasuhiro@awa.tohoku.ac.jp> to make font selector work a little
17627         better with 2-byte fonts. (Load a fontset instead of a font for two byte fonts.)
17628
17629         Also, some cleanups in atom handling.
17630
17631 Sun Feb 13 08:02:21 2000  Tim Janik  <timj@gtk.org>
17632
17633         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
17634         not GtkWidget.
17635
17636 Fri Feb 11 02:19:32 2000  Tim Janik  <timj@gtk.org>
17637
17638         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): 
17639         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): 
17640         * gtk/gtkpaned.c (gtk_paned_compute_position): had to squeeze some
17641         more guint wrap-around bugs before going to bed.
17642
17643 Thu Feb 10 16:16:35 2000  Tim Janik  <timj@gtk.org>
17644
17645         * gtk/gtkspinbutton.c (gtk_spin_button_size_allocate): guard against
17646         guint wrap arounds in allocation.width.
17647
17648         * gtk/gtktable.c (gtk_table_size_allocate_pass1): repeat shrinking
17649         process untill we fit the allocation given.
17650
17651 Tue Feb  8 09:38:29 2000  Tim Janik  <timj@gtk.org>
17652
17653         * gtk/gtkwidget.c:
17654         (gtk_widget_unrealize): guard widget access with ref/unref
17655         around signal emission.
17656         (gtk_widget_hide): same here, but also check its destroyed
17657         state before queueing a resize.
17658
17659 Tue Feb  8 03:05:55 2000  Tim Janik  <timj@gtk.org>
17660
17661         * gtk/gtkstyle.c (gtk_style_new): use gtk_default_prelight_bg instead
17662         of gtk_default_insensitive_bg as insensitive base color.
17663
17664         * gtk/gtktext.c (gtk_text_style_set): set the background color according
17665         to the widget's state.
17666         (gtk_text_realize): same here.
17667         (gtk_text_state_changed): same here.
17668         (draw_bg_rect): compare background color against base[] from
17669         GTK_WIDGET_STATE (text) not GTK_STATE_NORMAL.
17670
17671 Mon Feb  7 04:01:55 2000  Tim Janik  <timj@gtk.org>
17672
17673         * gtk/gtkmain.c (gtk_main_do_event): ignore delete events when
17674         grabs are active, unless a delete event is send to the toplevel
17675         of the currently grab holding widget.
17676
17677 Sun Feb  6 10:13:15 2000  Owen Taylor  <otaylor@redhat.com>
17678
17679         * gtk/gtkctree.c (gtk_ctree_drag_data_received): Remove
17680         debugging g_print's.
17681
17682 Fri Feb  4 15:54:54 2000  Owen Taylor  <otaylor@redhat.com>
17683
17684         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_request): Don't
17685         ever make the scrolled-window requisition ever depend on the 
17686         visibility state of the scrollbars for the AUTOMATIC policy. 
17687         This breaks the GTK+ requisition model, and causes loops.
17688
17689 Fri Feb  4 15:09:12 2000  Owen Taylor  <otaylor@redhat.com>
17690
17691         * gtk/gtkstyle.c (gtk_style_new): Set the charset explicitely for
17692         the default font to avoid problems with XFree86-4.0 where the
17693         default charset is iso10646-1, not iso8859-1.
17694
17695 Thu Feb  3 14:58:48 PST 2000 Manish Singh <yosh@gimp.org>
17696
17697         * acinclude.m4
17698         * config.guess
17699         * config.sub
17700         * ltconfig
17701         * ltmain.sh: upgrade to libtool 1.3.4 (bugfix only release)
17702
17703         * gtk/Makefile.am: minor cosmetic consistency tweak
17704
17705 Thu Feb  3 14:46:01 2000  Owen Taylor  <otaylor@redhat.com>
17706
17707         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): Set
17708         the activate_time to 0, so that we handle a quick
17709         press/release press/release properly and don't suppress
17710         the second release. (Red Hat bug #7545)
17711
17712 Wed Feb  2 22:25:17 2000  Tim Janik  <timj@gtk.org>
17713
17714         * gtk/gtkctree.c (row_delete):
17715         (gtk_ctree_node_set_row_data_full): fixed very evil reentrancy
17716         bugs with destruction notifier, *always* update internal
17717         structures *before* calling user code.
17718
17719 Sun Jan 30 20:10:52 2000  Lars Hamann  <lars@gtk.org>
17720
17721         A few more fixes for bug #5487, #2051, #2677.
17722         * gtk/gtkclist.c : 
17723         (gtk_clist_button_press):  Reset clist->anchor to -1 if event->type is
17724         not GDK_BUTTON_PRESS.
17725         (resync_selection): resync only if selection_mode is
17726         GTK_SELECTION_EXTENDED
17727         * gtk/gtkctree.c (resync_selection): same here
17728
17729 Sun Jan 30 12:29:20 2000  Owen Taylor  <otaylor@redhat.com>
17730
17731         * gdk/gdk.h gtk/gtkmenu.h: Removed duplicate prototypes for
17732         gdk_drag_get_selection() and gtk_menu_detach().
17733
17734         [ From Jeroen Ruigrok/Asmodai ]
17735
17736 Sat Jan 29 10:11:56 2000  Owen Taylor  <otaylor@redhat.com>
17737
17738         * gtk/gtknotebook.c (gtk_notebook_size_request): 
17739         page->tab_label can be NULL.
17740
17741 2000-01-25  Havoc Pennington  <hp@pobox.com>
17742         
17743         * gdk/gdkwindow.c (gdk_window_set_back_pixmap): parent_relative
17744         arg is boolean
17745
17746         * gdk/gdkselection.c (gdk_selection_owner_set): return boolean
17747
17748         * gdk/gdkrectangle.c (gdk_rectangle_intersect): return boolean
17749
17750         * gdk/gdkproperty.c (gdk_property_get): return boolean
17751
17752         * gdk/gdkinput.c (gdk_input_set_mode): return boolean
17753
17754         * gdk/gdkim.c (gdk_im_ready): return boolean
17755
17756         * gdk/gdkgc.c (gdk_gc_set_exposures): gboolean arg
17757
17758         * gdk/gdkfont.c (gdk_font_equal): return gboolean (mild
17759         glib clash, should fix glib)
17760
17761         * gdk/gdkevents.c (gdk_set_show_events): take gboolean arg
17762         (gdk_get_show_events): return gboolean, and canonicalize 
17763         to TRUE/FALSE
17764
17765         * gdk/gdkcolor.c (gdk_colormap_new): gboolean flag whether the
17766         colormap is private
17767         (gdk_colors_alloc): gboolean whether to be contiguous
17768         (gdk_color_equal): return gboolean since we are a predicate
17769         and not a qsort() (this looks semi-wrong due to glib breakage,
17770         IMO glib should be fixed)
17771         
17772         * gdk/gdk.c (gdk_set_use_xshm): take gboolean arg
17773         (gdk_get_use_xshm): return gboolean
17774         (gdk_pointer_is_grabbed): return gboolean
17775
17776         * gdk/gdk.h: Change prototypes to match all the above changes,
17777         and re-run egtk-format-protos as required.
17778
17779 Fri Jan 28 12:28:17 2000  Owen Taylor  <otaylor@redhat.com>
17780
17781         * gtk/gtkctree.c (resync_selection): 
17782         * gtk/gtkclist.c (resync_selection):
17783
17784         Return immediately if clist->drag_pos < 0. This is a workaround
17785         for the corrupt state that the clist gets into when a
17786         GDK_2BUTTON_PRESS occurs. See note in gtk_clist_button_press().
17787
17788         Bug #5487, #2051, #2677; fix suggested by David Helder and T. Alexander Popiel.
17789         
17790         * gtk/gtknotebook.c (gtk_notebook_size_request): Fix uninitialized
17791         variable from recent commit.
17792
17793 Thu Jan 27 15:22:09 2000  Owen Taylor  <otaylor@redhat.com>
17794
17795         * gtk/gtkdnd.c (gtk_drag_begin): Fix stupid typo in last commit.
17796
17797 Thu Jan 27 18:00:55 2000  Tim Janik  <timj@gtk.org>
17798
17799         * gtk/Makefile.am: prefix all autogenerated source that get build in
17800         $(srcdir) with $(srcdir)/, so make doesn't assume they got generted
17801         in builddir. since we subsequently cd into srcdir for autogeneration,
17802         the paths have to be stripped from the target file names, thusly we
17803         use $(@F) as target names now.
17804         put a comment about configure.in's --disable-rebuilds option,
17805         which can be used for non-writable source directories, for development
17806         setups though, srcdir has to be *writable*.
17807
17808 hu Jan 27 00:15:03 2000  Owen Taylor  <otaylor@redhat.com>
17809
17810         * gtk/gtkdnd.c (gtk_drag_begin gtk_drag_get_event_actions):
17811           Finish the job of allowing event to be NULL.
17812           (Fixes bug #4283, reported by Chris Blizzard)
17813
17814         * gtk/gtkentry.c (entry_adjust_scroll): When calculating
17815           things so that the cursor appears on screen, properly
17816           take into account INNER_BORDER.
17817           (Fixes bug #4754, reported by Antonio Campos)
17818
17819 Wed Jan 26 23:12:28 2000  Owen Taylor  <otaylor@redhat.com>
17820
17821         * gtk/gtknotebook.c (gtk_notebook_map): Don't
17822           show the tab_label unless it itself is visible.
17823
17824           gtk/gtknotebook.c (gtk_notebook_size_request):
17825           Do a better job of making sure that the visibility
17826           of the tab label corresponds to whether it should
17827           be mapped or not.
17828
17829 Wed Jan 26 21:17:03 2000  Owen Taylor  <otaylor@redhat.com>
17830
17831         * gtk/gtkoptionmenu.c (gtk_option_menu_position):
17832           Use the requisition, not the allocation, since the
17833           allocation has not necessarily been computed yet.
17834           (Pointed out by Eugene Osintsev)
17835
17836 Wed Jan 26 19:44:25 2000  Owen Taylor  <otaylor@redhat.com>
17837
17838         * gtk/gtkstyle.c (gtk_style_new): Dont' set
17839           style/base[GTK_STATE_INSENSITIVE] both to
17840           gtk_default_insensitive_bg!
17841           (Bug #2187, reported by Jonathan Blandford)
17842
17843         * gtk/gtkaccelgroup.c (gtk_accelerator_valid):
17844           Add Alt_L, Alt_R to list of invalid accelerators.
17845           (Bug #3736, reported by Vlad Harchev)
17846
17847 Wed Jan 26 19:01:56 2000  Owen Taylor  <otaylor@redhat.com>
17848
17849         * gtk/gtkfilesel.c (open_ref_dir): Fix several
17850         bugs which occured after an attempt to open 
17851         invalid home directory left cmpl_state->reference_dir == NULL.
17852
17853          - completion on files in home directory didn't work
17854          - completion on an empty string caused  segfault
17855
17856          (Bug #3678, reported by Steve Ratcliffe)
17857
17858         * gtk/gtkscale.c (gtk_scale_get_value_width): Fix
17859         cut and paste error that was causing scales to
17860         be incorrectly positioned.
17861         (Bug #2956,
17862          patch from Steve Ratcliffe <steve@parabola.demon.co.uk>)
17863
17864 2000-01-27  Shirasaki Yasuhiro  <yasuhiro@gnome.gr.jp>
17865
17866         * acinclude.m4 (AM_GTK_WITH_NLS): Add -lintl to libs
17867         when checking for dcgettext, if we've found we needed
17868         it for dgettext.
17869 +
17870 Wed Jan 26 18:06:07 2000  Owen Taylor  <otaylor@redhat.com>
17871
17872         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
17873         queue_clear on NO_WINDOW widgets during a reparent,
17874         since at that point the window and widget heirarchies
17875         are out of sync. This stops crashing in some cases
17876         (the scrolled window reparent test, for instance), and
17877         _probably_ won't cause drawing errors.
17878
17879         * gtk/testgtk.c: Make the reparenting-a-scrolled-window
17880         test do what it was supposed to do and be robust against
17881         window closings, etc. (Bug #2443)
17882
17883 Wed Jan 26 16:56:54 2000  Owen Taylor  <otaylor@redhat.com>
17884
17885         * gtk/gtkentry.c: Fix return values on mouse events.
17886         (Bug #2686, Sky <seb_sky@yahoo.com>)
17887
17888         * gtk/genmarshal.pl: Fix up handling of FOREIGN.
17889         (pointed out by George Lebl)
17890
17891         * gdk/gdkcolor.c (gdk_color_copy): Made const-safe.
17892         (From Ettore Perazzoli  <ettore@helixcode.com>)
17893  
17894 Mon Jan 24 10:44:48 2000  Owen Taylor  <otaylor@redhat.com>
17895
17896         * gtk/gtkcalendar.c (gtk_calendar_main_button): Handle
17897         clicks between rows or outside calender area correctly.
17898         (Patch from Damon Chaplin)
17899
17900         * gtk/gtkclist.c (gtk_clist_set_row_data_full): 
17901         * gtk/gtkctree.c (gtk_ctree_node_set_row_data_full): 
17902           Call destroy function when overwriting existing data. 
17903           (Pointed out by Damon Chaplin)
17904
17905 Tue Jan 25 09:55:41 2000  Owen Taylor  <otaylor@redhat.com>
17906
17907         * gdk/gdk.c: Remove useless #include of <X11/Xmu/WinUtil.h>,
17908           which was causing problems on various systems with Xmu.
17909           This hasn't been needed for a very long time.
17910           (Fixes #1185 3167)
17911
17912 Sun Jan 23 22:27:36 2000  Owen Taylor  <otaylor@redhat.com>
17913
17914         * gdk/gdki18n.h: Include <ctype.h> when defining
17915           gdk_isw* in terms of is* as a fallback.
17916           (Bug #4106 - Dan Winship <danw@MIT.EDU>)
17917
17918 Sun Jan 23 22:12:36 2000  Owen Taylor  <otaylor@redhat.com>
17919
17920         * gtk/gtkviewport.c (gtk_viewport_size_allocate): Don't
17921           realize the widget when it is size allocated!
17922           (old, old bug)
17923
17924         * gtk/gtkviewport.c (gtk_viewport_adjustment_value_changed):
17925           Removed unused call to gdk_window_get_size() that
17926           showed up when the above was fixed.
17927
17928 Sat Jan 22 15:44:30 2000  Owen Taylor  <otaylor@redhat.com>
17929
17930         * gtk/gtkwidget.c (gtk_widget_reparent): Correctly
17931           fix up widget->window when the widget is a
17932           NO_WINDOW container widget.
17933
17934 Sat Jan 22 12:40:48 2000  Owen Taylor  <otaylor@redhat.com>
17935
17936         * gdk/gdkpixmap.c (gdk_pixmap_seek_string): Rewrite
17937           to account for the fact that feof() does _not_ 
17938           return TRUE on errors, and thus avoid infinite loops
17939           when trying to use gdk_pixmap_create_from_xpm()
17940           on unreadable values.
17941
17942 Fri Jan 21 18:32:43 2000  Owen Taylor  <otaylor@redhat.com>
17943
17944         * gtk/gtkaspectframe.h (struct _GtkAspectFrame): s/gint/gboolean/.
17945
17946 Fri Jan 21 16:24:08 2000  Owen Taylor  <otaylor@redhat.com>
17947
17948         * gdk/gdkgc.c (gdk_gc_set_dashes): Change from
17949           gdk_gc_set_dashes to take gint8 instead of gchar to
17950           make it clearer that it is _not_ a NULL terminated string.
17951
17952         * gdk/gdk.h gdk/gdkfont.c gdk/gdkgc.c gdk/gdkselection.c
17953           gdk/gdkwindow.c gtk/gtkprogress.[ch] gtk/gtkthemes.[ch]
17954           gtk/gtktreeitem.[ch] gtk/gtkwidget.[ch]: Constify string
17955           arguments.
17956
17957 Thu Dec 30 04:51:05 1999  Tim Janik  <timj@gtk.org>
17958
17959         * gtk/gtkvscale.c (gtk_vscale_pos_background): 
17960         * gtk/gtkhscale.c (gtk_hscale_pos_background): when calculating the
17961         background size relative to our allocation, guard against small
17962         allocations, we may have not yet been size allocated.
17963
17964 Thu Dec  2 10:59:14 1999  Owen Taylor  <otaylor@redhat.com>
17965
17966         * gdk/gdkdnd.c (xdnd_check_dest): Allow version >= 3,
17967         not just version == 3. We implement all 3 + most of 4 - 
17968         (we don't support matching text/plain;charset=iso-8859-1
17969         to a dest that expects text/plain). We'll still advertise
17970         3 to be safe, but any client implementing version >= 3
17971         must interoperate with 3.
17972         
17973 Tue Mar 14 11:53:31 2000  Owen Taylor  <otaylor@redhat.com>
17974
17975         * gtk/gtktooltips.[ch] (struct _GtkTooltips): Remove foreground,
17976         background and gc members, add a warning in gtk_tooltips_set_color()
17977         indicating that this function is deprecated.
17978
17979 Thu Mar  9 22:10:56 GMT 2000  Tony Gale <gale@gtk.org>
17980
17981         * docs/gtkfaq.sgml: FAQ Update:
17982           - Minor cleanups (Emmanuel, me)
17983           - New questions:
17984                 I need to add a new signal to a GTK+ widget. Any idea? (timj)
17985                 How can I retrieve the text from a GtkMenuItem? (timj)
17986                 How do I validate/limit/filter the input to a GtkEntry? (me)
17987                 Memory does not seem to be released when I free the list
17988                         nodes I've allocated (timj)
17989
17990 2000-03-07  Tor Lillqvist  <tml@iki.fi>
17991
17992         * gdk/win32/gdkmain-win32.c: Internal GDK error reporting changes:
17993         (gdk_win32_gdi_failed) New function for reporting errors from GDI,
17994         for which it is no use to call GetLastError onWin9x.
17995         (gdk_other_api_failed) New function, for general error
17996         reporting without calling GetLastError.
17997         (gdk_win32_api_failed) OTOH, this function always calls
17998         GetLastError. (gdk_win32_last_error_string) Remove this function,
17999         GLib has the equivalent now.
18000
18001         * gdk/win32/gdkprivate-win32.h: Declare the above, and macros to
18002         call them with function name, file name and line number in the
18003         arguments.
18004
18005         * gdk/win32/*.c: Use the new macros for reporting errors from GDI
18006         functions.
18007         
18008         * gtk/gtk.def: Add some missing entry points.
18009
18010         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
18011         gtk_paned_set_gutter_size, which don't exist any longer, as void.
18012         
18013         Fixes by Hans Breuer:
18014
18015         * gdk/makefile.msc: Update for debugging.
18016
18017         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_dashes): Fake
18018         implementation, just use the PS_DASH, PS_DOT, PS_DASHDOT or
18019         PS_DASHDOTDOT or PS_DASH styles depending on the number of entries
18020         in the dash_list.
18021
18022         * gdk/win32/gdkwin32.h (GDK_FONT_XFONT): New macro, similar as in
18023         the x11 backend.
18024
18025         * gdk/win32/gdkprivate-win32.h (IS_WIN_NT): New macro.
18026
18027         * gtk/testgtk.c: Include config.h, guard inclusion of unistd.h.
18028
18029 2000-03-04  Tor Lillqvist  <tml@iki.fi>
18030
18031         * gdk/win32/gdkprivate-win32.h (struct _GdkWindowWin32Data): Store
18032         just pixel value of background colour.
18033
18034         * gdk/win32/gdkgc-win32.c (gdk_colormap_color): New function
18035         containing code snippet previously duplicated in a couple of
18036         places.
18037         
18038         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_points): Use
18039         gdk_colormap_color.
18040
18041         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Generate
18042         GDK_SCROLL events for WM_MOUSEWHEEL messages. Don't generate
18043         events for autorepeated Shift, Control and Alt keys. Use
18044         gdk_colormap_color.
18045
18046         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): If the
18047         pointer is inside the window the cursor of which we are setting,
18048         call SetCursor immediately.
18049
18050         * gdk/win32/makefile.cygwin
18051         * gtk/makefile.cygwin: If we don't have the build number stamp
18052         file, use zero.
18053
18054         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
18055         gtk_paned_set_gutter_size as empty.
18056
18057         * gtk/gtk.def: Remove gtk_paned_set_gutter_size.
18058         
18059 Tue Feb 29 13:10:00 GMT 2000  Tony Gale <gale@gtk.org>
18060
18061         * gdk/gdkwindow.h gdk/x11/gxid.c gtk/gtkclist.c gtk/gtkclist.h
18062           gtk/gtkctree.c gtk/gtkmenu.h gtk/gtkwidget.c gtk/testgtk.c
18063           docs/styles.txt docs/refcounting.txt docs/gtkfaq.sgml
18064           docs/gtk_tut.sgml docs/gtk.texi TODO:
18065
18066           Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org>
18067
18068 Sat Feb 26 11:46:25 GMT 2000  Tony Gale <gale@gtk.org>
18069
18070         * gtk/gtkcalendar.c: Implement num_marked_dates,
18071           and don't emit mutiple day_selected signals on
18072           month_prev.
18073
18074 2000-02-25  Jonathan Blandford  <jrb@redhat.com>
18075
18076         * docs/make-todo (lineno): let title and logo be configurable so
18077         that GNOME can use this script too.
18078
18079         * TODO.xml: added logourl and a title
18080
18081 Fri Feb 25 11:12:00 2000  Owen Taylor  <otaylor@redhat.com>
18082
18083         * TODO.xml: Added some UI items, and an explanatory
18084         comment at the top of the file.
18085
18086 Thu Feb 24 09:07:28 2000  Tim Janik  <timj@gtk.org>
18087
18088         * TODO.xml: some updates, added abunch of new entries.
18089         a note for those fiddeling with this file, when done
18090         with it, invoke:
18091         $ ./docs/make-todo TODO.xml >/dev/null
18092         and correct output errors before comitting changes.
18093
18094 Wed Feb 23 22:59:50 2000  Owen Taylor  <otaylor@redhat.com>
18095
18096         * TODO.xml: Added XML-structured TODO file.
18097         * docs/make-todo: python script to turn TODO.xml into
18098           pretty XML output. 
18099
18100 2000-02-23  Jonathan Blandford  <jrb@redhat.com>
18101
18102         * gtk/gtkstyle.c (gtk_default_draw_handle): add a 'paned' mode to
18103         the function to let it draw the seven dots, instead of the old,
18104         much maligned, method.
18105         (draw_dot): New function to draw a dot.
18106
18107         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): changed allocation
18108         to draw the handle inside the border width as opposed to outside.
18109         Use paint function instead of gdk_draw_point.
18110
18111         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): changed allocation
18112         to draw the handle inside the border width as opposed to outside.
18113         Use paint function instead of gdk_draw_point.
18114
18115         * gtk/gtkfilesel.c (gtk_file_selection_update_history_menu):
18116         Change indenting to be more GTK like.
18117
18118 Wed Feb 23 10:54:14 GMT 2000  Tony Gale <gale@gtk.org>
18119
18120         * docs/gtk_tut.sgml: New section on GtkCalendar
18121         * examples/calendar: Update example code
18122
18123 Tue Feb 22 13:54:12 GMT 2000  Tony Gale <gale@gtk.org>
18124
18125         * docs/gtkfaq.sgml: FAQ Update
18126
18127 2000-02-19  Anders Carlsson  <andersca@gnu.org>
18128
18129         * gtk/gtkrange.c (gtk_range_scroll_event): Return TRUE
18130         to prevent the scroll event to be propagated upwards.
18131
18132 Fri Feb 18 14:37:29 2000  Owen Taylor  <otaylor@redhat.com>
18133
18134         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Remove
18135         OwnerGrabButtonMask from button entries for
18136         GDK_BUTTON_PRESS / GDK_BUTTON_RELEASE.
18137
18138         * gtk/gtklayout.c (gtk_layout_realize): Always add GDK_SCROLL
18139         to the event mask (which will result in button/press release
18140         being added to the event mask on Unix) so scrolling works
18141         for layouts in scroll windows.
18142
18143         * gdk/gdkevents.h (enum): Fix up GDK_ALL_EVENTS_MASK.
18144
18145         Patch from Anders Carlsson  <andersca@gnu.org> to add
18146         a scroll event.
18147
18148         * gtk/testgtk.c (scroll_test_scroll): Added an example of mouse wheel
18149         scrolling to the "Test Scrolling" part of testgtk.
18150  
18151         * gtk/gtkwidget.h (struct _GtkWidgetClass): Added scroll_event signal.
18152  
18153         * gtk/gtkwidget.c: Added "scroll_event" GTK+ signal and matched
18154         it against GDK_SCROLL.
18155  
18156         * gtk/gtkrange.c (gtk_range_scroll_event): Updated to use the new
18157         way of mouse wheel scrolling.
18158  
18159         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_scroll_event): Likewise.
18160  
18161         * gtk/gtkspinbutton.c (gtk_spin_button_scroll): Likewise.
18162  
18163         * gtk/gtkmain.c: Removed previous mouse wheel hack.
18164  
18165         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Added entry in
18166         gdk_event_mask_table.
18167  
18168         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Added 
18169         GdkEventScroll handler.
18170  
18171         * gdk/gdkevents.h: Added GdkEventScroll structure.
18172  
18173 Thu Feb 17 17:10:12 2000  Owen Taylor  <otaylor@redhat.com>
18174
18175         * gtk/gt{h,k,}vpaned.[ch]: Add patch from Jonathan Blandford
18176         and Anders Carlsson to change the Paned widgets so that they
18177         can be dragged from anywhere along the length. Also change
18178         the way that this is drawn to make this apparent.
18179
18180         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): Apply patch
18181         from George Lebl to check that option_menu->menu is present
18182         before getting history.
18183
18184 2000-02-14  Tor Lillqvist  <tml@iki.fi>
18185
18186         * gdk/gdkdraw.c (gdk_draw_segments): Move the test for no segments
18187         before the assertion for non-NULL segment list.
18188
18189         * gdk/win32/gdkgc-win32.c: (gdk_win32_gc_values_to_win32values):
18190         Seems that pattern brushes *must* be 8x8 pixels! At least on my
18191         machine, but it might be display driver dependent. Sigh, so make
18192         sure the stipple is that size. Does Windows suck or what?
18193
18194         * gdk/win32/gdkdrawable-win32.c: Improve error handling in a few
18195         places.
18196
18197 2000-02-13  Havoc Pennington  <hp@pobox.com>
18198
18199         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): init
18200         refcount to 1
18201         (gdk_cursor_new): init refcount to 1
18202
18203         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new): init refcount to 1
18204
18205 2000-02-13  Tor Lillqvist  <tml@iki.fi>
18206
18207         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Add an extra parameter
18208         so that we don't have to do unnecessary settings to the HDC.
18209
18210         * gdk/win32/gdkdrawable-win32.c
18211         * gdk/win32/gdkimage-win32.c: Corresponding changes to the calls of
18212         gdk_gc_predraw.
18213
18214         * gdk/win32/gdkdrawable-win32.c: Special-casing for GdkGCs where
18215         the fill style is GDK_OPAQUE_STIPPLED. In those cases we construct
18216         GDI paths, call WidenPath to get the outline of the stroken path,
18217         and then fill the outline (with the brush that was built from the
18218         stipple).
18219
18220         * gdk/win32/gdkgc-win32.c: Factor out common code from
18221         _gdk_win32_gc_new and gdk_win32_gc_set_values into
18222         gdk_win32_gc_values_to_win32values. Use correct colour for
18223         SetBkColor() (Until now the code actually used a random colour in
18224         the call to SetBkColor()... but that didn't show up as not many
18225         GDI APIs use the background colour. Pattern (opaque stippled)
18226         brushes do.)
18227
18228         * gdk/win32/gdkmain-win32.c (gdk_win32_last_error_string,
18229         gdk_win32_api_failed): New functions for error logging.
18230
18231         * gdk/win32/gdkprivate-win32.h: Declare them, and define a macro
18232         WIN32_API_FAILED to call them, passing function or file name and
18233         line number.
18234
18235         * gdk/win32/*.c: Use the WIN32_API_FAILED macro.
18236
18237         * gdk/win32/gdkprivate-win32.h: Store just the pixel values from
18238         GdkColor for foreground and background in GdkGCWin32Data.
18239
18240         * gdk/makefile.cygwin: Link in the resource object separately.
18241
18242         * gdk/win32/rc/gdk.rc
18243         * gtk/gtk.rc (New file)
18244         * gdk/win32/makefile.cygwin
18245         * gtk/makefile.cygwin: Update build number in DLLs automatically,
18246         as in GLib.
18247
18248 Sun Feb 13 08:54:45 2000  Tim Janik  <timj@gtk.org>
18249
18250         * gdk/gdkcursor.h (struct _GdkCursor): s/refcount/ref_count/.
18251         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): 
18252         * gdk/x11/gdkcursor-x11.c (_gdk_cursor_destroy): 
18253         * gdk/gdkcursor.c (gdk_cursor_ref): insert assertments for the
18254         parameters given and cursor->ref_count. coding style fixups.
18255
18256         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
18257         not GtkWidget.
18258         
18259         * gtk/*.h: applied patch from Mathieu Lacage <lacage@email.enst.fr> to
18260         fix up widget macros and add _GET_CLASS() variant.
18261         
18262         * gtk/*.c: some GtkType fixups.
18263
18264 2000-02-09  Tor Lillqvist  <tml@iki.fi>
18265
18266         * gdk/win32/gdkproperty-win32.c
18267         * gdk/x11/gdkproperty-x11.c: The assertions for GDK_IS_WINDOW
18268         were reversed.
18269
18270 2000-02-04  Tor Lillqvist  <tml@iki.fi>
18271
18272         * gdk/win32/gdkfont-win32.c (logfont_to_xlfd): Use
18273         g_filename_to_utf8 to convert the font names Windows gives us from
18274         whatever is the default codepage to UTF-8.
18275         (gdk_font_load_internal) Use g_filename_from_utf8 for conversion
18276         in the other direction.
18277
18278         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Fix cut&paste
18279         error in debugging output.
18280
18281 2000-02-02  Tor Lillqvist  <tml@iki.fi>
18282
18283         * gdk/win32/gdkwindow-win32.c (gdk_window_clear): Pass zero width
18284         and height parameters to gdk_window_clear_area(). Not minus one.
18285
18286 Wed Feb  2 11:58:05 2000  Owen Taylor  <otaylor@redhat.com>
18287
18288         * gtk/gtkdnd.c (gtk_drag_selection_received): Add some sanity
18289         checks if the widget passed to gtk_drag_get_data() was not the
18290         dest widget.
18291
18292 2000-02-01  Tor Lillqvist  <tml@iki.fi>
18293
18294         * gtk/gtkfilesel.c: Use the g_filename_to_utf8 and
18295         g_filename_from_utf8 functions (which were added a moment ago to
18296         GLib). Some cleanups: Use gbooleans. Use GStrings instead of fixed
18297         size buffers.
18298
18299         gtk_file_selection_get_filename returns the filename in the C
18300         runtime encoding. It calls g_filename_from_utf8, but copies the
18301         returned string to a static buffer, which is returned. I think
18302         this is better than returning the result from g_filename_from_utf8
18303         directly, which would mean all apps that use it would have to free
18304         the return value. Or should this function care about this issue at
18305         all? Maybe a new function with clearly defined semantics.
18306
18307         * gtk/gtkfilesel.h: Add comment about
18308         gtk_file_selection_get_filename returning the filename in the C
18309         runtime's encoding.
18310
18311         * README.win32
18312         * gdk/gdk.def
18313         * gdk/makefile.{cygwin,msc}
18314         * gtk/gtk.def: Updates.
18315
18316         * gdk/gdkcursor-win32.c: Initialise refcount.
18317
18318 2000-01-31  Yuan-Chung Cheng <platin@linux.org.tw>
18319
18320         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
18321
18322 2000-01-30  Havoc Pennington  <hp@pobox.com>
18323
18324         * gtk/testgtk.c (set_cursor): use gdk_cursor_unref instead of
18325         destroy
18326
18327         * gdk/gdkimage.c (gdk_image_ref): image wasn't being returned
18328
18329         * gdk/gdkprivate.h: declare _gdk_cursor_destroy which is then 
18330         implemented in platform-specific code
18331
18332         * gdk/Makefile.am (gdk_c_sources): add gdkcursor.c
18333
18334         * gdk/x11/gdkcursor-x11.c (gdk_cursor_destroy): rename with an
18335         underscore in front
18336
18337         * gdk/win32/gdkcursor-win32.c (gdk_cursor_destroy):
18338         put an underscore in front
18339
18340         * gdk/gdkcursor.c: new file, implements
18341         gdk_cursor_ref/gdk_cursor_unref
18342
18343         * gdk/gdkcursor.h: Refcount GdkCursor
18344
18345         * gdk/gdkcompat.h (gdk_cursor_destroy): compat
18346
18347 2000-01-29  Tor Lillqvist  <tml@iki.fi>
18348
18349         * gdk/gdkwindow.h
18350         * gdk/gdkpixmap.h: Remove prototypes for renamed functions.
18351
18352 Tue Jan 25 11:43:21 2000  Owen Taylor  <otaylor@redhat.com>
18353
18354         * gtk/gtkinvisible.h (struct _GtkInvisible[Class]): Fix
18355         structures to properly inherit from GtkWidget not GtkBin.
18356
18357 Sun Jan 23 20:28:24 2000  Owen Taylor  <otaylor@redhat.com>
18358
18359         * gtk+.spec.in: Added lib/gtk+/include/* to %files
18360         (bug #5178 - Peter Wainright)
18361         
18362         * gtk/Makefile.am (gtk_public_h_sources): Add gtkcompat.h
18363         so that it will be installed.
18364         (bug #4889 - "david d `zoo' zuhn" <zoo@mnnr.org>)
18365
18366 Fri Jan 21 16:29:28 2000  Owen Taylor  <otaylor@redhat.com>
18367
18368         * gtk/gtkstyle.[ch] docs/Changes-1.4.txt: Make the @detail argument
18369         for the GtkStyleClass vtable const.
18370
18371         * gtk/gtkitemfactory.[ch] docs/Changes-1.4.txt: Make GtkPrintFunc
18372         take a const string argument like GtkTranslateFunc. This will
18373         require changes in use code.
18374
18375 2000-01-19  Tor Lillqvist  <tml@iki.fi>
18376
18377         * gdk/win32/gdkwindow-win32.c (gdk_window_clear_area): The correct
18378         semantics (to mimic the X11 backend, which just calls XClearArea)
18379         is to check for zero width (and height), and in that case use the
18380         window's width minus x (height minus y). This fixes for instance
18381         some redraw problems with gtkclist, which were easily noticeable
18382         in the gtk file selection widget.
18383
18384         (gdk_window_new): Don't set WS_EX_TOPMOST for dialog
18385         windows.
18386
18387 2000-01-13  Tor Lillqvist  <tml@iki.fi>
18388
18389         * configure.in
18390         * gdk/Makefile.am
18391         * gdk/x11/Makefile.am
18392         * gdk/win32/Makefile.am: Small fixes, thanks to Peter Wainwright
18393         (bug #5177).
18394         * gdk/win32/gdkcc-win32.c: Reintroduce, to be thrown
18395         out later.
18396
18397 2000-01-09  Tor Lillqvist  <tml@iki.fi>
18398
18399         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Ignore
18400         WM_MOVE for iconified or invisible windows. This fixes various
18401         problems when minimising windows. Thanks to Bernd Herd.
18402
18403 2000-01-05  Tor Lillqvist  <tml@iki.fi>
18404
18405         * gdk/gdkdraw.c (gdk_draw_lines): Fix copy&paste error: Call the
18406         backend's draw_lines method, not draw_points.
18407
18408 2000-01-02  Tor Lillqvist  <tml@iki.fi>
18409
18410         * gdk/win32/gdkevents-win32.c: Clean up some more leftovers from
18411         before Owen's reorganisation: Don't have queued_events and
18412         queued_tail statics in this file, but use gdk_queued_events and
18413         gdk_queued_tail. This makes exposure event compression work again.
18414
18415         (gdk_WindowProc): Comment out a posting of gdk_ping_msg, doesn't
18416         seem to be needed?
18417
18418 1999-12-30  Tor Lillqvist  <tml@iki.fi>
18419
18420         * gdk/gdk.c: If we don't HAVE_XCONVERTCASE we must #include
18421         gdkkeysyms.h to get the GDK_* keysym constants that are needed by
18422         gdk_keyval_convert_case(). Otherwise, gdk_keyval_convert_case()
18423         doesn't do anything.
18424
18425         * gdk/gdk.def: Add gdk_xid_table_insert.
18426
18427         * gdk/win32/gdkprivate-win32.h
18428         * gdk/win32/gdkevents-win32.c
18429         * gdk/win32/gdkinput-win32.c
18430         
18431         * gdk/win32/gdkwindow-win32.c: Remove the superfluous
18432         extension_events field in the GdkWindowWin32Data struct. Use only
18433         the extension_events field in GdkWindowPrivate. Previously one was
18434         set, and the other one tested, which broke tablet
18435         functionality. Thanks to Keishi Suenaga for pointing this out.
18436
18437 1999-12-18  Tor Lillqvist  <tml@iki.fi>
18438
18439         * gdk/win32/gdkfont-win32.c (gdk_text_size, gdk_text_extents):
18440         When handling a single character (text length == 1), don't handle
18441         it as if it was UTF-8.
18442
18443 1999-12-11  Tor Lillqvist  <tml@iki.fi>
18444
18445         * Makefile.am: Distribute README.win32.
18446         
18447         * gdk/Makefile.am
18448         * gdk/win32/Makefile.am: Distribute Win32 files.
18449
18450         * gdk/makefile.msc: New file.
18451
18452         * gdk/gdk.c (gdk_arg_context_parse): Fix gccism (no statement
18453         after label).
18454
18455         * gdk/gdkprivate.h: Must mark also gdk_error_warnings and
18456         gdk_error_code as GDKVAR, as they are referred outside GDK.
18457
18458         * gdk/win32/makefile.msc: Update.
18459
18460         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): More
18461         tweaks. Check only if at least one of those Unicode subrange bits
18462         we care for is set. If no code page bits are set, guess (wildly)
18463         based on the charset.
18464
18465         * gdk/win32/gdkinput-win32.c: Remove debugging leftover.
18466
18467         * gdk/win32/gdkwindow-win32.c (gdk_window_new): Assure title is
18468         non-NULL.
18469
18470         * gtk/gtkdnd.c
18471         * gtk/gtklayout.c
18472         * gtk/gtkplug.c
18473         * gtk/gtkselection.c
18474         * gtk/gtksocket.c
18475         * gtk/gtkwindow.c: Include x11/gdkx.h *or* win32/gdkwin32.c as
18476         appropriate. There must be a cleaner way to handle this?
18477
18478         * gtk/gtkrc.c: Must include windows.h on Win32.
18479
18480         * gtk/testgtk.c: No need to include gdkx.h.
18481
18482         * gtk/makefile.cygwin: Correct invokation of genmarshal.pl.
18483
18484 1999-12-07  Tor Lillqvist  <tml@iki.fi>
18485
18486         * gdk/win32/gdkfont-win32.c: Fix string measurement code. For now,
18487         the rbearing is set to the same as the width, but this should be
18488         fixed.
18489
18490 1999-12-06  Tor Lillqvist  <tml@iki.fi>
18491
18492         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): New
18493         function. If Windows doesn't tell us what Unicode subranges a font
18494         covers, guesstimate based on the codepages it covers. This will
18495         hopefully help those Windows versions or fonts that don't give us
18496         any useful Unicode subrange information with GetTextCharsetInfo.
18497         Call this function in gdk_font_load_internal.
18498
18499         * gdk/win32/{gdkdnd,gdkimage,gdkpixmap,gdkprivate}-win32.c: Misc
18500         minor changes.
18501
18502 Fri Dec  3 14:09:50 1999  Owen Taylor  <otaylor@redhat.com>
18503
18504         * gtk/gtkoptionmenu.[ch] (gtk_option_menu_get_history):
18505         New function, long needed.
18506
18507 Wed Dec  1 22:35:43 1999  Owen Taylor  <otaylor@redhat.com>
18508
18509         * gdk/gdkproperty.h x11/gdkproperty.c: Change 
18510         only_if_exists argument of gdk_atom_intern to
18511         bool.
18512
18513 1999-11-25  Tor Lillqvist  <tml@iki.fi>
18514
18515         * gdk/gdkgc.c (gdk_gc_set_ts_origin, gdk_gc_set_clip_origin): 
18516         Fix two copy&paste errors.
18517
18518         * gdk/makefile.cygwin: Also rebuild DLL when the static archive in
18519         win32 has changed.
18520
18521         * gdk/win32/gdkprivate-win32.h: Don't need CPINFO in the
18522         GdkWin32SingleFont struct.
18523
18524         * gdk/win32/gdkfont-win32.c: Some more debugging: Print Unicode
18525         subranges of loaded fonts. Clear font signature first, in case
18526         GetTextCharsetInfo fails. Pretend SYMBOL_CHARSET fonts have
18527         ASCII+Basic Latin (i.e. 0x40--0xFF) as they are single-byte.
18528
18529         * gdk/win32/gdkgc-win32.c: Improved logging. (gdk_gc_postdraw):
18530         Unoffset clip region.
18531
18532 1999-11-23  Tor Lillqvist  <tml@iki.fi>
18533
18534         * gdk/win32/gdkevents-win32.c (gdk_event_translate): set
18535         event->any.window before calling filter functions.
18536
18537 Fri Nov 19 10:34:41 1999  Owen Taylor  <otaylor@redhat.com>
18538
18539         * gtk/gtkgamma.h: Adapt cast macros to standard.
18540
18541 [ Merges from 1.2 ]
18542
18543 Tue Nov 16 10:15:54 1999  Owen Taylor  <otaylor@redhat.com>
18544
18545         * gtk/gtkitemfactory.c (gtk_item_factory_parse_path):
18546         If translation does not include a '/', use entire
18547         translation instead of crashing.
18548
18549 Sun Oct 31 22:21:11 1999  Tim Janik  <timj@gtk.org>
18550
18551         * docs/gtk_tut.sgml:
18552         s/gtk_accel_group_attach/gtk_window_add_accel_group/.
18553
18554 Sat Oct 30 09:09:09 1999  Owen Taylor  <otaylor@redhat.com>
18555
18556         * gtk/gtkselection.c (gtk_target_list_remove): Use
18557         g_list_remove_link, not g_list_remove.
18558
18559         [ From Geert Bevin <gbevin@thunderstorms.org> ]
18560         
18561 Sun Oct 24 07:41:40 1999  Tim Janik  <timj@gtk.org>
18562
18563         * gtk/gtkclist.c (real_undo_selection): commented out g_print()
18564         statement upon unselection (how the heck did that slip in?).
18565
18566 Sat Oct 23 03:03:08 1999  Tim Janik  <timj@gtk.org>
18567
18568         * gtk/gtktext.c (gtk_text_freeze): 
18569         (gtk_text_thaw): undraw/draw cursor here to avoid unnecessary scrolling
18570         in frozen state (and aparently crashes). patch provided by Anders
18571         Melchiorsen <and@kampsax.dtu.dk>.
18572
18573 Sat Oct 23 02:53:20 1999  Tim Janik  <timj@gtk.org>
18574
18575         * fix insensitive default/focus widget activation,
18576         reported by Matt Goodall <mgg@isotek.co.uk>.
18577
18578         * gtk/gtkwindow.c (gtk_window_key_press_event): 
18579         (gtk_window_activate_default):
18580         (gtk_window_activate_focus):
18581         return handled=FALSE for actiavtion of insensitive default
18582         widgets. return handled=TRUE for activation of insensitive
18583         focus widgets. don't activate in either case.
18584
18585 Tue Oct 19 09:55:08 1999  Owen Taylor  <otaylor@redhat.com>
18586
18587         * gtk-config.in (lib_gtk): Switch order of @x_cflags@
18588         and $glib_cflags to match library order and in the
18589         theory that an old version of GLib is more likely to
18590         be in the include directory for X then vice-versa.
18591         (Bug #2776)
18592
18593 Tue Oct 19 09:46:49 1999  Owen Taylor  <otaylor@redhat.com>
18594
18595         * gtk/gtkrc.c (gtk_rc_init): Always use LC_CTYPE 
18596         to determine the locale for fontsets, not LC_MESSAGES;
18597         the user may want English messages with a handling
18598         for non-English languages. (LC_CTYPE=ru_RU LC_MESSAGES=fr_FR
18599         will still be broken) (Bug #2891)
18600
18601 Tue Oct 19 20:36:42 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
18602
18603         * gtk/gtkrc.ko: Fixed the wrong number of "*"'s.
18604
18605 Tue Oct 19 12:15:13 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
18606
18607         * gtk/gtkrc.ko: Changed the Korean default fontset.
18608
18609 Fri Oct  8 02:32:47 1999  Owen Taylor  <otaylor@redhat.com>
18610
18611         * gtk/gtklayout.c (gtk_layout_adjustment_changed): Fix bug
18612         where when scrolling to the left or top double exposes
18613         were done, causing major slowdowns.
18614
18615 Thu Oct  7 18:31:55 1999  Owen Taylor  <otaylor@redhat.com>
18616
18617         * gtk/gtkrc.c (gtk_rc_init): Always normalize codeset
18618         names to lowercase and alphanumeric, before looking
18619         them up.
18620
18621         * gtk/Makefile.am: Install codeset variant gtkrc files
18622         with normalized names.
18623
18624 Thu Oct  7 22:52:42 1999  Tim Janik  <timj@gtk.org>
18625
18626         * gtk/gtkitemfactory.c (gtk_item_factory_popup_with_data): even
18627         popup menus when the menu is already visible, but its parent
18628         is still hidden, (happens after tornoff window got hidden).
18629
18630 Thu Oct  7 11:09:55 1999  Owen Taylor  <otaylor@redhat.com>
18631
18632         * gtk/Makefile.am (install-data-local): Fix
18633         a typo where gtkrc.vi_VN.tcvn5712 wasn't getting
18634         deleted, causing error messages on install.
18635
18636 Thu Oct  7 11:03:06 1999  Owen Taylor  <otaylor@redhat.com>
18637
18638         * gtk/gtk[hv]paned.c (gtk_{h,v}paned_draw): Redraw
18639         the handle as well, since we now sometimes ignore
18640         exposes on the handle while resizing.
18641
18642 Wed Oct  6 18:02:31 1999  Owen Taylor  <otaylor@redhat.com>
18643
18644         * gtk/gtkrc.c (gtk_rc_append_default_pixmap_path): Fix stupid
18645         extra g_free introduced in one of the last one or two 
18646         commits.
18647
18648 Wed Oct  6 16:38:36 1999  Owen Taylor  <otaylor@redhat.com>
18649
18650         * gtk/Makefile.am gtk/gtkrc*: Make naming of gtkrc files
18651         consistent, put each style that a gtkrc.* file creates
18652         in a unique namespace, remove old files before installing.
18653
18654 Wed Oct  6 14:31:16 1999  Owen Taylor  <otaylor@redhat.com>
18655
18656         * gtk/gtkrc.c (gtk_rc_init): Avoid leaking memory when
18657         gtk_rc_init is called multiple times. (Yes, people who
18658         do that have bugs in their code.)
18659
18660 Tue Oct  5 11:36:57 PDT 1999 Manish Singh <yosh@gimp.org>
18661
18662         * gtk/Makefile.am: listing gtkrc in gtkconf_DATA seems to barf.
18663         Remove it since it's generated by the Makefile anyway
18664
18665 Tue Oct  5 02:43:41 1999  Owen Taylor  <otaylor@redhat.com>
18666
18667         * gdk/gdkinputcommon.h (gdk_input_device_new): Free
18668         device->info.axes for core pointer.
18669
18670 Thu Sep 30 13:55:25 1999  Owen Taylor  <otaylor@redhat.com>
18671
18672         * gtk/testgtk.c (destroy_idle_test): Rename idle to 
18673         idle_id, to deal with obsolete, broken C libraries.
18674
18675 Mon Sep 27 02:50:15 1999  Owen Taylor  <otaylor@redhat.com>
18676
18677         * gtk/gtkvscale.c (gtk_vscale_draw): Don't add in
18678         allocation->x/y twice!
18679
18680         * gtk/gtkhscale.c: Make usage of gtk_hscale_pos_trough()
18681         consistent with gtk_vscale_pos_trough().
18682
18683 Sun Sep 26 19:44:34 1999  Owen Taylor  <otaylor@redhat.com>
18684
18685         * gtk/gtkcontainer.c (gtk_container_queue_resize): We may
18686         be queueing a resize on a toplevel container between
18687         the time we show it and when we map it. So, we need
18688         to test GTK_WIDGET_VISIBLE() for toplevels, and only
18689         use GTK_WIDGET_DRAWABLE() for child windows.
18690
18691 Thu Sep 23 16:41:03 1999  Owen Taylor  <otaylor@redhat.com>
18692
18693         * gtk/Makefile.am (LDADDS): Add GDK_WLIBS to LDADDS 
18694         (fixes bug #2144)
18695
18696 Fri Sep 24 00:51:45 1999  Tim Janik  <timj@gtk.org>
18697
18698         * gtk/gtkcontainer.c (gtk_container_queue_resize): check for
18699         container DRAWABLE (instead of VISIBLE), so we don't queue
18700         resizes on non-toplevel containers.
18701
18702 Sun Sep 19 18:13:31 1999  Owen Taylor  <otaylor@redhat.com>
18703
18704         * gtk/gtkselection.[ch]: Make the data argument
18705         const guchar *.
18706
18707 Sat Sep 18 21:27:40 1999  Owen Taylor  <otaylor@redhat.com>
18708
18709         * gtk/gtkwindow.c: Try to behave sensibly if 
18710         the focus widget is the window itself. (Should
18711         we allow this at all?)
18712
18713 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
18714
18715         * gtk/gtkwidget.c (gtk_widget_set_sensitive): 
18716         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): 
18717         * gtk/gtknotebook.c (gtk_notebook_set_show_border): 
18718         * gtk/gtkclist.c (gtk_notebook_set_show_border): make gboolean args
18719         in prototypes and implementations consistent (Tomas Ogren).
18720
18721         * gtk/gtklayout.c (gtk_layout_remove): unset GTK_IS_OFFSCREEN flag
18722         before the widget is unparented (reported by damon).
18723
18724         * gtk/gtkdnd.c: make the cursor and icon data _unsigned_ char,
18725         since we provide unsigned data anyways.
18726
18727 Thu Sep 16 21:32:01 1999  Owen Taylor  <otaylor@redhat.com>
18728
18729         * gtk/gtktooltips.c (gtk_tooltips_set_tip): Delay
18730         the call to gtk_tooltips_layout_text() until later.
18731
18732         * gtk/gtktooltips.c (gtk_tooltips_draw_tips):
18733         Call gtk_widget_ensure_style() before using the style.
18734
18735 Wed Sep 15 02:52:19 1999  Owen Taylor  <otaylor@redhat.com>
18736
18737         * gtk/gtkwidget.c (gtk_widget_event): Added workaround
18738         for old widgets that don't propagate draws to all
18739         children. (Namely gnome-dock for gnome-libs <= 1.0.16)
18740
18741 Tue Sep 14 19:22:19 1999  Tim Janik  <timj@gtk.org>
18742
18743         * gtk/gtkwidget.c (gtk_widget_queue_resize): don't queue the parent
18744         for a redraw but just the widget that requested the resize.
18745
18746 Tue Sep 14 18:29:47 1999  Tim Janik  <timj@gtk.org>
18747
18748         * gtk/gtkcontainer.c: added new widget level method
18749         gtk_container_set_reallocate_redraws() and a GtkContainer flag
18750         reallocate_redraws : 1 to reflect the setting, exported this through
18751         the argument system as a boolean ::reallocate_redraws.
18752
18753         * gtk/gtkwidget.c (gtk_widget_size_allocate): when queueing redraws
18754         on the widget because the allocation changes, do so as well for
18755         widget->parent if the parent has reallocate_redraws set to TRUE.
18756         with that containers requesting reallocation redraws get automatically
18757         redrawn if their children changed allocation (this unfortunately
18758         affects also other children that didn't change allocation, but we
18759         cannot work around that before 1.3).
18760
18761 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
18762
18763         * gtk/gtkwidget.c (gtk_widget_idle_draw): only emit ::draw if width
18764         _and_ height are >0 (not _or_).
18765
18766         * gtk/gtktable.c (gtk_table_remove): use gtk_widget_queue_resize()
18767         instead of gtk_container_queue_resize(), which is a core gtk internal
18768         function (must have been on crack when i queued that).
18769
18770         * gtk/gtkprivate.h: added new private flag GTK_FULLDRAW_PENDING, so
18771         we can check more reliably if we want to discard expose events.
18772         * gtk/gtkwidget.c: added setting/unsetting of the GTK_FULLDRAW_PENDING
18773         flag.
18774         
18775         * gtk/gtkwidget.c (gtk_widget_event): don't discard synthesized exposes,
18776         we simply trust these events. for deciding whether to discard exposes,
18777         check GTK_FULLDRAW_PENDING instead of RESIZE_PENDING.
18778         
18779 Mon Sep 13 15:01:21 1999  Owen Taylor  <otaylor@redhat.com>
18780
18781         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
18782         queues of areas that are completely off screen.
18783
18784         * gtk/gtkwidget.c (gtk_widget_idle_draw): Fix broken
18785         logic for handleboxes.
18786
18787         * gtk/gtkwidget.c (gtk_widget_queue_draw_data): Add santity
18788         check on width/height.
18789
18790 Mon Sep 13 02:22:47 1999  Tim Janik  <timj@gtk.org>
18791
18792         * gtk/Makefile.am: backed out Raja's recent VPATH build "improvements",
18793         we are fine with using $@ the way we do (if we actually encounter
18794         brokeness with $@ in VPATH builds because of additional path prefixes,
18795         we need to use $(@F) actually).
18796
18797 Mon Sep 13 01:34:53 1999  Tim Janik  <timj@gtk.org>
18798
18799         * gtk/gtksignal.c: renamed two variables, hopefully didn't introduce
18800         short lived bugs, that would allow language bindings to do surgeries
18801         to our guts.
18802
18803 Fri Sep 10 15:22:50 1999  Owen Taylor  <otaylor@redhat.com>
18804
18805         * gtk/gtkwindow.c (gtk_window_size_allocate): Fix typo
18806         where comparison was being done against an uninitialized
18807         value causing intermittant results depending on
18808         compiler flags. Also make it clearer that we aren't
18809         ever initializing the child as 0x0 (though this will
18810         be caught in gtk_widget_size_allocate())
18811
18812 Fri Sep 10 10:06:56 1999  Owen Taylor  <otaylor@redhat.com>
18813
18814         * gtk/gtkwindow.c (gtk_window_set_transient_for): Move
18815         gtk_window_unset_transient_for() call after we do checks
18816         involving the old transient parent.
18817         [ From Lance Capser <lmc@cyberhighway.net> ]
18818
18819 1999-09-07  Raja R Harinath  <harinath@cs.umn.edu>
18820
18821         * gtk/Makefile.am (gtk.defs): Go back to using `touch' to create
18822         an empty file.
18823
18824 Mon Sep  6 00:11:56 1999  Lars Hamann  <lars@gtk.org>
18825
18826         * gtk/gtkctree.c (gtk_ctree_is_ancestor): return FALSE if node has
18827         no children. (Reported by: Chris Rogers <gandalf@pobox.com>)
18828
18829 1999-09-03  Raja R Harinath  <harinath@cs.umn.edu>
18830
18831         * gtk/Makefile.am (gen_sources): Improve VPATH builds.
18832         `$@' is valid only in the build dir, not after we've done 
18833         `cd $srcdir'.  Also use `test -f' instead of less portable
18834         `test -e'.
18835
18836 Fri Sep  3 15:59:56 1999  Owen Taylor  <otaylor@redhat.com>
18837
18838         * gtk/gtktext.c (correct_cache_insert): Rewrite
18839          for simplicity, and hopefully correctness.
18840          (Fixes bug #1322, which was a segfault when
18841           on some insertions with the properties around
18842           the insertion set up just wrong.)
18843
18844         * gtk/gtktext.c (gtk_text_adjustment): When we receive
18845          a "changed" signal, clamp the new value to the adjustment
18846          bounds to avoid segfaulting if someone tries to change
18847          the adjustment to a bogus value. (Bug #1795)
18848
18849 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
18850
18851         * gtk/gtkmain.c: Ignore unexpected destroy notifies
18852         for children, for toplevel windows handle them
18853         like delete_event.
18854
18855         * gtk/gtkplug.c: Add an unrealize handler so that
18856         we unref plug->socket_window when we are done
18857         with it.
18858
18859 Fri Sep  3 14:52:54 1999  Owen Taylor  <otaylor@redhat.com>
18860
18861         * gtk/gtktext.c (clear_area): Fix stupid signedness
18862          problem that was causing background to sometimes
18863          be misaligned.
18864
18865 Fri Sep  3 12:26:33 1999  Owen Taylor  <otaylor@redhat.com>
18866
18867         [ Fixes pointed out by Ettore Perazzoli <ettore@comm2000.it> ]
18868         
18869         * gtk/gtkmenu.c (gtk_menu_position): Make
18870          sure we never position menus with negative x, y,
18871          since gtk_widget_set_uposition() can't handle that.
18872
18873         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu):
18874          Modify the positioning code a bit so that we always
18875          put the top-left corner onscreen. (This is for
18876          UI reasons, gtk_menu_position() now takes care of
18877          gtk_widet_set_uposition() brokeness.)
18878
18879 Fri Sep  3 03:06:30 1999  Tim Janik  <timj@gtk.org>
18880
18881         * gtk/Makefile.am: fixed up things for -jx, x > 1.
18882
18883 Sun Sep  5 08:48:51 1999  Owen Taylor  <otaylor@redhat.com>
18884
18885         * gtk/gtkwidget.c (gtk_widget_modify_style): Ref the
18886           RC style that is passed in. The lack of the ref
18887           before was a bug. If people worked around this
18888           bug, this will introduce a slight memory leak
18889           in their code. The code should typically look like:
18890
18891             rc_style = gtk_rc_style_new ();
18892             [...]
18893             gtk_widget_modify_style (widget, rc_style);
18894             gtk_rc_style_unref (rc_style);
18895
18896         * gtk/gtkwidget.c (gtk_widget_modify_style): Reset
18897           the style if it was already set.
18898
18899         * gtk/gtkwidget.c (gtk_widget_set_name): Only set the
18900           style if it was set before.
18901
18902 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
18903
18904         * gtk/testgtk.c (main): Add a check to see if we
18905           are being run from the correct directory and
18906           to quit nicely if we are not.
18907
18908         * gtk/gtkrc.c (gtk_rc_slist_remove_all): Make function
18909           static.
18910
18911 Thu Sep  2 23:00:03 1999  Tim Janik  <timj@gtk.org>
18912
18913         * gtk/gtkenums.h (GtkWindowPosition): added GTK_WIN_POS_CENTER_ALWAYS.
18914
18915         * gtk/gtkwindow.c:
18916         queue resizes unconditionally (gtk_widget_queue_resize will figure
18917         what to do if the window is not realized).
18918         (gtk_window_move_resize): only recenter the window
18919         for GTK_WIN_POS_CENTER_ALWAYS.
18920         (gtk_window_compute_reposition): handle GTK_WIN_POS_CENTER_ALWAYS in
18921         the same way as GTK_WIN_POS_CENTER.
18922
18923 Thu Sep  2 22:39:27 1999  Tim Janik  <timj@gtk.org>
18924
18925         * gtk/gtkwindow.c (gtk_window_reposition): check for the last position
18926         with (!(info->last_flags & GDK_HINT_POS)) instead of
18927         (!info->last_flags & GDK_HINT_POS).
18928
18929         * gtk/gtkwindow.c (gtk_window_move_resize): constrain new_width and
18930         new_height unconditionally, because we use these values even if
18931         !default_size_changed && !hints_changed.
18932         comented the (default_size_changed || hints_changed) case with
18933         respect to resize rejects from the window manager.
18934
18935         * gtk/gtkwindow.c (gtk_window_move_resize): save info->last values
18936         in the zvt condition hack, since this includes the window hints, set
18937         the hints after the handling_resize case.
18938
18939         * gtk/gtkwindow.c (gtk_window_show): constrain the default size that a
18940         window is initially shown with to the geometry.
18941
18942 Thu Sep  2 07:38:56 1999  Tim Janik  <timj@gtk.org>
18943
18944         * gtk/gtkwindow.c (gtk_window_move_resize):
18945         s/size_changed/default_size_changed/g so i know what's
18946         really going on (frying brain on smaller flame now).
18947
18948 Thu Sep  2 05:47:47 1999  Tim Janik  <timj@gtk.org>
18949
18950         * gtk/gtkwindow.c (gtk_window_move_resize): queue a new resize if
18951         we have size_changed upon handling_resize. this is a gross
18952         workaround for the broken zvt widget and should be removed in
18953         1.3 again (search for FIXME).
18954         Owen provided an accurate comment for this:
18955
18956         /* We could be here for two reasons
18957          *  1) We coincidentally got a resize while handling
18958          *     another resize.
18959          *  2) Our computation of size_changed was completely
18960          *     screwed up, probably because one of our children
18961          *     is broken. It's probably a zvt widget.
18962          *
18963          * For 1), we could just go ahead and ask for the
18964          * new size right now, but doing that for 2)
18965          * might well be fighting the user (and can even
18966          * trigger a loop). Since we really don't want to
18967          * do that, we requeue a resize in hopes that
18968          * by the time it gets handled, the child has seen
18969          * the light and is willing to go along with the
18970          * new size. (this happens for the zvt widget, since
18971          * the size_allocate() above will have stored the
18972          * requisition corresponding to the new size in the
18973          * zvt widget)
18974          *
18975          * This doesn't buy us anything for 1), but it shouldn't
18976          * hurt us too badly, since it is what would have
18977          * happened if we had gotten the configure event before
18978          * the new size had been set.
18979          */
18980
18981 Wed Sep  1 20:46:11 1999  Owen Taylor  <otaylor@redhat.com>
18982
18983         * gtk/gtkrc.c: deal properly with the fact that RC
18984           style lists may include rc styles more than once.
18985
18986         * gtk/gtkrc.c (gtk_rc_append_pixmap_path): Removed
18987           unused static function.
18988
18989         * gtk/gtkrc.c (gtk_rc_find_pixmap_in_path): Keep a
18990           stack of directories of RC files currently being
18991           parsed and implicitely add them to pixmap path.
18992           
18993           This fixes a bug where the directory would get
18994           appended then overwritten by pixmap_path declarations.
18995
18996           (bug #1462, from Peter Wainright <prw@wainpr.demon.co.uk>)
18997
18998         * gtk/gtkthemes.c (gtk_theme_engine_unref): Call
18999           theme's exit function. (Patch from Peter Wainwright,
19000           bug #1454)
19001
19002         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy):
19003           Add a destroy() handler to take care of removing
19004           group for menu item. (Fixes bug #1197)
19005
19006         * gtk/gtkwidget.c (gtk_widget_size_request): Fixed thinko
19007           in warning message.
19008
19009 Wed Sep  1 21:27:42 1999  Tim Janik  <timj@gtk.org>
19010
19011         * gtk/gtkwindow.c (gtk_window_move_resize): don't require a server
19012         roundtrip to figure window's width and height, since we know that
19013         anyways from widget->allocation.
19014
19015 Wed Sep  1 12:37:44 1999  Owen Taylor  <otaylor@redhat.com>
19016
19017         * gtk/gtkwindow.c (gtk_window_move_resize): Compute
19018           the hints after we request the new size.
19019
19020 Wed Sep  1 10:38:37 1999  Owen Taylor  <otaylor@redhat.com>
19021
19022         * gtk/gtkwindow.c (gtk_window_compute_hints): Removed
19023           GTK_WIDGET_REALIZED() assertion - we can compute the
19024           hints before we are realized.
19025
19026         * gtk/gtkwindow.c (gtk_window_move_resize): Reorder
19027           hint changing so that we have a value of hints_changed
19028           when we decide whether to constrain the window size.
19029
19030         * gtk/gtkwindow.c (gtk_window_move_resize): Spelling fix.
19031
19032         * gtk/gtkwindow.c (gtk_window_constrain_size): cleanups,
19033         change back to G_MAXINT.
19034
19035 Wed Sep  1 06:54:59 1999  Tim Janik  <timj@gtk.org>
19036
19037         * gtk/gtkwindow.c (gtk_window_get_geometry_info): zero initialize
19038         new GtkWindowGeometryInfo, so fields like GdkGeometry geometry
19039         contain uncluttered values.
19040         (gtk_window_compute_hints): simply assert that window is realized
19041         and that geometry_info is valid, since we rely on this anyways.
19042         (gtk_window_constrain_size): major cleanups to the code.
19043         if (flags & GDK_HINT_BASE_SIZE) use geometry's base width and height
19044         for the base size, instead of the minimums. use 32767 as max width
19045         and height (like in gtkwindow.c) instead of G_MAXINT.
19046
19047 Wed Sep  1 04:41:25 1999  Tim Janik  <timj@gtk.org>
19048
19049         * cleaned up the GtkContainer.need_resize flag handling mess, we
19050         only need to force resize requests when we were prematurely
19051         realized, or our widget tree was modified when we were temporarily
19052         hidden. handling these cases directly upon showing the window (i.e.
19053         while the GdkWindow is still unmapped) avoids the need to wait for
19054         a configure event response and therefore makes the GUI more snappier
19055         and avoids blank windows during the roundtrip.
19056
19057         * gtk/gtkwidget.c:
19058         (gtk_widget_hide): 
19059         (gtk_widget_show): don't queue resizes on toplevels, they know how
19060         to deal with matters.
19061
19062         * gtk/gtkcontainer.c (gtk_container_queue_resize): set the ->need_resize
19063         flag directly for not visible resize containers and spare us unecessary
19064         signal emissions.
19065
19066         * gtk/gtkwindow.c:
19067         (gtk_window_realize): if we need to enforce premature size allocation,
19068         queue a container resize so we are correctly resized later on.
19069         (gtk_window_init):
19070         (gtk_window_size_request):
19071         don't freak around with the ->need_resize flag,
19072         gtk_container_queue_resize() will care about that.
19073         (gtk_window_show):
19074         handle initial resizing issues here, we can handle matters better in
19075         this place, especially since we know that our GdkWindow is still
19076         unmapped.
19077         (gtk_window_move_resize):
19078         don't care about ->need_resize at all.
19079         handle size changes properly that occoured while we waited for a
19080         configure event.
19081
19082 Tue Aug 31 15:58:46 1999  Owen Taylor  <otaylor@redhat.com>
19083
19084         * gtk/gtkwidget.c (gtk_widget_set_uposition):
19085         * gtk/gtkwindow.[hc] (gtk_window_reposition):
19086         Move the hint setting code from gtk_widget_set_uposition
19087         to here; set the hints so that we respect any previously
19088         set geometry hints.
19089
19090         * gtk/gtkwindow.c (gtk_window_compute_reposition): Don't
19091         change the window hints here or move the window here,
19092         let that happen in gtk_window_move_resize().
19093
19094 Tue Aug 31 06:58:52 1999  Tim Janik  <timj@gtk.org>
19095
19096         * gtk/gtkwidget.c (gtk_widget_event): when discarding exposes due
19097         to already queued resizes (and therefore redraws) on a widget, check
19098         its anchestry as well.
19099
19100         * gtk/gtkcontainer.c:
19101         (gtk_container_queue_resize): clear resize widgets for resize
19102         containers before aborting prematurely. this is especially important
19103         for toplevels which may need imemdiate processing or their resize
19104         handler to be queued.
19105         (gtk_container_dequeue_resize_handler): added new internal function for
19106         gtkwindow.c.
19107
19108         * gtk/gtkwindow.c (gtk_window_move_resize): if we are resizing due to a
19109         configure event, take possible changes in window position into account
19110         as well.
19111         if we request a new window size, queue up a resize handler that will
19112         last until the configure event response arrives.
19113         combined the ->need_resize case (initial show) with the general size
19114         (hints) changed case and added even more comments.
19115         if !auto_shrink, only revert to the old allocation if the new size
19116         is smaller than the current allocation.
19117
19118 Tue Aug 31 11:55:20 1999  Owen Taylor  <otaylor@redhat.com>
19119
19120         * gtk/gtkwindow.c (gtk_window_set_arg, gtk_window_set_policy,
19121                            gtk_window_set_geometry_hints
19122                            gtk_window_set_default_size):
19123         When hints are set, queue a resize so that the hints will
19124         be eventually reset on the toplevel.
19125
19126         * gtk/gtkwindow.c (gtk_window_show): Use
19127         gtk_window_compute_default_size(). Clear the need_resize flag
19128         on the initail map so that we don't unnecessarily trigger the
19129         resize code.
19130
19131         * gtk/gtkwindow.c (gtk_window_move_resize): Split apart
19132         into separate functions. Compare the hints we are setting
19133         with what we set last time so that we can accurately
19134         tell when we need to reset the hints.
19135
19136         * gtk/gtkwindow.c (gtk_window_compute_default_size): New
19137         function to figure out the size from requisition
19138         and default_size.
19139
19140         * gtk/gtkwindow.c (gtk_window_constrain_size): Function
19141         from fvwm to constrain a size to the geometry hints.
19142
19143         * gtk/gtkwindow.c (gtk_window_compare_hints): New function
19144         to compare two sets of geometry hints.
19145
19146         * gtk/gtkwindow.c (gtk_window_compute_hints): Renamed
19147         from gtk_window_set_hints(), just compute the hints,
19148         don't set them.
19149
19150         * gtk/gtkwindow.c (gtk_window_compute_reposition): Move
19151         code from gtk_window_move_resize() to separate function,
19152         rationalize a bit.
19153
19154 Tue Aug 31 13:05:03 1999  Owen Taylor  <otaylor@redhat.com>
19155
19156         * gtkrc.h: Move the ref_count member out of the GtkRcStyle
19157         structure into a new private structure.
19158
19159         * gtkrc.c: Split GtkRcStyle into public/private.
19160         In the private part, add a list of pointers to the
19161         RcStyle lists this RcStyle participates in.
19162
19163         * gtkrc.c: When a RcStyle is free, remove all
19164         lists referencing it from the 
19165         realized_style_ht hash, and free those lists.
19166         
19167         * gtk/gtkrc.c (gtk_rc_clear_styles): Don't call
19168         gtk_rc_init(), since that adds the default styles
19169         to the list of parsed RC files again.
19170
19171         * gtk/gtkrc.c: Use gtk_rc_style_find() consistently.
19172         
19173 Thu Aug 26 14:14:42 1999  Tim Janik  <timj@gtk.org>
19174
19175         * gtk/gtkwidget.c (gtk_widget_size_allocate): reactivated the sanity
19176         checks that ensure that a widget's allocation is at least 1 in width
19177         and height. (GNOME note: this doesn't affect old panel code anymore,
19178         because GtkSocket will request width and height of at least 1 since
19179         Fri Jul 23).
19180
19181         * gtk/gtkwindow.c (gtk_window_realize): if the widget hasn't been
19182         allocated yet (happens if the user realizes the window prematurely),
19183         size request and allocate it.
19184         (gtk_window_size_allocate): guard against guint underflows.
19185
19186 Wed Aug 25 19:01:36 1999  Lars Hamann  <lars@gtk.org>
19187
19188         * gtk/Makefile.am (gtk_built_sources): reordered stamp-gtk.defs
19189         in gtk_built_sources, so gtk.defs gets built prior to all other
19190         sources.
19191
19192 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
19193
19194         * gtk/Makefile.am:
19195         invoke indent on gtkmarshal.*. 
19196         rewrote source generation rules, use COPYING as oldest source tag for
19197         a piggyback rule to generate all sources from (don't touch it ;).
19198         major cleanups, strip spaces on build rules for GNU Make.
19199
19200         * gtk/genmarshal.pl: don't operate on hardcoded filenames but take
19201         source and target files from commandline arguments. don't invoke indent.
19202
19203 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
19204
19205         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
19206         notebook after switch to avoid drawing problems.
19207         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
19208         
19209         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
19210         show them instead. 
19211         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
19212
19213 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
19214
19215         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
19216         notebook after switch to avoid drawing problems.
19217         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
19218         
19219         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
19220         show them instead. 
19221         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
19222
19223 Wed Aug 18 09:20:10 1999  Tim Janik  <timj@gtk.org>
19224
19225         * gtk/gtkwindow.c:
19226         we use window->need_resize from configure_event now, to indicate that
19227         the gtkwindow should keep its allocation (e.g. because the user resized
19228         the window through window manager handles). resize_count is now reliably
19229         used to figure whether we got the allocation we requested from the
19230         window manager.
19231         configure events get queued as resizes now, the real stuff (size
19232         computation and allocation) now only goes on in gtk_window_move_resize().
19233         GtkWindow's requisition now contains its *real* requisition (like all
19234         other widgets), *not* taking usize into account.
19235         geometry_info->last_{width|height} is now updated from set_hints() only
19236         so it always contains the last hints we set for the window manager.
19237         made some event handlers return TRUE instead of FALSE.
19238         the overall code should be much more straight forward now, and the
19239         significant code portions are accompanied by comments now.
19240         (gtk_window_set_hints):
19241         removed requisition argument and made it
19242         fetch the requisition through gtk_widget_get_child_requisition.
19243         we also don't move the gdkwindow here anymore, gtk_window_move_resize()
19244         does that now.
19245         (gtk_window_show):
19246         ensure that the widget is realized before calling 
19247         gtk_container_check_resize() (and thus gtk_window_move_resize()), also
19248         ensure that we got properly size requested and allocated before
19249         realization.
19250         (gtk_window_configure_event):
19251         ignore plain window moves, or reallocate the widget tree through the
19252         resize queue otherwise.
19253         (gtk_window_move_resize):
19254         mostly rewrote this function to figure window manager hints more
19255         reliably, coalesce window moves and resizes to reduce configure events
19256         and do actuall size allocations.
19257
19258 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
19259
19260         * gtk/gtkwidget.c (gtk_widget_event): discard expose events for widgets
19261         that have a resize pending, because a redraw is already queued for them.
19262
19263         * gtk/gtkcontainer.c: removed ugly connect_to ::size_allocate signal
19264         hack to clear resize_widgets.
19265
19266         * gtk/gtkwidget.c (gtk_widget_size_allocate): call clear_resize_widgets
19267         for resize containers prior to size allocation. (this is also a bit
19268         ugly, but avoids side effects for stopped emissions and is thus more
19269         reliable).
19270         (gtk_widget_unparent): removed disconnect call for clear_resize_widgets.
19271
19272         * gtk/gtktooltips.c (gtk_tooltips_paint_window): renamed this
19273         function from gtk_tooltips_expose, as we connect to ::expose_event
19274         *and* ::draw now.
19275
19276 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
19277
19278         * gtk/gtkselection.c (gtk_target_list_ref): Added missing sanity
19279         checks.
19280         (gtk_target_list_unref): Likewise.
19281
19282         * gtk/gtkthemes.c (gtk_theme_engine_unref): Likewise.
19283
19284 Tue Aug 17 15:47:07 1999  Owen Taylor  <otaylor@redhat.com>
19285
19286         * gtk/gtkcolorsel.c (gtk_color_selection_draw_value_bar):
19287         guard against division by zero. (Fixes bug #1339)
19288
19289 Tue Aug 17 10:56:49 1999  Owen Taylor  <otaylor@redhat.com>
19290
19291         * gtk/gtkentry.c (gtk_move_{forward,backward}_word): 
19292         Prevent the trivial leak of information of allowing
19293         word motion when the entry is not visible.
19294
19295 Tue Aug 17 10:28:52 1999  Owen Taylor  <otaylor@redhat.com>
19296
19297         * gtk/gtkfilesel.c (gtk_file_selection_fileop_error): Propagate
19298         modality to error dialog as well as confirmation dialogs.
19299         (Bug #1803, reported by Rosanna Wing Sze Yuen)
19300
19301 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
19302
19303         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): Honor
19304         tree->view_lines.
19305         (gtk-guy-990611-3.patch: Guy Harris <guy@netapp.com>)
19306
19307         * gtk/Makefile.am (install-data-local): Solaris apparently
19308         has various troubles with ln -f; use rm first instead.
19309         (gtk-guy-990611-2.patch: Guy Harris <guy@netapp.com>)
19310
19311 1999-07-30  Raja R Harinath  <harinath@cs.umn.edu>
19312
19313         * gtk/Makefile.am (stamp-m): Don't `mv' from builddir to srcdir,
19314         use `cp' followed by `rm' (the `rm' was already there).
19315
19316 July 30, 1999 Elliot Lee <sopwith@redhat.com>
19317         
19318         * configure.in: Fix autoconf warnings about cross compilation by
19319         trying to provide sane defaults for AC_TRY_RUN.
19320         * gtk/Makefile.am: If we refer to gtkmarshal.[ch] in $(srcdir),
19321         put them into $(srcdir) when generated. Also add a dependency of
19322         gtksignal.h on gtkmarshal.h for -j builds. 
19323         * gtk/gtk(dnd,style,gamma).c: Minor warning fixes.
19324
19325 Wed Jul 28 09:29:19 1999  Owen Taylor  <otaylor@redhat.com>
19326
19327         * gtk/gtkmain.c (gtk_main_iteration_do): Added missing
19328         GDK_THREADS_{LEAVE,ENTER} pair.
19329         (From Paul Fisher <pnfisher@redhat.com>)
19330
19331 Fri Jul 23 01:00:15 1999  Tim Janik  <timj@gtk.org>
19332
19333         * gtk/gtksocket.c (gtk_socket_size_request): asure that the requested
19334         width and height are always >0 (owen).
19335
19336 Fri Jul 23 00:00:47 1999  Tim Janik  <timj@gtk.org>
19337
19338         * gtk/gtkwidget.c (gtk_widget_size_allocate): backed out my recent
19339         change that assured that a widget's allocated with and height are
19340         always >1, since this breaks *buggy* panel code. unfortunately this
19341         back-breaks the gimp's color selector.
19342
19343         * gtk/gtkdrawingarea.c (gtk_drawing_area_size_allocate): asure that our
19344         allocation is always >0 in width and height, before sending the
19345         configure event; this is a *gross* hack to get the gimp back to work.
19346         
19347         * marked both cases with TODO-1.3
19348
19349 Wed Jul 21 15:47:39 1999  Owen Taylor  <otaylor@redhat.com>
19350
19351         * gtk/gtktext.c: Don't display wrap indicators when
19352         text is not editable and word wrap is on.
19353
19354 Wed Jul 21 08:21:40 1999  Tim Janik  <timj@gtk.org>
19355
19356         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): special case
19357         option menus here as they are not derived from menu shell, assure that
19358         the option menu has a menu we can add items to.
19359
19360 Tue Jul 20 23:29:48 1999  Tim Janik  <timj@gtk.org>
19361
19362         * gtk/gtknotebook.c (gtk_notebook_page_allocate): convert allocation->
19363         width/height to (gint) before calculations and check against < 0 to
19364         avoid guint wraparounds.
19365
19366 Sun Jul 18 00:35:49 1999  Tim Janik  <timj@gtk.org>
19367
19368         * gtk/gtkwidget.c (gtk_widget_size_allocate): ensure that the allocated
19369         width and height is never zero. sanity check both dimensions against
19370         32767 and issue a warning if the allocation is greater than that.
19371
19372 Wed Jul  7 15:03:30 1999  Owen Taylor  <otaylor@redhat.com>
19373
19374         * gtk/gtkmain.c (gtk_events_pending): Unlock around call
19375         to g_main_pending() as well.
19376
19377 Wed Jul  7 14:59:01 1999  Owen Taylor  <otaylor@redhat.com>
19378
19379         * gtk/gtkmain.c (gtk_main_iteration): Unlock around
19380         call to g_main_iteration() - since that will regrab
19381         GTK+ lock to process events.
19382
19383 Thu Jul  1 15:01:55 1999  Owen Taylor  <otaylor@redhat.com>
19384
19385         * gtk/gtkwindow.c
19386         - Regularize with the rest of GTK+ by making widget->requisition
19387           not reflect the set_usize()
19388         - Always recompute geometry hints, then check if they
19389           changed before sending them to the X server. The
19390           previous checks for changes would fail in a number
19391           of circumstances. 
19392
19393 Thu Jul  1 11:55:59 1999  Owen Taylor  <otaylor@redhat.com>
19394
19395         * gtk/gtkstyle.c: Include <stdlib.h> for strcmp().
19396
19397 Wed Jun 30 19:26:36 1999  Owen Taylor  <otaylor@redhat.com>
19398
19399         * gtk/gtkdnd.c:
19400         - Code cleanups
19401         - Instantaneously update on modifier key presses
19402         - Allow cancellation of the drag with Escape.
19403
19404 Tue Jun 29 17:04:09 1999  Owen Taylor  <otaylor@redhat.com>
19405
19406         * gtk/testgtk.c (create_handle_box): Set the policy
19407         to auto_shrink - otherwise the appearance is rather
19408         strange when flipping between horizontal and vertical.
19409
19410 Mon Jun 28 09:29:52 1999  Tim Janik  <timj@gtk.org>
19411
19412         * gtk/gtkwindow.c: add ::default_width and ::default_height arguments.
19413         (gtk_window_set_default_size): don't change a value if it's < 0.
19414         queue a resize.
19415
19416 Sun Jun 27 11:00:33 1999  Tim Janik  <timj@gtk.org>
19417
19418         * gtk/gtktext.c (gtk_text_insert): don't segfault on NULL inserts.
19419
19420 Mon Jun 28 12:08:25 1999  Owen Taylor  <otaylor@redhat.com>
19421
19422         * gtk/gtkfilesel.c (cmpl_completion_fullname): Don't
19423         add an extra "/" when concating "/" + filename.
19424         (From Matt Grossman <mattg@oz.net>)
19425
19426 Mon Jun 28 10:57:12 1999  Owen Taylor  <otaylor@redhat.com>
19427
19428         * gtk/gtkctree.c (draw_cell_pixmap): Reset clip mask
19429         for fg_gc if we set it for drawing pixmap.
19430
19431 Tue Jun 15 12:45:12 1999  Owen Taylor  <otaylor@redhat.com>
19432
19433         Fixes from Peter Wainwright <prw@wainpr.demon.co.uk>
19434         
19435         * gtk/gtkrc.c (gtk_rc_parse_engine): If rc_style->engine is
19436         already set, call old engine's destroy function and
19437         unref the old engine.
19438
19439 Thu Jun 10 17:59:38 1999  Tim Janik  <timj@gtk.org>
19440
19441         * gtk/gtkdrawingarea.c (gtk_drawing_area_size): queue a resize.
19442
19443 Wed Jun  9 15:13:16 1999  Tim Janik  <timj@gtk.org>
19444
19445         * gtk/gtkaccelgroup.h: mark certain functions as internal.
19446
19447 Wed Jun  9 13:48:28 1999  Tim Janik  <timj@gtk.org>
19448
19449         * gtk/gtkpreview.c (gtk_preview_set_expand): queue a resize if the
19450         expand behaviour changed.
19451
19452         * gtk/gtklabel.c (gtk_label_set_pattern):
19453         (gtk_label_set_justify):
19454         (gtk_label_set_line_wrap):
19455         don't bother invoking queue_clear, the reallocation does
19456         that for us, always free_words so the upcoming resize will
19457         relayout the label's contents.
19458
19459 Wed Jun  9 12:50:48 1999  Tim Janik  <timj@gtk.org>
19460
19461         * applied argument implementation patches from Elena Devdariani
19462         <elena@cogent.ca>.
19463
19464         * gtk/gtktoolbar.c: ::orientation, ::toolbar_style, ::space_size,
19465         ::space_style, ::relief
19466         * gtk/gtkruler.c: ::lower, ::upper, ::position, ::max_size
19467         * gtk/gtkpreview.c: ::expand
19468         * gtk/gtkpaned.c: ::handle_size, ::gutter_size
19469         * gtk/gtknotebook.c: ::homogeneous
19470         * gtk/gtklabel.c: ::wrap
19471         * gtk/gtklist.c: ::selection_mode
19472         * gtk/gtkhandlebox.c: ::handle_position, ::snap_edge
19473         * gtk/gtkcurve.c: ::curve_type, ::min_x, ::max_x, ::min_y, ::max_y
19474         * gtk/gtkcolorsel.c: ::update_policy, ::use_opacity
19475         * gtk/gtkclist.c: ::sort_type
19476         * gtk/gtkcheckmenuitem.c: ::active, ::show_toggle
19477         * gtk/gtkaspectframe.c: ::xalign, ::yalign, ::ratio, ::obey_child
19478
19479 Tue Jun  1 23:38:38 1999  Owen Taylor  <otaylor@redhat.com>
19480
19481         * gtk/gtkstyle.c: Removed ill-thought-out part of last
19482         comment.
19483
19484 Tue Jun  1 23:30:09 1999  Owen Taylor  <otaylor@redhat.com>
19485
19486         * gtk/gtkstyle.c (gtk_style_attach): Get the reference
19487         counting right when we have to attach a new style
19488         for a different visual. (Chi-Deok Hwang <cdhwang@sr.hei.co.kr>)
19489
19490         * gtk/gtkstyle.c: Documented the refcounting
19491         peculularities of gtk_style_attach.
19492
19493 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
19494
19495         * gtk/gtkwindow.c (gtk_window_new): added return if fail for invalid
19496         window types.
19497
19498         * examples/packer/pack.c (main): use GTK_WINDOW_TOPLEVEL instead
19499         of GTK_TOPLEVEL for creating the window.
19500
19501 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
19502
19503         * gtk/gtkmain.c (gtk_init_check): don't segfault when --gtk-module is
19504         the last argument (reported by Per Winkvist).
19505         
19506 Tue May 25 13:13:12 1999  Owen Taylor  <otaylor@redhat.com>
19507
19508         Fixes for invisible XOR lines (Frank Loemker
19509         <floemker@TechFak.Uni-Bielefeld.DE>)
19510         
19511         * gtk/gtkclist.c (gtk_clist_realize): Always use
19512         a non-zero pixel for GDK_XOR.
19513
19514         * gtk/gtkvpaned.c gtk/gtkhpaned.c: 
19515         Use GDK_INVERT instead of GDK_XOR.
19516
19517 Wed May 12 21:56:40 1999  Lars Hamann  <lars@gtk.org>
19518
19519         * gtk/gtkclist.c (adjust_adjustments): signal emit value_changed
19520         signals if h/voffsets differ from adjustment values.
19521         Reportet by Jerome Bolliet <bolliet@in2p3.fr>
19522
19523 Mon May 10 04:20:41 1999  Tim Janik  <timj@gtk.org>
19524
19525         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): propagate
19526         ::selection-done emissions up to the topmost menu shell.
19527
19528 Fri May  7 10:15:14 1999  Owen Taylor  <otaylor@redhat.com>
19529
19530         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): Unset
19531         the user data on the window before destroying it.
19532
19533         * gtk/gtknotebook.c (gtk_notebook_unrealize): Add an
19534         unrealize handler to take care of destroying 
19535         notebook->panel properly. 
19536         (Bug #1198 - Morten Welinder <terra@diku.dk>)
19537
19538         * gtk/gtktext.c (expand_scratch_buffer): Fix reversal
19539         of g_new and g_realloc to stop memory leak. (Actually,
19540         we could just use g_realloc(), but I'm not 100% sure
19541         that is portable).
19542         (Bug #1196 - Morten Welinder <terra@diku.dk>)
19543
19544 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
19545
19546         * gtk/gtkplug.h: Removed stray GtkPlugButton declaration.
19547
19548         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
19549         for fontsets.
19550
19551         * gtk/gtkbutton.c (gtkbutton_expose): Fix warning
19552         with bin/button confusion.
19553
19554 Thu May  6 04:53:26 1999  Tim Janik  <timj@gtk.org>
19555
19556         * gtk/testgtk.c: in the ItemFactory test, link radio items together,
19557         and show how preselection of radio items is done.
19558
19559 Sun May  2 13:31:14 1999  Tim Janik  <timj@gtk.org>
19560
19561         * gtk/gtktreeitem.c (gtk_tree_item_set_subtree): 
19562         * gtk/gtktree.c (gtk_tree_add) (gtk_tree_insert):
19563         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): 
19564         * gtk/gtkpaned.c (gtk_paned_pack2) (gtk_paned_pack1):
19565         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_add): 
19566         * gtk/gtktable.c (gtk_table_attach): 
19567         * gtk/gtklist.c (gtk_list_insert_items): 
19568         * gtk/gtkmenushell.c (gtk_menu_shell_insert): 
19569         * gtk/gtknotebook.c (gtk_notebook_insert_page_menu): 
19570         * gtk/gtkpacker.c (gtk_packer_add_defaults) (gtk_packer_add): 
19571         * gtk/gtkbin.c (gtk_bin_add): 
19572         * gtk/gtkbox.c (gtk_box_pack_start) (gtk_box_pack_end): 
19573         * gtk/gtkfixed.c (gtk_fixed_put): 
19574         * gtk/gtklayout.c (gtk_layout_put):
19575         general fixups to container_add logic. always realize child if
19576         child->parent is realized, only map the child and queue a resize
19577         if child and child->parent are both visible.
19578
19579 Fri Apr 30 09:02:28 1999  Tim Janik  <timj@gtk.org>
19580
19581         * gtk/gtkwidget.c (gtk_widget_real_unrealize): use gtk_container_forall
19582         instead of gtk_container_foreach to walk and unrealize children, so
19583         composite children get also unrealized.
19584         (gtk_widget_real_show): don't call gtk_widget_map() if we don't need to.
19585         (gtk_widget_map): assert that the widget is visible (basic constrain).
19586         (gtk_widget_real_map): assert that the widget is realized (basic
19587         constrain).
19588
19589 Fri Apr 29 00:53:20 1999  Tim Janik  <timj@gtk.org>
19590
19591         * gtk/gtkbindings.c (gtk_pattern_spec_init): plugged a memory leak.
19592
19593 Tue May  4 09:32:08 1999  Owen Taylor  <otaylor@redhat.com>
19594
19595         * gtk/Makefile.am gtk/gtkrc.iso-8859-2: Add a gtkrc
19596         file for iso-8859-2 locales.
19597
19598         * configure.in (ALL_LINGUAS): ALL_LINGUAS update.
19599
19600 Tue Apr 27 16:38:32 1999  Owen Taylor  <otaylor@redhat.com>
19601
19602         * gtk/Makefile.am: Fix typo of static_sources for static_SOURCES.
19603          (Pointed out by andy@rz.uni-karlsruhe.de and others).
19604          Remove some suspicious and useless lines. 
19605
19606 Tue May  4 08:44:08 1999  Owen Taylor  <otaylor@redhat.com>
19607
19608         * gtk/gtkclist.c (gtk_clist_draw, draw_rows): Use 
19609         width,height = 0, 0 to mean - here to edge of window,
19610         instead of -1, -1, since the former is all we support.
19611
19612 Tue May  4 08:34:43 1999  Owen Taylor  <otaylor@redhat.com>
19613
19614         * gtk/gtkmain.c (gtk_main): Correctly free list nodes
19615         when removing from quit_functions list.
19616
19617 Tue Apr 27 14:17:16 1999  Tim Janik  <timj@gtk.org>
19618
19619         * gtk/gtkpacker.c (gtk_packer_size_request): remove unused variable.
19620
19621 Tue Apr 27 18:23:35 1999  Owen Taylor  <otaylor@redhat.com>
19622
19623         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): 
19624          When redrawing characters on non-visible entry, use appropriate
19625          '*' character. (Bug #1130 - Jean-Marc Jacquet <jm@littleigloo.org>)
19626
19627 Tue Apr 27 01:31:40 1999  Lars Hamann  <lars@gtk.org>
19628
19629         * gtk/gtkclist.c (drag_dest_cell): compute destination cell
19630         from drag coordinates.
19631         (gtk_clist_drag_data_received) (gtk_clist_drag_motion):
19632         use drag_dest_cell.
19633
19634         * gtk/gtktree (drag_dest_cell)
19635         (gtk_ctree_drag_data_received) (gtk_ctree_drag_motion): likewise.
19636         (Bug #1129)
19637
19638 Wed Apr 21 21:26:11 1999  Tim Janik  <timj@gtk.org>
19639
19640         * gtk/gtkitemfactory.c (gtk_item_factory_init): properly initialize
19641         translate_* fields.
19642         (gtk_item_factory_finalize): invoke translate_notify independant from
19643         translate_data.
19644         (gtk_item_factory_set_translate_func): likewise.
19645         (gtk_item_factory_destroy): only remove ifactory pointer from those
19646         widgets that belong to us (stupid me).
19647
19648 Mon Apr 19 12:05:31 1999  Owen Taylor  <otaylor@redhat.com>
19649
19650         * gtk/gtkrc.c (gtk_rc_style_init): Fixed leak of
19651         rc_style list when lookup succeeeds.
19652
19653 Thu Apr 15 01:11:24 1999  Lars Hamann  <lars@gtk.org>
19654
19655         * gtk/gtkctree.c (resync_selection): 
19656         * gtk/gtkclist.c (resync_selection): fixed undo_selection bug.
19657         * gtk/gtkclist.c (gtk_clist_button_release): fixed resync_selection
19658         bug.
19659
19660 Fri Apr  9 19:22:19 1999  Owen Taylor  <otaylor@redhat.com>
19661
19662         * gtk/gtkcolorsel.c gtk/gtkdnd.c gtk/gtkmenuitem.c:
19663         Add some missing GDK_THREADS_ENTER()/LEAVE around
19664         timeouts. (Patches from Sebastian Wilhelmi <wilhelmi@ira.uka.de>)
19665
19666 Thu Apr  8 20:10:33 1999  Tim Janik  <timj@gtk.org>
19667
19668         * gtk/gtkentry.c (gtk_entry_key_press): use gtk_widget_activate()
19669         rather than emit_by_name.
19670
19671         * gtk/gtkeditable.c (gtk_editable_insert_text): keep a reference
19672         on the widget across multiple signal emissions.
19673         (gtk_editable_delete_text): same here.
19674         (gtk_editable_class_init): set widget_class->activate_signal after
19675         editable_signals[ACTIVATE] has been created.
19676
19677 Wed Apr  7 22:59:47 1999  Owen Taylor  <otaylor@redhat.com>
19678
19679         * gtk/gtkpaned.c (gtk_paned_set_position): Don't clamp
19680         position here prematurely -- we might not have the
19681         right ->min_position and ->max_position yet.
19682
19683 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
19684
19685         * gtk/gtkselection.c gdk/gdkselection.c: (gtk_selection_request):
19686         Add error traps so if the other end of the connection
19687         dies, we survive.
19688
19689         * gtk/gtkselection.c (gtk_selection_notify): Clean
19690         up properly when selection property retrieval fails.
19691         
19692         * gtk/gtkselection.c (gtk_selection_request): Correctly
19693         reject SelectionRequest notifies where the handler
19694         returns no data.
19695
19696 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
19697
19698         * gtk/gtkdnd.c (gtk_drag_dest_leave): Only unhighlight
19699         when we've previously highlighted.
19700
19701         * gtk/gtkdnd.c (gtk_drag_dest_handle_event): Don't
19702         emit two "drag_leave" signals for Motif drops.
19703
19704         * gtk/gtkdnd.c (gtk_drag_source_handle_event): Send
19705         back the correct status messages when dropping from
19706         Motif onto a proxy window that is rejecting the
19707         drop.
19708
19709 Sat Mar 27 23:32:13 1999  Tim Janik  <timj@gtk.org>
19710
19711         * gtk/gtkarg.[hc]: added functions from GLE, gtk_arg_reset() to free
19712         the value and reset type to GTK_TYPE_INVALID, and gtk_arg_values_equal()
19713         to compare two argument values. added gtk_arg_to_valueloc() to set a
19714         variable from an arg through its location (pointer).
19715
19716         * gtk/gtkobject.[hc]: implemented gtk_object_get() in terms of
19717         gtk_object_arg_get() and gtk_arg_to_valueloc(), floats are collected
19718         as gfloat*, uchars are collected as guchar*, ints are collected as
19719         gint*, etc...
19720
19721 Mon Mar 29 17:45:47 1999  Owen Taylor  <otaylor@redhat.com>
19722
19723         * gtk/gtkaccelgroup.c gtk/gtkgtkbindings.c:
19724         Include <string.h> instead of <strings.h>.
19725
19726         * gtk/gtkstyle.c: Fix double include of gtkthemes.h
19727         (actually, a lot more duplicate includes occur if
19728          you trace through the sequence of #include's)
19729         gtk-jbb-990320-0: John Bley, jbb6@acpub.duke.edu
19730         
19731 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
19732
19733         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
19734         gtk-a-higuti-990322-[0-3]
19735
19736         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
19737         that was causing -DX_LOCALE not to work.
19738
19739         * gtk/gtkrc.c (gtk_rc_init):
19740         X_LOCALE will never have LC_MESSAGES defined
19741
19742 Thu Mar 25 12:38:31 1999  Tim Janik  <timj@gtk.org>
19743
19744         * gtk/gtkrc.c (gtk_rc_append_default_module_path): get $HOME from
19745         g_get_home_dir() (gtk-pmc-990123-0.patch.gz).
19746
19747         * gtk/gtkwindow.c (gtk_window_key_press_event): feature keypad up/down/
19748         left/right as well (gtk-michael-980726-0.patch.gz).
19749
19750         * gtk/gtklabel.[hc]: bunch of miscellaneous cleanups, such as s/0/NULL/
19751         for pointer values, use gchar instead of char. fixed uline allocation
19752         leaks, changed the allocation pattern so we use G_ALLOC_AND_FREE mem
19753         chunks instead of G_ALLOC_ONLY.
19754         (gtk_label_size_request): always alter requisition as passed and leave
19755         widget->requisition alone.
19756         (gtk_label_set_text): allow NULL strings.
19757         (gtk_label_new): likewise.
19758
19759 Wed Mar 24 09:24:03 1999  Tim Janik  <timj@gtk.org>
19760
19761         * gtk/gtkdrawingarea.[hc]: type/macro fixups.
19762
19763 Mon Mar 22 05:51:34 1999  Tim Janik  <timj@gtk.org>
19764
19765         * gtk/gtkbin.c (gtk_bin_draw): only redraw children that are visible
19766         *and* mapped (i.e. drawable).
19767         (gtk_bin_expose): only send exposes to drawable children.
19768
19769         * gtk/gtkbox.c (gtk_box_draw): only redraw children that are drawable.
19770         (gtk_box_expose): only send exposes to drawable children.
19771
19772         * gtk/gtkhscale.c (gtk_hscale_draw): 
19773         * gtk/gtkvscale.c (gtk_vscale_draw):
19774         hm, this is an ugly one. we first compute the size of our trough area
19775         here (window relative) and then check intersection with the draw_area
19776         which is parent relative because we're a NO_WINDOW widget, so we need
19777         to offset the trough area by allocation.x and allocation.y before the
19778         check. (this must not be done for the background area though, since
19779         that's already computed parent relative).
19780
19781 Mon Mar 22 00:41:39 1999  Lars Hamann  <lars@gtk.org>
19782
19783         * gtk/gtkclist.c (gtk_clist_unrealize): unmap clist if neccessary,
19784         unrealize title buttons.
19785
19786 Fri Mar 19 00:00:22 1999  Lars Hamann  <lars@gtk.org>
19787
19788         * gtk/gtkclist.c (gtk_clist_column_title_passive)
19789         (gtk_clist_column_title_active): 
19790         only connect/disconnect to GtkWidgetClass::event to block mouse events.
19791
19792         * gtk/gtkclist.c (vertical_timeout) (horizontal_timeout): 
19793         zero initialize event, removed superfluous gdk_window_get_pointer call
19794
19795         * gtk/gtklist.c (gtk_list_vertical_timeout)
19796         (gtk_list_horizontal_timeout): removed superfluous
19797         gdk_window_get_pointer call
19798
19799 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
19800
19801         * plugging problems reported by "Bruce Mitchener, Jr."
19802         <bruce@puremagic.com> due to a purify session.
19803
19804         * gtk/gtkstyle.c:
19805         (gtk_style_ref): 
19806         (gtk_style_unref): assert ref_count to be > 0.
19807
19808         * gtk/gtkclist.c (gtk_clist_set_cell_style): { 0 } initilaize
19809         the requisition.
19810         (gtk_clist_set_shift): likewise.
19811
19812         * gtk/gtklayout.c: introduce gtk_layout_finalize() to unref the
19813         adjustments.
19814
19815         * gtk/gtklist.c (gtk_list_horizontal_timeout): zero initialize the
19816         event before sending it and set send_event to TRUE (which needs to
19817         be done for *all* synthesized events).
19818         (gtk_list_vertical_timeout): likewise.
19819
19820         * gtk/gtktipsquery.c (gtk_tips_query_destroy): plug small memory
19821         leaks.
19822
19823         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set send_event
19824         to TRUE when synthesizing events.
19825
19826 [ *** end of merges from 1.2 *** ]      
19827         
19828 1999-11-21  Tor Lillqvist  <tml@iki.fi>
19829
19830         * gdk/gdkconfig.h: Remove, as this is a file generated by configure
19831         (or copied from gdkconfig.h.win32 on Win32, sigh).
19832
19833         * gdk/gdkprivate.h: Mark gdk_parent_root for export from DLL.
19834
19835         * gdk/gdk.c (gdk_keyval_convert_case): Fix typo.
19836
19837         * gdk/gdkgc.c (gdk_gc_alloc): Remove duplicated line.
19838
19839         * gdk/gdkconfig.h.win32: New file.
19840
19841         * gdk/win32/makefile.cygwin: Build just a static archive here.
19842
19843         * gdk/makefile.cygwin: New file. Get the win32-specific stuff
19844         for the DLL from the static archive built above.
19845
19846         * gdk/gdk.def: Moved here from the win32 subdirectory.
19847
19848         * gdk/win32/*: Adapt for the changed private struct organisation.
19849
19850         * gtk/makefile.{cygwin,msc}: Get gdk library from ../gdk now.
19851
19852 Sun Nov 21 16:44:35 1999  Stefan Jeske  <stefan@gtk.org>
19853
19854         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): Added support 
19855         for wheel mice (buttons 4 and 5).
19856
19857 1999-11-18  Tor Lillqvist  <tml@iki.fi>
19858
19859         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Also for truecolor
19860         drawables use just the pixel field in the foreground and
19861         background GdkColor of the GdkGC.
19862
19863         gdk_gc_set_{fore,back}ground() are called in the GIMP with
19864         GdkColors containing uninitialized (red,green,blue) fields, and
19865         just the pixel field filled in, and furthermore in the
19866         visual-dependent format as returned by gdk_rgb_xpixel_from_rgb().
19867         It thus turns out that we really don't need to have the full
19868         GdkColor for fg and bg in GdkGCWin32Data after all. Will change
19869         it later to have just the pixel values.
19870
19871 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
19872
19873         * docs/gtkfaq.sgml: s/gtk_main_iteration/g_main_iteration/
19874
19875 Sat Nov 13 22:30:29 GMT 1999 Tony Gale  <gale@gtk.org>
19876
19877         * docs/gtkfaq.sgml: threads example from Erik Mouw.
19878         New question on GtkLabel background colors.
19879
19880         * docs/gtk_tut.sgml:
19881           - Correct the example code callback
19882             function definitions.
19883           - Update the gtkdial example code, from Frans van Schaik.
19884           - Update setselection.c to current API.
19885
19886         * examples/Makefile examples/*/*.c: Update to code
19887         listed in tutorial.
19888
19889 1999-11-10  Tor Lillqvist  <tml@iki.fi>
19890
19891         * gdk/win32/gdkfont-win32.c: Fix a couple of bugs. The Unicode
19892         subrange table (from the "Developing International Software for
19893         WIndows 95 and Windows NT" book) was missing the Hangul syllable
19894         block... Get the loaded font's charset correctly.
19895
19896         (Note that this, and the other *-win32.c files, still really are
19897         the old ones, the win32 subdirectory is not ready for compilation
19898         yet after the reorg.)
19899
19900 Wed Nov 10 17:26:49 GMT 1999 Tony Gale  <gale@gtk.org>
19901
19902         * gtk/gtkclist.c: Fix off-by-one bug in parameter
19903         check.
19904
19905 Wed Nov 10 12:12:03 1999  Owen Taylor  <otaylor@redhat.com>
19906
19907         * gdk/x11/gdkinput-{x11,xfree}.c: Call XFreeDeviceState()
19908         on results of XQueryDeviceState().
19909
19910 Mon Nov  8 16:40:43 1999  Owen Taylor  <otaylor@redhat.com>
19911
19912         * gtk/gtkwidget.c: Substitute gdkx.h => gdkprivate.h since
19913         we need to accesss only ->children. We need an accessor
19914         for the children.
19915
19916         * gtk/gtkhandlebox.c gtk/testgtk.c: Substitute G
19917         DK_ROOT_PARENT() => NULL, in call to gtk_window_get_pointer()
19918         to get rid of gdkx.h include.
19919         
19920         * gtk/gtkctree.c: Get rid of #include <gdk/gdkx.h>
19921         and random references to 'None'.
19922
19923         * gtk/gtkclist.c gtk/gtkeditable.c gtk/gtkpreview.c
19924         Get rid of unused #include <gdk/gdkx.h>
19925
19926         * gtk/gtkrc.c gtk/gtkmain.c: Get rid of #include <gdk/gdkx.h>
19927         gdkx.h is _X_ specific stuff. GDK_WINDOWING comes from
19928         gdkconfig.h.
19929
19930 1999-11-08  Tor Lillqvist  <tml@iki.fi>
19931
19932         * gdk/win32/gdkdraw.c
19933         * gdk/win32/gdkfont.c
19934         * gdk/win32/gdkgc.c: Various minor cleanups and bugfixes
19935         following yesterday's changes. (Unrelated to Owen's reorg.)
19936
19937 Mon Nov  8 16:18:25 1999  Owen Taylor  <otaylor@redhat.com>
19938
19939         * gdk/x11/gdkinput-gxi.c: Add missing include,
19940           fix GdkWindowPrivate => GdkDrawablePrivate.
19941
19942         * gdk/x11/gdkinputprivate.h: include <X11/Xlib.h>.
19943
19944         * gdk/x11/Makefile.am (xinput_sources): Add missing
19945         backslash to fix building with --with-xinput=none
19946
19947 Mon Nov  8 14:47:04 1999  Owen Taylor  <otaylor@redhat.com>
19948
19949         Move all X specific code into the x11/ directory.
19950         Aside from shuffling things around, did the following:
19951
19952        * gdk/gdkprivate.h gdk/gdk.h gdk/x11/gdkmain-x11.h: Add
19953          gdk_arg_context_* - a simple argument parsing system
19954          in the style of popt.
19955
19956        * gdk/gdkdrawable.[ch] gdk/gdkprivate.h gdk/gdkwindow.[ch]
19957          gdk/x11/gdkprivate-x11.h:
19958          Remove X specific stuff from GdkDrawable and GdkWindowPrivate - 
19959          add ->klass and ->klass_data fields. The klass_data
19960          field points to an auxilliary structure that is
19961          windowing system dependent.
19962
19963        * gdk/gdkfont.c: Make most of the measurement functions
19964          simply wrappers around gdk_text_extents().
19965
19966        * gdk/gdkfont.c gdk/gdkprivate.h gdk/x11/gdkfont-x11.c: Add a 
19967          _gdk_font_strlen() function that hides the weird
19968          behavior in gtk+-1.[02] where a string is interpreted
19969          differently for 8-bit and 16-bit fonts.
19970
19971        * gdk/gdkevents.c: Add a new function gdk_event_button_generate()
19972          to store common code for synthesizing double/triple
19973          press events.
19974         
19975        * gdk/gdkgc.[ch]: Virtualize in the same way as gdkdrawable.h.
19976          Make all the function that modify an existing GC
19977          simply wrappers around gdk_gc_set_values().
19978          
19979        * gdk/gdkcc.[ch]: Moved into x11/ directory in preparation
19980          for throwing out later.
19981
19982        * gdk/gdkfont.c gdk/gdkimage.c gdk/gdkcolor.c: Change GdkFontPrivate,
19983          GdkImagePrivate and GdkColormapPrivate to have a
19984          windowing system dependent part (GdkFontPrivateX etc.)
19985          that "derives" from the system-independent part.
19986
19987        * configure.in gdk/x11/Makefile.in gdk/x11/gdkinput*.c:
19988          Got rid of the included-source-files for XInput in
19989          favor of automake conditionals. (Which didn't exist
19990          when XInput support was originally added.)
19991
19992        * gdk/gdkrgb.c: Remove the visual id from the debugging
19993          statements since that is X11 specific; print out
19994          type/depth info instead.
19995          
19996
19997 Wed Nov  3 18:14:49 1999  Owen Taylor  <otaylor@redhat.com>
19998
19999         * gdk/x11/gdkfont-x11.c (gdk_font_load): Ref fonts when
20000         loading duplicates of hashed fonts.
20001
20002         * gdk/gdk.c (gdk_keysym_convert_case): rename
20003         gdk_XConvertCase to gdk_keysym_convert_case, allow
20004         results to be NULL in the GTK+ style.
20005
20006         * gdk/gdkcompat.h: Started compatibility header
20007         for renames.
20008
20009 1999-11-07  Tor Lillqvist  <tml@iki.fi>
20010
20011         * gdk/win32/gdkprivate.h: New font private structures, related to
20012         fontsets.
20013
20014         * gdk/win32/gdkfont.c: New functions gdk_font_list_new() and
20015         gdk_font_list_free(). On X11, will just be wrappers to
20016         XListFonts() and XFreeFontNames(). On Win32, the code previously
20017         in gtkfontsel.c is now here.
20018
20019         New function gdk_font_xlfd_create(). On X11 will get the FONT
20020         property of the font (for GDK_FONT_FONTs), or call
20021         XBaseFontNameListOfFontSet (for GDK_FONT_FONTSETs), on Win32
20022         builds a XLFD style name from the font information in the LOGFONT
20023         struct(s).
20024
20025         New function gdk_font_xlfd_free(), which correspondingly frees the
20026         string returned by gdk_font_xlfd_create().
20027
20028         Implement fontsets on Win32. Add a function that iterates over a
20029         wide char string and calls a callback function for each substring
20030         of wide chars from the same Unicode subrange (and thus probably
20031         available in the same real font).
20032
20033         Improve the XLFD emulation a bit.
20034
20035         * gdk/win32/gdkim.c (gdk_nmbstowchar_ts): Small bugfix.
20036
20037         * gdk/win32/gdkevents.c: Workaround for suspected bug on Win2k
20038         Beta3, WM_IME_CHAR messages don't seem to contain the composed
20039         multi-byte char as with the Active IMM on Win9x. Oh well, handle
20040         WM_IME_COMPOSITION with GCS_RESULTSTR instead, use
20041         ImmGetCompositionStringW() to get the composed Unicode chars.
20042
20043         * gdk/win32/gdkgc.c
20044         * gdk/win32/gdkdraw.c: Changes needed because of the font private
20045         struct changes.
20046
20047         * gdk/win32/gdk.def: Add the new functions.
20048
20049 1999-11-04  Tor Lillqvist  <tml@iki.fi>
20050
20051         * config.h.win32: Don't define HAVE_DIMM_H if MSC, as you have to
20052         get the Platform SDK to get <dimm.h>.
20053
20054         * gdk/win32/gdkevents.c: More event handling fixes and
20055         simplification. Never generate motion events with is_hint true. We
20056         used to do that on bogus grounds earlier. Windows sends
20057         WM_MOUSEMOVE messages on button events even if the mouse hasn't
20058         moved, ignore these.
20059
20060         * gdk/win32/gdkfont.c: Load all fonts as (pretended) fontsets.
20061
20062         * gdk/win32/gdkglobals.c
20063         * gdk/win32/gdkprivate.h: Define a typedef for the pointer to
20064         the TrackMouseEvent function, and use it.
20065
20066         * gdk/win32/gdkwindow.c: Terminate widechar string with a zero
20067         char before calling WideCharToMultiByte in order to get a string
20068         for the window title.
20069
20070         * gdk/win32/gdkdnd.c: Some more random hacking, ifdeffed out.
20071
20072         * gdk/win32/gdk.def: Remove obsolete functions.
20073
20074         * gdk/win32/makefile.{cygwin,msc}: Remove gdkcompat.{o,obj}. Add
20075         /nodefaultlib and /defaultlib switches.
20076
20077         * gtk/gtkrc.c: s/gwin_getlocale/g_win32_getlocale/.
20078
20079 1999-10-31  Tor Lillqvist  <tml@iki.fi>
20080
20081         * gdk/gdkkeysyms.h: Add new keysyms from X11R6.4 (including
20082         EuroSign).
20083
20084         * gdk/gdktypes.h: Add note about wchar_t not necessarily being the
20085         same type as GdkWChar, especially on Win32.
20086
20087         * gdk/win32/*.c: Change gdk_root_parent to be a pointer.
20088
20089         * gdk/win32/*.c: Assume all strings are UTF-8. Convert to Unicode
20090         before passing to Windows GDI for drawing etc. Convert to the
20091         system default codepage before passing to Windows as window
20092         titles.
20093
20094         * gdk/win32/gdkprivate.h: Add more fields to GdkWindowPrivate to
20095         support changing input locale on the fly.
20096
20097         * gdk/win32/gdkevent.c: Support input language (keyboard locale)
20098         on-the-fly changes. Convert incoming characters from the current
20099         codepage to Unicode (and then to a UTF-8 multi-byte string) based
20100         on the current input language. Use keysym<->Unicode mapping tables
20101         and functions borrowed from xterm sources.
20102
20103         Support IMEs (Input Method Editors) for CJK languages. On non-CJK
20104         editions of Win9x, use the ActiveX-based Active IMM (Input Method
20105         Manager) if available. IMEs and the Active IMM are available under
20106         the disguise of Chinese, Korean and Japanese support for IE and
20107         Outlook Express from "Windows Update" for Win98. On Win2k, the CJK
20108         support is present in all editions (as long as you install it).
20109
20110         Call DispatchMessage from gdk_events_queue() (and thus
20111         gdk_WindowProc()), instead of duplicating the code in
20112         gdk_WindowProc().
20113
20114         Reworked the grab handling and propagation code, factored out
20115         duplicated code snippets into separate functions. Other cleanups,
20116         too.
20117
20118         * gdk/win32/surrogate-dimm.h: Provide just the bits we need from
20119         the <dimm.h> header describing the Active IMM.
20120
20121         * gdk/win32/gdkfont.c: Pretend to support fontsets, but so far
20122         just do the same as for "single" fonts.
20123
20124         * gdk/win32/gdk.c: Call CoInitialize() (COM initialisation) from
20125         gdk_init_check, and CoUninitialize() from gdk_exit_func. Handle
20126         the new keysyms from gdkkeysyms.h.
20127
20128         * gtk/gtkfontsel.c (Win32): Load the font for the preview as a
20129         fontset, so that gtkentry uses wide characters.
20130
20131         * gtk/gtkrc.c (Win32): Get the locale with gwin_getlocale(). Call
20132         GTk+'s system directory "gtk+", not "gtk".
20133
20134 Sat Oct 30 13:17:18 BST 1999 Tony Gale <gale@gtk.org>
20135
20136         * docs/gtkfaq.sgml: FAQ update
20137
20138 1999-10-21  Tor Lillqvist  <tml@iki.fi>
20139
20140         * gdk/win32/gdkprivate.h: Add more font private data.
20141
20142         * gdk/win32/gdkfont.c
20143         * gdk/win32/gdkdraw.c: Revamped handling of multi-byte charset
20144         fonts and strings. Now works much better. You still have to
20145         have a correct font selected, though. No fontset emulation yet.
20146
20147 1999-10-19  Tor Lillqvist  <tml@iki.fi>
20148
20149         * gtk/maketypes.awk: Use G_OS_WIN32.
20150
20151         * gtk/gtk.def: Add some missing entry points. Also some non-public
20152         ones, but PyGTK porter claims to need them.
20153
20154         * gtk/makefile.{cygwin,msc}: Drop some unneeded headers from the
20155         built-in type generation.
20156
20157 1999-10-14  Tor Lillqvist  <tml@iki.fi>
20158
20159         * gdk/win32/gdkdraw.c (gdk_draw_text_wc): Don't use TextOutW for
20160         GDK_FONT_FONT fonts (which is all we have for now, we don't
20161         emulate fontsets). The X11 version uses plain XDrawString in that
20162         case, too. The string passed to gdk_draw_text_wc seems to be in
20163         fact (at least, when used by gtkentry and gtktext) either in a
20164         single-byte charset, or a DBCS. Not Unicode.
20165
20166         This fixes the problem in gtkfontsel, where even if you had
20167         selected a font with a non-Latin1 charset (windows-greek, for
20168         instance), the preview still used Latin-1 glyphs.
20169
20170         * gdk/win32/gdkfont.c (gdk_text_width_wc): Similar change. Don't
20171         use GetTextExtentPoint32W, use GetTextExtentPoint32A.
20172         (gdk_font_load): Recognize the demibold etc weights, even if we
20173         don't have the corresponding constants in the headers.
20174         (gdk_font_hash_insert): Use same hash mechanism as in the X11
20175         version. Should save font resources a bit, when we don't have
20176         multiple HFONTs for the same font.
20177
20178         * gdk/win32/gdkprivate.h: Add the names field as in the X11
20179         version.
20180
20181 1999-10-11  ERDI Gergo  <cactus@cactus.rulez.org>
20182
20183         * gdk/gdk.c (gdk_beep): Modified the XBell call to use the default
20184         X values
20185
20186 1999-10-09  ERDI Gergo  <cactus@cactus.rulez.org>
20187
20188         * gtk/gtktoolbar.h, gtk/gtktoolbar.c: Added horizontal icon/text
20189         layout support (as mentioned on
20190         http://www.jcinteractive.com/gnome-ui/software/widgets/)
20191
20192 Wed Oct  6 12:46:17 PDT 1999 Manish Singh <yosh@gimp.org>
20193
20194         * gtk/fnmatch.c
20195         * gtk/gtkfilesel.c: s/G_HAVE_CYGWIN/G_WITH_CYGWIN/
20196
20197 1999-10-05  Jesus Bravo Alvarez  <jba@pobox.com>
20198
20199         * configure.in (ALL_LINGUAS): Added Galician (gl)
20200
20201 1999-10-05  Tor Lillqvist  <tml@iki.fi>
20202
20203         * gdk/win32/*.[ch]: Corresponding changes as in X11 backend.
20204
20205         * gdk/win32/gdkcompat.c: New file, actually provide an
20206         implementation for the deprecated functions. (Just temporarily.)
20207
20208         * gtk/gtkfilesel.c: Fix an #ifdef syntax botch.
20209
20210         * gtk/makefile.{cygwin,msc}: Update gdk_headers.
20211
20212         * gdk/win32/gdk.def gtk/gtk.def: Updates.
20213
20214 1999-10-05  Kjartan Maraas  <kmaraas@online.no>
20215
20216         * configure.in: Added "uk" to ALL_LINGUAS.
20217         
20218 Mon Oct  4 11:57:11 PDT 1999 Manish Singh <yosh@gimp.org>
20219
20220         * configure.in: correct checking for BeOS check
20221
20222         * gdk/gdktypes.h
20223         * gtk/fnmatch.c
20224         * gtk/gtkfilesel.c
20225         * gtk/gtkitemfactory.c
20226         * gtk/gtkmain.[ch]
20227         * gtk/gtkrc.c: use G_OS_WIN32 and G_HAVE_CYGWIN #defines
20228
20229 Mon Oct  4 16:16:53 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
20230
20231         * gtk/gtkrc.{bg,iso88591[345]}: add gtkrc files for some new charset
20232         encodings: iso-8859-13 (for Lithuanian), iso-8859-14 (used by celtic
20233         languages), iso-8859-15 (used in Estonia) and microsoft-cp1251 (used
20234         by Bulgarian). 
20235
20236 Sun Oct  3 18:13:44 1999  Owen Taylor  <otaylor@redhat.com>
20237
20238         * gtk/gtkwidget.c (gtk_reset_shapes_recurse): 
20239         Fix a reference to window_private->destroyed.   
20240
20241         * gtk/gtkplug.c (gtk_plug_realize): Fix up a direct
20242         (ugly) setting of an internal GdkWindow member to use
20243         a _slightly_ cleaner macro.
20244
20245         * gdk/gdkprivate.h: Split GdkWindowPrivate into
20246         GdkDrawablePrivate and GdkWindowPrivate.
20247         Add extra macros for accessing GDK_DRAWABLE_ components.
20248
20249         * *.[ch]: Massive adjustments for the above, use the
20250         new macros in a lot of places.
20251
20252 Sun Oct  3 15:16:24 1999  Owen Taylor  <otaylor@redhat.com>
20253
20254         * gdk/gdktypes.h: Make GdkDrawable the base type,
20255         not GdkWindow.
20256
20257 Sun Oct  3 15:08:44 1999  Owen Taylor  <otaylor@redhat.com>
20258
20259         * gdk/gdkdraw.c (gdk_drawable_get_data): Added new function.
20260
20261 Sun Oct  3 14:26:15 1999  Owen Taylor  <otaylor@redhat.com>
20262
20263         * gdk/gxid* gdk/x11/gxid*: Move files into x11 subdirectory.
20264
20265 Sun Oct  3 14:16:23 1999  Owen Taylor  <otaylor@redhat.com>
20266
20267         * gdk/gdkdrawable.h: Include gdk/gdkdrawable.h with
20268         gdk/ prefix. (Pointed out by chak@is.tsukuba.ac.jp)
20269
20270         * configure.in gdk/Makefile.am x11/: create x-specific subdirectory.
20271
20272         * docs/gtk-config.1: Now autogenerated.
20273         * docs/Changes-1.4.txt: started
20274         
20275 1999-10-03  Tor Lillqvist  <tml@iki.fi>
20276
20277         * gdk/gdkimage.h gdk/gdkpixmap.h: Change GDK_WINDOWING_WIN32 usage
20278         to #ifdef also here.
20279
20280         * gdk/win32/*.h gdk/win32/*.c: Make corresponding changes as those
20281         Owen did to the X11 backend.
20282
20283         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Fix it again, don't use
20284         ScrollWindowEx when blitting inside a window, it can't be correct
20285         in the general case.
20286
20287         * gdk/win32/gdkevents.c: Don't handle WM_SIZING, handling
20288         WM_GETMINMAXINFO is easier.
20289
20290         * gdk/win32/gdkimage.c (gdk_image_new): Create new image with
20291         depth equal to the bitspixel value, not the visual's depth.
20292
20293         * gdk/win32/gdkvisual.c (gdk_visual_init): Set the visual's depth
20294         to 24 even if the bitspixel value is 32.
20295
20296         * gdk/gdkrgb.c (gdk_rgb_select_conv): After the above change, no
20297         need to check for depth==32 when bpp==32, depth will always be 24.
20298
20299 Fri Oct  1 18:03:36 1999  Owen Taylor  <otaylor@redhat.com>
20300
20301         * docs/Changes-1.4.txt: Started
20302         
20303         * gtk/Makefile.am (gdk_headers): Include all the new headers.
20304
20305         * gdk/*.h gdk/*.c: Split gdk.h into lots of itty-bitty little pieces.
20306         
20307         * gdk/gdkprivate.h gdk/gdkcc.c: Moved GdkColorContext private
20308         into C file.
20309         
20310         * gdkinput.h gdkinputprivate.h - renamed the internal gdkinput
20311         header to gdkinputprivate.h.
20312
20313         * gdk/gdk.h gdk/gdk.c: Removed gdk_time* functions which have been
20314         unused since before 1.2.
20315
20316 1999-09-30  Tor Lillqvist  <tml@iki.fi>
20317
20318         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): On Win32,
20319         expand possible hex escapes in the font family (put there by
20320         logfont_to_xlfd if the font name isn't a legal XLFD font family,
20321         mainly if it contains slashes). (gtk_font_selection_create_xlfd):
20322         On Win32, add hex escapes here, too.
20323
20324 Wed Sep 29 19:55:35 1999  Owen Taylor  <otaylor@redhat.com>
20325
20326         * */*.[ch]: Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11
20327         to #ifdef GDK_WINDOWING_X11.
20328
20329 [ Merges from gtk-1-2 ]
20330
20331 Wed Sep  8 07:13:29 1999  Tim Janik  <timj@gtk.org>
20332
20333         * configure.in: fixed "GNU Make" check to pass with new make version
20334         3.77.95.
20335
20336 Fri Sep  3 16:04:41 1999  Tim Janik  <timj@gtk.org>
20337
20338         * gtk-config.in (--version): don't echo @GTK_VERSION@, but
20339         @GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.@GTK_MICRO_VERSION@, so the
20340         AM_PATH_GTK() macros don't get confused by the -pre1.
20341
20342 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
20343
20344         * configure.in (REBUILD): Change check for perl5
20345           to check explicitely for v >= 5.002. (5.001
20346           does not work with our scripts.)
20347
20348 Wed Aug 25 15:45:46 1999  Tim Janik  <timj@gtk.org>
20349
20350         * configure.in: evaluate $PERL for the perl version check. added
20351         --disable-rebuilds to give the user an option to completely disable
20352         any source autogeneration rules.
20353
20354 Mon Aug 23 23:16:14 1999  Tim Janik  <timj@gtk.org>
20355
20356         * configure.in: evaluate $ac_make when checking for GNU Make.
20357
20358 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
20359
20360         * docs/Makefile.am: added generation.txt.
20361
20362         * Makefile.am: require automake 1.4, build README from README.in and
20363         INSTALL from INSTALL.in in dist-hook.
20364         
20365         * README.in:
20366         * INSTALL.in: new files to autogenerate README and INSTALL from.
20367
20368         * configure.in: figure whether we have GNU Make
20369
20370         * docs/generation.txt: minor additions/corrections.
20371
20372 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
20373
20374         * docs/gtkfaq.sgml: FAQ Update
20375
20376 July 30, 1999 Elliot Lee <sopwith@redhat.com>
20377         
20378         * configure.in: Fix autoconf warnings about cross compilation by
20379         trying to provide sane defaults for AC_TRY_RUN.
20380
20381 Fri Jul 16 22:20:21 PDT 1999 Manish Singh <yosh@gimp.org>
20382
20383         * ltconfig
20384         * ltmain.sh: upgrade to libtool 1.3.3
20385
20386 Thu Jul  8 11:30:18 1999  Owen Taylor  <otaylor@redhat.com>
20387
20388         * INSTALL: Indicate that the --with-glib= configure
20389         time flag is unsupported.
20390
20391 Mon Jul  5 20:36:03 1999  Owen Taylor  <otaylor@redhat.com>
20392
20393         * docs/generation.txt: Added a file that gives
20394         documenation about the autogeneration process for
20395         various autogenerated files.
20396         
20397 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
20398
20399         * configure.in (LIBS): Look for libgmodule in the
20400         right location.
20401
20402 Thu Jun 17 13:57:31 1999  Owen Taylor  <otaylor@redhat.com>
20403
20404         * docs/gtk_tut.sgml: Removed references to
20405         code examples in my directory on gtk.org as
20406         they should all be in the tutorial now.
20407
20408         * docs/gtk_tut.sgml: Added sources for dial-test
20409         and scribble-xinput programs that were previously
20410         missing.
20411
20412 Fri Jun  4 00:08:59 1999  Owen Taylor  <otaylor@redhat.com>
20413
20414         * TODO: Added entry about menu keyboard navigation, removed
20415         some finished items.
20416
20417 Mon May 31 00:11:24 1999  Owen Taylor  <otaylor@redhat.com>
20418
20419         * acinclude.m4: Standardize on func_dgettext
20420         not func_gettext, so that the checks for dgettext
20421         actually are paid attention to.
20422
20423 Wed May  5 10:47:54 1999  Owen Taylor  <otaylor@redhat.com>
20424
20425         * configure.in (LIBS): Add $INTLLIBS into $LIBS
20426         directly, rather than repeating the checks for
20427         gettext.
20428
20429         * INSTALL: Added information about gettext and
20430         NLS support.
20431
20432         * acinclude.m4 (LIBM): Check for dgettext, not
20433         just gettext. This should hopefully fix things wrt
20434         systems with old versions of GNU gettext installed.
20435
20436 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
20437
20438         * configure.in (LIBS): Look for libgmodule in the
20439         right location.
20440
20441 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
20442
20443         * autogen.sh: add --enable-maintainer-mode
20444
20445         * configure.in: set ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
20446
20447 Wed Mar 24 23:03:49 CST 1999 Shawn T. Amundson <amundson@gtk.org>
20448
20449         * docs/gtk-config.1.in:
20450           docs/Makefile.am:
20451           configure.in: gtk-config is now generated.
20452
20453         * docs/gtk-config.1: Removed, now generated.
20454
20455 Thu Sep 23 17:59:59 1999  Tim Janik  <timj@gtk.org>
20456
20457         * gdk/gdkevents.c (gdk_event_translate): grr, even if Gdk doesn't
20458         handle CreateNotify itself, still put out a debuging message for
20459         --gdk-debug=events. made the ReparentNotify debugging message more
20460         verbose.
20461         wrap xcoords translation for ConfigureEvents into an error trap,
20462         a destroy event may already be pending, and in that case, the
20463         actuall coordinate values are not at all critical.
20464
20465 Sat Sep 18 22:24:15 1999  Owen Taylor  <otaylor@redhat.com>
20466
20467         * gdk/gdkcc.c: Stop leaking the color_hash all over
20468         the place. Simplify and improve the logic.
20469
20470 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
20471
20472         * gdk/gdk.h, gdk/gdkcolor.c: make return types (gint or gboolean)
20473         for prototypes and function implementations consistent (reported
20474         by Tomas Ogren).
20475
20476 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
20477
20478         * gdk/gdkevents.c (gdk_event_translate): tell if expose events have
20479         send_event set in debugging output.
20480         (gdk_compress_exposures): default initialize the event so we don't
20481         operate on bogus values (namely send_event).
20482
20483 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
20484
20485         * gdk/gdkwindow.c: When we receive an unexpected
20486         destroy notify on one of our windows, don't just
20487         warn about it, also mark our windows as destroyed.
20488
20489 Sun Sep  5 08:10:53 1999  Owen Taylor  <otaylor@redhat.com>
20490
20491         * gdk/gdkfont.c (gdk_font_hash_insert): Add
20492           name => font and name => fontset hashes. The 
20493           name => fontset hash is a _big_ win since we
20494           weren't previously caching fontsets at all and loading
20495           fontsets is expensive. The name => font hash
20496           is less of a win, but it does save us from doing
20497           repeated XQueryFont calls on the same font.
20498
20499         * gdk/gdkprivate.h (struct _GdkFontPrivate): Add a names
20500           list so we can remove font/fontset from hash.
20501
20502 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
20503
20504         * gdk/gdkproperty.c (gdk_atom_intern): Remove useless
20505           and slightly confusing test. [ XInternAtom (,,TRUE)
20506           will never return None ].
20507
20508 Sat Sep  4 08:39:26 1999  Owen Taylor  <otaylor@redhat.com>
20509
20510         * gdk/gdkwindow.c (gdk_window_set_geometry_hints)
20511           gdk/gdkwindow.c (gdk_window_set_hints):
20512
20513         Don't omit setting the properties if flags == 0 -
20514         there may be an existing set of properties there
20515         already. (Very old bug. Would it be better to
20516         delete the property instead?)
20517
20518         * gdk/gdkselection.c (gdk_selection_property_get): Fix 
20519           spelling error in comment.
20520
20521 Wed Sep  1 14:05:30 1999  Owen Taylor  <otaylor@redhat.com>
20522
20523         * gdk/gdkimage.c (gdk_image_new): Use gdk_error_trap_push()
20524           to avoid stomping over gdk_error_warnings.
20525
20526         * gdk/gdkimage.c (gdk_image_new): compute image->bpp
20527           as (bits_per_pixel + 7) / 8. This gives the same
20528           result as before for multiples of 8, but actually
20529           a "reasonable" value for 1bit or 4bit displays.
20530
20531 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
20532
20533         * gdk/Makefile.am: minor cleanups, strip spaces on build rules for
20534         GNU Make.
20535
20536 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
20537
20538         * gdk/gdkevents.c (gdk_event_translate): give a debugging note when
20539         discarding configure events.
20540
20541 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
20542
20543         * gdk/gdkpixmap.c (gdk_pixmap_unref): g_return_if_fail() the
20544         refcount is greater than zero.
20545
20546         * gdk/gdkwindow.c (gdk_window_unref): Likewise.
20547
20548         * gdk/gdkfont.c (gdk_font_unref): Likewise.
20549
20550         * gdk/gdkgc.c (gdk_gc_unref): Likewise.
20551
20552         * gdk/gdkdnd.c (gdk_drag_context_unref): Likewise.
20553
20554 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
20555
20556         * gdk/gdkproperty.c (gdk_property_get): Fix assumption
20557         that format 32 => sizeof(item) == 4. It really is
20558         sizeof(long).
20559
20560 Tue Jun 29 23:02:42 1999  Owen Taylor  <otaylor@redhat.com>
20561
20562         * gdk/gdk.c (gdk_x_error / gdk_x_io_error): Don't
20563         core dump at all on X IO errors, only core dump
20564         if --enable-debug for X errors.
20565
20566 Thu Jun 24 17:06:23 1999  Tim Janik  <timj@gtk.org>
20567
20568         * gdk/gdkevents.c (gdk_event_translate): removed old ""Got event for
20569         unknown window:" message. disabled ConfigureNotify discarding code,
20570         because it led to events being processed out of order.
20571
20572 Thu Jun 24 12:22:02 1999  Tim Janik  <timj@gtk.org>
20573
20574         * gdk/gdkglobals.c: preinitialize gdk_error_code to 0.
20575
20576         * gdk/gdkevents.c (gdk_event_send_client_message_to_all_recurse): since
20577         we export this function, supress error warnings and don't reset the
20578         error code in the first half of this function.
20579
20580         * gdk/gdk.c (gdk_x_error): set gdk_error_code to the actuall X error
20581         code (instead of just -1) so gdk_error_trap_pop() reveals something
20582         actually informative about the error that happened.
20583
20584         * gdk/*.c:
20585         don't rely on gdk_error_code being -1 if an error occoured, but just
20586         gdk_error_code != 0.
20587
20588 Thu Jun 24 11:50:07 1999  Tim Janik  <timj@gtk.org>
20589
20590         * gdk/gdkevents.c (gdk_event_apply_filters): advance the filter list
20591         pointer *before* invoking the filter function, so we at least don't
20592         crash if a filter is removed that is currently executed. window filters
20593         *really* need to be made truely reentrant at some point.
20594
20595 Mon Jun 14 11:10:15 1999  Tim Janik  <timj@gtk.org>
20596
20597         * gdk/gdkevents.c (gdk_event_translate): print the atom name in the
20598         PropertyNotify debug messages.
20599
20600 Wed May  5 22:51:06 1999  Owen Taylor  <otaylor@redhat.com>
20601         
20602         Patch from Sung-Hyun Nam <namsh@lgic.co.kr>
20603         
20604         * gdk/gdkim.c: Fix cut-and-paste errors for 
20605         x/y and PreeditAttributes/StatusAttributes.
20606
20607 Wed May  5 22:24:21 1999  Owen Taylor  <otaylor@redhat.com>
20608
20609         * gdk/gdkwindow.c (gdk_window_set_geometry_hints): Change
20610         G_MAXINT to 2^16 to alleviate overflow problems in
20611         various window managers.
20612
20613 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
20614
20615         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
20616         for fontsets.
20617
20618 Wed May  5 12:42:01 1999  Owen Taylor  <otaylor@redhat.com>
20619
20620         * gdk/gdkwindow.c (gdk_window_set_geometry_hints):
20621         Initialize size_hints.x and size_hints.y because kwm
20622         brokenly pays attention to them.
20623         (Bug #1181 -  Lars Heete <hel@admin.de>)
20624
20625 Wed May  5 11:38:56 1999  Owen Taylor  <otaylor@redhat.com>
20626
20627         * gdk/gdkrgb.c (gdk_rgb_choose_visual): Free the 
20628         return value of gdk_list_visuals(). 
20629         (Bug #1193 - Morten Welinder <terra@diku.dk>)
20630
20631 Tue May  4 11:12:56 PDT 1999 Manish Singh <yosh@gimp.org>
20632
20633         * gdk/gdkim.c (gdk_im_real_open): cast the return value of
20634         XSetIMValues to (void *) when comparing to NULL, to workaround
20635         the problem of some compilers barfing since older X headers don't
20636         have the prototype for it.
20637
20638 Mon Apr 19 10:11:12 1999  Owen Taylor  <otaylor@redhat.com>
20639
20640         * gdk/gdkcolor.c (gdk_colormap_new): Fix memory leak
20641         for pseudocolor where colormap->colors was double
20642         allocated.
20643
20644         * gdk/gdkcolor.c (gdk_colormap_alloc1): Store the
20645         color value in the hash table with the pixel filled
20646         in so when we do later hash table lookups, the color
20647         value is correct.
20648         
20649 Sun May  2 15:29:45 PDT 1999 Manish Singh <yosh@gimp.org>
20650
20651         * gdk/gdkdraw.c (gdk_draw_lines): check private->destroyed before
20652         making the call
20653
20654 Tue Apr 27 11:17:35 1999  Owen Taylor  <otaylor@redhat.com>
20655
20656         * gdk/gdkdnd.c (xdnd_set_{targets,actions}): Fix leak
20657         pointed out by Morten Welinder <terra@diku.dk>.
20658
20659 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
20660
20661         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
20662           default filter from the list
20663
20664 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
20665
20666         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
20667           default filter from the list
20668
20669 Fri Apr 16 20:41:43 PDT 1999 Manish Singh <yosh@gimp.org>
20670
20671         * gdk/gdk.c: #include "gdkkeysyms.h" for gdk_XConvertCase #defines
20672
20673         * gtk/gtkfontsel.c (gtk_font_selection_create_xlfd): use
20674         g_strdup_printf instead of calcing the length separately
20675
20676 Tue Apr 13 02:49:33 1999  Owen Taylor  <otaylor@redhat.com>
20677
20678         * gdk/gdkwindow.c: removed some silly #ifdef HAVE_CONFIG
20679         that we don't do in many other places. (Fixing duplicate 
20680         #include of config.h)
20681
20682         * gdk/gdkevents.c: include gdkinput.h _after_ config.h.
20683         Otherwise, #ifndef XINPUT_NONE check in the latter
20684         doesn't work. (Bug #546)
20685
20686 Sun Apr 11 14:38:03 1999  Tim Janik  <timj@gtk.org>
20687
20688         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): check for color
20689         "None" case insensitive.
20690
20691 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
20692
20693         * gdk/gdkselection.c: 
20694         Add error traps so if the other end of the connection
20695         dies, we survive.
20696
20697 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
20698
20699         * gdk/gdkdnd.c (gdk_drag_motion): Separate out the
20700         dest_xid field into two fields - one for the window
20701         to send in messages, one to indicate the last looked
20702         up window for caching purposes. This is needed, so
20703         that Leave messages get the correct window.
20704
20705 Mon Apr  5 13:21:30 1999  Owen Taylor  <otaylor@redhat.com>
20706
20707         * gdk/gdkevents.c (gdk_event_check, gdk_event_prepare):
20708         Fix warning created by people mucking around
20709         with the gsource API.
20710
20711         * gdk/gdkevents.c (gdk_io_invoke, gdk_input_add_full):
20712         Change mapping between GIOCondition and GdkInputCondition
20713         to match the way the Linux kernel does it. This should
20714         fix problems where closed pipes were no longer signalling
20715         GDK_INPUT_READ on systems with a native poll().
20716
20717 Mon Apr  5 17:11:57 1999  Owen Taylor  <otaylor@redhat.com>
20718
20719         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): Check 
20720         explicitly for the string "None" - it is in the XPM
20721         spec and some servers treat unknown colors in odd ways
20722         (like asking the user!)
20723
20724 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
20725
20726         * gdk/gdkevents.c: made "->" into a "." of previous change so
20727         it compiles
20728
20729 Thu Apr  1 18:41:25 1999  Owen Taylor  <otaylor@redhat.com>
20730
20731         * gdk/gdkevents.c (gdk_compress_exposures): Set the
20732         window field of the event structure before calling
20733         user filters.
20734
20735 1999-03-31  Federico Mena Quintero  <federico@nuclecu.unam.mx>
20736
20737         * gdk/gdk.c (gdk_init_check): Use False as the last argument to
20738         XInternAtom() here.  This is a particularly Old And Nasty(tm) bug.
20739
20740 Mon Mar 29 17:31:52 1999  Owen Taylor  <otaylor@redhat.com>
20741
20742         * gdk/gdkim.c (gdk_mbstowcs): Free the value of the
20743         intermediate text property - prevents major memory
20744         leak when gdk_use_mb.
20745         gtk-d3august-990311-0: Bj|rn Augustsson <d3august@dtek.chalmers.se>
20746
20747 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
20748
20749         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
20750         gtk-a-higuti-990322-[0-3]
20751
20752         * gdk/gdkfont.c (gdk_text_extents_wc): Make  work when
20753         sizeof(wchar_t) != sizeof (GdkWChar)
20754
20755         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
20756         that was causing -DX_LOCALE not to work.
20757
20758         * gtk/gtkrc.c (gtk_rc_init):
20759         X_LOCALE will never have LC_MESSAGES defined
20760
20761         * gdk/gdk.c (gdk_init_check):
20762         Remove --xim-preedit and --xim-status from argv properly.
20763
20764         * gdk/gdkim.c (gdk_ic_real_new): Add a gdk_flush() so
20765         that the client window is present on the X server
20766         before we pass it to the input method.
20767
20768 Tue Mar  9 10:46:49 1999  Owen Taylor  <otaylor@redhat.com>
20769
20770         * gdk/gdkdnd.c (motif_find_drag_window): Fix bug where
20771         if --display is specified on the command line, than
20772         the drag window will not be created on that display.
20773         
20774 Tue Mar  9 10:38:24 1999  Owen Taylor  <otaylor@redhat.com>
20775
20776         * gdk/gdkproperty.c (gdk_atom_intern): Fixed bug where
20777         lookups with only_if_exists == TRUE were inserting
20778         bogus values into the atom cache.
20779
20780 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
20781
20782         * gdk/gdkselection.c (gdk_selection_property_get): first XFree(t),
20783         then reset it to NULL.
20784
20785         * gdk/gdkcolor.c:
20786         (gdk_colors_free): 
20787         (gdk_colormap_free_colors): use colormap->colors[in_pixels[i]] as the
20788         key for g_hash_table_remove() in both functions, this prevents us
20789         from accessing possibly uninitialized portions of a GdkColor structure
20790         where we are only interested in its pixel value.
20791
20792 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
20793
20794         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
20795         font hash table, if we have a GdkFontPrivate entry for this font
20796         already, simply increment its reference count, provided by Olaf Dietsche
20797         <olaf.dietsche+list.gtk@netcologne.de>.
20798
20799 1999-09-21  Tor Lillqvist  <tml@iki.fi>
20800
20801         * gdk/win32/gdk.c (gdk_exit_func): Delete the gdk_DC when exiting,
20802         just to be sure.
20803
20804         * gdk/win32/gdkvisual.c (gdk_visual_init): Remove a couple of
20805         unused variables, leftovers from the X11 version.
20806
20807         * gdk/win32/rc/*.cur: Better cursors provided by Bernd Herd.
20808
20809         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): Only
20810         downcase fields on X11.
20811
20812 Mon Sep 20 13:17:39 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
20813         
20814         * configure.in,po/pt_BR.po: added Portuguese Brazilian file from
20815         Alex Sandro Queiroz e Silva <asandro@lcg.dc.ufc.br>
20816
20817 1999-09-17  Tor Lillqvist  <tml@iki.fi>
20818
20819         * gdk/win32/gdk.def: Add gdk_threads_mutex.
20820
20821         * gtk/makefile.msc: Correct path to libintl.
20822
20823         Thanks to Tomi Ollila and Bernd Herd: Fix some inconsistencies in
20824         use of gint vs. int, and gint vs. gboolean in headers and
20825         definitions. Use GtkType for the *_get_type functions. Note that
20826         these changes preserve binary compatibility.
20827
20828         * gdk/gdk.c
20829         * gdk/win32/gdk.c
20830         * gdk/gdk.h: Fix inconsistencies: gint vs int.
20831
20832         * gtk/gtkmain.c
20833         * gtk/gtkclist.c
20834         * gtk/gtkmenufactory.c
20835         * gtk/gtknotebook.c
20836         * gtk/gtkwidget.c: Fix inconsistencies, also gint
20837         vs. gboolean.
20838
20839         * gtk/gtkcolorsel.[ch]
20840         * gtk/gtkcombo.[ch]
20841         * gtk/gtkdrawingarea.[ch]
20842         * gtk/gtkgamma.[ch]
20843         * gtk/gtkhandlebox.[ch]
20844         * gtk/gtkhpaned.[ch]
20845         * gtk/gtkhruler.[ch]
20846         * gtk/gtkplug.[ch]
20847         * gtk/gtkpreview.[ch]
20848         * gtk/gtkruler.[ch]
20849         * gtk/gtksocket.[ch]
20850         * gtk/gtkstatusbar.[ch]
20851         * gtk/gtktoolbar.[ch]
20852         * gtk/gtkvbbox.[ch]
20853         * gtk/gtkvpaned.[ch]
20854         * gtk/gtkvruler.[ch]: Always use type GtkType for the *_get_type
20855         functions.
20856
20857         * gtk/gtkgamma.h: Fix bug, missing () in call of
20858         gtk_gamma_curve_get_type() in GTK_GAMMA_CURVE_CLASS. 
20859
20860 1999-09-14  Tor Lillqvist  <tml@iki.fi>
20861
20862         * gdk/gdkcolor.c (gdk_colormap_new)
20863         * gdk/win32/gdkcolor.c (gdk_colormap_new): Fix memory leak:
20864         colormap->colors was allocated twice.
20865
20866         * gdk/win32/gdk.c: Remove some unused stuff.
20867
20868         * gdk/win32/gdkcolor.c (gdk_colormap_sync): Initialize all of the
20869         colormap.
20870
20871         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_type)
20872         * gtk/gtklabel.h (gtk_label_get_type)
20873         * gtk/gtktipsquery.c (gtk_tips_query_get_type)
20874         * gtk/gtktypeutils.h (gtk_type_name): : Use GtkType
20875         in a couple of places, not guint.
20876
20877 Fri Sep 10 21:31:00 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
20878
20879         * configure.in,po/et.po: added Estonian language file
20880
20881 Wed Sep  1 14:36:12 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
20882
20883         * configure.in,po/da.po: added Danish file
20884
20885 Sun Aug 29 13:38:59 BST 1999 Tony Gale <gale@gtk.org>
20886
20887         * docs/gtkfaq.sgml: Minor FAQ Update
20888
20889 Sat Aug 28 14:34:37 BST 1999 Tony Gale <gale@gtk.org>
20890
20891         * docs/gtkfaq.sgml: FAQ update
20892
20893 1999-08-27  Tor Lillqvist  <tml@iki.fi>
20894
20895         Win32: Philippe Colantoni <colanton@aris.ss.uci.edu> suggests a
20896         way to get window contents continually refreshed while resizing. I
20897         didn't like the effects myself, so it's not on by default.
20898
20899         * gdk/win32/gdkprivate.h: New flag variable
20900         gdk_event_func_from_window_proc, FALSE by default.
20901
20902         * gdk/win32/gdk.c (gdk_init_check): Set above flag if the
20903         environment variable GDK_EVENT_FUNC_FROM_WINDOW_PROC is set, or we
20904         are passed --gdk-event-func-from-window-proc.
20905
20906         * gdk/win32/gdkevents.c (gdk_WindowProc): If above flag is set,
20907         and we have am event_func, call it instead of enqueing the event.
20908
20909 1999-08-23  Tor Lillqvist  <tml@iki.fi>
20910
20911         * gdk/win32/gdkevents.c (gdk_event_translate): Fix from Simon
20912         Kelley: Set expose_count in GdkEventExposes correctly.
20913
20914         * gdk/win32/gdkwindow.c: Remove dead code (#ifdef
20915         MULTIPLE_WINDOW_CLASSES).
20916
20917         * gdk/win32/gdkdraw.c (gdk_draw_line): Workaround from Hans Breuer
20918         for bug in NT, apparently NT *does* draw the end pixel, too, in
20919         LineTo with a one-pixel pen, so we don't have to do it ourselves.
20920
20921 1999-08-21  Tor Lillqvist  <tml@iki.fi>
20922
20923         Improvements by Hans Breuer: 
20924
20925         * gdk/win32/gdkwindow.c (RegisterGdkClass): New function
20926
20927         * gdk/win32/gdkwindow.c (gdk_window_new): Use it. Don't set the
20928         CS_?REDRAW flags as they cause lots of (late) redraws when "show
20929         window contents while dragging" is turned on. Allocate at least
20930         one unique class for every GdkWindowType. If support for single
20931         window-specific icons is ever needed (eg. Dialog specific), every
20932         such window should get its own class.
20933
20934 1999-08-19  Tor Lillqvist  <tml@iki.fi>
20935
20936         * gdk/win32/gdkgc.c (gdk_gc_new_with_values): Fix a cut&paste
20937         error that caused crashes.
20938
20939 1999-08-17  Tor Lillqvist  <tml@iki.fi>
20940
20941         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): When blitting inside one
20942         window, use ScrollWindowEx, and call UpdateWindow. This prevents
20943         bugs when for instance part of the window was outside the
20944         display. Thanks to Philippe Colantoni for finding and fixing this.
20945
20946 1999-08-16  Tor Lillqvist  <tml@iki.fi>
20947
20948         * gdk/win32/gdkdraw.c (gdk_draw_arc): Fix start and end radial
20949         endpoint calculations which were totally wrong. (A little RTFMing
20950         helps a lot ;-)
20951
20952         * gtk/makefile.{cygwin,msc}: Use libintl extracted from glibc
20953         from a separate directory, not from gettext, because of licensing
20954         issues (we want to use the LGPL version).
20955
20956         * README.win32: Mention the intl from glibc vs from gettext issue.
20957
20958 1999-08-13  Tor Lillqvist  <tml@iki.fi>
20959
20960         * gdk/win32/gdkevents.c (gdk_event_translate): Fix a couple of bugs
20961         in the key event handling: Now AltGr chars work again. Also,
20962         now Alt-digits are passed up as well as Control-digits.
20963         Pass keypad plus and minus as normal plus and minus.
20964
20965 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
20966
20967         * docs/gtkfaq.sgml: FAQ Update
20968
20969 1999-07-25  Tor Lillqvist  <tml@iki.fi>
20970
20971         * README.win32
20972         * config.h.win32: Add HAVE_WINTAB. Undefine it if bulding without
20973         the Wintab SDK.
20974
20975         * gdk/win32/gdkinput.c: Hack some more. Still doesn't quite work
20976         OK, but getting closer. Guard against bogus tilt data from Wacom
20977         ArtPad II with the 3.40 driver. Add ifdefs for HAVE_WINTAB to
20978         enable easier building without Wintab.
20979
20980         * gdk/win32/gdkinput.h
20981         * gdk/win32/gdkevents.c 
20982         * gdk/win32/gdkwindow.c: Minor changes related related to above.
20983         
20984         * gdk/win32/gdkvisual.c: Simplify a lot, remove leftovers from X11
20985         code. As we have just one visual on Win32, no sense to have it in a
20986         table, and no need for the hash table.
20987
20988         * gdk/win32/rc/cursor*.cur: Edit some of the cursors a bit to look
20989         better on white background.
20990
20991 1999-07-21  Tor Lillqvist  <tml@iki.fi>
20992
20993         * README.win32: Update gcc build instructions. Mention gettext is
20994         GPL.
20995
20996         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Get correct
20997         supported cursor size with GetSystemMetrics.
20998
20999         * gdk/win32/gdkfont.c
21000         * gtk/gtkfontsel.c: Guard against some font weight and charset
21001         symbols being undefined (in mingw32 headers).
21002
21003         * gdk/win32/makefile.cygwin
21004         * gtk/makefile.cygwin
21005         * gtk/gtkthemes.c: No longer need to have differently named
21006         gcc-built DLLs when using gcc-2.95 and -fnative-struct.
21007
21008 hu Jul 15 13:33:15 BST 1999 Tony Gale <gale@gtk.org>
21009
21010         * docs/gtkfaq.sgml: Long awaited FAQ update.
21011
21012 1999-07-15  Tor Lillqvist  <tml@iki.fi>
21013
21014         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Implement
21015         it. Obscure bit manipulation needed.
21016
21017         * gdk/win32/gdkevents.c: Logging.
21018         
21019         * gtk/gtkthemes.c (gtk_theme_engine_get): (Win32) Use new DLL naming
21020         style (file name include compiler name) for theme engines.
21021
21022 1999-07-13  Tor Lillqvist  <tml@iki.fi>
21023
21024         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Less logging verbiage.
21025
21026         * gdk/win32/gdkevents.c: Fix long-standing bug in key
21027         events. The key.string wasn't zero-terminated, still we strdup'ed
21028         it in gdk_event_copy(). Synthesize crossing events for button
21029         events before possible propagation.
21030
21031         * gdk/win32/gdkwindow.c: Log gdk_window_set_title.
21032
21033         * gdk/win32/makefile.cygwin
21034         * gtk/makefile.cygwin: Use new DLL naming style for the
21035         GCC-compiled ones.
21036
21037         * gdk/win32/makefile.msc
21038         * gtk/makefile.msc: Cosmetics mostly.
21039
21040         * gtk/gtk.def: Add missing entry points.
21041
21042         * gtk/gtksocket.c: Add dummy gtk_socket_get_type() for Win32.
21043
21044 1999-07-09  Tor Lillqvist  <tml@iki.fi>
21045
21046         * gdk/win32/gdkdraw.c (gdk_draw_arc): Don't draw anything if width
21047         or height is zero. Don't print a warning if Pie or Arc fails, they
21048         always fail (?) for very narrow ellipses.
21049
21050         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Call InvalidateRgn for
21051         the part or the destination window corresponding to source area
21052         outside of the source drawable's boundary.
21053
21054         * gdk/win32/gdkdraw.c (gdk_draw_lines, gdk_draw_polygon): Don't do
21055         anything if less than two points.
21056
21057         * gdk/win32/gdkselection.c (gdk_selection_owner_get): Always
21058         return NULL. Gtk cut-and-paste inside a single program works
21059         better this way. (It always gets the clipboard contents from
21060         Windows, not from its own copy, which is cleared anyway. I can't
21061         say I fully understand what happens... Emulating the X selection
21062         and property stuff is a bit of a mess.)
21063
21064         * gdk/win32/gdkevents.c
21065         * gdk/win32/gdkproperty.c: A bit more verbose logging.
21066
21067         * gdk/win32/gdkregion.c: Fix some memory leaks (temporary regions
21068         that never got deleted). Revamp gdk_region_shrink.
21069
21070         * gdk/win32/gdkregion.c: Fix memory leak, delete temporary regions
21071         after use.
21072
21073         * gtk/gtk.def: Add some missing entry points.
21074
21075         * gtk/gtkrc.c: Strip trailing directory separator from pixmap path
21076         component.
21077
21078 1999-07-04  Tor Lillqvist  <tml@iki.fi>
21079
21080         * gdk/win32/gdkevents.c (gdk_event_translate): Handle
21081         Control-digits specially.
21082
21083 1999-07-03  Tor Lillqvist  <tml@iki.fi>
21084
21085         * gtk/makefile.{cygwin,msc}: New pthreads version. Use gettext.
21086
21087 1999-06-28  Tor Lillqvist  <tml@iki.fi>
21088
21089         * gdk/win32/gdkimage.c (gdk_image_get): bpl was set wrong for
21090         bitmaps, should be multiple of 4. (Thanks to Hans Breuer for
21091         finding this.)
21092
21093 1999-06-01  Jose H Mercado  <jmercado@mit.edu>
21094
21095         * gtk+.spec.in: Corrected some typos in files section.
21096         
21097 1999-06-15  Tor Lillqvist  <tml@iki.fi>
21098
21099         * README.win32: Mention using GNU gettext.
21100         * config.h.win32: Enable NLS stuff.
21101         * gtk/makefile.msc: Use GNU gettext.
21102         * gdk/win32/gdkdnd.c: Minor header reorg.
21103         * gdk/win32/{gdkevents,gdkwindow}.c: No semantic changes, mainly
21104         cosmetics.
21105         * gtk/gtkrc.c (Win32): Make get_gtk_sysconf_directory() public.
21106         * gtk/gtkmain.c (Win32): Use it in bindtextdomain() call.
21107
21108 Wed Jun  2 11:44:25 PDT 1999 Manish Singh <yosh@gimp.org>
21109
21110         * acinclude.m4
21111         * config.guess
21112         * config.status
21113         * ltconfig
21114         * ltmain.sh: upgrade to libtool 1.3.2 (BeOS changes merged)
21115
21116 1999-05-30  Tor Lillqvist  <tml@iki.fi>
21117
21118         * gdk/win32/gdkwindow.c: AdjustWindowRectEx2 renamed to
21119         SafeAdjustWindowRectEx. Don't override all calls to
21120         AdjustWindowRectEx by it, but use it only in two places: When
21121         creating a new top-level window and when moving a top-level
21122         window.
21123
21124         Use screen coordinate rectangle, not client rectangle, in
21125         gdk_window_move. Thus SafeAdjustWindowRectEx will do its job only
21126         when we try to place a window so that the decoration (mainly,
21127         title bar) isn't visible.
21128
21129         These changes fix the bug that showed up for instance as the
21130         GIMP's saved top-level windows moving right and down (by an amount
21131         equal to the window decoration) for each session. This bug showed
21132         up also in testgtk's "Saved Position".
21133
21134         gdk_window_resize also redone a bit.
21135
21136 1999-05-25  Tor Lillqvist  <tml@iki.fi>
21137
21138         * gtk/testgtkrc: Add (commented out) Windows-style theme
21139         include line.
21140
21141         * gdk/win32/gdk.def,gtk/gtk.def: Add some missing entry points.
21142
21143 1999-05-18  Tor Lillqvist  <tml@iki.fi>
21144
21145         * gdk/win32/makefile.{cygwin,msc}: Copy our gdkprivate.h and
21146         gdkx.h to a gdk subdirectory, so that applications can include
21147         these with <gdk/*.h> without trouble.
21148
21149         * gdk/win32/gdkimage.c (gdk_image_new_with_depth): Code simplified.
21150         (gdk_image_destroy): Plug resource leak, some GdkImages didn't
21151         have their bitmap destroyed.
21152
21153         * gdk/win32/gdk.def: Add gdk_root_parent.
21154
21155 Wed May 12 03:00:56 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
21156
21157         * configure.in
21158           gtk-config.in
21159           ltconfig
21160           ltmain.sh     
21161           gtk/Makefile.am: changes to compile nicely (with xlib) 
21162           on BeOS
21163
21164 Sat May  1 15:04:42 PDT 1999 Manish Singh <yosh@gimp.org>
21165
21166         * acinclude.m4
21167         * config.guess
21168         * config.sub
21169         * ltconfig
21170         * ltmain.sh: upgrade to libtool 1.3
21171
21172 Fri Apr 30 13:38:16 1999  Lars Hamann  <lars@gtk.org>
21173
21174         * gtk/gtkclist.c:
21175         * gtk/gtkctree.c: merges from gtk-1-2
21176
21177 1999-04-25  Tor Lillqvist  <tml@iki.fi>
21178
21179         Support added for building using a GNU toolchain on Win32,
21180         gcc -mno-cygwin (egcs-1.1.2) on cygwin-b20.1.
21181
21182         * gdk/win32/makefile.cygwin gtk/makefile.cygwin: New files.
21183         * config.h.win32: Changes for gcc.
21184         * gdk/gdkrectangle.c: Include gdk.h as <gdk/gdk.h>.
21185         * gdk/gdkcolor.c: config.h.win32 already defines strcasecmp.
21186         * gdk/win32/gdkconfig.h: Only the MS compiler has wctype.h.
21187         * gdk/win32/gdkdnd.c: Protect (unused) OLE2 stuff better.
21188         Protect shl stuff unavaiilable with mingw32 headers.
21189         * gdk/win32/gdkevents.c: Fix typo.
21190         * gdk/win32/gdkglobals.c: Use GDKVAR here also for gcc.
21191         * gdk/win32/gdkim.c: Use OEM code page for multibyte chars. (?)
21192         * gdk/win32/gdkinput.c: Use __try __except only with the MS compiler.
21193         * gdk/win32/gdkprivate.h: Make up for some stuff missing from
21194         the mingw32 headers.
21195         * gdk/win32/makefile.msc: Use latest Wintab kit and glib.
21196         * gtk/gtkfilesel.c: Include <glib.h> early, to get stat->_stat
21197         definition on Win32. Test for NATIVE_WIN32, not _MSC_VER.
21198         * gtk/gtkfontsel.c: Protect CHARSET redefinition on Win32.
21199         Test for NATIVE_WIN32, not _MSC_VER.
21200         * gtk/gtkmain.c: No use warning about developer version on Win32,
21201         there aren't any non-developer versions anyhow.
21202         * gtk/gtkrc.c: Test for NATIVE_WIN32, not _MSC_VER.
21203         * gtk/makefile.msc: Use pthread from another directory. Minor other
21204         changes. 
21205
21206 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
21207
21208         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
21209           default filter from the list
21210
21211 Mon Mar  8 12:52:53 1999  Owen Taylor  <otaylor@redhat.com>
21212
21213         * gtk/gtkwidget.c (gtk_widget_grab_default): Add a warning
21214          when gtk_widget_grab_default() is called for a widget that
21215          is not within a GtkWindow.
21216
21217 Sat Apr 10 13:52:54 BST 1999  Tony Gale <gale@gtk.org>
21218
21219         * docs/gtk_tut.sgml, examples/clist.c: use a
21220           scrolled window in the clist example. Minor
21221           tutorial fixes.
21222
21223 Fri Apr  2 09:19:20 BST 1999  Tony Gale <gale@gtk.org>
21224
21225         * docs/gtk_tut.sgml: Style check from David King
21226           <dking@youvegotmail.net>
21227
21228 1999-03-30  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
21229
21230         * gtk/gtkfontsel.c (gtk_font_selection_get_fonts): Make code
21231         compile with unknown value of GDK_WINDOWING
21232
21233 1999-03-28  Raja R Harinath  <harinath@cs.umn.edu>
21234
21235         * gdk/Makefile.am (gdkconfig.h): Make sure `gdkconfig.h' exists
21236         after the rule is fired.
21237         (install-exec-local): Install gdkconfig.h only if the contents are
21238         different from the currently installed gdkconfig.h.
21239
21240 1999-03-26  Raja R Harinath  <harinath@cs.umn.edu>
21241
21242         * gdk/Makefile.am (configexecincludedir): Rename from 
21243         configincludedir so that gdkconfig.h will be installed 
21244         as part of `make install-exec'. 
21245
21246 Fri Mar 19 16:50:33 PST 1999 Manish Singh <yosh@gimp.org>
21247
21248         * acinclude.m4
21249         * config.guess
21250         * config.sub
21251         * ltconfig
21252         * ltmain.sh: upgrade to libtool 1.2f
21253
21254         * autogen.sh: libtool is not required to autogen gtk+
21255
21256         * acconfig.h: remove WITH_SYMBOL_UNDERSCORE (not explictly
21257         needed)
21258
21259 1999-03-18  Tor Lillqvist  <tml@iki.fi>
21260
21261         * gdk/gdktypes.h: Merge in Win32 version: Define macro GDKVAR for
21262         declaring gdk variables exported/imported from the DLL. New image
21263         type enum, GDK_IMAGE_SHARED_PIXMAP, for gdk_imlib. New drag and
21264         drop protocol enums, GDK_DRAG_PROTO_WIN32_DROPFILES and
21265         GDK_DRAG_PROTO_OLE2.
21266
21267         * gdk/gdk.h: Merge in Win32 version: Two new functions,
21268         gdk_pixmap_create_on_shared_image and gdk_image_bitmap_new. So far
21269         declared only for the Win32 version, but could be in the X11
21270         version as well. (Needed for a Xlib-less gdk_imlib.)
21271         gdk_color_hash should have only one parameter. Declare
21272         gdk_threads_mutex with GDKVAR.
21273         
21274         * gdk/gdkcolor.c (gdk_color_hash): A hash function should have
21275         just one parameter.
21276
21277         * gdk/gdkimage.c (gdk_image_get): Initialize bpp correctly. Bytes
21278         per pixel, not bits.
21279
21280         * gdk/gdkrgb.c: Mingle includes somewhat. (gdk_rgb_select_conv):
21281         Fetch bpp (which means bits-per-pixel here) from another place on
21282         Win32. Accept also depth==32 (which we might get on Win32) with
21283         bpp==32.
21284
21285         * gtk/{gtkclist,gtkctree,gtkdnd,gtkditable,gtkfontsel,
21286         gtkhandlebox,gtklayout,gtkmain,gtkplug,gtkpreview,gtkrc,
21287         gtkselection,gtksocket,gtkstyle,gtkwidget,gtkwindow}.c:
21288         Include gdx.h from "gdkx.h", not "gdk/gdkx.h", as gdkx.h will be
21289         in the backend-dependent directory, not in the common gdk
21290         directory.
21291
21292         * gtk/testgtk.c: Ditto. Also, don't use ../gdk path to gdk
21293         headers.
21294
21295 Wed Mar 17 05:06:49 1999  Tim Janik  <timj@gtk.org>
21296
21297         * gtk/gtkmain.c (gtk_init_check): tell people that they don't really
21298         want to use the Gtk+ devel version (which is true, and yes - even i am
21299         currently working with the 1.2.x branch). so everyone reading this, you
21300         probably want to issue
21301         cvs checkout -r glib-1-2 glib
21302         and
21303         cvs checkout -r gtk-1-2 gtk+
21304         as your next two comands.
21305
21306 Wed Mar 17 02:49:32 1999  Tim Janik  <timj@gtk.org>
21307
21308         * configure.in: build gtkcompat.h from gtkcompat.h.in instead of
21309         gtkfeatures.h from gtkfeatures.h.in, require GLib 1.3.0.
21310
21311         * gtk/gtkcompat.h.in: combined gtkcompat.h and gtkfeatures.in in this
21312         file. strongly deprecated the GTK_HAVE_* macros, we provide
21313         GTK_CHECK_VERSION() for people that need to check for certain
21314         Gtk+ versions.
21315
21316         * gtk/gtkcompat.h: removed this from CVS.
21317         * gtk/gtkfeatures.h.in: removed this from CVS, gtkfeatures.h was a bad
21318         idea right from the start, it just didn't seem like that back then.
21319
21320 Wed Mar 17 01:46:28 1999  Tim Janik  <timj@gtk.org>
21321
21322         * merges from gtk-1-2:
21323
21324 Tue Mar 16 17:43:33 1999  Tim Janik  <timj@gtk.org>
21325
21326         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_string): ensure the
21327         item factory class has been created.
21328         (gtk_item_factory_parse_rc): likewise.
21329
21330         * gtk/gtkmenu.c:
21331         keep proper references for old_active_menu_item.
21332         (gtk_menu_reparent): unset the usize of the new parent,
21333         so the menu can sanely be size requested and we don't get nasty screen
21334         artefacts upon next reparentation.
21335         (gtk_menu_motion_notify): set send_event to TRUE if we synthesize an
21336         enter notify. only synthesize enter notifies if the pointer really is
21337         inside the event window.
21338         (gtk_menu_popdown): use gtk_menu_shell_deselect().
21339         (gtk_menu_popup): move the background setting stuff into
21340         gtk_menu_tearoff_bg_copy() so it can be called from other places as well.
21341
21342         * gtk/gtkmenushell.c (gtk_menu_shell_button_press): use
21343         gtk_menu_shell_select_item() to select the new item.
21344         (gtk_menu_shell_deselect): export this function, so gtkmenu.c can
21345         do the right thing for deselection as well.
21346
21347 Sat Mar 15 20:10:33 1999  Tim Janik  <timj@gtk.org>
21348
21349         * gtk/gtkwidget.[hc]:
21350         (gtk_widget_accelerators_locked): return whether a widget's accelerators
21351         are locked.
21352
21353         * gtk/gtkmenu.c (gtk_menu_key_press): don't remove or install new or
21354         existing accelerators if the widget's accelerators are locked.
21355
21356 Sat Mar 14 19:44:05 1999  Tim Janik  <timj@gtk.org>
21357
21358         * gtk/gtkitemfactory.[hc]: allow managing of foreign menu items.
21359
21360         * gtk/gtkmenu.c: truely forward key press and key release events to
21361         the menu widget from the toplevel or tearoff window. we can't simply
21362         connect to that, we need to stop further processing of the events as
21363         well.
21364
21365 Sat Mar 13 13:14:17 1999  Tim Janik  <timj@gtk.org>
21366
21367         * gtk/gtkmenu.c:
21368         (gtk_menu_key_press): pass event->keyval, event->state to
21369         gtk_accelerator_valid, instead of event->keyval twice.
21370         refuse to install single letter accelerators for menus that use
21371         single letter shortcuts.
21372
21373         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): use
21374         gtk_menu_ensure_uline_accel_group().
21375
21376         * gtk/gtkmenu.[hc]: added gtk_menu_ensure_uline_accel_group()
21377         which will always return an uline accel group, made
21378         gtk_menu_get_uline_accel_group() return NULL if the group isn't
21379         yet created.
21380
21381 Mon Mar 15 01:03:27 1999  Lars Hamann  <lars@gtk.org>
21382
21383         * gtk/gtkclist.h (struct _GtkCListColumn): added button_passive flag.
21384
21385         * gtk/gtkclist.c (gtk_clist_column_title_passive):
21386         Leave button sensitive, trap  button_press, button_release,
21387         motion_notify, enter_notify and leave_notify events instead.
21388         (gtk_clist_column_title_active): disconnect event handler.
21389         (gtk_clist_drag_data_get): fixed memory leak. Reported by
21390         Guillaume Laurent <glaurent@worldnet.fr>
21391
21392 Wed Mar 10 23:49:55 1999  Lars Hamann  <lars@gtk.org>
21393
21394         * gtk/gtklayout.c (gtk_layout_adjustment_changed): fixed a few
21395         width/height mixups.
21396
21397         * gtk/gtkctree.c (tree_delete): emit an tree_unselect_row signal
21398         if needed.
21399
21400 Wed Mar 10 00:11:32 1999  Tim Janik  <timj@gtk.org>
21401
21402         * gtk/testgtk.c (create_item_factory): unref the item factory after
21403         window's destruction.
21404
21405         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): keep a reference
21406         count on the menu shell around the menu item's activation, since the
21407         signal emission may cause menu shell destruction.
21408
21409         * gtk/gtkitemfactory.c:
21410         the previous code leaked one accel group per menu. we use
21411         gtk_menu_get_uline_accel_group() now to fix that, and with that
21412         also create the underline accelerator group of the menus only if
21413         required (i.e. an underline accelerator has been specified).
21414         (gtk_item_factory_construct):
21415         (gtk_item_factory_create_item): removed code that would create an
21416         extra accel group for the menu (and leak references).
21417         (gtk_item_factory_create_item): adapted the underline accelerator
21418         installation code to properly feature gtk_menu_get_uline_accel_group().
21419
21420         * gtk/gtkmenu.[hc]: added gtk_menu_get_accel_group() to retrive
21421         menu->accel_group, this may return NULL if the accelerator group
21422         hasn't been set yet.
21423         added gtk_menu_get_uline_accel_group() to retrive the underline
21424         accelerator group of the menu, this will be created on demand
21425         and proper care is taken about its reference count.
21426
21427         * gtk/gtkitemfactory.h:
21428         * gtk/gtkitemfactory.c:
21429         dumped the approach of keeping a widgets by action list on the
21430         factory since the factory<->widget destroy negotiation didn't work
21431         and would be hard to get going at all. instead we keep a list of
21432         GtkItemFactoryItem items on the factory (GtkItemFactoryItems are
21433         persistant throughout a program's life time).
21434         also, i removed the static const gchar *key_* variables, and made
21435         them inline strings (they weren't actually used anyways).
21436         (gtk_item_factory_add_item): update ifactory->items.
21437         (gtk_item_factory_destroy): destroy ifactory->items (and remove
21438         the item factory pointer from the remaining ifactory widgets).
21439         (gtk_item_factory_get_widget_by_action): walk the GtkItemFactoryItem
21440         list to find the widget.
21441         (gtk_item_factory_get_item): new function that works around
21442         gtk_item_factory_get_widget() limitations, this function will only
21443         return menu items, even for <Branch> entries.
21444
21445 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
21446
21447         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
21448         font hash table, if we have a GdkFontPrivate entry for this font
21449         already, simply increment its reference count, provided by Olaf Dietsche
21450         <olaf.dietsche+list.gtk@netcologne.de>.
21451
21452         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
21453         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
21454
21455 Sun Mar  7 06:13:29 1999  Tim Janik  <timj@gtk.org>
21456
21457         * gtk/gtkcontainer.c:
21458         (gtk_container_add_with_args):
21459         (gtk_container_addv):
21460         (gtk_container_add): before adding a child to a conatiner, make sure
21461         it is (default) constructed, this is neccessary because under certain
21462         circumstances the child will get relized and mapped immediatedly, in
21463         which case it has to be constructed already.
21464
21465 Mon Mar  1 17:58:21 1999  Tim Janik  <timj@gtk.org>
21466
21467         * gtk/gtksignal.c (gtk_signal_connect_by_type): count object_signal
21468         values > 1 as TRUE also.
21469
21470 1999-03-16  Tor Lillqvist  <tml@iki.fi>
21471
21472         * README.win32: New file.
21473                 
21474         * configure.in: Check for lstat.
21475
21476         * config.h.win32: Add non-definition of HAVE_LSTAT, just for
21477         completeness.
21478
21479         * gtk/gtkrc.c: If don't HAVE_LSTAT, use stat.
21480
21481         * gtk/gtk.def: Removed CRs.
21482
21483         * gtk/makefile.msc: Correct include path to Win32 GDK version (in
21484         ..\gdk\win32).
21485
21486         * gdk/win32/makefile.msc: Correct upwards relative paths.
21487         
21488 Mon Mar 15 03:38:34 1999  George Lebl  <jirka@5z.com>
21489
21490         * gtk/gtkdnd.c: (gtk_drag_highlight) swap the
21491           gtk_drag_highlight_expose and gtk_drag_highlight_paint since
21492           it was connecting a void function to expose_event and the int
21493           returning function to the draw signal
21494
21495 1999-03-14  Jeff Garzik  <jgarzik@pobox.com>
21496
21497         * configure.in:
21498         Use correct path to libgmodule.la when ref'ing uninstalled copy
21499         of glib.  (Already in stable branch, Bug #417)
21500
21501 1999-03-15  Tor Lillqvist  <tml@iki.fi>
21502
21503         Win32 merge and general portability stuff:
21504                 
21505         * acconfig.h,configure.in: Check for <sys/time.h>.
21506
21507         * gdk/win32: New directory (actually, been there for a while).
21508         
21509         * gtk/fnmatch.c: Include <glib.h> for G_DIR_SEPARATOR, WIN32 and
21510         NATIVE_WIN32, and use these. Always case fold on Win32. No
21511         backslashed escapes on native Win32.
21512
21513         * gtk/{gtk.def,makefile.msc}: New files.
21514
21515         * gtk/Makefile.am: Add above new files.
21516         
21517         * gtk/{gtkaccelgroup,gtkbindings}.c: Include <string.h>
21518         instead of <strings.h>.
21519
21520         * gtk/{gtkcalendar,gtkitemfactory,gtkpreview,gtkrc}.c: Include
21521         config.h. Protect inclusion of <sys/param.h>, <sys/time.h>, and
21522         <unistd.h> appropriately.
21523
21524         * gtk/gtkdnd.c: Merge in Win32 version (which doesn't do much).
21525         Use ABS() (from <glib.h>) instead of abs().
21526         
21527         * gtk/gtkfilesel.c: Moved Win32-specific includes after inclusion
21528         of gtk (and thus glib) headers, so that WIN32 will be
21529         defined. With MS C, include <direct.h> for mkdir prototype.
21530
21531         * gtk/gtkitemfactory.c (gtk_item_factory_callback_marshal): Add
21532         some casts, needed by MS C.
21533
21534         * gtk/{gtklayout,gtkplug}.c: Merge in Win32 version (which isn't
21535         implemented).
21536
21537         * gtk/gtkmain.c: Include gdk/gdkx.h for GDK_WINDOWING. Include
21538         <X11/Xlocale.h> only on X11 platform, otherwise <locale.h>.  Use
21539         G_SEARCHPATH_SEPARATOR_S and g_module_build_path.
21540
21541         * gtk/gtkmain.h: Mark variables for export/import on Win32.
21542                 
21543         * gtk/gtkrange.c (gtk_range_motion_notify): Set mods also in case
21544         the event is not a hint, or its window is not the slider. Needed
21545         on Win32, at least.
21546
21547         * gtk/gtkrc.c: Include config.h and gdk/gdkx.h. Use <locale.h>
21548         unless on X11. Skip \r chars, too. Use G_DIR_SEPARATOR and
21549         G_SEARCHPATH_SEPARATOR(_S). Use g_path_is_absolute. On Win32, use
21550         a subdirectory of the Windows directory as gtk system
21551         configuration directory.
21552
21553         * gtk/gtkselection.c: No chunks on Win32.
21554
21555         * gtk/gtksocket.c: Not implemented on Win32.
21556
21557         * gtk/gtkthemes.c (gtk_theme_engine_get): Use g_module_build_path.
21558
21559         * gtk/makeenums.h: Include gdkprivate.h after gdk.h.
21560
21561         * gtk/maketypes.awk: Declare variables with a macro that expands to
21562         necessary export/import magic in the case of Win32.
21563                 
21564         * gtk/testrgb.c: Use dynamically allocated buffer. Use GTimers.
21565
21566 1999-03-13  Raja R Harinath  <harinath@cs.umn.edu>
21567
21568         * configure.in (gdk_wc): Move widechar tests from `glib' to here,
21569         since those were meant only for gdki18n.h.  
21570         * gdk/gdki18n.h: Include gdkconfig.h and use GDK_* instead of G_*
21571         for widechar tests.
21572         * gtk/Makefile.am (INCLUDES): Add -I../gdk for gdkconfig.h.
21573
21574 1999-03-13  Tor Lillqvist  <tml@iki.fi>
21575
21576         * configure.in acconfig.h: Check for dirent.h and pwd.h. Generate
21577         gdk/gdkconfig.h using similar mechanism as GLib's glibconfig.h.
21578
21579         * gtk-config.in: Add @libdir/gtk+/include (where gdkconfig.h is
21580         installed) to CFLAGS.
21581
21582         * gdk/Makefile.am: Add rules for gdkconfig.h.
21583
21584         * gdk/gdktypes.h: Include gdkconfig.h. Define macros for windowing
21585         APIs.
21586
21587         * gdk/gdkfontsel.c: Don't include Xlib.h, it gets included via
21588         gdkx.h anyway when compiling for X11.
21589         (gtk_font_selection_create_xlfd): Use g_strdup_printf. (In
21590         general): Merge in Win32 version.
21591         
21592         * gtk/gtkfilesel.c: Use g_get_current_dir(). Merge in Win32
21593         version: Use G_DIR_SEPARATOR, g_path_is_absolute, no tilde
21594         expansion (if we don't have HAVE_PWD_H), allow for drive
21595         letters. UNC paths (\\server\share\...) are not handled yet.  Also,
21596         included code from Craig Setera's port to Win32 (the one that uses
21597         X11, and the cygwin dll), even if it probably will be abandoned.
21598
21599         * gtk/gtkfilesel.c: Don't append a * to the pattern to complete if
21600         the user entered one herself.  This way one can complete *.h and
21601         don't get matches on any .help files, for instance.
21602         
21603 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
21604
21605         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
21606         font hash table, if we have a GdkFontPrivate entry for this font
21607         already, simply increment its reference count, provided by Olaf Dietsche
21608         <olaf.dietsche+list.gtk@netcologne.de>.
21609
21610         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
21611         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
21612
21613 1999-03-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
21614
21615         * gtk/gtkstyle.c (gtk_default_draw_handle): Significantly reduced
21616         the number of calls to gdk_draw_point() (and thus to X) by
21617         clipping the points by hand.
21618
21619         * gtk/gtkhandlebox.c (draw_textured_frame): Actually make use of
21620         the clip parameter.
21621         (gtk_handle_box_paint): Only paint the handle if the expose area
21622         intersects it.
21623
21624 Sun Mar  7 18:46:37 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
21625
21626         * gtk/gtkmain.c (add_dll_suffix): Add this function (OS/2 ver.)
21627
21628 Sun Mar  7 11:43:34 1999  ape@spacetec.no  (Asbjorn Pettersen)
21629
21630         * gtk/gtkthemes.c (gtk_theme_engine_get): Add OS/2 changes.
21631         Added function gen_8_3_dll_name(gchar *name, gchar *fullname).
21632
21633 Fri Mar  5 09:12:24 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
21634
21635         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): Open file in
21636          textmode (O_TEXT) for OS/2 version.
21637
21638 Sun Feb 28 16:46:02 1999  Stefan Jeske  <stefan@gtk.org>
21639
21640         * gtk/gtkspinbutton.[c,h] gtk/testgtk.c: Added two new signals to 
21641         GtkSpinButton, "input" and "output", to make the output more flexible.
21642         The user has to provide a mapping between adjustment->value and the
21643         output string (and vice versa, if the spin button is editable). 
21644         See testgtk for examples.
21645
21646 Sat Feb 27 01:18:47 1999  Tim Janik  <timj@gtk.org>
21647
21648         * ChangeLog: moved old ChangeLog to ChangeLog.pre-1-2, and started
21649         new one.
21650         
21651         * configure.in: set gtk+ version to 1.3.0.