]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-4
fix reordered signal.
[~andy/gtk] / ChangeLog.pre-2-4
1 Mon Oct 29 13:54:49 2001  Jonathan Blandford  <jrb@redhat.com>
2
3         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered): fix
4         reordered signal.
5
6 Mon Oct 29 12:27:51 2001  Owen Taylor  <otaylor@redhat.com>
7
8         * gtk/gtkfilesel.c (gtk_file_selection_rename_file): Grab
9         the focus to the fileop entry for create dir / rename
10         file.
11
12 Mon Oct 29 12:21:49 2001  Owen Taylor  <otaylor@redhat.com>
13
14         * configure.in: Don't use AC_CHECK_FILE to check for a 
15         file since it always spits warnings about cross compilation,
16         use -f instead. It's not like we cross compile properly
17         anyways.
18
19         * configure.in (gtktargetlib): Move call to AC_PROG_CC
20         to suppress autoconf warning.
21
22         * acconfig.h: Add some missing #undefs from recent
23         Win32 additions.
24
25 Mon Oct 29 11:31:40 2001  Owen Taylor  <otaylor@redhat.com>
26
27         * m4macros/gtk-2.0.m4: Don't try to use pkg-config
28         when we didn't find it. (#62944, Eric Lemings)
29
30         * m4macros/gtk-2.0.m4: Fix problem with spaces around =
31         sign in assignment. (#63209, Arkadiusz Miskiewicz)
32
33 2001-10-29  Anders Carlsson  <andersca@gnu.org>
34
35         * gtk/gtktreeview.c (gtk_tree_view_size_request): Calculate
36         the buttons size request before using it. Fixes #61696.
37
38 2001-10-29  Tor Lillqvist  <tml@iki.fi>
39
40         * README.win32: Updates.
41
42         * gtk-zip.sh.in: New file, used to build distribution package for
43         Windows.
44
45         * gdk/gdkglobals.c: Mark gdk_threads_mutex for DLL export when
46         applicable with GDKVAR.
47
48         * gdk/win32/libwntab32x.la: New file, hand-written wrapper for the
49         Wintab library.
50
51         * gdk/win32/gdkwin32.h
52         * gdk/win32/gdkprivate-win32.h: Reorganise to match corresponding
53         X11 headers better, and to enable gdkwin32.h to be installed and
54         included from applications, but not the *-win32.h headers.
55
56         * gdk/win32/*.c: Corresponding small changes, simplifications of
57         #includes.
58         
59         * gdk/win32/gdkregion-win32.c: Remove.
60
61         * gdk/win32/gdkevents-win32.c (print_event): Add GDK_SETTING.
62
63         * gdk/win32/gdkfont-win32.c
64         * gdk/win32/gdkgeometry-win32.c: Remove unused variables.
65
66         * gdk/win32/gdkproperty-win32.c (gdk_atom_intern): Don't insert
67         GDK_NONE values into hash table.
68
69         * gtk/gtk.def: Update.
70
71         * gtk/gtkfilesel.c: Include <winsock.h> (if available) for
72         gethostname().
73
74         * gtk/gtkmain.c 
75         * gtk/gtkrc.c: (Win32) Save actual DLL name for later use in DLL
76         entry function. Avoid hardcoded paths GTK_LIBDIR, GTK_SYSCONFDIR,
77         GTK_DATA_PREFIX and GTK_LOCALEDIR, instead add functions that call
78         g_win32_get_package_installation_subdirectory() with the actual
79         DLL name saved above. Redefine above directory name macros to call
80         these functions. Remove some ifdefs.
81
82         * gtk/maketypes.awk: Output GTKTYPEBUILTINS_VAR (that marks
83         variable for export on Win32) also to the _vars file.
84
85         Changes for autoconfiscated build on Win32, and addition of Win32
86         backend to the related files:
87         
88         * configure.in: Like in GLib, set LT_CURRENT_MINUS_AGE for use
89         when forming DLL name in some files. Set MS_LIB_AVAILABLE is
90         lib.exe is available. Call AC_LIBTOOL_WIN32_DLL. Set
91         PLATFORM_WIN32, OS_WIN32 and USE_WIN32 automake conditionals. Add
92         win32 target, using pangowin32. Don't use the
93         -export-symbols-regex option on Win32, we use .def files to list
94         exported symbols. Check <winsock.h> (for gethostname() in
95         gtkfilesel.c). Enclose nested AC_CHECK_* macros in brackets to
96         prevent premature m4 expansion.
97
98         * acconfig.h: Add HAVE_WINTAB.
99
100         * gdk/Makefile.am: Add libgdk-win32-1.3.la target and associated
101         macros and rules. Use -no-undefined on Win32. Use gdk.def file. If
102         MS_LIB_AVAILABLE, build MS import library. Install the import
103         libraries. If HAVE_WINTAB, link with the Wintab library.
104
105         * gdk/win32/Makefile.am: Actually enable building the win32
106         objects here, not just list all files in EXTRA_DIST. Link in the
107         compiled resource file from rc/gdk-win32res.lo. If HAVE_WINTAB,
108         copy the Wintab library into the .libs directory. 
109
110         * gdk/win32/gdkwindow-win32.c (RegisterGdkClass): Don't assume the
111         name of the GDK DLL when fetching the icon. Use the HMODULE saved
112         in gdk_dll_hinstance by DllMain.
113
114         * gdk/win32/rc/Makefile.am: Build gdk-win32res.lo using the
115         build/win32/lt-compile-resource script.
116
117         * gdk/win32/rc/gdk.rc.in
118         * gtk/gtk-win32.rc.in: Use the DLL name that libtool would use.
119
120         * gtk/Makefile.am: Add libgtk-win32-1.3.la target and associated
121         macros and rules. Use -no-undefined on Win32. Use gtk-win32.def
122         file. Install import libraries.
123
124 2001-10-29  Anders Carlsson  <andersca@gnu.org>
125
126         * gtk/gtkiconfactory.c (get_default_icons): Fix build.
127
128 2001-10-28  Hans Breuer  <hans@breuer.org>
129
130         * gdk/gdk.c gdk/gdkevents.c
131           gdk/win32/gdkcolor-win32.c gdk/win32/gdkdnd-win32.c
132           gdk/win32/gdkdrawable-win32.c gdk/win32/gdkevents-win32.c
133           gdk/win32/gdkfont-win32.c gdk/win32/gdkgc-win32.c
134           gdk/win32/gdkim-win32.c gdk/win32/gdkmain-win32.c
135           gdk/win32/gdkprivate-win32.h gdk/win32/gdkproperty-win32.c
136           gdk/win32/gdkselection-win32.c gdk/win32/gdkwin32.h
137           gdk/win32/gdkwindow-win32.c gdk/win32/gdkwindow-win32.h :
138         static correct-ness, underscore prefixing of library internal 
139         functions
140         (applied the undisputed and the win32 part. Of the latter 
141          I'm probably the one who will change it back again, if Owen
142          decides that the Gdk*Impl types should not be private to Gdk)
143
144         * gdk/gdk.def : added the remaining exported functions
145
146 2001-10-28  Matthias Clasen  <matthiasc@poet.de>
147
148         * gtk/gtkcellrenderertoggle.c, gtk/gtkimcontextsimple.c,
149         gtk/gtkimmulticontext.c, gtk/gtkimagemenuitem.c,
150         gtk/gtkiconfactory.c, gtk/gtkwindow.c: Documentation updates.
151
152 2001-10-28  jacob berkman  <jacob@ximian.com>
153
154         * gtk/gtkcolorsel.c (gtk_color_selection_class_init): do not call
155         gtk_settings_get_default() here as that requires an X connection
156         (which breaks doc building with no X connection) and is not
157         multihead safe
158         (gtk_color_selection_init): delay palette loading until realize
159         time
160         (gtk_color_selection_realize): load the palette, and initialize
161         the global palette if it hasn't been already
162
163         * gtk/gtkpreview.c (gtk_preview_class_init): don't initialize the
164         visual/cmap fields of klass->info since they are gone
165         (gtk_preview_get_visual): just return gdk_rgb_get_visual ()
166         (gtk_preview_get_cmap): just return gdk_rgb_get_colormap ()
167         (gtk_preview_realize): don't set VISUAL and COLORMAP attributes
168
169         * gtk/gtkpreview.h (struct _GtkPreviewInfo): remove visual and
170         cmap fields
171         (gtk_preview_get_visual):
172         (gtk_preview_get_cmap): mark as deprecated
173
174         * docs/Changes-2.0.txt: add a little note about the GtkPreviewInfo
175         changes
176
177 >>>>>>> 1.2483
178 Sun Oct 28 09:15:39 2001  Owen Taylor  <otaylor@redhat.com>
179
180         * gtk/gtkimcontext.h (struct _GtkIMContext): Fixed
181         structure to have GObject not GtkObject as
182         parent_instance. (Jeff Franks.)
183
184 2001-10-27  Matthias Clasen  <matthiasc@poet.de>
185
186         * gdk/x11/gdkinput.c: Typo fix.
187
188 2001-10-26  Havoc Pennington  <hp@pobox.com>
189
190         * gtk/gtktextview.c (gtk_text_view_mark_set_handler): Call
191         update_im_spot_location here explicitly
192         (gtk_text_view_reset_im_context): don't update the spot location
193         here
194
195 2001-10-27  Anders Carlsson  <andersca@gnu.org>
196
197         * gtk/gtktreemodel.c (gtk_tree_model_get): Fix typo in docs.
198         This fixes #62942.
199
200         * gtk/gtkspinbutton.c (gtk_spin_button_new_with_range): 
201         Clarify that we're returning a spin button in the _new function.
202         This fixes #54097.
203         
204 Fri Oct 26 20:55:57 2001  Owen Taylor  <otaylor@redhat.com>
205
206         * gtk/gtkbutton.c: Revert changes to GTK_RUN_LAST. 
207         Unfortunately, people apparently erroneously connect
208         to ::clicked for GtkToggleButton and expect
209         they know what happened in the default signal handler
210         instead of appropriately connecting to notification
211         signal ::toggled. When the revolution comes, such
212         people will be first against the wall.
213
214         We'll just have to go back to the old less-reliable
215         set-it-back hacks for handling model-view check
216         buttons and radio buttons. :-(. 
217
218 2001-10-27  Hans Breuer  <hans@breuer.org>
219
220         * gtk/gtkbbox.c gtk/gtkctree.c gtk/gtkhbbox.c
221           gtk/gtkimmulticontext.c gtk/gtklabel.c gtk/gtkliststore.c
222           gtk/gtkmenu.c gtk/gtkpaned.c gtk/gtkrc.c gtk/gtkscale.c
223           gtk/gtkstyle.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
224           gtk/gtktexttag.c gtk/gtktexttagtable.c gtk/gtktextview.c
225           gtk/gtktreestore.c gtk/gtkvbbox.c : 
226         to simplify parsing for exported functions:
227         - made implementation signature static, when the local 
228           prototype already was
229         - put the functions return value on it's own line
230         - added as space between the function name and the 
231           opening bracket
232
233         * gtk/gtk.def : added the remaining exported functions
234
235 2001-10-27  Anders Carlsson  <andersca@gnu.org>
236
237         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width): 
238         Add note about width having to be greater than 0. This fixes
239         #55574. 
240
241         * gtk/gtktextiter.c (gtk_text_iter_backward_sentence_start): 
242         Fix docs to say previous instead of next.
243         (gtk_text_iter_backward_word_start): Likewise.
244         This fixes bug #62980.
245
246         * gtk/gtkcontainer.c (gtk_container_set_border_width): Mention
247         that the valid width is in range 0-65535 pixels. Fixes bug 
248         #56754.
249
250         * gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
251         a dot in the documentation. Fixes bug #62632.
252
253         * gdk/x11/gdkmain-x11.c: Replace int and guint with
254         long and gulong in some places to make the code 64-bit
255         clean.
256         (_gdk_windowing_init_check): Replace gint with gulong.
257         This patch was made by George Lebl and fixes bug #62113.
258
259         * tests/testgtk.c (create_range_controls): Don't set a 
260         fixed height on the hscale widget. This fixes "bug" 
261         #55840.
262         (create_window_states): Set up destroy signals so that
263         all windows will be destroyed when one is. This fixes 
264         bug #58133.
265
266 2001-10-26  Anders Carlsson  <andersca@gnu.org>
267
268         * gtk/gtktreeview.c: 
269         (gtk_tree_view_class_init): Create new "indent_expander"
270         style property.
271
272         (gtk_tree_view_get_arrow_xrange): Add a tree argument
273         to the function since the xrange can change depending
274         on where in the tree we are. 
275         
276         (coords_are_over_arrow): Update function call to
277         gtk_tree_view_get_arrow_xrange.
278         (gtk_tree_view_draw_arrow): Likewise.
279         
280         (gtk_tree_view_real_expand_collapse_cursor_row):
281         Call real_{expand|collapse}_row, so that we'll have an
282         animation.
283
284 Fri Oct 26 20:13:36 2001  Kristian Rietveld  <kristian@planet.nl>
285
286         * tests/Makefile.am: fixed a small typo
287
288 Fri Oct 26 18:27:11 2001  Kristian Rietveld  <kristian@planet.nl>
289
290         * demos/gtk-demo/list_store.c (create_model): Anders
291         Carlsson suggested to use G_N_ELEMENTS here
292
293 2001-10-26  Sven Neumann  <sven@gimp.org>
294
295         * gtk/gtkbutton.[ch]
296         * gtk/gtkdnd.c: fixed inline comments
297         
298         * gtk/gtkgamma.c: gtk_entry_get_text() returns a const gchar.
299
300 2001-10-26  Hans Breuer  <hans@breuer.org>
301
302         * gdk-pixbuf/gdk_pixbuf.def : 
303         * gdk/gdk.def : 
304         * gtk/gtk.def : updated externals
305
306         * gdk/win32/gdkpixmap-win32.c : removed duplicate of
307         gdk_window_lookup implementation. It already was in
308         gdk/win32/gdkwindow-win32.c
309
310         * gdk/win32/gdkproperty-win32.c : made it compile again
311         after GdkAtom API change
312
313         * gtk/gtk/makefile.msc.in : updated
314
315 Wed Oct 24 11:36:33 2001  Owen Taylor  <otaylor@redhat.com>
316
317         * configure.in (GTK_MICRO_VERSION): Version 1.3.10,
318         require GLib 1.3.10.
319
320         * NEWS: updates.
321
322 Thu Oct 25 16:27:29 2001  Jonathan Blandford  <jrb@redhat.com>
323
324         * gtk/gtkrbtree.c (_gtk_rbnode_rotate_left): Add support for
325         invalid nodes.
326          (_gtk_rbnode_rotate_right): Ditto.
327          (_gtk_rbtree_node_mark_invalid): New function.
328          (_gtk_rbtree_node_mark_valid): New function.
329
330         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_class_init): We're a
331         GObject, not a GtkObject.
332         (gtk_tree_model_sort_row_has_child_toggled): Rewrote to be more
333         correct.
334         (gtk_tree_model_sort_row_deleted): ditto.
335         (gtk_tree_model_sort_{un,}ref_node): Fix.
336
337         * gtk/gtktreeview.c: Protean incremental reflow support (commented
338         out)
339
340         * gtk/gtktreeview.h (GtkTreeViewSearchEqualFunc): change char *key
341         to const char *key.
342
343         * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path_helper):
344         Important 1 line fix to fix a lot of refcounting woes.
345
346 2001-10-25  Matt Wilson  <msw@redhat.com>
347
348         * gtk/gtktextview.c (gtk_text_view_destroy): call
349         gtk_text_view_destroy_layout after gtk_text_view_set_buffer (which
350         now invalidates) so that we remove our idle functions.
351         (gtk_text_view_destroy_layout): remove the first_validate_idle as
352         well.
353
354         * gtk/gtktexttag.c (gtk_text_tag_class_init): the valid range for
355         the 'indent' property is G_MININT to G_MAXINT.  Don't use
356         -G_MAXINT for the minimum of the 'rise' property, use G_MININT
357         instead.
358
359 2001-10-24  Anders Carlsson  <andersca@gnu.org>
360
361         * gtk/gtktreeview.c: 
362         (gtk_tree_view_real_expand_row): add an animate argument
363         (gtk_tree_view_real_collapse_row): likewise
364         
365         (gtk_tree_view_button_press), (gtk_tree_view_button_release), 
366         (gtk_tree_view_collapse_all), (gtk_tree_view_expand_row),
367         (gtk_tree_view_collapse_row): update functions that call
368         real_{expand|collapse}_row to set the animate argument 
369         accordingly.
370         
371 2001-10-24  Alex Larsson  <alexl@redhat.com>
372
373         * gdk/linux-fb/gdkfont-fb.c:
374         Update to new Pango APIs
375
376         * gdk/linux-fb/gdkproperty-fb.c:
377         Update to new GdkAtom APIs
378
379         * gdk/linux-fb/gdkwindow-fb.c:
380         Remove warnings
381
382 Mon Oct 22 20:07:21 2001  Jonathan Blandford  <jrb@redhat.com>
383
384         * gtk/gtktreestore.c (gtk_tree_store_prepend): Fix docs, #62808
385
386 Wed Oct 24 22:54:07 2001  Kristian Rietveld  <kristian@planet.nl>
387
388         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted): treat
389         s_path as a child path
390
391 Wed Oct 24 20:29:47 2001  Kristian Rietveld  <kristian@planet.nl>
392
393         * gtk/gtktreemodelsort.c: more changes in an attempt to get
394         it right. It's not yet ready for general consumption.
395
396         * tests/treestoretest.c: add a button and entry for the new
397         iter_change function
398         (iter_change): new function, to test
399         the row_changed signal implementation of the GtkTreeModelSort
400
401         * tests/testtreesort.c: cleanups, changes to test more features
402         of the GtkTreeModelSort at once
403
404 2001-10-24  Havoc Pennington  <hp@redhat.com>
405
406         * gtk/gtktextbuffer.c (clipboard_clipboard_buffer_received):
407         remove hack to strip off the bogus newline, since we killed the
408         bogus newline; fixes #61779
409
410 2001-10-24  Havoc Pennington  <hp@redhat.com>
411
412         * gtk/gtktextview.c (gtk_text_view_update_adjustments): don't
413         create layout if we didn't have one
414         (gtk_text_view_set_buffer): invalidate so we get the idle handlers
415         as appropriate, avoids blanking the screen 
416         (gtk_text_view_invalidate): new function to do invalidation,
417         containing old guts of invalidated_handler
418
419 Wed Oct 24 10:29:47 2001  Owen Taylor  <otaylor@redhat.com>
420
421         * gtk/gtkalignment.c (gtk_alignment_class_init): Improve
422         dreadful tooltips.
423
424 Tue Oct 23 17:31:42 2001  Owen Taylor  <otaylor@redhat.com>
425
426         * gdk/x11/gdkwindow-x11.c gdk/win32/gdkwindow-win32.c: Always 
427         set window->parent (except or the root window itself); if 
428         the window's parent is not a GdkWindow, or is a window of 
429         type GDK_WINDOW_FOREIGN, set window->parent to the root parent.
430
431         * gdk/gdkwindow.c (gdk_window_get_toplevels): Don't include
432         windows of type GDK_WINDOW_FOREIGN.
433
434 2001-10-24  Havoc Pennington  <hp@pobox.com>
435
436         * gtk/gtktextiter.c (gtk_text_iter_backward_chars): if we move to
437         the front of a segment, use the "slow" technique for moving
438         backward, so we don't mess up the any_segment field in the iter. 
439         Fixes #57707
440
441         * tests/testtextbuffer.c: add code to detect #57707, to avoid
442         regression
443
444 2001-10-23  Havoc Pennington  <hp@redhat.com>
445
446         * gtk/gtktextview.c (popup_targets_received): only sensitize Cut
447         if selection contains some editable text, #60975
448         (gtk_text_view_scroll_to_iter): remove warning about scrolling
449         prior to map; it should actually be OK to do so in many cases, 
450         it would be nice to warn about scrolling when many lines have
451         height 0, but I don't know what to do about that. Perhaps 
452         move part of flush_scroll into this function? comment added 
453         to consider this.
454
455 2001-10-23  Havoc Pennington  <hp@redhat.com>
456
457         * gtk/gtktextview.c (changed_handler): Correctly keep the same
458         text on the top of the screen, considering that the changed region
459         may have overlapped the first paragraph. Should fix msw's "text
460         widget scrolled to wrong place on map" bug, and probably some
461         other scrolling cases as well.
462         (gtk_text_view_set_scroll_adjustments): start adjustments at 0.0, 
463         instead of some random value
464
465         * gtk/gtktextview.c (gtk_text_view_class_init): actually override
466         grab_focus, so #59708 is really fixed
467
468 2001-10-24  Anders Carlsson  <andersca@gnu.org>
469
470         * gtk/gtkentry.c: (append_action_signal): Use an image menu item here
471         (popup_targets_received): Call append_action_signal with stock items
472         
473         * gtk/gtklabel.c: (append_action_signal): Use an image menu item here
474         (gtk_label_do_popup): Call append_action_signal with stock items
475         
476         * gtk/gtktextview.c: (append_action_signal): Use an image menu item here
477         (popup_targets_received): Call append_action_signal with stock items
478
479 2001-10-23  Havoc Pennington  <hp@redhat.com>
480
481         * gtk/gtktextview.c (changed_handler): queue a resize here; will
482         temporarily slow down the widget a lot, until we figure out how to
483         optimize to avoid full redraw everytime we queue a resize.
484
485 2001-10-23  Havoc Pennington  <hp@redhat.com>
486
487         * gtk/gtktextiter.c (test_log_attrs): handle case where offset ==
488         0 and char_len == 0, bug #61729
489
490 2001-10-23  Havoc Pennington  <hp@redhat.com>
491
492         * gtk/gtktextiter.c (gtk_text_iter_forward_cursor_positions): fix
493         return value, #61714 (Vitaly Tishkov)
494         (gtk_text_iter_backward_sentence_starts): ditto
495         (gtk_text_iter_backward_word_starts): ditto
496         (gtk_text_iter_forward_word_ends): ditto
497         (gtk_text_iter_forward_sentence_ends): ditto
498         (gtk_text_iter_backward_cursor_positions): ditto
499
500 2001-10-23  Havoc Pennington  <hp@redhat.com>
501
502         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_pixel): Apply
503         fix from Dov Grobgeld, #61858
504
505 2001-10-23  Havoc Pennington  <hp@redhat.com>
506
507         * gtk/gtktextview.c (gtk_text_view_update_im_spot_location): 
508         Update IM spot location at appropriate times, #50626
509         (Hidetoshi Tajima)
510
511 2001-10-23  Havoc Pennington  <hp@redhat.com>
512
513         * gtk/gtktextview.c (gtk_text_view_grab_focus): scroll to cursor
514         on grab focus, unless it's caused by button click, #59708
515
516 Tue Oct 23 11:53:00 2001  Owen Taylor  <otaylor@redhat.com>
517
518         * gtk/Makefile.am (INCLUDES): Remove G_DISABLE_CONST_RETURNS.
519
520         * gtk/gtkfontsel.[ch]: Make gtk_font_selection_get_font()
521         G_CONST_RETURN. (Murray Cumming)        
522
523         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_preview_text):
524         Make G_CONST_RETURN.
525
526         * gtk/gtkfilesel.c (open_user_dir): Fix bug with freeing
527         results of g_get_home_dir().
528
529         * gtk/gtkfilesel.c: Make filesel->fileop_file a duplicated 
530         copy. Storing the return from gtk_entry_get_text() is evil.
531
532         * gtk/gtkcombo.c gtk/gtkcellrenderertext.c gtk/gtkbindings.c 
533         gtk/gtkfilesel.c gtk/gtkfontsel.c gtk/gtkimmodule.c 
534         gtk/gtkobject.c gtk/gtkoldeditable.c gtk/gtktreedatalist.c
535         gtk/gtksignal.c: Add const.
536
537         * gdk/x11/gdkkeys-x11.c (get_direction): Add missing const.
538
539         * gtk/gtktreeview.c: Namespace object data keys to be safe, even 
540         if we are setting them on private widgets.
541
542         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search): 
543         Duplicate entry->text before setting it as object data.
544
545 2001-10-22  Havoc Pennington  <hp@redhat.com>
546
547         * gtk/gtktextbuffer.c (gtk_text_buffer_place_cursor): don't back
548         up a char from the end iterator, fixes #61859 ("can't put cursor
549         at the end of the buffer")
550
551         * gtk/gtktextiter.c (gtk_text_iter_forward_to_line_end): fix this
552         to work with delimiters other than newline.
553
554         * tests/testtextbuffer.c: add some tests for get_chars_in_line,
555         get_bytes_in_line
556
557         * gtk/gtktextiter.c (gtk_text_iter_get_chars_in_line): fix for the
558         last line, since the newline is no longer counted.
559         (gtk_text_iter_get_bytes_in_line): ditto
560
561 2001-10-22  Havoc Pennington  <hp@redhat.com>
562
563         * gtk/gtktextbtree.c (_gtk_text_btree_insert): add assertion that 
564         #58290 would trigger if it reappeared, I think
565
566 2001-10-22  Havoc Pennington  <hp@redhat.com>
567
568         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
569         add temporary code to dump btree contents on assertion failure
570         described in #62656
571         
572         * gtk/gtktextbtree.c (ensure_end_iter_segment): add some
573         assertions that we're getting the right end iter segment
574
575         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
576         verify that we aren't on the end iterator after moving 
577         forward one segment - fixes return value in an obscure case. 
578         Also, some trivial code cleanup/rearranging.
579         
580 2001-10-22  Havoc Pennington  <hp@redhat.com>
581
582         * gtk/gtktextlayout.h: add a #error unless you define
583         GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API, so people don't use this accidentally
584
585         * gtk/gtktext*.c: #define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API as appropriate.
586         
587 2001-10-22  Havoc Pennington  <hp@redhat.com>
588
589         * gtk/gtktextview.c (gtk_text_view_get_border_window_size): fix 
590         #62365
591
592 2001-10-22  Havoc Pennington  <hp@redhat.com>
593
594         * gtk/gtktextview.c (gtk_text_view_get_window_type): fix 
595         #62436
596
597 2001-10-22  Havoc Pennington  <hp@redhat.com>
598
599         * gtk/gtktextview.c (gtk_text_view_set_border_window_size): Fix 
600         #62366
601
602 Mon Oct 22 11:47:47 2001  Owen Taylor  <otaylor@redhat.com>
603
604         * gtk/gtklabel.c: Add cursor-position, selection-bound 
605         properties. (#62148, reported by Padraig O'Briain)
606
607         * gtk/gtkentry.c (gtk_entry_class_init): Rename text_position
608         to cursor_position. (1.3.x addition, text_position is an awful
609         name.) Make cursor_position read-only to avoid sticky questions
610         of interaction with selection_bound. (#62636, reported by
611         Padraig O'Briain)
612
613 Mon Oct 22 16:25:12 2001  Owen Taylor  <otaylor@redhat.com>
614
615         Fixing popup menus to have "Paste" sensitized correctly. Original
616         patches from Damian Ivereigh, much mangled.
617
618         * gtk/gtkselection.c: Add functions gtk_selection_data_get_targets(),
619         gtk_selection_data_targets_include_text(). (#60854)
620
621         * gtk/gtkclipboard.c: Add a simple do-it-all non-async "check if
622         the clipboard has text" function gtk_clipboard_wait_is_text_available.
623         (#60854)
624
625         * gtk/gtkentry.c: Only enable the paste item if the clipboard
626         contains text. (#60973)
627
628         * gtk/gtktextview.c: Only enable the paste item if the clipboard
629         contains text. (#60975)
630
631 2001-10-22  Havoc Pennington  <hp@redhat.com>
632
633         * gtk/gtktextview.c (gtk_text_view_class_init): rip out
634         "height_lines" and "width_columns" properties, it doesn't make
635         sense to set the size request on a text view really. #62103
636
637 Mon Oct 22 15:17:05 2001  Jonathan Blandford  <jrb@redhat.com>
638
639         * gtk/gtktreestore.c (gtk_tree_store_iter_depth): Realized
640         g_node_depth is broken, and that it's not worth being consistent
641         with it.
642
643 2001-10-22  Havoc Pennington  <hp@redhat.com>
644
645         * gtk/gtktextiter.c (gtk_text_iter_set_line): Clarify behavior in
646         docs, #61777
647         (gtk_text_iter_forward_search) (gtk_text_iter_backward_search):
648         change the two boolean args to a flags field, so we can extend 
649         to add case insensitive, regexp searches later. #61852
650
651 Mon Oct 22 15:07:17 2001  Jonathan Blandford  <jrb@redhat.com>
652
653         * gtk/gtktreestore.c (gtk_tree_store_iter_depth): update docs to
654         reflect reality, #62810
655
656 Mon Oct 22 14:08:26 2001  Jonathan Blandford  <jrb@redhat.com>
657
658         * demos/gtk-demo/appwindow.c: Remove handle_box from App demo.
659
660         * gtk/gtktreeview.c (size_allocate): Move to a different drawing
661         system.  Instead of having a window the size of the tree, we have
662         a window the size of widget->allocation, and simply draw with the
663         offset.
664         (coords_are_over_arrow): ditto.  Move to window coordinates.
665         (do_prelight): ditto
666         (do_unprelight): ditto
667
668         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered):
669         Minor fix from Kristian Rietveld to fix unsorted case.
670
671 2001-10-22  jacob berkman  <jacob@ximian.com>
672
673         * gtk/gtkclist.c (cell_size_request): don't cast a PIXTEXT cell to
674         a PIXMAP cell (fixes crash when using PIXTEXT cells)
675
676 Sat Oct 20 18:58:25 2001  Owen Taylor  <otaylor@redhat.com>
677
678         * gtk/gtkentry.h: Deprecate gtk_entry_set_editable.
679         (#58768, Vitaly Tishkov)
680         
681         * gtk/gtkobject.h: Deprecate with abandon. 
682         (#61942, Vitaly Tishkov, Matthias Clasen)
683
684         * gtk/gtksignal.h: Deprecate everything.
685
686         * gtk/gtkmain.h (GTK_PRIORITY_INTERNAL): Deprecate
687         all GTK_PRIORITY_* defines other than GKT_PRIORITY_RESIZE>
688         (#61942, Matthias Clasen)
689
690         * gtk/gtkstyle.h: Deprecate gtk_draw_*. (#61140,
691         Havoc Pennington)
692
693         * gtk/gtkitemfactory.h: Deprecate compat functions
694         for GtkMenuFactory code. (#62071)
695
696         * gdk/gdkdrawable.h: Deprecate gdk_draw_string,
697         gdk_draw_text,gdk_draw_text_wc. (#62071)
698
699 Mon Oct 22 10:12:08 2001  Owen Taylor  <otaylor@redhat.com>
700
701         * gdk/gdk.c docs/Changes-2.0.txt (gdk_threads_init): Don't call
702         g_thread_init(), we don't want to link to -lgthread if we don't
703         have to.
704
705 Mon Oct 22 08:51:02 2001  Owen Taylor  <otaylor@redhat.com>
706
707         * gdk/gdk.[ch] (gdk_threads_init) docs/Changes-2.0.txt: 
708         Add a function, gdk_threads_init() that must be explicitely 
709         called to enable the GDK thread mutex.
710
711 2001-10-22  Jakub Steiner <jimmac@ximian.com>
712
713         * gtk/stock-icons/stock_stop.png: no body parts
714         
715 Sun Oct 21 23:27:00 2001  Owen Taylor  <otaylor@redhat.com>
716
717         * gtk/gtkwidget.c (gtk_widget_translate_coordinates): Fix
718         problem with g_return_if_fail return value.
719
720         * gdk/x11/gdkproperty-x11.c docs/Changes-2.0.txt: Move over the 
721         virtual atom code from the gdk-multihead branch, removing the per-display
722         part. Virtualizing atoms needs to be done now to prevent compat
723         breakage in direct Xlib accessing code in the future. (#62208)
724  
725         * gdk/x11/gdkx.h: gdk/gdk/x11/gdkproperty-x11.c: Export
726         gdk_x11_xatom_to_atom, gdk_x11_atom_to_xatom().
727  
728         * gdk/gdktypes.h docs/Changes-2.0.txt: Make GdkAtom
729         an opaque pointer type so the compiler catches attempts
730         to mingle it with X atoms.
731
732         * gdk/x11/{gdkdnd-x11.c,gdkevents-x11.c,gdkglobals-x11.c,
733           gdkkeys-x11.c, gdkmain-x11.c, gdkprivate-x11.c, 
734           gdkproperty-x11.c, gdkselection-x11.c, gdkwindow-x11.c}
735           gtk/{gtkclist.c,gtkctree.c,gtkdnd.c,gtkplug.c,gtksocket.c}
736           tests/testdnd.c,tests/testselection.c: 
737         Fix up for above atom changes.
738
739         * gdk/gdkselection.h (GDK_SELECTION_CLIPBOARD): Add, since we
740         now have the ability to add custom predefines.
741
742         * gtk/{gtkentry.c,gtklabel.c,gtkoldeditable.c,gtktextview.c}:
743         Use GDK_SELECTION_CLIPBOARD instead of GDK_NONE in calls
744         to gtk_clipboard_get().
745
746         * gdk/win32/gdkproperty-win32.c: Add CLIPBOARD, fix up
747         for GdkAtom => pointer change.
748
749         * gdk/linux-fb/gdkproperty-fb.c: Fix handling of predefined
750         atoms, fix for GdkAtom => pointer change.
751
752 Mon Oct 22 00:26:46 2001  Kristian Rietveld  <kristian@planet.nl>
753
754         * gtk/gtkspinbutton.c: remove ARROW_SIZE constant, use
755         new function spin_button_get_arrow_size() instead.
756
757         * gtk/gtkstyle.c (gtk_default_draw_arrow): actual size of
758         arrow was hardcoded, it's now variable.
759
760         Fixes bug #50200
761
762 Sat Oct 20 18:16:04 2001  Manish Singh  <yosh@gimp.org>
763
764         * gtk/gtktreeview.c (gtk_treeview_get_property): PROP_MODEL and
765         PROP_EXPANDER_COLUMN can be NULL, so don't do a object cast check
766         for those
767
768 Sat Oct 20 19:38:16 2001  Owen Taylor  <otaylor@redhat.com>
769
770         * demos/*.c demos/gdk-pixbuf/*.c: Eliminate gtk_signal_*
771         in favor of g_signal_*, gtk_object_* in favor of 
772         g_object_*.
773
774 Fri Oct 19 18:35:22 2001  Manish Singh  <yosh@gimp.org>
775
776         * gtk/{gtkentry.c,gtktextview.c}: since GtkIMContext derives directly
777         from GObject now, we have to use the g_object_* functions, not
778         gtk_object_*.
779
780 Fri Oct 19 22:46:54 2001  Kristian Rietveld  <kristian@planet.nl>
781
782         * gtk/gtktreemodelsort.[ch]: we probably have rows_reordered
783         nailed down now (this code is not yet ready for general consumption)
784
785 Fri Oct 19 13:44:51 2001  Manish Singh  <yosh@gimp.org>
786
787         * gtk/gtktreeview.c (gtk_treeview_scroll_to_cell): correct docs
788         for use_align
789
790 Fri Oct 19 15:34:06 2001  Owen Taylor  <otaylor@redhat.com>
791
792         * gtk/gtk.h gtk/Makefile.am: Export GtkIMContextSimple publically. (#61862)
793
794 Fri Oct 19 15:08:30 2001  Owen Taylor  <otaylor@redhat.com>
795
796         * gtk/{gtkimcontext.c,gtkimcontextsimple.c,gtkimmulticontext.c}
797         modules/input/{gtkimcontextxim.c,imcyrillic-translit.c,iminuktitut.c,
798         imipa.c,imthai-broken.c,imviqr.c}: Make GtkIMContext derive from
799         GObject, not GtkObject. (#62621)
800
801 Fri Oct 19 12:49:12 2001  Owen Taylor  <otaylor@redhat.com>
802
803         * tests/testsocket.c: Remove now useless include of unistd.h,
804         fix wrong argument gtk_socket_steal. (Hans Breuer, #58541)
805         
806 Fri Oct 19 12:24:32 2001  Owen Taylor  <otaylor@redhat.com>
807
808         * gdk/linux-fb/gdkfont-fb.c: Fix up for change to 
809         Pango font API. #61933. (Untested, even for compilation.)
810
811 Fri Oct 19 11:24:58 2001  Owen Taylor  <otaylor@redhat.com>
812
813         * gtk/gtkmain.[ch] (gtk_disable_setlocale): Actually
814         export gtk_disable_setlocale(). (Caught by Sven Neumann)
815
816 2001-10-18  Havoc Pennington  <hp@redhat.com>
817
818         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_lookup): fix compilation
819
820 2001-10-18  Havoc Pennington  <hp@redhat.com>
821
822         * gtk/gtkbutton.c (gtk_button_class_init): Change button signals
823         to GTK_RUN_LAST, #50239
824
825 2001-10-18  HideToshi Tajima  <hidetoshi.tajima@sun.com>
826
827         * gtk/gtkimmodule.c (match_locale):
828         Support "*" for all locales with least priority
829         when to select default im module, #58201
830
831 2001-10-18  Matthias Clasen  <matthiasc@poet.de>
832
833         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): 
834         Fix docs. (#61976)
835  
836         * gtk/gtkplug.c (gtk_plug_get_id) : Fix docs. (#62144)
837
838         * gtk/gtkliststore.c: Fix docs. (#61672, #61675)
839
840         * gdk/gdkwindow.h, gdk/gdkpixmap.h, gdk/x11/gdkx.h,
841         gdk/x11/gdkwindow-x11.c, gdk/x11/gdkpixmap-x11.c,
842         gdk/win32/gdkwin32.h, gdk/win32/gdkwindow-win32.c,
843         gdk/win32/gdkpixmap-win32.c, gdk/linux-fb/gdkfb.h,
844         gdk/linux-fb/gdkwindow-fb.c, gdk/linux-fb/gdkpixmap-fb.c:
845         Add gdk_window_lookup, gdk_window_foreign_new, gdk_pixmap_lookup
846         and gkd_pixmap_foreign_new to the gdk frontend api. (#62063)
847
848         * gtk/gtkselection.c: Remove gdk backend dependencies. (#62063)
849
850         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): 
851         Don't restrict the width of the spinbutton entry field 
852         to 10 digits. (#58681)
853
854 Thu Oct 18 14:58:14 2001  Jonathan Blandford  <jrb@redhat.com>
855
856         * tests/testtreeflow.c: new test program for the tree.
857
858 Thu Oct 18 14:22:10 2001  Jonathan Blandford  <jrb@redhat.com>
859
860         * gtk/gtktreestore.c (gtk_tree_store_remove): fix small bug
861         reported by (Oleg Maiboroda), #62600
862
863 2001-10-18  Michael Meeks  <michael@ximian.com>
864
865         * gtk/gtkentry.c (gtk_entry_set_property),
866         (gtk_entry_get_property): impl 'text'
867         (gtk_entry_class_init): add the 'text' prop.
868         (gtk_entry_insert_text): notify 'text' changed.
869         (gtk_entry_delete_text): ditto.
870
871 2001-10-17  Matthias Clasen  <matthiasc@poet.de>
872
873         * gtk/gtkdnd.c, gtk/gtkclipboard.c, gdk/x11/gdkmain-x11.c:
874         Documentation updates.
875
876 Wed Oct 17 15:17:20 2001  Owen Taylor  <otaylor@redhat.com>
877
878         * gtk/gtkentry.c (gtk_entry_real_insert_text): Fix mistake
879         in truncating length of text to MAX_SIZE. (Found by 
880         Padraig O'Briain, #62055)
881
882 Tue Oct 16 17:04:44 2001  Owen Taylor  <otaylor@redhat.com>
883
884         * gtk/gtkwidget.c: Rename ACTIVATE_MNEMONIC enum to
885         MNEMONIC_ACTIVATE; signal was changed a long time
886         ago.
887
888         * gdk/x11/gdkim-x11.c (_gdk_x11_initialize_locale): 
889         Fix wrong return statement. (Reported by HideToshi
890         Tajima and others.)
891
892         * gtk/gtklabel.h (struct _GtkLabelClass): Remove
893         left over select_all vfunc.
894
895 Tue Oct 16 15:50:03 2001  Owen Taylor  <otaylor@redhat.com>
896
897         * gtk/gtkwidget.c (gtk_widget_translate_coordinates): Add
898         a utility function to translate coordinates relative to
899         one widget's allocation to coordinates relative to another
900         widget's allocation.
901
902         * gtk/gtkradiobutton.c: Add a special ->focus() implementation
903         that:
904          - only accepts external focus if there is no active
905            member of the group or the button is active.
906          - makes arrow keys move the active button as well
907            as the focus
908          - make tab tab out directly.
909         This makes a radio button group act as a single focus location.
910         (#53577).
911         
912         * gtk/gtkcontainer.c (gtk_container_focus): Remove prefiltering -
913         it was only a small optimization that didn't matter and made
914         things more complicated.
915
916         * gtk/gtkcontainer.c (gtk_container_focus_tab): Get rid of custom
917         sorter for FOCUS_TAB as we did for the other focus directions,
918         sort by center of widgets, not upper-left corner. (Shouldn't
919         matter in general.)
920
921         * gtk/gtkcontainer.c: Restructure code to remove duplicate code
922         from the different types of focusing: encapsulate sorting the
923         widgets for the focus direction into one routine
924         (gtk_container_focus_sort()) and then share the work of moving the
925         focus between the different focus directions.
926
927         * gtk/gtkcontainer.c: Fix bug where arrow navigation might not
928         work correctly with focus chains containing non-immediate
929         children. Sorting was being done using allocation coordinates for
930         each widget in the focus chain, and if there were intermediate
931         window-widgets, these allocations would not be in the same
932         coordinate system.
933
934 Tue Oct 16 15:12:26 2001  Jonathan Blandford  <jrb@redhat.com>
935
936         * gtk/gtkoptionmenu.c (gtk_option_menu_mnemonic_activate): add a
937         mnemonic_activate function to option menu.
938
939 2001-10-15  Murray Cumming <murrayc@usa.net>
940
941         * gtk/gtkinputdialog.c, gtk/gtktoolbar.c,  gtk/gtkwidget.c:
942           Corrected the type names used in some calls to g_signal_new().
943         
944 Sat Oct 13 07:09:30 2001  Tim Janik  <timj@gtk.org>
945
946         * gtk/gtkbindings.c (gtk_binding_set_add_path): to compare pattern
947         specs, use g_pattern_spec_equal() instead of direct field accesses.
948         upon compressing two equal paths of the same type, the resulting
949         priority has to be the maximum.
950         * gtk/gtkenums.h (enum): take GTK_PATH_PRIO_MASK out of the
951         GtkPathPriorityType enum and make it a macro.
952
953 2001-10-12  Matthias Clasen  <matthiasc@poet.de>
954
955         * gtk/gtkwidget.c: Fix some doc comments.
956
957 Fri Oct 12 11:39:20 2001  Joshua N Pritikin  <vishnu@pobox.com>
958
959         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): Fix to work
960         on empty models.
961
962 2001-10-11  Matthias Clasen  <matthiasc@poet.de>
963
964         * gtk/gtkcolorsel.c, gtk/gtkwidget.c, gtk/gtktreeview.c:
965         Remove stale gdk backend includes.
966  
967 2001-10-10  Michael Meeks  <michael@ximian.com>
968
969         * gtk/gtkcombo.c (gtk_combo_class_init): add enable_empty
970         and value_in_list properties.
971         (gtk_combo_set_value_in_list): notify change.
972         (gtk_combo_set_property, gtk_combo_get_property): impl. prop.
973
974 2001-10-11  James Henstridge  <james@daa.com.au>
975
976         * configure.in: add AS=CC and ASFLAGS=CFLAGS substitutions so
977         that gtk+ can be built with automake 1.5 while not breaking
978         things for automake 1.4.
979
980 Wed Oct 10 12:48:38 2001  Owen Taylor  <otaylor@redhat.com>
981
982         * gtk/gtkmain.c (gtk_init_check): Call setlocale (LC_ALL, "").
983         (#60606)
984
985         * gtk/gtkmain.c (gtk_disable_setlocale): Add function
986         to disable calling setlocale (LC_ALL, "").
987
988         * gtk/gtkmain.c (gtk_set_locale): Indicate in the 
989         docs that this function is not typically useful.
990
991         * gdk/x11/{gdkim-x11.c,gdkmain-x11.c,gdkprivate-x11.h}: 
992         Automatically initialize GDK for the current locale
993         on gdk_init(). Don't reset locale to C when
994         XSupportsLocale() fails.
995
996         * gdk/linux-fb/gdkim-fb.c (gdk_set_locale): Remove
997         useless checks for UTF-8 locale breakage that mattered
998         only for X.
999
1000         * examples/calendar/calendar.c
1001         tests/{testgtk.c,testtext.c,testcalendar.c}: Remove calls to 
1002         gtk_set_locale().
1003
1004         * gtk/gtkiconfactory.c gtk/gtkitemfactory.c:
1005         gdk_pixbuf_new_from_stream => gdk_pixbuf_new_from_inline.
1006
1007 Wed Oct 10 21:13:46 2001  Kristian Rietveld  <kristian@planet.nl>
1008
1009         * gtk/gtktreemodel.[ch]: added gtk_tree_model_get_iter_from_string().
1010
1011         Fixes bug #61904
1012
1013 Wed Oct 10 01:19:04 2001  Jonathan Blandford  <jrb@redhat.com>
1014
1015         * gtk/gtktreeselection.c (gtk_tree_selection_iter_is_selected):
1016         new function, #61923
1017         (gtk_tree_selection_path_is_selected): Ditto
1018
1019 Tue Oct  9 17:40:24 2001  Jonathan Blandford  <jrb@redhat.com>
1020
1021         * gtk/gtktreestore.c (gtk_tree_store_finalize): We're a gobject,
1022         not a GtkObject.  Thanks andersca.
1023
1024         * gtk/gtkliststore.c (gtk_list_store_finalize): ditto
1025
1026 Tue Oct  9 14:50:51 2001  Jonathan Blandford  <jrb@redhat.com>
1027
1028         * gtk/gtktreeviewcolumn.c
1029         (gtk_tree_view_model_sort_column_changed): fix broken code.
1030
1031 2001-10-08  Matthias Clasen  <matthiasc@poet.de>
1032
1033         * gtk/gtkselection.c: s/succesfully/successfully/g
1034
1035 2001-10-08  Havoc Pennington  <hp@pobox.com>
1036
1037         * demos/gtk-demo/stock_browser.c: remove unused enum
1038
1039         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
1040         pass the current selection state of the node in to the user
1041         selection func
1042
1043 2001-10-06  Matthias Clasen  <matthiasc@poet.de>
1044
1045         * gdk/x11/gdkx.h (GDK_CURSOR_XCURSOR): Replace reference to 
1046         non-existent function gdk_x11_cursor_get_xid 
1047         by gdk_x11_cursor_get_xcursor.
1048
1049 Fri Oct  5 20:50:00 2001  Jonathan Blandford  <jrb@redhat.com>
1050
1051         * gtk/gtktreestore.c (gtk_tree_store_iter_has_child): improve
1052         warning.
1053
1054         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): ref and
1055         unref nodes, #okay61676
1056
1057         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_sort): we listen
1058         to the property; no need to clear the other columns.  Also, we go
1059         to 'unsorted' if the model supports it.
1060
1061 2001-10-05  Sven Neumann  <sven@gimp.org>
1062
1063         * demos/testpixbuf-save.c
1064         * demos/testpixbuf-scale.c: simple tests for the new PNG tEXt chunk 
1065         feature.
1066
1067 Fri Oct  5 19:06:07 2001  Kristian Rietveld  <kristian@planet.nl>
1068
1069         * gtk/gtktreeview.c (gtk_tree_view_leave_notify): should
1070         destroy the search dialog
1071
1072         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search):
1073         added check to prevent creation of a search dialog if there's
1074         already one around
1075
1076         * gtk/gtktreeview.c: Define GTK_TREE_VIEW_SEARCH_DIALOG_KEY, and use
1077         it instead of "search-dialog" (when getting/setting the search dialog
1078         widget).
1079
1080 2001-10-05  Jakub Steiner <jimmac@ximian.com>
1081
1082         * gtk/stock-icons/stock_broken_image.png: broken images icon
1083
1084 2001-10-04  Havoc Pennington  <hp@pobox.com>
1085
1086         Fix #56586
1087         
1088         * gtk/gtksettings.c (gtk_settings_class_init): move the F10
1089         accelerator setting here...
1090
1091         * gtk/gtkmenubar.c (gtk_menu_bar_class_init): ...from over here,
1092         because we try to use it when a menu bar hasn't necessarily been 
1093         initialized.
1094
1095 2001-10-03  Havoc Pennington  <hp@redhat.com>
1096
1097         * tests/testtextbuffer.c (logical_motion_tests): fix test case, 
1098         it previously verified incorrect behavior
1099
1100         Fixes for #61565
1101         
1102         * gtk/gtktextiter.c (gtk_text_iter_set_line): don't return lines
1103         off the end
1104         (_gtk_text_btree_get_iter_at_line_char): don't return lines off
1105         the end
1106         (_gtk_text_btree_get_iter_at_line_byte): don't return lines off
1107         the end
1108         (gtk_text_iter_forward_lines): if on the last line, move to end of
1109         it
1110
1111         * gtk/gtktextbtree.c (_gtk_text_btree_last_could_contain_tag):
1112         don't return a line off the end
1113
1114 Wed Oct  3 23:47:25  Kristian Rietveld  <kristian@planet.nl>
1115
1116         * gtk/gtkeditable.[ch]: move insert_text and delete_text virtual
1117         functions to do_insert_text and do_delete_text, add signals
1118         insert_text, delete_text and changed
1119
1120         * gtk/gtkentry.[ch]: remove signals insert_text, delete_text
1121         and changed. Updates to match new situation.
1122
1123         * gtk/gtkspinbutton.c: updates to match new situation
1124
1125         * gtk/gtkoldeditable.h: remove signals changed, insert_text
1126         and delete_text
1127
1128         * gtk/gtkoldeditable.c: updates to match new situation
1129
1130         * gtk/gtktext.c: updates to match new situation
1131
1132         Fixes bug #59803
1133
1134 2001-10-03  Havoc Pennington  <hp@redhat.com>
1135
1136         * gtk/gtktextiter.c (test_log_attrs): allow testing the end 
1137         position
1138
1139         * gtk/gtktextbuffer.c (compute_log_attrs): update for pango
1140         changes
1141
1142         * tests/testtextbuffer.c (logical_motion_tests): updates
1143
1144 2001-10-03  jacob berkman  <jacob@ximian.com>
1145
1146         * gtk/gtkwidget.c (gtk_widget_style_get_property): 
1147         * gtk/gtkstyle.c (_gtk_style_peek_property_value): 
1148         * gtk/gtksettings.c (apply_queued_setting): 
1149         * gtk/gtkmain.c (gtk_init_check): 
1150         * gtk/gtkcontainer.c (gtk_container_child_get_property):
1151         s/retrive/retrieve/
1152
1153 Wed Oct  3 20:29:29 2001  Kristian Rietveld  <kristian@planet.nl>
1154
1155         * gtk/gtktreemodelsort.[ch]: preparation for surgery
1156         * tests/testtreesort.c: ditto
1157
1158 2001-10-02  Havoc Pennington  <hp@redhat.com>
1159
1160         Throughout: assorted docs
1161         
1162         * gdk/gdkwindow.h: deprecate gdk_window_set_hints(), it's broken,
1163         gdk_window_set_geometry_hints() should be used instead.
1164
1165         * gdk/gdkimage.h: deprecate gdk_image_ref, gdk_image_unref, and
1166         document them
1167
1168         * gdk/x11/gdkx.h: remove gdk_get_client_window() since it doesn't
1169         seem to exist in any .c files
1170
1171         * gdk/x11/gdkcolor-x11.c (gdk_colormap_query_color): docs, 
1172         g_return_if_fail (pixel < colormap->size).
1173
1174 Wed Oct  3 10:42:54 2001  Owen Taylor  <otaylor@redhat.com>
1175
1176         * gtk/gtkdnd.c (gtk_drag_dest_find_target): Allow
1177         NULL for @target_list to mean, use
1178         gtk_drag_dest_get_target_list (widget).
1179
1180         * gtk/gtkdnd.c (gtk_drag_finish): Fix problem where
1181         drop could hang when calling gtk_drag_finish with 
1182         success == FALSE and del == TRUE.
1183
1184         * gtk/gtkdnd.c (gtk_drag_dest_drop): Fix problem where
1185         drops without a matching target found would propagate
1186         to the parent widget rather than being rejected.
1187
1188         * gtk/gtktextview.c (gtk_text_view_drag_data_received): 
1189         Use text_view->dnd_mark instead of mark name to be
1190         consistent with the rest of the code.
1191
1192         * gtk/gtktextview.c (gtk_text_view_drag_motion): Make
1193         pendantically correct for a drop-only-in-some-places
1194         widget. (Check whether you can insert in drag_drop,
1195         not just in drag_motion ... matters in theory, and
1196         for Motif drag and drop in practice.)
1197
1198         * gtk/gtkentry.c (gtk_entry_drag_drop): Patch from 
1199         Damian Ivereigh to not allow drops on non-editable
1200         entries. (#61124)
1201
1202         * gtk/gtkentry.c (gtk_entry_motion_notify): Don't allow
1203         text to be moved from a non-editable entry.
1204         
1205 2001-10-03  James Henstridge  <james@daa.com.au>
1206
1207         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width):
1208         s/width/fixed_width/ in order to get things to compile.
1209
1210 Wed Oct  3 00:37:09 2001  Jonathan Blandford  <jrb@redhat.com>
1211
1212         * gtk/gtkcelleditable.c: docs
1213
1214         * gtk/gtktreemodel.h: more docs.
1215
1216 2001-10-02  Havoc Pennington  <hp@redhat.com>
1217
1218         * gdk/x11/gdkwindow-x11.c: docs
1219
1220         * tests/testtextbuffer.c (logical_motion_tests): add sentence
1221         boundary tests
1222
1223 Tue Oct  2 20:18:32 2001  Kristian Rietveld  <kristian@planet.nl>
1224
1225         * demos/gtk-demo/Makefile.am: add editable_cells.c,
1226         list_store.c and tree_store.c
1227
1228         * demos/gtk-demo/appwindow.c: remove tearoff item from
1229         File menu, put menubar and toolbar in handle boxes.
1230
1231         * demos/gtk-demo/genincude.pl: various changes to support trees
1232
1233         * demos/gtk-demo/main.c: various changes to support trees
1234
1235         * demos/gtk-demo/stock_browser.c: changed name of demo
1236         to Stock Item and Icon Browser, so geninclude.pl doesn't see
1237         it as child
1238
1239         * demos/gtk-demo/editable_cells.c: new file/demo
1240         * demos/gtk-demo/list_store.c: new file/demo
1241         * demos/gtk-demo/tree_store.c: new file/demo
1242
1243 Mon Oct  1 16:05:44 2001  Owen Taylor  <otaylor@redhat.com>
1244
1245         * gtk/gtkrc.c gtk/gtksettings.c: 
1246         g_string_printfa => g_string_append_printf.
1247
1248 Mon Oct  1 16:08:23 2001  Jonathan Blandford  <jrb@redhat.com>
1249
1250         * gtk/gtkliststore.c (gtk_list_store_class_init): add a finalize
1251         and destroy handler.
1252
1253         * gtk/gtktreestore.c (gtk_list_store_class_init): ditto, #59963
1254
1255         * gtk/gtktreeview.h (struct _GtkTreeViewClass): Add
1256         'start_editing' flag to select_cursor_row.  Bug spotted by Manish
1257         Singh <yosh@gimp.org>.
1258
1259 2001-10-01  Matthias Clasen  <matthiasc@poet.de>
1260
1261         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_scanner): replace
1262         g_scanner_add/remove_symbol by g_scanner_scope_add/remove_symbol.
1263
1264         * gtk/gtkrc.c (gtk_rc_parse_any): here as well.
1265
1266 Mon Oct  1 14:07:02 2001  Jonathan Blandford  <jrb@redhat.com>
1267
1268         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): change
1269         scroll_to_cell delayed code to happen in size_allocate.
1270
1271         * gtk/gtkstyle.c (gtk_default_draw_expander): change
1272         prelight/normal arrow drawing.
1273
1274         * gtk/gtktreedatalist.c: Change compare func to use g_utf8_collate
1275
1276         * gtk/gtktreestore.c: refactor.
1277
1278 Sun Sep 30 22:15:52 2001  Manish Singh  <yosh@gimp.org>
1279
1280         * gtk/gtkcheckbutton.c (gtk_check_button_size_allocate): Applied
1281         patch from Soeren Sandmann <sandmann@daimi.au.dk>. Vertically
1282         centers the child in relation to the to indicator height.
1283
1284 Sun Sep 30 15:11:59 2001  Jonathan Blandford  <jrb@redhat.com>
1285
1286         * gtk/gtktreestore.c (gtk_tree_store_remove): Make ITERS_PERSIST
1287         correct
1288
1289 Sun Sep 30  07:01:42 2001 CEST <mikeh@bahnhof.se>
1290
1291         * gtk/gtkcellrenderertext.c: I reverted back to old "weight"
1292         property code using g_param_spec_int and changed from
1293         g_value_get_enum to g_value_get_int instead. Probably a better way
1294         to fix the problem :-)
1295
1296 Sun Sep 30  05:31:32 2001 CEST Mikael Hermansson <tyan@linux.se>
1297
1298     * gtk/gtkcellrenderertext.c changed "weight" property type from 
1299       g_param_spec_int to g_param_spec_enum.
1300
1301 Sat Sep 29 12:25:26 2001  Manish Singh  <yosh@gimp.org>
1302
1303         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): typo
1304         fix: s/Wether/Whether/ in reorderable property description
1305
1306 Thu Sep 27 16:46:36 2001  Jonathan Blandford  <jrb@redhat.com>
1307
1308         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): only
1309         start editing when you select with a keyboard.
1310
1311         (gtk_tree_view_button_press_event): much more graceful now.
1312
1313         * gtk/gtkstyle.c: Draw togglebutton better.
1314
1315 2001-09-26  Havoc Pennington  <hp@redhat.com>
1316
1317         * demos/gtk-demo/dialog.c (interactive_dialog_clicked): add demo
1318         of passing non-stock label in to gtk_dialog_new_with_buttons
1319
1320         * gtk/gtktextview.c (cursor_blinks): disable cursor blink when
1321         debugging updates
1322
1323         * gtk/gtktextiter.h: comment about how GtkTextIter struct contents
1324         are private
1325
1326         * gtk/gtkbutton.c (gtk_button_new_from_stock): if stock ID doesn't
1327         exist, fall back to mnemonic label, not plain label, bug #61184
1328         
1329 Wed Sep 26 19:48:01 2001  Jonathan Blandford  <jrb@redhat.com>
1330
1331         * gtk/gtktreestore.c (gtk_tree_store_set_valist): Stop being
1332         stupid and emitting the signal every time.
1333
1334         * gtk/gtkliststore.c (gtk_list_store_set_valist): ditto
1335
1336 Wed Sep 26 16:35:59 2001  Owen Taylor  <otaylor@redhat.com>
1337
1338        Patch from Mark McLoughlin <mark@skynet.ie> (#61233)
1339
1340        * contrib/gdk-pixbuf-xlib/Makefile.am: install
1341        gdk-pixbuf-xlib-2.0.pc.
1342
1343 Wed Sep 26 16:15:25 2001  Owen Taylor  <otaylor@redhat.com>
1344
1345         * gtk/gtknotebook.c (gtk_notebook_set_tab_label): Fix
1346         problem where menmonic wasn't removed properly when
1347         setting a label when there already is a label.
1348         Also, handle setting the tab label back to the same
1349         value. (#61160, #61161)
1350
1351         * gtk/gtkentry.c (paste_received): Patch from 
1352         Damian Ivereigh to replace selection if there is 
1353         one. (#61121)
1354
1355 2001-09-25  Darin Adler  <darin@bentspoon.com>
1356
1357         * tests/.cvsignore: Ignore new test program.
1358
1359 2001-09-25  Havoc Pennington  <hp@redhat.com>
1360
1361         * gtk/gtktextview.c: fix for #50317
1362         
1363 2001-09-25  Havoc Pennington  <hp@redhat.com>
1364
1365         * gtk/gtktextview.c (gtk_text_view_key_press_event): use 
1366         gtk_text_iter_can_insert
1367         
1368         * gtk/gtktextbuffer.c: use gtk_text_iter_can_insert
1369
1370         * gtk/gtktextiter.c (find_line_log_attrs): fixes, #57611, #57613
1371          (gtk_text_iter_can_insert): new function to fix #60282, should
1372         also fix msw's "can paste into empty buffer" bug.
1373
1374         * gtk/gtktexttag.c (gtk_text_tag_event): change type check for 
1375         "event object,"  #59091
1376
1377         * gtk/gtktextbtree.c: indentation fixes
1378
1379         * gtk/gtktextiter.c (find_by_log_attrs): fixes
1380
1381 Tue Sep 25 12:41:17 2001  Owen Taylor  <otaylor@redhat.com>
1382
1383         * configure.in: Version 1.3.9, interface age 0, binary age 0.
1384
1385         * configure.in: Require GLib-1.39, Pango 0.20, Atk 0.5.
1386
1387         * NEWS: Updates.
1388
1389 Mon Sep 24 11:59:09 2001  Owen Taylor  <otaylor@redhat.com>
1390
1391         * gtk/gtkstyle.[ch] (_gtk_draw_insertion_cursor): Shared
1392         function for drawing cursors between gtkentry/gtklabel/gtktextview.
1393         Should this be public? It has a bit of an odd interface, but
1394         custom editing widgets probably should be using it.
1395         Function will draw with wider width for taller cursors, and
1396         draws a little indicator arrow to indicate directoin for split 
1397         cursors.
1398
1399         * gtk/gtktextview.c: Add a "cursor_color" property.
1400
1401         * gtk/gtktextdisplay.[ch]: Add a cursor_gc parameter to
1402         gtk_text_layout_draw().
1403
1404         * gtk/gtkentry.c gtk/gtklabel.c gtk/gtktextdisplay.c: Use
1405         _gtk_draw_insertion_cursor().
1406
1407 Tue Sep 25 11:22:23 2001  Owen Taylor  <otaylor@redhat.com>
1408
1409         * gtk/gtkcellrenderertext.c gtk/gtktexttag.c: Restore
1410         the behavior where you could turn family_set (etc) back on
1411         and get back the values you had before.
1412
1413         * demos/gtk-demo/stock_browser.c (id_to_macro): Use
1414         g_string_ascii_up() rather than looping through the
1415         string ourself.
1416
1417 Tue Sep 25 15:32:44 2001  Jonathan Blandford  <jrb@redhat.com>
1418
1419         * gtk/gtktreeviewcolumn.c
1420         (gtk_tree_view_column_set_cell_renderer): Removed
1421         (gtk_tree_view_column_set_alignment): xalign = CLAMP (xalign, 0.0, 1.0);  Fixes 61012.
1422
1423         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): Fixed #61012
1424         Patch from Detlef Reichl
1425
1426 2001-09-25  Havoc Pennington  <hp@redhat.com>
1427
1428         * tests/testtextbuffer.c (line_separator_tests): Add tests for
1429         line separators, addresses bug #57428
1430
1431 Tue Sep 25 12:34:42 2001  Jonathan Blandford  <jrb@redhat.com>
1432
1433         * gtk/gtkentry.c: Make a GtkCellEditable
1434         (get_widget_window_size): Change to let it honor size_allocate
1435         when a CellEditable.
1436
1437         * gtk/gtktreeview.c: M-x clean-line-ends.  Lots of focus and
1438         editable changes.
1439         (gtk_tree_view_set_cursor): Now you can set the cursor
1440         horizontally, as well as start editing.
1441
1442         * gtk/gtkstyle.c (gtk_default_draw_check): changing toggle drawing
1443         code to look more like the other check buttons.
1444
1445         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_size):
1446         Change the way we calculate cell size.
1447
1448         * gtk/gtkmarshal.list (VOID:STRING,STRING): new marshaller.
1449
1450         * demos/gtk-demo/sizegroup.c: Add mnemonics.
1451
1452         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): Fix docs.
1453         Fix logic.
1454
1455         * gtk/gtkcellrenderertext.c: Change to be editable.
1456
1457         * gtk/gtkcellrenderertoggle.c: Change to be activatable.
1458
1459         * test/testtreesort.c: Fix misspelling
1460
1461         * test/testreecolumns.c: Add mnemonics.
1462
1463         * test/testreeedit.c: New test program.
1464
1465 2001-09-25  Havoc Pennington  <hp@pobox.com>
1466
1467         * gtk/gtkwindow.c: Put notes in gtk_window_set_has_frame(),
1468         etc. docs about how these are not going to do what you want for 
1469         the X/win32 ports. Futile attempt to avoid a FAQ...
1470
1471 2001-09-24  James Henstridge  <james@daa.com.au>
1472
1473         * gtk/gtkmarshal.list (VOID): add marshal function types.
1474
1475         * gtk/gtkctree.c (gtk_ctree_class_init): make arguments have type
1476         GTK_TYPE_CTREE_NODE|G_SIGNAL_TYPE_STATIC_SCOPE rather than
1477         GTK_TYPE_POINTER.
1478         (gtk_ctree_node_get_type): implement boxed type for GtkCTreeNodes
1479         with no-op copy/free functions.
1480
1481         * gtk/gtkctree.h (gtk_ctree_node_get_type): add prototype for
1482         GtkCTreeNode get_type function.
1483
1484 2001-09-24  Havoc Pennington  <hp@redhat.com>
1485
1486         * gtk/gtktextiter.c, gtk/gtktextbuffer.c, gtk/gtktextbtree.c,
1487         gtktextlayout.c:
1488         Get rid of the newline-that-could-not-be-deleted; buffers may 
1489         now be zero-length. Much easier to fix than expected, once 
1490         I figured out the right way to do it. However, there are 
1491         various subtle bugs introduced by this that will have to get 
1492         sorted out. Please use bugzilla.
1493
1494 Mon Sep 24 15:09:08 2001  Owen Taylor  <otaylor@redhat.com>
1495
1496         * gtk/gtkwindow.c (gtk_window_move_resize): Don't wait for a
1497         response back from the window manager if our size hasn't changed 
1498         since we won't get a response back from the window manager;
1499         there was code in there to do this, but it was in the wrong
1500         place so if the hints change and the size didn't we'd expect
1501         a response.
1502
1503         Also, optimize the position-only-changed case by running
1504         the resize queue immediately, and clean up some comments
1505         for the changes.
1506
1507 Mon Sep 24 12:48:25 2001  Owen Taylor  <otaylor@redhat.com>
1508
1509         * gtk/gtknotebook.h: Add a compat macro that got lost.
1510
1511         * gtk/gtktreestore.c: Doc fixes.
1512
1513         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix reference
1514         leak for windows that receive events after being destroyed.
1515         (#60863, Joshua N. Pritikin)
1516
1517         * gtk/gtktable.c (gtk_table_remove): Use gtk_widget_queue_resize
1518         rather than gtk_container_queue_resize().
1519
1520         * gtk/{gtkcontainer.c,gtkwidget.c,gtkwindow.c}: _gtk prefix
1521         gtk_container_queue_resize, gtk_container_queue_resize_widgets,
1522         gtk_container_child_composite_name. (#60217.)
1523
1524 2001-09-22  Hans Breuer  <hans@breuer.org>
1525
1526         * gtk/gtkmenu.h : fix compat macros for gtk_menu_<prepend|insert>
1527
1528 Sat Sep 22 16:50:34 2001  Kristian Rietveld  <kristian@planet.nl>
1529
1530         * gtk/gtktexttag.c (gtk_text_tag_set_property): (case PROP_WEIGHT):
1531         weight value should be an int
1532
1533 Sat Sep 22 15:17:41 2001  Kristian Rietveld  <kristian@planet.nl>
1534
1535         * gtk/gtkmenu.c (gtk_menu_select_item): move most code
1536         to gtk_menu_scroll_item_visible(). Only call
1537         gtk_menu_scroll_item_visible() if the menu widget has been
1538         realized. Fixes bug #55310.
1539
1540 2001-09-21  Havoc Pennington  <hp@redhat.com>
1541
1542         * gtk/gtktextview.c (gtk_text_view_key_press_event): don't pass
1543         key press to IM context if cursor isn't in an editable location;
1544         bug #58425, patch from Hidetoshi Tajima
1545
1546 2001-09-21  Havoc Pennington  <hp@redhat.com>
1547
1548         Bug #60862
1549         
1550         * gtk/gtktextbtree.c (gtk_text_btree_node_destroy): 
1551         (_gtk_text_btree_unref): fix up mark memory management
1552
1553         * gtk/gtktextmark.c (mark_segment_delete_func): ditto
1554
1555 2001-09-20  Havoc Pennington  <hp@redhat.com>
1556
1557         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): don't
1558         try to handle alignment here, because it's done by PangoLayout
1559         after we set the layout width. Fix from Dov.
1560
1561 2001-09-21  Hans Breuer  <hans@breuer.org>
1562
1563         * gdk/gdk.def :
1564         * gtk/gtk.def : updated externals
1565
1566         * gtk/gtkmain.h : define get_gtk_win32_directoty () 
1567         * gtk/gtkmain.c (find_module) : don't use module_name after freeing it.
1568         Also handle that Win32 pathes cann't be hard-coded      
1569
1570         * gtk/gtkrc.c : use get_gtk_win32_directoty () to cleanup the various
1571         module, themes etc directory calculations
1572
1573         * gdk/win32/gdkgeometry-win32.c : some more hacking to get coordinates
1574         >16 bit right. The size limit within Win9x appears _not_ to be 32767
1575         but slightly smaller ...
1576
1577         * gdk/win32/gdkwindow-win32.c : use impl->position_info to avoid 
1578         >16 bit clipping. Added dummy body for gdk_window_set_icon_list ()
1579
1580         * gdk/win32/gdkdrawable-win32.c : implement gdk_win32_drawable_get_handle ()
1581
1582         * gdk/win32/gdkevents-win32.c : some tweaking to get better expose
1583         handling. I'm not sure if it is better now, but at least not worse
1584
1585         * gdk/win32/makefile.msc : define INSIDE_GDK_WIN32, some cleanup
1586
1587         * gdk/win32/gdkwin32.h : reflect recent API restrictions
1588
1589 2001-09-21  Matt Wilson  <msw@redhat.com>
1590
1591         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy): set
1592         radio_menu_item->group to NULL after removing it from the list, as
1593         it is no longer in the group. (#60869)
1594
1595         * gtk/gtkradiobutton.c (gtk_radio_button_destroy): likewise
1596
1597 2001-09-20  Havoc Pennington  <hp@pobox.com>
1598
1599         * configure.in (PANGO_REQUIRED_VERSION)
1600         (ATK_REQUIRED_VERSION): add variables and checks for specific 
1601         versions of dependencies. Previously we didn't verify the 
1602         Pango or ATk versions.
1603
1604 2001-09-09  Havoc Pennington  <hp@pobox.com>
1605
1606         * gtk/gtktextiter.c: fool with indentation
1607         (gtk_text_iter_in_range): add g_return_if_fail
1608
1609 Thu Sep 20 17:45:54 2001  Joshua N Pritikin  <vishnu@pobox.com>
1610
1611         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): Fix
1612         ref count on new tag to be 1.  Update doc.  (#60836)
1613
1614 Thu Sep 20 16:20:47 2001  Owen Taylor  <otaylor@redhat.com>
1615
1616         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Remove unnecessary
1617         call to gdk_image_new_bitmap(). (#59094, reported by
1618         by Sven Neumann)
1619
1620 Thu Sep 20 15:31:35 2001  Owen Taylor  <otaylor@redhat.com>
1621
1622         * gtk/gtkcalendar.c (gtk_calendar_init): Use the current
1623         day, as well as the current month and year.
1624         (#59047, reported by Vitaly Tishkov)
1625
1626 Thu Sep 20 15:10:30 2001  Owen Taylor  <otaylor@redhat.com>
1627
1628         * gtk/gtkdialog.c (gtk_dialog_init): Automatically set
1629         set dialogs to GTK_WIN_POS_CENTER_ON_PARENT. (#60554)
1630         
1631 Thu Sep 20 18:00:56 2001  Kristian Rietveld  <kristian@planet.nl>
1632
1633         * tests/testgtk.c (struct OptionMenuItem): get rid of it,
1634
1635         (build_option_menu): add func argument, connect ::changed
1636         signal to option menu instead of connecting the ::activate
1637         signal to the menu items,
1638
1639         (toplevel): get rid of RADIOMENUTOGGLED macro,
1640
1641         (list_toggle_sel_mode), (clist_toggle_sel_mode),
1642         (ctree_toggle_line_style), (ctree_toggle_expander_style),
1643         (ctree_toggle_justify), (ctree_toggle_sel_mode),
1644         (progressbar_toggle_orientation), (progressbar_toggle_bar_style):
1645         use gtk_option_menu_get_history() instead of RADIOMENUTOGGLED,
1646
1647         (notebook_type_changed): merged standard_notebook(),
1648         notabs_notebook(), scrollable_notebook() and borderless_notebook()
1649         into notebook_type_changed()
1650
1651         (create_list), (create_ctree), (create_notebook),
1652         (create_progress_bar): changed OptionMenuItem arrays into
1653         gchar * arrays. Removed "Extended" item where used.
1654
1655         Fixes bug #59885
1656
1657 2001-09-20  Sven Neumann  <sven@gimp.org>
1658
1659         * configure.in
1660         * gdk/Makefile.am
1661         * gtk/Makefile.am
1662         * gtk/gtkselection.c
1663         * gtk/gtktreeview.c
1664         * gtk/gtkwindow.c: removed remaining traces of nanox GDK backend.
1665
1666 Thu Sep 20 11:19:42 2001  Owen Taylor  <otaylor@redhat.com>
1667
1668         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): Add
1669         a missing pango_layout_iter_free ().
1670
1671 Thu Sep 20 11:03:51 2001  Owen Taylor  <otaylor@redhat.com>
1672
1673         * gtk/gtkobject.c gtk/gtklist.c gtk/gtkplug.c gtk/gtksocket.c
1674         gtk/gtktreemodelsort.c gtk/gtktreeview.c: Small warning cleanups.
1675
1676         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_get_group): Change
1677         the function definition so we don't accidentally rely on
1678         the compat #define from gtk_radio_menu_item_group.
1679         (#60782, Jeff Franks)
1680
1681 Thu Sep 20 16:51:02 2001  Kristian Rietveld  <kristian@planet.nl>
1682
1683         * gtk/gtkwindow.c (gtk_window_get_frame_dimensions): returned
1684         incorrect values for top, right and bottom due to cut-and-paste
1685         bug. Pointed out by Vitaly Tishkov, fixes bug #59008
1686
1687 Wed Sep 19 17:59:27 2001  Owen Taylor  <otaylor@redhat.com>
1688
1689         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set
1690         _NET_WM_PID and WM_CLIENT_MACHINE properties on each
1691         window, not just on the client leader. (#58463)
1692
1693 Wed Sep 19 17:28:47 2001  Owen Taylor  <otaylor@redhat.com>
1694
1695         * gtk/gtkwidget.c (gtk_widget_new): Add missing cast.
1696
1697         * gtk/gtkmenuitem.[ch] gtk/gtkmenushell.c: Underscore prefix
1698         non-public _gtk_menu_item_set_placement.
1699
1700         * gtk/gtktooltips.h: Deprecate gtk_tooltips_set_delay().
1701
1702 Wed Sep 19 16:16:38 2001  Owen Taylor  <otaylor@redhat.com>
1703
1704         * gdk/win32/gdkcolor-win32.c gdk/x11/gdkcolor-x11.c 
1705           gdk/linux-fb/gdkcolor-fb.c:
1706         Fix propagated (flags && GDK_COLOR_WRITEABLE) typo.
1707         (#59723)
1708
1709 Wed Sep 19 16:12:16 2001  Owen Taylor  <otaylor@redhat.com>
1710
1711         * gdk/gdkpixbuf-render.c: Allow -1 for width/height
1712         to mean "width/height of pixbuf" (Patch from Matthias Clasen,
1713         #59723)
1714
1715 Wed Sep 19 16:01:27 2001  Owen Taylor  <otaylor@redhat.com>
1716
1717         Patch from Frank Belew #59037 for Solaris compilation.
1718
1719         * gtk/maketypes.awk: Change syntax slightly for a call
1720         to sub(), apparently making awk on Solaris happier.
1721
1722         * gtk/gtktreeview.c: Remove C++ comments.
1723
1724 Wed Sep 19 15:46:29 2001  Owen Taylor  <otaylor@redhat.com>
1725
1726         * gtk/gtkwindow.c: Add xgettext:no-c-format comment to
1727         to handle '99% of the time. (#60473, reported by Christian Rose)
1728
1729         * gtk/gtkwidget.h: Remove prototype for gtk_widget_get_usize()
1730         which no longer exists. (#60379, reported by Vitaly Tishkov)
1731
1732 Wed Sep 19 11:06:24 2001  Tim Janik  <timj@gtk.org>
1733
1734         * Released 1.3.8.
1735
1736         * gdk/Makefile.am: kill EXTRA_DIST clearing.
1737         
1738 Wed Sep 19 02:50:40 2001  Tim Janik  <timj@gtk.org>
1739
1740         * demos/Makefile.am ($(testpixbuf_OBJECTS)): don't use BUILT_SOURCES
1741         as its broken in automake 1.4, add explicit object rule to
1742         generate this.
1743         
1744         * gdk-pixbuf/Makefile.am: fix maintainer and normal cleanfiles.
1745         get rid of uneccessary stamps, group stuff more logically, and build
1746         sources due to object rules. fix srcdir!=builddir.
1747
1748 Tue Sep 18 20:47:16 2001  Owen Taylor  <otaylor@redhat.com>
1749
1750         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Fix 
1751         incorrect parameter to compute_double_length
1752         (#58680, patch from Matthias Clasen)
1753
1754         Fixes for compilation with Forte cc. (#59734, Derek Rafter)
1755
1756         * gtk/gtkwindow.h gtk/gtksizegroup.h: Remove extra ;.
1757
1758         * gdk/gdktypes.h (GdkModifierType): Write 1u << 31
1759         for GDK_RELEASE_MASK to avoid warnings with Forte.
1760
1761         * gtk/gtktexttag.c gtk/gtkcellrendertext.c: Add some missing
1762         break; statements.
1763
1764 2001-09-18  Alex Larsson  <alexl@redhat.com>
1765
1766         * gtk/gtkcheckbutton.c:
1767         * gtk/gtkradiobutton.c:
1768         Don't draw with GTK_STATE_ACTIVE.
1769
1770         * gtk/gtkclist.c:
1771         * gtk/gtkctree.c:
1772         Draw lines between rows with base_gc[GTK_STATE_NORMAL].
1773
1774         * gtk/gtktextdisplay.c:
1775         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
1776         unfocused with base_gc [GTK_STATE_ACTIVE].
1777         
1778         * gtk/gtkentry.c:
1779         Add select all menu-item.
1780         Default cursor color is red.
1781         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
1782         unfocused with base_gc [GTK_STATE_ACTIVE].
1783
1784         * gtk/gtklabel.[ch]:
1785         Add keynav + menu to selectable lables.
1786         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
1787         unfocused with base_gc [GTK_STATE_ACTIVE].
1788
1789         * gtk/gtkfilesel.c:
1790         Add drag and drop support.
1791
1792         * gtk/gtkstyle.c:
1793         (This was checked in earlier)
1794         New default values for text/base SELECTED and ACTIVE
1795         
1796 Tue Sep 18 23:51:49 2001  Tim Janik  <timj@gtk.org>
1797
1798         * configure.in: up version to 1.3.8, interface age 0,
1799         binary age 0, depend on glib 1.3.8.
1800
1801         * NEWS: 1.3.8 updates.
1802
1803 Tue Sep 18 18:46:54 2001  Jonathan Blandford  <jrb@redhat.com>
1804
1805         * gtk/gtktreeview.c (gtk_tree_view_start_editing): centralize all
1806         the editing code
1807
1808         * gtk/gtkcelleditable.c: Got rid of stop_editing, as there was no
1809         reason to call it beyond emiting the two signals.
1810
1811         * gtk/gtkentry.c (gtk_entry_class_init): add "has_frame" property
1812         to GtkEntry.
1813
1814 Wed Sep 12 11:21:14 2001  Owen Taylor  <otaylor@redhat.com>
1815
1816         * gtk/gtkcellrenderertext.[ch] gtk/gtktexttag.[ch]
1817           gtk/gtktextview.c tests/testgtk.c: Fix up for changes to 
1818         PangoFontDescription.
1819
1820         * gtk/gtkentry.c gtk/gtkclist.c gtk/gtkcellrenderertext.c
1821         gtk/gtkspinbutton.c: Fix up for change to PangoMetrics
1822         structure.
1823   
1824         * gtk/gtkfontsel.c: Fix up for new Pango font listing API.
1825
1826         * gtk/gtkstyle.[ch]: Add gtk_style_get_font/set_font to replace
1827         direct access to style->font. Deprecate gtk_style_ref/unref.
1828   
1829         * gtk/gtkclist.c gtk/gtkctree.c gtk/gtkstyle.c gtk/gtkwidget.c:
1830         Remove gtk_style_ref/unref with g_object_ref/unref.
1831   
1832         * gtk/gtkcalendar.c: Remove leftover macros accessing
1833         style->font.
1834   
1835         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): Remove unused
1836         variable.
1837   
1838         * gtk/gtktext.c gtk/gtklabel.c: Use gtk_style_get_font() instead of 
1839         style->font.
1840
1841 Tue Sep 18 13:51:35 2001  Jonathan Blandford  <jrb@redhat.com>
1842
1843         * gtk/gtkcellrenderer.h (enum): Get rid of broken "can_edit" and
1844         "can_activate" properties in favor of
1845         GTK_CELL_RENDERER_MODE_INERT, GTK_CELL_RENDERER_MODE_ACTIVATABLE,
1846         and GTK_CELL_RENDERER_MODE_EDITABLE
1847
1848 Tue Sep 18 12:12:43 2001  Jonathan Blandford  <jrb@redhat.com>
1849
1850         * gtk/gtktreeview.c (gtk_tree_view_put): Add put for use with
1851         editable widgets.  This function is private, and should only be
1852         used by GtkTreeView.
1853
1854 2001-09-18  Matt Wilson  <msw@redhat.com>
1855
1856         * docs/Makefile.am (EXTRA_DIST): don't use += before =
1857
1858         * docs/faq/Makefile.am (EXTRA_DIST): likewise
1859
1860         * docs/tutorial/Makefile.am (EXTRA_DIST): likewise
1861         
1862         * gdk/Makefile.am (MAINTAINERCLEANFILES): likewise
1863         (EXTRA_HEADERS): likewise
1864
1865         * gtk/Makefile.am (MAINTAINERCLEANFILES): likewise
1866         (EXTRA_HEADERS): likewise
1867         (EXTRA_DIST): likewise
1868         (CLEANFILES): likewise
1869
1870         * gtk/stock-icons/Makefile.am (CLEANFILES): likewise
1871
1872         * tests/Makefile.am (EXTRA_DIST): likewise
1873         
1874         * Makefile.am (install-data-local): changed to use
1875         install-data-hook, which runs after install-pkgconfigDATA, so that
1876         the pkgconfigdir will have been created and populated first.
1877
1878 Mon Sep 17 17:39:52 2001  Jonathan Blandford  <jrb@redhat.com>
1879
1880         * gtk/gtkcelleditable.[ch]: Add editable interface.  This should
1881         be the last big GtkTreeView API change.
1882
1883         * gtk/gtkcellrenderer.[ch]: Get rid of the "event" vfunc, and
1884         replace with "activate" and "start_editing".  Also, added a
1885         "can_activate" and "can_edit" property.
1886
1887         * gtk/gtktreeviewcolumn.c: modify to use above.
1888
1889 2001-09-16  Alexander Larsson  <alla@lysator.liu.se>
1890
1891         * gtk/gtkoptionmenu.c:  Handle scroll wheel events.
1892
1893 Fri Sep 14 22:31:25 2001  Matthias Clasen  <matthiasc@poet.de>
1894
1895         * demos/gtk-demo/main.c (setup_default_icon): Use a shaped
1896         icon instead of one with ugly white background.
1897
1898 Fri Sep 14 22:26:01 2001  Matthias Clasen  <matthiasc@poet.de>
1899
1900         * demos/gtk-demo/stock_browser.c (id_to_macro): make
1901         the uppercasing work. (#59550)
1902
1903 2001-09-14  Jakub Steiner <jimmac@ximian.com>
1904
1905         * gtk/stock-icons/dialog_error.png:
1906         * gtk/stock-icons/dialog_question.png: more road signs
1907
1908 2001-09-13  Jakub Steiner <jimmac@ximian.com>
1909
1910         * gtk/stock-icons/dialog_question.png:
1911         * gtk/stock-icons/dialog_warning.png: anders and jonathan seem to
1912           like a road sign.
1913
1914 Wed Sep 12 19:01:05 2001  Jonathan Blandford  <jrb@redhat.com>
1915
1916         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Rename interface
1917         signals to make them more clear.  Also, change ::range_changed to
1918         ::row_changed.
1919         * gtk/gtktreemodel.c: Adjust to interface change
1920         * gtk/gtktreemodel.h: ditto
1921         * gtk/gtktreemodelsort.c: ditto
1922         * gtk/gtktreestore.c: ditto
1923         * gtk/gtkliststore.c: ditto
1924         * gtk/gtktreeview.c: ditto
1925         * tests/testtreecolumns.c: ditto
1926         * gtk/gtkmarshal.list: Actually remove a marshaller!
1927
1928 2001-09-12  Padraig O'Briain <padraig.obriain@sun.com>
1929
1930         * gtk/gtktextview.c
1931         Add support for Ctrl+Up/Down arrow to move cursor to beginning
1932         of previous/next paragraph. If within a paragraph cursor moves to
1933         beginning of that paragraph.
1934
1935 2001-09-12  Jakub Steiner <jimmac@ximian.com>
1936
1937         * gtk/stock-icons/dialog_question.png: replacing the shaky
1938           question mark with a sans-serif one.
1939         * gtk/stock-icons/stock_top.png, stock_bottom.png,
1940      stock_first.png, stock_last.png: using the new style arrows
1941         * gtk/stock-icons/stock_font.png: simple one to replace the ugly
1942      colors.
1943         * gtk/stock-icons/stock_refresh.png: anti-aliased and changed
1944      color.
1945         * gtk/stock-icons/stock_zoom*: anti-aliased
1946         * gtk/stock-icons/dialog_error.png, dialog_warning.png: confused
1947      '-' with a '_', removed the wrong files
1948
1949 Sat Sep  8 16:19:02 2001  Owen Taylor  <otaylor@redhat.com>
1950  
1951         * gtk/gtkmain.c: Implement a search path for GTK+ modules.
1952  
1953         * configure.in gtk/gtkrc.c gtk/Makefile.am: Look for modules
1954         in gtk-2.0/<type>/major.minor.(micro-binary_age) rather
1955         than in gtk-2.0/major.minor.micro/<type>/. This
1956         works better for a search path for modules.
1957  
1958         * gtk+-2.0.pc.in gtk+-2.0-uninstalled.pc.in: Add
1959         gtk_binary_version variable holding major.minor.(micro-binary_age).
1960  
1961         * modules/input/Makefile.am (moduledir): Fix installation
1962         directory to match change in lookup location.
1963  
1964         * gtk/gtkmain.c (gtk_init_check): Remove OS/2 code for dll 
1965         suffixes. Needs to be handled in g_module_build_path().
1966
1967         * gtk/gtkrc.c gtk/queryimmodules.c: Use g_build_filename() where
1968         appropriate.
1969  
1970 Tue Sep 11 13:59:12 2001  Owen Taylor  <otaylor@redhat.com>
1971
1972         * gtk/gtkrc.c (insert_rc_property): Fixed reversed comparison
1973         causing RC properties not to work.
1974
1975 2001-09-11  Jakub Steiner <jimmac@ximian.com>
1976
1977         * gtk/stock-icons/dialog-error.png: less drastic
1978         * gtk/stock-icons/dialog-warning.png: no body parts. (I hope
1979           "STOP" is international enough.
1980         * gtk/stock-icons/stock_dnd*.png: get rid of the cursor
1981         * gtk/stock-icons/stock_menu_properties.png: 16x16 version
1982
1983 Mon Sep 10 21:26:24 2001  Joshua N Pritikin  <vishnu@pobox.com>
1984
1985         * gtk/gtktextview.c (gtk_text_view_set_buffer): Make
1986         (add|remove)_selection_clipboard symmetric. (bug #59836)
1987
1988         * gtk/gtktreeview.c (gtk_tree_view_unref_and_check_selection_tree): 
1989         Avoid SEGV for empty tree. (bug #60243)
1990
1991 Mon Sep 10 20:47:22 2001  Tim Janik  <timj@gtk.org>
1992
1993         * tests/testgtk.c (create_idle_test): slight fix for
1994         g_object_set() not usable for nesting anymore.
1995
1996         * gtk/gtkhandlebox.c (gtk_handle_box_class_init): 
1997         * gtk/gtkframe.c (gtk_frame_class_init): deprecate ::shadow
1998         properties, supply ::shadow_type properties instead as most
1999         other widgets do.
2000
2001 2001-09-10  Alex Larsson  <alexl@redhat.com>
2002
2003         * demos/gtk-demo/stock_browser.c:
2004         * gdk/gdkcolor.c:
2005         * gdk/gdkfont.c:
2006         * gdk/gdkcursor.c:
2007         * gdk/gdkevents.c:
2008         * gdk/gdkrectangle.c:
2009         * gtk/gtktypeutils.c:
2010         Update to use the new g_boxed_type_register_static API.
2011
2012 2001-09-10  Padraig O'Briain <padraig.obriain@sun.com>
2013
2014         * gtk/gtktreestore.c:
2015         Fix looping in gtk_tree_store_init() waiting for zero random int.
2016
2017 Mon Sep 10 16:55:49 2001  Tim Janik  <timj@gtk.org>
2018
2019         * gtk/gtkalignment.c (gtk_alignment_init): fix xscale and yscale
2020         behaviour which havoc broke. they have to default to 1.0 for
2021         expand behaviour.
2022
2023         * gtk/gtkwindow.c (gtk_window_get_property): don't cast NULL objects.
2024
2025 2001-09-10  Padraig O'Briain <padraig.obriain@sun.com>
2026
2027         * gtk/gtkstyle.c (_gtk_style_peek_property_value)
2028         Amend previous change to avoid runtime error in g_param_spec_ref()
2029
2030 Mon Sep 10 06:58:56 2001  Owen Taylor  <otaylor@redhat.com>
2031
2032         * gtk/gtkrc.c (insert_rc_property): Fix blank line
2033         in the wrong place.
2034
2035 Mon Sep 10 06:50:39 2001  Owen Taylor  <otaylor@redhat.com>
2036
2037         * gtk/gtkstyle.c (_gtk_style_peek_property_value): Don't
2038         do a lookup immediately after creating style->property_cache,
2039         since bsearch crashes on zero length for Solaris.
2040         (Found by Padraig O'Briain.)
2041
2042 2001-09-09  Alexander Larsson  <alla@lysator.liu.se> 
2043
2044         * gtk/gtkwidget.c (_gtk_widget_peek_colormap):
2045         Really return NULL if not set.
2046         (gtk_widget_init): Remove unused varaible.
2047         
2048 2001-09-09  Alexander Larsson  <alla@lysator.liu.se> 
2049
2050         * configure.in:
2051         Remove gdk/nanox/Makefile from AC_OUTPUT(), since it is no longer
2052         in cvs.
2053
2054 2001-09-08  Havoc Pennington  <hp@pobox.com>
2055
2056         * gtk/gtkaccelgroup.c: add docs to functions that I can imagine 
2057         people might want to use
2058
2059 2001-09-08  Havoc Pennington  <hp@pobox.com>
2060
2061         * gtk/gtkalignment.c (gtk_alignment_class_init): default
2062         xscale/yscale to 0.0, not 0.5, 0.5 isn't useful
2063
2064         * tests/testtextbuffer.c: fix usage of gtk_text_iter_spew
2065
2066         * gtk/gtktextiter.c: fix docs
2067         (gtk_text_iter_spew): get rid of this
2068
2069         * gtk/gtklayout.c: docs
2070
2071         * gtk/gtkbutton.c (gtk_button_construct_child): add an alignment
2072         to center image and label together, instead of having image on
2073         left and label centered, patch/suggestion from Jacob
2074
2075         * gtk/gtkdialog.c: docs
2076
2077 Sat Sep  8 14:19:49 2001  Jonathan Blandford  <jrb@redhat.com>
2078
2079         * gtk/gtkliststore.c: Write documentation
2080         * gtk/gtktreestore.c: Write documentation
2081
2082 Sat Sep  8 13:53:09 2001  Owen Taylor  <otaylor@redhat.com>
2083
2084         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch]: Replace uses of GBSearchArray
2085         with GArray and bsearch(), to remove dependency on a still
2086         evolving interface that we want to keep private to glib/gobject. 
2087
2088 2001-09-08  Havoc Pennington  <hp@pobox.com>
2089
2090         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_add_attribute):
2091         docs fixes
2092
2093         * gtk/gtktable.c (gtk_table_get_col_spacing): docs fixes
2094
2095         * gtk/gtkspinbutton.c (gtk_spin_button_get_increments): docs fixes
2096
2097         * gtk/gtksocket.c (gtk_socket_steal): docs fixes
2098
2099         * gtk/gtkscrolledwindow.h: docs fixes
2100
2101         * gtk/gtkimage.c (gtk_image_new): docs fixes
2102
2103 Sat Sep  8 01:49:22 2001  Owen Taylor  <otaylor@redhat.com>
2104
2105         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check): Prevent a 
2106         false alarm  constness warning with a cast.
2107
2108         * gdk/x11/gdkx.h: Undefine GDK_ROOT_PARENT before redefining it
2109         for the inside-gdk case.
2110
2111 Sat Sep  8 01:44:18 2001  Jonathan Blandford  <jrb@redhat.com>
2112
2113         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_set_dirty):
2114         remove g_print.
2115
2116         * gtk/gtktreeview.c (gtk_tree_view_set_model): unref model when we
2117         change models, #59899
2118
2119 2001-09-07  Havoc Pennington  <hp@pobox.com>
2120
2121         * gtk/gtkmain.c: move some docs inline
2122
2123 2001-09-07  Havoc Pennington  <hp@pobox.com>
2124
2125         * gtk/gtk.h: tsk tsk, jrb broke the build
2126
2127 Fri Sep  7 20:45:29 2001  Jonathan Blandford  <jrb@redhat.com>
2128
2129         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_pack_{start,end}):
2130         Removed 'fill' attribute.  It was silly b/c that was a property of
2131         the cell renderer, anyway.
2132         (gtk_tree_view_column_render): Actually render the packed
2133         renderers.
2134         * doc/tree-column-sizing.txt: initial devel documentation.
2135         * gtk/gtktreeview.c (gtk_tree_view_expand_all): Fix bug.
2136         * gtk/gtkcellrenderertextpixbuf.[ch]: removed.
2137
2138         * tests/testtreefocus.c: fix up to reflect above changes.
2139         * tests/testtreeview.c: ditto
2140         * demos/gtk-demo/stock_browser.c: ditto
2141
2142 2001-09-07  Alex Larsson  <alexl@redhat.com>
2143
2144         * gdk/linux-fb/gdkcolor-fb.c:
2145         Removed unused function.
2146         
2147         * gdk/linux-fb/gdkdrawable-fb2.c
2148         * gdk/linux-fb/gdkfont-fb.c:
2149         Use PangoLanguage functions.
2150
2151         * gdk/linux-fb/gdkinput.c:
2152         * gdk/linux-fb/gdkselection-fb.c:
2153         Fix const warnings.
2154         
2155         * gdk/linux-fb/gdkwindow-fb.c:
2156         Fix warning. Implement gdk_window_set_icon_list() and
2157         gdk_window_get_frame_extents(). (No icon support yet though.)
2158
2159         * gtk/gtkwindow.c (gtk_window_get_position):
2160         If window->frame is set get the extents of it instead.
2161         
2162 Fri Sep  7 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
2163
2164         * gtk/gtkwidget.c (gtk_widget_get_default_colormap): 
2165         Make the default default colormap the GdkRGB colormap,
2166         not the system colormap.
2167
2168         * gtk/gtkinvisible.c (gtk_invisible_init) 
2169           gtk/gtkwindow.c (gtk_window_init): Set the current
2170         colormap, as returned by _gtk_widget_peek_colormap()
2171         on the widget.
2172
2173         * gtk/gtkwidget.[ch]: Export _gtk_widget_peek_colormap
2174         to GTK+. Make it return %NULL instead of the default
2175         colormap if no colormap has explicitely been pushed.
2176
2177         * gtk/gtkwidget.c (gtk_widget_get_colormap): Check for
2178         colormaps on ancestral widgets before defaulting the
2179         the system default colormap.
2180
2181         * docs/Changes-2.0.txt: explain colormap changes.
2182
2183 2001-09-07  Havoc Pennington  <hp@redhat.com>
2184
2185         * gtk/gtktextiter.c: add some lame code to handle G_MININT, fixes 
2186         #57424
2187
2188 Fri Sep  7 18:17:47 2001  Owen Taylor  <otaylor@redhat.com>
2189
2190         * gdk/gdk.h gdk/x11/gdkmain-x11.c: Deprecate gdk_set/get_use_xshm, 
2191         make gdk_set_use_xshm a noop. Remove --no-xshm command line
2192         option. If we aren't autodetecting properly, we need
2193         to fix the problem, or at least make it an environment
2194         variable setting, to avoid problems with propagating
2195         to embedded children, plugins, etc.
2196
2197         * gdk/gdkcolor.h: Deprecate gdk_colormap_get_system_size().
2198
2199         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf.h
2200         (gdk_pixbuf_render_pixmap_and_mask_for_colormap):
2201         New function to render a pixmap and mask for a particular colormap.
2202
2203         * gtk/gtkwindow.c (get_pixmap_and_mask): Change to use
2204         gdk_pixbuf_render_pixmap_and_mask_for_colormap () instead
2205         of internal implementation of the same.
2206
2207 2001-09-07  Havoc Pennington  <hp@redhat.com>
2208
2209         * gtk/gtktextlayout.c (gtk_text_layout_get_lines): remove some
2210         debug code that seems to have caused a breakpoint in valid cases
2211         
2212         * gtk/gtktextbtree.c (_gtk_text_btree_add_view): set the prev
2213         pointer on the first view when adding the second view, fixes
2214         crash when closing gtk-demo text test with active selection
2215
2216         * gtk/gtktextbuffer.c
2217         (gtk_text_buffer_remove_selection_clipboard): don't leave dead
2218         clipboards in the list of clipboards - probably fixes #59836
2219
2220 Fri Sep  7 11:51:44 2001  Owen Taylor  <otaylor@redhat.com>
2221
2222       Make gdkx.h the only installed header from gdk/x11.
2223       All structures in gdk/x11 are opaque.
2224
2225         * gdk/x11/Makefile.am gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h:
2226         Don't install gdk{drawable,pixmap,window}-x11.h.
2227
2228         * gdk/x11/{gdkcolormap-x11.c, gdkfont-x11.c, gdkx.h, gdkvisual-x11.c: 
2229         Move GdkColormapPrivateX11, GdkFontPrivateX GdkImagePrivateX11, 
2230         GdkVisualClass into C files.
2231
2232         * gdk/gdkpixmap-x11.[ch]: Make gdk_pixmap_impl_get_type() static.
2233
2234         * gdk/x11/{gdkcolor-x11.c, gdkcursor-x11.c, gdkdrawable-x11.c,
2235         gdkfont-x11.c, gdkgc-x11.c, gdkx.h, gdkimage-x11,gdkvisual-x11.c}
2236         Add public functions to replace previously exported direct
2237         structure access.
2238         gdk_x11_colormap_get_{xdisplay,xcolormap} 
2239         gdk_x11_cursor_get_{xdisplay,xcursor},
2240         gdk_x11_drawable_get_{xdisplay,xcursor,gdk_x11_visual_get_xvisual, 
2241         gdk_x11_font_get_{xdisplay,xfont}, gdk_x11_image_get_{xdisplay,ximage},
2242         gdk_x11_gc_get_{xdisplay,ximage}
2243         
2244         * gdk/gdkprivate.h gdk/gdkinternals.h: Move GdkColorInfo,
2245         GdkEventFilter, GdkClientFilter, GdkFontPrivate to gdkinternals.
2246
2247       Fix a number of variables and functions that were exported
2248       "accidentally" from GDK.
2249
2250         * gdk/**.[ch]: gdk => _gdk for gdk_visual_init,
2251         gdk_events_init, gdk_input_init, gdk_dnd_init, gdk_image_exit, 
2252         gdk_input_exit, gdk_windowing_exit, gdk_event_func, gdk_event_data,
2253         gdk_event_notify, gdk_queued_events, gdk_queued_tail,
2254         gdk_event_new, gdk_events_queue, gdk_events_unqueue,
2255         gdk_event_queue_find_first, gdk_event_queue_remove_link,
2256         gdk_event_queue_append, gdk_event_button_generate,
2257         gdk_debug_flags, gdk_default_filters, gdk_parent_root.
2258
2259         * gdk/x11/{gdkevents-x11.c, gdkglobals-x11.c, gdkimage-x11.c, 
2260            gdkmain-x11.c, gdkprivate-x11.h, gdk/x11/gdkwindow-x11.c}:
2261         gdk => _gdk for gdk_event_mask_table, gkd_nevent_masks, 
2262         gdk_wm_window_protocols, gdk_leader_window, gdk_xgrab_window,
2263         gdk_use_xshm, gdk_input_ignore_core.
2264
2265         * gdk/x11/xsettings-common.h (xsettings_list_insert): Add
2266         #defines to namespace functions into the private _gdk_ 
2267         namespace.
2268
2269         * gdk/gdkwindow.[ch] gdk/x11/gdkx.h: Add gdk_get_default_root_window ()
2270         to replace gdk_parent_root exported variable. Adjust and
2271         deprecate GDK_ROOT_PARENT().
2272
2273         * demos/{testpixbuf-drawable.c,testpixbuf-save.c}: Fix
2274         GDK_ROOT_PARENT usage, remove includes of port-specific
2275         headers.
2276
2277         * gdk/{win32,x11,fb}/gdkinput*.[ch]: s/gdk/_gdk/ for 
2278         _gdk_input_gxid_host, _gdk_input_gxid_port, _gdk_input_ignore_core, 
2279         gdk_input_devices, _gdk_input_windows, gdk_init_input_core.
2280
2281         * gdk/x11/{gdkevents-x11.,c gdkglobals-x11.c, gdkmain-x11.c}
2282         docs/Changes-2.0.txt: Remove gdk_wm_protocols, 
2283         gdk_wm_delete_window functions, gdk_wm_take_focus, 
2284         use gdk_atom_intern() instead.
2285
2286         * gdk/linux-fb/{gdkselection-fb.c, gdkmain-fb.c, gdkprivatefb.h}
2287           gdk/win32/{gdkselection-win32.c, gdkmgdkwin32.h, gdkprivate-win32.h} 
2288           gdk/x11/{gdkselection-x11.c gdkx.h, gtkprivate-x11.h}
2289           gtk/gtkselection.c 
2290         Unexport gdk_selection_property, just use 
2291         gdk_atom_intern ("GDK_SELECTION").
2292
2293         * gdk/x11/{gdkprivate-x11.h,gdkdrawable-x11h,gdkgc-x11.c,gdkx.h}: 
2294         Unexport gdk_drawable_impl_x11_get_type, gdk_gc_x11_get_type, 
2295         GDK_GC_X11 cast macros, GdkGCX11 structures, GdkCursorPrivate, 
2296         GdkVisualprivate, gdk_x11_gc_flush.
2297
2298       Make a number of public exports of variables into functions
2299       to increase encapsulation.
2300
2301         * gdk/gdkinternals.h gdk/gdkinput.h gdk/gdkevents.h 
2302         gdk/linux-fb/gdkmouse-fb.c: gdk_core_pointer => _gdk_core_pointer, 
2303         move to gdkinternals.h. Add gdk_device_get_core_pointer ().     
2304
2305         * gdk/gdkprivate.h gdk/gdkpango.c gdk/gdkinternals.h
2306         docs/Changes-2.0.txt: Unexport gdk_parent_root, gdk_error_code, 
2307         gdk_error_warnings.
2308
2309         * gdk/x11/{gdkcolormap-x11.c, gdkmain-x11.c, gdkx.h}
2310           docs/Changes-2.0.txt: 
2311         s/gdk_screen/_gdk_screen/, add gdk_x11_get_default_screen()
2312         s/gdk_root_window/_gdk_root_window/, add gdk_x11_get_default_root_xwindow()
2313         Add gdk_x11_get_default_xdisplay().
2314
2315         * gdk/gdk.h gdk/gdk.c linux-fb/gdkfb.h linux-fb/gdkglobals-fb.c 
2316         win32/gdkwin32.h x11/gdkglobals-x11.c gdk/x11/gdkmain-x11.c 
2317         gdk/x11/gdkx.h: gdk/gdk.def: Add gdk_get/set_program_class, 
2318         Don't export gdk_progclass, move --class command line
2319         option and handling to common portion of GDK.
2320
2321       Miscellaneous fixes:
2322
2323         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): Fix
2324         g_return_val_if_fail that should have been g_return_if_fail.
2325
2326         * gdk/gdkinternals.h gdk/gdkprivate.h: Move
2327         gdk_synthesize_window_state() to the semi-public gdkprivate.h.
2328
2329         * gtk/gtkdnd.c (_gtk_drag_source_handle_event): Remove uneeded
2330         X11 dependency.
2331
2332         * gdk/linux-fb/gdkmain-fb.c gdk/win32/gdkmain-win32.c gdk/TODO: 
2333         Remove unused gdk_key_repeat_disable/restore.
2334
2335         * linux-fb/gdkglobals-fb.c win32/gdkglobals-win32.c 
2336         x11/gdkglobals-x11.c x11/gdkprivate-x11.h gdk/gdk.def:
2337         Remove unused gdk_null_window_warnings variable.
2338
2339         * gdk/Makefile.am (DIST_SUBDIRS) nanox/*: cvs remove nanox;
2340         it can be retrieved from the repository; it is too far
2341         from functional to be worth having people check out;
2342         it would be easier to start from scratch, I suspect.
2343
2344         * gdk/x11/gdkpixmap-x11.c: Fix lvalue usage of GDK_PIXMAP_XID().
2345
2346         * gdk/x11/gdkkeys-x11.c gdk/gdkrgb.c gdk/gdkwindow.c 
2347         gdk/x11/gdkpango-x11.c gdk/x11/gdkselection-x11.c: 
2348         Fix some accidentally global variables and unused global variables.
2349
2350         * gdk/x11/gdkkeys-x11.c gdk/gdkrgb.c gdk/gdkwindow.c 
2351         gdk/x11/gdkpango-x11.c gdk/x11/gdkselection-x11.c: 
2352         Fix some accidentally global variables and unused global variables.
2353
2354       Add some space for future expansion to multihead.
2355
2356         * gdk/gdkdrawable.h: Add four reserved function pointers
2357         for future expansion of GdkDrawableClass.
2358
2359         * gtk/gtkwindow.h gtk/gtkinvisible.h: Add reserved pointer
2360         where we can put a GdkScreen * later.
2361
2362 2001-09-07  Havoc Pennington  <hp@redhat.com>
2363
2364         * gtk/gtktextview.c (gtk_text_view_flush_scroll): update
2365         adjustments after validating destination yrange; fixes #53918
2366         (This may cause other issues, but I hope it won't)
2367         
2368 2001-09-05  Havoc Pennington  <hp@redhat.com>
2369
2370         * gtk/gtktextbtree.c (_gtk_text_btree_delete): when merging end
2371         line into start line, update the character counts in parent nodes; 
2372         caused a bug when end and start line had different parent nodes.
2373
2374 2001-08-30  Havoc Pennington  <hp@redhat.com>
2375         
2376         * gtk/gtktexttag.c (_gtk_text_attributes_fill_from_tags): add
2377         assertion that tag is in a table
2378
2379 Fri Sep  7 12:48:56 2001  Matthias Clasen  <matthiasc@poet.de>
2380
2381         * gdk/x11/gdkkeys-x11.c (get_direction): Don't call
2382         g_strcasecmp on NULL strings. (#59058)
2383
2384 2001-09-06  Alex Larsson  <alexl@redhat.com>
2385
2386         * gtk/gtkbin.c:
2387         * gtk/gtkfontsel.c:
2388         * gtk/gtkspinbutton.c:
2389         * gtk/gtktipsquery.c:
2390         Use GtkType/GType instead of uint.
2391
2392 Tue Sep  4 18:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
2393
2394         * gtk/gtkliststore.c (gtk_list_store_init): fix initial val for
2395         sort column.
2396
2397         * gtk/gtktreestore.c (gtk_list_store_init): ditto
2398
2399         * gtk/gtktreesortable.c: add docs.
2400
2401 Tue Sep  4 09:37:19 2001  Owen Taylor  <otaylor@redhat.com>
2402
2403         * Version 1.3.7
2404
2405         * configure.in docs/Makefile.am docs/gtk-config.1.in: Remove 
2406         docs for gtk-config
2407
2408         * modules/input/Makefile.am (install-data-local): Don't
2409         run gtk-query-immodules if DESTDIR is set.
2410
2411         * NEWS: Various additions.
2412
2413 Tue Sep  4 03:12:25 2001  Tim Janik  <timj@gtk.org>
2414
2415         * NEWS: updates for 1.3.7 release.
2416
2417 Mon Sep  3 18:03:56 2001  Jonathan Blandford  <jrb@redhat.com>
2418
2419         * gtk/gtktreestore.c (gtk_tree_store_set_default_sort_func):
2420         handle default sort feature
2421
2422         * gtk/gtktreesortable.c (gtk_tree_sortable_set_default_sort_func):
2423         new function to handle default sort.
2424         (gtk_tree_sortable_has_default_sort_func): check if default sort
2425         is set.
2426
2427         * gtk/gtkliststore.c (gtk_list_store_set_default_sort_func): 
2428         handle default sort feature
2429
2430 Sun Sep  2 20:32:36 2001  Jonathan Blandford  <jrb@redhat.com>
2431
2432         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): patch from
2433         vishnu@pobox.com (Joshua N Pritikin) to fix math and an assertion,
2434         #59731
2435
2436 Sun Sep  2 17:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
2437
2438         * gtk/gtktreeview.c (gtk_tree_view_deleted): Patch from
2439         vishnu@pobox.com (Joshua N Pritikin) to emit signal at the correct
2440         time, #59727
2441
2442         * gtk/gtkbutton.c (gtk_button_update_state): Get depressed
2443         correctly.
2444
2445 Sun Sep  2 21:41:21 2001  Owen Taylor  <otaylor@redhat.com>
2446
2447         * gdk/x11/gdkkeys-x11.c (update_keymaps): Set current serial
2448         so that we don't eternally update the keymap after we
2449         get a change notification.
2450
2451         * gtk/gtkmenuitem.c (gtk_menu_item_set_right_justified): Fix
2452         incorrect cast.
2453
2454 Sun Sep  2 23:27:16 2001  Kristian Rietveld  <kristian@planet.nl>
2455
2456         * gtk/gtktreemodelsort.[ch]: much changes in an attempt to make
2457         it working. It mostly works now, although there're still a few issues
2458         to be worked out.
2459
2460         * tests/testtreesort.c (main): changes to have a better test
2461         application for the GtkTreeModelSort.
2462
2463 Sun Sep  2 23:19:07 2001  Kristian Rietveld  <kristian@planet.nl>
2464
2465         * gtk/gtktreeview.c (gtk_tree_view_search_iter): code cleaup,
2466         fix for bug #59222.
2467
2468         * gtk/gtktreeview.c (gtk_tree_view_search_equal_func): add
2469         gpointer search_data argument to function definition and
2470         prototype, to match GtkTreeViewSearchEqualFunc typedef.
2471
2472 Sat Sep  1 21:57:27 2001  Kristian Rietveld  <kristian@planet.nl>
2473
2474         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): add warnings
2475         per jrb's request.
2476
2477 Fri Aug 31 20:01:23 2001  Jonathan Blandford  <jrb@redhat.com>
2478
2479         * gtk/gtktreeview.c (gtk_tree_view_search_iter): pass in user data.
2480
2481         * gtk/gtktreeview.c (gtk_tree_view_destroy): destroy search_data.
2482
2483 Wed Aug 29 20:40:58 2001  Owen Taylor  <otaylor@redhat.com>
2484
2485         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_add/remove_selection_clipboard): 
2486         Instead of always mirroring the selection to a single PRIMARY
2487         selection, allow it to be mirrored to any number of clipboards.
2488
2489         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_paste_primary): Remove, 
2490         just use gtk_text_buffer_paste_clipboard with the appropriate clipboard.
2491
2492         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_cut/copy/paste_clipboard): Add a
2493         GtkClipboard argument, and for paste_clipboard, the
2494         @override_location argument from @paste_primary.
2495
2496         * gtk/gtktextview.c: Adapt to above change.
2497         
2498 2001-08-30  Havoc Pennington  <hp@redhat.com>
2499
2500         * gtk/gtktextview.c (invalidated_handler): put validate idle at
2501         resize - 2 just for flexibility
2502
2503 2001-08-30  Havoc Pennington  <hp@redhat.com>
2504
2505         * gtk/gtktextdisplay.c (render_layout_line): handle NULL shaped
2506         object from the empty-child-anchor case by drawing a little box.
2507         
2508         * gtk/gtktextlayout.c (add_child_attrs): Still set shape attribute
2509         if the child anchor has no anchored widgets - fixes #59328.
2510
2511         Also, remove bizarre deletion of preedit string that seems to have
2512         gotten in here somehow.
2513
2514 2001-08-30  Havoc Pennington  <hp@redhat.com>
2515
2516         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): apply fix
2517         to #58420 from Hidetoshi Tajima and Matthias Clasen
2518
2519 Wed Aug 29 17:28:04 2001  Jonathan Blandford  <jrb@redhat.com>
2520
2521         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
2522         change color when the GtkTreeView loses focus.
2523
2524         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render):
2525         ditto.
2526         
2527         * gtk/gtkstyle.c (gtk_default_draw_flat_box): ditto
2528
2529 2001-08-28  Havoc Pennington  <hp@pobox.com>
2530
2531         * gtk/gtkwindow.c (gtk_window_set_icon_list): fix g_object_notify
2532
2533 2001-08-28  Havoc Pennington  <hp@pobox.com>
2534
2535         * demos/gtk-demo/main.c (setup_default_icon): add default icon
2536
2537         * gtk/gtkradiobutton.c (gtk_radio_button_new_with_mnemonic):
2538         warning fix
2539         (gtk_radio_button_new_with_label): warning fix
2540
2541         * gtk/gtkdnd.c: used some random GtkImage private structs, 
2542         update to reflect GtkImage changes
2543
2544         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): don't check
2545         whether the hint is supported, just always set the icon. A task
2546         list might want to use it even if the WM doesn't, and the WM may
2547         change over time. Also, XDeleteProperty() if list == NULL.
2548
2549         * gtk/gtkwindow.c (gtk_window_set_icon_list)
2550         (gtk_window_get_icon_list)
2551         (gtk_window_set_icon)
2552         (gtk_window_get_icon)
2553         (gtk_window_set_default_icon_list)
2554         (gtk_window_get_default_icon_list):
2555         new functions
2556
2557         * gtk/gtk-boxed.defs (GtkIconSet): add GtkIconSet
2558
2559         * gtk/gtkimage.c: Implement property support, bug #59408
2560
2561         * gtk/gtkcontainer.c (gtk_container_add): make the warning message
2562         on reparent-without-removing-first a bit more helpful.
2563         Let's just destroy this FAQ.
2564
2565 Tue Aug 28 21:37:11 2001  Matthias Clasen  <matthiasc@poet.de>
2566
2567         * demos/gtk-demo/appwindow.c (do_appwindow): Use g_signal_connect_object
2568         instead of gtk_signal_connect, to avoid warnings at destruction time. (#58161)
2569
2570 Tue Aug 28 21:00:44 2001  Matthias Clasen  <matthiasc@poet.de>
2571
2572         * gtk/gtkprogressbar.c (gtk_progress_bar_set_text): Move the setting
2573         of use_text_format to the end of the function. (#56447)
2574
2575 Tue Aug 28 20:06:07 2001  Matthias Clasen  <matthiasc@poet.de>
2576
2577         * demos/testpixbuf.c (update_timeout): Use gdk_pixbuf_loader_get_pixbuf
2578         only in response to an area_prepared signal.
2579
2580 2001-08-28  Alex Larsson  <alexl@redhat.com>
2581
2582         * gtk/gtkwidget.c (gtk_widget_class_init):
2583         Make unrealize GTK_RUN_LAST.
2584
2585 Mon Aug 27 22:00:41 2001 Manish Singh <yosh@gimp.org>
2586
2587         * gtk/gtkradiobutton.c: fix silly cut'n'paste error,
2588         with_label and with_mnemonic should create radio buttons, not
2589         check buttons
2590
2591 Mon Aug 27 15:28:56 2001  Jonathan Blandford  <jrb@redhat.com>
2592
2593         * tests/testtreefocus.c (main): Fix to use GtkSelectionMode.
2594         * tests/treestoretest.c (make_window): ditto
2595         * demos/gtk-demo/main.c (create_tree): ditto
2596         * demos/gtk-demo/stock_browser.c (do_stock_browser): ditto.
2597
2598 Mon Aug 27 15:18:14 2001  Jonathan Blandford  <jrb@redhat.com>
2599
2600         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): Use the
2601         GTK selection types rather than GtkTreeSelectionMode.
2602
2603         * docs/Changes-2.0: Add comment about selection change.
2604
2605 Mon Aug 27 14:21:30 2001  Jonathan Blandford  <jrb@redhat.com>
2606
2607         * gtk/gtkenums.h (GtkSelectionMode): deprecate
2608         GTK_SELECTION_EXTENDED.
2609
2610         * gtk/gtkclist.c: Remove old GTK_SELECTION_MULTIPLE behavior.
2611         Make GTK_SELECTION_EXTENDED be GTK_SELECTION_MULTIPLE.
2612
2613         * gtk/gtkctree.c: ditto
2614
2615         * gtk/gtklist.c: ditto
2616
2617         * gtk/gtktree.c: ditto
2618
2619 Mon Aug 27 14:18:12 2001  Owen Taylor  <otaylor@redhat.com>
2620
2621         * gtk/gtkmenubar.h (gtk_menu_bar_prepend): Fix a cuple
2622         of typos in compat macros. (#59624, Skip Montaro)
2623
2624 Sun Aug 26 20:00:00 2001  Owen Taylor  <otaylor@redhat.com>
2625
2626         * configure.in acinclude.m4: Use autoconf 2.13/2.50 compat
2627         macro.
2628
2629          (patch from ERDI Gergo  <cactus@cactus.rulez.org>, #58920)
2630  
2631         * gtk/gtkmenuitem.c (gtk_menu_item_set_right_justified): Change
2632         interface to be a standard setter from gtk_menu_item_right_justify.
2633         (gtk_menu_item_get_right_justified): a getter to go with the setter
2634
2635         * gtk/gtkmenuitem.h: Add a deprecated compat macro for
2636         gtk_menu_item_right_justify.
2637
2638         * demos/gtk-demo/menus.c tests/testgtk.c: Switch to 
2639         gtk_menu_item_set_right_justified.
2640  
2641 2001-08-27  Jens Finke <jens@gnome.org>
2642
2643         * gtk+.spec.in: Updated to match gpp requirements, reworked the
2644         files section to make it work with 1.3.x releases.
2645
2646 2001-08-26  Alexander Larsson  <alla@lysator.liu.se>
2647
2648         * gtk/gtkbutton.[ch]:
2649         Add properties for labels, mnemonics and stock items.
2650         Added C accessor functions for the properties.
2651         Removed deprecated button->child.
2652
2653         * gtk/gtkradiobutton.c:
2654         * gtk/gtktogglebutton.c:
2655         Update to use the functions in GtkButton.
2656
2657         * gtk/gtkcheckbutton.c:
2658         Update to use the functions in GtkButton.
2659         Changed size allocation of child. Now only gets as much
2660         space as it requests.
2661
2662         * gtk/gtkclist.c:
2663         Don't use GtkButton->child
2664
2665         * gtk/gtklabel.c:
2666         Fixed typo in docs
2667         
2668 2001-08-26  Alexander Larsson  <alla@lysator.liu.se>
2669
2670         * tests/testgtk.c:
2671         * tests/Makefile.am:
2672         Ressurect the properties test.
2673         I don't care if it is inferior, I just want to test my property code.
2674
2675 2001-08-25  Chema Celorio  <chema@celorio.com>
2676
2677         * gtk/gtktable.c (gtk_table_set_child_property): pass ->nrows to
2678         gtk_table_resize as the first argument for CHILD_PROP_RIGHT_ATTACH
2679         and CHILD_PROP_LEFT_ATTACH v.s. using ->ncols
2680
2681 2001-08-24  Havoc Pennington  <hp@pobox.com>
2682
2683         * gtk/gtkcompat.h: remove gtk_menu_* compat defines; 
2684         these are already in gtkmenu.h, and the copies
2685         here were broken.
2686
2687         Also, change GTK_DISABLE_COMPAT_H to GTK_DISABLE_DEPRECATED
2688
2689         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_image):
2690         special-case bitmaps to allow no colormap
2691         (bitmap1): implement no-colormap bitmap-getting
2692         (bitmap1a): implement no-colormap bitmap-getting to pixbuf with
2693         alpha
2694         (rgb8): indentation
2695         (rgb1a, rgb1): change the way we read the data out of the image, 
2696         old way didn't seem to work quite right.
2697
2698         I'm pretty sure a lot of the rgbconvert code is still broken.
2699         
2700         * gtk/gtkwindow.c (gtk_window_move_resize): move hints comparison
2701         above position constraint (I really intended to do this before,
2702         don't know what's up with that)
2703         (gtk_XParseGeometry): shut up gcc
2704
2705         * gdk/gdkpixbuf-drawable.c (rgb1a): fix bug where "x1" was used
2706         and "0" should have been. remove the attempted 4-bytes-at-once
2707         optimization, it was totally broken.
2708
2709 Sat Aug 25 19:02:39 2001  Owen Taylor  <otaylor@redhat.com>
2710
2711         * gtk/gtkbutton.[ch] gtk/gtktogglebutton.c: Add optional movement
2712         on push to buttons (based on patch from Soeren Sandmann, #54720)
2713
2714           - Add child_displacement_x/y style properties to control how far the
2715             child moves when the button is depressed.
2716
2717           - Add non-exported function _gtk_button_set_depressed to clean
2718             up the handling of the in/out shadow and separate it frmo
2719             widget->state.
2720
2721           - Lots of code cleanup and simplification of state handling
2722             for GtkButton/GtkToggleButton.
2723  
2724         * tests/testgtkrc: Set the x/y displacement to 1 to provide a test
2725         of button movement. testgtk + testgtkrc == test ugly GTK+, as always.   
2726
2727 Fri Aug 24 23:09:05 2001  Owen Taylor  <otaylor@redhat.com>
2728
2729         * gtk/gtkimage.[ch] docs/Changes-2.0.txt: Break compatibility 
2730         and make gtk_image_new() take no arguments. The compiler will
2731         catch it, and it is vastly more useful than having
2732         gtk_image_new() be a deprecated alias for gtk_image_new_from_image().  
2733
2734         * gtk/gtkmenu.c (gtk_menu_set_property): Apply patch
2735         to add tearoff-title property (#51319, Lee Mallabone)
2736
2737 Fri Aug 24 22:12:32 2001  Owen Taylor  <otaylor@redhat.com>
2738
2739         * gtk/gtkmenuitem.[ch]: Remove unused and useless function
2740         gtk_menu_item_configure(). (#58925)
2741
2742 Fri Aug 24 16:03:45 2001  Jonathan Blandford  <jrb@redhat.com>
2743
2744         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): Add
2745         "use_align" to give people the option to just make a cell visible.
2746
2747         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): fix bug where
2748         we were scrolling past the end of the tree.
2749
2750         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_pack_start):
2751         rename gtk_tree_view_column_pack_start_cell_renderer to
2752         gtk_tree_view_column_pack_start.  Same for pack_end, and clear.
2753
2754 Fri Aug 24 12:02:08 2001  Owen Taylor  <otaylor@redhat.com>
2755
2756         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Remove
2757         a stray g_object_ref() left over from gtk_object_ref/sink.
2758         (Pointed out by Josh Pritikin.)
2759
2760 Thu Aug 23 19:33:54 2001  Owen Taylor  <otaylor@redhat.com>
2761
2762         * gtk/gtkcontainer.[ch]: Rename gtk_container_children()
2763         to gtk_container_get_children. Added deprecated compatibility
2764         macro. (Suggested by Vitaly Tishkov, #59051)
2765
2766         * gtk/gtktoolbar.c gtkdialog.c: Fix gtk_container_children()
2767         calls.
2768
2769 Thu Aug 23 19:10:01 2001  Owen Taylor  <otaylor@redhat.com>
2770
2771         * gtk/gtkmenubar.h (gtk_menu_bar_insert): Deprecate 
2772         gtk_menu_bar_append/prepend/insert, forgot to do this
2773         when we deprecated gtk_menu_append/prepend/insert.
2774
2775         * gtk/gtkmenu.h (gtk_menu_insert): Add casts to deprecated
2776         compat macros.
2777
2778         * gtk/gtkmenu.c: Fix problem with static gtk_menu_insert() being
2779         renamed by compat macro.
2780
2781         * gtk/gtkfontsel.h: Deprecated gtk_font_selection_get_font(),
2782         gtk_font_selection_dialog_get_font(). (Suggested by
2783         Vitaly Tishkov, #59383)
2784
2785 Thu Aug 23 18:23:31 2001  Owen Taylor  <otaylor@redhat.com>
2786
2787         * gtk/gtktexttag.c (gtk_text_tag_table_get_size): 
2788         Rename from gtk_text_tag_table_size(). (#59366)
2789
2790 Thu Aug 23 20:01:41 2001  Kristian Rietveld  <kristian@planet.nl>
2791
2792         * gtk/gtktreemodelsort.[ch], gtk/gtktreesortable.[ch],
2793         gtk/gtktreestore.[ch], gtk/gtktreeviewcolumn.[ch],
2794         gtk/gtkliststore.[ch]: use GtkSortType instead of GtkTreeSortOrder.
2795         (#59173).
2796
2797 Thu Aug 23 16:26:47 2001  Tim Janik  <timj@gtk.org>
2798
2799         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): 
2800         * gtk/gtktextmark.c (gtk_text_mark_finalize): chain parent class
2801         handlers, pointed out by Joshua N Pritikin <vishnu@pobox.com>.
2802
2803 Wed Aug 22 19:15:39 2001  Owen Taylor  <otaylor@redhat.com>
2804
2805         [ Patch from Sebastian Wilhelmi, 52790 ]
2806
2807         * gtk/gtkversion.h.in gtk/gtk.h: New file replacing gtkcompat.h
2808
2809         * gdk/gdkcompat.h gdk/gdk*.h gtk/gtkcompat.h.in gtk/gtk*.h: 
2810         Move compatibility macros from g[dt]kcompat.h to within 
2811         #ifndef G[DT]K_DISABLE_DEPRECATED in each file.
2812
2813         * gdk/gdk-pixbuf-csource.c: Fix up include of gtkcompat.h.
2814
2815         * demos/Makefile.am demos/gtk-demo/Makefile.am 
2816           docs/reference/gdk-pixbuf/Makefile.am modules/input/Makefile.am
2817           tests/Makefile.am: Remove references to -G[DT]K_DISABLE_DEPRECATED.
2818
2819         * demos/{pixbuf-demo.c,testpixbuf-drawable.c,testpixbuf-save.c,
2820                  testpixbuf.c}: Fix usages of deprecated functions.
2821
2822 Wed Aug 22 19:03:27 2001  Jonathan Blandford  <jrb@redhat.com>
2823
2824         * gtk/gtktreeview.c (gtk_tree_view_set_model): clean up selection
2825         when changing models.
2826
2827 Wed Aug 22 18:25:46 2001  Jonathan Blandford  <jrb@redhat.com>
2828
2829         * gtk/gtktreeview.c: Fix selection.  I think it's all dandy now.
2830         We check the current event for modifiers rather than try to trap
2831         all presses.
2832
2833 2001-08-22  Anders Carlsson  <andersca@gnu.org>
2834
2835         * gtk/gtkliststore.h (GTK_LIST_STORE_CLASS): Fix a small typo.
2836         It's LIST_STORE, not LISTSTORE.
2837
2838 Tue Aug 21 12:43:29 2001  Owen Taylor  <otaylor@redhat.com>
2839
2840         * gtk/gtk.h: Remove commented out gtkpacker reference.
2841
2842 2001-08-21  Matthias Clasen  <matthiasc@waldgeist.poet.de>
2843
2844         * configure.in (all_loaders): Add tga loader, 
2845         patch by Nicola Girardi. (#56067)
2846
2847 Tue Aug 21 02:57:13 2001  Jonathan Blandford  <jrb@redhat.com>
2848
2849         * gtk/gtktreeview.c (gtk_tree_view_button_press): Fix up selection
2850         a little.  More needs to be done tomorrow.
2851
2852 Tue Aug 21 00:45:55 2001  Jonathan Blandford  <jrb@redhat.com>
2853
2854         * gtk/gtktreeview.c (gtk_tree_view_destroy): Grr... Get it right.
2855
2856 Mon Aug 20 23:48:18 2001  Jonathan Blandford  <jrb@redhat.com>
2857
2858         * gtk/gtktreeview.c (gtk_tree_view_get_cell_area): Fix bug
2859         reported by Kristian Rietveld <kristian@planet.nl> to handle row
2860         == NULL.
2861         (gtk_tree_view_destroy): Fix bug reported by Kristian Rietveld
2862         <kristian@planet.nl> to change destroy order.
2863
2864 Mon Aug 20 11:39:44 2001  Jonathan Blandford  <jrb@redhat.com>
2865
2866         * gtk/gtktreeselection.c (gtk_tree_selection_class_init): Use
2867         correct marshaller.
2868
2869 Sun Aug 19 03:22:59 2001  Jonathan Blandford  <jrb@redhat.com>
2870
2871         * gtk/gtkliststore.c: Fix up warnings, #58928.
2872
2873         * gtk/gtktreeselection.h: Change signal prototype, #58647
2874
2875         * gtk/gtktreeview.c (_gdk_tree_view_find_node): Make more robust,
2876         #59221.
2877
2878         * gtk/gtkstyle.c: Actually prelight arrow, #50981
2879         
2880 2001-08-18  Hans Breuer  <hans@breuer.org>
2881
2882         * gdk/gdk.def : updated externals
2883
2884         * gdk/win32/gdkselection-win32.c : returning TRUE with gdk_selection_set
2885         is required to get (at least) visible in entry fields. Some selections
2886         are really handled now - even on win32 - but copying via middle
2887         mouse button into a different app needs to wait ... 
2888
2889         * gdk/win32/gdkdnd-win32.c : implemented inter-app drag&drop
2890         mostly by stealling code from gdkdnd-fb.c. Thanks to who ever wrote it!
2891
2892         * gdk/win32/gdkevents-win32.c : some tweaking to get better expose
2893         handling. I'm not sure if it is better now, but at least not worse
2894
2895         * gdk/win32/gdkgeometry-win32.c : replaced every call to MoveWindow
2896         with SetWindowPos () which allows more fine-tuning backing-store wise
2897
2898         * gdk/win32/gdkwindow-win32.c : allow unraised gdk_window_show ().
2899         Also changed move/resize to be more like the X version.
2900
2901         * gtk/gtk.def : updated externals
2902
2903 2001-08-19  Sven Neumann  <sven@gimp.org>
2904
2905         * gtk/gtktooltips.c
2906         * tests/testtreesort.c
2907         * tests/treestoretest.c: inserted some casts to get rid of compiler
2908         warnings.
2909
2910 Sun Aug 19 01:44:44 2001  Jonathan Blandford  <jrb@redhat.com>
2911
2912         * gtk/gtktreeviewcolumn.c
2913         (gtk_tree_view_column_pack_{start,end}_cell_renderer): sink cell.
2914
2915         * gtk/gtktreeview.c (gtk_tree_view_insert_column): sink column.
2916         (_gtk_tree_view_find_node): If *node is NULL,
2917         *tree should be NULL too.
2918
2919         * demos/gtk-demo/stock_browser.c (do_stock_browser): don't unref
2920         column/renderers.
2921         * tests/testtreecolumns.c: ditto
2922         * tests/testtreefocus.c: ditto
2923         * tests/testtreesort.c: ditto
2924         * tests/testtreeview.c: ditto
2925         * tests/treestoretest.c: ditto
2926
2927 Sat Aug 18 04:34:31 2001  Jonathan Blandford  <jrb@redhat.com>
2928
2929         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): 2 new
2930         signals; is_expander/is_expanded.
2931
2932         * gtk/gtlcellrendererpixbuf.c: Allow other expanded and closed
2933         pixbufs.
2934
2935         * gtk/gtktreeview.c: set above properties.
2936
2937 Sat Aug 18 23:01:33 2001  Owen Taylor  <otaylor@redhat.com>
2938
2939         * gtk/gtkwidget.h: Really remove set_default_style().
2940
2941         * docs/Changes-2.0.txt: added a note about
2942         gtk_widget_push/pop/set_default_style.
2943
2944 2001-08-18  Havoc Pennington  <hp@pobox.com>
2945
2946         * gtk/gtkwindow.c (gtk_window_move_resize): constrain position on
2947         hints_changed in addition to the other cases.
2948         (gtk_window_move_resize): include last position from configure
2949         notify in debug spew
2950
2951 2001-08-18  James Henstridge  <james@daa.com.au>
2952
2953         * gtk/gtkaccelgroup.c (gtk_accel_group_object_destroy): use the
2954         second argument to the weak ref notify, cleaning up some uglyness.
2955         (gtk_accel_group_attach): remove and add the weak notifier when
2956         changing the accel groups slist.
2957         (gtk_accel_group_detach): same here.
2958
2959 2001-08-17  Darin Adler  <darin@bentspoon.com>
2960
2961         * gtk/gtktreeview.c: (gtk_tree_view_search_equal_func): Add
2962         missing parameters to utf8 functions to make it compile.
2963
2964 Fri Aug 17 19:30:14 2001  Jonathan Blandford  <jrb@redhat.com>
2965
2966         * gtk/gtktreeprivate.h:
2967         * gtk/gtktreeview.c: (gtk_tree_view_class_init),
2968         (gtk_tree_view_init), (gtk_tree_view_set_property),
2969         (gtk_tree_view_get_property), (gtk_tree_view_destroy),
2970         (gtk_tree_view_key_press), (gtk_tree_view_leave_notify),
2971         (gtk_tree_view_focus_out), (gtk_tree_view_set_model),
2972         (gtk_tree_view_set_destroy_count_func),
2973         (gtk_tree_view_set_enable_search),
2974         (gtk_tree_view_get_enable_search),
2975         (gtk_tree_view_get_search_column),
2976         (gtk_tree_view_set_search_column),
2977         (gtk_tree_view_get_search_equal_func),
2978         (gtk_tree_view_set_search_equal_func),
2979         (gtk_tree_view_search_dialog_destroy),
2980         (gtk_tree_view_search_position_func),
2981         (gtk_tree_view_interactive_search),
2982         (gtk_tree_view_search_delete_event),
2983         (gtk_tree_view_search_button_press_event),
2984         (gtk_tree_view_search_key_press_event),
2985         (gtk_tree_view_search_move), (gtk_tree_view_search_equal_func),
2986         (gtk_tree_view_search_iter), (gtk_tree_view_search_init):
2987         * gtk/gtktreeview.h:
2988         Add heavily modified patch from Kristian Rietveld to handle
2989         interactive searching.
2990
2991 Fri Aug 17 17:30:34 2001  Tim Janik  <timj@gtk.org>
2992
2993         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): const correct
2994         string parameter.
2995
2996         * gtk/gtkoptionmenu.c (gtk_option_menu_set_menu): connect to
2997         GtkMenuShell::selection_done, now that we have it, instead of 
2998         ::deactivate so we're not tearing the menu apart and notify
2999         the user prematurely.
3000
3001 Thu Aug 16 05:22:01 2001  Tim Janik  <timj@gtk.org>
3002
3003         * gtk/gtkwindow.c (gtk_window_move_resize): if we actually move our
3004         window, clear window->need_default_position to avoid infinite loops.
3005         some comment fixups and GTK_RESIZE_IMMEDIATE fixups.
3006
3007 Wed Aug 15 12:36:55 2001  Tim Janik  <timj@gtk.org>
3008
3009         * gtk/gtktreeview.c (gtk_tree_view_set_model): move all model setup
3010         code into this place. get rid of GTK_TREE_VIEW_MODEL_SETUP usage.
3011         (gtk_tree_view_set_property): don't cast possible NULL objects.
3012         (gtk_tree_view_destroy): reset the model to NULL.
3013
3014         * gtk/gtktreeselection.c (gtk_tree_selection_finalize): chain
3015         parent_class handler.
3016
3017 2001-08-17  Matthias Clasen  <matthiasc@waldgeist.poet.de>
3018
3019         * gtk/demos/gtk-demo/*: Remove all uses of deprecated functions.
3020
3021 2001-08-17  Anders Carlsson  <andersca@gnu.org>
3022
3023         * gtk/gtkstyle.c (create_expander_affine): Divide with floating
3024         point numbers so that the result will be floating point.
3025
3026 2001-08-16  Matthias Clasen  <matthiasc@waldgeist.poet.de>
3027
3028         * tests/testgtk.c (create_handle_box): 
3029         (create_toolbar): Replace gtk_window_set_policy calls by
3030         gtk_window_set_resizable.
3031
3032 2001-08-16  Jakub Steiner <jimmac@ximian.com>
3033
3034         * gtk/stock-icons/dialog_info.png: new style bulb
3035         * gtk/stock-icons/dialog_error.png: maybe a little drastic ;)
3036         * gtk/stock-icons/dialog_warning.png: need a hand?
3037         * gtk/stock-icons/stock_add.png, stock_remove.png: I hope 
3038           the aa border gets chopped off ok
3039         * gtk/stock-icons/stock_colorselector.png: using the new hand
3040         * gtk/stock-icons/stock_dnd_multiple.png: I'm not totally sure what 
3041           this one is for, but the old icon was butt ugly.
3042         * gtk/stock-icons/stock*_insert_image.png: not sure if it belongs here
3043         * gtk/stock-icons/stock*_insert_object.png: "
3044         * gtk/stock-icons/stock_index.png: using new hand icon
3045         * gtk/stock-icons/stock*_new.png: the document template being used 
3046           elsewhere too
3047         * gtk/stock-icons/stock*_print*.png: new print and print preview 
3048           icons (panel/menu)  
3049         * gtk/stock-icons/stock*_save*.png, stock*_revert.png: new save/revert 
3050           icons based on Tuomas' floppy image.
3051         * gtk/stock-icons/stock*_search*.png: search and s'n'r icons for panel/menu
3052         * gtk/stock-icons/stock*_stop.png: replacing the old 'x' button
3053         * gtk/stock-icons/stock*_trash.png: based on Tuomas' trash icon
3054         * gtk/stock-icons/stock*_undelete.png: "
3055         * gtk/stock-icons/stock_preferences.png: I have a version with a 
3056           document base if the sliders are no good.
3057         * gtk/stock-icons/stock_properties.png: properties 
3058         
3059
3060         * gtk/stock-icons/stock*_copy.png, stock*_cut.png, stock*_paste.png: Tuomas' 
3061           (tigert@ximian.com) clipboard icons
3062         * gtk/stock-icons/stock_{up,down,left,right}_arrow.png: tigert's new arrows
3063         * gtk/stock-icons/stock*_{undo,redo}.png: tigert's undo/redo icons.
3064         * gtk/stock-icons/stock_open.png: shaded open icon by Tuomas. we should make it a
3065           little bigger IMHO
3066
3067 2001-08-16  Sven Neumann  <sven@gimp.org>
3068
3069         * gtk/gtkbox.c (gtk_box_class_init): removed unused widget_class.
3070
3071 2001-08-15  Padraig O'Briain  <padraig.obriain@sun.com>
3072
3073         * gtk/gtkcellrenderertext.c:
3074         Avoid warning when specifying NULL for "attributes" property
3075
3076 2001-08-15  Matthias Clasen  <matthiasc@waldgeist.poet.de>
3077
3078         * docs/debugging.txt: Add a warning about --enable-debug=no,
3079         some editorial changes.
3080
3081 2001-08-13  Matthias Clasen  <matthiasc@waldgeist.poet.de>
3082
3083         * gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h, 
3084         gdk/x11/gdkmain-x11.c, gtk/gtkdebug.h, gtk/gtkmain.c: Update 
3085         debugging info, remove unused debug flags. (#58330)
3086
3087 Mon Aug 13 13:17:32 2001  Jonathan Blandford  <jrb@redhat.com>
3088
3089         * gtk/gtktreeselection.c (gtk_tree_selection_select_all): 
3090         (gtk_tree_selection_select_all): Remove strict checking for rows.
3091
3092 2001-08-13  Matthias Clasen  <matthiasc@waldgeist.poet.de>
3093         
3094         * gtk/gtktooltips.c (gtk_tooltips_set_tip, gtk_tooltips_draw_tips): 
3095         Don't remove the tooltip window when the tip text changes. (#15891)
3096
3097 Sun Aug 12 12:02:09 2001  Owen Taylor  <otaylor@redhat.com>
3098
3099         * gtk/Makefile.am ($(srcdir)/gtkmarshal.c): Remove extra
3100         $(srcdir).
3101
3102 Sun Aug 12 10:39:12 2001  Owen Taylor  <otaylor@redhat.com>
3103
3104         * Makefile.am (EXTRA_DIST): Fix problem with trying to
3105         dist files from intl/, which is no longer there.
3106
3107 2001-08-11  Hans Breuer  <hans@breuer.org>
3108
3109         * gtk/gtkalignment.c, gtk/gtkarrow.c, gtk/gtkaspectframe.c,
3110           gtk/gtkcellrenderer.c, gtk/gtkcellrenderertext.c, 
3111           gtk/gtkcombo.c, gtk/gtkcurve.c, gtk/gtkfontsel.c, 
3112           gtk/gtklayout.c, gtk/gtkmisc.c, gtk/gtkpacker.c, 
3113           gtk/gtkprogress.c, gtk/gtkruler.c,, gtk/gtksettings.c,
3114           gtk/gtkspinbutton.c, gtk/gtktexttag.c : coalescing property notifies
3115
3116         * gtk/gtkclist.c, gtk/gtktipsquery.c, gtk/gtktexttag.c,
3117           gtk/gtkwidget.c : added G_SIGNAL_TYPE_STATIC_SCOPE to all
3118         GDK_TYPE_EVENT signals
3119
3120         * gtk/gtkalignment.c : removed 'direct allocation bug',
3121         which Tim discovered while reading the patch
3122
3123 Sat Aug 11 14:32:14 2001  Owen Taylor  <otaylor@redhat.com>
3124
3125         * gtk/gtkwidget.h (gtk_widget_set_default_visual): Add some
3126         compat macros for push/pop/set_visual that were supposed
3127         to be added a long time ago, but got dropped. 
3128
3129 Fri Aug 10 16:55:53 2001  Tim Janik  <timj@gtk.org>
3130
3131         * gtk/gtkwindow.c (gtk_window_set_policy): coalesce multiple
3132         property notifies.
3133
3134 2001-08-07  Havoc Pennington  <hp@pobox.com>
3135
3136         * gtk/gtkfilesel.c (open_ref_dir): fix a typo.
3137
3138         * gtk/gtkplug.c (gtk_plug_init): remove setting of auto_shrink;
3139         some fixage is needed here, but nothing simple. Owen understands
3140         it. ;-)
3141
3142         * gtk/gtkwindow.h, gtk/gtkwindow.c: Rework code and API for window
3143         sizing and positioning.  Also, fix bug in compute_geometry_hints
3144         (width/height confusion for setting min size). 
3145         (gtk_window_move): new function
3146         (gtk_window_resize): new function
3147         (gtk_window_get_size): new function
3148         (gtk_window_get_position): new function
3149         (gtk_window_parse_geometry): new function
3150         
3151         * gtk/gtkwidget.c (gtk_widget_set_size_request): new function
3152         (gtk_widget_get_size_request): new function
3153         (gtk_widget_get_usize): delete, that was a short-lived function
3154         ;-)
3155         (gtk_widget_set_usize): deprecate
3156         (gtk_widget_set_uposition): deprecate, make it a trivial 
3157         gtk_window_move() wrapper
3158         (gtk_widget_class_init): remove x/y/width/height properties,
3159         add width_request height_request
3160         
3161         * demos/*: update to avoid deprecated functions
3162         
3163         * gtk/gtklayout.c: add x/y child properties
3164
3165         * gtk/gtkfixed.c: add x/y child properties, and get rid of 
3166         uses of "gint16"
3167
3168         * tests/testgtk.c (create_window_sizing): lots of tweaks to window
3169         sizing test
3170
3171         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ensure that
3172         configure events on toplevel windows are always in root window
3173         coordinates, following ICCCM spec that all synthetic events 
3174         are in root window coords already, while real events are 
3175         in parent window coords. Previously the code assumed that 
3176         coords of 0,0 were parent window coords, which was 
3177         really broken.
3178   
3179         * gtk/gtkcontainer.c (gtk_container_get_focus_chain): fix
3180         warning
3181  
3182         * gdk/gdkwindow.h (GdkWindowHints): add GDK_HINT_USER_POS 
3183         and GDK_HINT_USER_SIZE so we can set USSize and USPosition 
3184         hints in gtk_window_parse_geometry()
3185  
3186         * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): support
3187         new USER_POS USER_SIZE hints    
3188
3189 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
3190
3191         * tests/prop-editor.c (properties_from_type): Use 
3192         g_object_class_list_properties to get the param specs 
3193         for a given type. (#58609)
3194
3195 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
3196
3197         * gtk/gtkstyle.c (gtk_style_real_unrealize): Don't forget to
3198         free the text_aa parts. (#57549)
3199
3200 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
3201
3202         * gdk/gdkgc.c (gdk_gc_set_rgb_bg_color): Set the background color,
3203         not the foreground color. (#57621)
3204
3205 2001-08-09  Alexander Larsson <alexl@redhat.com>
3206
3207         * gdk/win32/gdkfont-win32.c:
3208         Update to the new pango win32 api.
3209
3210 2001-08-08  HideToshi Tajima  <tajima@eng.sun.com>
3211
3212         * gtk/gtkclipboard.c (request_text_received_func): ask apps for
3213         COMPOUND_TEXT instead of TEXT
3214         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): correctly
3215         interpret the return value of g_string_to_compound_text()
3216         (#55152)
3217
3218 2001-08-08  Matthias Clasen  <matthiasc@waldgeist.poet.de>
3219
3220         * gtk/gtktreestore.c (gtk_tree_store_iter_n_children): Don't
3221         fail if iter is NULL. (#58347)
3222
3223 2001-08-07  Matthias Clasen  <matthiasc@waldgeist.poet.de>
3224
3225         * gtk/gtktextdisplay.c (render_para, gtk_text_layout_draw): Fix
3226         some off-by-one issues, fixing selection of line-ends. (#50323)
3227
3228 2001-08-07  Matthias Clasen  <matthiasc@waldgeist.poet.de>
3229
3230         * gtk/gtkhsv.c (gtk_hsv_map, gtk_hsv_unmap): Reinstate these
3231         functions in order to make mouse operation work again in the
3232         color wheel. (#58604)
3233
3234 2001-08-07  James Henstridge  <james@daa.com.au>
3235
3236         * gtk/gtkaccellabel.c (gtk_accel_label_set_accel_object): refetch
3237         the accelerator when the accel object is changed.  Fixes bug
3238         #58628.
3239
3240 2001-08-06  HideToshi Tajima  <tajima@eng.sun.com>
3241
3242         * modules/input/gtkimcontextxim.c (mb_to_utf8), xim_text_to_utf8):
3243         Skip g_convert when to_codeset and from_codeset are both 'UTF-8'
3244         (gnome bugzilla #58202)
3245
3246 2001-08-06  Havoc Pennington  <hp@pobox.com>
3247  
3248         * gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): The whole 
3249         GDK_IS_WINDOW() branch of this was a bit screwed up, because 
3250         it was expecting a GdkWindow, not a GdkWindowImplX11.
3251  
3252         Also, we were getting the window rect in screen coords 
3253         and the screen rect in window coords then intersecting 
3254         them; instead, get window rect in window coords.
3255  
3256         Finally, there were codepaths that resulted in a stuck server grab
3257         (when the window was fully onscreen, or on gdk_image_new()
3258         failure); make the server ungrab thing a bit more
3259         robust/consistent.
3260
3261 2001-08-06  Sven Neumann  <sven@gimp.org>
3262
3263         * gdk/gdkpango.c (gdk_pango_context_destroy): 
3264         check if info->colormap != NULL before unref'ing it. It might have
3265         been set to NULL using gdk_pango_context_set_colormap().
3266
3267 Sun Aug  5 11:24:27 2001  Owen Taylor  <otaylor@redhat.com>
3268
3269         * gtk/gtkcolorsel.c (gtk_color_selection_set_current_alpha): 
3270         Fix conversion from float to int so that we don't get
3271         skew in the int => float => int roundtrip. 
3272         (#58120, reported by Vitaly Tishkov). Also fix problem
3273         where if no alpha was set, the returned alpha
3274         from (say) set_current_alpha() was returned as 1, not 65535.
3275
3276 Sun Aug  5 09:48:08 2001  Owen Taylor  <otaylor@redhat.com>
3277
3278         * gtk/gtklist.c (gtk_list_clear_items): Fix
3279         problem with selecting a new focus child.
3280
3281         * gtk/gtklist.c (gtk_list_clear_items): Clear 
3282         list->undo/list_focus_child after unparenting
3283         child, since unparenting the child can result
3284         in list->last_focus_child being set. (#58024)
3285
3286         * Makefile.am (SUBDIRS): Add target specific pc
3287         files to DISTCLEANFILES.
3288
3289         * gtk/Makefile.am: add @GTK_DEBUG_FLAGS@
3290         (58327, Matthias Clasen)
3291
3292 Sat Aug  4 19:28:21 2001  Owen Taylor  <otaylor@redhat.com>
3293
3294         * tests/testgtk.c: Patch from Hans (with various modifications),
3295         to add the ability to use testgtk as a rough-and-ready
3296         benchmark. Try, 'testgtk --bench all:5' (if you want decent
3297         numbers, run without a window manager)
3298
3299 2001-08-04 Alexander Larsson <alexl@redhat.com>
3300
3301         * gdk/win32/gdkinput.c:
3302         Add #ifdef HAVE_WINTAB around wintab.h include.
3303
3304         * gtk/gtk.def:
3305         Removed marshals that have been moved to glib.
3306         Commented out plug and socket. They didn't compile for me 
3307         on win32.
3308
3309 2001-08-04  Hans Breuer  <hans@breuer.org>
3310
3311         * gtk/stocks-icons/makefile.msc : new file
3312         * gtk/makefile.msc.in : use it
3313
3314         * gtk/gtkstyle.c : not all platforms do provide M_PI and
3315         friends, but luckily there is G_PI
3316
3317         * gtk/gtk.def : updated
3318
3319         * gdk/win32/gdkwindow.c (gdk_window_new) : don't make all TEMP 
3320         windows WS_POPUP, but only those without a parent. This fixes the 
3321         mis-alignment between the selectable (temp, input only) window and 
3322         the window text of GtkLabel.
3323
3324         (gdk_window_show) : respect private->state when actually showing
3325         the window.
3326
3327         (gdk_window_set_transient_for) : Implementation from Wolfgang 
3328         Sourdeau <wolfgang@contre.com> ported to 2.0 and added some 
3329         error handling. Should fix #50586.
3330
3331         * gdk/win32/gdkevents-win32.c : beautify log output
3332
3333 2001-08-04  Michael Natterer  <mitch@gimp.org>
3334
3335         * gtk/gtkitemfactory.c (gtk_item_factory_create_item):
3336         Need to show the image after adding it to the GtkImageMenuItem.
3337         This used to work without in testgtk because of the
3338         gtk_widget_show_all() at the end of the function.
3339         (Closes #54978).
3340
3341 Tue Jul 31 22:59:33 2001  Tim Janik  <timj@gtk.org>
3342
3343         * gtk/gtknotebook.c (gtk_notebook_get_child_property): 
3344         (gtk_notebook_set_child_property): fix finding of child's page,
3345         since we have to validly deal with labels and menus here as well.
3346         (gtk_notebook_get_child_property): fix warning.
3347         (gtk_notebook_class_init): property tab_pack is of type
3348         GTK_TYPE_PACK_TYPE (enum) not boolean.
3349         (gtk_notebook_find_child): don't always warn, we might be looking
3350         for a label or menu child.
3351         (gtk_notebook_map): fix mapping of panel.
3352
3353         * gtk/gtkwidget.c (gtk_widget_set_child_visible): always constrain
3354         widget's mapped state, regardless of the value being set equals
3355         old settings, since things like REALIZED(parent) or MAPPED(parent)
3356         may have changed since the old value was set. make it an error to
3357         invoke this function on a toplevel widget.
3358
3359 2001-07-31  Darin Adler  <darin@bentspoon.com>
3360
3361         * gdk/gdkprivate.h:
3362         * gdk/x11/gdkx.h:
3363         Put all mentions of GdkFont inside #ifndef GDK_DISABLE_DEPRECATED.
3364
3365         * demos/gtk-demo/menus.c: (do_menus): Cast to G_OBJECT, not
3366         GTK_OBJECT.
3367
3368 Tue Jul 31 15:34:57 2001  Jonathan Blandford  <jrb@redhat.com>
3369
3370         * gtk/gtktreeview.c (gtk_tree_view_remove_column): Whoops.  Stupid
3371         scoping error pointed out by matthiasc@poet.de.
3372
3373 2001-07-31  Sven Neumann  <sven@gimp.org>
3374
3375         * demos/gtk-demo/appwindow.c
3376         * demos/gtk-demo/item_factory.c
3377         * tests/testgtk.c: gtk_accel_group_attach() takes a GObject.
3378
3379 Mon Jul 30 10:49:16 PDT 2001 Suresh Chandrasekharan <suresh.chandrasekharan@sun.com>
3380
3381         * gtk/gtksignal.h (gtk_signal_handler_pending): corrected the wrong
3382         argument order for g_signal_has_handler_pending.
3383
3384 Sun Jul 29 17:14:01 2001  Tim Janik  <timj@gtk.org>
3385
3386         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): use g_file_test()
3387         instead of long deprecated g_scanner_stat_mode().
3388
3389 2001-07-29  Hans Breuer  <hans@breuer.org>
3390
3391         * gdk/makefile.msc : build in the backend dir after
3392         auto-generating files
3393
3394         * gdk/win32/gdkfont-win32.c (gdk_font_load) : reimplement
3395         with code from win32-production-branch.
3396
3397         *  gdk/win32/gdkwindow-win32.c : set the private->destroyed flag
3398         before calling DestroyWindow, which indirectly calls 
3399         gdk_window_destroy_notify ()
3400
3401         (performance patch merged from win32-production-branch)
3402         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_segments): 
3403         Use PatBlt() instead of LineTo() when possible (solid single-pixel pen, 
3404         R2_COPYPEN rop). It is claimed to be much faster.
3405
3406 Fri Jul 27 11:31:15 2001  Jonathan Blandford  <jrb@redhat.com>
3407
3408         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_property):
3409         add an "attributes" property to the text renderer for ATK.
3410
3411 2001-07-26  Alex Larsson  <alexl@redhat.com>
3412
3413         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image):
3414         Initialize image->bits_per_pixel from the drawable, not from
3415         the root window.
3416
3417         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_get_depth):
3418         Fix cast. argument is an IMPL already.
3419
3420 2001-07-15  James Henstridge  <james@daa.com.au>
3421
3422         * gtk/gtkwindow.c (gtk_window_add_accel_group): cast to GObject.
3423         (gtk_window_remove_accel_group): same here.
3424         (gtk_window_key_press_event): same here.
3425
3426         * gtk/gtkwidget.c (gtk_widget_add_accelerator): cast to GObject.
3427         (gtk_widget_remove_accelerator): same here.
3428         (gtk_widget_remove_accelerators): same here.
3429
3430         * gtk/gtkplug.c (gtk_plug_accel_entries_changed): same here.
3431
3432         * gtk/gtkmenushell.c (gtk_menu_shell_key_press): cast to GObject
3433         instead of GtkObject.
3434
3435         * gtk/gtkmenu.c (gtk_menu_key_press): update since GtkAccelGroup
3436         now takes GObjects.
3437
3438         * gtk/gtkitemfactory.c (gtk_item_factory_propagate_accelerator):
3439         pass a GObject to gtk_accel_group_entries_from_object.
3440         (gtk_item_factory_create_item): s/accel_widget/accel_object/
3441
3442         * gtk/gtk-boxed.defs: remove GtkAccelGroup boxed def.
3443
3444         * gtk/gtkaccellabel.c: convert to handle GObject accel objects.
3445
3446         * gtk/gtkaccellabel.h: fix header to reflect that arbitrary
3447         GObjects can have accelerators set now.  Add compatibility
3448         defines.
3449
3450         * gtk/gtkmarshal.list: add missing marshallers.
3451
3452         * gtk/gtkaccelgroup.[ch]: convert to a GObject, and allow setting
3453         accelerators on plain GObjects.  gtk_accel_group_object_destroy
3454         has been converted into a weak reference, and
3455         gtk_accel_group_delete_entries is now a destroy notify for that
3456         piece of data.
3457
3458 2001-07-23  Ron Steinke  <rsteinke@w-link.net>
3459
3460         * gdk/gdkdraw.c: Added a check on the colormap depth to
3461         gdk_drawable_set_colormap()
3462         * gdk/x11/gdkimage-x11.c: combination of Matthias Clasen's
3463         patch to fix colorsel and my patch to fix gdk_drawable_get_image()
3464         for pixmaps without visuals (more specifically, bitmaps)
3465         * gdk/x11/gdkpixmap-x11.c: Fixed gdk_pixmap_new() so it
3466         doesn't set a colormap with the wrong depth
3467
3468
3469 2001-07-22  Anders Carlsson  <andersca@gnome.org>
3470
3471         * gtk/gtktreeview.c (gtk_tree_view_class_init): Replace the
3472         expander_height and expander_width properties with a single
3473         property, expander_size.
3474         (gtk_tree_view_init): Set the tab_offset to expander_size
3475         plus some padding.
3476         (gtk_tree_view_unrealize): Remove the expand/collapse
3477         timeout if it exists.
3478         (coords_are_over_arrow): Fix a small bug.
3479         (gtk_tree_view_motion_draw_column_motion_arrow): Use
3480         expander_size.
3481         (gtk_tree_view_draw_focus): Use "treeview" instead of
3482         "add-mode" as detail when drawing the focus.
3483         (gtk_tree_view_bin_expose): Use "treeview-drop-indicator"
3484         instead of "add-mode" as detail when drawing the focus.
3485         (gtk_tree_view_deleted): If we have a node currently being
3486         expanded or collapsed, remove the timeout and set the node 
3487         to NULL.
3488         (gtk_tree_view_queue_draw_arrow): New function that just
3489         redraws the arrow of a node.
3490         (gtk_tree_view_draw_arrow): Use expander_size instead of
3491         expander_width/expander_height, also pass a different
3492         expander_style to gtk_paint_expander depending on the 
3493         state of the node being drawn.
3494         (expand_collapse_timeout): New function for expanding 
3495         or collapsing a node depending on the previous state.
3496         (gtk_tree_view_real_expand_row): Add timeout and set 
3497         correct state for node being expanded.
3498         (gtk_tree_view_real_collapse_row): Add timeout and set
3499         correct state for node being collapsed.
3500
3501         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): Add
3502         information about the node currently being expanded or
3503         collapsed, and also a timeout id.
3504
3505         * gtk/gtkstyle.h (struct _GtkStyleClass): Replace is_open
3506         with expander_style for draw_expander.
3507
3508         * gtk/gtkstyle.c (gtk_draw_expander): Replace is_open with
3509         expander_style.
3510         (create_expander_affine): New function for creating an 
3511         expander affine.
3512         (apply_affine_on_point): New function for applying an 
3513         affine to a point.
3514         (gtk_default_draw_expander): Modified to take expander_style
3515         instead of is_open, and to draw the rectangle rotated differently
3516         depending on the expander style.
3517         (gtk_paint_expander): Replace is_open with expander_style.
3518
3519         * gtk/gtkrbtree.h: Add expander states to GtkRBNodeColor.
3520
3521         * gtk/gtkenums.h: Add expander style enum.
3522
3523 2001-07-21  Jonas Borgström  <jonas@codefactory.se>
3524
3525         * gtk/gtktreemodel.c (gtk_tree_model_foreach): Check the return
3526         value from gtk_tree_model_get_iter, the model might be empty.
3527
3528 2001-07-20  Hans Breuer  <hans@breuer.org>
3529
3530         * gdk/win32/gdkinput-win32.c : gdk_device_get_history moved to
3531         gdk/gdkinput.c like the other backends
3532
3533         * gdk/win32/gdkinput-win32.h :
3534         * gdk/win32/gdkinput.c :
3535         * gdk/win32/gdkvisual-win32.c :
3536         * gdk/win32/gdkwin32.h : mechanical adaption to GdkDevice and
3537         GdkVisual GObjectification. UNTESTED for pen-devices because
3538         I simply have none.
3539
3540         * gdk/gdk.def :
3541         * gtk/gtk.def : updated externals
3542
3543         * gtk/gtkiconfactory.c :
3544         * gtk/gtkoldeditable.c : GError *error needs to be initialized (= NULL) 
3545         before passing &error to functions to avoid strange crashes
3546         
3547         * gtk/gtkcontainer.c (gtk_container_real_set_focus_child) : is static
3548
3549         * gtk/gtkwidget.c (gtk_widget_get_child_visible): use g_return_val_if_fail
3550
3551         * gtk/makefile.msc.in : updated
3552
3553 Thu Jul 19 15:35:32 2001  Owen Taylor  <otaylor@redhat.com>
3554
3555         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_vadjustment):
3556         Add property support. (#51858)
3557
3558 Thu Jul 19 14:56:33 2001  Owen Taylor  <otaylor@redhat.com>
3559
3560         * gtk/gtkaccellabel.c (gtk_accel_label_class_init) 
3561         * gtk/gtkinputdialog.c (gtk_input_dialog_set_key):
3562         Use Shift/Ctrl instead of Shft/Ctl. (#53807)
3563
3564 Thu Jul 19 11:41:00 2001  Owen Taylor  <otaylor@redhat.com>
3565
3566         * gtk/gtkcolorsel.c: Add propery support (roughly
3567         based on patch from Lee Mallabone, #51014)
3568
3569         * gtk/gtkcolorsel.h: Mark gtk_color_selection_set_update_policy as
3570         deprecated, since we already g_warning() on it.
3571
3572 Thu Jul 19 14:24:34 2001  Owen Taylor  <otaylor@redhat.com>
3573
3574         * gtk/gtkentry.c (gtk_entry_set_positions): Fix
3575         typo that sometimes caused selection not to work properly.
3576
3577         * gtk/gtkentry.c (gtk_entry_grab_focus): Select text in
3578         entry when tabbing in. (#57743)
3579         
3580         * gtk/gtkentry.c (gtk_entry_motion_notify): If the
3581         user drags up above or down below the entry, move
3582         to the end or the beginning of the entry. (Suggestion
3583         from Jay Cox, #50940)
3584
3585         * gtk/gtkentry.c (gtk_entry_move_cursor): If we have
3586         a current selection, then when moving by chars or
3587         words, move to the end of the selection rather than
3588         from entry->current_pos. (Suggestion from Jay Cox,
3589         #50942)
3590         
3591 Thu Jul 19 12:14:28 2001  Owen Taylor  <otaylor@redhat.com>
3592
3593         * gtk/gtkwindow.c (gtk_window_set_decorated): Actualy
3594         set window->decorated. (Patch from Hidetoshi Tajima,
3595         #55846)
3596
3597 Sat Jul  7 02:50:14 2001  Owen Taylor  <otaylor@redhat.com>
3598
3599         * gtk/gtkwidget.c (gtk_widget_set_parent): Enforce
3600         the widget/child realization/mapping invariants.
3601
3602         * gtk/gtkwidget.[ch] gtk/gtkprivate.h: Add functions 
3603         gtk_widget_[get/set]_child_visible() to control
3604         whether visible children of a mapped window are
3605         mapped.
3606
3607         * docs/widget_system.txt: Updated for changes in
3608         container contract, and addition of GTK_CHILD_VISIBLE.
3609
3610         * gtk/gtkcontainer.c: Add generic map()/unmap()
3611         functions that work for almost all containers.
3612
3613         * gtk/gtknotebook.c gtk/gtkpacker.c: Use 
3614         gtk_widget_set_child_visible() where necessary.
3615
3616         * gtk/*.c: Remove excess map(), unmap(), and 
3617         realization/mapping invariant enforcing code
3618         from many containers.
3619
3620 Wed Jul 18 19:51:45 2001  Owen Taylor  <otaylor@redhat.com>
3621
3622         * gtk/gtktextview.c (gtk_text_view_set_attributes_from_style): 
3623         Get the foreground color from 'text', nor 'fg'. (#57568)
3624
3625 Wed Jul 18 19:28:46 2001  Owen Taylor  <otaylor@redhat.com>
3626
3627         * gtk/*.c: Patch from Matthias Clasen to remove remove
3628         all instances of g_return_if_fail (foo != NULL); that are
3629         immediately before a g_return_if_fail (GTK_IS_FOO (foo));
3630         since the second check catches the NULL anyways.
3631
3632 Wed Jul 18 18:23:05 2001  Owen Taylor  <otaylor@redhat.com>
3633
3634         * gtk/gtkbutton.c gtk/gtkentry.c gtk/gtkmenu.c gtk/gtktextview.c
3635         gtktreeview.c: Fix idles and timeouts to be properly surrounded by 
3636         GDK_THREADS_ENTER()/LEAVE() pairs.
3637
3638         * gtk/gtkdialog.c gtk/gtkclipboard.c: Surround calls
3639         to g_main_loop_run() with GDK_THREADS_LEAVE()/ENTER()
3640         pairs. (Problem found by M. Meeks)
3641
3642 2001-07-18  Darin Adler  <darin@bentspoon.com>
3643
3644         * gtk/gtkiconfactory.c: (gtk_icon_size_register): Reorder code so
3645         that we don't get a g_warning message every time we register a new
3646         icon size.
3647
3648         * gdk/x11/gdkcolor-x11.c: (gdk_colormap_alloc1): Fix warning by
3649         using pixel variable of the correct type.
3650         
3651 Fri Jul 13 15:33:32 2001  Owen Taylor  <otaylor@redhat.com>
3652
3653         * gdk/gdkwindow.[ch]: Add a function gdk_window_get_internal_paint_info(),
3654         so that using X functions on a GdkWindow is possible, if
3655         a little hairy.
3656
3657         * gdk/gdkgc.c (gdk_gc_offset): Add a function to offset the clip
3658         and ts_origin of a GC, so that external parties can offset/restore
3659         a GC, when using gdk_window_get_internal_paint_info().
3660
3661 2001-07-17  Darin Adler  <darin@bentspoon.com>
3662
3663         * .cvsignore: Ignore the sgml directory made by gtkdoc.
3664         * demos/pixbuf-demo.c: (main): Use gtk_window_set_resizable
3665         instead of the deprecated gtk_window_set_policy.
3666         * demos/testpixbuf-scale.c: Add missing <stdlib.h> include.
3667         * gdk/gdkkeys.c: (gdk_keymap_class_init): Remove empty finalize
3668         function to get rid of warning and some code too.
3669         * gdk/x11/gdkfont-x11.c: (gdk_font_charset_for_locale): Add
3670         missing const.
3671         * gdk/x11/gdkmain-x11.c: (_gdk_windowing_init_check): Remove
3672         unused local.
3673         * gdk/x11/gdkpango-x11.c: (gdk_pango_context_get): Add missing
3674         const.
3675         * gdk/x11/gdkselection-x11.c: (gdk_text_property_to_utf8_list),
3676         (gdk_utf8_to_compound_text): Add missing const.
3677         * gtk/gtkimage.c: (gtk_image_expose): Remove unused local.
3678         * gtk/gtkmenubar.c: (gtk_menu_bar_hierarchy_changed): Add missing
3679         cast and get rid of an unnecessary one.
3680         * gtk/gtksettings.c: (gtk_settings_notify): Remove unused local.
3681         * gtk/gtkstatusbar.c: (gtk_statusbar_size_allocate): Remove unused
3682         local.
3683         * gtk/gtktreemodelsort.c: (gtk_tree_model_sort_build_level):
3684         Remove unused local.
3685         * modules/input/gtkimcontextxim.c: (gtk_im_context_xim_new): Add
3686         missing const.
3687         * tests/testsocket.c: (add_child): Add cast so the printf format
3688         doesn't make us implicitly depend on what integer type
3689         gtk_socket_get_id returns.
3690         * tests/testtextbuffer.c: Add missing const.
3691         * tests/testtreefocus.c: (main): Remove unused local.
3692         * tests/treestoretest.c: (iter_remove): Remove unused local.
3693         (uppercase_value): Remove unused function.
3694         (make_window): Add statement to quiet the compiler's uninitialized
3695         variable warning.
3696
3697 Sat Jul 14 12:47:35 2001  Tim Janik  <timj@gtk.org>
3698
3699         * gtk/gtkrange.c:
3700         (second_timeout): 
3701         (initial_timeout): 
3702         (update_timeout): add GDK_THREADS_ENTER/GDK_THREADS_LEAVE.
3703         (gtk_range_calc_layout): compute the new layout based on an
3704         adjustment->value being passed in as argument.
3705         (gtk_range_button_press): for button2 slider warps, first recalc
3706         the layout, then adjust the value. also, use update_slider_position()
3707         for adjusting the value, so we keep pixel quantisation at which we
3708         usually operate (upon motion or button releases). the reason for this
3709         is that, we can't change the adjustment upon button2 presses to a non
3710         quantised value and upon button2 release re-quantise the value since
3711         that'd alter the value even if we didn't get any motion events (causing
3712         unexpected scroll area warps upon release and/or slider pixel-jitter).
3713         (gtk_range_motion_notify): update the slider position from queried
3714         coordinates, not event coordinates.
3715
3716 Fri Jul 13 09:47:52 2001  Tim Janik  <timj@gtk.org>
3717
3718         * gtk/gtkstyle.c (gtk_default_draw_focus): fix line style resetting,
3719         the default gc values are: width=0, CapBut, JoinMiter.
3720
3721 2001-07-13  Anders Carlsson  <andersca@codefactory.se>
3722
3723         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Take
3724         into account the xpad and ypad when calculating the width and the
3725         height of the pixbuf cel.
3726
3727 Thu Jul 12 18:29:40 2001  Owen Taylor  <otaylor@redhat.com>
3728
3729         * gtk/gtkradiomenuitem.[ch] (gtk_radio_menu_item_group): 
3730         Rename to gtk_radio_menu_item_get_group(), add deprecated
3731         alias. (#57044)
3732
3733         * gtk/gtkfilesel.c: Indentation fix.
3734
3735 Thu Jul 12 17:33:00 2001  Owen Taylor  <otaylor@redhat.com>
3736
3737         * gtk/gtkbbox.h gtk/gtkcompat.h: Patch from Mathias 
3738         Hasselmann to fix warnings in compat macros. 
3739         (#56773)
3740
3741         * gtk/gtkmenubar.c (gtk_menu_bar_hierarchy_changed): Fix 
3742         stupid wrong cast added in last patch.
3743
3744 Thu Jul 12 16:51:34 2001  Owen Taylor  <otaylor@redhat.com>
3745
3746         * gtk/gtkwidget.c: Replace a couple of inappropriate calls to 
3747         GTK_WIDGET_HAS_FOCUS() with gtk_widget_is_focus(). (#57067)
3748
3749 Thu Jul 12 14:06:19 2001  Owen Taylor  <otaylor@redhat.com>
3750
3751         * gtk/gtkmenubar.c (gtk_menu_bar_hierarchy_changed): Add
3752         missing cast.
3753
3754         * gtk/gtkcontainer.c (gtk_container_get_focus_chain): Fix
3755         NULL/FALSE return value confusion.
3756
3757         * gtk/gtkrange.c (coord_to_value): Fix division-by-zero
3758         problem when scrollbar completely fills range. (Patch
3759         from  Matthias Clasen, #57047)
3760
3761 Thu Jul 12 13:53:28 2001  Owen Taylor  <otaylor@redhat.com>
3762
3763         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Properly
3764         clean up when handling events for move-resize emulation.
3765         (Problem traced down by Matthias Clasen, #57271)
3766
3767 Thu Jul 12 13:43:27 2001  Owen Taylor  <otaylor@redhat.com>
3768
3769         * gtk/gtkclist.c gtk/gtkcolorsel.c gtk/gtkcombo.c
3770           gtk/gtkctree.c gtk/gtkcurve.c gtk/gtkentry.c
3771           gtk/gtkfontsel.c gtk/gtkhandlebox.c 
3772           gtk/gtkimcontextsimple.c gtk/gtkmain.c gtk/gtkmenu.c
3773           gtk/gtkmenuitem.c gtk/gtkoptionmenu.c gtk/gtkpixmap.c
3774           gtk/gtkselection.c gtk/gtktextdisplay.c gtk/gtktextview.c
3775           gtk/gtktooltips.c gtk/gtkwidget.c gtk/gtkwindow.c:
3776         Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ]
3777
3778 2001-07-09  Peter Williams  <peterw@ximian.com>
3779
3780         * gtk/Makefile.am ($(srcdir)/stamp-gtk.defs): Add a cd $(srcdir)
3781         for when srcdir != builddir
3782
3783 Mon Jul  9 12:50:51 2001  Jonathan Blandford  <jrb@redhat.com>
3784
3785         * gtk/gtktreemodel.c: remove gtk_tree_model_get_first in favor of
3786         gtk_tree_model_get_iter_root.
3787
3788         * gtk/gtkliststore.c: Add a bunch of g_return statements.
3789         (gtk_list_store_iter_n_children): Fix up.
3790
3791         * gtk/gtktreestore.c: Add a bunch of g_return statements.
3792
3793 Fri Jul  6 15:38:33 2001  Owen Taylor  <otaylor@redhat.com>
3794
3795         * gtk/gtkwidget.c (gtk_widget_class_init):
3796         G_SIGNAL_TYPE_STATIC_SCOPE GtkSelectionData to
3797         restore some workingness.
3798
3799         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Fix 
3800         handle of window type for input-only windows.
3801
3802 Thu Jul  5 21:53:46 2001  Owen Taylor  <otaylor@redhat.com>
3803
3804         * gtk/gtkbbox.[ch] gtk/gtkbox.[ch] gtk/gtk[hv]bbox.c:
3805         Patch from Gregory Merchan to add 
3806         gtk_button_box_set_secondary(), which separates
3807         the child into a separate group from the normal
3808         buttons. (#56331)
3809
3810         * gtk/gtkdialog.c: Make help buttons secondary by
3811         default.
3812
3813         * gtk/gtkbbox.c: Added a child property "secondary".
3814
3815         * gtk/testgtk.c: Turn on the help button for the 
3816         color selector to check that it properly appears
3817         as secondary.
3818
3819 Mon Jul  2 01:09:37 2001  Owen Taylor  <otaylor@redhat.com>
3820  
3821         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkwindow-x11.c
3822         gdk/linux-fb/gdkwindow-fb.c gdk/x11/gdkwindow-x11.c gdk/gdk:
3823         Add gdk_set_pointer_hooks() to allow pointer-querying to
3824         be hooked by an event record/playback system like GERD.
3825         (#56914)
3826         
3827 Thu Jul  5 08:57:07 2001  Owen Taylor  <otaylor@redhat.com>
3828
3829         * gtk/gtkwidget.c (gtk_widget_reset_rc_style): Pass
3830         in the right value of initial_emission to
3831         gtk_widget_set_style_internal (#57091)
3832
3833 Wed Jul  4 23:17:04 2001  Owen Taylor  <otaylor@redhat.com>
3834
3835         * gtk/gtkdnd.c (gtk_drag_dest_hierarchy_changed):
3836         Make compile.
3837
3838         * gtk/gtkwidget.c (gtk_widget_reset_rc_style): Fix problem
3839         with calling gtk_widget_set_style_internal() with
3840         the old style, not the new style. (#56989)
3841
3842 Wed Jul  4 22:35:40 2001  Owen Taylor  <otaylor@redhat.com>
3843
3844         * gtk/gtklabel.c gtk/gtkmenubar.c gtk/gtktreeviewcolumn.c
3845           gtk/gtkwidget.c:
3846         Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)),
3847         not GTK_WIDGET_GET_ANCESTOR ... see 
3848         http://mail.gnome.org/archives/gtk-devel-list/2001-July/msg00072.html.
3849         Indicate the best practice in the docs for gtk_widget_get_toplevel().
3850
3851         * gtk/gtkwidget.[ch]: Expose a private _gtk_widget_hierarchy_changed(),
3852         so GtkPlug can give the correct signals when transforming
3853         from a child to a toplevel.
3854         
3855         * gtk/gtkdnd.c (gtk_drag_dest_hierarchy_changed): Handle
3856         reparentation correctly.
3857
3858         * gtk/gtkwidget.c (gtk_widget_propagate_hierarchy_changed):
3859         Propagate the previous_toplevel argument down properly.
3860
3861         * gtk/gtklabel.c (gtk_label_finalize): Fix unrefing
3862         of wrong atr list.
3863
3864         * gtk/gtkplug.[ch]: Add an "embedded" signal.
3865
3866         * gtk/gtksocket.[ch]: Add "child_added", "child_removed"
3867         signals.
3868
3869         * gtk/gtkplug.[ch] gtk/gtksocket.[ch]: Add 
3870         functions gtk_plug_get_id(), gtk_socket_get_id(),
3871         to avoid the user having to worry about realization,
3872         and gdkx.h.
3873
3874         * tests/testsocket.c: Extend to try out the new signals
3875         and gtk_plug/socket_get_id().
3876
3877         * gtk/gtklabel.c (gtk_label_set_pattern_internal): Fix
3878         setting of underline attributes.
3879
3880         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore
3881         DestroyNotify events from SubstructureNotifyMask
3882
3883         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent):
3884         Switch GDK_WINDOW_TYPE (window) as needed.
3885
3886         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Clean up,
3887         allow creation of toplevel windows as children of
3888         foreign windows.
3889
3890         * gtk/gtkplug.c: Remove hacks involving changing private
3891         fields of GdkWindow.
3892
3893         * gtk/gtkplug.[ch] gtk/gtksocket.c: Work to make 
3894         exactly the same signals and notification
3895         be emitted for local embedding as for inter-process
3896         embedding.
3897
3898 2001-07-04  James Henstridge  <james@daa.com.au>
3899
3900         * gtk/gtkliststore.h: add missing gtk_list_store_newv prototype.
3901
3902 Mon Jul  2 16:53:25 2001  Owen Taylor  <otaylor@redhat.com>
3903
3904         * gtk/xembed.h gtk/gtkplug.c gtk/gtksocket.c: For
3905         XEMBED embedding add a _XEMBED_INFO property to the
3906         client with version number and a "mapped" flags.
3907         Use the mapped flag instead of the racy MapRequestEvent
3908
3909         * gtk/gtksocket.c: Clean up the gtk_socket_steal()
3910         code to reliably set things (when the child is a passive
3911         embedder participating in the XEMBED protocol) intead
3912         of just being a hack for embedding non-participating
3913         programs. Fix various bugs and race conditions.
3914         
3915         * gtk/gtksocket.[ch] gtk/gtkplug.[ch]: Make local embedding
3916         work by simply making the GtkSocket the gtk parent
3917         of the GtkPlug. Set a flag in this case and make
3918         the GtkPlug work like a normal container by overriding
3919         methods such as check_resize and "chaining past" GtkWindow
3920         to GtkBin.
3921
3922         * gtk/gtkentry.c (gtk_entry_real_activate)
3923           gtk/gtkmain.c (gtk_propagate_event): 
3924         Eliminate use of gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW).
3925         
3926         * gtk/gtkwidget.c (gtk_widget_get_toplevel,
3927         gtk_widget_get_ancestor):
3928         Explain why gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW)
3929         might not give the expected result and recommend
3930         an alternative.
3931
3932         * tests/testsocket.c tests/testsocket_child.c
3933         tests/testsocket_common.c tests/Makefile.am: Extended
3934         to test different type of adding plugs to sockets
3935         (local,active,passive), and to test mapping/unmapping
3936         the plug.
3937
3938         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Don't
3939         mark the window as destroyed until after we
3940         called _gdk_windowing_window_destroy().
3941         (_gdk_windowing_window_destroy() may use GDK functions
3942         on the window.)
3943
3944         * gdk/x11/gdkinput.c: Remove the check for finalization - 
3945         devices can be finalized under some circumnstances.
3946  
3947         * gdk/x11/gdkinput-x11.c (gdk_input_device_new): Fix 
3948         small problem with GDK_TYPE_DEVICE.
3949  
3950 2001-07-02  Havoc Pennington  <hp@pobox.com>
3951
3952         * gdk/x11/gdkwindow-x11.c (gdk_wmspec_change_state): fix to 
3953         use constants not atoms.
3954
3955 2001-07-02  James Henstridge  <james@daa.com.au>
3956
3957         * gtk/gtktextview.c (gtk_text_view_class_init): same here for
3958         PANGO_TYPE_TAB_ARRAY.
3959
3960         * gtk/gtktexttag.c (gtk_text_tag_class_init): same here, but also
3961         for PANGO_TYPE_TAB_ARRAY.
3962
3963         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init):
3964         s/GTK_TYPE_PANGO_FONT_DESCRIPTION/PANGO_TYPE_FONT_DESCRIPTION/
3965
3966         * gtk/gtk-boxed.defs: move all the boxed definitions to the top of
3967         the file.  Remove Pango types from defs -- they are now defined in
3968         libpango.
3969
3970 Mon Jul  2 06:35:10 2001  Tim Janik  <timj@gtk.org>
3971
3972         * gdk/gdkkeys.c (gdk_keymap_class_init): s/signal_newc/signal_new/
3973
3974         * gtk/gtkobject.c (gtk_object_destroy): invoke
3975         g_object_run_dispose().
3976
3977         * gtk/gtkwindow.c: 
3978         * gtk/gtkwidget.c: 
3979         * gtk/gtkobject.c:
3980         * gtk/gtklist.c: s/shutdown/dispose/ for the GObject
3981         method.
3982
3983 Sat Jun 30 20:44:48 2001  Owen Taylor  <otaylor@redhat.com>
3984
3985         * gtk/gtktypeutils.c (gtk_type_class): Remove
3986         change check for GTK_TYPE_OBJECT derivation to
3987         G_TYPE_OBJECTS - it's Tim-approved to use this 
3988         for arbitary objects.
3989
3990         * gtk/gtkwindow.c gtk/gtkcontainer.[ch]: underscore
3991         prefix gtk_container_dequeue_resize_handler().
3992
3993         * gtk/gtkwidget.[ch]: Add a previous_toplevel argument
3994         to the hierarachy_changed signal, since you otherwise
3995         have to always keep that around.
3996
3997         * gtk/gtkmenubar.c gtk/gtklabel.c gtk/gtksocket.c: Adapt
3998         for extra argument to hierarchy_changed.
3999
4000 Tue Jun 26 19:39:03 2001  Owen Taylor  <otaylor@redhat.com>
4001
4002         * gtk/gtkwidget.c (gtk_widget_set_style): Allow %NULL
4003         for style to mean "revert to default style"
4004
4005         * gtk/gtkwidget.[ch] (gtk_widget_set_rc_style,
4006           gtk_widget_restore_default_style): Make this functions
4007         deprecated aliases for gtk_widget_set_style (widget, NULL).
4008
4009         * gtk/gtkwidget.[ch]: Remove:
4010            gtk_widget_set_default_style ()
4011            gtk_widget_push_style ()
4012            gtk_widget_pop_style ()
4013         These functions interact are overriden by RC files, and
4014         thus virtually useless, and complicated.
4015
4016 Fri Jun 22 18:49:48 2001  Owen Taylor  <otaylor@redhat.com>
4017
4018         * gtk/gtkrc.c: Add a GtkRcContext structure to hold 
4019         most of the previous global variables in gtkrc.c. This is
4020         in preparation for multi-head, since each screen can
4021         have different GtkSettings and RC information.
4022
4023         * gtk/gtkrc.[ch]: 
4024
4025         * gtk/gtkrc.h (struct _GtkRcStyleClass): Add a
4026         GtkSettings parameter to GtkRcStyle::parse.
4027
4028         * gdk/x11/gdkevents-x11.c gtk/gtksettings.c gtk/gtkrc.c: 
4029         Add two new settings gtk-theme-name, gtk-key-theme-name,
4030         for RC files that are loaded by name after reading
4031         the default RC files.
4032         
4033         * gtk/gtkrc.c: Allow priorities for styles, as wll as
4034         bindings.
4035
4036         * gtk/gtkenums.h gtk/gtkrc.c: Add GTK_PATH_PRIO_THEME,
4037         and use it by default for RC files loaded via 
4038         gtk-theme-name, gtk-key-theme-name.
4039
4040         * gtk/gtkiconfactory.c (gtk_icon_source_set_filename)
4041         gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string) 
4042         tests/testgtkrc: Require pathnames to be absolute.
4043
4044         * gtk/gtkrc.c gtk/gtkiconfactory.c: Look up the full filename for
4045         the source when parsing, since the operation of looking up a
4046         pixmap from an RC file depends on the parsing context.
4047
4048         * gtk/gtkrc.c (gtk_rc_context_reparse_all): Automatically
4049         reset RC styles on all widgets when files are reparsed.
4050
4051         * tests/testgtk.c (create_rc_file) 
4052           gtk/gtkwindow.c (gtk_window_read_rcfiles): 
4053         Simplify, now that gtk_rc_reparse_all() resets styles on
4054         all widgets itself.
4055
4056         * gtk/gtkmain.c (gtk_get_default_language): Fix broken
4057         return value.
4058
4059         * gtk/gtksettings.[ch] (gtk_settings_install_property[_ch]): Remove
4060         GtkSettings argument.
4061
4062         * gtk/gtksettings.[ch] (gtk_settings_get_default): Rename from
4063         gtk_settings_get_global().
4064
4065         * gtk/gtkwidget.[ch]: Add a function gtk_widget_Get_settings()
4066         to get the appropriate GtkSettings for a widget. (For now,
4067         just gets the default GtkSetttings.) 
4068
4069         * gtk/gtkcolorsel.c gtk/gtkentry.c gtk/gtkmenu.c gtk/gtkmenubar.c
4070           gtk/gtktextview.c gtk/gtktoolbar.c: Fixes for GtkSettings
4071         changes.
4072
4073         * gtk/gtkrc.[ch]: Add gtk_rc_get_style_by_paths() to allow
4074         getting a style for a path without actually having a widget.
4075         (Allows using a style for a subpart of a widget, for
4076         example.)
4077
4078         * gtk/gtkrc.[ch]: Add gtk_rc_reparse_all_for_setting() to allow forcing
4079         the RC files to be reloaded for just one GtkSettings
4080         (not sure how useful this really is.)
4081
4082         * gtk/gtkrc.h: Deprecate
4083         gtk_rc_add_widget_name/widget_class/class_style
4084
4085 2001-06-30  Alex Larsson  <alexl@redhat.com>
4086
4087         * gdk/linux-fb/gdkinput-none.c:
4088         * gdk/linux-fb/gdkinput.c:
4089         * gdk/linux-fb/gdkinputprivate.h:
4090         Convert GdkDevice to a GObject.
4091
4092         * linux-fb/gdkprivate-fb.h:
4093         * linux-fb/gdkvisual-fb.c:
4094         Convert GdkVisual to a GObject.
4095
4096 2001-06-29  Alex Larsson  <alexl@redhat.com>
4097
4098         * gdk/gdkvisual.h:
4099         * gdk/gdkcolor.c:
4100         * gdk/x11/gdkx.h:
4101         * gdk/x11/gdkvisual-x11.c:
4102         Convert GdkVisual to a GObject.
4103
4104         * gdk/gdkinput.h:
4105         * gdk/gdkevents.c:
4106         * gdk/x11/gdkinputprivate.h:
4107         * gdk/x11/gdkinput-gxi.c:
4108         * gdk/x11/gdkinput-none.c:
4109         * gdk/x11/gdkinput-x11.c:
4110         * gdk/x11/gdkinput-xfree.c:
4111         * gdk/x11/gdkinput.c:
4112         Convert GdkDevice to a GObject.
4113
4114 Fri Jun 29 22:13:28 2001  Jonathan Blandford  <jrb@redhat.com>
4115
4116         * gtk/gtktreestore.c (gtk_tree_store_new): changed new_with_types
4117         to just plain new, fixing the number of columns, and column types
4118         at creation time.
4119
4120         * gtk/gtkliststore.c (gtk_list_store_new): ditto.
4121
4122         * gtk/gtkcellrenderertext.c
4123         (gtk_cell_renderer_text_set_fixed_height_from_font): FIX the
4124         height to a specific font.
4125
4126         * gtk/gtktreeview.c (gtk_tree_view_is_expander_column): fix brokenness.
4127
4128         * tests/*c: change to work with new store models.
4129
4130 2001-06-29  Havoc Pennington  <hp@redhat.com>
4131
4132        * Throughout: fixes to compile with G_DISABLE_COMPAT
4133         (s/g_signal_connectc/g_signal_connect/,
4134         s/g_signal_newc/g_signal_new/,
4135         s/g_signal_disconnect_by_func/g_signal_handlers_disconnect_by_func/)
4136
4137 Fri Jun 29 03:14:16 2001  Jonathan Blandford  <jrb@webwynk.net>
4138
4139         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
4140         add path argument to selection callbacks.
4141
4142 Fri Jun 29 00:13:34 2001  Jonathan Blandford  <jrb@redhat.com>
4143
4144         * gtk/gtktreemodel.c (gtk_tree_model_foreach): New function to
4145         walk through a model in a depth first manner, with the option to
4146         break out.
4147
4148 Fri Jun  8 18:52:10 2001  Jonathan Blandford  <jrb@redhat.com>
4149
4150         * gtk/gtktreeview.[hc]: Patch Thomas Broyer from
4151         <tbroyer@ltgt.net>. Expander arrows are now attached to a specific
4152         column and follow it when draged, rather than a location in the
4153         view. "expander_column" property and drawing functions changed
4154         accordingly.  Fixes bug #55942.
4155
4156         (gtk_tree_view_{set,get}_expander_column): Now works with a
4157         GtkTreeViewColumn* instead of int.
4158
4159 Thu Jun 28 22:53:18 2001  Owen Taylor  <otaylor@redhat.com>
4160
4161         *  gdk/gdk.c gtk/gtktypeutils.c: Fix args to g_type_init(). 
4162
4163 2001-06-28  Havoc Pennington  <hp@pobox.com>
4164
4165         * gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): Clip the retrieved
4166         image data to the screen, using a server grab to avoid race
4167         conditions.
4168
4169         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): remove 
4170         check for NULL return from gtk_image_new_from_stock(), it never
4171         returns NULL.
4172         (gtk_item_factory_create_item): fix bug where we parsed the stock
4173         ID as an inline pixbuf
4174
4175         * gtk/gtktext.c (gtk_text_key_press): numeric keypad support
4176
4177         * gtk/gtkspinbutton.c (gtk_spin_button_key_press): numeric keypad
4178         support (should be using binding set here)
4179
4180         * gtk/gtkoptionmenu.c (gtk_option_menu_key_press): numeric keypad
4181         support (should be using binding set here)
4182
4183         * gtk/gtkmenushell.c (gtk_menu_shell_class_init): numeric keypad 
4184         support
4185
4186         * gtk/gtkmenu.c (gtk_menu_class_init): numeric keypad support
4187
4188         * gtk/gtkmenubar.c (gtk_menu_bar_class_init): numeric keypad
4189
4190         * gtk/gtklistitem.c (gtk_list_item_class_init): numeric keypad
4191
4192         * gtk/gtkimcontextsimple.c
4193         (gtk_im_context_simple_filter_keypress): keypad
4194
4195         * gtk/gtkfilesel.c (gtk_file_selection_key_press): keypad 
4196
4197         * gtk/gtkentry.c (gtk_entry_class_init): numeric keypad fixes
4198
4199         * gtk/gtkctree.c (gtk_ctree_class_init): numeric keypad support
4200
4201         * gtk/gtkcolorsel.c (palette_activate): keypad support (of course,
4202         should be binding-setted)
4203
4204         * gtk/gtkwindow.c (gtk_window_class_init): numeric keypad fixes
4205
4206         * gtk/gtkclist.c (gtk_clist_class_init): numeric keypad fixes
4207
4208         * gtk/gtkcalendar.c: numeric keypad fixes
4209
4210         * gtk/gtktextview.c (gtk_text_view_class_init): numeric keypad
4211         support
4212
4213         * gdk/gdkwindow.c (gdk_window_get_clip_region): fix infinite loop
4214         screwup
4215
4216         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha): 
4217         clip the render area to the drawable's clip region in advance,
4218         so we don't get data from the server that we don't need.
4219
4220         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
4221         check return value of gdk_pixbuf_get_from_drawable(), fall back 
4222         to bilevel alpha if we can't get the pixbuf to composite against.
4223
4224         * gdk/gdkdraw.c (gdk_drawable_get_image): set the image colormap
4225
4226         * gdk/gdkimage.c (gdk_image_get_colormap): add
4227         gdk_image_set_colormap, gdk_image_get_colormap
4228
4229         * gdk/gdkpixbuf-drawable.c (rgbconvert): Change all converters to
4230         take a region of the image, instead of converting the entire
4231         image.
4232
4233         * gtk/gtkwidget.h (struct _GtkWidgetClass): add show_help
4234         keybinding signal. Add default bindings for it. Add default
4235         handler for show_help that shows the tooltip for the widget.
4236
4237         * gtk/gtkdialog.c (gtk_dialog_class_init): add binding set and
4238         "close" keybinding signal, remove key press handler.
4239
4240         * gtk/gtktooltips.c (gtk_tooltips_set_colors): Just remove this,
4241         it's not our usual practice to leave a deprecated function around
4242         with a runtime warning, plus we don't want it to appear in docs,
4243         plus if we make them yellow no one will want to change them
4244         anyhow.
4245
4246 Thu Jun 28 23:53:31 2001  Tim Janik  <timj@gtk.org>
4247
4248         * gtk/gtkwidget.c (gtk_widget_hide): !GTK_OBJECT_DESTROYED() ->
4249         GTK_WIDGET_REALIZE() for resize queueing.
4250
4251         * gtk/gtkmain.c (gtk_main_do_event): !GTK_OBJECT_DESTROYED() ->
4252         GTK_WIDGET_REALIZE() for post event delivery destruction upon
4253         GDK_DESTROY.
4254         
4255         * gtk/gtkwidget.c: added GtkWidget::event-after notification signal, to
4256         sompensate for former (pre-2.0) connect_after() facility.
4257         (gtk_widget_send_expose): 
4258         (gtk_widget_event): assert the widget is realized, since event delivery
4259         to non-realized widgets is essentially a bug. event handlers should
4260         be able to unconditionally rely on widget->window (unless they
4261         emit events on their own which can trigger widget destruction).
4262         (gtk_widget_event_internal): removed old outdated GTK_OBJECT_DESTROYED()
4263         logic. event delivery happens as follows:
4264         a) emission of GtkWidget::event (RUN_LAST handler). returns was_handled.
4265         b) if !was_handled in (a) and the widget is still realized, emit event-
4266            specific signal (RUN_LAST handler). returns was_handled.
4267         c) emission of GtkWidget::event-after for notification if the widget is
4268            still realized (regardless of was_handled from previous stages, no
4269            class handler). no return value.
4270         d) was_handled gets passed on to caller, to determine further
4271            propagation. if the widget got unrealized meanwhile, was_handled
4272            is returned as TRUE.
4273
4274         * gdk/gdkevents.[hc]: added gdk_event_get_root_coords() and
4275         gdk_event_get_coords().
4276
4277 Thu Jun 28 17:18:41 2001  Tim Janik  <timj@gtk.org>
4278
4279         * configure.in (GTK_MICRO_VERSION): up version to 1.3.7, interface
4280         age 0, binary age 0. depend on glib 1.3.7.
4281
4282         * gtk/gtkcontainer.c: remove g_signal_handlers_disconnect_by_func() hack.
4283
4284         * gtk/gtkmenubar.c: same here.
4285         
4286         * gtk/gtkcontainer.c (gtk_container_focus_tab): fix param-spec retrival.
4287
4288         * gtk/gtkcolorsel.c (gtk_color_selection_init): fix connect_data() usage.
4289
4290         * gtk/gtkentry.c (gtk_entry_focus_in): same here.
4291         
4292         * gtk/gtkmenubar.c (add_to_window): likewise.
4293         
4294         * gtk/gtktextbtree.c: and here...
4295         
4296         * gtk/gtktextview.c (gtk_text_view_ensure_layout): same thing.
4297         
4298         * gtk/gtktoolbar.c (gtk_toolbar_init): once more.
4299         
4300         * gtk/gtktreemodel.c (connect_ref_callbacks): and another time.
4301         
4302         * gtk/gtktreeviewcolumn.c:
4303         (_gtk_tree_view_column_set_tree_view): yet again.
4304
4305         * demos/gtk-demo/images.c (progressive_timeout): demonstrate
4306         signal connections without g_signal_connect_data().
4307         
4308         * demos/gtk-demo/stock_browser.c (do_stock_browser): second
4309         demo of the matter.
4310         
4311         * demos/testpixbuf.c (main): running out of equality phrases for the
4312         ChangeLog, but had to adapt connections here as well.
4313         
4314         * demos/testanimation.c (progressive_timeout): and for the fun of it,
4315         tackled this the same way.
4316         
4317         * tests/testtext.c (create_view): ok, it's becoming a pain at this
4318         point, but had enough enery for one more fix.
4319
4320         * tests/testtreecolumns.c (main): stand up man, do your work!
4321
4322         * tests/testtreeview.c (set_columns_type): ok, this is the last file i
4323         fix, either that's been all of it or CVS gtk is broken yet again.
4324         
4325 2001-06-29  James Henstridge  <james@daa.com.au>
4326
4327         The following changes correspond to bug #56812
4328
4329         * gdk/gdkinput.h, gdk/gdkevents.c (GDK_TYPE_DEVICE): register type
4330         code for GdkDevice.
4331
4332         * gdk/gdkcursor.[ch] (GDK_TYPE_CURSOR): register type code for
4333         GdkCursor.
4334
4335 2001-06-19  Havoc Pennington  <hp@pobox.com>
4336
4337         * gdk/x11/gdkwindow-x11.c (gdk_window_show_unraised): new function
4338         for mapping a window without fooling with stacking order, but
4339         updating the "withdrawn" flag
4340
4341         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Do event
4342         filtering as soon as possible, moving move resize and wmspec_check
4343         handling after the event filter.  Make default filter apply to all
4344         events, not just those with no GdkWindow wrapped around the X
4345         window. Fix a FIXME about how the window could be a pixmap using 
4346         RTTI; this of course assumes GDK_IS_WINDOW() is optimized. 
4347
4348         Also, be robust against events not on a known GdkWindow.
4349
4350         * gdk/x11/gdkmain-x11.c (gdk_x11_grab_server,
4351         gdk_x11_ungrab_server): export reference-counted server grabs, so
4352         other people can grab server over a GDK function that also does
4353         so.
4354
4355 Wed Jun 27 19:40:31 2001  Jonathan Blandford  <jrb@redhat.com>
4356
4357         * gtk/gtktreeviewcolumn.c
4358         (gtk_tree_view_column_pack_start_cell_renderer): New function to
4359         reflect that you can (hypothetically) pack cell renderers into a
4360         column.
4361         (gtk_tree_view_column_pack_end_cell_renderer): ditto.
4362         (gtk_tree_view_column_cell_is_visible): Move more functionality to
4363         the column.
4364         (gtk_tree_view_column_cell_can_focus): Move more functionality to
4365         the column.
4366
4367         * gtk/gtktreeview.c: Move to use new column-packing code.
4368         (gtk_tree_view_real_expand_row): remove totally braindead code.
4369         (gtk_tree_view_real_collapse_row): ditto.
4370
4371 2001-06-27  Kjartan Maraas  <kmaraas@gnome.org>
4372
4373         * gtk/gtktreeviewcolumn.c: Fix a typo.
4374         
4375 2001-06-26  Joel Becker  <jlbec@evilplan.org>
4376
4377         * gdk-pixbuf/gdk-pixbuf-csource.c: remove '#include "x"' line
4378           at the end of the file
4379
4380 2001-06-26  Havoc Pennington  <hp@redhat.com>
4381
4382         * gtk/gtkwindow.c (gtk_window_set_policy): forgot a notification
4383
4384 2001-06-26  Havoc Pennington  <hp@redhat.com>
4385
4386         * gtk/gtkwindow.c (gtk_window_class_init): add "resizable"
4387         property
4388
4389 Tue Jun 26 12:59:28 2001  Jonathan Blandford  <jrb@redhat.com>
4390
4391         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): fix
4392         stupid missing statement
4393
4394         * gtk/gtktreeview.c (gtk_tree_view_set_destroy_count_func): New
4395         private function for ATK.  It notifies you of how many _visible_
4396         children are deleted when a node is deleted.  Should be used by
4397         atk only.
4398
4399 Tue Jun 26 11:06:34 2001  Owen Taylor  <otaylor@redhat.com>
4400
4401         * gtk/gtkclist.c gtk/gtkentry.c gtk/gtkspinbutton.c:
4402         Use new pango_context_get_metrics() to fix problems
4403         with font lists in descriptions. (#56184, reported by
4404         Jonas Borgström)
4405
4406 Tue Jun 26 10:04:30 2001  Tim Janik  <timj@gtk.org>
4407
4408         * gtk/gtkiconfactory.c:
4409         * gtk/gtkitemfactory.c: use gdk_pixbuf_new_from_stream(). fixed up
4410         item factory so inlined pixbufs actually work.
4411
4412 2001-06-25  Havoc Pennington  <hp@redhat.com>
4413
4414         * gtk/gtktreeviewcolumn.h, gtk/gtktreeviewcolumn.c:
4415         s/RESIZEABLE/RESIZABLE/
4416
4417         * gtk/gtkwindow.c, gtk/gtkwindow.h: s/resizeable/resizable/
4418
4419 2001-06-25  Alexander Larsson  <alexl@redhat.com>
4420
4421         * configure.in:
4422         Added --enable-fbmanager. This is some experimental code
4423         that lets several GtkFB apps coordinate their access to the
4424         framebuffer.
4425         
4426         * acconfig.h:
4427         Added ENABLE_FB_MANAGER.
4428
4429         * gdk/linux-fb/Makefile.am:
4430         Added gdkfbmanager and gdkfbswitch.
4431
4432         * gdk/linux-fb/gdkkeyboard-fb.c:
4433         * gdk/linux-fb/gdkmouse-fb.c:
4434         * gdk/linux-fb/gdkprivate-fb.h:
4435         Split device init and open so that
4436         they can be opened and closed while switched
4437         away.
4438
4439         * gdk/linux-fb/gdkmain-fb.c:
4440         Add the basic manager communication.
4441
4442         * gdk/linux-fb/gdkrender-fb.c:
4443         Don't update to the shadow fb if we're
4444         blocked by the fb manager.
4445
4446 Sun Jun 24 22:15:16 2001  Owen Taylor  <otaylor@redhat.com>
4447
4448         * docs/Changes-2.0.txt: Add note about child property
4449         changes.
4450
4451 Sun Jun 24 21:34:32 2001  Owen Taylor  <otaylor@redhat.com>
4452
4453         * gtk/gtkenums.h gtk/gtkiconfactory.c: Add a special size for
4454         drag-and-drop GTK_ICON_SIZE_DND (Default to 32x32)
4455
4456         * gtk/gtkdnd.c (gtk_drag_dest_set_target_list): Fix problem
4457         with un'reffing wrong list reported by Jeff Franks.
4458
4459         * gtk/gtkdnd.[ch] (_gtk_drag_{source,}dest_handle_event): _prefix.
4460
4461         * gtk/gtkdnd.c (gtk_drag_set_icon_default): Use GTK_STOCK_DND
4462         for the default icon. Remove inline XPM.
4463
4464         * gtk/gtkstock.h gtk/gtkiconfactory.c:
4465         Add GTK_STOCK_DND GTK_STOCK_DND_MULTIPLE (Currently, stock_new
4466         is used for GTK_STOCK_DND, but it is a bit too small.)
4467
4468         * gtk/stock-icons/stock_dnd_multiple.png
4469         gtk/stock-icons/Makefile.am: New stock icon moved from gnome-libs.
4470
4471         * gtk/gtkdnd.c (gtk_drag_source_event_cb): Only return
4472         TRUE when starting a drag. In other cases, we are
4473         just observing. (#52995)
4474
4475         * gtk/gtkdnd.[ch] (gtk_drag_set_icon_{stock,pixbuf}): Add 
4476         function to set the icon for a drag from a GdkPixbuf
4477         or stock ID.
4478
4479         * gtk/gtkdnd.[ch] (gtk_drag_source_set_icon_{stock,pixbuf}): 
4480         Likewise, for drag sources.
4481
4482         * gtk/gtkdnd.h: Deprecate gtk_drag_set_default_icon.
4483         (Now should be done using the stock system.)
4484
4485 Sun Jun 24 12:06:47 2001  Owen Taylor  <otaylor@redhat.com>
4486
4487         * gtk/gtktextview.[ch] (gtk_text_view_set_text_window_size): 
4488         Removed - didn't work and not particularly useful anyways
4489         if it did. 
4490
4491 Sun Jun 24 11:29:35 2001  Owen Taylor  <otaylor@redhat.com>
4492
4493         * gdk/x11/gdkimage-x11.c (gdk_image_new): Fix stupid error
4494         introduced last night that was making things decidedly not work.
4495
4496         * gtk/*.[ch]: Patch from Kristian Rietveld adding 80 getters
4497         so that we have getter/setter pairing everywhere it makes
4498         sense. (#55767)
4499
4500         * gtk/gtkradiobutton.[ch] gtk/gtktoolbar.c tests/testgtk.:
4501         Rename gtk_radio_button_group to gtk_radio_button_get_group, add a
4502         deprecated compat macro. (#55516)
4503
4504         * gtk/gtklabel.[ch]: Add functions
4505         gtk_label_set/get_use_underline(), gtk_label_set/get_use_markup(),
4506         gtk_label_set_label(), which mirror the property API for GtkLabel.
4507         Make gtk_label_get_attributes() only reflect the attributes
4508         set by gtk_label_set_attributes.
4509
4510         * gtk/gtknotebook.c (gtk_notebook_set_current_page) gtk/gtkcompat.h: Rename
4511         from gtk_notebook_set_page().
4512
4513 Sat Jun 23 18:02:46 2001  Owen Taylor  <otaylor@redhat.com>
4514
4515         * configure.in: Fix tests for XShm.h.
4516
4517         * gdk/x11/gdkimage-x11.c: Cleanup error handling in
4518         gdk_image_new() by use of goto, properly use g_object_unref().
4519
4520 Sat Jun 23 22:03:20 2001  Tim Janik  <timj@gtk.org>
4521
4522         * gdk/x11/gdkimage-x11.c (gdk_image_init): disabled g_free (image)
4523         calls, as GdkImage is an object. these should be g_obejct_unref()
4524         instead but that won't work because of the g_error() statement
4525         in gdk_x11_image_destroy(). so for now, i did s/g_free/LEAK_IMAGE/
4526         to spot these places.
4527
4528 Sat Jun 23 10:27:53 2001  Owen Taylor  <otaylor@redhat.com>
4529
4530         * modules/input/gtkimcontextxim.c: Fixup some problems with 
4531         text length handling in error cases.
4532
4533         * gtk/gtkwidget.c (gtk_widget_size_allocate): Reorder
4534         a bit to make test actually warn on attempt to allocation
4535         a negative size. (#56101, Matthias Clasen)
4536
4537 Fri Jun 22 14:06:08 2001  Jonathan Blandford  <jrb@redhat.com>
4538
4539         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
4540         noticed by Brian Cameron.
4541         (gtk_tree_view_real_expand_row): Fix bug noticed by Brian
4542         Cameron.
4543
4544 2001-06-22  Hans Breuer  <hans@breuer.org>
4545
4546         * gdk/gdk.def : updated externals
4547
4548         * gdk/win32/gdkdrawable-win32.c : corrected some casts
4549         in GDK_NOTEs
4550
4551         * gdk/win32/gdkevents-win32.c : use _gdk_windowing_window_get_offsets
4552         to translate coordinates to the internal > 16 bit system
4553         Try to handle WM_WINDOWPOSCHANGED to get better performance for
4554         when moving/resizing
4555
4556         * gdk/win32/gdkkeys-win32.c : implement gdk_keymap_get_default ()
4557         and gdk_keymap_get_direction (). The latter is untested for
4558         the RTL case
4559
4560         * gtk/gtk.def : updated externals
4561
4562         * gtk/gtkmain.c : gtk_get_default_language () should reurn the result
4563         from pango_language_from_string (), not an already freed pointer
4564
4565         * gtk/stock-icons/stock_menu_sort_ascending.png : PNGs need to be 
4566         binary (-kb) to be useable on windoze
4567  
4568 2001-06-21  Alexander Larsson  <alexl@redhat.com>
4569
4570         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description): 
4571         Update to new PangoLanguage changes.
4572         
4573         * gtk/gtkwindow-decorate.c:
4574         * gtk/gtkwindow.[ch]:
4575         Added setting argument to gtk_window_set_has_frame ()
4576         
4577 Thu Jun 21 13:42:01 2001  Owen Taylor  <otaylor@redhat.com>
4578
4579         * gdk/x11/gdkkeys-x11.c (gdk_keymap_get_direction): Handle
4580         the case without XKB properly.
4581
4582         * gtk/gtkrc.c (gtk_rc_set_default_files): Remove
4583         unused gtk_rc_auto_parse variable.
4584
4585         * gtk/gtkrc.[ch] gtk/gtkstyle.c docs/Changes-2.0.txt:
4586         Remove gtk_rc_set_image_loader(), gtk_rc_load_image(), no
4587         longer needed with GdkPixbuf.
4588
4589         * gtk/gtkrc.c (_gtk_rc_init): Make private.
4590
4591 Fri Jun 15 16:26:12 2001  Owen Taylor  <otaylor@redhat.com>
4592
4593         * gtk/gtkentry.h: Mark deprecated functions with
4594         GTK_DISABLE_DEPRECATED.
4595
4596 Mon Jun 11 18:15:16 2001  Owen Taylor  <otaylor@redhat.com>
4597
4598         * gdk/gdk.h: Add missing gdk_rectangle_get_type() prototype.
4599
4600         * gtk/gtk[hv]scale.c: Include math.h, stdlib.h
4601
4602         * gdk/gdkpango.h gtk/gtkclist.c gtk/gtkentry.c gtk/gtkmain.[ch]
4603           gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtktextbuffer.c
4604           gtk/gtktextdisplay.c gtk/gtktextiter.[ch]
4605           gtk/gtktextlayout.c gtk/gtktexttag.[ch] gtk/gtkwidget.c: Adapt
4606           to recent changes in Pango.
4607
4608         * tests/testgtk.c: Set language tags with gtk_label_set_markup()
4609           to test whether the basic engine honors them.
4610
4611 Thu Jun 21 02:13:40 2001  Tim Janik  <timj@gtk.org>
4612
4613         * gtk/gtkcontainer.[hc]: added gtk_container_child_set_property() and
4614         gtk_container_child_get_property().
4615
4616 Wed Jun 20 19:19:15 2001  Jonathan Blandford  <jrb@redhat.com>
4617
4618         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_up_down): clean up
4619         (gtk_tree_view_move_cursor_page_up_down): implement.
4620
4621 Wed Jun 20 05:32:05 2001  Tim Janik  <timj@gtk.org>
4622
4623         * gtk/gtkspinbutton.c: make maximum digits compile time configurable
4624         via MAX_DIGITS and up to 20. 5 was just ridiculously small.
4625         don't use automatic fixed size buffer for printf-ing floats, doubles
4626         can expand to really _huge_ strings, use g_strdup_printf() instead.
4627
4628 Wed Jun 20 04:28:24 2001  Tim Janik  <timj@gtk.org>
4629
4630         * gtk/gtkrange.c (gtk_range_class_init): hum, "adjustment" was a
4631         construct property in 1.2 and still needs to be.
4632
4633         * gtk/gtkwidget.c: "composite_child" is not a settable property.
4634
4635 Tue Jun 19 19:13:19 2001  Jonathan Blandford  <jrb@redhat.com>
4636
4637         * gtk/gtkliststore.c (gtk_list_store_clear): 
4638         * gtk/gtktreestore.c (gtk_tree_store_clear): New functions to
4639         clear a model.
4640
4641 Mon Jun 18 02:00:49 2001  Tim Janik  <timj@gtk.org>
4642
4643         * gtk/gtkwidget.c (gtk_widget_get_property): fix PROP_EVENTS.
4644
4645         * gtk/Makefile.am:
4646         * gtk/gtk.h: disabled GtkPacker compilation.
4647
4648         * gtk/gtkarg.[hc], gtk/gtkargcollector.c: got rid of these.
4649
4650         * gtk/gtknotebook.c:
4651         * gtk/gtktable.c:
4652         * gtk/gtkbox.c: ported this over to child properties.
4653
4654         * gtk/gtksettings.c: fetch class properties via
4655         g_object_class_list_properties().
4656
4657         * gtk/gtkcontainer.[hc]: implemented child properties, got rid of the
4658         child arg interface. use gobjectnotifyqueue.c for child property
4659         notification.
4660
4661         * gtk/gtkwidget.[hc]: provide necessary means for container child
4662         properties, i.e. ::child_notify signal,
4663         gtk_widget_freeze_child_notify(),
4664         gtk_widget_child_notify(),
4665         gtk_widget_thaw_child_notify().
4666
4667         * tests/testgtk.c: removed inferior property handling code, for
4668         property editing, a generic module should be used, and GLE
4669         coincidentally fullfills that purpose.
4670
4671         * docs/reference/Makefile.am: disabled gtk docs building, gtk-doc
4672         needs to be adapted to g_object_class_list_properties() before this
4673         builds again.
4674
4675 Mon Jun 18 20:06:10 2001  Jonathan Blandford  <jrb@redhat.com>
4676
4677         * gtk/gtktreeview.c (gtk_tree_view_row_expanded): New function to
4678         test if a node is expanded.
4679
4680 Mon Jun 18 19:41:38 2001  Jonathan Blandford  <jrb@redhat.com>
4681
4682         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
4683         where collapsing a selected row would result in the cursor/anchor
4684         getting screwed up.
4685
4686 Fri Jun 15 18:53:48 2001  Jonathan Blandford  <jrb@redhat.com>
4687
4688         * gtk/gtktreesortable.c (gtk_tree_sortable_set_sort_func): Rename
4689         gtk_tree_sortable_sort_column_id_set_func.  It's much shorter now.
4690         * gtk/gtktreeview.c (gtk_tree_view_sort_iter_changed): WOOO!!!
4691         Now I can really reorder/sort all Store widgets.  treesorttest
4692         seems to just work now.
4693         * gtk/gtklistview.c (gtk_list_store_iter_changed): Whoops.
4694         testtreesort worked through a big coincidence all this time.
4695         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Nasty bug fix in nasty
4696         code.
4697         * tests/testtreecolumns.c: Big 'ol warning at the top letting
4698         people know that this code should never ever ever be copied.
4699
4700 2001-06-15  Jonas Borgström  <jonas@codefactory.se>
4701
4702         * gtk/gtkwindow.h: Fixed a small typo, it should be
4703         GTK_WINDOW_GROUP_GET_CLASS and not GTK_WINDOW_GET_CLASS
4704         on line 134.
4705
4706 2001-06-14  Havoc Pennington  <hp@redhat.com>
4707
4708         Docs fixups, and:
4709         
4710         * gtk/gtkcompat.h: remove GTK_DISABLE_COMPAT_H, replace with
4711         GTK_DISABLE_DEPRECATED
4712
4713 Thu Jun 14 19:21:27 2001  Jonathan Blandford  <jrb@redhat.com>
4714
4715         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): Whoops.  Forgot
4716         this a couple months ago.  Now GtkTreeStore sort of sorts.  I'll
4717         finish it off tonight, though it basically works now when it's a
4718         list.  Also, I have a sinking feeling neither GtkTreeStore or
4719         GtkListStore actually resort when adding a new item.  I'll look
4720         into it.
4721
4722 2001-06-14  Havoc Pennington  <hp@redhat.com>
4723
4724         * demos/gtk-demo/main.c (load_file): fix bug identified by
4725         warnings I just added to gtktextbuffer
4726
4727 2001-06-14  Havoc Pennington  <hp@redhat.com>
4728
4729         * gtk/gtkwindow.c (window_group_cleanup_grabs): fix other typo
4730
4731         * gtk/gtkwidget.c (gtk_widget_propagate_state): fix typo
4732
4733         * gtk/gtktextbtree.c: don't leak node data all over the place.
4734
4735         * demos/gtk-demo/main.c (main): create fontify tags for the right
4736         buffer
4737
4738         * gtk/gtktextbuffer.c, gtk/gtktexttagtable.c: enhance docs
4739         to mention tags in the same table can't have the same name,
4740         suggested by Skip Montanaro
4741
4742 2001-06-11  Havoc Pennington  <hp@redhat.com>
4743
4744         * gtk/gtktexttagtable.c (gtk_text_tag_table_add): improve warning 
4745         for trying to add two tags with same name to the tag table
4746
4747         * demos/gtk-demo/main.c (main): fix colors ;-)
4748
4749 `Fri Jun  8 17:56:52 2001  Owen Taylor  <otaylor@redhat.com>
4750
4751         * gtk/gtkwindow.[ch] gtk/gtkmain.c: Add a GtkWindowGroup struct
4752         that allows grouping together multiple windows so that grabs
4753         within that set of windows only affect those windows.
4754
4755         * gtk/gtkmain.c gtk/gtkwidget.[ch]: Add a "grab_notify"
4756         signal for notification when a widget becomes shadowed
4757         by a grab or is no longer shadowed by a grab.
4758
4759         * gtk/gtkwidget.c (gtk_widget_propagate_state)
4760           gtk/gtkmain.c: (gtk_widget_grab_add): Don't allow
4761         insenstive widgets to maintain a grab.
4762
4763 2001-06-14  Alexander Larsson  <alexl@redhat.com>
4764
4765         * docs/README.linux-fb:
4766         Add some example config files that can be used with the URW fonts.
4767         
4768         * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init): 
4769         Set up the color ramps for DirectColor mode.
4770
4771 2001-06-11  Havoc Pennington  <hp@redhat.com>
4772
4773         * Release 1.3.6
4774          
4775 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
4776
4777         * gdk/linux-fb/gdkwindow-fb.c:
4778         Unify shaped window code and make it repaint the area that used
4779         to be part of the shape, but isn't anymore.
4780
4781 2001-06-11  Havoc Pennington  <hp@redhat.com>
4782
4783         * NEWS: Updates
4784
4785         * configure.in (GTK_MINOR_VERSION): bump version to 1.3.6
4786
4787         * gtk/Makefile.am: glib_genmarshal already contains top_builddir
4788         
4789 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
4790
4791         * gdk/linux-fb/gdkdnd-fb.c (gdk_drag_status):
4792         Don't pass on GDK_ACTION_DEFAULT. The Xdnd code
4793         passes zero instead, so do we.
4794         
4795 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
4796
4797         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
4798         Deep copy dash_list too.
4799         (_gdk_fb_gc_new): Set default cap_style before
4800         setting values.
4801
4802 2001-06-12  Alexander Larsson  <alla@lysator.liu.se>
4803
4804         * gdk/linux-fb/gdkkeyboard-fb.c (gdk_keymap_get_default,
4805         gdk_keymap_get_direction): New functions.
4806
4807 Tue Jun 12 12:41:27 2001  Jonathan Blandford  <jrb@redhat.com>
4808
4809         * gtk/gtktreemodel.h (GTK_TREE_MODEL_LIST_ONLY): further justify
4810         gtk_tree_model_get_flags by adding a second flag for atk.
4811
4812         * gtk/gtktreemodel.c: make cursor behavior interact better with
4813         mouse presses.
4814
4815 Mon Jun 11 12:43:08 2001  Jonathan Blandford  <jrb@redhat.com>
4816
4817         * gtk/gtktreeview.c (gtk_tree_view_class_init): changed
4818         expand_row/collapse_row to be 2 signals each -- test_expand_row
4819         and row_expanded as well as test_collapse_row and row_collapsed.
4820
4821 2001-06-10  Anders Carlsson  <andersca@codefactory.se>
4822
4823         * demos/gtk-demo/stock_browser.c (do_stock_browser): Update
4824         signal name to be changed instead of selection_changed.
4825
4826 2001-06-08  Havoc Pennington  <hp@redhat.com>
4827
4828         * gtk/gtkentry.c (gtk_entry_class_init): add read-only
4829         "scroll_offset" property for notification when the layout offsets
4830         may have changed
4831         (gtk_entry_adjust_scroll): add notify for scroll_offset
4832         (gtk_entry_layout_index_to_text_index): function to compensate for
4833         preedit string when doing coordinate stuff on the entry's layout
4834         (gtk_entry_text_index_to_layout_index): inverse function
4835         (gtk_entry_get_layout_offsets): hook to get current position of
4836         the layout      
4837         (gtk_entry_get_layout): hook to get the layout itself.
4838
4839         * gtk/gtklabel.c (gtk_label_get_layout): new function
4840
4841 Fri Jun  8 19:49:29 2001  Jonathan Blandford  <jrb@redhat.com>
4842
4843         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): New
4844         keybinding.
4845         (gtk_tree_view_focus): Fix merge conflict.
4846
4847 Fri Jun  8 18:41:30 2001  Jonathan Blandford  <jrb@redhat.com>
4848
4849         * gtk/gtktreeview.c (gtk_tree_view_set_cursor): new function to
4850         clean up cursor handling.
4851
4852 2001-06-08  Havoc Pennington  <hp@redhat.com>
4853
4854         * gtk/gtktextbuffer.c (gtk_text_buffer_get_start_iter): added this
4855         function
4856
4857         * gtk/gtktextview.c (gtk_text_view_get_default_attributes): added
4858         this function
4859
4860 2001-06-08  Alex Larsson  <alexl@redhat.com>
4861
4862         * gtk/gtkcompat.h.in:
4863         Added compat macros for all old GTK_TYPE_GDK_xxx types.
4864         Fixes bug #52892
4865
4866 2001-06-08  Havoc Pennington  <hp@redhat.com>
4867         
4868         * gtk/gtkhsv.h (struct _GtkHSVClass): had GtkContainerClass as
4869         parent still
4870
4871 2001-06-08  Havoc Pennington  <hp@redhat.com>
4872
4873         * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): geez,
4874         don't call g_list funcs on GSList
4875
4876         * gtk/gtkwidget.c (gtk_widget_child_focus): replaces
4877         gtk_container_focus(), since some widgets have focusable locations
4878         which are not other widgets. These widgets should not have to be 
4879         containers just to manage the focus. For example, GtkHSV is
4880         currently a container for no good reason. Also, this cleans
4881         up the "if (is_container && is_sensitive && is_drawable)
4882         container_focus ()" mess in widget implementations.
4883
4884         * gtk/gtkcontainer.c (gtk_container_focus): deprecate this
4885         function, and have it just call gtk_widget_child_focus().
4886
4887         * gtk/gtkhsv.c: derive from widget not container
4888         
4889         Throughout: fix to reflect GtkContainer::focus change
4890         
4891 Fri Jun  8 12:38:49 2001  Jonathan Blandford  <jrb@redhat.com>
4892
4893         * gtk/gtktable.c (gtk_table_resize): warn if row/cols are out of
4894         range.  Fix bug #55921
4895
4896         * gtk/gtkliststore.c (gtk_list_store_new_with_types): fix doc bug
4897         (#55920).
4898
4899 Fri Jun  8 12:03:07 2001  Owen Taylor  <otaylor@redhat.com>
4900
4901         * gdk/gdkkeys.[ch]: Add a direction-changed signal,
4902         and gdk_keymap_get_current_direction().
4903
4904         * gdk/x11/gdkevents-x11.c gdk/x11/gdkkeys-x11.c
4905           gdk/x11/gdkmain-x11.c gdk/x11/gdkprivate-x11.h: Track
4906         the current locked group, use it to set the keymap
4907         direction.
4908
4909         * gtk/gtksettings.c: Add a new gtk-split-cursor setting
4910         to determine whether we draw a split cursor or use
4911         a jumping cursor based on the current direction.
4912
4913         * gtk/gtkentry.c gtk/gtktextview.c gtk/gtktextlayout.[ch]:
4914         Obey the split cursor setting. 
4915
4916 Fri Jun  8 11:57:50 2001  Owen Taylor  <otaylor@redhat.com>
4917
4918         * gtk/gtkimmulticontext.c (activate_cb): Only activate
4919         when toggling on, not when toggling off... (#55906)
4920
4921 Wed Jun  6 10:37:07 2001  Owen Taylor  <otaylor@redhat.com>
4922
4923         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): 
4924         s/gdk_window_begin_paint/gdk_window_begin_paint_region/
4925         in docs. (#55812, Vitaly Tishkov)
4926
4927 2001-06-08  Anders Carlsson  <andersca@codefactory.se>
4928
4929         * demos/gtk-demo/main.c (create_tree): Changed signal name from
4930         selection_changed to changed in signal connection to GtkTreeSelection,
4931         also used g_signal_connectc since GtkTreeSelection is now a GObject.
4932
4933 Thu Jun  7 18:25:42 2001  Jonathan Blandford  <jrb@redhat.com>
4934
4935         * gtk/gtktreeselection.c: Now it's a GObject instead of a
4936         GtkObject.  The GtkTreeSelection::selection_changed signal is now
4937         the GtkTreeSelection::changed signal.
4938
4939         * gtk/gtktreeview.c: Modified to deal with new GtkTreeSelection
4940         object.
4941
4942         * tests/gtktree*.c: Modified to deal with new GtkTreeSelection
4943         object.
4944
4945 2001-06-07  Havoc Pennington  <hp@redhat.com>
4946
4947         * gtk/Makefile.am: fix glib-mkenums and glib-genmarshal again
4948
4949 2001-06-07  Havoc Pennington  <hp@redhat.com>
4950         
4951         * gtk/Makefile.am: fixups for glib-mkenums and glib-genmarshal
4952         (not tested yet because with absolute path to srcdir I can't build
4953         atk, but it was broken anyway so this may help) 
4954
4955 2001-06-07  Havoc Pennington  <hp@redhat.com>
4956
4957         * configure.in: output m4macros/Makefile
4958         
4959 Wed Jun  6 21:59:16 2001  Jonathan Blandford  <jrb@redhat.com>
4960
4961         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): hook up arrow
4962         buttons.  Fixes #55460 reported by matthiasc@poet.de.
4963
4964 Wed Jun  6 21:18:54 2001  Jonathan Blandford  <jrb@redhat.com>
4965
4966         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): centralize
4967         expansion/collapsing so it only happens in one place.
4968         (gtk_tree_view_real_expand_row): ditto.
4969
4970 2001-06-07  Havoc Pennington  <hp@redhat.com>
4971
4972         * tests/Makefile.am: add missing -I flag
4973
4974         * gtk/Makefile.am: use @GLIB_MKENUMS@, @GLIB_GENMARSHAL@, etc.
4975
4976         * configure.in: use pkg-config to see if GModule is
4977         supported; fix to properly turn on included loaders 
4978         when GModule isn't supported; don't use AC_CHECK_LIB 
4979         when libs are not installed yet
4980
4981         * autogen.sh: add support for AUTOGEN_SUBDIR_MODE
4982
4983         * Makefile.am (SUBDIRS): add m4macros subdir
4984
4985         * gtk/Makefile.am: $(srcdir)/foo targets must be $(srcdir)/foo in
4986         dependencies also.
4987
4988 Wed Jun  6 19:31:11 2001  Jonathan Blandford  <jrb@redhat.com>
4989
4990         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix silly bug
4991         reported by "Padraig O'Briain" <Padraig.Obriain@Sun.COM>.
4992
4993 Wed Jun  6 20:01:38 2001  Jonathan Blandford  <jrb@redhat.com>
4994
4995         * gtk/gtktreeview.c
4996         (gtk_tree_view_real_expand_collapse_cursor_row): Handle key
4997         bindings to expand and collapse rows.
4998         (gtk_tree_view_real_select_cursor_parent): New key binding.
4999         (gtk_tree_view_real_toggle_cursor_row): New key binding.
5000
5001         * gtk/gtkmarshal.list: new
5002         marshaller. (VOID__BOOLEAN_BOOLEAN_BOOLEAN)
5003
5004 2001-06-06  Havoc Pennington  <hp@redhat.com>
5005
5006         * gtk/gtkrange.c (gtk_range_class_init): add "inverted" property
5007
5008         * gtk/gtkscale.c (gtk_scale_class_init): Change Page Up and Page
5009         Down to move visually rather than logically, since it confuses 
5010         people. Add -/+ and Ctrl--/+ bindings for logical movement.
5011
5012 2001-06-06  Alex Larsson  <alexl@redhat.com>
5013
5014         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
5015         Fix up error messages.
5016
5017 Wed Jun  6 10:34:42 2001  Owen Taylor  <otaylor@redhat.com>
5018
5019         * gtk/gtktooltips.h: Include gtkwidget.h 
5020         (#55798, Karl Nelson)
5021
5022         * gdk/x11/gdkwindow-x11.c (utf8_is_latin1): 0xff is
5023         a valid latin-1 character. (Marc Lehmann, #35467)
5024
5025         * gdk/x11/gdkwindow-x11.c: Fix minor typo in comment. 
5026         (Marc Lehmann, #35467)
5027         
5028 2001-06-05  Alex Larsson  <alexl@redhat.com>
5029
5030         * demos/gtk-demo/appwindow.c (do_appwindow):
5031         Don't swap the order of the args to gtk_widget_destroyed.
5032
5033         * tests/testgtk.c (destroy_properties):
5034         Don't crash when the properties window is destroyed.
5035
5036         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_from_stock):
5037         Use with_mnemonics to handle the case of stock items with
5038         underscores in them.
5039
5040 2001-06-05  Havoc Pennington  <hp@redhat.com>
5041
5042         * gtk/gtktextiter.c (gtk_text_iter_order): rename from 
5043         gtk_text_iter_reorder
5044
5045 2001-06-05  Havoc Pennington  <hp@redhat.com>
5046
5047         * gtk/gtktoolbar.c (gtk_toolbar_remove_space): new function
5048
5049 2001-06-05  Havoc Pennington  <hp@redhat.com>
5050
5051         * gtk/gtkspinbutton.c (gtk_spin_button_set_range): clamp the value 
5052         to the range that was set
5053
5054         * gtk/gtkrange.c: add value_changed signal, primarily 
5055         intended for use with GtkScale
5056         (gtk_range_set_increments): new function
5057         (gtk_range_set_range): new function with weird name
5058         (gtk_range_set_value): new function
5059         (gtk_range_get_value): new function
5060
5061         * gtk/gtkspinbutton.c (gtk_spin_button_get_value): rename 
5062         from gtk_spin_button_get_value_as_float(). Compat #define
5063         added for get_value_as_float.
5064
5065         * gtk/gtkhscale.c (gtk_hscale_new_with_range): new function
5066
5067         * gtk/gtkvscale.c (gtk_vscale_new_with_range): new function
5068
5069 Tue Jun  5 14:57:18 2001  Jonathan Blandford  <jrb@redhat.com>
5070
5071         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_size): Fix bug #55573
5072
5073 Mon Jun  4 12:41:25 2001  Owen Taylor  <otaylor@redhat.com>
5074
5075         * gtk/gtkwidget.h: Deprecate gtk_widget_set().
5076
5077         * tests/testgtk.c (create_tooltips): Remove usage of
5078         gtk_widget_set().
5079
5080 2001-06-05  Havoc Pennington  <hp@redhat.com>
5081
5082         * gtk/gtkcolorsel.c: Use new mnemonic convenience functions
5083
5084         Applying patch from Jeff Franks, with function docs added.
5085         
5086         * gtk/gtkcheckbutton.c (gtk_check_button_new_with_mnemonic):
5087         remove call to set_mnemonic_widget, change docs a bit.  
5088
5089         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_with_mnemonic):
5090         new function
5091
5092         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_new_with_mnemonic):
5093         new function
5094
5095         * gtk/gtkmenuitem.c (gtk_menu_item_new_with_mnemonic): new function
5096
5097         * gtk/gtkradiobutton.c (gtk_radio_button_new_with_mnemonic): new
5098         function
5099         (gtk_radio_button_new_with_mnemonic_from_widget): new function
5100
5101         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_new_with_mnemonic):
5102         new function
5103
5104         * gtk/gtktogglebutton.c (gtk_toggle_button_new_with_mnemonic): new
5105         function        
5106
5107         * gtk/gtklabel.c (gtk_label_new_with_mnemonic): Improve docs on 
5108         auto-selection of mnemonic widget.
5109
5110 Mon Jun  4 15:05:24 2001  Jonathan Blandford  <jrb@redhat.com>
5111
5112         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_max_width):
5113         Fix segfault found by Vitaly Tishkov <tvv@sparc.spb.su>.
5114         (gtk_tree_view_column_set_min_width): ditto.
5115
5116 Tue Jun  5 11:04:06 2001  Owen Taylor  <otaylor@redhat.com>
5117
5118         * gdk/gdkpixmap.h (GDK_PIXMAP_GET_CLASS): 
5119         s/GdkPixmapClass/GdkPixmapObjectClass/. (#51890, Jeff Franks)
5120
5121 Mon Jun  4 12:50:11 2001  Owen Taylor  <otaylor@redhat.com>
5122
5123         * gtk/gtkctree.c (gtk_ctree_insert_gnode): Add a missing
5124         gtk_clist_thaw().
5125
5126 2001-06-04  Havoc Pennington  <hp@pobox.com>
5127
5128         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore 
5129 r       eleases for buttons 6, 7
5130
5131 2001-06-04  Havoc Pennington  <hp@redhat.com>
5132
5133         * gtk/gtkseparatormenuitem.h: Fix a search-and-replace screwup
5134         (s/CHECK/SEPARATOR/ gone awry). Patch from Jeff Franks, bug
5135         #55562
5136
5137 2001-06-04  Havoc Pennington  <hp@redhat.com>
5138
5139         * gtk/gtktextview.c (gtk_text_view_size_request): handle case
5140         where text_view->layout == NULL by assuming its size is 0, 
5141         i.e. same as if we haven't done any reflow. Reported by 
5142         Hidetoshi Tajima #55448 
5143
5144 2001-06-04  Havoc Pennington  <hp@redhat.com>
5145
5146         * gdk/x11/gdkevents-x11.c (gdk_event_translate): support button 6
5147         and 7 for scroll left/right, from Thomas Broyer
5148
5149 2001-05-10  Havoc Pennington  <hp@redhat.com>
5150
5151         * gtk/gtksettings.c (gtk_settings_get_property): Handle case where
5152         we need to parse the xsetting as if it were an RC file string.
5153
5154         * gtk/gtkcolorsel.c (gtk_color_selection_class_init): load initial
5155         value of palette from settings, not from static variable
5156
5157         * gdk/x11/gdkevents-x11.c: add color palette, toolbar mode to
5158         xsettings translation table
5159
5160         * gtk/gtktoolbar.c (gtk_toolbar_new): Remove arguments, because 
5161         hardcoding the toolbar style conflicts with new customizable 
5162         toolbar style philosophy
5163         (gtk_toolbar_class_init): add settings for default toolbar style;
5164         these are used unless the app specifically forces a toolbar style
5165
5166         * gtk/gtksettings.c (settings_install_property_parser): only
5167         return at the start if we warn and parser == NULL
5168
5169         * gtk/gtkcolorsel.c (gtk_color_selection_finalize): disconnect the
5170         palette changed handler so we don't notify dead color selections
5171
5172         * gtk/gtkstyle.c (gtk_default_draw_shadow): handle
5173         xthickness/ythickness of 0 or 1 properly 
5174         (gtk_default_draw_resize_grip): clear the background behind the
5175         resize grips, and align to bottom right if we square the 
5176         area to be drawn.
5177
5178         * gtk/gtkstatusbar.c (gtk_statusbar_init): set horizontal usize on 
5179         statusbar label to 1, so it doesn't make toplevels resize oddly
5180         (gtk_statusbar_size_request): add grip size to request
5181         (gtk_statusbar_size_allocate): hack so the hbox still works with 
5182         the grip size in the request
5183
5184         * gtk/gtktoolbar.c (gtk_toolbar_show_all): override to fix 
5185         bug where showing all on a toplevel makes the toolbar 
5186         button text appear despite the toolbar mode
5187
5188         * gtk/gtkmenubar.c: add internal padding style property
5189
5190         * gtk/gtktoolbar.c: Add internal padding style property; add
5191         shadow type style property
5192
5193         * gtk/gtkmenubar.c (gtk_menu_bar_paint): paint box with widget
5194         state; and put Container::border_width outside the frame
5195
5196         * gtk/gtktextview.c: don't draw focus rectangle if we're in
5197         interior focus mode, we just use blinking cursor
5198
5199 2001-06-04  Havoc Pennington  <hp@redhat.com>
5200
5201         * configure.in: Make gdk-pixbuf have same version number as GTK
5202
5203 2001-06-04  Havoc Pennington  <hp@redhat.com>
5204
5205         * gtk/gtkspinbutton.c: Get rid of stupid g_return_if_fail on 
5206         digits greater than 6. If there actually are limits (which there
5207         likely aren't), should clamp to them not warn.
5208         (gtk_spin_button_new_with_range): don't take log of 0
5209         (gtk_spin_button_size_request): use digits to compute size
5210         request, rather than step increment.
5211
5212         * tests/testgtk.c (create_spins): test larger values of digits
5213         
5214         * gtk/gtkfontsel.c (gtk_font_selection_init): scroll to selected
5215         font on map not expose, so we don't get weirdness during scrolling
5216
5217 2001-06-04  Havoc Pennington  <hp@redhat.com>
5218
5219         * gtk/gtkclist.c (vadjustment_value_changed): Apply fix from
5220         Sam Solon, bug #54577, update value even if not drawable.
5221
5222 2001-06-04  Havoc Pennington  <hp@redhat.com>
5223
5224         * gtk/gtkrange.c (gtk_range_scroll_event): change SCROLL_RIGHT to
5225         SCROLL_LEFT, reported by Thomas Broyer.
5226
5227 2001-06-04  Havoc Pennington  <hp@redhat.com>
5228
5229         * gtk/gtkrange.c (gtk_range_adjustment_value_changed): 
5230         Process updates immediately, to prevent funny lag effect
5231         when scrolling, at some mild potential efficiency cost.
5232
5233 2001-06-04  Havoc Pennington  <hp@redhat.com>
5234
5235         * gtk/gtkrange.c (gtk_range_button_press): on middle click, center
5236         slider on the click.
5237
5238 2001-06-03  Havoc Pennington  <hp@pobox.com>
5239
5240         * gtk/gtkstyle.c (gtk_default_draw_slider): make this special-case
5241         hscale/vscale details, so we can use it for scrollbar as well.
5242
5243         * tests/testgtk.c (reformat_value): honor digits from GtkScale
5244
5245         * gtk/gtkenums.h (GtkTroughType): Remove this enum
5246         (GtkScrollType): add START and END from GtkTroughType
5247
5248         * gtk/gtkstyle.c (gtk_default_draw_slider): was not properly using
5249         its x/y arguments
5250
5251         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkscrollbar.h,
5252         gtk/gtkscrollbar.c, gtk/gtkscale.h, gtk/gtkscale.c,
5253         gtk/gtkhscrollbar.h, gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.h,
5254         gtk/gtkvscrollbar.c, gtk/gtkhscale.h, gtk/gtkhscale.c,
5255         gtk/gtkvscale.h, gtk/gtkvscale.c: Rewrite GtkRange and subclasses.
5256
5257         Notable changes in the process:
5258          
5259         - stepper_size style property is the height for vertical 
5260           ranges, width for horizontal; the other dimension matches
5261           the trough size
5262         - add ability to do NeXT-style steppers (and several other styles
5263           that don't make any sense)
5264         - added min_slider_length, fixed_slider_length properties to
5265           GtkScrollbar
5266         - cleaned some private (or at least useless) functions out of
5267           gtkscale.h    
5268         - moved bindings to GtkScale from subclasses, even arrow keys,
5269           since blind users don't know scale orientation.
5270         - change move_slider action signal to use new GtkScrollType,
5271           remove GtkTroughType argument
5272         - digits rounds the values a range will input to the given 
5273           number of decimals, but will not try to force adjustment 
5274           values set by other controllers. That is, we no longer
5275           modify adjustment->value inside a value_changed handler.
5276         - added getters for GtkScale setters
5277         - middle-click begins a slider drag
5278         
5279 Fri Jun  1 18:54:47 2001  Jonathan Blandford  <jrb@redhat.com>
5280
5281         * gtk/gtktreeview.c: (gtk_tree_view_focus): Initial stab at
5282         getting the focus code to work.
5283         (gtk_tree_view_class_init): Add a bunch of keybindings.
5284
5285         * gtk/gtktreeviewcolumn.c
5286         (gtk_tree_view_column_set_cell_data_func):
5287         s/GtkCellDataFunc/GtkTreeCellDataFunc.
5288         (_gtk_tree_view_column_set_tree_view): Use "notify::model" instead
5289         of "properties_changed" to help justify the death of the latter
5290         signal. (-:
5291
5292         * tests/testtreefocus.c (main): Let some columns be focussable to
5293         test focus better.
5294
5295 2001-06-01  Havoc Pennington  <hp@redhat.com>
5296
5297         * gtk/gtkentry.c (gtk_entry_commit_cb): implement overwrite mode
5298         
5299         * gtk/gtktextview.c (gtk_text_view_commit_handler): don't
5300         overwrite in overwrite mode if we already deleted the selection
5301         and replaced it with new text.  
5302
5303         * gtk/gtklabel.c (gtk_label_select_region_index): if you set the
5304         selection to an empty range, clear the clipboard if we owned it.
5305         (gtk_label_set_selectable): give up selection if we become
5306         unselectable.
5307         (gtk_label_state_changed): override state changed to unselect text
5308         when insensitive
5309         (get_text_callback): add paranoia check that indexes aren't
5310         outside of label->text
5311         (gtk_label_select_region): make -1 for start_offset mean "end of
5312         label," for consistency with GtkEditable
5313
5314         * gtk/gtkmessagedialog.c (gtk_message_dialog_new): honor
5315         GTK_DIALOG_NO_SEPARATOR flag
5316
5317 Fri Jun  1 11:47:11 2001  Owen Taylor  <otaylor@redhat.com>
5318
5319         * gtk/gtkcombo.c (gtk_combo_set_use_arrows_always): Fix 
5320         notifications on non-existant "enable_arrow_keys".
5321         (#53753, Skip Montanaro)
5322
5323 Fri Jun  1 11:31:55 2001  Owen Taylor  <otaylor@redhat.com>
5324
5325         * gdk/gdkrectangle.c (gdk_rectangle_get_type): Add 
5326         GDK_TYPE_RECTANGLE.
5327
5328         * gtk/gtkwidget.c (gtk_widget_class_init): Fix type
5329         of allocation argument be GDK_TYPE_RECTANGLE.
5330
5331 Thu May 31 12:43:57 2001  Owen Taylor  <otaylor@redhat.com>
5332
5333         * gtk/gtkoptionmenu.c: Account for the fact that the border
5334         width is _outside_ the window. (Fixes #54585, bug found
5335         by Bastien Nocera.)
5336
5337 Wed May 30 15:56:30 2001  Owen Taylor  <otaylor@redhat.com>
5338
5339         * gtk/gtksettings.c (gtk_settings_get_property): Validate
5340         value from GDK settings against parameter spec.
5341
5342         * gdk/x11/gdkevents-x11.c (gdk_setting_get): Add assignments
5343         to temporary values and use g_value_transform(), since
5344         thinking that GValue was going to be easy or efficient
5345         to use was, of course, a mistake.
5346
5347         * gtk/gtksettings.c: Add cursor blink setting.
5348         
5349         * gdk/x11/gdkevents-x11.c: Add cursor blink X settings.
5350
5351         * gtk/gtkentry.c: Add cursor blinking.
5352
5353         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): Use
5354         cursor blink global settings.
5355
5356         * gtk/gtkentry.c (gtk_entry_button_press): Add notification
5357         for :text_position in places where it is missing.
5358
5359 Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
5360
5361         * autogen.sh (have_libtool): Fix GNU sedism (#55430)
5362
5363 Tue May 29 17:40:29 2001  Owen Taylor  <otaylor@redhat.com>
5364
5365         * configure.in (GTK_DEP_CFLAGS): Use $PKG_CONFIG,
5366         not pkg-config. (#51032)
5367
5368         * gdk/gdkproperty.h: Remove inappropriate G_GNUC_CONST
5369         (fixes #51952, James Henstridge)
5370         
5371 2001-05-27  Alexander Larsson  <alla@lysator.liu.se>
5372
5373         * gtk/gtkstock.h (GTK_STOCK_GO_UP):
5374         Rename to the more correct gtk-go-up.
5375
5376         * gtk/stock-icons/stock_menu_sort_ascending.png:
5377         Added new file.
5378         
5379         * gtk/stock-icons/stock_menu_sort_descending.png:
5380         Changed to show descending instead of ascending.
5381
5382         * gtk/gtkiconfactory.c:
5383         Added menu size icon to sort ascending.
5384
5385         * gtk/stock-icons/Makefile.am:
5386         Added stock_menu_sort_ascending.png.
5387         
5388         * gtk/gtkseparatormenuitem.c:
5389         Use correct typenames.
5390
5391 Sun May 20 20:07:35 2001  Tim Janik  <timj@gtk.org>
5392
5393         * gtk/gtksignal.[hc] (gtk_signal_connect_full): make hanlder id a
5394         gulong as in GSignal.
5395
5396 Fri May 25 19:04:17 2001  Jonathan Blandford  <jrb@redhat.com>
5397
5398         * gtk/gtktreeview.c (gtk_tree_view_calc_size): Remove almost all
5399         instances of GtkCellRenderer in code (all but dnd icon code).
5400         Virtualized in GtkTreeViewColumn.  Now I need to move focus in
5401         there, and I can do multiple Cells per column.
5402
5403         * gtk/gtktreeviewcolumn.c: Proxy all cell calls correctly
5404
5405         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): fix bug
5406         when model was unreffed prior to removing the row reference.
5407
5408 2001-05-25  Havoc Pennington  <hp@redhat.com>
5409
5410         * gtk/gtkiconfactory.c: fix so that default icons are created if 
5411         you call gtk_stock_list_ids()
5412
5413         * demos/gtk-demo/stock_browser.c (create_model): sort stock items
5414         in list
5415
5416 2001-05-25  Havoc Pennington  <hp@redhat.com>
5417
5418         * gtk/gtkiconfactory.c (gtk_icon_set_get_sizes): get sizes an icon
5419         set can render without falling back to missing image icon
5420
5421         * gtk/gtktextview.c (gtk_text_view_size_request): request full
5422         size of text, instead of random values
5423
5424         * gtk/gtktreeview.c (gtk_tree_view_size_request): request full
5425         size of tree view, instead of random values
5426
5427         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): render fallback
5428         image in an appropriate size
5429
5430         * gtk/gtkstock.h: Rename the stock items including _BUTTON_,
5431         etc. not to include that. i.e. s/GTK_STOCK_BUTTON_OK/GTK_STOCK_OK/
5432
5433         Throughout: fix GTK_STOCK_BUTTON_ instances
5434         
5435         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
5436         gtk/gtkiconfactory.c, gtk/stock-icons/Makefile.am:
5437         Add a bunch of new stock items/icons
5438
5439         * gtk/gtktreeview.c (gtk_tree_view_insert_column_with_data_func):
5440         new function, convenience for inserting columns with a data func
5441
5442         * gtk/gtkiconfactory.c: keep a list of all existing icon factories
5443         (_gtk_icon_factory_list_ids): use list of all factories to
5444         generate a list of all known IDs
5445
5446         * gtk/gtkstock.c (gtk_stock_list_ids): replace
5447         gtk_stock_list_items() with a function that returns all IDs known
5448         including those for GtkIconFactory.
5449
5450 2001-05-25  Hans Breuer  <hans@breuer.org>
5451
5452         * gdk/win32/gdkgc-win32.c : made fil mode GDK_STIPPLED actually
5453         work -> check boxes and radio buttons are drawn now, even on win9x.
5454         Improved line settings a bit, still no clue how to get really dotted
5455         lines on win9x, on NT it's PS_ALTERNATE.
5456
5457         * gdk/win32/gdkwindow-win32.c : use SafeAdjustWindowRect for 
5458         GDK_HINT_MIN_SIZE as well
5459
5460         * gdk/win32/makefile.am : added gdkkeys-win32.c to EXTRA_DIST
5461
5462         * gtk/gtk.def : updated
5463
5464         * gtk/gtktreeprivate.h : change column_drop_func to be a function
5465         pointer not a function pointer pointer
5466
5467         * tests/testdnd.c : include <stdlib.h> for putenv prototype
5468
5469         * tests/testsocket.c : made it compile on win32 again
5470
5471         * tests/makefile.msc : one more test-app uses prop-editor.obj
5472
5473 2001-05-22  Havoc Pennington  <hp@pobox.com>
5474
5475         * gtk/gtkbin.c (gtk_bin_get_child): New function
5476
5477 Wed May 23 20:07:53 2001  Owen Taylor  <otaylor@redhat.com>
5478
5479         * gtk/gtkimcontextsimple.c: Add Mode_Switch to list of keys
5480         to ignore when doing compose processing.
5481
5482 2001-05-22  Joe Shaw  <joe@ximian.com>
5483
5484         * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_last_toggle): 
5485         Simplify as suggested by Havoc. Just get the last iter and work
5486         backward to the tag instead of getting a line and working back from
5487         there. Fixes passing in an invalid offset to
5488         iter_init_from_byte_offset().
5489
5490 Tue May 22 16:25:27 2001  Jonathan Blandford  <jrb@redhat.com>
5491
5492         * gtk/gtktreeview*.h: 
5493         * gtk/gtkcell*.h:
5494         * gtk/gtk*store.h:
5495         Added patch from Jeff Franks <jcf@tpg.com.au> to add GET_CLASS
5496         macros to all objects.
5497
5498 Tue May 22 15:13:52 2001  Jonathan Blandford  <jrb@redhat.com>
5499
5500         * gtk/gtkcellrenderertext.c
5501         (gtk_cell_renderer_text_set_fixed_size): Evil function to deal
5502         with very large (TM) amounts of text.  May be moved to
5503         GtkCellRenderer in the future, though I'm not sure it wants to be
5504         this accessible.
5505
5506         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button):
5507         More sanity brought to this class.  I like it.
5508
5509         * tests/testtreecolumns.c (ViewColumnModel): Amazingly scary test
5510         case.  Kids, don't try this at home.
5511
5512         * gtk/gtktreemodel.c (gtk_tree_model_get_iter_root): new
5513         convenience function.
5514
5515         * gtk/gtkwindow.c (gtk_window_set_geometry_hints): Fix typo in docs.
5516
5517 2001-05-21  Alexander Larsson  <alexl@redhat.com>
5518
5519         * gtk/gtkfontsel.c:
5520         Added properties. Based on patch by Lee Mallabone.
5521
5522         * gtk/gtkruler.c:
5523         * gtk/gtkhruler.c:
5524         * gtk/gtkvruler.c:
5525         * gtk/gtktext.c:
5526         * gtk/gtktextview.c:
5527         Converted GtkArg to GParam. Based on patches by John Margaglione.
5528
5529         * tests/Makefile.am:
5530         * tests/testtext.c:
5531         Add a property editor to testtext.
5532         
5533 Mon May 21 11:29:21 2001  Owen Taylor  <otaylor@redhat.com>
5534
5535         * gtk/gtk{h,v,}paned.c: Only show the separator if 
5536
5537         * configure.in: Fixed reversed conditional causing all image
5538         libraries to be linked in.
5539
5540 2001-05-21  Joe Shaw  <joe@ximian.com>
5541
5542         * gtk/gtklayout.c (gtk_text_layout_get_lines): Remove the assertion
5543         that top_y needs to be >= 0.
5544
5545 2001-05-11  Havoc Pennington  <hp@pobox.com>
5546         
5547         * gdk/x11/gdkmain-x11.c: Improve error messages for X errors and
5548         losing connection to the X server.
5549
5550 Sun May 20 13:59:20 2001  Owen Taylor  <otaylor@redhat.com>
5551
5552         * configure.in: Start checks for X from pangox/pangoxft
5553         CFLAGS to avoid duplicate libraries.
5554
5555         * gdk/Makefile.am (LDFLAGS): Remove extra -lm.
5556
5557         * configure.in (GDK_PIXBUF_PACKAGES): Fix GDK_PIXBUF_PACKAGES
5558         to include gobject.
5559         
5560 2001-05-18  Alexander Larsson  <alexl@redhat.com>
5561
5562         * gtk/gtkspinbutton.c:
5563         Convert GtkArgs to GParams. Based on patch by John Margaglione.
5564         Also do size request reasonable for MAXDOUBLE. Previously it printed
5565         the limits to a buffer and overran it. Instead do it using log10() and
5566         limit the width to 10 digits.
5567         
5568         * gtk/gtkwidget.c (gtk_widget_get_property):
5569         Correctly handle setting the parent property to NULL.
5570
5571 Fri May 18 15:26:26 2001  Owen Taylor  <otaylor@redhat.com>
5572
5573         * gtk/gtktextview.c (gtk_text_view_style_set): Reset 
5574         style attributes even if the widget isn't realized.
5575
5576         * demos/gtk-demo/main.c: Use a slightly smaller font.
5577
5578 Fri May 18 14:25:20 2001  Owen Taylor  <otaylor@redhat.com>
5579
5580         * gtk/gtkcontainer.c: Remove reallocate-redraws property.
5581         This is something that only a widget writer would ever want
5582         to change.
5583
5584         * gtk/gtksignal.c: Handle G_SIGNAL_TYPE_STATIC_SCOPE for
5585         gtk_signal_emit_by_name().
5586
5587         * gtk/gtkviewport.c: Fix some warnings.
5588
5589         * gtk/gtkwidget.c gtk/gtksizegroup.c: Add "size group" facility
5590         allowing the requisitions of multiple widgets to be grouped
5591         together.
5592
5593         * tests/testgtk.c: Add GtkSizeGroup test
5594
5595         * demos/gtk-demo/sizegroup.c: Add GtkSizeGroup demo.
5596
5597         * demos/gtk-demo/main.c demos/gtk-demo/pixbufs.c: Fix some
5598         warnings.
5599
5600         * configure.in: Switch to using AM_GLIB_GNU_GETTEXT.
5601
5602 2001-04-28  Martin Baulig  <baulig@suse.de>
5603
5604         * gtk/gtkimagemenuitem.[ch]: Renamed gtk_image_menu_item_add_icon()
5605         to gtk_image_menu_item_set_icon() and made it work if there's already
5606         an image.
5607         (gtk_image_menu_item_new): This function doesn't take any arguments anymore.
5608         (gtk_image_menu_item_new_with_label): New function.
5609
5610 Thu May 17 16:20:04 2001  Jonathan Blandford  <jrb@redhat.com>
5611
5612         * demos/gtk-demo/main.c (fontify): It's the worlds ugliest
5613         highlighting code!!!!  The result is okay so long as you don't try
5614         to stress it.  It also highlights a bug in the TextView so it's in
5615         an unproportional font right now until it's fixed.
5616
5617         *demos/gtk-demo/*.c: Clean up code a bit to make it
5618         ugly-parser(TM) friendly. (-:
5619
5620 2001-05-17  Joe Shaw  <joe@ximian.com>
5621
5622         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove the assertions
5623         that x_offset and y_offset must be >= 0. Clip the cursor being drawn
5624         if it is only partially onscreen.
5625
5626 Thu May 17 17:10:13 2001  Owen Taylor  <otaylor@redhat.com>
5627
5628         * gtk/gtkentry.c: Make logical motion and deletion by graphemes, 
5629         not by characters.
5630
5631         * gtk/gtkentry.c: Handle "trailing" returns from Pango when they
5632         are not zero or one; that is, when graphemes of multiple characters
5633         are involved.
5634
5635         * gtk/gtktextlayout.c (line_display_index_to_iter): Remove unnecessary
5636         FIXME.
5637
5638 2001-05-17  Alexander Larsson  <alla@lysator.liu.se>
5639         
5640         * gtk/gtkbbox.c:
5641         Add properties, based on patch by Lee Mallabone.
5642
5643         * gtk/gtknotebook.c:
5644         * gtk/gtktoolbar.c:
5645         Convert from GtkArg to GParam, based on patch by John Margaglione.
5646         
5647         * gtk/gtkhscale.c:
5648         * gtk/gtkvscale.c:
5649         * gtk/gtkhscrollbar.c:
5650         * gtk/gtkvscrollbar.c:
5651         * gtk/gtkrange.c:
5652         Move adjustment property to GtkRange.
5653
5654         * gtk/gtklabel.c:
5655         Setup mnemonics on property changes
5656
5657         * gtk/gtkwidget.c (gtk_widget_get_property):
5658         GdkExtensionMode is an enum, not a flag. Set it with
5659         g_value_set_enum ().
5660
5661         * tests/prop-editor.c:
5662         Better propery editor.
5663
5664         * tests/testgtk.c:
5665         Add new property test. Pass zero to the property editor to
5666         get properties from all derived types.
5667         
5668 Sun May 13 12:01:12 2001  Owen Taylor  <otaylor@redhat.com>
5669
5670         * autogen.sh (have_automake): Require libtool-1.4,
5671         automake-1.4p1.
5672
5673         * acinclude.m4: Remove libtool macros.
5674
5675         * gdk-pixbuf/Makefile.am: Add dependencies to loade
5676         modules.
5677
5678         * gdk/Makefile.am: Add dependency on libgdk_pixbuf.la
5679         for libgdk.
5680
5681         * gtk/Makefile.am: Add dependency on libgdk_pixbuf.la
5682         libgdk.la for libgtk.
5683
5684         * modules/input/Makefile.am: Make modules have full
5685         dependencies.
5686
5687 Wed May 16 14:06:01 2001  Jonathan Blandford  <jrb@redhat.com>
5688
5689         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): fix bug
5690         #54699 where paths weren't being checked for correctness.
5691
5692 Tue May 15 20:13:24 2001  Jonathan Blandford  <jrb@redhat.com>
5693
5694         * gtk/gtktreeviewcolumn.c: You can now set all sorts of properties
5695         in any order you wan, whether or not the column is added to the
5696         tree, or the tree is realized.  Yay!
5697
5698         * gtk/gtktreeviewcolumn.c
5699         (gtk_tree_view_column_setup_sort_column_id_callback): handle
5700         sorting columns a lot saner
5701
5702         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_reorderable):
5703         new function to actually set wether or not a column is
5704         reorderable.
5705
5706         * gtk/gtktreeview.c (gtk_tree_view_unrealize): Only destroy things
5707         if we have 'em.
5708
5709         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_set_tree_view):
5710         Fix nasty bug where we were showing the button just before
5711         realizing it.  As a result, the parent window was
5712         tree_view->window instead of tree_view->priv->header_window.
5713
5714         * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): new property
5715         to let you easily reorder a list or tree.
5716
5717 2001-05-15  Alexander Larsson  <alla@lysator.liu.se>
5718
5719         * gtk/gtkpacker.c: Apply patch from John Margaglione that converts
5720         from args to properties.
5721
5722 Tue May 15 10:11:59 2001  Owen Taylor  <otaylor@redhat.com>
5723
5724         * gtk/gtkpreview.c: Apply patch from John Margaglione converting
5725         from args to properties. (#51957)
5726
5727         * gtk/gtkscale.c (gtk_scale_class_init): Move install property
5728         calls to after ->set_property call.
5729
5730 Mon May 14 14:56:21 2001  Owen Taylor  <otaylor@redhat.com>
5731
5732         * tests/prop-editor.c: Block against redundant changes.
5733
5734         * gtk/gtkpaned.c gtk/gtk[hv]paned.c: Add position, position_set
5735         properties.
5736
5737 Sun May 13 18:40:04 2001  Owen Taylor  <otaylor@redhat.com>
5738
5739         * gdk/gdkpixmap.h: Remove creative formatting.
5740
5741 Thu May 10 19:22:28 2001  Owen Taylor  <otaylor@redhat.com>
5742
5743         * gtk/gtktogglebutton.c:  Patch from John Margaglione converting to
5744         property API. (#51669)
5745
5746         * gtk/gtkscale.c: Patch from John Margaglione converting to
5747         property API. (#51891)
5748
5749         * gtk/gtkaccellabel.c: Applied patch from Lee Mallabone, converting
5750         to property API. (#50985)
5751
5752 Fri May 11 20:13:44 2001  Tim Janik  <timj@gtk.org>
5753
5754         * gtk/gtkmain.c (gtk_main_do_event): remember widget's double
5755         buffering state across expose event, so we still call end_paint().
5756
5757 2001-05-11  Alexander Larsson  <alexl@redhat.com>
5758
5759         * gtk/gtkhsv.c (paint_triangle):
5760         Expose the ring in the triangle at the correct place when
5761         exposing just a part of the triangle.
5762
5763         * gtk/gtkwindow-decorate.c (gtk_decorated_window_focus_change):
5764         Return FALSE, or window focusing will not work.
5765
5766 2001-05-11  Havoc Pennington  <hp@pobox.com>
5767
5768         * gtk/gtkimage.c (gtk_image_new_from_stock): docs, fixes bug
5769         #54144
5770
5771         * gtk/gtkcolorsel.c (gtk_color_selection_new): docs, fixes
5772         bug #54330
5773
5774 Fri May 11 02:53:57 2001  Tim Janik  <timj@gtk.org>
5775
5776         * gtk/gtktogglebutton.c (gtk_toggle_button_expose): don't
5777         propagate exposes to NULL child.
5778
5779         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed): guard
5780         against not having one of the scrollbars.
5781
5782         * gtk/gtklabel.c (gtk_label_setup_mnemonic): clean up after us,
5783         we don't keep a mnemonic window if we have no mnemonic installed.
5784
5785 Fri May 11 01:05:00 2001  Tim Janik  <timj@gtk.org>
5786
5787         * gtk/gtktypeutils.h: grum, gtk_type_class() is not GNUC_CONST
5788         it has the _important_ side effect of initializing a class.
5789
5790 2001-05-10  Alexander Larsson  <alexl@redhat.com>
5791
5792         * gdk/linux-fb/gdkprivate-fb.h:
5793         Make sure you can compile out the implementation/wrapper assert
5794         macros.
5795
5796         * gdk/linux-fb/gdkdrawable-fb2.c:
5797         Check implementation/wrappers, initialize type for pixmap dummys.
5798
5799         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image):
5800         Hide the cursor if reading from the screen.
5801
5802         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
5803         Fix sign bug in tiling code.
5804
5805         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
5806         Handle background pixmaps.
5807
5808 Wed May  9 15:27:22 2001  Jonathan Blandford  <jrb@redhat.com>
5809
5810         * gtk/gtktreeview.c (gtk_tree_view_set_column_drag_function): New
5811         function to let user control where columns are dragged.
5812
5813         * gtk/gtktreeview.c (gtk_tree_view_key_press): Cancel drags if
5814         Escape is pressed.
5815
5816 Wed May  9 09:08:44 2001  Jonathan Blandford  <jrb@redhat.com>
5817
5818         * gtk/gtktreeview.c (gtk_tree_view_class_init): New
5819         "columns_changed" signal.
5820         (gtk_tree_view_motion_draw_column_motion_arrow): Change column
5821         motion code to draw arrows to the side if indicator is outside the
5822         widget.
5823         (gtk_tree_view_map_expanded_rows): Implement.
5824
5825 2001-05-07  Alexander Larsson  <alexl@redhat.com>
5826
5827         * demos/testpixbuf-save.c: 
5828         * demos/testpixbuf-drawable.c:
5829         Include gdkfb.h on linux-fb.
5830
5831 2001-05-07  Alexander Larsson  <alexl@redhat.com>
5832
5833         * gdk/linux-fb/gdkdnd-fb.c (get_toplevel_window_at):
5834         New function for getting toplevel window at position.
5835         (gdk_drag_find_window): Use get_toplevel_window () instead
5836         of gdk_window_get_pointer(). (gdk_drag_status): Use
5837         correct context for getting window.
5838
5839         * gdk/linux-fb/gdkproperty-fb.c (gdk_atom_name):
5840         g_strdup the atom name.
5841
5842         * gdk/linux-fb/gdkwindow-fb.c:
5843         Costmetic fix.
5844
5845         * gtk/gtkdnd.c (gtk_drag_source_handle_event):
5846         Add code for changing cursor on linux-fb backend (same as
5847         win32).
5848
5849 2001-05-07  Federico Mena Quintero  <federico@ximian.com>
5850
5851         * gtk/gtkwindow.c (gtk_window_focus): Test for bin->child being
5852         present before doing anything with it.  Patch from HÃ¥vard KvÃ¥len
5853         <havardk@netcom.no>.  Fixes Ximian bugzilla #2492 (OK, the bug
5854         report was not for the development branch of GTK+, but it applies
5855         anyways).
5856
5857 2001-05-04  Havoc Pennington  <hp@redhat.com>
5858
5859         * configure.in: fix some shell typos
5860
5861         * gtk/gtkcolorsel.c (gtk_color_selection_destroy): warning fix
5862
5863         * gtk/gtkimage.c: handle animations
5864
5865         * gtk/gtkcheckbutton.c (gtk_check_button_size_request): request
5866         border_width * 2, not just border_width
5867
5868         * gtk/gtkscale.c: add "format_value" signal to allow people
5869         to override the way values are drawn.
5870         (gtk_scale_get_value_size): fix width/height mistake,
5871         and compute size from actual displayed text, not 
5872         from made-up text.
5873
5874         * gtk/gtktexttag.c (gtk_text_tag_class_init): fix return type in 
5875         signal registration
5876
5877         * tests/testtext.c: Add "Remove all tags" menu item for testing
5878
5879         * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): implement
5880
5881         * demos/gtk-demo/main.c (main): add hack so we can find modules
5882         without installing gtk
5883
5884         * demos/gtk-demo/textview.c (insert_text): demo font scaling
5885
5886         * gtk/gtkcellrenderertext.c: Add "scale" property (font scaling
5887         factor)
5888         (gtk_cell_renderer_text_set_property): remove some bogus
5889         g_object_notify
5890
5891         * gtk/gtktexttag.c: add "scale" property which is a font scaling
5892         factor
5893
5894         * gtk/gtktextlayout.c (add_text_attrs): add font scale attribute 
5895         to layout
5896
5897         * gtk/gtktextiter.c (gtk_text_iter_is_start): rename from
5898         gtk_text_iter_is_first
5899
5900 2001-01-06  Hans Breuer  <hans@breuer.org>
5901
5902         * gdk/gdk.def : updated exports
5903
5904         * gdk/win32/makefile.msc : -DGDK_ENABLE_BROKEN otherwise
5905         gdk won't compile anymore
5906  
5907         * gdk/win32/gdkevents-win32.c : initialize ret_val when
5908         processing GDK_FILTER functions, initialize event.key->hardware_keycode.
5909         Improved gdk_flush () to not only do pending drawing operations
5910         but also process all currently pending events. This should make
5911         the behaviour more similar to the X11 version.  
5912
5913         * gdk/win32/gdkgc-win32.c (predraw_set_background) : a background
5914         option needs to be set even if there is no GDK_GC_BACKGROUND.
5915         (gdk_win32_hdc_get) : use predraw_set_background () independent
5916         of value_mask. This allows to draw dashed lines leaving the original
5917         background intact.
5918
5919         * gdk/win32/gdkimage-win32.c (gdk_image_new_bitamp) : free data
5920         after processing, because we can't reuse it as the X11 version does.
5921
5922         * gtk/gtk.def : updated exports
5923
5924         * gtk/makefile.msc.in : added ATK, removed all test apps. (I
5925         would like to get rid of this file again, and use straight
5926         makefile.msc again, as the other Gtk+ subdirs do)
5927
5928         * test/makefile.msc (new file) : build the test apps here
5929
5930 2001-05-05  ERDI Gergo  <cactus@cactus.rulez.org>
5931
5932         * gdk/gdkpango.c (gdk_pango_get_item_properties): Peek
5933         strike-through setting
5934         (gdk_draw_layout_line_with_colors): Render strike-through
5935
5936 Sat May  5 10:06:24 2001  Owen Taylor  <otaylor@redhat.com>
5937
5938         * Release 1.3.5
5939
5940         * configure.in (GTK_MICRO_VERSION): Up to 1.3.5
5941
5942         * NEWS: Updated
5943
5944         * demos/gtk-demo/Makefile.am (EXTRA_DIST): Fix minor
5945         Makefile breakage.
5946
5947 Sat May  5 09:18:30 2001  Owen Taylor  <otaylor@redhat.com>
5948
5949         * demos/gtk-demo/images.c (progressive_timeout): Fix
5950         typo in filename.
5951
5952         * gtk/gtktreeview.c (gtk_tree_view_row_activated): Comment
5953         out FIXME warning; just too annoying.
5954
5955 2001-05-04  Alex Larsson  <alla@lysator.liu.se>
5956
5957         * gdk/linux-fb/gdkcolor-fb.c:
5958         Better error messages.
5959
5960         * gdk/linux-fb/gdkpixmap-fb.c (gdk_pixmap_new):
5961         Initialize abs_x and abs_y.
5962         
5963         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
5964         Correct handling of stipple offset.
5965
5966         * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init):
5967         Treat directcolor framebuffers as truecolor.
5968         
5969 Thu May  3 14:13:49 2001  Owen Taylor  <otaylor@redhat.com>
5970
5971         * INSTALL.in HACKING gtk/gtkaccessible.[ch] gtk/gtk.c: Add
5972         dependency on Atk for accessibility support.
5973
5974         * configure.in **/Makefile.am: Major reworking of substituted
5975         variables for CFLAGS/LIBS to make a lot more sane and 
5976         keep the the compile/link lines a bit shorter.
5977
5978         * gdk/x11/gdkkeys-x11.c: Fix #endif with trailing stuff.
5979
5980 Thu May  3 08:10:54 2001  Owen Taylor  <otaylor@redhat.com>
5981
5982         * gtk/gtktexttag.c (gtk_text_tag_class_init): Fix return
5983         value to be G_TYPE_BOOLEAN, not G_TYPE_INT, also,
5984         use _gtk_boolean_handled_accumulator.
5985
5986 Thu May  3 07:00:09 2001  Owen Taylor  <otaylor@redhat.com>
5987
5988         * gtk/gtktextview.c: Patch from Juan Pablo Mendoza Mendoza
5989         to fix things so clicking inside selection leaves cursor
5990         at point where clicked. (#50324)
5991
5992         * gtk/gtksettings.c (gtk_settings_class_init): Restore
5993         sane value for default double click time.
5994
5995         * tests/testtext.c (test_init): Really path to input modules.
5996
5997 2001-05-03  Sven Neumann  <sven@convergence.de>
5998
5999         * demos/testpixbuf-save.c: include target-specific headers as
6000         done in testpixbuf-drawable.c
6001
6002 Wed May  2 20:36:38 2001  Owen Taylor  <otaylor@redhat.com>
6003
6004         * gtk/gtkentry.c (gtk_entry_real_insert_text): Reduce
6005         new_text_length appropriately when we run into the 
6006         size limit for the entry. (#53445, reported by Jeff Franks)
6007
6008         * tests/testgtk.c (create_entry): Remove most of the
6009         property toggle buttons. Replace with a "Props" button
6010         that brings up a property editor.
6011
6012         * tests/prop-editor.[ch] test/testtreeview.c tests/Makefile.am:
6013         Split the property editor code out for reuse, improve.
6014
6015 Wed May  2 17:26:22 2001  Owen Taylor  <otaylor@redhat.com>
6016
6017         * gdk/x11/gdkevents-x11.c gdk/x11/gdkwindow-x11.c: Always
6018         trap errors around calls to XSetInputFocus since we have
6019         no way of knowing reliably whether we are viewable or
6020         not. (#53947)
6021
6022 Tue May  1 09:21:23 2001  Jonathan Blandford  <jrb@redhat.com>
6023
6024         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
6025         fix bug in dropping columns.  Moving columns now basically works
6026         modula some fine tuning.
6027
6028 Tue May  1 19:09:21 2001  Jonathan Blandford  <jrb@redhat.com>
6029
6030         * gtk/gtktreeview.c (gtk_tree_view_horizontal_autoscroll): Add
6031         autoscroll support.  It mostly works, but could use some fine
6032         tuning.
6033         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
6034         Actually move the column.
6035
6036 Mon Apr 30 20:29:27 2001  Owen Taylor  <otaylor@redhat.com>
6037
6038         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtkoptionmenu.c 
6039           gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtkwidget.c:
6040           New default theme! A slighly improved version of the 2.0 Raleigh
6041           theme, with Windows-esque focus/drawing default. 
6042           (GtkWidget::interior_focus defaults to TRUE.)
6043
6044         * gtk/gtkstyle.[ch]: Add a text_aa color halfway between text and base.
6045
6046 2001-04-30  Havoc Pennington  <hp@pobox.com>
6047
6048         * tests/testtext.c (line_numbers_expose): fix to work with
6049         gtk_paint_layout change
6050
6051 Mon Apr 30 19:18:07 2001  Owen Taylor  <otaylor@redhat.com>
6052
6053         * gtk/gtkstyle.[ch] gtk/gtkaccellabel.c gtk/gtkcellrenderertext.c
6054           gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c gtk/gtkprogressbar.c
6055           gtk/gtkvruler.c gtk/gtkvscale.c: Add an extra parameter
6056           use_text to gtk_paint_label() to deal with style->bg[] vs style->text[].
6057
6058         * gtk/gtkbbox.c gtk/gtkdialog.c: Tweak padding some to deal
6059           with GtkWidget::interior_focus = TRUE better.
6060
6061         * gtk/gtkbutton.c: Switch ::default_spacing to ::default_border,
6062         ::default_outside_border for more flexibility.
6063
6064         * gtk/gtkwidget.c (gtk_widget_style_get_valist): Remove 
6065         G_VALUE_NO_COPY_CONTENTS, to correspond with the recent
6066         change that had to be made with g_object_get.
6067
6068 Sun Apr 29 20:13:40 2001  Jonathan Blandford  <jrb@redhat.com>
6069
6070         * gtk/gtktreeview.c (gtk_tree_view_get_columns): new function.
6071         (gtk_tree_view_move_column_after): Clean up interface. 
6072
6073 Sun Apr 29 03:02:02 2001  Tim Janik  <timj@gtk.org>
6074
6075         * gtk/gtkpacker.h:
6076         * gtk/gtkenums.h: moved GtkAnchorType and GtkSideType from gtkpacker.h
6077          to gtkenum.h.
6078
6079         * gtk/gtkmain.c (gtk_main_do_event): silence compiler (GDK_SETTING not
6080         handled in switch).
6081
6082         * gtk/Makefile.am:
6083         (gtk.defs): generate enum portions with  glib-mkenums.
6084         (gtktypebuiltins_evals.c): generate this with glib-mkenums.
6085         got rid of makeenums.pl and makeenums.awk in distributed tarballs.
6086         
6087         * gtk/gtkaccelgroup.c (gtk_accel_group_add): refined havocs warning
6088         addition.
6089
6090         * docs/Changes-2.0.txt: keep a note on signal handlers now
6091         not getting emitted during the emission they were connected within.
6092
6093 2001-04-28  Havoc Pennington  <hp@pobox.com>
6094
6095         * gtk/gtkcolorsel.c (palette_new): fix bug in tooltip
6096
6097 2001-04-24  Havoc Pennington  <hp@redhat.com>
6098
6099         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_previous_line): 
6100         (gtk_text_layout_move_iter_to_next_line): fix these two for
6101         invisible text, lots of other stuff still hosed.
6102
6103         * gtk/gtkcolorsel.c (gtk_color_selection_set_change_palette_hook):
6104         new function, replaces the get/set palette stuff. This function 
6105         is intended for use by libgnomeui which should set the hook to a
6106         thing which sets the palette in GConf, and we need the
6107         GConf-to-xsettings proxy which will result in the change being
6108         propagated back to the GTK app.
6109
6110         * gtk/gtkaccelgroup.c (gtk_accel_group_add): add note to warning 
6111         about unusable signals that it may be because the signal has 
6112         parameters.
6113
6114         * gtk/gtkwidget.c (gtk_widget_modify_style): always copy the
6115         style, otherwise gtkrc.c won't know to create a new GtkStyle for
6116         it.
6117         (gtk_widget_modify_color_component): call
6118         gtk_widget_modify_style() so the rc style will get copied.
6119         (gtk_widget_modify_font): ditto
6120
6121         * gtk/gtkrc.c: make a couple variables static
6122
6123         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): hide
6124         help button by default, since it does nothing
6125
6126         * gtk/gtkcolorsel.c: add tooltips, work on key navigation, fool
6127         around with UI
6128
6129         * gtk/gtkentry.c (gtk_entry_realize): request enter/leave notify
6130         so we can have tooltips
6131
6132         * gtk/gtkhsv.c (gtk_hsv_realize): request enter/leave notify so we
6133         can have tooltips
6134
6135         * gdk/gdkimage.h: mark gdk_image_new_bitmap with
6136         GDK_ENABLE_BROKEN, because its memory behavior is completely
6137         hosed.
6138
6139         * gtk/gtknotebook.c: remove key press handler, replace with
6140         binding set, add numeric keypad support
6141
6142         * gtk/gtktextview.c (gtk_text_view_class_init): accept KP_Delete
6143
6144         * gtk/gtktext.c (gtk_text_key_press): add a bunch of KP keysyms
6145
6146         * gtk/gtkentry.c (gtk_entry_class_init): accept GDK_KP_Delete in
6147         addition to plain Delete
6148
6149         * gtk/gtktextview.c (gtk_text_view_key_press_event): accept
6150         GDK_KP_Enter in addition to GDK_Return
6151
6152         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): connect to
6153         activate on entry instead of key press
6154         (gtk_font_selection_on_clist_key_press): get
6155         rid of this signal handler, not needed with new font sel.
6156
6157         * gtk/gtkfilesel.c (gtk_file_selection_key_press): remove a
6158         no-longer-needed emit_stop_by_name(), just return TRUE
6159
6160         * gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.c: remove keybindings
6161         cruft, this widget is no longer focusable.
6162
6163         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkvscale.c,
6164         gtk/gtkhscale.c: Get rid of trough_keys virtual function, add
6165         move_slider action signal, add binding set for vscale/hscale, in
6166         the process support numeric keypad
6167
6168         * gtk/gtkentry.c (gtk_entry_class_init): Add keypad bindings; 
6169         make GDK_Return and GDK_KP_Enter activate the entry via 
6170         binding set, instead of hardcoded.
6171
6172 Fri Apr 27 20:27:21 2001  Jonathan Blandford  <jrb@redhat.com>
6173
6174         * gtk/gtktreeview.[hc]: Massive reorder/cleanup of a lot of the
6175         code.  Some documentation added.
6176
6177 2001-04-27  Havoc Pennington  <hp@redhat.com>
6178
6179         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fix warning
6180
6181         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): make messages selectable
6182
6183         * gtk/gtkentry.c (gtk_entry_real_insert_text): don't strip
6184         line/para separators
6185         (gtk_entry_create_layout): set single paragraph mode on the layout
6186
6187         * gtk/gtkbutton.c (gtk_button_new_from_stock): don't put much
6188         spacing between the image and label; instead, inside a button box 
6189         the button will get extra space that will go there, but if people 
6190         configure button box for 0 chubbiness, then there's no spacing.
6191
6192         * gtk/gtkbbox.c (gtk_button_box_class_init): Make child ipadding
6193         and min/max size style properties, so people can tune their
6194         chubbiness.
6195
6196         * tests/testgtk.c (make_toolbar): remove calls to removed toolbar
6197         functions
6198
6199         * gtk/gtktoolbar.c (gtk_toolbar_class_init): Make space_size,
6200         space_style, and button_relief into style properties, remove
6201         functions for setting them
6202         
6203         * gtk/gtkmenu.c (gtk_menu_key_press): handle menu bar accel to pop 
6204         it back down
6205
6206         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): free boxed
6207         types from gtk_widget_style_get
6208
6209         * gtk/gtkmenubar.c (gtk_menu_bar_set_shadow_type): Remove, replace
6210         with a style property.
6211
6212         * gdk/x11/gdkevents-x11.c: namespace the settings
6213
6214         * gtk/gtkmenubar.c: Add F10 accelerator to move between menubars.
6215
6216         * gtk/gtksettings.c (gtk_settings_class_init): remove code with
6217         side effects from inside g_assert(), so that G_DISABLE_ASSERT can
6218         be used. Also, translate doc strings for settings. Also, namespace
6219         the double-click-time property. Also, remove bell properties crap.
6220
6221 2001-04-27  Sven Neumann  <sven@gimp.org>
6222
6223         * Makefile.am: before creating links, check if pkg-config files
6224         exist for the default target. Otherwise link to the pkg-config files
6225         that got installed with this build.
6226
6227 Thu Apr 26 19:11:46 2001  Jonathan Blandford  <jrb@redhat.com>
6228
6229         * gtk/gtktreeview.c (gtk_tree_view_motion): clean up column
6230         dragging code.  Revealed some (potential) GdkWindow bugs.
6231
6232         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent): add
6233         _gdk_window_init_position to the end of reparent to fix the case
6234         of reparenting when new_x != old_x and new_y != old_y.
6235
6236 Thu Apr 26 10:54:50 2001  Owen Taylor  <otaylor@redhat.com>
6237
6238         * gtk/gtkentry.c (strstr_len): Fix optimization that
6239         was correct for the use here, but completely incorrect
6240         in general.
6241
6242 Thu Apr 26 10:40:41 2001  Owen Taylor  <otaylor@redhat.com>
6243
6244         * gtk/gtkwindow.h: Remove deprecation of gtk_window_set_default_size()
6245         until patch adding gtk_window_set_size() is recommitted. 
6246
6247         * **Makefile.am configure.in gdk/x11/gdkim-11.c
6248           gtk/gtkmain.c gtk/gtkimmulticontext.c gtk/gtkmain.c
6249           gtk/gtkrc.c: Remove all traces of -DX_LOCALE support.
6250           (#10784)
6251
6252 Wed Apr 25 12:16:36 2001  Owen Taylor  <otaylor@redhat.com>
6253
6254         * gdk/X11/gdkevents-x11.c (gdk_event_translate): Test for 
6255         window == NULL in a number of cases.
6256
6257         * tests/testdnd.c: Set module path for gdk-pixbuf.
6258
6259 Thu Apr 19 16:11:07 2001  Owen Taylor  <otaylor@redhat.com>
6260
6261         * gtk/Makefile.am xembed.h: File containing #defines
6262         for XEMBED protocol.
6263
6264         * gtk/gtkplug.[ch] gtk/gtksocket.[ch]: 
6265
6266         - Change protocol from old plug/socket specific protocol
6267           to XEMBED draft
6268         - Various fixes to work with GTK+-2.0
6269
6270         Still quite a bit of work to do here to handle initiation
6271         from the socket side (as specified by XEMBED), to handle
6272         the more advanced features of XEMBED, and to figure out
6273         a good way to handle same-app embedding with less overhead
6274         than using full XEMBED.
6275
6276 Wed Apr 18 16:04:28 2001  Owen Taylor  <otaylor@redhat.com>
6277
6278         * gtk/gtkwindow.[ch] (gtk_window_real_set_focus): Keep
6279         track of whether the toplevel has the focus; only send
6280         focus-in events to the focus widget when the window
6281         actually has the focus.
6282
6283 2001-04-25  Havoc Pennington  <hp@pobox.com>
6284
6285         * gtk/gtkwindow.h: set_decorations_hint and set_functions_hint
6286         were still in the header
6287
6288 2001-04-24  Alexander Larsson  <alexl@redhat.com>
6289
6290         * gtk/gtkclist.[ch]:
6291         * gtk/gtkctree.c:
6292         When there is a row highlighted for D'n'D it must alse
6293         be painted hightlighted on exposes. Otherwise exposes from
6294         the icon being dragged will mess up the hightlight.
6295
6296         * gtk/gtkfontsel.c:
6297         Don't recenter selected font when exposing the font family
6298         clist. This means you can now actually scroll the font family
6299         list.
6300
6301         * gtk/gtknotebook.c:
6302         Fix focus movement on scrolling tabs that are placed on the left
6303         and right.
6304
6305 2001-04-21  Havoc Pennington  <hp@pobox.com>
6306
6307         * gtk/gtktextdisplay.c (gtk_text_layout_draw): handle 0-height
6308         empty/invisible lines.
6309
6310         * gtk/gtktextiter.c (gtk_text_iter_set_visible_line_offset)
6311         (gtk_text_iter_set_visible_line_index): new functions to set
6312         indexes excluding invisible text
6313
6314         * gtk/gtktextlayout.c (line_display_iter_to_index): get visible 
6315         index
6316
6317         * gtk/gtktextiter.c (gtk_text_iter_get_visible_line_index)
6318         (gtk_text_iter_get_visible_line_offset): new functions to 
6319         get indexes excluding invisible text
6320
6321         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): strip out a
6322         bunch of extra padding that served no purpose
6323
6324         * gtk/gtkdialog.c: Make all the spacings configurable via style
6325         properties, for chubbiness configuration in themes
6326
6327         * tests/testtext.c: fix path to the immodules.
6328         
6329 Mon Apr 23 18:57:03 2001  Jonathan Blandford  <jrb@redhat.com>
6330
6331         * gtk/gtksocket.c (gtk_socket_filter_func): add missing '}' that
6332         got munched by #endif.
6333
6334         * gtk/Makefile.am (gtk_plug_c_sources): add missing '\'
6335
6336         * gtk/gtktreeview.c: Refactored code to clean up a number of
6337         events.
6338
6339         * gtk/gtktreemodel.c (gtk_tree_path_compare): Switched return
6340         values to make consistent with other functions.  Spotted by Jeff
6341         Franks <jcf@tpg.com.au>.
6342
6343         * gtk/gtktreeview.h (struct _GtkTreeViewClass): Fixes to signal
6344         declaration spotted by Jeff Franks <jcf@tpg.com.au>.
6345
6346 2001-04-23  Sven Neumann  <sven@gimp.org>
6347
6348         * gtk/Makefile.am
6349         * gtk/gtkplug.c
6350         * gtk/gtksocket.c: on request of Owen, reverted my last change 
6351         and exclude gtkplug.c/gtksocket.c from the build for non-X11 targets
6352
6353 2001-04-23  Sven Neumann  <sven@gimp.org>
6354
6355         * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+
6356         compile for non-X11 targets again
6357
6358 2001-04-20  Alexander Larsson  <alexl@redhat.com>
6359
6360         * gtk/gtkcolorsel.[ch]:
6361         API Change. Take GdkColor arguments instead of gdouble *.
6362         Leave the old gtk_color_selection_set_color for compatibility,
6363         but marked deprecated.
6364         Do correct rounding when converting RGB <-> HSV.
6365         
6366         * gtk/gtkcolorseldialog.c:
6367         * tests/testgtk.c:
6368         Use new GtkColorSelection API.
6369
6370         * gtk/gtkhsv.c:
6371         Fix problem selecting colors in triangle when Hue is 330.
6372         Fix some black dots around the HSB triangle.
6373         
6374         * gtk/gtkfilesel.c:
6375         return FALSE from the focus_in_event handler to fix focus problems.
6376
6377 2001-04-18  Havoc Pennington  <hp@redhat.com>
6378
6379         * gtk/gtkwindow.c (gtk_window_class_init): add signals and binding
6380         set, so keybindings are configurable    
6381         (gtk_window_activate_default): Change to activate the focus widget
6382         instead if there's a focus widget, to be consistent with the
6383         behavior that previously existed in key_press_event
6384
6385 2001-04-18  Havoc Pennington  <hp@redhat.com>
6386
6387         * gdk/gdkkeyuni.c: Handle numeric keypad keysyms; bug #50201
6388
6389 2001-04-18  Havoc Pennington  <hp@redhat.com>
6390
6391         Close bug #50615:
6392         
6393         * gtk/gtkstyle.c (gtk_default_draw_layout): Use text_gc to draw
6394         the layout
6395
6396         * gtk/gtktext.c: Use base/text instead of bg/fg throughout
6397
6398         * gtk/gtkentry.c: Use base/text instead of bg/fg throughout
6399
6400         * gtk/gtktextdisplay.c: Use base/text instead of bg/fg throughout
6401         
6402         * gtk/gtkstyle.c (gtk_style_init): make GTK_STATE_SELECTED default
6403         to blue for base, in addition to bg
6404         
6405 2001-04-18  Havoc Pennington  <hp@redhat.com>
6406
6407         * tests/testgtk.c (create_image): allow shrinking the image window
6408         to test that we clip to allocation.
6409
6410         * gtk/gtkimage.c (gtk_image_expose): clip to allocation,
6411         #9845
6412
6413         * gtk/gtkenums.h: move GtkWrapMode in here, #50472
6414
6415 Wed Apr 18 14:23:14 2001  Owen Taylor  <otaylor@redhat.com>
6416
6417         * gdk/x11/gdkimage-x11.c (gdk_image_new): Try changing
6418         mode on shm segments to 0600. We'll see who complains.
6419
6420         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Call
6421         _gdk_windowing_window_destroy() AFTER recursing through
6422         children.
6423
6424         * tests/Makefile.am (noinst_PROGRAMS): Build testsocket,
6425         testsocket_child on X.
6426
6427         * tests/testsocket[_child].c: Fix uses of
6428         gtk_window_get_default_accel_group().
6429
6430         [ Merge patch from Ramiro Estrugo  <ramiro@eazel.com> from gtk-1-2 ]
6431
6432         * gdk/gdkimage.c: (gdk_image_get):
6433         Deal with the possibility that XGetImage() might return NULL.
6434         Allocate the GdkImagePrivate structure only after XGetImage()
6435         succeeds in order not to dereference a NULL ximage pointer.  This
6436         prevents a core dump when XGetImage() fails - which is unlikely,
6437         but can happen due to race conditions accessing the geometries of
6438         drawables.  An x error will still be triggered, but the gdk image
6439         wrapper at least wont seg fault.
6440         
6441 2001-04-18  Havoc Pennington  <hp@redhat.com>
6442
6443         * gtk/gtkimage.c: fix to properly queue resizes when the image is
6444         set
6445
6446         * gtk/gtktextview.c (gtk_text_view_do_popup): desensitize Paste
6447         if the insertion point isn't editable
6448
6449         * demos/gtk-demo/images.c: Added a GtkImage demo
6450
6451         * demos/gtk-demo/drawingarea.c: drawing area demo
6452         
6453         * demos/gtk-demo/menus.c (create_menu): cleanups
6454
6455 Wed Apr 18 12:15:52 2001  Owen Taylor  <otaylor@redhat.com>
6456
6457         * gdk/x11/gdkwindow-x11.c gdk/x11/gdkwindow-x11.h 
6458           gdk/x11/gdkevents-x11.c: Introduce an extra child
6459         of toplevel windows that serves to hold the focus to
6460         avoid events being delivered to embedded windows.
6461
6462         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Introduce
6463         some extra variables to clean up code and reduce the
6464         number of casts.
6465
6466         * gdk/x11/gdkwindow-x11.h (struct _GdkXPositionInfo): Use
6467         guint for 1 bit bit fields, not gboolean.
6468
6469 Wed Apr 18 10:04:23 2001  Owen Taylor  <otaylor@redhat.com>
6470
6471         * gtk/gtktooltips.c (gtk_tooltips_paint_window): Return FALSE,
6472         not TRUE. (Fixes #52925)
6473
6474 Tue Apr 17 18:05:34 2001  Owen Taylor  <otaylor@redhat.com>
6475
6476         * Released 1.3.4
6477
6478         * NEWS: Updated
6479
6480         * gtk/gtktextview.c (gtk_text_view_class_init): Fix to not
6481         use GTK_TYPE_ENUM.
6482
6483 Tue Apr 17 13:47:12 2001  Owen Taylor  <otaylor@redhat.com>
6484
6485         * configure.in: Don't put -lgthread in GLIB_LIBS, GLIB_DEPLIBS
6486
6487         * gtk/gtktypeutils.h gtk/gtksignals.h: Restore proper parameter
6488         names to compatibility #defines so docs work.
6489
6490         * gtk/gtkenums.h: Remove GtkMenuFactoryType
6491
6492         * gtk/gtkwindow.c gtk/gtkdnd.c: Docs cleanups.
6493
6494         * configure.in: Don't include -lgthread in GLIB_LIBS, GLIB_DEPLIBS
6495
6496         * tests/testgtkrc: No magenta cursors, please.
6497
6498         * README.in INSTALL.in HACKING README.cvs-commits: Updated.
6499
6500         * gtk/gtkenums.h (enum): Remove left over GtkMenuFactoryType.
6501         
6502 Mon Apr 16 14:38:41 2001  Owen Taylor  <otaylor@redhat.com>
6503
6504         * gtk/gtklist.c gtk/gtklistitem.c: Remove explicit pointer
6505         grabs, since they are no longer necessary.
6506
6507         * gtk/gtkcombo.c (gtk_combo_popup_button_press): Fix #52926
6508         by signal_connect() and call gtk_button_pressed() rather
6509         than signal_connect_after().
6510
6511         * tests/testgtk.c: Restore radio menu items to combos 
6512         since they'll look OK with Raleigh, and it is easier
6513         than finishing the process of removing them that was
6514         started earlier.
6515
6516 2001-04-16  Hans Breuer  <hans@breuer.org>
6517
6518         * gdk/gdk.def :
6519         * gtk/gtk.def : added all exports required to link PyGtk 0.7.1
6520
6521         * gdk/gdkfont.h : #define GDK_TYPE gdk_font_get_type ()
6522         we are interested in the functions return value not the function address
6523         * gdk/gdkvisual.h : same for GDK_TYPE_VISUAL
6524
6525         * gtk/makefile.msc.in : reflect movement of GDK_TYPEs from gtk to gdk
6526
6527 2001-04-14  Hans Breuer  <hans@breuer.org>
6528
6529         * gdk/gdk.def :
6530         * gdk/makefile.msc : updated
6531
6532         * gdk/win32/gdkdrawable.win32 (gdk_win32_draw_rectangle) : if modus is 
6533         "fill with tile" do so with new helper function gdk_win32_draw_tiles 
6534         (the testgtk::text backgound pixmap is drawn again)
6535         Changed SetTextAlign before pango_win32_render to TA_BASELINE to reflect 
6536         Win32 Pango change
6537         * gdk/win32/gdkprivate-win32.h : prototype for gdk_win32_draw_tiles
6538
6539         * gdk/win32/gdkproperty-win32.c : first implementation of gdk_setting_get
6540         Not sure if the returned settings have the right unit, because I couldn't
6541         find any docs for the X version ...
6542
6543         * gtk/gtk.def :
6544         * gtk/makefile.msc.in : updated
6545
6546 Thu Apr 12 17:41:17 2001  Owen Taylor  <otaylor@redhat.com>
6547
6548         * gtk-2.0.m4: Fix up to refer to GTK+, not to GLib; fix some
6549         wording problems. (Compared to version from Johannes Stezenbach to
6550         check correctness.)
6551
6552 Thu Apr 12 21:04:26 2001  Tim Janik  <timj@gtk.org>
6553
6554         * gtk/gtktreeview.c (_gtk_tree_view_column_start_drag): get
6555         this to compile.
6556
6557 2001-04-12  Anders Carlsson  <andersca@codefactory.se>
6558
6559         * gtk/gtkcellrenderertextpixbuf.c (gtk_cell_renderer_text_pixbuf_class_init): It's pixbuf_pos,
6560         not pixbufpos.
6561
6562         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Fix small typo.
6563
6564         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_property): xpad and ypad
6565         are unsigned insts, therefore use g_value_set_uint.
6566         (gtk_cell_renderer_set_property): Likewise, use g_value_get_uint.
6567
6568 Sun Apr  8 05:36:06 2001  Jonathan Blandford  <jrb@redhat.com>
6569
6570         * gtk/gtktextview.c (gtk_text_view_class_init): fix a fixme.
6571
6572         * gtk/gtkcellrendertoggle.c: change GTK_TYPE_POINTER to
6573         GTK_TYPE_STRING.
6574
6575         * gtk/gtktreeview.c: New functions to allow initial column
6576         dragging work.
6577
6578         * gtk/gtktreeviewcolumn.c: Initial column dragging support.
6579
6580         * tests/testtreefocus.c: give dave some love.
6581
6582         * tests/testtreesort.c: Modify test to check really long samples.
6583
6584 2001-04-11  Alexander Larsson  <alexl@redhat.com>
6585
6586         * gtk-2.0.m4: Pass pkg-config options
6587         before the other args so it works even if
6588         POSIXLY_CORRECT is set.
6589
6590 Mon Apr  9 19:02:07 2001  Tim Janik  <timj@gtk.org>
6591
6592         * configure.in (GTK_MICRO_VERSION): increment version to 1.3.4 (binary
6593         0, interface 0).
6594
6595 2001-04-04  Denis Oliver Kropp  <dok@convergence.de>
6596
6597         * gtk/gtkcalendar.c (gtk_calendar_button_press):
6598         check for action_func != NULL
6599
6600 2001-04-04  Sven Neumann  <sven@gimp.org>
6601
6602         * tests/testgtk.c (test_init): corrected path to gtk.immodules
6603
6604 Wed Apr  4 09:18:18 2001  Tim Janik  <timj@gtk.org>
6605
6606         * Released Gtk+-1.3.3.
6607
6608 Wed Apr  4 07:42:23 2001  Tim Janik  <timj@gtk.org>
6609
6610         * gdk/Makefile.am (EXTRA_DIST): add makeenums.pl to EXTRA_DIST.
6611
6612 Wed Apr  4 04:13:18 2001  Tim Janik  <timj@gtk.org>
6613
6614         * gtk/stock-icons/Makefile.am: stay in builddir and read/write
6615         files to/from source dir. (if we don't stay in builddir, we
6616         can't reach make-inline-pixbuf.
6617
6618         * gdk/Makefile.am (gdkenumtypes.c): add $(srcdir) to mekeenums.pl
6619         deps.
6620
6621         * configure.in (GTK_MICRO_VERSION): up and away (1.3.3 bin/interface
6622         ages 0).
6623
6624 Tue Apr  3 15:04:45 2001  Jonathan Blandford  <jrb@redhat.com>
6625
6626         * gtk/gtktreemodelsort.h:  removed set_sort_column, as it was
6627         moved to the GtkTreeSortable interface.
6628
6629         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
6630         Make more efficient (fixes #50262).
6631
6632 Tue Apr  3 13:55:37 2001  Owen Taylor  <otaylor@redhat.com>
6633
6634         * NEWS: Updated.
6635
6636         * configure.in: Remove support for uninstalled glib.
6637
6638         * gtk/gtkdnd.c (gtk_drag_highlight_expose): Return FALSE as
6639         so as not to stop emission.
6640
6641         * gtk-config-2.0.in: Exit with an error message that gtk-config-2.0
6642         is no longer supported.
6643
6644         * Makefile.am gtk/Makefile.am tests/*: Moved all tests
6645         into tests, change build order to build modules before
6646         gtk/.
6647
6648         * modules/input/Makefile.am: Move gtk-query-immodules-2.0 invocation
6649         to here.
6650
6651 Tue Apr  3 13:52:57 2001  Tim Janik  <timj@gtk.org>
6652
6653         * gtk/gtkitemfactory.[hc]: changed gtk_item_factory_dump_items()
6654         and gtk_item_factory_dump_rc() GtkPatternSpec argument to
6655         GPatternSpec. this is actually unlikely to cause breakage in
6656         third-party apps since except for gle, pretty much ever caller
6657         passes NULL here.
6658
6659         * gtk/gtkbindings.[hc]: removed gtk_pattern_*() API.
6660
6661         * *.c: use g_pattern_*() API.
6662
6663         * docs/Changes-2.0.txt: GtkPatternSpec->GPatternSpec updates.
6664
6665         * gtk/gtkstyle.c (gtk_default_draw_resize_grip): assert unhandled
6666         directions aren't passed in.
6667
6668         * gtk/gtksettings.[hc] (_gtk_settings_parse_convert): export conversion
6669         functionality to be usable from gtkstyle.c as well, give precedence
6670         for conversion to user-supplied parsers.
6671         s/_gtk_rc_property_parser_for_type/_gtk_rc_property_parser_from_type/;
6672
6673         * gtk/gtkstyle.c (_gtk_style_peek_property_value): use
6674         _gtk_settings_parse_convert() for rcporperty value conversion.
6675
6676 2001-04-03  Alexander Larsson  <alexl@redhat.com>
6677
6678         * gdk/linux-fb/gdkevents-fb.c:
6679         Add empty gdk_setting_get().
6680
6681 Tue Apr  3 05:09:07 2001  Tim Janik  <timj@gtk.org>
6682
6683         * gtk/gtkmain.c (_gtk_boolean_handled_accumulator): use more elaborate
6684         variable names.
6685         
6686         * gtk/makeenums.pl: touch this so enum files get remade.
6687
6688 Mon Apr  2 19:36:57 2001  Jonathan Blandford  <jrb@redhat.com>
6689
6690         * gtk/gtktreestore.c (gtk_tree_store_init):  Bug fix to make trees
6691         work again when not sorted.
6692
6693         * gtk/gtktreeview.c (gtk_tree_view_class_init): Add "collapse_row"
6694         and "expand_row" signal, closing bug 52578.
6695
6696         * gtk/gtktreeview.c (gtk_tree_view_expand_row): Add signal
6697         support.
6698
6699         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): Add signal
6700         support.
6701
6702 Mon Apr  2 18:18:07 2001  Owen Taylor  <otaylor@redhat.com>
6703
6704         * gdk/gdkevents.h: Add GdkEventSetting event for notification
6705         of changes to system settings, gdk_setting_get() to retrieve
6706         a single system setting.
6707
6708         * gdk/x11/gdkevents-x11.c: Bridge gdk_setting_get() and GdkEventSetting
6709         to the draft XSETTINGS mechanism.
6710
6711         * gdk/x11/xsettings-{common,client}.[ch]: Sample-implementation of
6712         XSETTINGS.
6713
6714         * gtk/gtkmain.c gtk/gtksettings.[ch]: Propagate notification
6715         of GDK settings changes to the GtkSettings object.
6716
6717         * gdk/gdkevents.[ch] gdk/gtk/gtksettings.c: Hook up the
6718         double-click-timeout property to GDK.
6719
6720         * gdk/gdkcolor.[ch] gdk/gdkvisual.h gdk/gdkevent.[ch] gdk/gdkfont.[ch]:
6721         Define GDK boxed types here.
6722
6723         * gdk/Makefile.am gdk/makeenums.pl: Generate source files
6724         gdk/gdkenumtypes.[ch] for enum definitions.
6725
6726         * gtk/gtkcompat.h: Add defines for GTK_TYPE_GDK_*
6727         * gtk/gtk-boxed.defs: Comment out GDK types
6728         * gtk/gtktypeutils.h: Remove GDK types
6729         * gtk/Makefile.am: No longer scan GDK headers for enumerataions
6730
6731 Mon Apr  2 16:41:08 2001  Owen Taylor  <otaylor@redhat.com>
6732
6733         * Applied patch from Ron Steinke to add signal accumulators
6734         so that signals with the convention 'TRUE return means
6735         handled' stop emission on a TRUE return.
6736
6737         * gtk/gtkmain.[ch]: Add private accumulator 
6738         _gtk_boolean_handled_accumulator, used throughout GTK+.
6739         
6740         * gtk/gtkspinbutton.c: Add accumulator for ::output.
6741
6742         * gtk/gtktipsquery.c: Add accumulator for ::widget_selected
6743         
6744         * gtk/gtkwidget.c: Add accumulators for event signals,
6745         ::drag_motion, ::drag_drop. Use _gtk_boolean_handled_accumator
6746         for ::mnemonic-activate.
6747
6748         * gtk/gtkwindow.c: Add accumulator for ::frame_event
6749
6750 Mon Apr  2 16:24:21 2001  Owen Taylor  <otaylor@redhat.com>
6751
6752         * gtk/gtkwidget.c: Add missing include.
6753
6754 Mon Apr  2 16:56:15 2001  Jonathan Blandford  <jrb@redhat.com>
6755
6756         * gtk/gtkmarshal.list (VOID:BOXED,BOXED,BOXED,BOXED): new
6757         marshaller.
6758
6759         * gtk/gtktreemodel.c (gtk_tree_model_range_changed): change
6760         "changed" signal to "range_changed".
6761
6762         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix small bug where
6763         removing a tree from one model would remove all trees from that
6764         model.
6765         * gtk/gtktreeview.c (gtk_tree_view_range_changed): use range
6766         changed signal instead.
6767
6768 Mon Apr  2 16:13:58 2001  Owen Taylor  <otaylor@redhat.com>
6769
6770         * gtk/gtkinvisible.c (gtk_invisible_style_set): Avoid
6771         chaining up to parent impl, since we have a INPUT_ONLY
6772         window.
6773
6774         * gtk/gtkentry.[ch]: Add a cursor_color property to set the
6775         foreground color for the cursor.
6776
6777 Mon Apr  2 15:06:13 2001  Owen Taylor  <otaylor@redhat.com>
6778
6779         * gtk/gtkstyle.c (_gtk_style_peek_property_value): Reference 
6780         param spec when caching property values, since we unref it
6781         later when we free the style.
6782
6783         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): Dont' free
6784         values since they are retrieved with G_VALUE_NO_COPY_CONTENTS.
6785
6786 Mon Apr  2 10:47:57 2001  Owen Taylor  <otaylor@redhat.com>
6787
6788         * gtk/gtkwidget.c (gtk_widget_class_init): Fix 
6789         G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPE
6790         stupidity.
6791
6792 Mon Apr  2 00:51:11 2001  Owen Taylor  <otaylor@redhat.com>
6793
6794         [ First pass at adding style properties. Still needs some definite
6795         fine-tuning. ]
6796
6797         * gtk/gtkbutton.c: Add ::default_spacing style property.
6798          
6799         * gtk/gtkcheckbutton.[ch] gtkradiobutton.c: Add ::indicator_size,
6800         ::indicator_spacing style properties.
6801
6802         * gtk/gtkoptionmenu.c: Add ::indicator_size, ::indicator_spacing
6803         style properties.
6804
6805         * gtk/gtk{,h,v}paned.[ch]: Make handle_size a style property
6806         rather than a normal property.
6807
6808         * gtk/gtkwidget.c: Add an ::interior_focus style property to
6809         draw focus inside buttons, in the Windows/Java Metal/etc. style.
6810
6811         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtktogglenbutton.c:
6812         Honor ::interior_focus.
6813         
6814         * gtk/gtkentry.c: Don't draw focus at all when ::interior_focus is 
6815         TRUE.
6816
6817         * gtk/gtkrange.[ch] gtk/gtk{h,v}scrollbar.c gtk/gtk{h,v}scale.c:
6818         Add ::slider_width, ::trough_border, ::stepper_size,
6819         ::stepper_spacing style properties.
6820
6821         * gtk/gtkscale.[ch] Add ::slider-length style property.
6822
6823 2001-04-02 Alexander Larsson   <alexl@redhat.com>
6824
6825         * gdk/linux-fb/gdkwindow-fb.c:
6826         Add gdk_window_begin_resize_drag and gdk_window_begin_move_drag. Remove some
6827         warnings that were spewed on startup.
6828
6829         * gtk/gtkwindow-decorate.c:
6830         gtk_window_reposition -> _gtk_window_reposition
6831
6832 Sun Apr  1 21:37:22 2001  Owen Taylor  <otaylor@redhat.com>
6833
6834         * gtk/gtkwidget.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
6835         Add boxed type for GtkRequistion. Use it for ::size-request.
6836
6837         * gtk/gtkstyle.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
6838         Add a new GtkBorder structure useful for geometry properties
6839         for widgets. Add corresponding GTK_TYPE_BORDER.
6840         
6841         * gtk/gtkwidget.c (gtk_widget_class_install_style_property):
6842         Support automatic parser selection like
6843         gtk_settings_install_property_parser().
6844
6845         * gtk/gtksettings.c (_gtk_rc_property_select_parser): Export
6846         functionality for use by gtk_widget_class_install_style_property.
6847         Support GTK_TYPE_BORDER, GTK_TYPE_REQUISITION.
6848
6849 Sun Apr  1 20:48:59 2001  Owen Taylor  <otaylor@redhat.com>
6850
6851         * gtk/gtkentry.c (gtk_entry_class_init): Make invisible-char
6852         g_param_spec_unichar(). 
6853
6854 Sun Apr  1 23:41:37 2001  Tim Janik  <timj@gtk.org>
6855
6856         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): raise window for non
6857         _NET window managers.
6858
6859         * gtk/gtkmenufactory.[hc]: cvs removed those files now.
6860
6861 Sun Apr  1 08:00:13 2001  Tim Janik  <timj@gtk.org>
6862
6863         * gtk/gtkwidget.[hc]: got rid of gtk_widget_popup(), a function that
6864         bad needs to be nuked, not just deprecated.
6865
6866         * gtk/gtktooltips.c (gtk_tooltips_draw_tips): don't use 
6867         gtk_widget_popup().
6868
6869         * gtk/*.[hc]: s/activate_mnemonic/mnemonic_activate/g;
6870         
6871         * gtk/gtkmenufactory.[hc]: removed this long-standingly deprecated
6872         widget.
6873         
6874         * docs/Changes-2.0.txt: updates.
6875         
6876 Sun Apr  1 01:02:54 2001  Jonathan Blandford  <jrb@redhat.com>
6877
6878         * gtk/gtktreestore.c (gtk_tree_store_sort_iter_changed):
6879         for (i = 0; i < 100; i ++)
6880           g_print ("I will confirm it compile before committing\n");
6881
6882 Sun Apr  1 00:52:06 2001  Jonathan Blandford  <jrb@redhat.com>
6883
6884         * gtk/gtktreestore.c: Initial work on implementing the
6885         GtkTreeSortable interface.  Basicaly a big cut'n'paste job.
6886
6887 Sun Apr  1 03:28:14 2001  Tim Janik  <timj@gtk.org>
6888
6889         * gtk/gtkwidget.c: fixed a bunch of notifications, added
6890         reference counts around emissions where the widget is used afterwards.
6891         added freeze/thaws around multiple properties being notified.
6892         (_gtk_widget_get_aux_info): cleanups.
6893         
6894         * gtk/gtksettings.c (gtk_settings_install_property): provide
6895         default parsing functions for gdkcolor, enums and flags.
6896
6897         * gtk/gtkwindow.[hc]: partially reverted patch from havoc,
6898         applied by owen.
6899         backed out gtk_window_get_location(), gtk_window_set_location(),
6900         gtk_window_get_size() and gtk_window_set_size(), these
6901         have to be sorted out wrg x/y/width/height/default_with/default_height
6902         properties.
6903         kept a flag in GtkWindowGeometryInfo to handle user
6904         resetting default sizes.
6905         cleaned up ZVT comments.
6906         bunch of assorted bug fixes, notification fixes.
6907         (_gtk_window_reposition): make this a really internal function.
6908         
6909         * gtk/testgtk.c: fixups.
6910         
6911 2001-03-31  Hans Breuer  <hans@breuer.org>
6912
6913         * config.h.win32.in : disable USE_MMX for msvc build cause
6914         the assembler doesn't fit and is out of my scope. Disable
6915         USE_GMODULE for msvc build as wel. The right way to share
6916         binaries on win32 would be to use libtiff.dll etc. To reduce
6917         installation hassles IMO it's better to include all fileformats
6918         builtin to gdk-pixbuf
6919
6920         * gdk-pixbuf/makefile.msc : new file
6921
6922         * gdk/gdk.def : updated
6923
6924         * gdk/win32/gdkevents-win32.c : don't erase the background if
6925         .no_bg is set. It improves the scrolling (e.g. of testgtk main
6926         buttons
6927         * gdk/win32/gdkgeometry-win32.c : added comment about the above
6928
6929         * gdk/win32/gdkwindow-win32.c : added three new functions like
6930         the X version. Only one is implemented, because the other two
6931         "gdk_window_begin_(resize|move)_drag" got no docs and appear to
6932         be default behaviour on win32 anyway ...
6933
6934         * gtk/gtk.def : updated
6935
6936         * gtk/makefile.msc.in : update for new files, use glib-genmarshal
6937         from where it was built and add an additional rule to automagically
6938         build gtkmarshal.[hc]
6939
6940         * gtk/gtkfilesel.c (open_new_dir) : don't increase n_entries
6941         before array access for the current entry isn't finished
6942
6943         * gtk/gtktreeitem.c (gtk_tree_item_subtree_button_click) :
6944         use g_return_val_if_fail
6945
6946         * gtk/testgtk.c (window_controls) : don't use the *wrong* size
6947         for the static array, but let the compiler calculate it. It
6948         makes me wonder if gcc isn't capable to catch bugs like this ...
6949
6950 2001-03-31  James Henstridge  <james@daa.com.au>
6951
6952         * gtk/gtkwidget.c (gtk_widget_size_adjust): fix use of magic
6953         constant "-1" in the aux info structure.
6954
6955 2001-03-30  Alexander Larsson  <alexl@redhat.com>
6956
6957         * gtk/gtkbutton.c (gtk_button_get_property):
6958         * gtk/gtklabel.c:
6959         Remove leaks.
6960         
6961         * gtk/gtkcontainer.c:
6962         * gtk/gtkhscale.c:
6963         * gtk/gtkhscrollbar.c:
6964         * gtk/gtklayout.c:
6965         * gtk/gtkmisc.c:
6966         * gtk/gtkprogress.c:
6967         * gtk/gtkprogressbar.c:
6968         * gtk/gtkrange.c:
6969         * gtk/gtktable.c:
6970         * gtk/gtkviewport.c:
6971         * gtk/gtkvscale.c:
6972         * gtk/gtkvscrollbar.c:
6973         * gtk/gtkwidget.c:
6974         Property patches, based on patches from John Margaglione and Lee Mallabone.
6975
6976 Thu Mar 29 21:20:38 2001  Mike Kestner  <mkestner@ameritech.net>
6977
6978         * gtk/gtkspinbutton.c : added value_changed signal which proxies for the
6979         adjustment. Cleaned redundant preconditions (spin != NULL). Added
6980         inline API function docs.
6981         (gtk_spin_button_new_with_range): New convenience constructor.
6982         (gtk_spin_button_set_increments): New adjustment helper.
6983         (gtk_spin_button_set_range): New adjustment helper.
6984
6985         * gtk/testgtk.c : added test of the new convenince constructor and
6986         value_changed signals.
6987
6988 Thu Mar 29 20:20:38 2001  Jonathan Blandford  <jrb@redhat.com>
6989
6990         * gtk/gtktreemodel.c (gtk_tree_row_ref_reordered_callback): Now we
6991         listen to the reorder signal.
6992
6993 Wed Mar 28 20:30:26 2001  Owen Taylor  <otaylor@redhat.com>
6994
6995         * gtk/gtkwidget.[ch] (_gtk_widget_get_aux_info): Add private function
6996         to get the aux info structure fo the widget.
6997
6998         * gtk/gtklabel.c gtk/gtkscrolledwindow.c gtk/gtkwindow.c: Use
6999         above function.
7000
7001         [ Patch from  Havoc Pennington  <hp@redhat.com> ]
7002
7003         * gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents): function
7004         to get the size of the window manager frame, basically the same
7005         code that gdk_window_get_root_origin() had
7006         (gdk_window_get_root_origin): use gdk_window_get_frame_extents()
7007
7008         * gtk/gtkwindow.c (gtk_window_set_default_size): use
7009         gdk_window_resize() if the window is realized and resizeable
7010
7011         * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): fix
7012         typo so that setting gravity works
7013
7014         * gtk/gtkwindow.c (gtk_window_move_resize): don't ever use
7015         allocation if auto_shrink is on, even if the default size
7016         has not changed.
7017
7018         * gtk/gtkwidget.c (gtk_widget_render_icon): remove bogus
7019         g_return_if_fail
7020
7021 Thu Mar 29 16:29:12 2001  Jonathan Blandford  <jrb@redhat.com>
7022
7023         * gtk/gtkliststore.c (gtk_list_store_iter_changed): Massive
7024         reordering/sorting work.  Now pretty much works.
7025
7026         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Lots of work to make
7027         reorder mostly work.  Still need to get the parity correct.
7028
7029         * gtk/gtktreeviewcolumn.c: Listen for "model" property changed
7030         signal, so I can listen for the sort_column_changed signal so I
7031         can change my "sort_indicator" property.  Cool.
7032
7033 Wed Mar 28 00:03:10 2001  Owen Taylor  <otaylor@redhat.com>
7034
7035         [ Patch from Havoc Pennington, hp@redhat.com ]
7036
7037         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c:
7038         Add functions gdk_window_begin_resize_drag/begin_move_drag
7039         to start resizing or moving a toplevel window. This
7040         is done either using the _NET_WM_MOVERESIZE protocol,
7041         or, if that isn't present, by emulation.
7042
7043         * gtk/gtkwindow.[ch]: Add functions gtk_begin_move/resize_drag
7044         to export the above to GTK+-land.
7045
7046         * gtk/gtkstyle.[ch]: Add ->draw_resize_grip() paint func.
7047         
7048         * gtk/gtkwindow.c gdk/gdkwindow.[ch] (gdk_window_constrain_size):
7049         Move this function into gdkwindow, since we need it
7050         when implementing fallback resizing.
7051
7052         * gdk/x11/gdkwindow-x11.c: gdk_window_set_geometry_hints.
7053         Fix typo when setting gravity.
7054
7055         * gtk/gtkstatusbar.[ch] (gtk_statusbar_set_has_resize_grip):
7056         Add an optional (but on by default) resize grip for resizing 
7057         the parent window.
7058
7059 01-03-29  Alexander Larsson  <alexl@redhat.com>
7060
7061         * gtk/gtktooltips.c (gtk_tooltips_event_handler):
7062         Don't return TRUE from the event handler, that blocks all
7063         event signals on the tooltip widget. Now you can press buttons
7064         in toolbars again.
7065
7066 Wed Mar 28 19:20:43 2001  Owen Taylor  <otaylor@redhat.com>
7067
7068         * gtk/testtext.c (create_buffer): Add missing NULL on
7069         valist.
7070
7071         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Fix
7072         c-n-p problem with INCONSISTENT property.
7073
7074         [ Patch from Havoc Pennington  <hp@redhat.com> ]
7075
7076         * gtk/gtkentry.h (struct _GtkEntryClass): add same populate_popup
7077         hook.
7078
7079         * gtk/gtktextview.h (struct _GtkTextViewClass): add populate_popup
7080         signal as a hook for extending the default popup menu
7081
7082         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
7083         use radio menu items for the input method menuitems
7084
7085         * gtk/gtkimcontextsimple.c (check_hex): do better validation of 
7086         inserted unicode from Ctrl-Shift-hex input method
7087
7088         * gtk/gtktextbtree.c (_gtk_text_btree_insert): remove utf8
7089         validatation here, already done at GtkTextBuffer level.
7090
7091         * gtk/gtkwidget.c (gtk_widget_class_init): add binding set, add
7092         popup_menu run action signal and Shift+F10 and Menu keybindings.
7093
7094         * gtk/gtkentry.c: implement a default handler for popup_menu
7095
7096         * gtk/gtktextview.c: implement a default handler for popup_menu
7097
7098         * gtk/gtkmenu.c (gtk_menu_popup): select first item if popup is
7099         from a key event
7100         
7101         * gtk/gtklabel.c: remove "trailer" cruft
7102
7103 Wed Mar 28 17:27:12 2001  Jonathan Blandford  <jrb@redhat.com>
7104
7105         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): new function to
7106         handle reordering of trees.  Seems to mostly work w/ the exception
7107         of the parity flag.
7108
7109         * gtk/gtktreeview.c (gtk_tree_view_reordered): handle "reordered"
7110         signal.
7111
7112 Wed Mar 28 21:12:37 2001  Tim Janik  <timj@gtk.org>
7113
7114         * gtk/gtkwidget.h: c++ fixes.
7115
7116 Sun Mar 25 15:51:28 2001  Owen Taylor  <otaylor@redhat.com>
7117
7118         * gtk/gtksettings.c (gtk_settings_init): Fix use of uninitialized
7119         memory.
7120
7121 Tue Mar 27 22:36:07 2001  Owen Taylor  <otaylor@redhat.com>
7122
7123         * gtk/gtkwidget.h gtk/gtkrange.h: Apply patch from 
7124         Nils Barth fixing event return values. (#51041)
7125
7126         * gtk/gtkwidget.c: Fix some return values for default
7127         functions.
7128
7129         * gtk/gtk[vh]scrollbar.c gtk/gtk[vh]range.c: Fix
7130         return values for trough_keys functions.
7131
7132         * gtk/gtkwidget.h (struct _GtkWidgetClass): Fix return
7133         value for add_accelerator (shoudl have been a void
7134         return.)
7135
7136         * gtk/gtkcellrenderer.[ch]: gtkcellrenderertoggle.h:
7137         Fix return type of EVENT.
7138
7139         * gtk/gtkmarshal.list gtk/gtktexttag.c: Make EVENT
7140         signal return a boolean.
7141
7142 Tue Mar 27 22:07:44 2001  Jonathan Blandford  <jrb@redhat.com>
7143
7144         * gtk/gtkliststore.c (gtk_list_store_sort): Fix arguments to
7145         reordered signal.
7146
7147         * tests/testtreesort.c (main): fix spelling.
7148
7149 Tue Mar 27 20:55:29 2001  Jonathan Blandford  <jrb@redhat.com>
7150
7151         * gtk/gtkliststore.c: More work on implementing sortable
7152         interface.
7153
7154 Mon Mar 26 15:48:45 2001  Owen Taylor  <otaylor@redhat.com>
7155
7156         * gtk/gtkwindow.c (gtk_window_list_toplevels): Don't
7157         reference the widgets in the resulting list. (#11821)
7158         This makes this consistent with gtk_container_children.
7159
7160         * gtk/gtkwindow.c gtk/gtkwidget.c: Fix up the two
7161         uses of gtk_window_list_toplevels.
7162
7163 Mon Mar 26 15:26:17 2001  Owen Taylor  <otaylor@redhat.com>
7164
7165         * gtk/gtkimcontext.c (gtk_im_context_set_use_preedit): Add
7166         a virtual function to set whether the IM context should use 
7167         the preedit string. (#51922)
7168         
7169 Mon Mar 26 14:42:59 2001  Owen Taylor  <otaylor@redhat.com>
7170
7171         * gdk/gdkpango.h: Remove stale FIXME comment.
7172
7173 2001-03-26  Alexander Larsson  <alla@lysator.liu.se>
7174
7175         * gtk/gtkfilesel.c (gtk_file_selection_get_filename):
7176         Fixed bug that returned NULL if a filename was selected.
7177
7178 2001-03-24  Havoc Pennington  <hp@pobox.com>
7179
7180         * gtk/gtkthemes.c (gtk_theme_engine_load): improve error message
7181         to contain the word "theme"
7182
7183 2001-03-24  Havoc Pennington  <hp@pobox.com>
7184
7185         * gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much
7186         slower but finer-grained
7187         (gtk_hsv_focus): get initial focus on the ring or triangle 
7188         according to tab direction
7189
7190         * gtk/testgtk.c (main): get rid of weird sleep(1) on exit
7191
7192 2001-03-23  Havoc Pennington  <hp@pobox.com>
7193
7194         * gtk/gtkhsv.c: make this somewhat key-navigable
7195
7196         * gtk/gtkfontsel.c: mnemonics
7197
7198         * gtk/gtkgamma.c: mnemonics
7199
7200         * gtk/gtkcolorsel.c: add mnemonics to labels
7201
7202 2001-03-22  Havoc Pennington  <hp@pobox.com>
7203
7204         Applied big patch from Seth Lytle to fix event handler return
7205         values, slightly modified.
7206
7207         * gtk/gtkcalendar.c (gtk_calendar_button_press): return TRUE if
7208         handled.
7209         (gtk_calendar_key_press): return TRUE for GDK_space triggers
7210         select_day
7211
7212         * gtk/gtkclist.c (gtk_clist_button_press): return TRUE if handled
7213         (gtk_clist_button_release): return TRUE if handled
7214
7215         * gtk/gtkcolorsel.c (mouse_release):
7216         (palette_activate): 
7217         (palette_press): 
7218         (palette_new): 
7219         (mouse_press): 
7220         (get_screen_color): 
7221         fixed return type (void to gboolean), return TRUE,
7222         added GTK_SIGNAL_FUNC cast
7223
7224         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fixed return type
7225         (void to gboolean), and return TRUE
7226         (gtk_combo_button_release): changed return value to TRUE after
7227         gtk_grab_add on combo->popwin
7228
7229         * gtk/gtkctree.c (gtk_ctree_button_press): return TRUE if triggers a
7230         collapse or expand
7231
7232         * gtk/gtkcurve.c (gtk_curve_graph_events): return TRUE for
7233         button/motion
7234
7235         * gtk/gtkdnd.c (gtk_drag_source_event_cb): return TRUE for button
7236         press/release and motion that trigger act
7237
7238         * gtk/gtkentry.c (gtk_entry_button_release): return TRUE
7239
7240         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): return TRUE
7241         for GDK_Return
7242         
7243         * gtk/gtklist.c (gtk_list_button_press): return TRUE mostly
7244         (gtk_list_button_release): return TRUE if selection
7245
7246         * gtk/gtklistitem.c (gtk_list_item_button_press): return TRUE on
7247         press
7248
7249         * gtk/gtkmenushell.c (gtk_menu_shell_button_press):
7250         (gtk_menu_shell_button_release): chain parent_menu_shell retval
7251
7252         * gtk/gtknotebook.c (gtk_notebook_button_press): return FALSE if
7253         nothing triggered
7254         (gtk_notebook_button_release): return TRUE if we do anything
7255
7256         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): 
7257         (gtk_spin_button_button_release): return TRUE or chained retval
7258
7259         * gtk/gtktext.c (gtk_text_button_press): 
7260         (gtk_text_button_release): return TRUE
7261         (gtk_text_key_press): remove redundant retval code
7262         
7263         * gtk/gtktreeitem.c (gtk_tree_item_button_press): return TRUE if button
7264         and sensitive
7265         (gtk_tree_item_subtree_button_click): changed type to gint, and return
7266         TRUE if sensitive
7267
7268         * gtk/gtktooltips.c (gtk_tooltips_event_handler): deactivate implies 
7269         return TRUE
7270
7271 2001-03-23  Havoc Pennington  <hp@redhat.com>
7272
7273         * gtk/testgtk.c: fix warnings
7274
7275         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): fix return value
7276
7277         * gtk/gtktextview.c: fix warnings
7278
7279         * gtk/gtktext.c (find_cursor_at_line): fix warning
7280
7281         * gtk/gtkselection.c (gtk_selection_notify): fix warning 
7282
7283         * gtk/gtkitemfactory.c (gtk_item_factory_menu_pos): fix signature
7284         of this function
7285
7286         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
7287         fix warning
7288
7289         * gtk/gtkhandlebox.c (gtk_handle_box_style_set): fix warning
7290
7291         * gtk/gtkfontsel.c: fix warning
7292
7293         * gtk/gtkcolorsel.c: fix warnings
7294
7295 2001-03-23  Havoc Pennington  <hp@redhat.com>
7296
7297         * gtk/gtkhandlebox.c: Apply property patch from Lee Mallabone
7298
7299         * gtk/gtkbox.c: Apply property patch from Lee Mallabone
7300
7301         * gtk/gtkcheckmenuitem.c: Apply property patch from Lee Mallabone,
7302         and deprecated gtk_check_menu_item_set_show_toggle().
7303         
7304         * gtk/gtkbutton.c: Apply property patch from Lee Mallabone
7305
7306         * gtk/gtkfilesel.c: Apply property patch from Lee Mallabone
7307
7308         * gtk/gtkframe.c: Apply property patch from Lee Mallabone
7309
7310 2001-03-23  Havoc Pennington  <hp@redhat.com>
7311
7312         * gtk/gtktoolbar.c, gtk/gtkimcontext.c, gtk/gtklabel.c: fix up
7313         some docs
7314
7315 Fri Mar 23 16:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
7316
7317         * gtk/gtktreeviewcolumn.h (GtkCellDataFunc): Forgot to namespace
7318         this.
7319
7320         * gtk/gtktreestore.c (gtk_tree_store_set_value): change from
7321         set_cell to set_value
7322
7323         * gtk/gtkliststore.c (gtk_list_store_set_value): change from
7324         set_cell to set_value
7325
7326 Thu Mar 22 19:27:34 2001  Jonathan Blandford  <jrb@redhat.com>
7327
7328         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
7329         fix braino.
7330         * gtk/gtktreesortable.[ch]: New interface to add cleanup sortable
7331         support.
7332
7333         * gtk/gtktreeview.c: Addition of initial sortable support.
7334
7335         * gtk/gtktreestore.c: Addition of initial sortable support.
7336
7337         * gtk/gtkliststore.c: Addition of initial sortable support.
7338
7339         * gtk/gtkmarshal.list: yet another marshaller.
7340
7341         * gtk/gtktreedatallist.[ch]: shared code between the store models
7342         for handling sorting headers.
7343
7344 2001-03-22  Havoc Pennington  <hp@redhat.com>
7345
7346         * gtk/gtkcontainer.c (gtk_container_set_focus_chain): 
7347         (gtk_container_unset_focus_chain): Add ability to override the 
7348         focus chain for a container explicitly
7349
7350 Thu Mar 22 13:01:44 2001  Tim Janik  <timj@gtk.org>
7351
7352         * gtk/gtklabel.[hc]: some cleanups, fixed mnemonic_widget handling,
7353         added PROP_MNEMONIC_WIDGET.
7354
7355         * gtk/gtkwindow.c (gtk_window_activate_mnemonic): 
7356         (gtk_window_remove_mnemonic): 
7357         (gtk_window_add_mnemonic): fixed assertions.
7358         (gtk_window_activate_mnemonic): constrain modifier checks to those
7359         permitted by gtk_accelerator_get_default_mod_mask().
7360         got rid of gtk_window_get_default_accel_group().
7361
7362         * gtk/gtkwidget.c (gtk_widget_real_activate_mnemonic): handle non
7363         activatable widgets either by focussing or a warning.
7364         added a signal accumulator to ::activate_mnemonic which stops the
7365         emission once a handler returned TRUE.
7366
7367 2001-03-22  Havoc Pennington  <hp@pobox.com>
7368
7369         * gtk/gtktoolbar.c (gtk_toolbar_insert_stock): handle mnemonics in
7370         the stock item label
7371
7372         * gtk/gtklabel.c: s/@gtk_func/gtk_func()/ in docs
7373
7374         * gtk/gtkstock.c (builtin_items): add mnemonics where missing
7375
7376         * demos/gtk-demo/*.c: Add mnemonics all over the place
7377
7378         * gtk/gtklabel.h: mark parse_uline deprecated
7379
7380 2001-03-21  Alexander Larsson  <alexl@redhat.com>
7381
7382         * gtk/gtkitemfactory.[ch]:
7383         Add support for stock and normal imagemenuitems.
7384         
7385         * gtk/testgtk.c:
7386         Add some tests for mnemonics, stock toolbars, stock
7387         and image menuitems in itemfactory and gdk_window_scroll.
7388
7389 2001-03-21  Alexander Larsson  <alexl@redhat.com>
7390
7391         * gtk/gtkbutton.[ch]:
7392         * gtk/gtkdialog.c:
7393         Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and
7394         removed accel_group argument. Renamed gtk_button_new_accel() to
7395         gtk_button_new_with_mnemonic() and removed accel_group argument.
7396
7397         * gtk/gtkcheckbutton.[ch]:
7398         New function gtk_check_button_new_with_mnemonic().
7399
7400         * gtk/gtkentry.c:
7401         Override activate_mnemonic and just grab focus.
7402
7403         * gtk/gtkitemfactory.c:
7404         Don't add menu uline accel group, instead use mnemonics support.
7405
7406         * gtk/gtklabel.[ch]:
7407         New support for mnemonics.
7408
7409         * gtk/gtkmarshal.list:
7410         Needed BOOLEAN:BOOLEAN for activate_mnemonic.
7411
7412         * gtk/gtkmenu.[c]:
7413         * gtkmenushell.c:
7414         Use mnemonics instead of accel groups for uline
7415         support in menu items.
7416         Removed gtk_menu_get_uline_accel_group() and
7417         gtk_menu_ensure_uline_accel_group().
7418
7419         * gtk/gtkmenuitem.c:
7420         Override activate_mnemonic to handle switching between
7421         menu items if there are collisions.
7422         
7423         * gtk/gtknotebook.c:
7424         Connect to activate_mnemonic on the tab_label, so that
7425         activating it switches to that notebook page.
7426
7427         * gtk/gtkwidget.[ch]:
7428         Add activate_mnemonic signal. New function
7429         gtk_widget_activate_mnemonic() to emit it.
7430         Default implementation does activate/grab_focus.
7431
7432         * gtk/gtkwindow.[ch]:
7433         Add support for mnemonics in windows.
7434         New functions:
7435         gtk_window_add_mnemonic, gtk_window_remove_mnemonic,
7436         gtk_window_activate_mnemonic, gtk_window_set_mnemonic_modifier
7437
7438         * gtk/testgtk.c:
7439         Update to function name changes.
7440         
7441 2001-03-21  Alexander Larsson  <alexl@redhat.com>
7442
7443         * gtk/gtkimagemenuitem.[c]:
7444         Add gtk_image_menu_item_new_from_stock()
7445
7446 Tue Mar 20 15:00:43 2001  Jonathan Blandford  <jrb@redhat.com>
7447
7448         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
7449         Fix buglet in meeting.
7450
7451 2001-03-19  Havoc Pennington  <hp@redhat.com>
7452
7453         * gtk/gtkiconfactory.c: Make GtkIconSource an opaque datatype, and
7454         add a bunch of accessor functions. This is because we have
7455         reasonable expectations of extending what fields it contains in
7456         the future.
7457
7458         * gtk/gtkstyle.c (gtk_default_render_icon): adapt to icon source
7459         changes
7460
7461         * gtk/gtkrc.c (gtk_rc_parse_icon_source): fix to use new
7462         GtkIconSource   
7463
7464 Mon Mar 19 15:53:36 2001  Owen Taylor  <otaylor@redhat.com>
7465
7466         * gtk/gtkitemfactory.c gtk/testgtk.c: Handle quoting of / with \; properly
7467         handle __ in paths, quote " and \n in gtk_item_factory_dump_items().
7468
7469         * gtk/gtkadjustment.[ch] gtk/gtkclist.c gtk/gtkhruler.c gtk/gtklayout.c 
7470           gtk/gtklist.c gtk/gtkprogress.[ch] gtk/gtkprogressbar.[ch] gtk/gtkrange.[ch]
7471           gtk/gtkruler.[ch] gtk/gtkscale.c gtk/gtkscrolledwindow.c gtk/gtkspinbutton.[ch]
7472           gtk/gtktext.c gtk/gtktextview.c gtk/gtkvruler.c gtk/testgtk.c:
7473         Change float to double everywhere with the exception of 0<->1.0 alignment
7474         and GtkCurve.
7475
7476 2001-03-19  Tor Lillqvist  <tml@iki.fi>
7477
7478         * gdk/win32/gdkdrawable-win32.c
7479         * gdk/win32/gdkimage-win32.c: Use correct casts in debugging
7480         output.
7481
7482         * demos/testpixbuf-drawable.c: If GDK_WINDOWING_WIN32, include
7483         gdkwin32.h.
7484
7485 2001-03-18  Tor Lillqvist  <tml@iki.fi>
7486
7487         * gdk/win32/gdkevents-win32.c (print_window_state): New function.
7488         print_event_state, print_event): Use preprocessor macro to make
7489         code more compact. Print also GDK_WINDOW_STATE events.
7490         (synthesize_crossing_events): Remove the old #ifdeffed-out code.
7491         
7492         * gtk/gtk.def
7493         * gtk/makefile.mingw.in: Update.
7494
7495         * gtk/gtkmain.h: Check for G_PLATFORM_WIN32, not only G_OS_WIN32,
7496         to catch also Cygwin.
7497
7498 Sun Mar 18 01:15:30 2001  Tim Janik  <timj@gtk.org>
7499
7500         * gtk/gtkspinbutton.[hc]: added rc-style argument
7501         GtkSpinButton::shadow_type.
7502         removed spin_button->shadow_type, gtk_spin_button_set_shadow_type()
7503         and ARG_SHADOW_TYPE as it doesn' make much sense to try to override
7504         rc-style settings.
7505
7506         * gtk/gtkfixed.c: removed gtk_fixed_paint() (was unused).
7507
7508         * gtk/gtkwidget.c: quark cleanups.
7509
7510         * gtk/gtkrc.[hc]: added gtk_rc_scanner_new() to create an rc-file
7511         scanner with appropriate configuration, renamed GtkRcStyleClass.clone
7512         to create_rc_style() (we don't do cloning in standard OO sense).
7513         added per rc style properties.
7514         
7515         * gtk/gtkstyle.[hc]: added code to retrive pspec conformant rc-style
7516         property values and for caching those. some cleanups.
7517         
7518         * gtk/Makefile.am: -DG_DISABLE_CONST_RETURNS.
7519         
7520         * gtk/gtksettings.[hc]: new file for global rc-file properties
7521         (at least currently, should get extended to support X properties
7522         and other communication mechanisms).
7523         
7524         * gtk/gtkwidget.[hc]: added style property support:
7525         (gtk_widget_class_install_style_property_parser): install style
7526         property pspec with parser function for rc-file values other
7527         than LONG, DOUBLE or STRING.
7528         (gtk_widget_class_install_style_property): same as above without
7529         parser (parsers are going to be needed quite infrequently).
7530         (gtk_widget_style_get_property): retrive style property value.
7531         (gtk_widget_style_get_valist): same as above with varargs support,
7532         has NOCOPY semantics.
7533         (gtk_widget_style_get): wrapper around gtk_widget_style_get_valist().
7534
7535 Fri Mar 16 18:24:53 2001  Jonathan Blandford  <jrb@redhat.com>
7536
7537         * demos/gtk-demo/main.c (row_activated_cb): modified to use
7538         "row_activated" signal.
7539
7540         * gtk/gtktreeview.c (gtk_tree_view_row_activated): oh, the
7541         stupidity.  Lets actually pass in the row with this signal...
7542
7543 Fri Mar 16 18:01:17 2001  Jonathan Blandford  <jrb@redhat.com>
7544
7545         * gtk/gtktreeviewcolumn.[ch]: s/GTK_TREE_COLUMN/GTK_TREE_VIEW_COLUMN
7546
7547         * gtk/gtktreeview.c (gtk_tree_view_row_activated): New signal.
7548
7549         * gtk/gtktreeview.c (gtk_tree_view_destroy): moved pretty much
7550         everything into the ::destroy function, and freed a lot more.
7551
7552 2001-03-16  Havoc Pennington  <hp@redhat.com>
7553
7554         * gtk/gtkwidget.h (struct _GtkWidgetAuxInfo): change to use gint
7555         instead of gint16, to avoid overflow issues, since sizes > 16-bit
7556         are now allowed.
7557
7558 2001-03-16  Havoc Pennington  <hp@redhat.com>
7559
7560         * Applied patch from Nils Barth (bug # 51041) to 
7561         replace "gint" with "gboolean" and 0/1 with TRUE/FALSE
7562         in various places.
7563
7564 2001-03-15  Havoc Pennington  <hp@redhat.com>
7565         
7566         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): add varargs 
7567         for properties to set on the tag.
7568
7569         * gtk/testtext.c: fixups to reflect create_tag change
7570         
7571         * gtk/gtktexttag.c (gtk_text_tag_set_property):
7572         background/foreground stipple are objects, not boxed.
7573
7574         * demos/gtk-demo/textview.c: intellihancing
7575
7576 Fri Mar 16 11:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
7577
7578         * gtk/gtktreeview.c (gtk_tree_view_set_model): Fixed some
7579         braindeadness spotted by Jamie Strachan <frostfreek@yahoo.com>.
7580
7581 2001-03-16  Alexander Larsson  <alexl@redhat.com>
7582
7583         * gdk/x11/gdkgeometry-x11.c (_gdk_window_process_expose):
7584         Fix sign error with queued region translations.
7585
7586 2001-03-15  HideToshi Tajima  <tajima@happy>
7587
7588         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_set_cursor_location): 
7589         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_location):
7590         * gtk/gtkentry.c (update_im_cursor_location): 
7591         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_location):
7592         * gtk/gtkimcontext.h (struct _GtkIMContextClass): rename
7593         set_cursor_pos to set_cursor_location in GtkInputContext class
7594
7595 Thu Mar 15 18:22:44 2001  Jonathan Blandford  <jrb@redhat.com>
7596
7597         * gtk/gtkcellrenderer.h: Changed prototype to allow for getting
7598         the location of the cell relative to its area.
7599         * gtk/gtkcell*: modified for above change
7600         * gtk/gtktreeview.c: modified for above change.
7601
7602 Wed Mar 14 13:58:32 2001  Jonathan Blandford  <jrb@redhat.com>
7603
7604         * gtk/gtktreeview.c (gtk_tree_view_set_model): Ref the model.
7605          (gtk_tree_view_finalize): actually unref the model.  Thanks to
7606         Jamie Strachan <frostfreek@yahoo.com> for noticing this error.
7607
7608 2001-03-14  Havoc Pennington  <hp@redhat.com>
7609
7610         * gtk/gtkdata.h, gtk/gtkdata.c: Delete.
7611         
7612         * gtk/gtk.h: remove gtkdata.h
7613
7614         * gtk/Makefile.am: remove gtkdata
7615         
7616         * gtk/gtktext.c (gtk_text_set_adjustments): connect to "destroy"
7617         not "disconnect" on the adjustments.
7618         
7619         * gtk/gtktooltips.h, gtk/gtktooltips.c: derive from GtkObject not
7620         GtkData
7621
7622         * gtk/gtkadjustment.h, gtk/gtkadjustment.c: derive from GtkObject
7623         not GtkData
7624
7625         * configure.in: handle case where X render exists, but Pango lacks
7626         Xft support.
7627
7628 2001-03-15 Alexander Larsson  <alexl@redhat.com>
7629
7630         * gtk/gtktoolbar.[ch]:
7631         New functions gtk_toolbar_set_icon_size and gtk_toolbar_insert_stock
7632         to add stock items to toolbars.
7633
7634         * gtk/Makefile.am:
7635         Remove ../gdk/gdkim.h from gdk_headers.
7636
7637 2001-03-15  Sven Neumann  <sven@gimp.org>
7638
7639         * gdk/gdkim.h: removed
7640         
7641         * gdk/gdkprivate.h
7642         * gdk/x11/gdkim-x11.c: do not include gdkim.h 
7643
7644 2001-03-14  HideToshi Tajima  <tajima@happy.sunsoft.eng.sun.com>
7645
7646         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_pos):
7647         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_pos):
7648         * gtk/gtkimcontext.h (struct _GtkIMContextClass): add
7649         set_cursor_pos() virtual method
7650
7651         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_class_init):
7652         (gtk_im_context_xim_set_cursor_pos): add implementation for
7653         set_cursor_pos() method
7654
7655         * gtk/gtkentry.c (recompute_idle_func): set current cursor
7656         position to input methods
7657
7658 Mon Mar 12 21:02:08 2001  Jonathan Blandford  <jrb@redhat.com>
7659
7660         * gtk/gtktreeview.c (gtk_tree_view_header_focus): Fix up focus
7661         code a lot.
7662
7663         * gtk/gtktreedatalist.c (_gtk_tree_data_list_free): use
7664         g_mem_chunk.
7665         (_gtk_tree_data_list_alloc): use g_mem_chunk.
7666         (_gtk_tree_data_list_node_to_value): Fix to switch on
7667         G_TYPE_FUNDAMENTAL.
7668         (_gtk_tree_data_list_value_to_node): Fix to switch on
7669         G_TYPE_FUNDAMENTAL.
7670         (_gtk_tree_data_list_node_copy): Fix to switch on
7671         G_TYPE_FUNDAMENTAL.
7672
7673 2001-03-12  Havoc Pennington  <hp@redhat.com>
7674
7675         * gtk/gtkwindow.c (gtk_window_class_init): Patch from John Margaglione 
7676         to convert to new property API. Also, change default_width and
7677         default_height get_property to return 0 as the flag value for
7678         "unset"; -1 is not a valid value for these fields.
7679
7680 2001-03-12  Havoc Pennington  <hp@redhat.com>
7681
7682         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: Switch to using an
7683         enum with registration for icon sizes, instead of strings.
7684
7685         * gtkimage.h, gtkimage.c, gtkstyle.h, gtkstyle.c, gtkwidget.h, 
7686         gtkwidget.c: Fix to reflect GtkIconSize
7687         
7688 2001-03-12  Alexander Larsson  <alexl@redhat.com>
7689
7690         Make GtkFB compile and link.
7691         
7692         * gdk/linux-fb/gdkdrawable-fb2.c:
7693         window->mapped to GDK_WINDOW_IS_MAPPED(). 
7694         
7695         * gdk/linux-fb/gdkwindow-fb.c:
7696         window->mapped to GDK_WINDOW_IS_MAPPED(). 
7697         Added gdk_window_shape_combine_region.
7698         Added assorted placeholders for unimplemented new GdkWindow API calls.
7699
7700 2001-03-12  Alexander Larsson  <alexl@redhat.com>
7701
7702         * gtk/gtkfilesel.c:
7703         Add more test when converting filenames from/to utf-8.
7704         Don't allow entering text in the filename entry which isn't allowed in
7705         a filename. Just beep instead.
7706
7707 2001-03-12  Alexander Larsson  <alexl@redhat.com>
7708
7709         * gtk/gtkclist.c:
7710         Scroll using gdk_window_scroll(). Don't wait for exposes.
7711         Move the column headers in an order that makes them flash less.
7712
7713 2001-03-10  Hans Breuer  <hans@breuer.org>
7714
7715         * gdk/gdk.def : updated
7716
7717         * gdk/win32/gdkgc-win32.c : pixmaps are visible again, due
7718         to offseting the clip_mask at the right place
7719
7720         * gdk/win32/gdkwindow-win32.c : don't create background brushes
7721         for all the gdkClasses, especially not for the input_only case.
7722         Otherwise flickering wont be avoidable, because we don't get
7723         WM_ERASEBKGND message for these windows.
7724
7725         * gdk/win32/gdkevents-win32.c : initialize event->expose.region
7726         and fixed massive redraw problems apparently triggered by Alexanders 
7727         recent change. Not fully understood the GDK_EXPOSE / WM_PAINT handling
7728         but it seems to work quite well :-)
7729
7730         * gdk/win32/gdkprivate-win32.h : added _gdk_window_process_expose
7731         prototype
7732
7733 Sat Mar 10 12:15:31 2001  Jonathan Blandford  <jrb@redhat.com>
7734
7735         * gtk/gtktreestore.c (gtk_tree_store_set_cell): Fix a stupid typo.
7736         (gtk_list_store_set_cell): Fix a stupid typo.
7737
7738 Fri Mar  9 20:36:21 2001  Jonathan Blandford  <jrb@redhat.com>
7739
7740         * gtk/gtktreeselection.c (gtk_tree_selection_select_all): Make
7741         select_all not work if you're in SINGLE mode (it doesn't make that
7742         much sense, anyway.)
7743
7744         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
7745         handle types more sanely.
7746         (_gtk_tree_data_list_value_to_node): handle types more sanely.
7747         (_gtk_tree_data_list_node_copy): handle types more sanely.
7748
7749         * gtk/gtkliststore.c (gtk_list_store_set_cell): fix to work with
7750         GValue better. Converts the type as well.
7751
7752         * gtk/gtktreestore.c (gtk_tree_store_set_cell): fix to work with
7753         GValue better. Converts the type as well.
7754
7755 Wed Mar  7 20:47:41 2001  Owen Taylor  <otaylor@redhat.com>
7756
7757         * gtk/gtktext.c gtk/gtkoldeditable.[ch] gdk/gdk.[ch]
7758         gdk/Makefile.am gdk/x11/Makefile.am gdk/x11/gdkevents-x11.c 
7759         gdk/x11/gdkglobals-x11.c gdk/x11/gdkprivate-x11.c
7760         gdk/x11/gdkx.h gdk/x11/gdkim-x11.c: Remove old XIM code.
7761
7762         * gdk/win32/gdkim-win32.c gdk/linux-fb/gdkim-fb.c: Remove
7763         gdk_im/gdk_ic.
7764
7765 2001-03-09  Hans Breuer  <hans@breuer.org>
7766
7767         * gdk/gdk.def : updated
7768
7769         * gdk/win32/gdkevents-win32.c : don't ask input_only windows
7770         for their palette
7771
7772         * gdk/win32/gdkgeometry-win32.c : reflect GdkWindowObject::mapped
7773         removing
7774
7775         * gdk/win32/gdkwindow-win32.c : reflect GdkWindowObject::mapped
7776         removing and implemented Havoc's GdkWindow state functions; 
7777         stick/unstick only as no-op, cause I don't know how to emulate 
7778         on win32 ...
7779
7780         * gtk/gtk.def : updated
7781
7782         * gtk/gtkbox.c (gtk_box_get_spacing) : use g_return_val_if_fail ()
7783
7784         * gtk/gtktypeutils.c : #include <string.h>
7785
7786         * gtk/gtkwindow.h : declare gtk_window_set_decorated ()
7787
7788 Fri Mar  9 09:31:55 2001  Tim Janik  <timj@gtk.org>
7789
7790         * gtk/gtkwidget.c (gtk_widget_class_init): fixed signals with
7791         GDK_TYPE_DRAG_CONTEXT, it needs to be marshaled as an object,
7792         not a boxed.
7793
7794 2001-03-09  Alexander Larsson  <alexl@redhat.com>
7795
7796         * docs/Changes-2.0.txt:
7797         Document expose event->region change and that gtk_widget_event
7798         doesn't allow passing expose events.
7799
7800         * gdk/gdkevents.h:
7801         Add region to expose event.
7802         
7803         * gdk/gdkevents.c:
7804         Handle event->region in gdk_event_copy() and gdk_event_free().
7805
7806         * gdk/gdkwindow.c (gdk_window_process_updates_internal):
7807         Generate expose_event->region when creating expose events.
7808
7809         * gdk/x11/gdkevents-x11.c:
7810         Generate expose events with regions when translating X events.
7811
7812         * gtk/gtkcontainer.[ch]:
7813         Default expose handler that propagates expose events to NO_WINDOW
7814         children. New function gtk_container_propagate_expose()
7815
7816         * gtk/gtkwidget.[ch]:
7817         Moved gtk_widget_event implementation to gtk_widget_event_internal.
7818         gtk_widget_event calls gtk_widget_event_internal but doesn't allow
7819         expose events. New function gtk_widget_send_expose() to send expose
7820         events. New function gtk_widget_region_intersect() to calculate
7821         window/region intersections.
7822         
7823         * gtk/gtkmain.c (gtk_main_do_event):
7824         Use gdk_window_begin_paint_region() instead of gdk_window_begin_paint_rect().
7825         Use gtk_widget_send_expose() to send expose events.
7826         
7827         * gtk/gtkbin.c:
7828         * gtk/gtkbox.c:
7829         * gtk/gtkfixed.c:
7830         * gtk/gtkimagemenuitem.c:
7831         * gtk/gtklist.c:
7832         * gtk/gtkpacker.c:
7833         * gtk/gtktable.c:
7834         * gtk/gtktree.c:
7835         Remove expose handler, using the default container implementation
7836         instead.
7837         
7838         * gtk/gtkbutton.c:
7839         * gtk/gtkcheckbutton.c:
7840         * gtk/gtkeventbox.c:
7841         * gtk/gtkfixed.c:
7842         * gtk/gtkhandlebox.c:
7843         * gtk/gtklayout.c:
7844         * gtk/gtklistitem.c:
7845         * gtk/gtkmenu.c:
7846         * gtk/gtkmenubar.c:
7847         * gtk/gtkmenuitem.c:
7848         * gtk/gtknotebook.c:
7849         * gtk/gtkoptionmenu.c:
7850         * gtk/gtkpaned.c:
7851         * gtk/gtkscrolledwindow.c:
7852         * gtk/gtktogglebutton.c:
7853         * gtk/gtktoolbar.c:
7854         * gtk/gtktreeitem.c:
7855         * gtk/gtkviewport.c:
7856         Chain expose handler to parent class handler. Use
7857         gtk_container_propagate_expose() to propagate exposes.
7858
7859         * gtk/gtkclist.c (check_exposures):
7860         * gtk/gtktext.c (process_exposes):
7861         Use gtk_widget_send_expose instead of gtk_widget_event.
7862
7863 Thu Mar  8 19:40:28 2001  Jonathan Blandford  <jrb@redhat.com>
7864
7865         * gtk/gtktreeview.c (gtk_tree_view_destroy): Add destroy function.
7866
7867 Thu Mar  8 19:18:27 2001  Jonathan Blandford  <jrb@redhat.com>
7868
7869         * gtk/gtktreeview.c (gtk_tree_view_unref_tree_helper): Actually
7870         unref the nodes.   Fixes bug #50058.
7871
7872         * gtk/gtktreemodel.c (gtk_tree_model_ref_node): change
7873         "::ref_iter" to "::ref_node".
7874         (gtk_tree_model_unref_node): change "::unref_iter" to
7875         "::unref_node". Fixes bug #50064.
7876
7877 Thu Mar  8 17:40:09 2001  Jonathan Blandford  <jrb@redhat.com>
7878
7879         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon): add
7880         support for invisible cells.
7881          (gtk_tree_view_bin_expose): ditto
7882
7883 Thu Mar  8 16:36:00 2001  Jonathan Blandford  <jrb@redhat.com>
7884
7885         * gtk/gtktreemodel.c (gtk_tree_model_get_type): add prerequesite
7886         on gobjects.
7887
7888         * tests/testtreefocus.c (main): New test file.
7889
7890         * tests/testtreeview.c: update to latest glib changes.
7891
7892         * tests/testtreecolumns.c: update to latest glib changes.
7893
7894 Thu Mar  8 18:13:20 2001  Tim Janik  <timj@gtk.org>
7895
7896         * gtk/testgtk.c: re-enabled event watcher emission hooks.
7897
7898 Thu Mar  8 16:51:21 2001  Tim Janik  <timj@gtk.org>
7899
7900         * *.c: added accumulator data argument to g_signal_newc()
7901         functions.
7902
7903         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): 
7904         * gtk/gtktreeview.c (gtk_tree_view_setup_model): 
7905         * gtk/treestoretest.c (make_window):
7906         s/g_signal_connect/g_signal_connectc/.
7907
7908         * gtk/gtktextbuffer.c: completed signal arg fixups,
7909         they also needed G_SIGNAL_TYPE_STATIC_SCOPE flag.
7910
7911 Thu Mar  8 00:02:30 2001  Owen Taylor  <otaylor@redhat.com>
7912
7913         * gtk/gtkwidget.[ch] (gtk_widget_get_name): Make
7914         G_CONST_RETURN.
7915
7916         * gtk/gtkwidget.[ch] gtk/gtkprivate.h: Add a 
7917         ::hierarchy-changed signal when a widget changes
7918         from anchored to unanchored or vice versa.
7919         (anchored means 
7920          gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW) != NULL.)
7921         Use a private flag to keep track of this efficiently.
7922
7923 2001-03-07  Havoc Pennington  <hp@redhat.com>
7924
7925         * gtk/testgtk.c (create_spins): uglify so that size request gets
7926         tested.
7927
7928         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Base size
7929         request on values for upper/lower, completes #6152
7930
7931 Wed Mar  7 20:07:22 2001  Owen Taylor  <otaylor@redhat.com>
7932
7933         * Makefile.am: Remove gtk-config-2.0 again.
7934         (Grrrr, pkg-config. And stops make loops.)
7935
7936 Thu Mar  8 00:18:29 2001  Tim Janik  <timj@gtk.org>
7937
7938         * gtk/gtksignal.[hc]: removed old emission hook API.
7939         
7940         * docs/Changes-2.0.txt: fixed sections.
7941         
7942         * gtk/gtktextbuffer.c: signal arg fixups.
7943
7944 2001-03-07  Havoc Pennington  <hp@redhat.com>
7945
7946         * gtk/gtktextview.c (invalidated_handler): use PRIORITY_VALIDATE
7947
7948         * gtk/gtktextview.h (GTK_TEXT_VIEW_PRIORITY_VALIDATE): add this
7949         here, bug #50368; changed to be GDK_PRIORITY_REDRAW + 5, instead
7950         of GDK_PRIORITY_REDRAW + 1, so you can insert stuff in between the
7951         validation and the redraw which is higher priority than the
7952         validation.
7953
7954 2001-03-07  Havoc Pennington  <hp@redhat.com>
7955
7956         * gtk/gtkentry.c (gtk_entry_get_property): remove trailer
7957         (gtk_entry_set_property): remove trailer
7958
7959         * gtk/gtkentry.c (gtk_entry_set_width_chars): 
7960         (gtk_entry_get_width_chars): new functions, to set size request to 
7961         a given number of characters
7962
7963         * gtk/testgtk.c (create_dialog): beef up the dialog test slightly
7964
7965         * gtk/gtkdialog.c (gtk_dialog_set_has_separator): new function
7966         (gtk_dialog_get_has_separator): new function
7967         (run_delete_handler): fix to not emit "response" signal
7968         because we already did in the delete event handler installed
7969         at dialog creation time.
7970         
7971         * gtk/gtkdialog.h: add a has_separator property,
7972         add GTK_DIALOG_NO_SEPARATOR flag
7973
7974 2001-03-07  Havoc Pennington  <hp@redhat.com>
7975
7976         * gtk/gtkwindow.c (gtk_window_set_decorated): new function, turns
7977         off decorations for a window.
7978
7979         * demos/gtk-demo/button_box.c (create_bbox): adapt to button box
7980         changes
7981
7982         * gtk/gtklabel.c (gtk_label_get_layout_offsets): new function 
7983         to get location of PangoLayout inside the label, closes #51198
7984
7985         * gtk/testgtk.c (create_bbox): fix up button box usage
7986
7987         * gtk/testcalendar.c (create_calendar): fix up button box usage
7988
7989         * gtk/gtkfilesel.c (gtk_file_selection_init): fixup buttonbox usage
7990
7991         * gtk/gtkdialog.c (gtk_dialog_init): fixup buttonbox usage
7992
7993         * gtk/gtkhbbox.h: deprecations
7994
7995         * gtk/gtkvbbox.h: deprecations
7996
7997         * gtk/gtkbox.c (gtk_box_get_spacing): new function, used to
7998         emulate deprecated gtk_button_box_get_spacing
7999
8000         * gtk/gtkbbox.h: deprecate some useless functions, remove entirely 
8001         the "set global default" functions
8002         (struct _GtkButtonBox): remove "spacing" field, use the one from 
8003         GtkBox base class
8004
8005         * gtk/gtkbbox.c (_gtk_button_box_child_requisition): rename with uscore
8006
8007         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): If we fail to
8008         render the icon, return the missing image icon.
8009
8010         * gtk/gtkimage.c (gtk_image_set_from_file): fall back to missing
8011         image icon if the load fails.   
8012
8013         * gtk/gtkstock.h (GTK_STOCK_MISSING_IMAGE): Add stock icon for use
8014         when no image is found; should be the Netscape "missing image"
8015         icon eventually but for now is a random image
8016
8017         * gtk/gtkwindow.c (gtk_window_set_role): new function, sets the 
8018         role for the session manager
8019
8020         * gtk/testgtk.c (dnd_drop): remove use of GTK_WINDOW_DIALOG
8021
8022         * gtk/gtkcompat.h (GTK_WINDOW_DIALOG): compat #define
8023         GTK_WINDOW_DIALOG GTK_WINDOW_TOPLEVEL
8024
8025         * gtk/gtkenums.h (enum GtkWindowType): remove GTK_WINDOW_DIALOG
8026
8027 Wed Mar  7 13:24:57 2001  Tim Janik  <timj@gtk.org>
8028
8029         * gtk/*.c: marshaller fixes.
8030         
8031         * gtk/gtkmarshal.list: extreme cleanup.
8032
8033         * gtk/gtktreeview.c (gtk_tree_view_class_init): disable interface
8034         param spec for now.
8035
8036         * gtk/gtktexttag.c (gtk_text_tag_set_property): use g_value_get_boxed()
8037         where appliable.
8038
8039         * gtk/gtktypeutils.[hc]: updates to GLib API changes.
8040         special cased autogenerated boxed types from gtktypebuiltins_ids.c
8041         which are not reference counted:
8042         GtkSelectionData, GdkEvent, GdkColor, GtkTextIter, PangoTabArray,
8043         PangoFontDescription, GtkTreeIter and GtkTreePath.
8044
8045 Thu Mar  1 03:58:56 2001  Tim Janik  <timj@gtk.org>
8046
8047         * gtk/gtktreeselection.h: 
8048         * gtk/gtktreemodel.c:
8049         * gtk/gtktreedatalist.[hc]: fixed includes. no gobject/*
8050         file should be included directly, and gobject/gmarshal.h
8051         as well as gtk/gtkmarshal.h even can't be included directly.
8052
8053         * Makefile.am: grr, install gtk-config-2.0.
8054
8055         * gtk/testgtk.c:
8056         * gtk/simple.c:
8057         * gtk/gtkmenu.c:
8058         * gtk/gtkitemfactory.c: use g_object_connect() instead of
8059         passing "*signal*::*" args to gtk_widget_set().
8060         
8061         * gtk/gtktypeutils.[hc]: got rid of GTK_TYPE_SIGNAL.
8062         
8063         * gtk/*.c: removed trailer arg from property setters and getters.
8064         macro fixups.
8065
8066 2001-03-07  Alexander Larsson  <alexl@redhat.com>
8067
8068         * gtk/gtklabel.c (set_markup): Removed warning
8069
8070 Tue Mar  6 19:59:12 2001  Jonathan Blandford  <jrb@redhat.com>
8071
8072         * gtk/gtkcellrenderer.h (struct _GtkCellRenderer): Add visible
8073         field to allow you to hide cell renderers.
8074
8075         * gtk/gtkcellrenderer.c: Add support for invisible cells.
8076
8077         * gtk/gtktreeview.c: Add support for invisible cells.
8078
8079 Tue Mar  6 17:25:07 2001  Jonathan Blandford  <jrb@redhat.com>
8080
8081         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_clicked):
8082         Add "clicked" signal back to columns.
8083
8084         * ChangeLog: remove conflict markers.
8085
8086 Tue Mar  6 10:45:45 2001  Owen Taylor  <otaylor@redhat.com>
8087
8088         * gtk/gtkbutton.c: Add animation of activation by, on 
8089         activate, pressing the button, and adding a timeout that 
8090         releases the button after 250ms or on key release and
8091         emits ::clicked. (#51501)
8092
8093         * gtk/gtkdialog.c: Bit of a hack - for buttons in the
8094         action area, we connect to ::clicked instead of ::activate
8095         so the dialog stays up through the animation.
8096
8097 Mon Mar  5 16:38:15 2001  Owen Taylor  <otaylor@redhat.com>
8098
8099         * gtk/gtkmenushell.c (gtk_menu_shell_enter_notify): Only
8100         check the ignore_enter flag for the menu shell that
8101         the item is actually a child of, not for attached
8102         submenus. (#51536)
8103
8104 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
8105
8106         * gtk/gtkmain.c (gtk_propagate_event): Only do special
8107         special key-press grab handling for widgets within
8108         GtkWindows. Otherwise, fall through to normal case.
8109
8110         This prevents key events being sent twice to GtkInvisible
8111         widgets, which can cause all sorts of mischief.
8112
8113 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
8114
8115         * gtk/gtkmain.c (gtk_propagate_event): When a grab
8116         widget is in effect, give the grab widget a first
8117         crack at KEY_PRESS/RELEASE events. (#424)
8118
8119 2001-03-06  James Henstridge  <james@daa.com.au>
8120
8121         * gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
8122         offset for the window_state_event to point at window_state_event
8123         rather than no_expose_event.
8124
8125 Mon Mar  5 19:10:15 2001  Jonathan Blandford  <jrb@redhat.com>
8126
8127         * gtk/gtkimmodule.h: fix busted /* comment */
8128
8129 Mon Mar  5 15:07:05 2001  Jonathan Blandford  <jrb@redhat.com>
8130
8131         * gtk/gtktreeview.c: Apply patch from John Margaglione to add
8132         object properties.
8133
8134 Mon Mar  5 14:55:19 2001  Jonathan Blandford  <jrb@redhat.com>
8135
8136         * gtk/gtkcellrenderertoggle.c: Apply patch from Lee Mallabone to
8137         add object properties.
8138
8139         * gtk/gtkcellrenderertextpixbuf.c: Apply patch from Lee Mallabone
8140         to add object properties.
8141
8142         * gtk/gtkcellrenderertext.c: Apply patch from Lee Mallabone to add
8143         object properties.
8144
8145         * gtk/gtkcellrendererpixbuf.c: Apply patch from Lee Mallabone to
8146         add object properties.
8147
8148         * gtk/gtkcellrenderer.c: Apply patch from Lee Mallabone to add
8149         object properties.
8150
8151 Mon Mar  5 14:38:54 2001  Jonathan Blandford  <jrb@redhat.com>
8152
8153         * gtk/gtktreemodel.c: renamed "child_toggled" to
8154         "has_child_toggled".
8155
8156         * gtk/gtktreeview.c: Handle removing columns better.  Updated to
8157         handle new signal name.
8158
8159         * gtk/gtktreestore.c: Updated to handle new signal name.
8160         * gtk/gtklisttore.c: Updated to handle new signal name.
8161         * gtk/gtktreemodelsort.c: Updated to handle new signal name.
8162
8163 2001-03-05  Alexander Larsson  <alexl@redhat.com>
8164
8165         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state):
8166         Set GDK_WINDOW_TYPE_HINT_MENU on tearoff window.
8167
8168 2001-03-05  Michael Natterer  <mitch@gimp.org>
8169
8170         * gtk/gtklabel.c: Made the "parent_class" pointer static. The
8171         pixbuf-engine coincidentially also failed to make one of it's
8172         parent_class pointers static, causing overwriting of GtkLabel's
8173         parent_class pointer in pixbuf_style_class_init().
8174         (Will commit the fix to the pixbuf-engine too).
8175
8176 2001-03-05  Alexander Larsson  <alexl@redhat.com>
8177
8178         * gdk/gdkwindow.h:
8179         Added GdkWindowTypeHint type. Added modal_hint field to GdkWindindow.
8180         New functions gdk_window_set_type_hint, gdk_window_set_modal_hint and
8181         gdk_window_set_icon_list for net wmspec functionality.
8182
8183         * gdk/x11/gdkwindow-x11.c:
8184         Set _NEW_WM_STATE_MODAL from window->modal_hint in set_inital_hints.
8185         Implement gdk_window_set_type_hint, gdk_window_set_modal_hint and
8186         gdk_window_set_icon_list.
8187         Added gdk_wmspec_change_state helper function and used it in the code.
8188         Set _NET_WM_ICON_NAME in gdk_window_set_title and gdk_window_set_icon_name.
8189
8190         * gtk/gtkdialog.c (gtk_dialog_init):
8191         Set GDK_WINDOW_TYPE_HINT_DIALOG.
8192
8193         * gtk/gtkhandlebox.c (gtk_handle_box_realize):
8194         Set GDK_WINDOW_TYPE_HINT_TOOLBAR.
8195
8196         * gtk/gtkwindow.c:
8197         new function gtk_window_set_type_hint.
8198         On realize, set type hint and modal hint.
8199
8200         * gtk/gtkwindow.h:
8201         Added type_hint field and gtk_window_set_type_hint.
8202
8203 2001-03-05  Alexander Larsson  <alexl@redhat.com>
8204
8205         * gtk/gtklabel.[ch]:
8206         Convert from GtkArg to GParam (originally based on patch from Lee Mallabone).
8207         New function gtk_label_get_accel_keyval () to get the underline accelerator
8208         of the label. Setting the label pattern overrides other attributes.
8209
8210 Mon Mar  5 14:51:10 MET 2001  Sven Neumann  <sven@gimp.org>
8211
8212         * gtk/gtkrc.c: fixed compiler warnings by inserting some consts.
8213         Added missing initializers to gtk_rc_style_init().
8214
8215 Sun Mar 04  07:30:03 2001 CET Mikael Hermansson <mikeh@bahnhof.se>
8216
8217         * gtk/gtktextview.c: fixed bug #51097 about setting 
8218         gtk_text_view_set_border_window_size() if the widget is 
8219         already realized.
8220
8221 Sat Mar  3 16:59:16 2001  Owen Taylor  <otaylor@redhat.com>
8222
8223         * gdk/gdkpango.h gdk/x11/gdkwindow-x11.c: Doc fixes
8224
8225         * gdk/win32/gdkinput.c (gdk_device_get_axis): Remove doc
8226         comment. Won't do to have duplicated doc comments between
8227         the platform subdirs.
8228
8229 Sat Mar  3 16:26:33 2001  Owen Taylor  <otaylor@redhat.com>
8230
8231         * gdk/x11/gdkmain-x11.c gdk/x11/gdkkeys-x11.c 
8232           gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.c:
8233
8234         Detectable auto-repeat - make a repeating key generate
8235         press/press/press/release instead of press/release pairs.
8236
8237         If we have Xkb and XkbSetDectableAutoRepeat supports
8238         that, we do it that way. Otherwise, when we get
8239         a release event, we check ahead with XPending to see
8240         if the next key is a KeyPress with the same keycode
8241         and timestamp. (Not 100% reliable, but pretty close.)
8242           
8243 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
8244         
8245         * gtk/gtkmain.c (gtk_propagate_event): Only do special
8246         special key-press grab handling for widgets within
8247         GtkWindows. Otherwise, fall through to normal case.
8248  
8249         This prevents key events being sent twice to GtkInvisible
8250         widgets, which can cause all sorts of mischief.
8251  
8252 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
8253  
8254         * gtk/gtkmain.c (gtk_propagate_event): When a grab
8255         widget is in effect, give the grab widget a first
8256         crack at KEY_PRESS/RELEASE events. (#424)
8257  
8258 Sat Mar  3 15:39:49 2001  Owen Taylor  <otaylor@redhat.com>
8259
8260         * gtk/gtkentry.c (gtk_entry_button_press): Add shift-clicking
8261         to extend the selection. (Roughly based on patch
8262         from Jay Cox, #50939)
8263
8264         * gtk/gtkentry.c (gtk_entry_button_press): Fix triple-clicking
8265         to properly handle previous GDK_BUTTON_PRESS. 
8266         (Patch from Jay Cox, #50938)
8267
8268         * gtk/gtkentry.c (gtk_entry_real_delete_text): Move the
8269         '\0' back along with the deleted text. (#51148)
8270
8271 Mon Jan 22 14:31:29 2001  Owen Taylor  <otaylor@redhat.com>
8272
8273         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Unshift
8274         the group when extracting it from the X keyboard event.
8275
8276         * modules/input/Makefile.am modules/input/imipa.c: 
8277         Simple module for entering IPA. (Do we need a 
8278         gtk-stupid-input-tricks CVS module?)
8279
8280 Sat Mar  3 13:32:47 2001  Owen Taylor  <otaylor@redhat.com>
8281
8282         * gtk/gtkimmodule.c (gtk_im_module_init): Remove spurious
8283         const.
8284
8285         * gdk-pixbuf-2.0.pc.in gtk+-2.0.pc.in: Fix include path.
8286
8287         * gtk/gtkdialog.c (gtk_dialog_set_default_response): If there
8288         is no focus widget for the dialog currently, grab the focus as well
8289         as the default.
8290
8291         * gtk/gtkdialog.c (gtk_dialog_set_default_response): Get
8292         the action area's children to iterate through, not the
8293         dialog's children.
8294
8295 Sat Mar  3 13:21:27 2001  Owen Taylor  <otaylor@redhat.com>
8296
8297         * tests/Makefile.am tests/testsocket.c tests/testsocket_child.c:
8298         Add plug-socket tests. (Won't work worth a darn until I commit
8299         the rest of the plug-socket changes, but no reason these
8300         can't go into CVS now.)
8301
8302 2001-03-02  Havoc Pennington  <hp@redhat.com>
8303
8304         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_flush): use
8305         _gdk_region_get_xrectangles()
8306
8307         * gdk/x11/gdkmain-x11.c (_gdk_region_get_xrectangles): new function
8308
8309         * gtk/testgtk.c (create_shapes): add test for shape_combine_region
8310
8311         * gdk/x11/gdkwindow-x11.c (gdk_window_shape_combine_region): new
8312         function, contributed by Ron Steinke    
8313
8314         * gdk/x11/gdkevents-x11.c (gdk_wmspec_supported): rename
8315         gdk_net_wm_supports
8316
8317         * gdk/gdkregion-generic.c (gdk_region_get_rectangles): 
8318         New function, contributed by Ron Steinke
8319
8320         * gtk/gtkentry.c (gtk_entry_get_layout_offsets): New function, 
8321         used to line up the text in the entry when using the entry for
8322         editable sheet cell hacks
8323
8324         * gtk/testgtk.c (create_entry): test the activate_default setting
8325         on GtkEntry
8326
8327         * gtk/gtkentry.c (gtk_entry_set_activates_default): New function to 
8328         cause the entry to activate the default button for a dialog when 
8329         activated
8330         (gtk_entry_get_activates_default): new function
8331
8332 Wed Feb 28 19:10:43 2001  Owen Taylor  <otaylor@redhat.com>
8333
8334         * gtk/gtkclist.c (real_remove_row): Patch from ChiDeok
8335         Hwang to move call to sync_selection() up a few lines
8336         to before the row list is modified, to fix crash when
8337         removing rows in the undo_selection list.
8338
8339         (Test case provided by Daniel Elstner:
8340
8341         http://mail.gnome.org/archives/gtk-list/2001-February/msg00359.html)
8342
8343 Fri Feb 23 15:06:48 2001  Owen Taylor  <otaylor@redhat.com>
8344
8345         * gtk/gtktree.c (gtk_tree_class_init): Do the setting
8346         of tree->root_tree in parent_set rather than _map(), 
8347         fixing #50892 in a bit better manner.
8348
8349 Thu Feb 22 17:07:58 2001  Owen Taylor  <otaylor@redhat.com>
8350
8351         * gtk/gtkmenu.c (gtk_menu_popup): Don't flip cursor. (#50934)
8352
8353 Tue Feb  2 11:22:33 2001  Jody Goldberg <jgoldberg@home.com>
8354
8355         * gtk/gtkstyle.c : Remove duplicate fwd decl for
8356         gtk_default_draw_shadow.
8357
8358 ue Feb 20 11:40:58 2001  Owen Taylor  <otaylor@redhat.com>
8359
8360         * gdk/gdkimage.c (gdk_image_new): Remove excess 
8361         warning, make warnings more verbose, treat a error
8362         in shmat as permanent, and don't try again.
8363         (#51163, Ed Randall.)
8364
8365 Mon Feb 19 20:15:28 2001  Owen Taylor  <otaylor@redhat.com>
8366
8367         * gtk/gtkrange.c (gtk_range_timer_1st_time): Add an initial
8368         delay for the first click before starting to scroll.
8369         (based on #51026, gtk-enf-990512-0.patch, Eric Fisher)
8370
8371         * gtk/gtktext.c: GtkText should have I-beam cursor. 
8372         (based on gtk-enf-990513-1.patch, Eric Fisher.)
8373
8374 Mon Feb 19 16:42:19 2001  Owen Taylor  <otaylor@redhat.com>
8375
8376         * gtk/gtklayout.c (gtk_layout_allocate_child): Tiny
8377         cleanup to remove some references to unused
8378         ->xoffset, ->yoffset.
8379
8380 Mon Feb 19 14:20:36 2001  Owen Taylor  <otaylor@redhat.com>
8381
8382         * gdk/gdkrgb.c (gdk_rgb_convert_555_br): Fix incorrect
8383         mask. (#51039, fix from Martin Maierhofer)
8384
8385 Fri Feb 16 20:09:42 2001  Owen Taylor  <otaylor@redhat.com>
8386
8387         * gtk/gtkctree.c (gtk_ctree_class_init): Add bindings
8388         for unshifted + and shifted = for non-us keyboards.
8389         Make <Control>+ and <Control>- work as well as 
8390         <Control>KP_Plus, <Control>KP_Minus for recursive
8391         open/close.  (#2682, René Seindal)
8392
8393 Fri Feb 16 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
8394
8395         * gtk/gtkmenushell.c (gtk_real_menu_shell_cancel): Unset
8396         the active menu item before deactivating the menu,
8397         so gtk_menu_popdown doesn't change the history. (#50964)
8398         
8399 Fri Feb 16 15:55:22 2001  Owen Taylor  <otaylor@redhat.com>
8400
8401         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): 
8402         draw lines with text_gc rather than black_gc.
8403         (Patch from Vlad Harchev <hvv hippo ru>, #50926)
8404
8405 Thu Mar  1 19:50:56 2001  Jonathan Blandford  <jrb@redhat.com>
8406
8407         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
8408         Move handling of buttons fully in gtktreeviewcolumn.  This code is
8409         less interrelated then it was, but it still requires the
8410         GtkTreeView to map it.
8411
8412         * test/testtreecolumn.c: Now I can add a column to one view,
8413         remove it, add it to the another view, remove it, then re-add it
8414         to the first.  Nifty.
8415
8416 Thu Mar  1 13:14:27 GMT 2001  Tony Gale <gale@gtk.org>
8417
8418         * docs/tutorial/gtk-tut.sgml: Minor corrections
8419
8420 Wed Feb 28 16:36:46 2001  Jonathan Blandford  <jrb@redhat.com>
8421
8422         * gtk/gtktreemodel.c (gtk_tree_row_reference_*): Sanitize
8423         GtkRowReference.
8424
8425 2001-02-28  Havoc Pennington  <hp@redhat.com>
8426
8427         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove draw_focus and
8428         draw_default
8429         (gtk_widget_draw_focus): remove this function; we could instead
8430         make it just gtk_widget_draw(), but in most cases I think the
8431         result would be broken user code, so think it's better to have
8432         that code not compile and get fixed
8433         (gtk_widget_draw_default): ditto
8434
8435         * gtk/gtkwidget.c: Add default handlers for focus_in_event and
8436         focus_out_event that set/unset GTK_HAS_FOCUS and call queue_draw
8437         
8438         * gtk/gtkwindow.c (gtk_window_set_default): just queue a draw when
8439         widgets lose/get the default, instead of calling draw_default
8440         
8441         * docs/Changes-2.0.txt: note about all this
8442
8443         Then fixed every widget in GTK, I won't list all the filenames.
8444
8445 Tue Feb 27 19:32:53 2001  Jonathan Blandford  <jrb@redhat.com>
8446
8447         * gtk/gtktreemodel.c (deleted_callback): Proxy out to
8448         _gtk_tree_row_reference_deleted.
8449         (inserted_callback): Proxy out to
8450         _gtk_tree_row_reference_inserted.
8451         (_gtk_tree_row_reference_new_from_view): Somewhat yukky hack to
8452         get around signal emission ordering problem.
8453
8454         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
8455         fix to work with SINGLE 
8456         (_gtk_tree_selection_internal_select_node): Major sanitization on
8457         selections.  SINGLE now seems to work.
8458
8459         * tests/Makefile.am: add testtreecolumn.c:
8460
8461         * tests/testtreecolumn.c: New test.  Mostly points out selection
8462         bugs currently, but will test columns later.
8463
8464         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Fix really nasty
8465         selection bug.  I hate touching this code -- it's scary.
8466
8467 2001-02-26  Havoc Pennington  <hp@redhat.com>
8468
8469         * gtk/testgtk.c: test the window state stuff
8470
8471         * gtk/gtkwindow.c (gtk_window_present): new function, makes a
8472         window come to the user's attention as if it were just created
8473         (gtk_window_iconify): new function
8474         (gtk_window_deiconify): new function
8475         (gtk_window_stick): new function
8476         (gtk_window_unstick): new function
8477         (gtk_window_maximize): new function
8478         (gtk_window_unmaximize): new function
8479
8480         * gtk/gtkwidget.h, gtk/gtkwidget.c: add window_state_event signal
8481
8482         * gtk/gtkmain.c (gtk_main_do_event): handle GDK_WINDOW_STATE
8483
8484         * gdk/x11/gdkevents-x11.c: create window state events when
8485         appropriate
8486         (gdk_wmspec_supported): new function
8487
8488         * gdk/x11/gdkwindow-x11.c (gdk_window_iconify): handle
8489         iconification before showing the window
8490         (gdk_window_deiconify): new function
8491         (gdk_window_stick): new function
8492         (gdk_window_unstick): new function
8493         (gdk_window_maximize): new function
8494         (gdk_window_unmaximize): new function
8495
8496         * gdk/gdkwindow.c: store the window state in the window; 
8497         change to using the GDK_WINDOW_STATE_WITHDRAWN flag instead of
8498         window->mapped.
8499         (gdk_window_get_state): return the current window state
8500
8501         * gdk/gdkevents.c (gdk_event_get_time): handle GDK_WINDOW_STATE
8502         (gdk_event_get_state): handle GDK_WINDOW_STATE
8503         (gdk_synthesize_window_state): function to create the window state
8504         events
8505
8506         * gdk/gdkevents.h (struct _GdkEventWindowState): new type of
8507         event, for changes to "window state" such as maximized, sticky, 
8508         etc.
8509         
8510         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): new function,
8511         focuses a window
8512
8513         * gdk/x11/gdkmain-x11.c (_gdk_wmspec_supported): new function, 
8514         finds out if we support a given WM spec hint
8515
8516 Tue Feb 27 13:37:38 GMT 2001  Tony Gale <gale@gtk.org>
8517
8518         * docs/faq/gtk-faq.sgml: New question re memory leaks.
8519
8520 2001-02-25  Hans Breuer  <hans@breuer.org>
8521
8522         * gdk/gdk.h : changed #ifdef GDK_DISBALE_DEPRECARED to #ifndef
8523         cause we want to loose those prototypes only in the latter case
8524
8525         * gdk/win32/gdkevents-win32.c : can't cast from GdkPixmap to
8526         GdkPixmapImplWin32 because it itsn't derived from it. Use the
8527         impl member variable instead
8528
8529         * gtk/gtk.def : updated
8530
8531         * gtk/gtklist.c : 
8532         * gtk/gtkmenus.c : include <string.h> for memset ()
8533
8534         * gtk/makefile.msc.in : updated and don't define GTK_COMPILATION
8535         for everthing built here, but for gtk-x.x.dll only. This solves
8536         problem of indifferent gtk type definitions
8537
8538 Sat Feb 24 20:11:39 2001  Jonathan Blandford  <jrb@redhat.com>
8539
8540         * gtk/gtkclipboard.h: actually put /* */ around #endif comment.
8541
8542 Fri Feb 23 17:50:13 2001  Jonathan Blandford  <jrb@redhat.com>
8543
8544         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Only draw the
8545         column that is exposed.
8546
8547         (_gtk_tree_view_update_size): Changed name from set_size, and
8548         changed function to do more work, and not force people calling it
8549         to figure out the size.  Simplifies a lot of code elsewhere.
8550
8551 2001-02-23  Alexander Larsson  <alexl@redhat.com>
8552
8553         * gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf):
8554         return solid masks for xpms that have no transparent color.
8555         This makes the ..._create_from_xpm... API backwards
8556         compatible.
8557
8558 2001-02-23  Tor Lillqvist  <tml@iki.fi>
8559
8560         * README.win32: Update. Mention the gtk-1-3-win32-production
8561         branch.
8562
8563         * gdk/win32/bdfcursor.c: New file. A program that generates
8564         xcursors.h. Thanks to Stefan Ondrejicka.
8565
8566         * gdk/win32/xcursors.h: New file, contains the X cursor font in a
8567         compact format.
8568
8569         * gdk/win32/Makefile.am (EXTRA_DIST): Add new files.
8570
8571         * gdk/win32/gdkcursor-win32.c (_gdk_win32_data_to_wcursor): New
8572         function, uses xcursors.h.
8573         (gdk_cursor_new): Use _gdk_win32_data_to_wcursor to generate
8574         cursor from inline data instead of using LoadCursor() to generate
8575         it from a resource.
8576
8577         * gdk/win32/gdkevents-win32.c (gdk_event_translate): At button up
8578         event, must check the Windows message for mouse button state, as
8579         the GDK event state might not have been built if it is
8580         undelivered. Remove one goto.
8581
8582         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Call
8583         SetCursor() if the current cursor as returned by GetCursor() is
8584         the window's previous cursor. The ChildWindowFromPoint() test
8585         apparently didn't work correctly.
8586
8587         * gdk/win32/rc/*.cur: Remove.
8588
8589         * gdk/win32/rc/gdk.rc.in: Remove cursors.
8590
8591         * gdk/win32/rc/Makefile.am (EXTRA_DIST): Remove from here, too.
8592
8593         * gtk/makefile.{mingw,msc}.in: Updates.
8594
8595 Wed Feb 21 20:56:50 2001  Jonathan Blandford  <jrb@redhat.com>
8596
8597         * gtk/gtktreemodel.h: add functions for signal emission.
8598
8599         * gtk/gtktreestore.c: move to use above functions instead of
8600         g_signal_emit.
8601
8602         * gtk/gtkliststore.c: ditto
8603
8604 Wed Feb 21 15:41:34 2001  Jonathan Blandford  <jrb@redhat.com>
8605
8606         * gtk/gtktreestore.c: removed signals.  Moved to inherit from
8607         GObject instead of GtkObject.
8608
8609         * gtk/gtkliststore.c: ditto.
8610
8611         * gtk/gtktreemodelsort.c: ditto.
8612
8613         * gtk/gtktreemodel.c (gtk_tree_model_base_init): moved signals to
8614         GtkTreeModelIface, instead of in each model.
8615
8616 2001-02-21  Havoc Pennington  <hp@redhat.com>
8617
8618         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_child_anchor):
8619         unbreak this function
8620
8621         * gtk/gtkentry.c: apply patch from Lee Mallabone to add object 
8622         properties
8623
8624         * gtk/gtkcurve.c: apply patch from Lee Mallabone to add object
8625         properties
8626
8627         * gtk/gtkcombo.c: apply patch from Lee Mallabone to add object 
8628         properties
8629
8630         * gtk/gtkentry.c (gtk_entry_set_max_length): have this take -1 to
8631         mean unset the max length
8632
8633 Wed Feb 21 14:23:05 2001  Jonathan Blandford  <jrb@redhat.com>
8634
8635         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data_func):
8636         Changed name to be set_cell_data_func to make it clear what
8637         the functino does.  Close bug #51069.
8638
8639 Tue Feb 20 16:49:00 2001  Jonathan Blandford  <jrb@redhat.com>
8640
8641         * gtk/testgtk.c (main): Remove turning on of profiling malloc,
8642         have memory actually freed.  Keeps box running longer.
8643
8644 2001-02-21  Alexander Larsson  <alexl@redhat.com>
8645         
8646         * gtk/gtkseparatormenuitem.[ch]:
8647         Added new menu separator item. The drawing and size handling
8648         is still done in GtkMenuItem, but the API is a bit more sane.
8649         
8650         * gtk/Makefile.am:
8651         Add gtkseparatormenuitem.[ch].
8652
8653         * gtk/gtk.h:
8654         Add gtkseparatormenuitem.h.
8655         
8656         * gtk/gtkentry.c:
8657         * gtk/gtkmenufactory.c:
8658         * gtk/gtktextview.c:
8659         Use the new API for menu separators.
8660         
8661         * demos/gtk-demo/menus.c (create_menu):
8662         Add some GtkSeparatorMenuItem demo code.
8663
8664 2001-02-20  Havoc Pennington  <hp@redhat.com>
8665
8666         * gtk/gtkaspectframe.c: Convert to new property API, patch from 
8667         Lee Mallabone
8668
8669         * gtk/gtkarrow.c: Convert to new property API, patch from 
8670         Lee Mallabone
8671
8672 Tue Feb 20 14:26:41 2001  Jonathan Blandford  <jrb@redhat.com>
8673
8674         * tests/testtreeview.c (toggled_callback): fix to reflect change
8675         in GtkTreeModelStore.
8676
8677 Tue Feb 20 12:16:12 2001  Jonathan Blandford  <jrb@redhat.com>
8678
8679         * gtk/gtkiconfactory.c (gtk_icon_set_new_from_pixbuf): New
8680         function to create an icon set from a pixbuf.
8681
8682 2001-02-20  Alexander Larsson  <alexl@redhat.com>
8683
8684         * gtk/gtkcellrenderertext.[ch]:
8685         Add a "markup" property.
8686
8687         * gtk/treestoretest.c:
8688         Use the markup property, remove some leftover stuff from
8689         GtkTreeModelMapping.
8690
8691 2001-02-20  Alexander Larsson  <alexl@redhat.com>
8692
8693         * gtk/gtklabel.c (gtk_label_set_selectable):
8694         Queue a redraw if the selectable setting was changed.
8695
8696 2001-02-20  Alexander Larsson  <alexl@redhat.com>
8697
8698         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
8699         Actually copy the whole gc, not just the public parts.
8700         
8701         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
8702         GDK_WINDOW_TEMP are not toplevel. Fixes selectable
8703         labels.
8704
8705 2001-02-19  Havoc Pennington  <hp@pobox.com>
8706
8707         * gdk/gdkwindow.c: docs
8708
8709         * gdk/gdkrgb.c: docs
8710
8711         * gdk/gdkregion-generic.c: docs
8712
8713         * gdk/gdkgc.c (gdk_gc_set_values): docs
8714
8715         * gdk/gdkdraw.c: docs
8716
8717         * gdk/gdkdrawable.h: deprecate drawable get/set data
8718
8719 Mon Feb 19 20:37:35 2001  Jonathan Blandford  <jrb@redhat.com>
8720
8721         * demos/gtk-demo/dialog.c: Add simple new demo.
8722
8723 2001-02-19  Havoc Pennington  <hp@redhat.com>
8724
8725         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): add
8726         insert_child_anchor signal, bug #50245
8727
8728         * gtk/gtktextbtree.c (_gtk_text_btree_insert_child_anchor): change
8729         from create_child_anchor, so the anchor is passed in
8730
8731         * gtk/gtktextchild.c (gtk_text_child_anchor_new): new function
8732         (_gtk_widget_segment_new): have the child anchor object passed in, 
8733         instead of creating it.
8734
8735         * gtk/gtktextbuffer.c (gtk_text_buffer_modified): rename
8736         to gtk_text_buffer_get_modified
8737
8738 2001-02-19  Havoc Pennington  <hp@redhat.com>
8739
8740         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): hmm, someone
8741         changed GLib without fixing GTK
8742
8743         * gtk/gtkrange.h: Rename all the stupid implementation detail 
8744         functions to have an underscore in front. Most of them should 
8745         probably just go away, but for starters don't export them.
8746         Bug #50482
8747
8748 2001-02-19  Havoc Pennington  <hp@redhat.com>
8749
8750         * gdk/gdkcolor.h: test was backward, so deprecated functions were
8751         excluded by default
8752
8753         * gtk/gtkstyle.c (gtk_default_draw_diamond): draw etched in/out,
8754         clean up the old code a bit
8755
8756         * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): draw
8757         inconsistent state
8758
8759         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_draw_indicator):
8760         draw inconsistent state
8761
8762         * gtk/testgtk.c (create_toggle_buttons): add test for inconsistent
8763         (create_menu): add inconsistent test
8764
8765         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_set_inconsistent):
8766         new function
8767         (gtk_check_menu_item_get_inconsistent): new function
8768         (gtk_real_check_menu_item_draw_indicator): draw the inconsistent
8769         state (using etched in for now)
8770
8771         * gtk/gtkcheckbutton.c (gtk_real_check_button_draw_indicator):
8772         draw inconsistent state
8773
8774         * gtk/gtktogglebutton.c (gtk_toggle_button_set_inconsistent): new
8775         function, used when the user has selected a range of stuff in
8776         different states
8777         (gtk_toggle_button_get_inconsistent): accessor for that
8778         (gtk_toggle_button_paint): draw inconsistent state (etched in?
8779         don't know what else to do)
8780
8781 2001-02-19  Hans Breuer <hans@breuer.org>
8782
8783         * gtk/gtk.def : updated exported symbols
8784
8785         * gtk/makefile.msc.in : updated
8786
8787         * gtk/gtkstyle.c (gtk_style_realize) : gets called without
8788         a colormap, when invoked from testgtk::entry. I'm not sure where
8789         the bug is, but g_return_if_fail (GDK_IS_COLORMAP (colormap));
8790         avoids immediate crashing ...
8791
8792         * gtk/gtkmain.c (check_setugid) : totally disabled on win32;
8793         any objections ?
8794
8795         * gtk/gtktreemodel.c : called G_VALUE_LCOPY with an extra
8796         0 parameter. At least msvc doesn't like macros with var args. 
8797         I simply removed the extra 0, was it a feature or a typo ?
8798
8799         * gtk/gtktreeviewcolumn.[hc] (gtk_tree_view_column_set_func) :
8800         removed the extra indirection from the GtkTreeViewColumnFunc parameter,
8801         because the value assignment to the internal struct wasn't working.
8802         I'm not absolutely sure. The problem could have been resolved by
8803         changing the "func" declartion in the struct, but was the pointer
8804         to the function pointer intended ?
8805
8806         * gtk+/gtk/gtktreedatalist.c : include gboxed.h
8807
8808         * gdk/gdk.def : updated exported symbols
8809
8810         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_image) :
8811         only use SetDIBitsToDevice if there is a palette at the drawable
8812         and the image is GDK_VISUAL_PSEUDO_COLOR
8813
8814         * gdk/win32/gdkkeys-win32.c : msvc still has no <unistd.h> ...
8815
8816         * gdk/win32/gdkwindow-win32.c : #include "gdk.h" /* gdk_rectangle_intersect */
8817
8818         * gdk/*/makefile.msc : updated
8819
8820 2001-02-19  Havoc Pennington  <hp@redhat.com>
8821
8822         * demos/gtk-demo/Makefile.am (INCLUDES): GDK_DISABLE_COMPAT_H,
8823         GDK_DISABLE_DEPRECATED (we need to merge those two #defines)
8824
8825         * gdk/x11/gdkmain-x11.c (gdk_key_repeat_disable): nuke
8826         (gdk_key_repeat_restore): nuke
8827
8828         * gdk/gdk.c (gdk_exit_func): #if 0 this for now, don't install it
8829         (gdk_init_check): no atexit func
8830
8831         * gdk/gdkrgb.h: mark some stuff deprecated
8832
8833         * gdk/gdkcolor.h: mark some stuff deprecated
8834         
8835         * gdk/gdk.h: deprecated gdk_exit, gdk_input_*
8836
8837         * gdk/gdkfont.h: bracket in GDK_DISABLE_DEPRECATED
8838
8839 2001-02-16  Havoc Pennington  <hp@redhat.com>
8840
8841         * gtk/gtkvscrollbar.c (gtk_vscrollbar_trough_keys): use the visual
8842         scroll steps.
8843
8844         * gtk/gtkvscale.c (gtk_vscale_trough_keys): use the visual scroll
8845         steps, and add Ctrl-arrow shortcuts for paging visually as with
8846         HScale, since Page Up and Page Down move logically.
8847
8848         * gtk/gtkenums.h (GtkScrollType): add GTK_SCROLL_STEP_UP,
8849         GTK_SCROLL_STEP_DOWN, etc. for visual scroll directions
8850         
8851         * gtk/gtkrange.c (gtk_range_key_press): handle the visual scroll
8852         steps
8853         (gtk_range_scroll): handle the visual steps
8854
8855         * gtk/gtklist.c (gtk_list_scroll_horizontal): handle the up/down
8856         scroll steps
8857
8858         * gtk/gtkhscale.c (gtk_hscale_trough_keys): use the visual scroll
8859         steps, not the logical ones.
8860
8861         * gtk/gtkclist.c (move_focus_row): handle the up/down scroll steps
8862         (scroll_vertical): handle up/down steps
8863
8864 2001-02-19 Alexander Larsson  <alexl@redhat.com>
8865
8866         * gdk/linux-fb/gdkimage-fb.c (gdk_image_new_bitmap):
8867         Copy data and free data with free().
8868
8869         * gdk-pixbuf/gdk-pixbuf.c:
8870         * gdk-pixbuf/io-jpeg.c:
8871         * gdk-pixbuf/io-png.c:
8872         Use g_try_malloc/g_free instead malloc/free.
8873         
8874         * gdk-pixbuf/test-gdk-pixbuf.c:
8875         Must... initialize... gobject...
8876         
8877         * gdk-pixbuf/pixops/timescale.c:
8878         * gtk/gtkcalendar.c:
8879         Use g_malloc instead of malloc.
8880         
8881 2001-02-19 Alexander Larsson  <alla@lysator.liu.se>
8882
8883         * gtk/testgtkrc:
8884         Comment out property assignments, these don't work yet.
8885
8886 2001-02-17  Havoc Pennington  <hp@pobox.com>
8887
8888         * gtk/gtkalignment.c (gtk_alignment_class_init): clean this up a
8889         bit.
8890
8891 2001-02-17  Havoc Pennington  <hp@pobox.com>
8892
8893         * gtk/gtklabel.c (gtk_label_ensure_layout): fix screwup with
8894         shadowed variables that had broken size request in some cases,
8895         leading to bogus tooltips (#50996)
8896
8897 2001-02-06  Jon K Hellan  <hellan@acm.org>
8898
8899         Implement fast browsing of tooltips, bug #50619
8900         
8901         * gtk/gtktooltips.h (struct _GtkTooltips): Add use_sticky_delay
8902         and last_popdown
8903         
8904         * gtk/gtktooltips.c (gtk_tooltips_init): Initialize sticky_delay,
8905         use_sticky_delay and last_popdown.
8906         (gtk_tooltips_draw_tips, gtk_tooltips_set_active_widget): Record
8907         time of popdown.
8908         (gtk_tooltips_set_active_widget): Unset sticky behaviour if widget
8909         is NULL.
8910         (gtk_tooltips_recently_shown): New static function.  Return true
8911         if < sticky_delay has elapsed since last popdown.
8912         (gtk_tooltips_event_handler): Display window after sticky_delay
8913         (presumably < normal delay) if < STICKY_REVERT_DELAY has elapsed
8914         since last popdown.
8915         
8916 2001-02-17  Havoc Pennington  <hp@pobox.com>
8917
8918         * gtk/gtktypeutils.h (GtkSignalFunc): change it to take (void)
8919         instead of (). #6394
8920
8921         * gtk/gtkprogressbar.c (gtk_progress_bar_get_text): Add
8922         G_CONST_RETURN, make it return by reference, #50473
8923         
8924 Sat Feb 17 06:47:27 2001  Tim Janik  <timj@gtk.org>
8925
8926         * gtk/gtkmenu.c (gtk_menu_motion_notify): default initialize the
8927         generated ENTER_NOTIFY event with 0, otherwise not explicitely
8928         setup fields contain garbage (e.g. subwindow, breaking
8929         gdk_drawable_ref() upon event copy).
8930         (gtk_menu_stop_navigating_submenu_cb): same here.
8931
8932         * gtk/gtklist.c (gtk_list_vertical_timeout): 
8933         * gtk/gtklist.c (gtk_list_horizontal_timeout): 
8934         * gtk/gtkclist.c (vertical_timeout): 
8935         * gtk/gtkclist.c (horizontal_timeout): change direct assignment
8936         default-zero-intialization for unions to memset(,0,), as unions are
8937         not fully default-zero-initialized by compilers (GdkEvent x = { 0, };
8938         has to become GdkEvent x; memset (&x, 0, sizeof (x)); )
8939
8940         * gtk/gtktreeview.c (gtk_tree_view_set_rows_drag_source): scratch
8941         g_closure_sink() warning.
8942
8943         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): 
8944         * gtk/gtktreestore.c (gtk_tree_store_set_valist): 
8945         * gtk/gtkliststore.c (gtk_list_store_set_valist): 
8946         fix G_VALUE_COLLECT() and G_VALUE_LCOPY() calls.
8947         
8948 Fri Feb 16 17:49:59 2001  Jonathan Blandford  <jrb@redhat.com>
8949
8950         * gtk/gtktreestore.[hc], gtk/gtkliststore.[ch]: removed
8951         gtk_*_store_get, and moved to GtkTreeModel.
8952
8953         * gtk/gtktreemodel.h (gtk_tree_model_set{v,}): Added
8954
8955         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): added.
8956
8957         * gtk/Makefile.am: remove gtktreemodelmapping.[ch]
8958
8959         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_func): let you
8960         set the func.
8961
8962         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
8963         freeze/thaw notify between setting all the properties for a cell.
8964
8965         * gtk/gtk.h: remove gtktreemodelsimple.h, and gtktreemodelmapping.h
8966
8967 2001-02-15  Havoc Pennington  <hp@redhat.com>
8968
8969         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): convert
8970         the X coordinates so they're with respect to the line, rather than 
8971         with respect to the layout.
8972
8973         * gtk/gtkalignment.c: Convert to new property API, patch from Lee
8974         Mallabone
8975
8976         * gtk/testgtk.c (create_range_controls): add vscale tests, 
8977         and inverted test
8978
8979         * gtk/gtkrange.c (gtk_range_set_inverted): new function to fix 
8980         #50806
8981
8982         * gtk/gtkentry.c (gtk_entry_get_text): add G_CONST_RETURN
8983
8984         * gtk/gtktextiter.h (gtk_text_iter_is_last): rename 
8985         gtk_text_iter_is_end
8986
8987         * gtk/gtktextbuffer.h (gtk_text_buffer_get_last_iter):
8988         rename gtk_text_buffer_get_end_iter
8989
8990         * gtk/testgtk.c (create_labels): Add test for selectable
8991
8992         * gtk/gtkentry.c (gtk_entry_draw_text): Use new GDK API to draw
8993         the selection stuff. This code is kind of broken since it doesn't 
8994         use the theme engine.
8995
8996         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): 
8997         fix infinite loop and y offset problem
8998         (gdk_draw_layout_line_with_colors): fix foreground color handling
8999
9000         * gtk/gtklabel.h, gtk/gtklabel.c: Implement a "selectable" flag 
9001         that makes the label selectable.
9002         
9003         * gtk/gtklabel.c (gtk_label_style_set): recreate the label's
9004         layout when the style is set, since fonts etc. could have changed.      
9005
9006 Fri Feb 16 14:22:05 2001  Jonathan Blandford  <jrb@redhat.com>
9007
9008         * gtk/Makefile.am: Removed gtktreemodelsimple.[ch]
9009
9010         * gtk/gtktreemodelsimple.[ch]: removed.
9011
9012 2001-02-16  Alexander Larsson  <alexl@redhat.com>
9013
9014         * gtk/gtktreemodelmapping.[ch]:
9015         New files. Implement GtkTreeModelMapping.
9016         
9017         * gtk/Makefile.am:
9018         Add gtktreemodelmapping.[ch].
9019         
9020         * gtk/gtk.h:
9021         Add gtktreemodelmapping.h
9022
9023         * gtk/treestoretest.c:
9024         Test the GtkTreeModelMapping
9025
9026 Tue Feb 13 13:16:09 2001  Jonathan Blandford  <jrb@redhat.com>
9027
9028         * demos/gtk-demo/panes.c (create_pane_options): If we're going to
9029         have a demo, we might as well pass in real values.  Thanks to
9030         clahey for pointing this out.
9031
9032 2001-02-14  Havoc Pennington  <hp@pobox.com>
9033
9034         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_remove): add
9035         "static" to a private function
9036         (gtk_image_menu_item_class_init): remove destroy handler,
9037         add "image" object property
9038
9039 2001-02-13  Alexander Larsson  <alla@lysator.liu.se>
9040
9041         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region):
9042         Add a shortcut if the window and the current clip_region doesn't
9043         overlap. This is needed when there are a lot of windows in a
9044         window. The layout test in testgtk is a good test.
9045
9046         * gdk/linux-fb/gdkwindow-fb.c:
9047         Whitespace fix.
9048
9049 2001-02-13  Sven Neumann  <sven@convergence.de>
9050
9051         * demos/testanimation.c: replaced deprecated gtk_drawing_area_size
9052
9053 2001-02-13  Alexander Larsson  <alexl@redhat.com>
9054
9055         * gdk/linux-fb/gdkcursor-fb.c (gdk_fb_cursor_unhide):
9056         Don't reference last_cursor if it is null. Fixes crash when rotating
9057         the screen before having moved the mouse.
9058
9059         * gdk/linux-fb/gdkcc-fb.c: Zapp!
9060
9061         * gdk/linux-fb/Makefile.am: Don't compile gdkcc-fb.c
9062
9063         * gdk/linux-fb/gdkwindow-fb.c: Fix typo. width->height. Fixes redraw 
9064         when using 90 or 270 degrees rotation.
9065
9066 2001-02-12  Havoc Pennington  <hp@pobox.com>
9067
9068         * gdk/gdkpango.c (gdk_pango_get_gc): fix bug where 
9069         it always set the foreground, even if we were only using
9070         a stipple.
9071         (gdk_draw_layout_line_with_colors): new function, allow
9072         override colors
9073         (gdk_draw_layout_with_colors): new function, allow override
9074         colors
9075         (gdk_pango_layout_line_get_clip_region): function to get the clip
9076         region for a logical text range
9077         (gdk_pango_layout_get_clip_region): get the clip region for a
9078         logical text range
9079
9080         * gdk/x11/gdkcolor-x11.c: forward declare gdk_colormap_sync(),
9081         (gdk_colormap_new): fix call to gdk_colormap_sync() so it has 
9082         the right number of arguments.
9083
9084         * gtk/gtktextbtree.c (gtk_text_btree_node_check_consistency):
9085         enhance the function to check that node data corresponds to a 
9086         view still belonging to the tree.
9087
9088         * gtk/gtktreeview.c (gtk_tree_view_changed): we were leaking the 
9089         GtkTreePath
9090         (gtk_tree_view_inserted): ditto
9091         (gtk_tree_view_child_toggled): ditto
9092
9093         * gtk/gtktreemodel.c (gtk_tree_path_append_index): use realloc to
9094         simplify this code.
9095
9096         * gtk/gtkcellrenderertext.c (get_layout): fix leak of 
9097         a PangoAttrList
9098
9099         * demos/gtk-demo/main.c (load_file): Fix leak of a GString
9100
9101         * gtk/gtkentry.c (gtk_entry_realize): Fix leak of a GdkCursor
9102
9103         * gtk/gtkmenubar.c (gtk_menu_bar_size_request): consider toggle
9104         size in the size request 
9105         (gtk_menu_bar_size_allocate): consider toggle size here
9106
9107         * gtk/gtkimagemenuitem.h, gtkimagemenuitem.c: Menu item
9108         that displays a widget in the toggle slot
9109
9110         * gtk/testgtk.c: test GtkImageMenuItem
9111
9112         * gtk/Makefile.am, gtk/gtk.h: Add GtkImageMenuItem
9113         
9114         * gtk/gtkmenuitem.h: Use "gint" not "guint16" for toggle size
9115         request and allocation
9116
9117         * gtk/gtkmenu.c (gtk_menu_size_request): use gint not guint16
9118
9119         * gtk/gtkcheckmenuitem.c
9120         (gtk_check_menu_item_toggle_size_request): ditto
9121         
9122 Mon Feb 12 23:43:30 2001  Owen Taylor  <otaylor@redhat.com>
9123
9124         * gtk/Makefile.am (gdk_headers): Remove gdkcc.h 
9125         reference.
9126
9127         * configure.in gtk/gtkmain.c: Add checks for setuid/setgid,
9128         and refuse to initialize GTK+ if they fail.
9129
9130 Mon Feb 12 15:02:07 2001  Owen Taylor  <otaylor@redhat.com>
9131
9132         * configure.in: Add check for gtk-doc version.
9133
9134 Thu Feb  8 17:18:26 2001  Owen Taylor  <otaylor@redhat.com>
9135
9136         * gtk/gtklabel.c (gtk_label_size_request): Fix bug
9137         where the xpad/ypad was only being used on one side!
9138
9139 2001-02-11  Tor Lillqvist  <tml@iki.fi>
9140
9141         * gdk/win32/gdkcolor-win32.c (gdk_colormap_query_color): New
9142         function, copied from X11 version.
9143
9144         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Eliminate
9145         DestroyCursor failures. The reason for the problem (despite the
9146         inconsistent messages from GetLastError()) was that
9147         DestroyCursor() cannot be called while a cursor is set in a
9148         window. Set the new cursor first and then destroy the old one.
9149         Thanks to jpe@archaeopteryx.com.
9150
9151         * gdk/win32/gdkcc-win32.c: Remove.
9152
9153         * gdk/win32/Makefile.am: Remove from here, too.
9154         
9155         * gdk/gdk.def
9156         * gdk/makefile.mingw.in: Update. Godbye GdkColorContext.
9157
9158         * gtk/gtk.def
9159         * gtk/makefile.mingw.in: Updates.
9160
9161 2001-02-08  Havoc Pennington  <hp@redhat.com>
9162
9163         * gtk/gtkbin.c (gtk_bin_add): better error message if you try to
9164         add a widget to a bin that already has a child.
9165
9166         * gdk/gdkcc.h, gdk/gdkcc-x11.c: Remove GdkColorContext, #50512
9167
9168         * docs/Changes-2.0.txt: note that GdkColorContext is gone.
9169         
9170         * gdk/x11/Makefile.am (libgdk_x11_la_SOURCES): remove gdkcc-x11.c
9171
9172         * gdk/gdk.h: remove gdkcc.h
9173
9174         * gdk/Makefile.am (gdk_public_h_sources): remove gdkcc.h
9175
9176         * gtk/gtkpixmap.c (build_insensitive_pixmap): rewrite using
9177         GdkPixbuf, since the previous implementation was GdkColorContext
9178         dependent.
9179
9180         * gtk/testgtk.c (create_pixmap): add test for insensitive GtkPixmap
9181         
9182 Thu Feb  8 19:00:00 2001  Jonathan Blandford  <jrb@redhat.com>
9183
9184         * gtk/gtktreeview.c (TREE_VIEW_VERTICAL_SEPARATOR): moved back to
9185         a sane value!
9186
9187 2001-02-08  Havoc Pennington  <hp@redhat.com>
9188
9189         * gtk/gtkstyle.c (get_darkened_gc): let's darken colors, not
9190         lighten them.
9191
9192 2001-02-08  Havoc Pennington  <hp@redhat.com>
9193
9194         * gtk/gtktextview.c (gtk_text_view_destroy_layout): remove
9195         validation idle
9196
9197         * demos/gtk-demo/main.c (create_tree): adjust to changes in text
9198         cell renderer
9199
9200         * demos/pixbuf-demo.c (timeout): remove deprecated
9201         gtk_widget_draw
9202
9203         * demos/testpixbuf-save.c (main): remove deprecated
9204         gtk_drawing_area_size
9205
9206         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): allocate
9207         buttons even if the model isn't setup. gtk_tree_view_check_dirty()
9208         at the start of the allocation.
9209         (gtk_tree_view_check_dirty): handle column->button == NULL, handle
9210         unsetup or NULL model.
9211
9212         * gtk/gtkstyle.c (gtk_default_draw_flat_box): drawing for the 
9213         even/odd/sorted cells in the tree view.
9214
9215         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
9216         bugfixes
9217
9218         * gtk/gtktreeview.c: assorted bugfixy stuff. Draw the row
9219         backgrounds with draw_flat_box using different detail for even/odd
9220         rows.
9221
9222         * gtk/gtkrbtree.c, gtkrbtree.h: Keep track of the parity of each
9223         row, so we can draw the alternating colors thing
9224
9225         * gtk/gtktexttag.c (gtk_text_tag_set_property): if we change a
9226         property from a synonym property, notify for the synonym.
9227         Also, nuke the background_gdk_set and foreground_gdk_set synonyms
9228         (gtk_text_tag_get_property): Always return the font, even if
9229         all its fields aren't set
9230
9231         * gtk/gtkcellrenderertext.h (struct _GtkCellRendererText): don't
9232         store the attr list; it leaves us with no way to change attributes
9233         in _render according to the render flags, and no way to implement
9234         get_property. Instead store all the specific text attributes. 
9235         Separate whether an attribute is enabled from its value. Sync all
9236         properties with GtkTextTag, make them all consistent, etc.
9237
9238         * gtk/gtkcellrenderer.h: Add a flag GTK_CELL_RENDERER_SORTED so
9239         renderers can highlight the sort row/column     
9240
9241         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_property): use
9242         accessor functions to get values; this has the side effect of
9243         showing up which accessor functions were missing. Added those.
9244
9245         * gtk/gtktreeviewcolumn.h: Replace set_justification with
9246         set_alignment, to be consistent with GtkLabel, GtkMisc
9247
9248         * gtk/gtktreeviewcolumn.c: Added code to display sort indicator
9249         arrow.
9250
9251         * gtk/Makefile.am (gtk_public_h_sources): add gtktreesortable.h
9252
9253         * gtk/gtktreesortable.h: updates in here
9254
9255 2001-02-07  Sven Neumann  <sven@convergence.de>
9256
9257         * gtk/gtkentry.c (gtk_entry_draw_text): convert area_height to 
9258         pango dimensions after painting the background. We used to draw
9259         gigantic flat boxes here.
9260
9261 Mon Feb  5 22:05:57 2001  Owen Taylor  <otaylor@redhat.com>
9262
9263         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Fix syntax
9264         error introduced with earlier commit) (pointed out by
9265         Ollie Lho)
9266
9267 Mon Feb  5 12:25:06 2001  Owen Taylor  <otaylor@redhat.com>
9268
9269         * gtk/gtkbutton.c: Remove calls to gtk_grab_add/gtk_grab_remove,
9270         which are no longer necessary.
9271
9272 Mon Feb  5 13:22:54 GMT 2001  Tony Gale <gale@gtk.org>
9273
9274         * docs/faq/gtk-faq.sgml: s/MISK/MISC/
9275
9276 2001-02-04  Tor Lillqvist  <tml@iki.fi>
9277
9278         * gdk/gdk.def
9279         * gdk/win32/gdkim-win32.c (gdk_ic_attr_new, gdk_ic_attr_destroy):
9280         Provide dummy implementations.
9281
9282 Sun Feb  4 07:55:17 2001  Tim Janik  <timj@gtk.org>
9283
9284         * gtk/gtksignal.h: removed gtk_signal_init() compat define.
9285
9286         * gtk/gtktypeutils.[hc]: gtk_tpye_init() take an additional argument
9287         GTypeDebugFlags debug_flags and pass it on to g_type_init ();
9288         deprecated this function.
9289
9290         * gdk/gdk.c (gdk_init_check): call g_type_init () with 0 as
9291         argument.
9292
9293 Sun Feb  4 07:45:45 2001  Tim Janik  <timj@gtk.org>
9294
9295         * gtk/gtkdebug.h: nuke GTK_DEBUG_OBJECTS and GTK_DEBUG_SIGNALS.
9296
9297 2001-02-03  Havoc Pennington  <hp@pobox.com>
9298
9299         * gtk/gtktextbtree.c (_gtk_text_btree_tag): Fix bug reported by
9300         Mikael Hermansson with patch from Mikael (if there was a toggle
9301         start one after the first character in the range, this function
9302         was broken). Bug #50380
9303
9304 Sat Feb  3 11:28:03 2001  Owen Taylor  <otaylor@redhat.com>
9305
9306         * configure.in: Remove confusing comment about X11.
9307
9308 Fri Feb  2 19:21:23 2001  Owen Taylor  <otaylor@redhat.com>
9309
9310         * gdk/gdkwindow.c (gdk_propagate_shapes): Surround additional
9311         regions with HAVE_SHAPE_EXT. (#50511, Eric Ding)
9312         
9313 Fri Feb  2 18:31:54 2001  Owen Taylor  <otaylor@redhat.com>
9314
9315         * gdk/x11/gdkimage-x11.c: Remove definition of _XOPEN_SOURCE, since
9316         it breaks things on BSD. If you want to compile GTK+ with
9317         -ansi -pedantic, you should supply CPP_FLAGS=_XOPEN_SOURCE 
9318         when configuring, since GTK+ simply can't be "pure ANSI" 
9319         in the header files it uses. (#8170, Greg Hudson)
9320
9321 2001-02-02  Havoc Pennington  <hp@redhat.com>
9322
9323         * gtk/gtkwindow.c: docs
9324
9325         * gtk/gtkwidget.c: docs
9326         (gtk_widget_set_colormap): add a reference to the colormap
9327         (gtk_widget_get_default_colormap): add a reference to the colormap
9328
9329         * gtk/gtktextbtree.c (gtk_text_mark_set_visible): docs
9330
9331         * gtk/gtktextiter.c: docs
9332
9333         * gtk/gtkmain.c (gtk_propagate_event): docs
9334
9335         * gtk/gtkpaned.c (gtk_paned_get_position): docs
9336         (gtk_paned_set_position): docs
9337
9338         * gtk/gtktreesortable.h (struct _GtkTreeSortableIface): Initial
9339         sort interface, no implementation yet.
9340
9341         * demos/testpixbuf.c (new_testrgb_window): replace
9342         gtk_drawing_area_size() with gtk_widget_set_usize()
9343
9344         * demos/testpixbuf-drawable.c (main): ditto
9345         
9346         * gtk/testgtk.c: remove use of GtkStatusbarMsg
9347
9348         * gtk/gtktextbuffer.c: docs
9349
9350         * gtk/gtkstock.c: docs
9351
9352         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_shadow_type): docs
9353
9354         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): docs
9355
9356         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): fix docs
9357         
9358         * gtk/gtkimage.c: add some docs in here
9359         (gtk_image_size_request): change name of
9360         gtk_widget_render_stock_icon
9361         (gtk_image_get_icon_set): don't dup returned string
9362         (gtk_image_get_icon_set): don't dup returned string
9363
9364         * gtk/gtkwidget.c (gtk_widget_render_icon): rename from 
9365         gtk_widget_render_stock_icon(), more consistent with gtkstyle.h
9366         and gtkiconfactory.h functions
9367
9368         * gtk/gtkiconfactory.c: add some docs in here
9369
9370         * gtk/gtkmain.c (gtk_get_default_language): document
9371         (gtk_get_current_event): document
9372         (gtk_get_current_event_state): document
9373         (gtk_get_event_widget): document
9374
9375         * gtk/gtkentry.c (gtk_entry_set_invisible_char): document
9376
9377         * gtk/gtkcontainer.c: Add some documentation
9378         (gtk_container_add): give a more explanatory warning on adding an
9379         already-parented widget, this is kind of a FAQ and also a common
9380         typo that's easier to debug with a nice warning 
9381
9382         * gtk/gtkcellrenderertoggle.c
9383         (gtk_cell_renderer_toggle_get_active): remove, I was on crack
9384         adding this, it's useless
9385         (gtk_cell_renderer_toggle_set_active): remove
9386         (gtk_cell_renderer_toggle_get_radio): add
9387
9388         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): don't allow
9389         the NULL cell renderer, that doesn't make any sense to me. 
9390
9391         * demos/gtk-demo/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED,
9392         demo code should never use deprecated features.
9393
9394         * demos/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED, demo
9395         code should never use deprecated features.
9396
9397         * gtk/gtkwidget.h: Mark gtk_widget_draw, gtk_widget_queue_clear,
9398         gtk_widget_queue_clear_area deprecated
9399
9400         * gtk/gtklayout.h: mark gtk_layout_freeze/gtk_layout_thaw
9401         deprecated
9402
9403         * gtk/gtklabel.h: mark gtk_label_get() deprecated
9404
9405         * gtk/gtkimage.h: mark the legacy GtkImage functions that took 
9406         a GdkImage deprecated, replaced by new consistently-named
9407         functions       
9408
9409         * gtk/gtkmain.h: Mark gtk_exit() deprecated
9410
9411         * gtk/gtkdrawingarea.h: mark gtk_drawing_area_size deprecated
9412
9413         * gtk/gtkstyle.h: mark gtk_draw_string, gtk_paint_string 
9414         deprecated
9415
9416         * gtk/gtkstatusbar.h: Move GtkStatusbarMsg to the .c file, 
9417         so it won't appear in docs and confuse people.
9418
9419         * gtk/gtkprogressbar.h: Mark all the old methods deprecated
9420
9421         * gtk/gtkprogress.h: Mark all methods deprecated, mark the cast
9422         macros deprecated. (can't mark the type itself deprecated, since
9423         GtkProgressBar is not deprecated and we need the type decl to use
9424         GtkProgressBar)
9425
9426         * gtk/gtkpixmap.h: Mark deprecated
9427
9428         * gtk/gtkoldeditable.h: Mark deprecated
9429
9430         * gtk/gtklist.h: Mark deprecated
9431
9432         * gtk/gtklabel.h: delete "GtkLabelWord" typedef, not used 
9433         for anything anymore.
9434
9435         * gtk/gtkctree.h: Mark deprecated
9436
9437         * gtk/gtkclist.h: Mark deprecated
9438
9439         * gtk/gtkpreview.h: Mark deprecated
9440
9441         * gtk/gtkpacker.h: Mark deprecated
9442
9443         * gtk/gtktipsquery.h: Mark deprecated
9444
9445         * gtk/gtkinputdialog.h: Add comment that it will move out of GTK
9446
9447         * gtk/gtkvruler.h: Add comment that it will move out of GTK
9448
9449         * gtk/gtkhruler.h: Add comment that it will move out of GTK
9450
9451         * gtk/gtkruler.h: Add comment that it will move out of GTK
9452
9453         * gtk/gtkgamma.h: Add comment that it will move out of GTK
9454
9455         * gtk/gtkcurve.h: Add comment that it will move out of GTK
9456
9457 Fri Feb  2 17:16:09 2001  Owen Taylor  <otaylor@redhat.com>
9458
9459         * gdk/x11/gdkcolor-x11.c (gdk_colormap_sync): Make
9460         gdk_colormap_sync private since it was never exported
9461         in a header file.
9462
9463         * gdk/x11/gdkcolor-x11.c (gdk_colormap_new): Fill in
9464         colormap->colors[] for StaticGray, StaticColor colormaps.
9465
9466         * gdk/gdkpixbuf-drawable.c: Fix problems where image->bpp
9467         was being used as if it was image->bits_per_pixel.
9468
9469         * gdk/gdkimage.h, gdk/x11/gdkimage-x11.c: Save the bits-per-pixel
9470         for the image in the GdkImage structure since it isn't
9471         reconstructable, and we need it to handle packed types
9472
9473         * gdk/win32/gdkimage-win32.c: Set image->bits_per_pixel. (I'm making
9474         the assumption that on Win32 image->bits_per_pixel == image->depth,
9475         always.
9476
9477         * gdk/linux-fb/gdkimage-fb.c: Set image->bits_per_pixel.
9478
9479         * gdk/gdkrgb.c (gdk_rgb_select_conv): Exit with an informative
9480         warning message if no converter can be found. 
9481
9482 Fri Feb  2 15:09:51 2001  Owen Taylor  <otaylor@redhat.com>
9483
9484         * gtk/fnmatch.c (FOLD): Fix problem with passing signed
9485         chars to isupper() / tolower(). (#567)
9486
9487         * examples/packer/pack.c: Add GINT_TO_POINTER, GPOINTER_TO_INT
9488         to clear up 64-bit warnings. (#567)
9489
9490 Fri Feb  2 12:26:50 2001  Owen Taylor  <otaylor@redhat.com>
9491
9492         * gtk/gtkrc.c (gtk_rc_add_initial_default_files): Get rid of
9493         a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().
9494
9495         * gtk/gtkrc.c Makefile.am: Use $(libdir), not $(exe_prefix),
9496         since some people set $(libdir) separately. (#1290, David Kaelbling)
9497
9498 Thu Feb  1 18:25:46 2001  Owen Taylor  <otaylor@redhat.com>
9499
9500         * gtk/gtkfilesel.c: If PATH_MAX and MAXPATHLEN are not
9501         defined, define MAXPATHLEN to 2048. (The Hurd doesn't have
9502         MAXPATHLEN, but the code here depends on a fixed value.)
9503         (#4524)
9504
9505 Wed Jan 31 22:01:04 2001  Owen Taylor  <otaylor@redhat.com>
9506
9507         * gtk/gtkhandlebox.c (gtk_handle_box_button_changed): Handle the case
9508         where child == NULL and handle_position == RIGHT or BOTTOM. (#8041g)
9509
9510 Wed Jan 31 21:20:39 2001  Owen Taylor  <otaylor@redhat.com>
9511
9512         * gtk/gtkctree.c (real_tree_move): If the node being moved isn't
9513         viewable there is no way that moving the node will cause the 
9514         focus row to become not viewable, so omit check on the visibility
9515         of new_sibling, which is irrelevant. (Fixes #8002, David Helder)
9516
9517 Wed Jan 31 20:38:17 2001  Owen Taylor  <otaylor@redhat.com>
9518
9519         * gtk/gtkentry.c (gtk_entry_commit_cb): Delete the current
9520         selection before inserting new text.
9521
9522 Wed Jan 31 18:49:33 2001  Owen Taylor  <otaylor@redhat.com>
9523
9524         * gtk/gtkoptionmenu.c (gtk_option_menu_item_state_changed_cb):
9525         Make the sensitivity of the reparented child track that of
9526         the original parent menu item. (#34218, David Hodson)
9527
9528         * gtk/gtkoptionmenu.c (gtk_option_menu_item_destroy_cb): Handle
9529         the case where the current item is destroyed properly.
9530
9531         * gtk/gtkoptionmenu.c: Some additional code cleanups and fix
9532         some edge cases with child-less menuitems.
9533         
9534 Wed Jan 31 17:16:13 2001  Owen Taylor  <otaylor@redhat.com>
9535
9536         * gtk/gtkcombo.c (gtk_combo_window_key_press): Make Return
9537         key pop down window. (#12074, Jon K Hellan)
9538
9539 Wed Jan 31 16:21:42 2001  Owen Taylor  <otaylor@redhat.com>
9540
9541         * gtk/gtklist.c (gtk_list_signal_item_toggle): Don't allow
9542         toggling of rows off in BROWSE or EXTENDED mode. (#12072, Jon K Hellan) 
9543         The solution here isn't perfect - you get an extraneous
9544         emission of "toggle", which could conceivably confuse an app,
9545         but better than the current situation. LXR search seems to
9546         indicate that no apps in GNOME CVS connect to "toggle".
9547
9548 Wed Jan 31 15:46:13 2001  Owen Taylor  <otaylor@redhat.com>
9549
9550         * gtk/Makefile.am (libgtkinclude_HEADERS): Move gtkcompat.h from
9551         gtk_public_h_sources to directly here to avoid warning when
9552         building srcdir != builddir. (#9656)
9553
9554 Tue Jan 30 19:49:02 2001  Owen Taylor  <otaylor@redhat.com>
9555
9556         * gtk/gtkrange.c: Patch from Kipp Hickman to make the event
9557         handlers in gtkrange.c return the proper values (TRUE == handled)
9558         (#10316).
9559
9560         This is just the tip of the iceberg, but gtkrange.c is the
9561         most common place where the propagation is problematical,
9562         and also a place where it is almost certainly safe to change
9563         this in the stable branch.
9564
9565         (You don't want right click popups on a range control or anything...)
9566
9567 Tue Jan 30 18:57:59 2001  Owen Taylor  <otaylor@redhat.com>
9568
9569         * gtk/gtktext.c (clear_focus_area): We need to clear the focus
9570         area on focus out, even if a background pixmap isn't set.
9571         (#13941)
9572         
9573 Tue Jan 30 18:24:10 2001  Owen Taylor  <otaylor@redhat.com>
9574
9575         * gtk/gtknotebook.c (gtk_notebook_set_shape): Fix from Sean Cunningham
9576         to deal with setting the shape properly when scrolling arrows are
9577         turned on, but not visible because there is sufficient space.
9578         (#13432)
9579
9580 Tue Jan 30 16:39:25 2001  Owen Taylor  <otaylor@redhat.com>
9581
9582         * gtk/gtkitemfactory.c (gtk_item_factory_delete_item): For menu
9583         items with submenus, destroy the item along with the submenu.
9584         (#7841, Brian Masney(?)) Also, handle paths of the form '<foo>/abcd...' 
9585         properly.
9586
9587         * gtk/testgtk.c (menu_items): Add a dummy branch that we delete
9588         later.
9589
9590 Tue Jan 30 15:51:25 2001  Owen Taylor  <otaylor@redhat.com>
9591
9592         * gtk/gtkwindow.c (gtk_window_real_set_focus): Fix a problem where
9593         the focus widget sometimes wasn't drawn with the default if there
9594         was no default widget.
9595
9596         * gtk/gtkstyle.c (gtk_style_real_unrealize): free colors,
9597         unreference pixmaps. 
9598
9599         * gtk/gtkstyle.c (gtk_style_realize): Reference colormap
9600         for some extra safety.
9601
9602 Mon Jan 29 19:00:01 2001  Owen Taylor  <otaylor@redhat.com>
9603
9604         * gtk/gtk{ctree.c,clist.c} (set_cell_contents): Handle setting
9605         the text of a cell to the old pointer value better, by
9606         copying the new text before freeing the old text. Some code
9607         cleanup. (#8079, Karl Nelson)
9608
9609 Mon Jan 29 16:50:19 2001  Owen Taylor  <otaylor@redhat.com>
9610
9611         * gtk/gtklabel.[ch] gtk/gtkframe.[ch]: Make gtk_label_get_text()
9612         gtk_frame_get_label() non strdup'ing, and G_CONST_RETURN.
9613
9614 Mon Jan 29 15:22:51 2001  Owen Taylor  <otaylor@redhat.com>
9615
9616         * gtk/gtkmenu.c (gtk_menu_remove): When removing an
9617         item from a menu, check to see if it matches 
9618         menu->old_active_menu_item, and if so, unref and clear
9619         old_active_menu_item (Patch from Pavel Cisler)
9620
9621         * gtk/gtkmenushell.c (gtk_menu_shell_remove): Unset 
9622         menu_shell->active_menu_item, if it is the child being
9623         removed. (Patch based on that of Gene Ragan, #50337)
9624
9625 2001-01-31  Alexander Larsson  <alla@lysator.liu.se>
9626
9627         * gdk/linux-fb/gdkselection-fb.c: 
9628         * gdk/linux-fb/gdkcolor-fb.c: 
9629         * gdk/linux-fb/gdkdrawable-fb2.c: 
9630         * gdk/linux-fb/gdkfont-fb.c: 
9631         * gdk/linux-fb/gdkim-fb.c: 
9632         * gdk/linux-fb/gdkinput.c: 
9633         * gdk/linux-fb/gdkkeyboard-fb.c: 
9634         * gdk/linux-fb/gdkmain-fb.c: 
9635         * gdk/linux-fb/gdkrender-fb.c: 
9636         A bunch of whitespace cleanup.
9637         
9638 2001-01-30  Havoc Pennington  <hp@pobox.com>
9639
9640         * gtk/gtktreeitem.h, gtk/gtktree.h, gtk/gtktext.h: bracket in 
9641         #ifdef GTK_ENABLE_BROKEN.
9642
9643         * gtk/gtktreeitem.c, gtk/gtktree.c, gtk/gtktext.c: #define
9644         GTK_ENABLE_BROKEN just before including the broken headers.
9645         
9646         * gtk/gtktypeutils.c: #define GTK_ENABLE_BROKEN, so we can get the
9647         deprecated types registered.
9648
9649         * gtk/testgtk.c, gtk/testselection.c: #define GTK_ENABLE_BROKEN,
9650         we have to test the broken stuff.
9651
9652         * docs/Changes-2.0.txt: explain GTK_ENABLE_BROKEN
9653         
9654 2001-01-30  Havoc Pennington  <hp@redhat.com>
9655
9656         * gtk/gtkliststore.c (gtk_list_store_insert_before): fix bug in
9657         here where prev pointer was set to the wrong thing
9658
9659         * gtk/gtktreemodel.c (gtk_tree_path_is_ancestor): new function
9660         (gtk_tree_path_is_descendant): new function
9661
9662         * gtk/gtkliststore.c (gtk_list_store_iter_n_children): return
9663         cached length
9664         (gtk_list_store_get_iter): don't modify iter if we can't get the
9665         path.
9666
9667         * gtk/gtkliststore.h (struct _GtkListStore): cache the length
9668         
9669         * gtk/gtktreednd.h: add virtual function row_drop_possible() to
9670         GtkTreeDragDest
9671
9672         * gtk/gtktreestore.c (copy_node_data): fix varargs type error that
9673         was causing segfault
9674
9675         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_copy): set next
9676         pointer to NULL
9677
9678         * gtk/gtktreestore.c (gtk_tree_store_append): fix memleak
9679
9680         * gtk/gtkliststore.c (gtk_list_store_iter_next): don't modify iter
9681         on returning FALSE
9682         (gtk_list_store_iter_children): ditto
9683         (gtk_list_store_iter_nth_child): ditto
9684         (gtk_list_store_iter_nth_child): ditto
9685         (gtk_list_store_iter_parent): ditto
9686
9687         * gtk/gtktreestore.c (gtk_tree_store_get_path): g_return_if_fail
9688         on iter->user_data != NULL instead of silently accepting it.
9689         (gtk_tree_store_iter_next): ditto. Also, don't modify iter unless
9690         we are returning TRUE.
9691         (gtk_tree_store_iter_children): ditto
9692         (gtk_tree_store_iter_nth_child): ditto
9693         (gtk_tree_store_iter_parent): ditto
9694         (gtk_tree_store_insert): remove handling of parent->user_data ==
9695         NULL, replace with parent == NULL       
9696
9697         * gtk/gtktreemodel.c (inserted_callback): put some fixes in here,
9698         and a comment explaining things
9699
9700         * gtk/gtktreestore.c: add GtkTreeDragSource/GtkTreeDragDest
9701         interface support to GtkTreeStore.
9702
9703         * gtk/gtktreemodel.c (gtk_tree_path_prev): didn't properly return
9704         FALSE if no prev, fix
9705
9706         * gtk/gtktreeview.c (set_source_row): use a row reference
9707         (set_dest_row): use a row reference
9708
9709 Sat Jan 27 15:52:02 2001  Jonathan Blandford  <jrb@redhat.com>
9710
9711         * gtk/gtktreeselection.c (gtk_tree_selection_unselect_iter): Fix
9712         stupid typo pointed out by Kristian Rietveld <kristian@planet.nl>.
9713         (gtk_tree_selection_select_iter): The same as above.
9714
9715 2001-01-26  Havoc Pennington  <hp@redhat.com>
9716
9717         * gtk/gtktreemodel.c, gtk/gtktreemodel.h: add GtkTreeRowReference
9718         which holds a handle to a specific row (particular set of values
9719         in the model, i.e. pointer-identity row).
9720
9721         * gtk/gtktreeview.c, gtk/gtktreeprivate.h, gtk/gtktreeselection.c:
9722         use GtkTreeRowReference for anchor, cursor, and drag_dest_row.
9723         Still need to use it for the src/dest row saved on the drag context.
9724
9725 2001-01-26  Havoc Pennington  <hp@redhat.com>
9726
9727         * gtk/gtktextlayout.c (convert_color): adapt to handle PangoColor
9728
9729         * gtk/gtktreeview.c (gtk_tree_view_widget_to_tree_coords): fix to
9730         not offset by TREE_VIEW_HEADER_HEIGHT
9731         (gtk_tree_view_tree_to_widget_coords): fix to not offset by
9732         TREE_VIEW_HEADER_HEIGHT
9733
9734         * configure.in (included_loaders): for me, --with-included-loaders
9735         generates the error "the specified loader yes does not exist",
9736         i.e. the arg defaults to "yes", so change test for value ""
9737         to test for value "yes", and include all loaders in that case.
9738
9739         * gtk/gtkrbtree.c (_gtk_rbtree_get_depth): new function
9740
9741         * gtk/gtktreeview.c (gtk_tree_view_get_cell_rect): fix to properly
9742         handle TREE_VIEW_VERTICAL_SEPARATOR
9743         (gtk_tree_view_bin_expose): fix to consider the row offset as
9744         pointing halfway into vertical separator.       
9745         (gtk_tree_view_draw_node_focus_rect): ditto
9746
9747         * gtk/gtkdebug.h, gtk/gtkmain.c (gtk_init_check): Add
9748         --gtk-debug=updates, which causes gdk_window_set_debug_updates
9749         (TRUE) to be called.
9750
9751         * gdk/gdkwindow.c (gdk_window_set_debug_updates): Allow enabling a
9752         debug mode where the invalid region is colored in on invalidate,
9753         so you can see the flicker and know whether your redraw code is 
9754         doing a good job.
9755
9756         * gtk/gtktreeview.c (gtk_tree_view_queue_draw_node): Work in 
9757         tree window coordinates (clip rect is in tree window coords)
9758
9759         * gtk/Makefile.am: add gtktreednd.[hc]
9760
9761         * gtk/gtkliststore.c: implement gtktreednd interfaces.
9762
9763         * gtk/gtktreednd.c, gtk/gtktreednd.h: New interface to support
9764         drag-and-drop data operations on a model (so we can set up tree
9765         drag-and-drop automatically)
9766
9767         * gtk/testgtk.c: Add a window to change sensitivity in the
9768         GtkLabel test; add a way to change the entry frame in GtkEntry
9769         test
9770
9771         * gtk/gtkentry.c (gtk_entry_set_has_frame): 
9772         (gtk_entry_get_has_frame): new functions to remove the frame
9773         around an entry
9774         (gtk_entry_size_request): shrink requisition if no frame
9775         (gtk_entry_draw_focus): don't draw frame if no frame
9776
9777         * gtk/gtkstyle.c (gtk_default_draw_check): draw custom look for
9778         checks inside a cell renderer
9779         (gtk_default_draw_option): ditto for options
9780
9781         * gtk/gtktreeviewcolumn.c (update_button_contents): add/remove
9782         children from the alignment, not the button
9783         (gtk_tree_view_column_init): ref/sink the column, to emulate
9784         GObject refcounting.
9785
9786         * gtk/gtkcellrenderer.c (gtk_cell_renderer_init): ref/sink
9787         
9788         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
9789         Use theme functions to draw the toggles 
9790
9791         * gdk/gdkpango.c (gdk_pango_get_gc): use GdkRGB to alloc colors
9792
9793         * gdk/gdkpango.h, gdk/gdkpango.c: Add GdkPangoAttrStipple and
9794         GdkPangoAttrEmbossed to use in rendering insensitive text
9795
9796         * gdk/gdkpango.c (gdk_draw_layout_line): render new properties
9797
9798         * gtk/gtkstyle.c (gtk_default_draw_layout): handle sensitivity
9799         using new GDK features
9800         
9801 2001-01-24  Alexander Larsson  <alexl@redhat.com>
9802
9803         * gtk/gtkimage.c:
9804         Splitted gtk_image_clear into gtk_image_clear() and
9805         gtk_image_reset(). Call gtk_image_clear() in ::destroy
9806         to avoid leaks.
9807
9808         * gtk/gtklabel.c (set_markup):
9809         Don't leak text.
9810
9811         * gtk/gtktextlayout.c:
9812         Always free display->shaped_objects.
9813
9814         * gtk/testgtk.c (create_clist):
9815         Don't leak custom style.
9816
9817 2001-01-23  Alexander Larsson  <alexl@redhat.com>
9818
9819         * gtk/gtkcolorsel.c (grab_color_at_mouse):
9820         Don't leak image. Simplify using gdk_colormap_query_color().
9821         (gtk_color_selection_init): Don't leak dropper_pixmap and mask.
9822
9823         * linux-fb/gdkcolor-fb.c:
9824         Implemented gdk_colormap_query_color.
9825
9826 2001-01-23  Alexander Larsson  <alexl@redhat.com>
9827
9828         * linux-fb/gdkcursor-fb.c:
9829         Don't leak built-in cursors.
9830
9831         * linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_polygon):
9832         Don't leak tmp_points.
9833
9834         * linux-fb/gdkfont-fb.c (gdk_font_from_description):
9835         Don't modify desc. Don't leak font if the PangoFont
9836         isn't found.
9837         
9838         * linux-fb/gdkgc-fb.c (gdk_fb_gc_finalize):
9839         Free dash_list.
9840
9841         * linux-fb/gdkkeyboard-fb.c (gdk_fb_handle_key):
9842         Don't leak string.
9843         
9844 2001-01-20  Havoc Pennington  <hp@pobox.com>
9845
9846         * gtk/gtktexttag.h (enum GtkWrapMode): rename member fields
9847         from GTK_WRAPMODE_WORD to GTK_WRAP_WORD, etc., seems nicer to 
9848         me, matches Pango
9849
9850 2001-01-22  Havoc Pennington  <hp@redhat.com>
9851
9852         * demos/testanimation.c: fix to reflect gdk-pixbuf changes
9853
9854         * demos/testpixbuf.c: fix to reflect gdk-pixbuf changes
9855
9856         * gtk/gdk-pixbuf-loader.c, gtk/gdk-pixbuf-loader.h: 
9857         Remove, move back to gdk-pixbuf
9858
9859         * gtk/gtktextiter.c, gtk/gtktextiter.h: add sentence equivalents
9860         to all the word functions
9861
9862         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): return
9863         before doing anything on NULL layout or if we don't have the focus
9864
9865         * gtk/testtext.c (fill_example_buffer): "justification"
9866
9867         * gtk/gtktexttag.h, gtk/gtktexttag.c: change the tag attribute
9868         to be called "justification" not "justify"
9869
9870         * demos/gtk-demo/textview.c (create_tags): "justification"
9871         
9872         * gtk/gtktextlayout.c (set_para_values): Handle char-wise wrapping
9873
9874 2001-01-22  Alexander Larsson  <alexl@redhat.com>
9875
9876         * gdk/gdkwindow.c (gdk_window_invalidate_region):
9877         Don't leak visible_region. Use visible_region instead of region.
9878         
9879         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
9880         Don't do extra gdk_drawable_ref(). This is not X.
9881         (gdk_fb_window_find_focus, gdk_fb_change_focus): make sure
9882         gdk_fb_focused_window is ref:ed.
9883         (gdk_fb_window_send_crossing_events): Watch out for destroyed
9884         windows.
9885
9886 2001-01-22  Alexander Larsson  <alexl@redhat.com>
9887
9888         * gtk/gtkwindow-decorate.c (gtk_decorated_window_realize):
9889         Don't leak the PangoFontDescriptor.
9890
9891 Sun Jan 21 09:58:00 2001  Jonathan Blandford  <jrb@redhat.com>
9892
9893         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): Make fail
9894         when not realized.
9895         (gtk_tree_view_scroll_to_cell): Make work when not realized.
9896         (gtk_tree_view_realize): add scroll_to support
9897         (gtk_tree_view_finalize): add a finalize method.  Populate.
9898         (gtk_tree_view_insert_column): ref and sink the column.
9899         (gtk_tree_view_append_column): ref and sink the column.
9900         (gtk_tree_view_queue_draw_node): New function to handle redrawing
9901         individual nodes.  Should make the code much more efficient, if
9902         actually used.
9903
9904 2001-01-19  Havoc Pennington  <hp@redhat.com>
9905
9906         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
9907         byte_offset variable was being used to mean both "offset into
9908         layout" and "offset into buffer line" which was no longer true
9909         with addition of preedit string; fix
9910
9911 2001-01-19  Havoc Pennington  <hp@redhat.com>
9912
9913         * demos/gtk-demo/main.c (button_press_event_cb): sync to tree changes
9914
9915         * gtk/gtkrbtree.c (_gtk_rbtree_node_find_offset): fix this
9916         function
9917
9918         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_widget):
9919         implement
9920
9921         * gtk/gtktreeview.c (gtk_tree_view_move_to): rename
9922         scroll_to_cell, matches TextView scroll functions better
9923         (gtk_tree_view_tree_to_widget_coords): new function
9924         (gtk_tree_view_widget_to_tree_coords): new function
9925         (gtk_tree_view_get_visible_rect): new function
9926         (gtk_tree_view_get_path_at_pos): accept negative coordinates
9927         (gtk_tree_view_draw_node_focus_rect): new function moved from
9928         draw_focus, also, use width of bin_window as width of the focus
9929         rect
9930         (gtk_tree_view_expand_row): fix bug where it didn't recognize
9931         already-expanded rows
9932         (gtk_tree_view_get_cell_rect): new function
9933         (gtk_tree_view_get_path_at_pos): return the click position
9934         relative to the passed-in cell
9935         (gtk_tree_view_set_expander_column): new function
9936
9937         * configure.in: remove gtk-config-2.0 chmod
9938
9939         * gtk/gtktextview.c (gtk_text_view_drag_motion): small cleanups,
9940         and properly handle drags with targets we don't understand
9941         (gtk_text_view_drag_end): don't stop scrolling, the source isn't
9942         scrolling anyway
9943         (gtk_text_view_drag_drop): stop scrolling here though, and set the
9944         mark invisible
9945
9946         * gtk/gtkdnd.c (gtk_drag_dest_find_target): export as a public
9947         function
9948         (gtk_drag_dest_get_target_list): new function
9949         (gtk_drag_dest_set_target_list): new function
9950         
9951         * gtk/gtktreeview.c: Add a bunch of drag-and-drop implementation
9952
9953         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): add fields
9954         related to drag-and-drop
9955
9956 2001-01-19  Alexander Larsson  <alexl@redhat.com>
9957
9958         * gdk/linux-fb/gdkprivate-fb.h:
9959         Define EMULATE_GDKFONT.
9960         Add extra pango_font stuff to GfkFontPrivate.
9961         
9962         * gdk/linux-fb/gdkdrawable-fb2.c:
9963         * gdk/linux-fb/gdkfont-fb.c:
9964         If EMULATE_GDKFONT defined, implement a slow lame GdkFont
9965         emulation using PangoFont.
9966
9967 2001-01-17  Havoc Pennington  <hp@pobox.com>
9968
9969         * gtk/gtkprogressbar.c, gtk/gtkprogressbar.h: Add "getters" for
9970         all the non-deprecated set_foo functions. Added missing object
9971         properties, and added g_object_notify() to setters. 
9972         Wrote docs.
9973         
9974 2001-01-18  Tor Lillqvist  <tml@iki.fi>
9975
9976         * gtk/gtkmain.c
9977         * gtk/gtkrc.c: (Win32) Use the new
9978         g_win32_get_package_installation_(sub)directory() functions.
9979
9980         * config.h.win32.in: New file.
9981         
9982         * config.h.win32: Removed.
9983
9984         * configure.in: Output config.h.win32.
9985
9986         * Makefile.am: Add it to EXTRA_DIST.
9987
9988         * gtk/gtk.def: Update.
9989
9990 Wed Jan 17 16:22:54 2001  Owen Taylor  <otaylor@redhat.com>
9991
9992         * gtk/gtklabel.c (gtk_label_size_request): Set the
9993         attributes onto the PangoLayout even if they are newly
9994         created from label->pattern.
9995
9996 Tue Jan  9 11:20:48 2001  Owen Taylor  <otaylor@redhat.com>
9997
9998         * gdk/x11/gdkdnd-x11.c: Remove unused variable.
9999
10000         * gtk/gtkdnd.c: Encapsulate storing and retrieving info
10001         structures in functions. Fixes bug where gtk_dataset_*
10002         was accidentally still being used in one place, causing
10003         every dest side event to be treated independently.
10004
10005         * gtk/gtkdnd.c: Remove last vestages of handling
10006         ::draw (fixes warning)
10007         
10008         * gtk/gtkentry.[ch]: Add drag and drop support.
10009
10010         * gtk/gtkdnd.[ch] gtk/gtktextview.c gtk/gtkentry.c: Add
10011         new function gtk_check_drag_threshhold() for checking
10012         to check if (dx,dy) has exceeded the threshhold for starting
10013         a drag and use it everywhere.
10014
10015 Mon Jan  8 11:58:05 2001  Owen Taylor  <otaylor@redhat.com>
10016
10017         * gtk+-2.0.pc.in gdk-pixbuf-2.0.pc.in (Cflags): Remove -I${includedir},
10018         add -I{includedir}/gtk-2.0.
10019
10020         * gtk/gtktreeview.[ch] gtktreemodelsort.[ch] gtknotebook.c
10021         gdk/gdk-pixbuf.h: Doc fixups.
10022         
10023         * gtk/gtkobject.h: Remove trailing , from enum
10024
10025 2001-01-17 Alexander Larsson <alexl@redhat.com> 
10026
10027         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_shadow_fb_draw_arc):
10028         Doh! Mixed up x and y.
10029
10030         * gdk/linux-fb/gdkglobals-fb.c:
10031         Removed gdk_fb_pointer_grab_window_events,
10032         added _gdk_fb_pointer_grab_owner_events and
10033         _gdk_fb_keyboard_grab_owner_events.
10034
10035         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab):
10036         Set all button mask if GDK_BUTTON_MOTION_MASK set. Send
10037         crossing events before grabbing. Set _gdk_fb_pointer_grab_owner_events.
10038         (gdk_fb_pointer_ungrab): Unset _gdk_fb_pointer_grab_owner_events
10039         Send crossing events after ungrab finished.
10040         (gdk_keyboard_grab): Set ..._owner_events
10041         (type_masks): Move out of function.
10042         (gdk_fb_other_event_window, gdk_fb_pointer_event_window,
10043         gdk_fb_keyboard_event_window): New functions, return the
10044         window an event should be targeted at. Handles grabs and
10045         event propagation. Can return NULL.
10046         (gdk_event_make): Remove event_mask checking. Now always
10047         returns an event.
10048                 
10049         * gdk/linux-fb/gdkkeyboard-fb.c:
10050         * gdk/linux-fb/gdkproperty-fb.c:
10051         * gdk/linux-fb/gdkselection-fb.c:
10052         Use new event_window/gdk_event_make() behaviour.
10053         
10054         * gdk/linux-fb/gdkmouse-fb.c:
10055         Use new event_window/gdk_event_make() behaviour.
10056         Only send motion events if in the same window.
10057         If grabbed, use cursor from window if sibling of grabbed
10058         window, and cursor from grabbed window otherwise.
10059
10060         * gdk/linux-fb/gdkprivate-fb.h:
10061         Update gdk_fb_window_send_crossing_events, gdk_event_make
10062         and grab varaible declarations. Add gdk_fb_*_event_window().
10063
10064         * gdk/linux-fb/gdkwindow-fb.c:
10065         Use new event_window/gdk_event_make() behaviour.
10066         Keep correct track of focus window.
10067         (gdk_window_set_events): Set all specific button motion masks
10068         if GDK_BUTTON_MOTION_MASK set.
10069
10070         * gtk/gtkdnd.c (gtk_drag_update):
10071         Free info->last_event if gdk_drag_motion returned FALSE.
10072
10073 2001-01-16  Tor Lillqvist  <tml@iki.fi>
10074
10075         * gdk/win32/gdkwindow-win32.c (gdk_window_show, gdk_window_hide):
10076         Eliminate redraws when input-only windows are shown or
10077         hidden. Thanks to jpe@archaeopteryx.com.
10078
10079 Tue Jan 16 13:13:13 GMT 2001  Tony Gale <gale@gtk.org>
10080
10081         * docs/faq/gtk-faq.sgml: FAQ update:
10082           - Update to bugzilla
10083           - Add GTK+ and security/SUID/SGID
10084           - Add DnD question
10085
10086 2001-01-16  Alexander Larsson  <alla@lysator.liu.se>
10087
10088         * gdk/linux-fb/gdkdnd-fb.c:
10089         Some cleanups.
10090         
10091 2001-01-15  Havoc Pennington  <hp@pobox.com>
10092
10093         * tests/testtreeview.c: add test stuff for CellRendererToggle
10094
10095         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_model): add this
10096         accessor
10097
10098         * gtk/gtkcellrenderertoggle.c: distinguish different event types,
10099         only toggle on button press (would do release like GtkButton, but
10100         we'd need implicit grab code for treeview cells)
10101
10102 2001-01-16  Tor Lillqvist  <tml@iki.fi>
10103
10104         * gdk/win32/gdkvisual-win32.c: Include <stdlib.h> for getenv().
10105
10106         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Don't use
10107         GDK_COLORMAP_PRIVATE_DATA on a potentially NULL GdkColormap.
10108
10109         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Adapt calls
10110         to g_{locale,filename}_{to,from}_utf8 to match current API.
10111
10112         * gtk/makefile.msc.in (gtk_OBJECTS)
10113         * gtk/makefile.mingw.in (gtk_OBJECTS): Add gtkwindow-decorate.
10114
10115         * gtk/gtk.def: Update.
10116
10117 2001-01-15  Tor Lillqvist  <tml@iki.fi>
10118
10119         * gdk/win32/gdkevents-win32.c (synthesize_crossing_events): New
10120         implementaion that more closely mimics the events that an X server
10121         would generate. Especially, properly generate GDK_NOTIFY_VIRTUAL and
10122         GDK_NOTIFY_NONLINEAR_VIRTUAL crossing events. This makes buttons
10123         with nested preview widgets, for instance, more responsive when
10124         you move the mouse quickly into them.
10125         (find_window_for_pointer_event): Make it actually compile.
10126         (gdk_event_translate): Set send_event to the value of
10127         InSendMessage (). This doesn't really mean the same as X11's
10128         send_event flag, but is close enough, says jpe@archaeopteryx.com
10129
10130 2001-01-15  Alexander Larsson  <alexl@redhat.com>
10131
10132         * gdk/linux-fb/gdkdnd-fb.c:
10133         Implemented drag and drop.
10134         Seems to be mostly working. I sometimes get an assert from gtkdnd.c:2664
10135         when it tries to free and then copy the same event (info->last_event).
10136         I am not sure about why this happens, but will continue looking.
10137
10138 2001-01-15  Alexander Larsson  <alexl@redhat.com>
10139
10140         * gdk/linux-fb/gdkwindow-fb.c:
10141         Use gdk_window_invalidate_rect instead of
10142         gdk_window_invalidate_rect_clear to minimise flashing.
10143         When hiding windows you need to clear the root window though.
10144
10145 2001-01-15  Alexander Larsson  <alexl@redhat.com>
10146
10147         * gdk/linux-fb/gdkdrawable-fb2.c:
10148         For optization, add an full_shapes argument to gdk_fb_clip_region.
10149         If this is false, only the cliprects of the shapes are used.
10150
10151         * gdk/linux-fb/gdkprivate-fb.h:
10152         Export gdk_fb_window_peek_shape.
10153         Add full_shapes to gdk_fb_clip_region.
10154
10155         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
10156         When moving a window, don't clear everything under the it, just the
10157         root window. Makes stuff faster and flash less.
10158         (gdk_window_get_pointer): Correctly handle offseted shapes, due to
10159         USE_CHILD_SHAPE. (gdk_fb_window_peek_shape): Return the correct
10160         offset of the shape.
10161         
10162
10163 2001-01-12  Havoc Pennington  <hp@redhat.com>
10164
10165         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): offset the 
10166         current invalid region, fixes redraw bug while scrolling the 
10167         text widget
10168
10169         * gtk/gtktextview.c, gtk/gtktextview.h:
10170         Rearrange the scrolling/validation/etc. code in a major way, 
10171         so it seems to make sense to me. Probably isn't genuinely that
10172         much better, but...
10173
10174         * gtk/gtktexttag.c (set_fg_color): fix name of property used for
10175         notifies
10176
10177         * gtk/gtktextmark.c (gtk_text_mark_get_left_gravity): new function
10178
10179 2001-01-12  Alexander Larsson  <alla@lysator.liu.se>
10180
10181         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_set_rotation):
10182         Hide mouse pointer while rotation. Show it afterwards.
10183
10184 2001-01-12  Alexander Larsson  <alexl@redhat.com>
10185
10186         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region): Take shaped
10187         windows in consideration when generating clip region.
10188
10189         * gdk/linux-fb/gdkfb.h:
10190         Huge HACK. Added GDK_FB_USE_CHILD_SHAPE.
10191
10192         * gdk/linux-fb/gdkprivate-fb.h:
10193         Add shape to GdkWindowFBDatat.
10194         exported gdk_fb_window_get_abs_shape().
10195         removed gdk_fb_draw_lines declaration.
10196
10197         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_impl_fb_init):
10198         Init shape to NULL. (gdk_fb_window_send_crossing_events): Don't
10199         send focus changes when there is a grabbed window.
10200         (gdk_window_get_pointer): Handle shaped windows.
10201         (gdk_fb_region_create_from_bitmap): Convert bitmap to region.
10202         (gdk_fb_window_peek_shape): Returns the shape for a window,
10203         handles GDK_FB_USE_CHILD_SHAPE.
10204         (gdk_fb_window_get_abs_shape): Returns the shape of the window,
10205         offseted to absolute positions. Handles GDK_FB_USE_CHILD_SHAPE.
10206         (gdk_window_shape_combine_mask): Implement.
10207
10208         * gtk/gtkwindow-decorate.c:
10209         HACK! Set GDK_FB_USE_CHILD_SHAPE on window->frame to make sure
10210         setting the shape of a window makes the window transparent.
10211
10212 2001-01-11  Havoc Pennington  <hp@redhat.com>
10213
10214         * gtk/gtktreemodelsimple.h: Oops, broke some macros
10215
10216 2001-01-10  Havoc Pennington  <hp@redhat.com>
10217
10218         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clear_attributes):
10219         add this function, bug 40251
10220
10221         * gtk/gtktreemodelsimple.h (GTK_TYPE_TREE_MODEL_SIMPLE): fix name
10222         of type macro   
10223
10224 2001-01-11  Alexander Larsson  <alexl@redhat.com>
10225
10226         * acconfig.h:
10227         Added ENABLE_SHADOW_FB
10228
10229         * configure.in:
10230         Added --disable-shadowfb
10231
10232         * gdk/linux-fb/gdkcursor-fb.c:
10233         Update shadowfb when updating cursor
10234
10235         * gdk/linux-fb/gdkdrawable-fb2.c:
10236         Added wrappers for shadowfb that calls  the normal drawable
10237         methods, but calls gdk_shadow_fb_update(bounding box) when
10238         GdkWindows are drawed to.
10239         Moved gdk_draw_glyphs implementation to _gdk_draw_glyphs
10240         which also returns the bounding box.
10241
10242         * gdk/linux-fb/gdkfb.h:
10243         Added GdkFBAngle type and gdk_fb_set_rotation declaration.
10244
10245         * gdk/linux-fb/gdkgeometry-fb.c:
10246         Update shadowfb when scrolling window.
10247
10248         * gdk/linux-fb/gdkglobals-fb.c:
10249         Add _gdk_fb_screen_angle.
10250         
10251         * gdk/linux-fb/gdkkeyboard-fb.c:
10252         Test code for screen rotation. Shift-F2 in the xlate driver
10253         rotates the screen.
10254
10255         * gdk/linux-fb/gdkmain-fb.c:
10256         Handle shadowfb. Add gdk_fb_set_rotation(). Remove CM and RP.
10257
10258         * gdk/linux-fb/gdkmouse-fb.c:
10259         Use fb_width/height instead of modeinfo.xres/yres.
10260
10261         * gdk/linux-fb/gdkprivate-fb.h:
10262         Added fb_men, fb_width, fb_height & fb_stride. When using
10263         shadow fb these can differ from the framebuffer stuff.
10264         Declarations for gdk_shadow_fb_update, gdk_shadow_fb_init,
10265         gdk_shadow_fb_stop_updates, gdk_fb_recompute_all,
10266         _gdk_fb_screen_angle. Removed CM, RP.
10267
10268         * gdk/linux-fb/gdkrender-fb.c:
10269         Added code for shadowfb handling and screen rotation using
10270         shadowfb.
10271
10272         * gdk/linux-fb/gdkwindow-fb.c:
10273         Use fb_mem, fb_stride, fb_width, fb_height.
10274         Added recompute_rowstride to reset the rowstride of all windows.
10275         Added gdk_fb_recompute_all() which recomputes rootwindow size,
10276         window abs positions and window rowstrides. Usefull when the
10277         rotation has changed.
10278
10279 Thu Jan 11 13:16:50 GMT 2001  Tony Gale <gale@gtk.org>
10280
10281         * docs/faq/gtk-faq.sgml: update to make web site updating easier
10282
10283 2001-01-10  Havoc Pennington  <hp@redhat.com>
10284
10285         * gtk/gtktreestore.c (gtk_tree_store_insert_before): handle case
10286         where sibling == iter
10287         (gtk_tree_store_insert_after): handle sibling == iter
10288         (gtk_tree_store_prepend): remove stamp checks
10289         (gtk_tree_store_insert_before): ditto
10290         (gtk_tree_store_append): ditto
10291         (gtk_tree_store_get_path): ditto
10292         (gtk_tree_store_get_value): ditto
10293         (gtk_tree_store_iter_has_child): ditto
10294         (gtk_tree_store_iter_n_children): ditto
10295         (gtk_tree_store_iter_nth_child): ditto
10296         (gtk_tree_store_insert_after): ditto
10297         (gtk_tree_store_is_ancestor): ditto
10298         (gtk_tree_store_iter_depth): ditto
10299         (gtk_tree_store_insert_before): assert that sibling's parent is
10300         the same as the passed-in parent
10301         (gtk_tree_store_insert_after): assert that sibling's parent is
10302         the same as the passed-in parent
10303
10304         
10305         * gtk/gtktreemodel.c (gtk_tree_model_get_first): new convenience 
10306         function to get the first iterator in a model
10307         
10308         * gtk/gtktreestore.c (gtk_tree_store_get_root_iter): remove,
10309         conventionally the "root" in this sense is just NULL afaict.
10310
10311         * gtk/gtkliststore.c (gtk_list_store_insert_before): handle case
10312         where sibling == iter
10313         (gtk_list_store_insert_after): handle case where sibling == iter
10314
10315         * tests/testtreeview.c (run_automated_tests): fairly lame basic
10316         automated tests for ListStore, TreeStore
10317
10318         * gtk/gtkliststore.c (gtk_list_store_remove): update tail pointer
10319         (gtk_list_store_insert): update tail pointer, and fix it to work
10320         (gtk_list_store_insert_before): update tail pointer, and fix it to work
10321         (gtk_list_store_append): use tail to be faster
10322         (gtk_list_store_prepend): fix it, update tail pointer
10323         (gtk_list_store_insert_after): fix it, update tail pointer
10324
10325         * gtk/gtkliststore.h (struct _GtkListStore): add tail pointer for 
10326         the list
10327
10328 2001-01-09  Havoc Pennington  <hp@redhat.com>
10329
10330         * gtk/gtklabel.c (gtk_label_expose): don't draw if label->layout
10331         is NULL due to a pending resize
10332
10333         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): don't set the
10334         column width to values less than 1
10335
10336         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_width): clamp
10337         width to be between min/max width, and still set the width 
10338         even if autosize is turned on, so the tree view can use this 
10339         function in order to autosize.
10340         (gtk_tree_view_column_init): set initial width to 1 not 0
10341
10342         * gtk/gtktreeview.c (gtk_tree_view_size_request_buttons): use
10343         setter function to modify column width, so we get notification
10344         (gtk_tree_view_insert_iter_height): ditto
10345         (gtk_tree_view_calc_size): ditto
10346         (gtk_tree_view_check_dirty): ditto
10347
10348         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add
10349         properties to change all the interesting attributes of the tree
10350         view column.
10351         (gtk_tree_view_column_set_header_clickable): rename set_clickable
10352         (gtk_tree_view_column_get_clickable): add
10353         (gtk_tree_view_column_set_cell_renderer): don't unset the current
10354         attributes; assume a cell renderer with equivalent object
10355         properties has been swapped in. Do g_object_notify().
10356         (gtk_tree_view_column_set_visible): g_object_notify
10357         (gtk_tree_view_column_get_sizing): rename from get_col_type
10358         (gtk_tree_view_column_set_sizing): g_object_notify
10359         (gtk_tree_view_column_set_width): add g_object_notify
10360         (gtk_tree_view_column_set_min_width): ditto
10361         (gtk_tree_view_column_set_max_width): ditto
10362         (gtk_tree_view_column_set_title): ditto
10363         (gtk_tree_view_column_set_clickable): ditto
10364         (gtk_tree_view_column_set_widget): ditto
10365         (gtk_tree_view_column_set_justification): ditto
10366
10367 2001-01-09  Havoc Pennington  <hp@redhat.com>
10368
10369         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): handle case where
10370         there are no rows in the model
10371
10372         * gtk/gtkliststore.c (gtk_list_store_iter_children): if parent is
10373         NULL, then return the start of the list
10374
10375         * gtk/gtktreeview.c (gtk_tree_view_setup_model): don't build tree
10376         if we can't get any rows from an empty model 
10377
10378         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): remove
10379         extraneous * after function pointer typedef usage
10380
10381         * Makefile.am: don't specify full path to cp and rm
10382
10383         * gtk/gtkcellrenderertextpixbuf.c
10384         (gtk_cell_renderer_text_pixbuf_get_size): check width/height !=
10385         NULL before dereferencing, fixes a segfault that happened from
10386         time to time
10387
10388         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render):
10389         use gdk_pixbuf_render_to_drawable_alpha() to get alpha channel,
10390         and reindent the function
10391         (gtk_cell_renderer_pixbuf_get_size): indentation
10392
10393         * gtk/gtkdialog.c (gtk_dialog_run): destroy main loop only after
10394         we quit it
10395         (gtk_dialog_add_buttons_valist): add g_return_if_fail
10396         (gtk_dialog_set_default_response): New function, to set default
10397         button
10398         (gtk_dialog_set_response_sensitive): New function, to set 
10399         sensitivity of buttons
10400
10401         * gtk/gtkcellrendererpixbuf.c
10402         (gtk_cell_renderer_pixbuf_get_property): allow getting a NULL pixbuf
10403         (gtk_cell_renderer_pixbuf_set_property): allow setting a NULL pixbuf
10404
10405         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
10406         handle any G_TYPE_OBJECT subclass, not just the base class, and 
10407         also boxed types.
10408         (_gtk_tree_data_list_value_to_node): ditto
10409
10410         * gtk/gtkrbtree.c: Run _gtk_rbtree_test at strategic points if 
10411         --gtk-debug=tree
10412
10413         * gtk/gtkmain.c: add GTK_DEBUG_TREE
10414
10415         * gtk/gtkdebug.h: add GTK_DEBUG_TREE
10416
10417 2001-01-09  Tor Lillqvist  <tml@iki.fi>
10418
10419         * gdk/win32/gdkevents-win32.c: Implement better mouse
10420         capturing. Do use SetCapture(). Thanks to jpe@archaeopteryx.com.
10421         (find_window_for_pointer_event): New function.
10422         (gdk_event_translate): Use it when handling mouse events.
10423
10424 2001-01-09  Alexander Larsson  <alla@lysator.liu.se>
10425
10426         * configure.in:
10427         Added --with-included-loaders option
10428
10429         * gdk-pixbuf/Makefile.am:
10430         * gdk-pixbuf/gdk-pixbuf-io.c:
10431         Add support for including selected gdk-pixbuf loaders only.
10432
10433         * gtk/gtkwindow.c (gtk_window_set_frame_dimensions,
10434         gtk_window_set_has_frame):
10435         Added inline documentation.
10436
10437         * gdk/x11/gdkwindow-x11.c (gdk_window_get_decorations):
10438         * docs/reference/gdk/tmpl/windows.sgml:
10439         Added inline documentation.
10440
10441 Mon Jan  8 14:42:06 2001  Jonathan Blandford  <jrb@redhat.com>
10442
10443         * gtk/gtktreeview.c (gtk_tree_view_realize_buttons): Skip
10444         realizing buttons that have already been realized.
10445
10446 Mon Jan  8 14:06:29 2001  Jonathan Blandford  <jrb@redhat.com>
10447
10448         * tests/testtreeview.c (main): Show menu items before adding to
10449         option menu.
10450
10451         * gtk/gtktreeview.c (gtk_tree_view_set_model): Keep the columns
10452         around if we kill them.
10453
10454         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
10455         Return if we pass in a NULL model.
10456
10457 2001-01-08  Havoc Pennington  <hp@redhat.com>
10458
10459         * tests/testtreeview.c: hack on this some
10460
10461         * gtk/gtktreestore.c (gtk_tree_store_setv): rename
10462         gtk_tree_store_set_valist, v is for arrays, valist for varargs
10463         list
10464         (gtk_tree_store_getv): rename gtk_tree_store_get_valist
10465
10466         * gtk/gtkliststore.h: Add varargs set() and get() convenience
10467         functions
10468
10469 2001-01-08  Alexander Larsson  <alexl@redhat.com>
10470
10471         * gtk/gtkwindow-decorate.[hc]:
10472         * gtk/Makefile.am:
10473         New files. Contains an implementation of a minimal WM for
10474         linux-fb.
10475
10476         * gtk/gtkwindow.h:
10477         Add the possibility for GtkWindows to specify a frame. This
10478         is used for the window decoration code, but could concievably
10479         be used for X programs too (xmms style windows).
10480         GtkWindow->frame is the toplevel window if the window is framed.
10481         The signal frame_event gets all events that are targeted to
10482         GtkWindow->frame.
10483         (_gtk_window_constrain_size): Exported for usage by gtkwindow-decorate.c.
10484         
10485         * gtk/gtkwindow.c:
10486         Implement gtk_window_set_has_frame and gtk_window_set_frame_dimensions.
10487         Call out to gtkwindow-decorate.c for WM support in linx-fb.
10488
10489 2001-01-08  Alexander Larsson  <alexl@redhat.com>
10490
10491         * docs/README.linux-fb:
10492         Correct filename ~/.pangoft2_aliases
10493
10494         * gdk/gdkwindow.h:
10495         Added new function gdk_window_get_decorations.
10496
10497         * gdk/linux-fb/gdkfb.h:
10498         Removed _gdk_window_get_decorations declaration.
10499         Renamed _gdk_window_set_child_handler to
10500         gdk_fb_window_set_child_handler.
10501
10502         * gdk/linux-fb/gdkwindow-fb.c:
10503         Renamed _gdk_window_set_child_handler to
10504         gdk_fb_window_set_child_handler.
10505
10506         * gdk/x11/gdkwindow-x11.c:
10507         New function gdk_window_get_mwm_hints().
10508         Implemented gdk_window_get_decorations.
10509
10510         * docs/reference/gdk/tmpl/windows.sgml:
10511         * docs/reference/gdk/gdk-sections.txt:
10512         Added gdk_window_get_decorations docs.
10513         
10514 2001-01-08  Alexander Larsson  <alla@lysator.liu.se>
10515
10516         * gdk/linux-fb/gdkwindow-fb.c (_gdk_fb_window_find_focus,
10517         gdk_fb_window_find_focus, gdk_fb_send_focus_change,
10518         gdk_fb_window_send_crossing_events):
10519         Possibly send focus events when the mouse moves from one
10520         window to another.
10521
10522 2001-01-07  Tor Lillqvist  <tml@iki.fi>
10523
10524         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title,
10525         gdk_window_new): Adapt calls to g_{locale,filename}_{to,from}_utf8
10526         to match current API.
10527
10528         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): If a secret
10529         environment variable is set, don't call g_error when on a
10530         palettized (PseudoColor) display. Some people want to use GTK+ 
10531         in 256-colour mode even though works only partially.
10532
10533         * gdk/gdk.def
10534         * gtk/gtk.def
10535         * gtk/makefile.mingw.in: Update.
10536
10537 2001-01-05  Havoc Pennington  <hp@redhat.com>
10538
10539         * tests/testtreeview.c: hack on this a bit
10540
10541         * gtk/gtktextlayout.c (gtk_text_layout_class_init):
10542         s/GTK_RUN_LAST/G_SIGNAL_RUN_LAST
10543
10544         * gtk/gtktreemodelsimple.h (GTK_IS_TREE_MODEL_SIMPLE_CLASS): 
10545         was spelled incorrectly
10546         (GTK_IS_TREE_MODEL_SIMPLE): ditto
10547
10548         * gtk/gtktreeview.c (gtk_tree_view_set_headers_clickable): rename
10549         from gtk_tree_view_set_headers_active   
10550
10551         * gtk/gtktexttag.c:
10552         (gtk_text_tag_get_property): handle PROP_DIRECTION
10553         (gtk_text_tag_set_property): g_object_notify when we toggle the _set
10554         properties, bug 40235
10555
10556         * gtk/gtktextiter.c (gtk_text_iter_forward_to_delimiters): rename
10557         forward_to_line_end
10558
10559 Fri Jan  5 16:16:29 2001  Owen Taylor  <otaylor@redhat.com>
10560
10561         * gtk/{gtkcalender.c,gtkfilesel.c,gtkimcontext.c},
10562         modules/input/gtkimcontextxim.c: Adapt to new prototypes
10563         for unicode,locale,filename conversion functions.
10564
10565 2001-01-05  Havoc Pennington  <hp@redhat.com>
10566
10567         * gtk/gtktextiter.c (gtk_text_iter_ends_line): this function was
10568         broken if called on the first position in the buffer.
10569
10570         * gtk/gtktextlayout.c (line_display_index_to_iter): fix
10571         forward_to_delimiters to be called only if we aren't already at
10572         the delimiters.
10573
10574 2001-01-05  Havoc Pennington  <hp@redhat.com>
10575
10576         * demos/gtk-demo/main.c (create_tree): Oops, that didn't link. Fix.
10577
10578 2001-01-05  Alexander Larsson  <alexl@redhat.com>
10579
10580         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_drawable_finalize): free
10581         colormap in here. Sync from X port.
10582         (gdk_fb_set_colormap): allow the colormap to be NULL if you like.
10583         Sync from X port.
10584         (gdk_fb_clip_region): Comment out g_warning about empty clip region.
10585         This happens now and then, and i don't think it is a bug.
10586         (gdk_fb_draw_polygon): Correctly add extra point if startpoint
10587         != endpoint.
10588         (gdk_fb_draw_lines): Don't draw dashed lines if line_style is
10589         GDK_LINE_SOLID.
10590
10591         * gdk/linux-fb/gdkfont-fb.c: Return bogus GdkFont that has
10592         some of the fields filled in at least.
10593
10594         * gdk/linux-fb/miwideline.c: The widths argument to miLineArcI, and
10595         miLineArcD is no more, remove it from the function definition.
10596
10597 2001-01-04  Havoc Pennington  <hp@redhat.com>
10598
10599         * gtk/gtktreeselection.c (gtk_tree_selection_get_tree_view): add
10600         this
10601
10602         * gtk/gtktreemodel.h (struct _GtkTreeIter): rename fields to
10603         user_data instead of tree_node
10604
10605         * gtk/gtktreeprivate.h (TREE_VIEW_COLUMN_WIDTH): rename from
10606         TREE_VIEW_COLUMN_SIZE
10607
10608         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): rename
10609         "size" field to "width" finishes bug 40061
10610
10611         * gtk/gtkcellrenderer.h: Use GtkCellRendererState instead of guint
10612         for bitfields, bug 40268
10613
10614 2001-01-04  Havoc Pennington  <hp@redhat.com>
10615
10616         Rename some stuff:
10617         
10618         s/gtk_tree_view_column_set_size/gtk_tree_view_column_set_width/g;
10619
10620         s/GtkModelSimple/GtkTreeModelSimple/g;
10621         s/GTK_MODEL_SIMPLE/GTK_TREE_MODEL_SIMPLE/g;
10622         s/gtk_model_simple/gtk_tree_model_simple/g;
10623         s/gtkmodelsimple/gtktreemodelsimple/g;
10624
10625         s/gtk_tree_view_column_set_header_active/gtk_tree_view_column_set_header_clickable/g;
10626
10627         s/GtkTreeViewColumnType/GtkTreeViewColumnSizing/g;
10628         s/column_set_col_type/column_set_sizing/g;
10629
10630         s/GtkTreeSelectionType/GtkTreeSelectionMode/g;
10631         s/gtk_tree_selection_set_type/gtk_tree_selection_set_mode/g;
10632
10633         s/GtkCellRendererType/GtkCellRendererState/g;
10634         
10635         * gtk/gtkcellrenderertoggle.c: remove _ macro, include gtkintl.h
10636         (gtk_cell_renderer_toggle_class_init): change "state" property to
10637         "active", to match GtkToggleButton
10638         (gtk_cell_renderer_toggle_get_active): new function, bug
10639         40269
10640         (gtk_cell_renderer_toggle_set_active): new function
10641         (gtk_cell_renderer_toggle_set_property): route changes to toggle
10642         state through gtk_cell_renderer_set_active
10643
10644 Thu Jan  4 15:46:18 2001  Jonathan Blandford  <jrb@redhat.com>
10645
10646         * gtk/gtkmodelsimple.c: Changed a bunch of boxed types to pointers
10647         temporarily until they work again.  Brought up to date with
10648         changes in the model.
10649         * gtk/gtkmodelsimple.h: Brought up to date with changes in the
10650         model.
10651
10652 2001-01-04  Havoc Pennington  <hp@redhat.com>
10653
10654         * gtk/gtktextlayout.c (line_display_index_to_iter): if index is
10655         equal to the line length, then position iterator before paragraph 
10656         separators. Fixes crash reported by Mikael Hermansson when
10657         pressing left arrow from the start of a line.   
10658
10659         * gtk/gtktextiter.c (iter_set_from_byte_offset): Add g_error
10660         about byte indexes off the end
10661         (iter_set_from_char_offset): add g_error about char offsets
10662         off the end
10663
10664 2001-01-03  Havoc Pennington  <hp@redhat.com>
10665
10666         * gtk/gtktextbtree.c: Adapt to uscore-ification of gtktextiterprivate
10667
10668         * gtk/gtktextdisplay.c (gtk_text_layout_draw): remove use 
10669         of private functions; remove inclusion of private headers.
10670
10671         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_line): Add this 
10672         function, so we don't need private functions in gtktextdisplay.c
10673
10674         * gtk/gtktextiterprivate.h: underscore-ification
10675
10676         * gtk/gtkwidget.c: Clean up a bunch of docs that said "INTERNAL"
10677         to instead say "only useful to implement widgets"
10678
10679         * gtk/gtkenums.h (GtkMovementStep): Rename GTK_MOVEMENT_CHARS,
10680         GTK_MOVEMENT_POSITIONS to GTK_MOVEMENT_LOGICAL_POSITIONS,
10681         GTK_MOVEMENT_VISUAL_POSITIONS. Resolves bug 40249.
10682
10683         * gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_set_colormap):
10684         This function was completely broken
10685
10686         * gtk/testtext.c (line_numbers_expose): use gtk_paint_layout
10687
10688         * gtk/gtkvscale.c (gtk_vscale_draw_value): use gtk_paint_layout
10689
10690         * gtk/gtkvruler.c (gtk_vruler_draw_ticks): use gtk_paint_layout
10691
10692         * gtk/gtklabel.c (gtk_label_expose): use gtk_paint_layout
10693
10694         * gtk/gtkhscale.c (gtk_hscale_draw_value): use gtk_paint_layout
10695
10696         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): use gtk_paint_layout
10697
10698         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): use
10699         gtk_paint_layout
10700
10701         * gtk/gtkaccellabel.c (gtk_accel_label_expose_event): use
10702         gtk_paint_layout
10703
10704         * gtk/gtkstyle.h: Add draw/paint expander to draw tree expanders.
10705         Progress on bug 40103. Add draw_layout to draw a PangoLayout.
10706         (struct _GtkStyleClass): Remove draw_cross, draw_oval, draw_ramp,
10707         which were not implemented.     
10708
10709         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): Add
10710         insert_pixbuf signal. Rename delete_text to delete_range since it
10711         also deletes pixbufs and child anchors. This almost closes bug
10712         40245 (still need to deal with child anchors)
10713
10714         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Add
10715         insert_pixbuf, change signal names as appropriate, change types of
10716         signals taking marks/tags to have the specific type, not just
10717         G_TYPE_OBJECT
10718         
10719         * gtk/gtkmain.c (gtk_get_current_event_state): Add this function; 
10720         closes bug 40051
10721
10722         * gtk/gtkoptionmenu.c (gtk_option_menu_set_history): clean up
10723         unnecessary remove_contents() call
10724         (gtk_option_menu_class_init): add a "changed" signal, closes
10725         bug 40039
10726         (gtk_option_menu_update_contents): emit "changed" if the 
10727         active menu item changes
10728
10729         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done): fix bad
10730         cast to GtkObject, reported by Jonas Borgstrom
10731         (gdk_pixbuf_loader_finalize): don't close the loader on finalize;
10732         we can't do stuff with side effects in finalize. Instead, spew a
10733         warning if the loader isn't closed.
10734
10735         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_finalize): free
10736         colormap in here, non-X ports probably need to sync to this change
10737
10738         * gdk/x11/gdkdrawable-x11.c (gdk_x11_set_colormap): remove 
10739         assertion that colormap != NULL, you can set the colormap to NULL
10740         if you like.
10741         
10742         * Makefile.am: remove gtk-config-2.0
10743
10744         * configure.in: Use pkg-config to locate GLib. Remove
10745         separated-out GMODULE_LIBS, GMODULE_CFLAGS; these were not used,
10746         and the gmodule libs/cflags were in GLIB_LIBS GLIB_CFLAGS anyhow.
10747         Use pkg-config to locate Pango. Output correct Pango libs to
10748         gdk-2.0.pc.in. Fix test for FREETYPE_CONFIG (typo fix).
10749
10750         * Makefile.am (pkgconfig_DATA): install only target-specific pc
10751         files
10752         (install-data-local): symlink gtk+-2.0.pc and gdk-2.0.pc to the
10753         X11 pc files
10754
10755         * gtk+-2.0.pc.in (Requires): require the GDK for the current target
10756         unref from here
10757
10758 2001-01-03  Alexander Larsson  <alla@lysator.liu.se>
10759
10760         * configure.in:
10761         Change GTK_NO_CHECK_CASTS to G_DISABLE_CAST_CHECKS.
10762
10763 Tue Jan  2 16:23:05 2001  Owen Taylor  <otaylor@redhat.com>
10764
10765         * gtk/gtktextlayout.c
10766         (gtk_text_layout_move_iter_to_previous_line): Fix unitialized
10767         variable when moving back onto a single line.
10768
10769 2001-01-01  Havoc Pennington  <hp@redhat.com>
10770
10771         * gtk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
10772
10773         * gdk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
10774
10775         * configure.in (LIBTOOL_EXPORT_OPTIONS): define
10776         LIBTOOL_EXPORT_OPTIONS with options to control symbol export
10777
10778 2001-01-01  Havoc Pennington  <hp@redhat.com>
10779
10780         * gtk/gtktexttagprivate.h: uscore-prepend all the stuff in here.
10781
10782         * gtk/gtk-boxed.defs (GtkTextAttributes): Add boxed type for 
10783         GtkTextAttributes
10784
10785         * gtk/gtktexttag.c: Fix up GtkTextAttributes copying to close bug 
10786         #40246
10787         (gtk_text_attributes_copy_values): rename from 
10788         gtk_text_attributes_copy
10789         (gtk_text_attributes_copy): a more standard GTK copy function, 
10790         which returns a new object
10791
10792 2001-01-01  Havoc Pennington  <hp@redhat.com>
10793
10794         * gtk/gtktreeview.c: Adapt to GtkTreeSelection changes
10795         
10796         * gtk/gtktreeselection.c (_gtk_tree_selection_set_tree_view):
10797         don't fill in tree_view->priv->selection, kind of an unexpected
10798         side effect
10799
10800         * gtk/gtkcellrenderertext.c: Remove definition of _ and include
10801         gtkintl.h
10802         
10803         * gtk/gtkcellrenderer.c: Remove definition of _ and include
10804         gtkintl.h
10805         (gtk_cell_renderer_get_property): remove calls to g_value_init
10806
10807         * gtk/gtkcellrendererpixbuf.c: Remove definition of _ and include
10808         gtkintl.h
10809
10810         * gtk/gtkcellrenderertextpixbuf.c: Remove definition of _ macro
10811         and include gtkintl.h
10812         (gtk_cell_renderer_text_pixbuf_class_init): remove spaces from
10813         property names
10814
10815         * gtk/gtktreeselection.c (_gtk_tree_selection_new): rename, return
10816         GtkTreeSelection
10817         (_gtk_tree_selection_new_from_with_view): rename, return
10818         GtkTreeSelection
10819         (_gtk_tree_selection_set_tree_view): rename with uscore
10820         (gtk_tree_selection_get_selected): fill in the "model" out param
10821         first, so it gets filled in even if we return at the top of the 
10822         function
10823         (gtk_tree_selection_real_select_all): add a comment and an else{}
10824         to clarify this a bit
10825         (gtk_tree_selection_real_unselect_all): add the same else{}
10826
10827         * gtk/gtktreeselection.h: Rename new, new_with_tree_view, and
10828         set_tree_view to have underscore prefixes, move them to the
10829         private header, fix return type of new_with_tree_view
10830         (struct _GtkTreeSelection): mark struct
10831         fields private  
10832
10833         * gtk/gtktreemodel.c (gtk_tree_model_get_flags): return
10834         GtkTreeModelFlags, not a guint
10835         (gtk_tree_path_prev): return gboolean not gint
10836         (gtk_tree_path_up): return gboolean not gint
10837
10838         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): make get_flags
10839         return GtkTreeModelFlags, not a guint
10840
10841         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_finalize): check
10842         that child model is non-null before unrefing it
10843         (g_value_int_compare_func): make this a qsort compare func, not 
10844         a boolean predicate
10845
10846         * gtk/gtktreemodelsort.h: rename gtk_tree_model_set_sort_column,
10847         (add -umn to the end), and mark it unimplemented
10848         (gtk_tree_model_sort_resort): remove, this wasn't implemented, and 
10849         I don't see what it's for - doesn't the model always sort itself?
10850         (gtk_tree_model_sort_set_compare): this had the wrong signature
10851
10852         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_attributes):
10853         Fix the docs to say that it destructively replaces existing
10854         attributes (previously said that it added attributes).
10855         (gtk_tree_view_column_set_visible): canonicalize bool before
10856         equality testing. Also, check for realization before
10857         hiding/showing the tree_column->window; if this window could exist
10858         before realization, then it's busted and needs fixing, we can't 
10859         create GDK resources pre-realization. Also, remove
10860         superfluous queue_resize(), since set_size() does that for us.
10861         (gtk_tree_view_column_set_col_type): check realization before 
10862         using tree_column->window
10863
10864         * gtk/gtktreedatalist.c: fix filename in copyright notice
10865
10866 2000-12-31  Havoc Pennington  <hp@pobox.com>
10867
10868         * gtk/gtktextview.c: Rearrange all the
10869         scroll-while-dragging-or-selecting code to be different, not
10870         necessarily better. ;-)
10871         (gtk_text_view_scroll_to_mark): Change this
10872         function to take within_margin as a fraction instead of a pixel
10873         value, and to take alignment arguments (indicating where to align 
10874         the mark inside the visible area)
10875         
10876         * gtk/testtextbuffer.c (fill_buffer): fix bad cast of GtkTextTag
10877         to GtkObject
10878
10879         * gtk/gtktextiter.c (gtk_text_iter_set_line_offset): change
10880         behavior so that offsets past the end of the line are not 
10881         allowed, and an offset equal to the line length moves the iterator
10882         to the next line
10883         (gtk_text_iter_set_line_index): make parallel change
10884         (gtk_text_iter_get_bytes_in_line): add this function
10885         
10886         * gtk/gtktextbtree.c (_gtk_text_line_byte_locate): change handling
10887         of byte indexes off the end of the line; byte index at the end of
10888         the line now returns FALSE and doesn't fill in the requested
10889         values, byte index past the end of the line is an error.  Also,
10890         don't allow -1 offset anymore, since its meaning is unclear.
10891
10892         This change exposes some bug in visual cursor motion, where we
10893         end up with a huge invalid byte index; needs fixing. Symptom of 
10894         bug is a crash when you hit up arrow.
10895         
10896         (_gtk_text_line_char_locate): match the change to byte_locate
10897
10898         * gtk/gtktextiter.c (find_by_log_attrs): Handle iteration backward
10899         from start of line properly. fixes bug reported by Mikael
10900         Hermansson where backspace would delete all text before the
10901         cursor.
10902
10903 2000-12-30  Tor Lillqvist  <tml@iki.fi>
10904
10905         * gdk/win32/gdkwindow-win32.c
10906         (gdk_window_impl_win32_get_visible_region): New function, as in
10907         the X11 backend.
10908         (gdk_window_new, gdk_window_set_title): Use g_locale_from_utf8()
10909         instead of duplicating the same code here.
10910
10911         * gdk/win32/gdkwin32.h (GDK_COLORMAP_PRIVATE_DATA): Use
10912         GDK_COLORMAP macro.
10913
10914         * gdk/win32/gdkevents-win32.c (gdk_event_funcs): Use NULL as
10915         destroy function.
10916         (gdk_event_translate): Use GDK_COLORMAP_PRIVATE_DATA to correctly
10917         access that.
10918
10919         * gtk/gtk.def: Update.
10920
10921         * gtk/makefile.mingw.in: Use glib-genmarshal from $(GLIB)/gobject.
10922
10923 2000-12-30  Havoc Pennington  <hp@pobox.com>
10924
10925         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set the system
10926         colormap on input only windows, to avoid special cases all over
10927         the code for these windows.
10928
10929 2000-12-26  Tor Lillqvist  <tml@iki.fi>
10930
10931         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): Call g_error if
10932         we are on a palettized display ("PseudoColor" in X11), as the code
10933         for that doesn't work anyway, and never has.
10934
10935 2000-12-22  Alexander Larsson  <alexl@redhat.com>
10936
10937         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_io):
10938         Don't use isprint() for chars > 255.
10939
10940 2000-12-21  Havoc Pennington  <hp@redhat.com>
10941
10942         * tests/testtreeview.c: more work
10943
10944 2000-12-21  Alexander Larsson  <alexl@redhat.com>
10945
10946         * docs/README.linux-fb:
10947         Update the docs to the new pangoft2 way.
10948
10949 2000-12-21  Alexander Larsson  <alexl@redhat.com>
10950
10951         * configure.in:
10952         For linux-fb get the pangoft2 cflags and libs. This needs a recent
10953         pango version.
10954         Remove modules/linux-fb/Makefile.
10955
10956         * gdk/linux-fb/gdkdrawable-fb2.c:
10957         Render glyphs using freetype.
10958
10959         * gdk/linux-fb/gdkfb.h:
10960         Add new fb-specific functions needed for managing windows.
10961
10962         * gdk/linux-fb/gdkmain-fb.c:
10963         Remove gdk_font_init/fini() calls.
10964
10965         * gdk/linux-fb/gdkpango-fb.c:
10966         Remove old implementation. Use pangoft2 instead.
10967
10968         * gdk/linux-fb/gdkprivate-fb.h:
10969         Remove PangoFBFont and related stuff.
10970
10971         * gdk/linux-fb/gdkwindow-fb.c:
10972         Implement drawable->get_visible_region.
10973         Implement support for _gdk_window_set_child_handler () and
10974         _gdk_window_get_decorations().
10975
10976         * modules/Makefile.am:
10977         Remove linux-fb subdir.
10978
10979         * modules/linux-fb/*:
10980         Removed all.
10981         
10982 2000-12-20  Jonathan Blandford  <jrb@redhat.com>
10983
10984         * gtk/gtkcellrenderer*.c (::get_property): remove g_value_init
10985         calls, as they are no longer needed.
10986
10987         * gtk/gtktreemodelsort.c: Fix up the comparison code.
10988         
10989         * gtk/gtktreemodel.h: Start work on ::reordered signal.  Need to
10990         figure out how to emit a signal on an interface.
10991
10992 2000-12-20  Havoc Pennington  <hp@redhat.com>
10993
10994         * tests: new directory to contain tests, gtk/test* should move
10995         here sometime (with appropriate on-cvs-server hackery)
10996
10997         * tests/testtreeview.c, tests/Makefile.am: a test
10998         
10999         * configure.in (AC_OUTPUT): add tests/Makefile
11000
11001         * gtk/gtktexttag.c (gtk_text_tag_get_property): Add "invisible"
11002         and "invisible_set" which were missing
11003
11004         * gtk/gtkrbtree.h: some cheesy indentation fix
11005         
11006 2000-12-20  Alexander Larsson  <alexl@redhat.com>
11007
11008         * gtk/gtkinvisible.c (gtk_invisible_realize):
11009         Attach the style to the window so that the style it is not
11010         leaked when unrealizing the window.
11011
11012 2000-12-18  Havoc Pennington  <hp@redhat.com>
11013
11014         * gtk/gtktextview.c (gtk_text_view_delete_from_cursor): do
11015         begin/end user action where appropriate
11016         (gtk_text_view_commit_handler): add begin/end user action
11017
11018         * gtk/gtktextbuffer.c: add begin/end user action signals, and
11019         bracket interactive operations with begin/end user action pair.
11020         
11021         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): remove
11022         "interactive" arg from insert_text and delete_text signals.
11023         Add begin_user_action, end_user_action signals
11024         (gtk_text_buffer_begin_user_action): 
11025         (gtk_text_buffer_end_user_action): New functions to delimit 
11026         a user-visible action
11027
11028         * gtk/gtkmarshal.list: update to reflect changes to gtktextbuffer
11029         signals.
11030         
11031 2000-12-18  Havoc Pennington  <hp@redhat.com>
11032
11033         * gdk/gdkevents.c (gdk_event_get_state): wow, that implementation
11034         was pretty non-working.
11035
11036         * gtk/testtext.c (fill_file_buffer): make this a bit more robust
11037         by passing the length to g_utf8_validate().
11038
11039 2000-12-16  Havoc Pennington  <hp@pobox.com>
11040
11041         * gtk/gdk-pixbuf-loader.h, gtk/gdk-pixbuf-loader.c: 
11042         Port to GObject, can go back in gdk-pixbuf after setting up 
11043         a gdk-pixbuf-marshal.h header over there.
11044
11045         * gtk/gtktreeview.c: s/SEPERATOR/SEPARATOR/g;
11046         (gtk_tree_view_class_init): specify GTK_TYPE_ADJUSTMENT for signal
11047         args
11048         (gtk_tree_view_init): don't unset GTK_NO_WINDOW, it shouldn't be
11049         set
11050         (gtk_tree_view_realize_buttons): don't gtk_widget_show() buttons
11051         here, do it when we create the buttons later
11052         (gtk_tree_view_realize_buttons): add some g_return_if_fail 
11053         (gtk_tree_view_map): paranoia checks that column->button is shown 
11054         and unmapped
11055         (gtk_tree_view_size_request): only request visible children.
11056         Move header size calculation in here, for cleanliness, and 
11057         to maintain invariants for child widgets if we eventually 
11058         let users set different children inside the buttons
11059         (gtk_tree_view_map_buttons): factor out code to map buttons,
11060         since it was being called several times
11061         (gtk_tree_view_size_allocate_buttons): move_resize the drag
11062         windows instead of just moving them; their height may change 
11063         if we allow random widgets in there, or the theme changes.
11064         (gtk_tree_view_size_allocate): move button size allocation 
11065         above emitting the scroll signals, to ensure a sane state when we
11066         hit user code
11067         (gtk_tree_view_button_release): remove queue_resize after
11068         tree_view_set_size(), set_size() will handle any resize queuing
11069         that's needed
11070         (gtk_tree_view_focus_in): just queue a draw, don't fool with
11071         draw_focus goo
11072         (gtk_tree_view_focus): use gtk_get_current_event() and
11073         gdk_event_get_state()
11074         (gtk_tree_view_deleted): don't queue_resize() after calling set_size()
11075         (gtk_tree_view_build_tree): fix a "if (foo); {}" bug - i.e. remove
11076         semicolon
11077         (gtk_tree_view_create_button): show the button here
11078         (gtk_tree_view_button_clicked): actually emit the clicked signal
11079         on the column
11080         (_gtk_tree_view_set_size): return right away if the size is
11081         unchanged, as a cheesy optimization
11082         (gtk_tree_view_setup_model): rename set_model_realized to 
11083         setup_model to match the flag that indicates whether we've 
11084         called it
11085         (gtk_tree_view_get_hadjustment): create adjustment if it doesn't
11086         exist, because set_scroll_adjustment does that and it shouldn't
11087         matter what order you call these in
11088         (gtk_tree_view_get_vadjustment): ditto
11089         (gtk_tree_view_set_headers_visible): canonicalize the bool, 
11090         for paranoia
11091         (gtk_tree_view_set_headers_visible): call
11092         gtk_tree_view_map_buttons() instead of using cut-and-paste code
11093         (gtk_tree_view_append_column): clarify whether the return value
11094         is the count of columns before or after, and do the increment 
11095         separately from the return statement so you can tell from the code.
11096         (gtk_tree_view_remove_column): ditto
11097         (gtk_tree_view_insert_column): ditto
11098         (gtk_tree_view_get_column): remove g_return_if_fail for columns
11099         outside the existing range, the docs say that outside-range
11100         columns are allowed, so we handle them as documented. (Presumably
11101         this allows a nice loop with column != NULL as test.)
11102         (gtk_tree_view_move_to): document what 0.0, 0.5, 1.0 alignments 
11103         mean (left/right/center etc.).
11104         (gtk_tree_view_collapse_all): only queue a draw if we're mapped
11105         (gtk_tree_view_expand_row): add docs
11106         (gtk_tree_view_collapse_row): add docs
11107
11108         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clicked): new
11109         function to emit the clicked signal on a column
11110         
11111         * gdk/gdkevents.c (gdk_event_get_state): new function, to get the
11112         state of an event
11113         (gdk_event_get_time): don't treat GDK_SCROLL 
11114         as a button event, remove default case from switch so gcc 
11115         will whine if we don't explicitly handle all event types
11116
11117         * gtk/gtktreeselection.h: added some FIXME 
11118         
11119         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): rename
11120         "columns" to "n_columns" and "column" to "columns" for clarity
11121
11122 2000-12-16  Havoc Pennington  <hp@pobox.com>
11123         
11124         * gtk/gtktextiter.c: General cleanup of the log attr iteration
11125         stuff. This should make e.g. the delete key work again in the
11126         text widget...
11127         (gtk_text_iter_forward_cursor_positions): handle negative count
11128         (gtk_text_iter_backward_cursor_positions): handle negative count
11129         (gtk_text_iter_forward_word_ends): handle negative count
11130         (gtk_text_iter_backward_word_starts): handle negative count
11131
11132         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktexttag.h,
11133         gtk/gtktexttag.c, gtk/gtktexttagtable.h, gtk/gtktexttagtable.c, 
11134         gtk/gtktextbuffer.h, gtk/gtktextbuffer.c: Convert everything to 
11135         GObject. No doubt will cause breakage.
11136
11137         * demos/gtk-demo/textview.c: remove hacks around
11138         non-GObject-ification of the text objects
11139
11140         * demos/gtk-demo/main.c (main): use g_object_set() to manipulate 
11141         the text tag
11142         
11143 2000-12-14  Havoc Pennington  <hp@pobox.com>
11144
11145         * configure.in: only AC_DEFINE(HAVE_XFT) if we actually determined
11146         that we have Xrender
11147
11148 Thu Dec 14 20:22:31 2000  Owen Taylor  <otaylor@redhat.com>
11149
11150         * gdk/{gdkdrawable.[ch],gdkpixmap.c,gdkwindow.c,x11/gdkwindow.c}:
11151         Add two virtualized functions gdk_drawable_get_clip_region - to
11152         get the clip region when drawing.
11153         
11154         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Rewrite to simple
11155         use invalidate_region.
11156
11157         * gdk/gdkwindow.c (gdk_window_invalidate_region): Clip to visible
11158         region.
11159
11160         * acconfig.h configure.in: Check for Xft. For now, assume
11161         that if Xft is found, Pango was compiled with Xft support
11162         as well.
11163
11164         * gdk/gdkcolor.h gdk/x11/gdkcolor-x11.c: Add 
11165         gdk_colormap_query_color().
11166         
11167         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_glyphs): Draw
11168         with Xft if appropriate.
11169
11170         * gdk/x11/gdkpango-x11.c (gdk_pango_context_get): Create
11171         a pangoxft context if we have XFT and the environment
11172         variable GD_USE_XFT is set.
11173         
11174         * gdk/x11/gdkx.h (struct _GdkGCX11): Cache the fg_pixel
11175         and also possibly an XftDraw structure.
11176
11177         * gtk/gtkfontsel.c: Handle the case where the font from the
11178         style doesn't match any of the fonts a bit better.
11179         
11180         * gtk/testgtk.c: Add tabs between directional segments for
11181         hebrew/arabic test. (Not really necessary, just a little
11182         prettier.)
11183
11184 2000-12-14  Havoc Pennington  <hp@redhat.com>
11185
11186         * gtk/testtext.c (fill_file_buffer): fix unicode validation when
11187         reading a file
11188
11189 2000-12-14  Havoc Pennington  <hp@redhat.com>
11190
11191         * gtk/gtktextbtree.c (_gtk_text_btree_validate_line): remove
11192         unused call to get_last_line()
11193
11194         * gtk/gtkobject.c (gtk_object_add_arg_type): add G_TYPE_POINTER
11195         here until boxed is working (and maybe after that - we should
11196         really not gratuitously break old code)
11197
11198         * gtk/gtktexttag.c (gtk_text_tag_class_init): add commented-out
11199         specific types for font_desc and tabs args, move them to
11200         GTK_TYPE_POINTER for now, waiting on g_param_spec_boxed() to get 
11201         fixed. Move GdkColor args to GTK_TYPE_POINTER also.
11202
11203         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): temporarily
11204         use GTK_TYPE_POINTER for signal signatures as a hack-around
11205
11206         * gtk/gtk-boxed.defs: Add boxed types for PangoFontDescription and
11207         PangoTabArray
11208
11209         * gtk/gtktextlayout.c (line_display_iter_to_index): 
11210         make static
11211         (line_display_index_to_iter): make static
11212
11213         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
11214         to marshal a string not a boxed
11215
11216         * gtk/gtkmarshal.list: add marshaller for GtkTextBuffer:insert_text
11217
11218         * gtk/testtext.c (fill_file_buffer): don't use g_utf8_next_char
11219         since the UTF-8 isn't validated yet
11220
11221         * gtk/gtktextsegment.c (char_segment_check_func): don't require
11222         lines to end in '\n'
11223         
11224         * gtk/gtktextview.c (gtk_text_view_move_cursor): update to use
11225         forward_to_delimiters, and grapheme boundaries
11226         (gtk_text_view_delete_from_cursor): properly handle non-newline
11227         delimiters, and grapheme boundaries
11228
11229         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): rename
11230         to gtk_text_iter_forward_to_delimiters, and make it work properly
11231         if empty lines end with a character other than '\n'
11232
11233         * gtk/gtktextiter.h, gtk/gtktextiter.c: Add movement by cursor
11234         position
11235
11236 2000-12-15  Tor Lillqvist  <tml@iki.fi>
11237
11238         * gdk/makefile.{mingw.in,msc} (gdk_OBJECTS): Add gdkkeys.
11239
11240         * gtk/gtk.def
11241         * gdk/gdk.def: Update.
11242
11243         * gdk/win32/gdkmain-win32.c
11244         * gdk/win32/gdkkeys-win32.c: New file. Move some functions from
11245         gdkmain-win32.c here.
11246
11247         * gdk/win32/makefile.mingw.in (all): No need to make
11248         gdk-win32res.o here, the makefile one step up will call us to make
11249         it.
11250
11251         * gdk/win32/makefile.{mingw.in,msc} (gdk_win32_OBJECTS): Add
11252         gdkkeys-win32.
11253
11254         * gdk/win32/gdkcolor-win32.c: Silence gcc -Wall.
11255
11256         * gdk/win32/gdkevents-win32.c (gdk_events_init): Remove leftover
11257         call to g_source_add().
11258
11259         * gdk/win32/gdkgc-win32.c (BitmapToRegion): Plug memory
11260         leak. Thanks to Andreas Kemnade.
11261
11262 2000-12-13  Havoc Pennington  <hp@pobox.com>
11263
11264         * gtk/gtktextbtree.h: Remove double _ in front of some functions
11265
11266         * gtk/gtktext*.[hc]: update accordingly
11267         
11268 2000-12-13  Havoc Pennington  <hp@pobox.com>
11269
11270         * gtk/gtktextbtree.h: Put _ in front of every function in this 
11271         header file
11272
11273         * gtk/gtktext*.[hc]: update to reflect renamed btree functions
11274
11275 2000-12-13  Alex Larsson  <alexl@redhat.com>
11276
11277         * gdk/linux-fb/gdkmouse-fb.c (mouse_devs):
11278         Add support for ps2 intellimouse.
11279
11280         * gdkkeyboard-fb.c:
11281         Move shift-F1 repaint handling to xlate handler only.
11282         
11283         * docs/README.linux-fb:
11284         Add imps2 to docs.
11285         Document the new refresh keys.
11286         
11287 Tue Dec 12 23:46:44 2000  Tim Janik  <timj@gtk.org>
11288
11289         * gtk/stock-icons/Makefile.am: doh, this was broken beyond believe.
11290
11291         * gtk/gtkbox.c: change property types from (u)long to (u)int for
11292         ::position and ::padding.
11293
11294         * gtk/gtkcontainer.c: make ::border_width an INT property.
11295
11296         * gtk/gtkpacker.c: make ::position an INT property.
11297
11298         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed):
11299         guard against NULL h/v scrollbars, since this is used at construction
11300         time.
11301
11302         * gtk/gtkclist.[hc]: nuked gtk_clist_construct(), implemented
11303         internal gtk_clist_constructor().
11304
11305         * gtk/gtkctree.[hc]: nuked gtk_ctree_construct(), implemented
11306         gtk_ctree_constructor().
11307
11308         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): property
11309         ::pulse_step should use ARG_PULSE_STEP, not ARG_FRACTION.
11310
11311         * docs/reference/Makefile.am: fun stuff, disabled docs generation
11312         again, gtk-scan.c needs to introspec paramspecs, not GtkAgs.
11313
11314         * gtk/gtkwidget.[hc]:
11315         removed gtk_widget_setv(), gtk_widget_getv(), gtk_widget_newv()
11316         and gtk_widget_get().
11317         (gtk_widget_new): use g_object_new_valist().
11318         (gtk_widget_set): use g_object_set_valist().
11319
11320         * gtk/gtkobject.[hc]:
11321         removed gtk_object_arg_get_info(), gtk_object_getv(),
11322         gtk_object_query_args(), gtk_object_newv(),
11323         gtk_object_class_add_signals(),
11324         gtk_object_class_user_signal_new(),
11325         gtk_object_class_user_signal_newv(),
11326         gtk_object_arg_set(), gtk_object_arg_get(),
11327         gtk_object_args_collect(),
11328         gtk_object_default_construct(),
11329         gtk_object_constructed(),
11330         GTK_CONSTRUCTED and GTK_OBJECT_CONSTRUCTED().
11331         removed nsignals, signals and n_args members from GtkObjectClass.
11332         (gtk_object_new): use g_object_new_valist().
11333         (gtk_object_set): use g_object_set_valist().
11334         (gtk_object_get): use g_object_get_valist().
11335         
11336         * gtk/gtkcompat.h: define gtk_object_default_construct().
11337         
11338         * gtk/gtktypeutils.c (gtk_type_new): create constructed objects via
11339         g_object_new().
11340
11341         * gtk/*.c: removed gtk_object_class_add_signals() from class_init()
11342         fucntions, cleaned up method assignments (make sure your structures
11343         are setup properly before calling out). removed all GTK_CONSTRUCTED
11344         hacks ;)
11345
11346 Tue Dec 12 11:52:16 2000  Owen Taylor  <otaylor@redhat.com>
11347
11348         * gtk/gtkclist.c (gtk_clist_optimal_column_width): Fix 
11349         off-by-one error in checks. (Dave Lambert)
11350
11351 2000-12-12  Alexander Larsson  <alexl@redhat.com>
11352
11353         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_close, raw_close):
11354         Don't free gdk_fb_keyboard twice.
11355
11356 Tue Dec 12 08:24:42 2000  Tim Janik  <timj@gtk.org>
11357
11358         * gtk/testgtk.c:
11359         (create_tooltips): 
11360         (create_statusbar): get rid of object_signal:: GtkObject argument uses,
11361         use GObject swapped_signal:: properties instead.
11362
11363         * gtk/gtkcellrenderertoggle.c: 
11364         * gtk/gtkcellrenderertextpixbuf.c: 
11365         * gtk/gtkcellrenderertext.c: 
11366         * gtk/gtkcellrendererpixbuf.c: 
11367         * gtk/gtkcellrenderer.c:
11368         * gtk/gtktreeviewcolumn.c: s/[sg]et_param/[sg]et_property/, fixed
11369         missing warnings for invalid property ids, install properties
11370         with g_object_class_install_property() now.
11371         
11372         * gtk/gtksignal.c:
11373         (gtk_signal_emit): let g_signal_emit_valist() collect the values for us.
11374         
11375 Wed Oct 25 14:17:43 2000  Owen Taylor  <otaylor@redhat.com>
11376         
11377         * gtk/gtkwidget.[ch] (gtk_widget_is_focus): Add a function
11378         to determine if a window is the focus widget within
11379         its toplevel.
11380
11381         * gtk/gtkcontainer.[ch]: Fix the return type of ::focus
11382         to be boolean.
11383
11384         * gtk/gtkcontainer.c (gtk_container_real_focus): Move handling 
11385         of the case where the container CAN_FOCUS to here instead
11386         of having it in each individual move-the-focus place.
11387
11388         * gtk/gtkcontainer.c: Rewrite handling of left-right and up-down
11389         focusing to be geometric in a much more obvious sense. Arrowing
11390         around is still non-intuitive because it isn't perfect and
11391         because entries, etc, grab the arrow keys, but it at least
11392         usually will do what you expect now.
11393         
11394         * gtk/gtknotebook.[ch]: Many cleanups. Moved docs inline in this
11395         file.
11396
11397         * gtk/gtknotebook.c: Change tabs to be a single item in
11398         the focus chain. Make movement of focus on tabs with arrow
11399         keys wrap around.
11400         
11401         * gtk/gtknotebook.c (gtk_notebook_find_child): Add
11402         CHECK_FIND_CHILD macro to give informative error messages
11403         instead of silent returns.
11404
11405         * gtk/gtknotebook.c (gtk_notebook_init): Set the RECEIVES_DEFAULT 
11406         flag since we handle GdkReturn on the tabs.
11407
11408         * gtk/gtknotebook.c (gtk_notebook_expose_tabs): Invalidate
11409         windows rather than sending expose events directly.
11410
11411         * gtk/gtknotebook.[ch] docs/Changes-2.0.txt: Move structure 
11412         definition for GtkNotebookPage into .c file, since it is private.
11413
11414         * gtk/testgtk.c (create_notebook): Add option for 
11415         testing borderless notebook.
11416
11417         * gtk/testgtk.c (page_switch): Removed egregious poking
11418         around in GTK+ internals.
11419
11420         * docs/widget-system.txt: Remove references to GTK_REDRAW_PENDING.
11421
11422         * gtk/gtkclist.[ch]: Remove key press handler, handle focusing
11423         properly through gtk_clist_focus. Make the title headers a
11424         single item in the tab-focus chain, and make left-right wrap
11425         around.
11426
11427         * gtk/gtkwindow.c (gtk_window_focus): Add a custom
11428         focus method so that wrapping around works properly.
11429
11430         * gtk/gtktreeview.c: Remove calls to gtk_container_set_focus_child() - 
11431         that is handled for the widget now. 
11432
11433 Mon Dec 11 11:41:12 2000  Owen Taylor  <otaylor@redhat.com>
11434
11435         * gtk/gtkinvisible.c (gtk_invisible_init): Flag invisible
11436         widgets as TOPLEVEL.
11437
11438         * gtk/gtkwidget.c (gtk_widget_queue_resize): Don't assume
11439         TOPLEVEL widgets are containers.
11440
11441         * gtk/gtkinvisible.h: Remove useless include.
11442
11443 2000-12-11  Havoc Pennington  <hp@redhat.com>
11444
11445         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): 
11446         Handle chopping off \r\n and 0x2029 in addition to \n before
11447         passing to PangoLayout
11448
11449         * gtk/gtkimcontextsimple.c
11450         (gtk_im_context_simple_get_preedit_string): 
11451         return an empty string if no match is pending
11452
11453         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): add
11454         assertion that the returned preedit string was sane
11455
11456         * gtk/gtktext*.[hc], gtk/testtext.c, gtk/testtextbuffer.c:
11457         s/gtk_text_iter_next_char/gtk_text_iter_forward_char/g;
11458         s/gtk_text_iter_prev_char/gtk_text_iter_backward_char/g;
11459
11460 Mon Dec 11 10:02:26 2000  Owen Taylor  <otaylor@redhat.com>
11461
11462         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_finalize): 
11463         Fix up finalizer to chain to its parent.
11464
11465 2000-12-11  Alexander Larsson  <alexl@redhat.com>
11466
11467         * docs/README.linux-fb (GDK_KEYBOARD_TYPE):
11468         Clearified the difference between the keyboard types. Wrote a note
11469         about the magic sysrq key to get out of raw mode.
11470
11471 2000-12-09  James Henstridge  <james@daa.com.au>
11472
11473         * gdk/linux-fb/gdkmouse-fb.c (GdkFBMouseDevice): add prot struct
11474         member to hold masks for detecting the start of a protocol packet.
11475         (mouse_devs): add packet start masks for ps2 and ms device types.
11476         Left the mask for fidmour blank, as I have no idea what it should
11477         be.
11478         (handle_mouse_io): skip bytes until we get to the start of a
11479         packet.  My Logitech mouse seems to be passing an extra NULL pad
11480         byte, and GPM does a similar thing here.
11481         (gdk_fb_mouse_ms_open): changed error message to not say psaux, as
11482         this is the ms mouse driver.
11483         (gdk_fb_mouse_ms_packet): fix up button handling, which was
11484         completely broken except for button1.  It was checking the wrong
11485         bit in the packet for the status of the right mouse button, and
11486         wrongly assuming right == button2 rather than 3.  I fixed that and
11487         also added support for middle button (button2).
11488
11489 2000-12-08  Havoc Pennington  <hp@redhat.com>
11490
11491         * gtk/gtktextbtree.c (gtk_text_btree_insert): fix breakage here
11492         that cause a segfault on text insertion
11493
11494         * gtk/gtktextchild.c (gtk_text_child_anchor_queue_resize): fix 
11495         warning
11496
11497         * gtk/gtktextiter.c (test_log_attrs): use
11498         _gtk_text_buffer_get_line_log_attrs to speed things up a bit
11499
11500         * gtk/gtktextbuffer.c (_gtk_text_buffer_get_line_log_attrs): 
11501         Get log attrs for a line, using a cache stored on the buffer
11502         
11503         * gtk/gtkcolorsel.h (GTK_COLOR_SELECTION_GET_CLASS): fix typo,
11504         reported by Jeff Franks
11505
11506 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
11507
11508         * gdk/linux-fb/gdkmouse-fb.c (gdk_fb_mouse_ms_open):
11509         /dev/ttyS0 -> /dev/mouse
11510
11511 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
11512
11513         * gdk/linux-fb/gdkfont-fb.c (gdk_fontset_load):
11514         Added dummy gdk_fontset_load.
11515
11516 2000-12-08  Alexander Larsson  <alexl@redhat.com>
11517
11518         * docs/README.linux-fb:
11519         * docs/Makefile.am:
11520         Initial GtkFB docs.
11521         
11522         * gdk/linux-fb/Makefile.am:
11523         Define GDK_DATA_PREFIX.
11524
11525         * gdk/linux-fb/gdkmain-fb.c:
11526         Fix typo.
11527         Change default display to /dev/fb0.
11528
11529         * gdk/linux-fb/gdkpango-fb.c:
11530         Add $(prefix)/share/fonts/ to font path.
11531         
11532 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
11533
11534         * gdk/linux-fb/gdkkeyboard-fb.c:
11535         New file containing the abstracted keyboard driver. Most code
11536         taken from gdkinput-ps2.c
11537
11538         * gdk/linux-fb/gdkinput-ps2.c:
11539         Removed file.
11540         
11541         * gdk/linux-fb/Makefile.am:
11542         Added gdkkeyboard-fb.c, removed gdkinput-ps2.c.
11543
11544         * gdk/linux-fb/gdkcolor-fb.c:
11545         display->fb was renamed to display->fb_fd.
11546
11547         * gdk/linux-fb/gdkcursor-fb.c:
11548         gdk_mouse_get_info -> gdk_fb_mouse_get_info
11549
11550         * gdk/linux-fb/gdkinput.c:
11551         Moved gdk_input_init here from gdkinput-ps2.c
11552
11553         * gdk/linux-fb/gdkmain-fb.c:
11554         display->fb was renamed to display->fb_fd.
11555         Now the tty and the console is opened here instead
11556         of in the keyboard driver. Also check GDK_VT to see what
11557         tty to open.
11558         Move gdk_beep () here from gdkinput-ps2.c
11559         gdk_mouse_get_info -> gdk_fb_mouse_get_info
11560
11561         * gdk/linux-fb/gdkmouse-fb.c:
11562         Add header.
11563         gdk_mouse_get_info -> gdk_fb_mouse_get_info
11564         Return correct keyboard modifiers.
11565         GDK_MOUSETYPE -> GDK_MOUSE_TYPE for consistancy
11566
11567         * gdk/linux-fb/gdkprivate-fb.h:
11568         Add tty and vt info to display.
11569         Add orignal modeinfo storage to display
11570         Update global functions
11571
11572         * gdk/linux-fb/gdkwindow-fb.c:
11573         Added gdk_fb_window_find_focus().
11574         gdk_mouse_get_info -> gdk_fb_mouse_get_info
11575
11576 2000-12-07  Havoc Pennington  <hp@pobox.com>
11577
11578         * gdk/x11/gdkkeys-x11.c (gdk_keymap_lookup_key): fix name of 
11579         function, noticed by Alex
11580
11581 2000-12-06  Elliot Lee  <sopwith@redhat.com>
11582
11583         * configure.in: Detect freetype properly
11584
11585         * modules/basic/Makefile.am, gdk/linux-fb/Makefile.am: Make use of
11586         above.
11587
11588 2000-12-06  Alexander Larsson  <alexl@redhat.com>
11589
11590         * gdk/linux-fb/Makefile.am:
11591         Add gdkmouse-fb.c
11592         
11593         * gdk/linux-fb/gdkmouse-fb.c:
11594         New file. Abstracted the mouse drivers a bit.
11595
11596         * gdk/linux-fb/gdkcursor-fb.c:
11597         The cursor hide/show functions was moved here from gdkinput-ps2.c.
11598
11599         * gdk/linux-fb/gdkinput-ps2.c:
11600         Removed old mouse handling code. Moved cursor handling code
11601         to gdkcursor-fb.c, moved gdk_fb_window_send_crossing_events() to
11602         gdkwindow-fb.c. gdk_input_get_mouseinfo was renamed to
11603         gdk_mouse_get_info.
11604
11605         * gdk/linux-fb/gdkmain-fb.c:
11606         Pass NULL pointers for x,y in gdk_mouse_get_info call.
11607
11608         * gdk/linux-fb/gdkprivate-fb.h:
11609         Removed public gdk_fb_find_common_ancestor, added and renamed
11610         functions for the new mouse handling code.
11611
11612         * gdk/linux-fb/gdkwindow-fb.c:
11613         Moved gdk_fb_window_send_crossing_events here. added global
11614         variable gdk_fb_window_containing_pointer. made
11615         gdk_fb_find_common_ancestor static. gdk_input_get_mouseinfo was
11616         renamed to gdk_mouse_get_info.
11617
11618 2000-12-06  Alexander Larsson  <alexl@redhat.com>
11619
11620         * gdk/linux-fb/gdkevents-fb.c:
11621         Update to match latest gmain/gsource changes.
11622
11623         * gdk/linux-fb/gdkinput-ps2.c:
11624         Bogus gdk_keymap_get_entries_for_keycode implementation so that
11625         it links. Will be implemented later.
11626
11627 2000-12-03  Havoc Pennington  <hp@pobox.com>
11628
11629         * gdk/Makefile.am: add gdkkeys.[hc]
11630
11631         * gdk/gdkkeys.h, gdk/gdkkeys.c: Move all the keyval stuff to these
11632         files from gdk.h, gdk.c; add GdkKeymap type and operations on it.
11633
11634         * acconfig.h, configure.in: add checks and command line options
11635         for XKB
11636
11637         * gdk/x11/gdkkeys-x11.c: Implement the above functions
11638         
11639         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Put the keycode
11640         and group in the key event
11641
11642         * gdk/gdkevents.h (struct _GdkEventKey): Add a hardware_keycode
11643         field with the low-level hardware key code, and a group
11644         field with the keyboard group
11645
11646         * gdk/x11/gdkprivate-x11.h: include config.h for HAVE_XKB,
11647         and declare a couple globals used for keymap handling
11648         
11649         * gtk/gtkimcontextsimple.c: Implement ISO 14755 input method,
11650         hold down Shift-Control and type a hex number to get a Unicode 
11651         character corresponding to the hex number
11652         (gtk_im_context_simple_get_preedit_string): Fix cursor position
11653         (return bytes not chars)
11654
11655 2000-12-05  Elliot Lee  <sopwith@redhat.com>
11656
11657         * gdk/gdkcolor.h: Make GdkColor specify element sizes
11658         to avoid waste on 64-bit platforms.
11659
11660 Tue Dec  5 15:49:31 2000  Owen Taylor  <otaylor@redhat.com>
11661
11662         * INSTALL: Fix link to PNG home, remove reference
11663         to fribidi.
11664
11665         * gdk/x11/gdkevents-x11.c: Fix up for new GMain API.
11666         
11667         * gdk/win32/gdkevents-win32.c: Fix up for new GMain API. (Not
11668         tested.)
11669
11670         * gtk/gtkcheckmenuitem.c: Permanently turn on
11671         always_show_toggle.
11672
11673         * gtk/gtkclist.c (gtk_clist_get_pixtext): Allow mask to 
11674         be NULL. (Vladimir Klebanov, #26545)
11675
11676         * gtk/gtkspinbutton.c (gtk_spin_button_insert_text): Fix 
11677         some signed/unsigned comparison problems. (#6510,
11678         David Kaelbling)
11679
11680         * gtk/gtkwidget.[ch] (gtk_widget_is_ancestor): Change
11681         return type to boolean (Oskar Liljeblad, #18648)
11682
11683 2000-12-05  Alexander Larsson  <alexl@redhat.com>
11684
11685         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_display_new):
11686         Remove bogus colormap setting.
11687
11688 2000-12-05  Alexander Larsson  <alexl@redhat.com>
11689
11690         * gdk/linux-fb/gdkcolor-fb.c:
11691         More complete colormap handling. Now GdkRGB work in 8 bpp modes.
11692
11693         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_image):
11694         Must set colormap.
11695         
11696 Tue Dec  5 13:17:53 GMT 2000  Tony Gale <gale@gtk.org>
11697
11698         * docs/tutorial/gtk-tut.sgml: DND updates
11699
11700 2000-12-05  Alexander Larsson  <alla@lysator.liu.se>
11701
11702         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
11703         Remove old debug g_warning().
11704         (gdk_fb_draw_drawable): The src argument can be either a wrapper
11705         or an implementation, just pass the implementation to draw_drawable_2.
11706         
11707         * gdk/linux-fb/gdkprivate-fb.h:
11708         Added GDK_IS_DRAWABLE_IMPL_FBDATA()
11709
11710         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
11711         clear and invalidate area when window is destroyed.
11712         (send_map_events): Remove old commented out code.
11713
11714 2000-12-05  Alexander Larsson  <alexl@redhat.com>
11715
11716         * gdk/linux-fb/gdkpango-fb.c:
11717         Use italic instead of oblique in font aliases.
11718         
11719         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic,
11720         _gdk_fb_gc_calc_state): Support GDK_XOR, add g_warning for
11721         other unsupported functions.
11722
11723 2000-12-04  Havoc Pennington  <hp@redhat.com>
11724
11725         * gtk/gtkpaned.c (gtk_paned_expose): fix this to be sane
11726
11727         * gtk/gtkvpaned.c (gtk_vpaned_expose): Add an expose handler
11728
11729         * gtk/gtkhpaned.c (gtk_hpaned_expose): Add an expose handler
11730
11731         * gtk/gtknotebook.c (gtk_notebook_draw_tab): put in a temporary 
11732         hack to avoid infinite loops (synthetic expose event) - 
11733         Owen has more appropriate fixes in a branch he'll check in later.
11734
11735         * gtk/gtktextiter.c (gtk_text_iter_ends_line): handle paragraph
11736         separator, CR, and CRLF as line ends
11737
11738         * gtk/gtktextbtree.c (gtk_text_btree_insert): on insertion, break
11739         into lines using pango_find_paragraph_boundary(); other bits of
11740         the widget are still going to be broken if the boundary isn't '\n'
11741         though
11742
11743 2000-12-04  Alexander Larsson  <alexl@redhat.com>
11744
11745         * gdk/linux-fb/gdkfont-fb.c (gdk_text_width): Divide size by 2, not
11746         multiply.
11747
11748         * gdk/linux-fb/gdkpango-fb.c:
11749         Copied some 26.6 scaling macros from pango to clean up the rounding.
11750         (pango_fb_font_get_glyph_info): Correct sign on x value.
11751
11752         * gdk/linux-fb/gdkprivate-fb.h:
11753         Removed unreferenced external functions.
11754
11755         * modules/linux-fb/Makefile.am: Use ` instead of '.
11756
11757         * modules/linux-fb/basic.c:
11758         Remove dead code. In particular the dummy lang engine which broke all
11759         pango layouts in GtkFB. Don't include tables-big.i anymore.
11760
11761         * modules/linux-fb/tables-big.i:
11762         Upgrade to latest version from pango. Left for reference, basic_ranges
11763         moved to basic.c.
11764         
11765 2000-12-04  Havoc Pennington  <hp@redhat.com>
11766
11767         Fix bugs Alex found:
11768         
11769         * gtk/gtktooltips.c (gtk_tooltips_force_window): nuke connection
11770         to "draw"
11771
11772         * gtk/gtkdnd.c (gtk_drag_highlight): nuke connection to "draw"
11773
11774         * gtk/gtkcolorsel.c (palette_new): nuke connection to "draw"
11775
11776         * gtk/gtklistitem.c (gtk_list_item_expose): Put the old _draw() 
11777         implementation in here, apparently the expose() implementation was
11778         dead code.
11779
11780 2000-12-04  Alexander Larsson  <alexl@redhat.com>
11781
11782         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
11783         Return positive descent.
11784
11785 2000-12-02  Havoc Pennington  <hp@pobox.com>
11786
11787         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove "draw" virtual
11788         method and signal
11789         
11790         * gtk/gtkwidget.c (gtk_widget_draw): Now just queues a draw then
11791         calls gdk_window_process_updates() to push the exposes through
11792         (gtk_widget_class_init): No more draw signal, no
11793         gtk_widget_real_draw()  
11794         
11795         * gtk/gtkbin.c (gtk_bin_draw): remove
11796
11797         * gtk/gtkbox.c (gtk_box_draw): remove
11798
11799         * gtk/gtkbutton.c (gtk_button_draw): remove
11800
11801         * gtk/gtkcalendar.c (gtk_calendar_draw): remove
11802
11803         * gtk/gtkcheckbutton.c (gtk_check_button_draw): remove
11804
11805         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_draw): remove
11806
11807         * gtk/gtkclist.c (gtk_clist_draw): remove
11808
11809         * gtk/gtkentry.c (gtk_entry_draw): remove
11810
11811         * gtk/gtkeventbox.c (gtk_event_box_draw): remove
11812
11813         * gtk/gtkfixed.c (gtk_fixed_draw): remove
11814
11815         * gtk/gtkframe.c (gtk_frame_draw): remove
11816
11817         * gtk/gtkhandlebox.c (gtk_handle_box_draw): remove
11818
11819         * gtk/gtkhpaned.c (gtk_hpaned_draw): remove
11820
11821         * gtk/gtklayout.c (gtk_layout_draw): remove
11822
11823         * gtk/gtklist.c (gtk_list_draw): remove
11824
11825         * gtk/gtklistitem.c (gtk_list_item_draw): remove
11826
11827         * gtk/gtkmenu.c (gtk_menu_draw): remove
11828
11829         * gtk/gtkmenubar.c (gtk_menu_bar_draw): remove
11830
11831         * gtk/gtkmenuitem.c (gtk_menu_item_draw): remove
11832
11833         * gtk/gtknotebook.c (gtk_notebook_draw): remove
11834
11835         * gtk/gtkoptionmenu.c (gtk_option_menu_draw): remove
11836
11837         * gtk/gtkpacker.c (gtk_packer_draw): remove
11838
11839         * gtk/gtkrange.c (gtk_range_draw): remove
11840
11841         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_draw): remove
11842
11843         * gtk/gtkspinbutton.c (gtk_spin_button_draw): remove
11844
11845         * gtk/gtktable.c (gtk_table_draw): remove
11846
11847         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_draw): remove
11848
11849         * gtk/gtktext.c (gtk_text_draw): remove
11850
11851         * gtk/gtktextview.c (gtk_text_view_draw): remove
11852
11853         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): remove
11854
11855         * gtk/gtktoolbar.c (gtk_toolbar_draw): remove
11856
11857         * gtk/gtktree.c (gtk_tree_draw): remove
11858
11859         * gtk/gtktreeitem.c (gtk_tree_item_draw): remove
11860
11861         * gtk/gtktreeview.c (gtk_tree_view_draw): remove
11862
11863         * gtk/gtkviewport.c (gtk_viewport_draw): remove
11864
11865         * gtk/gtkvpaned.c (gtk_vpaned_draw): remove
11866
11867         * gtk/gtkvscale.c (gtk_vscale_draw): remove
11868
11869         * gtk/gtkwindow.c (gtk_window_draw): remove
11870
11871 2000-20-01  Anders Carlsson  <andersca@gnu.org>
11872
11873         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): Fix bug when
11874         a GtkToggleButton is both insensitive and active, it was being
11875         drawn by the GtkButton draw handler which doesn't check the
11876         state. Now it's calling gtk_toggle_button_paint instead.
11877         
11878 2000-12-01  Havoc Pennington  <hp@redhat.com>
11879
11880         * gtk/gtktextdisplay.c (gtk_text_layout_draw): don't create
11881         dangling pointers to the appearance attributes from the 
11882         line display
11883
11884         * gdk/gdkdraw.c (gdk_drawable_get_image): allow negative
11885         width/height to mean "full width/height of drawable"
11886
11887         * gtk/gtktextview.h, gtk/gtktextview.c: Implement double/triple
11888         click to select word/line
11889         
11890         * gtk/gtktextiter.c (test_log_attrs): include paragraph delimiters 
11891         when getting log attrs. Get a slice, so that pixmaps and stuff
11892         are properly handled.
11893
11894         * gtk/gtktextbuffer.c (paste): Fix pasting to work properly if you
11895         paste into the selection (replaces selection now, previously
11896         crashed or added to selection). Reveals longstanding btree bug -
11897         select multiple lines, middle-click on the selection, boom. This
11898         isn't related to my changes though.
11899
11900         * gtk/gtkentry.c (gtk_entry_move_forward_word): Update to reflect
11901         PangoLogAttrs changes
11902         (gtk_entry_move_backward_word): ditto
11903
11904         * gtk/gtktextlayout.h, gtk/gtktextlayout.c: Make the iter motion
11905         functions return bool whether the iter moved onto a
11906         dereferenceable position.
11907  
11908         * gtk/gtktextview.h, gtk/gtktextview.c: Add a bunch of public
11909         functions for motion in terms of display lines.
11910
11911         * gtk/gtktextmark.c (gtk_text_mark_get_buffer): Add function to
11912         get the buffer a mark is inside
11913         
11914 2000-12-01  Alexander Larsson  <alexl@redhat.com>
11915
11916         * gdk/linux-fb/Makefile.am:
11917         * modules/linux-fb/Makefile.am:
11918         Freetype 2 final uses freetype-config
11919
11920         * gdk/linux-fb/gdkpango-fb.c:
11921         Upgrade to use Freetype 2 final.
11922         More flexible support for font aliases, this also fixes a bug with
11923         GtkFontSelector, as the aliases must be visible in the font/family list,
11924         or GtkFontSelector reads uninitialized memory.
11925
11926 2000-11-30 Hidetoshi Tajima  <tajima@eng.sun.com>
11927
11928         * modules/input/gtkimcontextxim.c (setup_im): Add NULL argument to
11929         XGetIMValues to properly terminate variable argument list, and do
11930         NULL return check for ic_values and xim_styles.
11931
11932         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset):
11933         Restore preedit state after XmbResetIC().
11934         
11935         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic):
11936         XvaCreateNestedList() should take XvaNestedList, but not
11937         XvaNestedList*.
11938
11939         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset,
11940         preedit_draw_callback, preedit_caret_callback): Match
11941         "preedit-changed" signal name to "preedit_changed" to be
11942         consistent to the spec.
11943
11944         * gtk/gtkimcontextsimple.c (check_table):
11945         Match "preedit-changed" to "preedit_changed" to be consistent
11946         to the spec.
11947
11948 Thu Nov 30 23:03:04 2000  Owen Taylor  <otaylor@redhat.com>
11949
11950         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Properly handle
11951         gc->clip_region == NULL>
11952
11953 2000-11-30  Tor Lillqvist  <tml@iki.fi>
11954
11955         Changes by Hans Breuer:
11956         
11957         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
11958         Dont't use negative width and height as max_hints. This fixes
11959         Owen's recent testgtk changes for win32.
11960
11961         * gdk/win32/gdkgc-win32.c (gdk_win32_hdc_get,
11962         gdk_win32_hdc_release): These are exported and may be called with
11963         other drawable types than our GdkDrawableImplWin32 (?).
11964
11965         * gdk/gdkwindow.c: Backing store appears to work on Windows now,
11966         so always #define USE_BACKING_STORE.
11967
11968         * gtk/gtktextdisplay.c (render_layout_line): Use g_print instead
11969         of printf for debugging output.
11970
11971         * gtk/gtktextlayout.c (allocate_child_widgets): Ditto.
11972         
11973         * gtk/gtktextview.c (gtk_text_view_child_allocated): Ditto.
11974
11975         * gtk/gtkmain.h (GTKMAIN_C_VAR): Win32 fix for dllimport
11976         declaration.
11977
11978         * gtk/gtktexttypes.h: Ditto.
11979
11980         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): Return a value
11981         (GDK_VoidSymbol) also if in case of arg check failure.
11982
11983         * gtk/gtkimcontextsimple.c
11984         (gtk_im_context_simple_get_preedit_string): Don't assign cursor
11985         position to the pointer, but to the variable it points to.
11986
11987         * gtk/makefile.msc.in (DEFINES): Define GTK_VERSION.
11988
11989         * gtk/gtk.def: Updates.
11990
11991 2000-11-29  Elliot Lee  <sopwith@redhat.com>
11992
11993         * gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
11994         GTK_TYPE_TREE_MODEL.
11995
11996 2000-11-29  Alexander Larsson  <alexl@redhat.com>
11997
11998         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
11999         Set the size of the font from the description.
12000         (gdk_text_width): Gross hack that calculates the width
12001         of text by text_length * size/2. This is necessary because
12002         GtkLabel does some ugly gtk_string_width call to calculate
12003         an good size.
12004         (linux-fb/gdkprivate-fb.h): Removed unused field FT_Face.
12005
12006 Wed Nov 29 13:39:19 GMT 2000  Tony Gale <gale@gtk.org>
12007
12008         * docs/tutorial/gtk-tut.sgml: DND updates
12009
12010 2000-11-29  Alexander Larsson  <alexl@redhat.com>
12011
12012         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
12013         If you pass width or height == 0 to gdk_window_clear_area they
12014         should be calculated from the window size.
12015
12016 2000-11-29  Alexander Larsson  <alexl@redhat.com>
12017
12018         * gdk/linux-fb/gdkinput-ps2.c (move_pointer): If there is
12019         a grab, but no grab-cursor, use the cursor from the grabbed
12020         window. (gdk_fb_window_send_crossing_events): Send normal
12021         enter/leave notifications if grab and owner_events == TRUE.
12022
12023 2000-11-29  Alexander Larsson  <alexl@redhat.com>
12024
12025         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
12026         Do implicit button grabs, even if the window doesn't
12027         want the event.
12028         (gdk_fb_window_send_crossing_events): If there is a
12029         grab, only the grabbed window gets normal enter/leave
12030         notifications. On ungrab go from grabbed window to current.
12031         Don't send any notification to b when propagating from c -> b.
12032         If setting a grab on window, don't set prev_window.
12033         (handle_mouse_input): Send enter/leave events to the window the
12034         mouse is over, not the grabbed one.
12035         
12036 2000-11-28  Elliot Lee  <sopwith@redhat.com>
12037
12038         * gdk/gdkregion-generic.c: Zap warning.
12039         * modules/input/Makefile.am: Only build im-xim if USE_X11 is enabled
12040         * gtk/gtkrc.c: s/strcpy/memcpy/ to save a few nanoseconds.
12041
12042 2000-11-28  Alexander Larsson  <alla@lysator.liu.se>
12043
12044         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
12045         The cursor should be hidden if it is part of either the
12046         source or destination region. Not only if it is in both.
12047         (gdk_window_set_transient_for): Silence warnings.
12048
12049 2000-11-28  Alexander Larsson  <alexl@redhat.com>
12050
12051         * gdk/linux-fb/mifillarc.c (miFillArcSliceSetup):
12052         The default mode in X is Pie Arcs, therefore that is
12053         what Gtk+ uses.
12054
12055 2000-11-28  Alexander Larsson  <alexl@redhat.com>
12056
12057         * gdk/linux-fb/gdkinput-ps2.c:
12058         Implement correct EnterNotify/LeaveNotify:
12059         (gdk_fb_window_send_crossing_events): New function that sends
12060         all GdkCrossingEvents from the last mouse-window to the specified
12061         destination.
12062         (gdk_fb_window_visibility_crossing): Removed function.
12063         (handle_mouse_input): Use gdk_fb_window_send_crossing_events()
12064         (send_button_event, gdk_fb_cursor_reset): Use gdk_window_at_pointer
12065         instead of gdk_window_get_pointer() for better readability.
12066
12067         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab,
12068         gdk_fb_pointer_ungrab): Use gdk_fb_window_send_crossing_events.
12069
12070         * gdk/linux-fb/gdkprivate-fb.h:
12071         removed gdk_fb_window_visibility_crossing, added
12072         gdk_fb_window_send_crossing_events and gdk_fb_find_common_ancestor.
12073
12074         gdk/linux-fb/gdkwindow-fb.c (gdk_fb_find_common_ancestor):
12075         New function that finds the least common ancestor of two windows.
12076         (gdk_window_show, gdk_window_hide):
12077         Use gdk_fb_window_send_crossing_events.
12078         (gdk_fb_window_move_resize): Send configure events to toplevel
12079         windows. Use gdk_fb_window_send_crossing_events.
12080
12081 2000-11-27  Havoc Pennington  <hp@redhat.com>
12082
12083         * gtk/gtkprivate.h (enum): Remove a trailing comma
12084
12085 2000-11-27  Federico Mena Quintero  <federico@helixcode.com>
12086
12087         * gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to
12088         the "changed" callback of the adjustment.  We need to redraw the
12089         spin button's arrows when the adjustment's range changes.
12090         (adjustment_changed_cb): Draw the arrows.
12091         (gtk_spin_button_value_changed): Draw the arrows.
12092
12093 2000-11-23  Alexander Larsson  <alexl@redhat.com>
12094
12095         * gdk/linux-fb/gdkselection-fb.c:
12096         Initial selection implementation.
12097
12098         * gtk/gtkselection.c:
12099         if GDK_WINDOWING_FB defined, include linux-fb/gdkfb.h and look up
12100         requestor in gtk_selection_request.
12101         
12102         * gdk/linux-fb/gdkfb.h, gdk/linux-fb/gdkglobals-fb.c:
12103         Added gdk_selection_property atom.
12104
12105         * gdk/linux-fb/gdkprivate-fb.h:
12106         Export _gdk_selection_window_destroyed.
12107         Removed mask_off_x/y from GdkCursorPrivateFB.
12108         Removed hbearing, added top, left to PangoFBGlyphInfo.
12109
12110         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
12111         Call _gdk_selection_window_destroyed
12112         (_gdk_windowing_window_init): Don't call gdk_cursor_new() before
12113         the root window has been created.
12114         (static_dx_hack, static_dy_hack, compare_draw_rects,
12115         gdk_fb_window_move_resize): Remove unnecessary sort of rectangles
12116         in region. They are already sorted. Instead just traverse them in
12117         reverse if draw_direction < 0.
12118         
12119         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
12120         Double-clicks must be sent after the normal button_press.
12121         (gdk_fb_cursor_unhide): Remove usage of mask_off_x/y. Clean up.
12122         
12123         * gdk/linux-fb/gdkgeometry-fb.c (gdk_window_scroll):
12124         Pass _gdk_fb_screen_gc instead of NULL.
12125
12126         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
12127         Initialize gdk_selection_property.
12128         (gdk_event_make): Remove unused code.
12129
12130         * gdk/linux-fb/gdkcursor-fb.c:
12131         Make the pixmap for the cursor the same size as the mask. Also remove
12132         the mask_off_x/y fields in GdkCursorPrivateFB and combine
12133         _gdk_cursor_new_from_pixmap() and gdk_cursor_new_from_pixmap()
12134         Now the whole cursor is visible.
12135
12136         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
12137         Fix bug where xdest+height instead of ydest+height was used
12138         to calculate if the source and dest overlapped. This fixes the
12139         redraw bug when the main window in testgtk was scrolled when
12140         partially covered by a tall window.
12141         Copy rectangles in region in order depending on draw_direction.
12142         Also moved the draw_direction flipping of start_y and end_y into
12143         the gc functions, as this might not be what all of them want.
12144         (gdk_fb_draw_lines): Support dashed lines.
12145         (gdk_fb_draw_glyphs): Clean up glyph placement. Also fix positioning
12146         so that the text is positioned correctly (was 1 pixel high).
12147
12148         gdk/linux-fb/gdkgc-fb.c:
12149         Initialize cap_style to GTK_CAP_BUTT. This fixes a problem where
12150         all lines were drawn a pixel to short. Also checked the default of
12151         the rest of the values, and they're the same as X now.
12152
12153         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_glyph_info):
12154         Clean up pixel positioning of the glyphs. Just use bgy->top and
12155         bgy->left. Also used PANGO_PIXEL where appropriate and added 0.5
12156         to all divisions to get correct rounding behaviour.
12157
12158         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_draw_drawable_generic,
12159         gdk_fb_draw_drawable_memmove, gdk_fb_draw_drawable_aa_24):
12160         Moved start_y/end_y flip into draw_drawable implementations.
12161         Flip also x rendering when draw_direction < 0.
12162         Remove unneccesary multiply with draw_direction.
12163
12164 Wed Nov 22 14:11:19 GMT 2000  Tony Gale <gale@gtk.org>
12165
12166         * docs/tutorial/gtk-tut.sgml:
12167           - get rid of gtk_toggle_button_toggled FUD
12168           - start DND section - needs work - based on:
12169                 http://wolfpack.twu.net/docs/gtkdnd/
12170
12171 2000-11-22  Alexander Larsson  <alexl@redhat.com>
12172
12173         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
12174         Correct calculation of font metrics. Now GtkEntrys have sane
12175         size.
12176
12177 2000-11-22  Alexander Larsson  <alexl@redhat.com>
12178
12179         * gdk/gdktypes.h:
12180         Add new type GdkSpan
12181         
12182         * docs/reference/gdk/gdk-sections.txt,
12183         docs/reference/gdk/tmpl/regions.sgml, gdk/gdkregion-generic.c,
12184         gdk/gdkregion.h:
12185         Implement and document gdk_region_spans_intersect_foreach.
12186
12187         * gdk/linux-fb/Makefile.am, gdk/linux-fb/gdkrender-fb.c:
12188         Add new file gdkrender-fb.c which contains all core
12189         rendering code.
12190         Add gdk_fb_fill_rectangle_generic (old rectangle code) and
12191         gdk_fb_fill_rectangle_simple_16, gdk_fb_fill_rectangle_simple_32
12192         (optimized rectangle fillers).
12193
12194         * gdk/linux-fb/gdkdrawable-fb2.c:
12195         Move all rendering code to gdkrender-fb.c.
12196         Change from using GdkRectangles and GdkSegments for spans to GdkSpan.
12197         Use the new span intersection functions in gdk_fb_fill_spans.
12198         gdk_fb_draw_rectangle() clips filled rectangles and calls
12199         gc->fill_rectangle with the result.
12200         gdk_fb_fill_spans() gets extra argument "sorted".
12201
12202         * gdk/linux-fb/gdkevents-fb.c:
12203         Remove unused includes and defines.
12204         New function gdk_fb_get_time() to get correct time for events.
12205
12206         * gdk/linux-fb/gdkinput-ps2.c:
12207         Use gdk method of generating multiple-clicks (gdk_event_button_generate)
12208         Make sure to set the time of all events.
12209
12210         * gdk/linux-fb/gdkmain-fb.c:
12211         Use gdk_fb_get_time ().
12212
12213         * gdk/linux-fb/gdkprivate-fb.h:
12214         New virtual GC calls: fill_span & fill_rectangle.
12215         Export gdk_fb_get_time().
12216         gdk_fb_fill_spans() gets extra argument "sorted".
12217
12218         * gdk/linux-fb/mi*.c:
12219         Use GdkSpan instead of GdkRectangle.
12220         Pass correct sorted to gdk_fb_fill_spans. (sorted value taken
12221         from XFree 4 source)
12222         
12223 2000-11-22    <jrb@redhat.com>
12224
12225         * gtk/gtktreeview.c (gtk_tree_view_calc_size): It's amazing what
12226         reversing the order in an if statement will do.  Doing so managed
12227         to make the treemodelsort half work.  Other half will follow after
12228         I get the insert function fully fixed.
12229
12230 2000-11-21  Elliot Lee  <sopwith@redhat.com>
12231         * gtk/gtkmenushell.h: GdkEventButton->button can occupy significantly
12232         more than 2 bits. Besides, I need to implement an evil hack. :)
12233
12234 Tue Nov 21 14:17:51 GMT 2000  Tony Gale <gale@gtk.org>
12235
12236         * docs/tutorial/gtk-tut.sgml: minor corrections
12237
12238 2000-11-20  Jonathan Blandford <jrb@redhat.com>
12239         * gtk/gtktreemodelsort.h: Add convertion functions to let you
12240           convert to and from relative path's and iters.
12241
12242         * gtk/treestoretest.c: move to having a sorted/unsorted view.  Start
12243           testing sorting functions a bit better.  Currently broken -- will
12244           fix in morning.
12245
12246 2000-11-20  Havoc Pennington  <hp@redhat.com>
12247
12248         * gtk/gtkwidget.c: Documented a bunch of functions in here
12249         (gtk_widget_realize): Warn if you try to realize
12250         a widget with no parent that isn't a toplevel
12251         (gtk_widget_intersect): return a gboolean
12252
12253 2000-11-20  Havoc Pennington  <hp@redhat.com>
12254
12255         * gtk/gtktextview.c, gtk/gtktextlayout.c, gtk/gtktextchild.c,
12256         gtk/testtext.c: Semi-finish widget embedding. Need guffaw
12257         scrolling to be implemented in GDK to finish. Also, right now
12258         we just size_allocate all children on every layout change,
12259         which is pretty lame. Test commented out of testtext.c, 
12260         until it works better.
12261
12262 2000-11-20  Alexander Larsson  <alla@lysator.liu.se>
12263
12264         * gdk/linux-fb/gdkdrawable-fb2.c:
12265         Removed unused arguments from gdk_fb_drawable_get_pixel().
12266
12267         * gdk/linux-fb/gdkinput-ps2.c (handle_input_ps2):
12268         Renamed fidur specific mouse packet data in MouseDevice to
12269         generic. Used it in ps2 mouse handling code to avoid blocking
12270         reads.
12271
12272 Sat Nov 18 18:00:17 2000  Jonathan Blandford  <jrb@redhat.com>
12273
12274         * demos/gtk-demo/main.c: Changed to have the list become
12275         non-italic when the demo window is destroyed through an external
12276         event (like a close button).  Doing so found three bugs in the
12277         widget.
12278
12279         * demos/gtk-demo/*.c (do_*): Changed to return the toplevel window.
12280
12281         * gtk/gtkliststore.c (gtk_list_store_set_cell): emit "change" when
12282         we actually set the cell.
12283
12284         * gtk/gtktreestore.c (gtk_tree_store_set_cell): ditto
12285
12286         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
12287         free a leaked path.  Thanks memprof.
12288
12289 Sat Nov 18 11:58:17 2000  Owen Taylor  <otaylor@redhat.com>
12290
12291         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Fix 
12292         off-by-one error when destroying allocated segments
12293         on failure. (Elliot)
12294
12295 Sat Nov 18 11:45:09 2000  Owen Taylor  <otaylor@redhat.com>
12296
12297         * gtk/gtkcalendar.c: Patch from ChiDeok Hwang to fix
12298         memleaks found by Evan Martin.
12299
12300 Fri Nov 17 20:14:20 2000  Owen Taylor  <otaylor@redhat.com>
12301
12302         * Released 1.3.2
12303         
12304         * NEWS: Updates for 1.3.2
12305
12306 2000-11-17  Tor Lillqvist  <tml@iki.fi>
12307
12308         * gdk/gdkevents.h: Add comment that GdkXEvent isn't only for XEvent,
12309         but in general for window system specific events.
12310
12311         * gtk/gtk.def
12312         * gtk/makefile.mingw.in
12313         * gtk/makefile.msc.in: Update.
12314         
12315         * gtk/gtktexttypes.h: Mark variables for export/import from DLL.
12316
12317 Thu Nov 16 16:11:39 2000  Owen Taylor  <otaylor@redhat.com>
12318
12319         * gtk/Makefile.am (EXTRA_DIST): Do not, in any circumstances,
12320         distribute gtk.immodules.
12321
12322         * gtk/Makefile.am (install-data-local): Don't install the
12323         gtk.immodules file created for the uninstalled modules;
12324         instead run gtk-query-immodules after install
12325
12326 Wed Nov 15 21:51:31 2000  Owen Taylor  <otaylor@redhat.com>
12327
12328         * modules/input/Makefile.am (im_xim_la_LDFLAGS): Point
12329         -rpath to the right install location.
12330
12331         * modules/input/Makefile.am (im_inuktitut_la_LDFLAGS): Remove
12332         -export-dynamic.
12333
12334         * gtk/gtkthemes.c (gtk_theme_engine_get): Set engine->name
12335         properly.
12336
12337 2000-11-15  Havoc Pennington  <hp@pobox.com>
12338
12339         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): Apply
12340         patch from Mikael Hermansson to temporarily stop blinking while
12341         the user is using the keyboard to type or navigate. 
12342
12343         Also, when blinking, stay on for longer than we stay off. Also,
12344         return from start_cursor_blink if !cursor_visible, to save
12345         checking that flag all over the place before we call
12346         start_cursor_blink.
12347
12348 Thu Nov 16 01:25:51 2000  Robert Brady  <robert@suse.co.uk>
12349
12350         * gtk/gtkrc.*: Remove the locale-specific gtkrc's, as they
12351         only contain a "fontset" line, which is now ignored.
12352
12353         * gtk/gtkentry.c (gtk_entry_button_release): Make 
12354         double-click-to-select-word work.
12355         
12356 Wed Nov 15 20:16:54 2000  Owen Taylor  <otaylor@redhat.com>
12357
12358         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): 
12359         Don't move back one char when we are actually at the end of the 
12360         paragraph.
12361
12362 2000-11-15  Robert Brady  <robert@suse.co.uk>
12363
12364         * modules/input/iminuktitut.c (inuktitut_compose_seqs): 
12365         'o' < 'p'.
12366         
12367         * gtk/gtkmain.c: s/CODSET/CODESET/, include <libintl.h> for
12368         bind_textdomain_codeset.
12369
12370         (gtk_init_check): Make the warning about translating default:LTR
12371         sterner.
12372         
12373 Wed Nov 15 18:39:40 2000  Owen Taylor  <otaylor@redhat.com>
12374
12375         * **/Makefile.am : remove unecessary rules for win32-specific
12376         config-substituted targets. If you want these rules, use
12377         --enable-maintainer-mode (called automatically by autogen.sh).
12378         Stops a lot of unneccessary make-time warnings.
12379
12380         * gtk/gtktext{layout,display}.c: Factor in total width as
12381         well as screen when figuring alignment for word-wrap as well as
12382         no wrap; this is necessary to handle lines that cannot be wrapped
12383         at all.
12384
12385 2000-11-15  Havoc Pennington  <hp@redhat.com>
12386
12387         * gtk/testtext.c: Implement essential color cycling feature
12388
12389 2000-11-15  Havoc Pennington  <hp@redhat.com>
12390
12391         * gtk/gtktextview.c (changed_handler): Invalidate the side windows
12392         when we invalidate the main window.
12393
12394         * gtk/testtext.c (create_view): Get rid of text_changed_callback,
12395         GtkTextView will now invalidate the side windows for us when text
12396         changes.
12397
12398 Wed Nov 15 16:02:20 2000  Owen Taylor  <otaylor@redhat.com>
12399
12400         * gtk/gtktextview.c (changed_handler): Call scroll_calc_now()
12401         unconditionally, since we may need to update the horizontal
12402         scrollbars even if the height didn't change.
12403
12404         * gtk/gtktextlayout.c (add_preedit_attrs): Always get
12405         the extra attrs, since some of them affect size.
12406
12407         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Factor in
12408         x_offset correctly.
12409
12410 2000-11-15  Havoc Pennington  <hp@redhat.com>
12411
12412         * gtk/gtktextlayout.c (set_para_values): If indent is negative,
12413         don't move the first line out into the margin, instead move the
12414         whole paragraph in order to make space for the first line within 
12415         the margin
12416
12417 2000-11-15  Havoc Pennington  <hp@redhat.com>
12418
12419         * gtk/gtktextview.c (changed_handler): offset redraw rect by
12420         xoffset in addition to yoffset, so horizontal scrolling doesn't
12421         break redraws
12422
12423 2000-11-15  Havoc Pennington  <hp@redhat.com>
12424
12425         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove extra pixel
12426         from the cursor
12427         (render_layout_line): fix reversed test that caused weird
12428         underlines to get drawn
12429
12430 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
12431
12432         * gdk/linux-fb/gdkprivate-fb.h:
12433         Fix debug macros.
12434         
12435 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
12436
12437         * gdk/linux-fb/gdkprivate-fb.h:
12438         Added virtual functions set_pixel, get_color,
12439         fill_span and draw_drawable to the GC.
12440         Added global _gdk_fb_screen_gc to use instead of
12441         NULL when drawing to the screen.
12442         Added _gdk_fb_gc_calc_state() prototype.
12443
12444         * gdk/linux-fb/gdkgc-fb.c:
12445         Call _gdk_fb_gc_calc_state() on any gc state change.
12446
12447         * gdk/linux-fb/gdkglobals-fb.c:
12448         Add _gdk_fb_screen_gc
12449                 
12450         * gdk/linux-fb/gdkdrawable-fb2.c:
12451         _gdk_fb_gc_calc_state() calculates best functions
12452         for the GC state and depth.
12453         Moved bpp specialized code to separate functions.
12454         Added optimized 24 bpp AA draw_drawable.
12455
12456         * gdk/linux-fb/gdkevents-fb.c:
12457         Silence gcc warning.
12458
12459         * gdk/linux-fb/gdkimage-fb.c:
12460         Use _gdk_fb_screen_gc
12461
12462         * gdk/linux-fb/gdkwindow-fb.c:
12463         Init and use _gdk_fb_screen_gc
12464
12465         * gdk/linux-fb/mitypes.h:
12466         Remove unused types.
12467
12468 2000-11-14  Havoc Pennington  <hp@pobox.com>
12469
12470         * gtk/gtktextlayout.c (add_cursor): use PANGO_PIXELS() to convert
12471         to pixels
12472
12473 2000-11-14  Havoc Pennington  <hp@pobox.com>
12474
12475         * gtk/testtextbuffer.c (fill_buffer): change "offset" to "rise"
12476
12477         * gtk/gtktexttypes.h (GTK_TEXT_UNKNOWN_CHAR): Add macro for
12478         unknown char, no real reason we were using a variable. 
12479         Remove gtk_text_unknown_char variable. Fix all the text widget
12480         files accordingly.
12481
12482         * gtk/gtktexttypes.c: Change "unknown character" to 0xFFFC, 
12483         since the Unicode spec seems to prefer that character for our
12484         purposes.
12485
12486 Wed Nov 15 02:18:01 2000  Robert Brady  <robert@suse.co.uk>
12487
12488         * gtk/gtkrc.c (gtk_rc_get_im_module_file): The return 
12489         value of g_getenv() isn't freeable, so g_strdup it.
12490
12491         * modules/input/inuktitut.c: Inuktitut input method.
12492
12493         * modules/input/Makefile.am: Build this.
12494         
12495 2000-11-14  Elliot Lee  <sopwith@redhat.com>
12496
12497         * gtk/Makefile.am: Install gtk.immodules, needed for operation
12498         of gtk programs.
12499
12500 Tue Nov 14 20:13:06 2000  Owen Taylor  <otaylor@redhat.com>
12501
12502         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): Fix
12503         reversed > that was causing Home to go to end of previous line.
12504
12505         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): Ignore
12506         modified-keypresses (leave for bindings.)
12507
12508         * modules/input/Makefile.am: Remove useless -export-dynamic
12509         from module LDFLAGS.
12510
12511 2000-11-14  Havoc Pennington  <hp@redhat.com>
12512
12513         * gdk/gdkpango.c (gdk_draw_layout_line): Draw underlines one pixel
12514         higher.
12515
12516         * gtk/gtktextdisplay.c (render_layout_line): Take rise into
12517         account. Also, render rise, underline, background, etc. for
12518         pixbufs as well as text. Also, draw underlines one pixel higher.
12519
12520         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): Add a
12521         PangoAttribute for the rise, so it gets drawn properly. Also,
12522         add the GtkTextAppearance attribute for pixbuf/widget segments
12523         as well; we should go ahead and have rise, underline, background,
12524         stipple work for those
12525
12526         * gtk/gtktexttag.c: Rename "offset" property to "rise" to match
12527         Pango
12528
12529 2000-11-15  Tor Lillqvist  <tml@iki.fi>
12530
12531         * gtk/makefile.{mingw,msc}.in (gtk_OBJECTS): Add new objects.
12532
12533         * gtk/gtk.def: Update.
12534
12535         * gtk/gtkrc.c: Can't check for G_OS_WIN32 until glib.h has been
12536         included.
12537         (gtk_rc_get_im_module_file): Use run-time installation directory
12538         on Win32.
12539
12540         * gdk/win32/rc/gdk.rc: Remove.
12541         * gdk/win32/rc/gdk.rc.in: New file.
12542         * gdk/win32/rc/Makefile.am: New file
12543         * gdk/win32/Makefile.am: Corresponding changes.
12544
12545         * gtk/gtk.rc: Remove.
12546         * gtk/gtk-win32.rc.in: New file.
12547         * gtk/Makefile.am: Corresponding changes.
12548
12549         * configure.in: Corresponding changes.
12550
12551         * gtk/gtkcompat.h.win32: Remove, useless. A distribution already
12552         has a built gtkcompat.h. Developers using CVS code on Win32 can
12553         hand-edit it from gtkcompat.h.in.
12554
12555         * gtk/makefile.{mingw,msc}.in: Correspondingly don't try to make
12556         gtkcompat.h from gtkcompat.h.win32.
12557
12558 2000-11-14  Havoc Pennington  <hp@redhat.com>
12559
12560         * gtk/gtktextview.c (gtk_text_view_drag_motion): Fix drag-and-drop
12561         to default to GDK_ACTION_MOVE if the drag is within a single
12562         widget. Defaults to GDK_ACTION_COPY between widgets.
12563
12564 Mon Nov 13 14:43:48 2000  Owen Taylor  <otaylor@redhat.com>
12565
12566         * demos/Makefile.am (test-inline-pixbufs.h): Fix srcdir != builddir
12567
12568         * gtk/Makefile.am (INCLUDES): Add -I$(builddir)/gtk
12569
12570         * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): Handles
12571         srcdir != builddir
12572
12573         * modules/input/Makefile.am (INCLUDES): add $(top_srcdir)/gdk
12574
12575         * configure.in (GTK_VERSION): Up to 1.3.2
12576
12577         * modules/input/Makefile.am (im_xim_la_SOURCES): Add 
12578         gtkimcontextxim.h
12579
12580         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): Add
12581         missing doc comment.
12582
12583 2000-11-14  Alexander Larsson  <alexl@redhat.com>
12584
12585         * modules/linux-fb/basic.c:
12586         Use the glib iconv wrappers.
12587
12588 2000-11-13  Havoc Pennington  <hp@pobox.com>
12589
12590         * demos/gtk-demo/textview.c: spiff up the demo a bit; reveals
12591         still more bugs.
12592
12593         * gtk/gtktextview.c (gtk_text_view_value_changed): don't try to
12594         scroll the GdkWindows before realization.
12595
12596 2000-11-13  Havoc Pennington  <hp@redhat.com>
12597
12598         * gtk/gtktextdisplay.c (gtk_text_render_state_update): fix bug 
12599         where GC didn't always get updated properly
12600
12601         * demos/gtk-demo/textview.c (create_tags): Use subattributes
12602         of fonts instead of setting the entire font
12603
12604         * gtk/testtext.c (fill_example_buffer): Use "size" instead of
12605         setting entire font
12606
12607         * gtk/gtkdialog.c (gtk_dialog_add_button): Fix some warnings
12608
12609         * gtk/gtktexttag.h, gtk/gtktexttag.c: Explode font_desc into 
12610         a bunch of individually-settable font attributes. You can still 
12611         use the "font" and "font_desc" args, they just set all the font
12612         attributes at once.
12613
12614 2000-11-13 Elliot Lee <sopwith@redhat.com>
12615
12616         * gdk/gdk.h: Add a couple of missing G_GNUC_CONST's.
12617
12618 Mon Nov 13 14:29:32 2000  Jonathan Blandford  <jrb@redhat.com>
12619
12620         * gtk/gtktreemodel.c (gtk_tree_path_copy): confirm path != NULL
12621         * gtk/gtktreemodel.c (gtk_tree_path_free): ditto
12622
12623         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): make
12624         work better.
12625
12626 2000-11-13  Havoc Pennington  <hp@redhat.com>
12627
12628         * gtk/gtkimmodule.c (gtk_im_module_init): Free the filename of 
12629         the module file.
12630
12631         * gtk/gtktexttag.c (gtk_text_attributes_copy): fix memory leak of
12632         dest->language
12633
12634         * gtk/testtext.c: Test pixels above/below/inside paragraphs
12635         settings
12636
12637         * gtk/gtktextview.c: Implement object args and setters/getters for
12638         all the aspects of the GtkTextAttributes that are not set from
12639         GtkWidget attributes. This is spacing, justification, margins,
12640         etc.
12641
12642         (gtk_text_view_set_arg)
12643         (gtk_text_view_get_arg): implement get/set for editable, wrap mode
12644         args
12645         (gtk_text_view_class_init): Add args for justify, left_margin,
12646         right_margin, indent, and tabs
12647         
12648
12649         * gtk/gtktextlayout.c (set_para_values): fix to display indent
12650         attribute properly
12651
12652         * gtk/gtktexttag.c: Remove left_wrapped_line_margin attribute, 
12653         replace with indent attribute
12654
12655         * gtk/gtktextlayout.c (set_para_values): multiply indent by
12656         PANGO_SCALE
12657
12658         * gtk/gtktextdisplay.c (render_para): Use PangoLayoutIter,
12659         rearranging code to do that
12660         (gtk_text_layout_draw): Pass in the y for the whole LineDisplay,
12661         i.e. don't subtract the top_margin first, just to keep
12662         all margin-futzing in one place.
12663
12664         * gdk/gdkpango.c (gdk_draw_layout): Use PangoLayoutIter
12665
12666         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Remove
12667         special case of last line, Pango now handles this itself.
12668         (gtk_text_layout_get_iter_at_pixel): Fix incorrect clamp of the 
12669         Y coordinate
12670         (gtk_text_layout_move_iter_to_x): port to use PangoLayoutIter
12671         (find_display_line_above): wasn't moving the byte index as it
12672         iterated over lines, so always returned byte 0. Also, port to use
12673         PangoLayoutIter.
12674         (find_display_line_below): same problem as
12675         find_display_line_above. Also, port to use PangoLayoutIter.
12676
12677 2000-11-13  Alexander Larsson  <alexl@redhat.com>
12678
12679         * gdk/linux-fb/*.[ch]:
12680         Massive reindent to gtk+ standard. My hands hurt.
12681
12682         * gdk/linux-fb/gdkcolor-fb.c:
12683         Move GdkColorPrivateFB from inherited to windowing_data
12684
12685         * gdk/linux-fb/gdkcursor-fb.c:
12686         _gdk_cursor_new_from_pixmap made static
12687
12688         * gdk/linux-fb/gdkdnd-fb.c:
12689         GdkDragContextPrivate moved to windowing_data
12690
12691         * gdk/linux-fb/gdkdrawable-fb2.c:
12692         Removed endian.h, use glib endianness macros instead
12693         Some cleanups in the usage of GDK_DRAWABLE_FBDATA
12694         and GDK_DRAWABLE_IMPL_FBDATA
12695
12696         * gdk/linux-fb/gdkfont-fb.c:
12697         Add empty gdk_font_load(). Needed for linking of Gtk+.
12698
12699         * gdk/linux-fb/gdkimage-fb.c:
12700         Removed endian.h, use glib endianness macros instead
12701         Moved GdkImagePrivateFB to windowing_data
12702         gdk_image_new_bitmap didn't always allocate enough
12703         memory.
12704
12705         * gdk/linux-fb/gdkinput-ps2.c:
12706         Added semi-working support for MS serial mice.
12707
12708         * gdk/linux-fb/gdkprivate-fb.h:
12709         s/GdkWindowPrivate/GdkWindowObject/
12710         Removed GdkWindowPrivate typedef
12711         s/GDK_DRAWABLE_P/GDK_DRAWABLE_FBDATA/
12712         Removed GDK_DRAWABLE_P
12713         Move GdkColorPrivateFB from inherited to windowing_data
12714         Moved GdkImagePrivateFB to windowing_data
12715
12716         * gdk/linux-fb/gdkvisual-fb.c:
12717         Removed some unused debug code.
12718
12719         * gdk/linux-fb/gdkwindow-fb.c:
12720         Use stock cursors instead of including X headers.
12721         s/GdkWindowPrivate/GdkWindowObject/
12722
12723         * gdk/linux-fb/mitypes.h:
12724         Removed unused types.
12725
12726         * modules/linux-fb/basic.c:
12727         Use the pango fribidi wrappers.
12728
12729 2000-11-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
12730
12731         * gdk/linux-fb/gdkcolor-fb.c, gdk/nanox/gdkmain-nanox.c,
12732         gdk/win32/gdkcolor-win32.c, gdk/win32/gdkwin32id.c,
12733         gdk/x11/gdkcolor-x11.c, gdk/x11/gdkvisual-x11.c, gdk/x11/gdkxid.c,
12734         gtk/gtkgc.c, gtk/gtkrc.c, gtk/gtktext.c: GCompareFunc ->
12735         GEqualFunc where applicable.
12736         
12737         * gdk/linux-fb/gdkpango-fb.c: pango_font_description_compare ->
12738         pango_font_description_equal as changed in pango.
12739         
12740         * gdk/nanox/gdkmain-nanox.c: gdk_xid_compare -> gdk_xid_equal.
12741
12742         * gdk/win32/gdkcolor-win32.c: gdk_colormap_cmp -> gdk_colormap_equal.
12743
12744         * gdk/win32/gdkwin32id.c: gdk_handle_compare -> gdk_handle_equal.
12745
12746         * gdk/x11/gdkcolor-x11.c: gdk_colormap_cmp -> gdk_colormap_equal.
12747
12748         * gdk/x11/gdkvisual-x11.c: gdk_visual_compare -> gdk_visual_equal.
12749
12750         * gdk/x11/gdkxid.c: gdk_xid_compare -> gdk_xid_equal.
12751
12752         * gtk/gtkgc.c: gtk_gc_key_compare -> gtk_gc_key_equal and
12753         gtk_gc_drawable_compare -> gtk_gc_drawable_equal.
12754
12755         * gtk/gtkrc.c: gtk_rc_style_compare -> gtk_rc_style_equal and
12756         gtk_rc_styles_compare -> gtk_rc_styles_equal.
12757
12758 2000-11-12  Havoc Pennington  <hp@pobox.com>
12759
12760         * demos/gtk-demo/Makefile.am (democodedir): change demo install
12761         dir to datadir/gtk+-2.0/demo
12762
12763         * demos/gtk-demo/textview.c: Text widget demo; reveals all 
12764         sorts of text widget and Pango font bugs. Urgh.
12765
12766         * demos/gtk-demo/Makefile.am (demos): Add textview.c
12767
12768         * demos/gtk-demo/main.c (create_tree): Add instructions at top of
12769         tree that you should double click to see the demo. Fix 
12770         types of variables to reflect changed return values from 
12771         GtkTreeStore and GtkTreeViewColumn constructors.
12772
12773         * gtk/gtktextbuffer.c (gtk_text_buffer_new): ref/sink the
12774         newly-created buffer to prepare for GObject semantics
12775
12776         * gtk/testtext.c: don't leak the buffer with GObject semantics
12777
12778         * gtk/testtextbuffer.c: ditto
12779         
12780 2000-11-12  Havoc Pennington  <hp@pobox.com>
12781
12782         Rename this testgtk to gtk-demo to avoid confusion, and 
12783         install it so people can use it as a supplement to 
12784         the documentation.
12785         
12786         * demos/gtk-demo: Moved from demos/testgtk
12787
12788         * demos/testgtk: Removed
12789
12790         * configure.in: make Makefile in gtk-demo
12791         
12792         * demos/gtk-demo/Makefile.am: Install sample source to 
12793         datadir/gtk-demo (maybe there's a better place?), and 
12794         rename the binary to gtk-demo
12795         
12796         * demos/gtk-demo/main.c (load_file): Load installed sample
12797         source if source isn't found in pwd.
12798
12799 2000-11-09  Havoc Pennington  <hp@pobox.com>
12800
12801         * gtk/gtkentry.c (gtk_entry_class_init): Add an "invisible_char" 
12802         argument to set the char displayed when visibility == FALSE
12803         (gtk_entry_create_layout): If !entry->visible, replace 
12804         all chars with the "invisible char"
12805
12806         * gtk/testgtk.c: Test the invisible_char deal
12807         
12808 Mon Nov 13 02:16:33 2000  Robert Brady  <robert@suse.co.uk>
12809
12810         * gtk/gtkstyle.c (gtk_style_init): Fall back to "fixed" if we
12811         can't get a native font in the right encoding.
12812
12813 Mon Nov 13 00:09:29 2000  Robert Brady  <robert@suse.co.uk>
12814
12815         * configure.in: Chinese .pos have been renamed to zh_CN and zh_TW
12816         respectively.
12817
12818 Sun Nov 12 19:11:42 2000  Owen Taylor  <otaylor@redhat.com>
12819
12820         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_next_line):
12821         Fix warning when moving between paragraphs.
12822
12823         * gtk/gtkentry.[ch]: Change move => move_cursor, 
12824         delete => delete_from_cursor, insert => insert_at_cursor
12825
12826 Sun Nov 12 22:52:51 2000  Robert Brady  <robert@suse.co.uk>
12827
12828         * modules/input/imviqr.c: A vietnamese VIQR-based input method.
12829
12830         * modules/input/imthai-broken.c: A Thai input method for use if
12831         Thai keys are really generating Latin1 keysyms.
12832
12833         * modules/input/Makefile.am: Build these.
12834
12835 Sun Nov 12 22:15:35 2000  Robert Brady  <robert@suse.co.uk>
12836
12837         * gtk/gtkfileselection.c, gdk/win32/gdkfont-win32.c: 
12838         g_filename_{to,from}_utf8 now takes an extra parameter.
12839
12840         * gtk/gtkcalendar.c (gtk_calendar_init): Convert output of
12841         strftime into UTF-8.
12842
12843         (column_from_x, gtk_calendar_paint_day_names): Support RTL
12844         calendars.
12845
12846         (gtk_calendar_paint_day_names): Draw day names in the right 
12847         place.
12848         
12849 Sun Nov 12 14:10:09 2000  Owen Taylor  <otaylor@redhat.com>
12850
12851         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): Fix
12852         problem with using result of g_get_charset() backwards -
12853         pointed out by Mikael Hermansson <mikeh@bahnhof.se>.
12854
12855         * gtk/gtkwindow.c (gtk_window_compute_hints): Support
12856         negative min_width/height and max_width/height to
12857         mean "requisition"; this allows setting a window
12858         to be user-resizable in only one direction easily.
12859
12860         * gtk/testgtk.c (create_main_window): Remove hard-coded
12861         usize - set a default size in the vertical direction.
12862
12863 Sun Nov 12 13:33:01 2000  Owen Taylor  <otaylor@redhat.com>
12864
12865         * gtk/gtkrange.c: Add some missing casts. Support 
12866         2 and 3 button clicks on the arrows to mean 
12867         "move by pages" and "jump to end". (Like gtkspinbutton)
12868
12869 2000-11-12 Hans Breuer <Hans@Breuer.Org>
12870
12871         * gdk/win32/makefile.msc : reflect build module changes
12872
12873         * gdk/win32/gdkcursor-win32.c : can't cast to impl type directly
12874         from GdkPixmap*, cast implementation member instead.
12875
12876         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_drawable) : The
12877         passed in drawable is of type GdkDrawableImplWin32, the GdkPixmap *src 
12878         maybe either GdkDrawable or GdkDrawableImpl. Corrected all casts, add
12879         more Gdi functions return value checking. 
12880         (gdk_win32_draw_image) : use IMAGE_PRIVATE_DATA to get on the
12881         GdkImagePrivateWin32 *.
12882
12883         * gdk/win32/gdkevents-win32.c : Disable the SetCapture call to make
12884         menus useable again. Add #pragma message to keep reminded on this issue.
12885         (gdk_event_translate) : don't generate GDK_EXPOSE events for InputOnly
12886         windows. This allows to enable backing store on Win32!
12887
12888         * gdk/win32/gdkimage-win32.c (_gdk_win32_get_image) : the passed
12889         in drawable is of impl type. Correct specific type checks appropriate.
12890  
12891         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_create_from_data) : check 
12892         GDK_WINDOW_DESTROYED before allocating new resources.
12893
12894         * gdk/win32/gdkselection-win32.c : Handle GDK_WINDOW_DESTROYED case
12895
12896         * gdk/win32/gdkwindow-win32.c : more Gdi return value checking,
12897         (gdk_window_foreign_new) initialize parent handle.
12898         (gdk_window_destroy_notify) add GDK_IS_WINDOW check
12899
12900         * gdk/win32/gdkgeometry-win32.c (_gdk_window_move_resize_child) :
12901         Let the GDI invalidate the window on MoveWindow call to fix scrolling
12902         problems (e.g. main buttons in testgtk). 
12903
12904 Sat Nov 11 23:07:30 2000  Owen Taylor  <otaylor@redhat.com>
12905
12906         * gtk/gtkentry.c (gtk_entry_key_press): Call 
12907         gtk_widget_activate for GDK_Return.
12908
12909         * gtk/gtkentry.c (gtk_entry_preedit_changed_cb): Fix handling
12910         of preedit cursor position.
12911
12912 Sun Nov  5 04:24:53 2000  Owen Taylor  <otaylor@redhat.com>
12913
12914         * gtk/gtkcellrenderertextpixbuf.c: Make parent_class
12915         static.
12916
12917 Tue Sep 19 10:54:22 2000  Owen Taylor  <otaylor@redhat.com>
12918
12919         * modules/input/{gtkimcontextxim.[ch],imxim.c}: Rip
12920         out support for multiple locales; that simple doesn't
12921         work reliably with current Xlib
12922
12923         * gtk/gtkimcontext*.[ch] gtk/gtkimmulticontext.[ch]
12924         gtk/gtktextlayout.[ch] gtk/gtktextview.c gtk/gtkentry.c: 
12925         Add support for positioning the cursor within the preedit string.
12926
12927 Mon Sep 18 23:56:32 2000  Owen Taylor  <otaylor@redhat.com>
12928
12929         * modules/input/{imxim.c,gtkimcontextxim.[ch]}: Start
12930         at XIM input method module.
12931
12932         * gtk/gtktextview.c: Check for bindings after passing
12933         events to im context filter.
12934
12935 Mon Sep 18 11:50:51 2000  Owen Taylor  <otaylor@redhat.com>
12936
12937         * gtk/gtktextlayout.c (add_preedit_attrs): Handle
12938         empty attribute lists properly.
12939
12940 Sun Sep 17 10:08:16 2000  Owen Taylor  <otaylor@redhat.com>
12941
12942         * gtk/queryimmodules.c (main): Return non-zero exit
12943         status if errors were encountered querying any
12944         modules.
12945
12946         * modules/input/Makefile.am (moduledir): remove
12947         leftover bin program target.
12948
12949         * docs/make-todo: Fix typo in error message.
12950
12951 Sat Sep 16 14:04:30 2000  Owen Taylor  <otaylor@redhat.com>
12952
12953         * configure.in: Add modules/input/Makefile
12954
12955 Sat Sep 16 14:01:52 2000  Owen Taylor  <otaylor@redhat.com>
12956
12957         * gtk/gtk.h: include gtkmodule.h gtkoldeditable.h,
12958         don't include gtkthemes.h.
12959
12960         * gtk/testgtk.c gtk/testtext.c: Set environment variables
12961         to point
12962
12963         * gtk/Makefile.am: Add new .c and .h files, build 
12964         gtk-query-immodules and use it to create a gtk.immodules
12965         file for use of test programs.
12966
12967         * gtk/gtkpreview.c: remove extra blank line.
12968
12969 Sat Sep 16 13:21:04 2000  Owen Taylor  <otaylor@redhat.com>
12970
12971         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_add_table): 
12972         Add the ability to add extra tables beyond the default
12973         one, and also the ability to have compose sequences 
12974         that are prefixes of other compose sequences. 
12975
12976         * gtk/gtkimcontextsimple.c: Export a preedit string which
12977         consists of possible candidates for keystrokes that have
12978         been entered but not yet committed.
12979
12980         * gtk/gtkimcontext.[ch] gtk/immulticontext.[ch]
12981         gtk/gtkimcontextsimple.[ch]: add gtk_im_context_reset()
12982
12983         * gtk/gtkmulticontext.[ch] (gtk_im_multicontext_append_menuitems): 
12984         Add a function to add input-method switching menu items
12985         to a menu.
12986
12987         * gtk/gtkimmulticontext.[ch]: Properly handly set_client_window
12988         when switching input methods.
12989
12990         * gtk/gtkimcontextsimple.[ch]: Change the format of
12991         the compose table to allow compose tables of different
12992         lengths / sequence.
12993
12994 Sat Sep 16 13:05:48 2000  Owen Taylor  <otaylor@redhat.com>
12995
12996         * gtk/gtkimmodule.[ch]: Support routines for loading
12997         GtkIMContext implementations dynamically at runtime.
12998
12999         * modules/input/imcyrillic-translit.c: A sample input
13000         method (based on GtkIMContextSimple with an extra table),
13001         which demonstrates preedit strings and the module
13002         system for input modules
13003
13004         * gtk/queryimmodules.c: Program to query the available
13005         input modules and write the results into a file.
13006          
13007         * gtk/gtkrc.[ch] (gtk_rc_get_im_module_file): Add
13008         extra config options "im_module_file" (cache file for
13009         input method modules), and "im_module_path" - path
13010         to look for modules when generating cache file.
13011
13012         This doesn't scale.
13013
13014 Sat Sep 16 13:09:06 2000  Owen Taylor  <otaylor@redhat.com>
13015
13016         * gtk/gtkthemes.[ch] gtk/gtkmodule.[ch]: Move most of the 
13017         generic code from gtkthemes into a new abstraction
13018         GtkModule which has the logic for implementing
13019         a loadable module which implements a number of 
13020         GObject types.
13021
13022 Sat Sep 16 13:07:13 2000  Owen Taylor  <otaylor@redhat.com>
13023
13024         * gtk/gtkeditable.[ch]: Convert GtkEditable from
13025         a class into an interface  
13026         
13027         * gtk/gtkoldeditable.[ch]: Move the old editable
13028         implementation into here, so legacy widgets can
13029         still rely on the implemenation. GtkOldEditable
13030         exports GtkEditable. Make selection handling
13031         code use new text conversion functions (and
13032         handle UTF-8 as a side-effect). Use GtkClipboard
13033         for CLIPBOARD.
13034
13035         * gtk/gtktext.[ch] gtk/gtkcombo.c gtk/gtkspinbutton.c:
13036         Adopt to match above changes.
13037
13038         * gtk/gtkentry.[ch]: Implement GtkEditable directly,
13039         avoid GtkOldEditable implementation. Restructure
13040         to reduce number of places that modify state directly.
13041         Move to GtkBindingSet. Display the preedit string.
13042         Queue recomputation of PangoLayout and scroll position
13043         to improve effiency of doing complex changes naively.
13044         Add a menu with cut/copy/paste and input method selection.
13045
13046 Thu Sep 14 22:11:05 2000  Owen Taylor  <otaylor@redhat.com>
13047
13048         * gtk/gtktextlayout.[ch]: Add gtk_text_layout_set_preedit_string()
13049         to set preedit string and attributes; display preedit string by
13050         inserting string and attributes at cursor when creating the
13051         GtkTextLineDisplay.
13052
13053         * gtk/gtktextlayout.c: Move all conversions between byte
13054         positions in PangoLayout and GtkTextIter into new functions
13055         line_display_iter_to_index/index_to_iter that properly
13056         handle the preedit string.
13057
13058         * gtk/gtktextmark.[ch]: Restore gtk_text_mark_get_name, modify
13059         it to return const char * (eventually will end up
13060         as GCONST char *, most likely.)
13061
13062         * gtk/gtktextview.[ch]: Handle the preedit string, call
13063         gtk_im_context_reset() as necessary, add a menu to switch
13064         input methods.
13065         
13066         * gtk/gtktextlayout.[ch]: Remove useless
13067         gtk_text_layout_get_log_attrs() function.
13068
13069 2000-11-11  Tor Lillqvist  <tml@iki.fi>
13070
13071         * gdk/gdk.def
13072         * gtk/gtk.def: Update.
13073
13074         * gdk/win32/*.c: Add last argument to g_type_register_static()
13075         calls.
13076
13077         * gdk/win32/gdkwindow-win32.c: Silence gcc -Wall.
13078
13079         * gdk/win32/gdkevents-win32.c: Handle MSH_MOUSEWHEEL messages
13080         generated by older wheel mouse drivers. Get the correct y
13081         coordinate from WM_MOUSEWHEEL messages.
13082
13083         * gdk/win32/gdkgc-win32.c (gdk_win32_cap_style_to_string,
13084         gdk_win32_fill_style_to_string, gdk_win32_function_to_string,
13085         gdk_win32_join_style_to_string, gdk_win32_line_style_to_string):
13086         Debugging functions.
13087
13088         * gdk/win32/gdkprivate-win32.h: Declare them.
13089
13090         * gdk/win32/gdkinput-win32.h: Add declaration for
13091         gdk_input_window_destroy().
13092
13093         * gtk/makefile.mingw.in: Pass -DGTK_VERSION. Add gtktreemodel.o.
13094
13095 Fri Nov 10 19:06:41 2000  Jonathan Blandford  <jrb@redhat.com>
13096
13097         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): New
13098         function to help handle keeping things in sync.
13099
13100 Fri Nov 10 12:10:34 2000  Jonathan Blandford  <jrb@redhat.com>
13101
13102         * gtk/gtkliststore.c (gtk_model_simple_class_init): use the new
13103         BOXED marshallers.
13104
13105         * gtk/gtkliststore.c (gtk_list_store_get_column_type): Add this.
13106         (gtk_list_store_class_init): use the new BOXED marshallers.
13107
13108         * gtk/gtktreestore.c (gtk_tree_store_new_with_types): change
13109         new_with_values to new_with_types.
13110         (gtk_tree_store_get_column_type): add this.
13111         (gtk_tree_store_class_init): use the new BOXED marshallers.
13112
13113         * gtk/gtkmarshal.list: Added a number of BOXED marshallers to
13114         mirror some POINTER marshallers.
13115
13116 Thu Nov  9 11:23:22 2000  Jonathan Blandford  <jrb@redhat.com>
13117
13118         * gtk/gtktreemodel.h (struct _GtkTreeIter): added more fields to
13119         allow more interesting iterators.  Also, made the lifecycle of
13120         iterators more explicit.
13121
13122         * gtk/gtktreemodelsort.[ch]: New model for sorting.
13123
13124         * gtk/gtk-boxed.defs (GtkTreeIter, GtkTreePath): Added two boxed
13125         types.
13126
13127 2000-11-09  Alexander Larsson  <alexl@redhat.com>
13128
13129         * demos/testgtk/menus.c:
13130         Changes to make the new testgtk compile after
13131         gtk_menu_append was removed.
13132
13133         * gdk/linux-fb/gdkdrawable-fb2.c
13134         (gdk_fb_get_depth, gdk_fb_get_visual,
13135         gdk_drawable_impl_fb_class_init): Implement
13136         these drawable functions. Now GtkImages work again.
13137
13138         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Change prototype.
13139
13140         * gdk/linux-fb/gdkprivate-fb.h (_gdk_fb_get_image): Change prototype.
13141         
13142         * gdk/linux-fb/gdkmain-fb.c (fb_modes_parse_mode,
13143         gdk_fb_setup_mode_from_name, gdk_fb_set_mode, gdk_fb_display_new);
13144         Parse /etc/fb.modes, use the environment variables GDK_DISPLAY_MODE,
13145         GDK_DISPLAY_DEPTH, GDK_DISPLAY_WIDTH, GDK_DISPLAY_HEIGHT.
13146
13147 2000-11-08  Havoc Pennington  <hp@pobox.com>
13148
13149         * gtk/gtktexttag.c (gtk_text_tag_class_init): Add visible and
13150         visible_set args, don't know where these had gone, I thought they
13151         used to be there
13152
13153         * gtk/testtext.c: Add a menu item to apply invisibility tag;
13154         now we can test the feature and see that it's totally broken.
13155
13156 2000-11-08  Havoc Pennington  <hp@pobox.com>
13157
13158         Make DND copy pixbufs and tags when source and target share a 
13159         tag table.
13160         
13161         * gtk/gtktextview.c (gtk_text_view_drag_data_get): provide the
13162         in-process GTK_TEXT_BUFFER_CONTENTS target
13163         (gtk_text_view_drag_data_received): Paste from
13164         GTK_TEXT_BUFFER_CONTENTS if we receive it.
13165
13166 2000-11-08  Alexander Larsson  <alexl@redhat.com>
13167
13168         * docs/Changes-2.0.txt: Add note about GtkMenuPositionFunc
13169         API changes.
13170
13171         * gtk/gtkmenu.c: Add support for scrolling menus.
13172         Remove gtk_menu_append/prepend/insert, these have been moved to
13173         gtkcompat.h as #defines.
13174
13175         * gtk/gtkcompat.h.in:
13176         Add compatibility #defines for gtk_menu_append/prepend/insert
13177
13178         * gtk/gtkmenu.h: Add data needed for scrolling menus.
13179         GtkMenuPositionFunc gets an extra argument push_in.
13180         gtk_menu_append/prepend/insert removed.
13181         
13182         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Change menu
13183         positioning behaviour to fit to scrolling menus.
13184
13185         * gtk/gtkmenuitem.c (gtk_menu_item_forall): Don't recurse
13186         into menuitem->submeny. That is wrong, and broke torn
13187         off submenus of torn off menus, since they were unrealized
13188         when the first menu was unrealized.
13189
13190         * gtk/gtkmenushell.[ch]: Virtualize gtk_menu_shell_insert() and
13191         gtk_menu_shell_select_item() since these need to be overridden in
13192         GtkMenu.
13193
13194         * gtk/gtkoptionmenu.c (gtk_opttion_menu_position): Change menu
13195         positioning behaviour to fit to scrolling menus.
13196         (gtk_option_menu_key_press, gtk_option_menu_button_press): Select
13197         the current item so that it is prelighted when the menu pops up.
13198         This is a workaround to the fact that the menu doesn't get the
13199         initial enter event (due to grabs).
13200
13201         * gtk/gtkfilesel.c, gtk/gtkinputdialog.c, gtk/testgtk.c:
13202         s/gtk_menu_append/gtk_menu_shell_append/
13203
13204         * gtk/gtknotebook.c:
13205         s/gtk_menu_insert/gtk_menu_shell_insert/
13206
13207         * gtk/testgtk.c (create_menu, create_menus):
13208         Create the first menu with 50 items so that menu scrolling
13209         can be tested.
13210         
13211         
13212         Patch from Jonathan Blandford  <jrb@redhat.com>
13213
13214         * gtk/gtkmenuitem.[ch] (gtk_menu_item_toggle_size_request): new
13215         system to handle size requests.  First, we ask what the size of
13216         the toggle is.  Then, when allocating the size, we allocate the
13217         toggle_size first.  This way we can have multiple menu-item
13218         classes w/o needing a seperate class for each.
13219
13220         * gtk/gtkmenu.c (gtk_menu_size_request): Actually use the new system.
13221         * gtk/gtkmenu.c (gtk_menu_size_allocate): Use the new system.
13222
13223         * gtk/gtkcheckmenuitem.c
13224         (gtk_check_menu_item_toggle_size_request): New function to handle
13225         the toggle size-request.
13226
13227 2000-11-07  Havoc Pennington  <hp@redhat.com>
13228
13229         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location):
13230         Half-ass somewhat fix this function, so that scrolling to the
13231         insertion point works. Pango hacking is in the future to really
13232         fix it.
13233
13234         * gtk/gtktextview.c (gtk_text_view_drag_data_get): Don't calculate
13235         length of data, no longer used.
13236
13237         * gtk/gtktextbuffer.c (gtk_text_buffer_finalize): move destroy
13238         method contents in here, get rid of destroy method
13239         (gtk_text_buffer_insert_range): Fix some g_return_if_fail checks
13240         that were backward. Remove debug spew.
13241         (cut_or_copy): Make the clipboard work with insert_range to
13242         preserve tags and pixbufs, not just the primary selection.
13243
13244 2000-11-07  Havoc Pennington  <hp@redhat.com>
13245
13246         * gtk/gtktextmark.c (gtk_text_mark_is_visible): rename 
13247         to gtk_text_mark_get_visible
13248
13249         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): fix
13250         bug that was generating an invalid iterator
13251
13252         * gtk/gtktextiter.c (gtk_text_iter_get_offset): move call to
13253         ensure_char_offsets() in front of code placing the iter in an
13254         invalid state.
13255
13256         * gtk/gtktextbuffer.c (gtk_text_buffer_paste_primary):
13257         make override_location arg const
13258         (paste): Replace the selection if we paste into the 
13259         current selection
13260
13261         * gtk/gtkselection.h: Remove "GtkSelectioData"
13262         (struct _GtkSelectionData): move the definition here.
13263
13264         * gtk/gtktextbuffer.c (gtk_text_buffer_update_primary_selection):
13265         Export the GTK_TEXT_BUFFER_CONTENTS target for in-process copies
13266
13267         * gtk/gtktextiter.c (gtk_text_iter_get_tags): New function
13268
13269         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_range): implement
13270         (gtk_text_buffer_insert_range_interactive): implement
13271         (gtk_text_buffer_get_tags): Remove, replaced by
13272         gtk_text_iter_get_tags()
13273
13274         * gtk/gtktextiter.c (gtk_text_iter_forward_search): Add a search
13275         limit parameter, to avoid infinite linear scan.
13276         (gtk_text_iter_backward_search): Add search limit
13277         (gtk_text_iter_forward_find_char): Add search limit
13278         (gtk_text_iter_backward_find_char): Add search limit
13279
13280 2000-11-07  Alexander Larsson  <alla@lysator.liu.se>
13281
13282         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
13283         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkimage-fb.c,
13284         gdk/linux-fb/gdkpango-fb.c, gdk/linux-fb/gdkpixmap-fb.c,
13285         gdk/linux-fb/gdkwindow-fb.c:
13286         use g_object_new() instead of g_type_create_instance() which
13287         is a private function for fundamental type implementations.
13288
13289         * gdk/linux-fb/gdkinput-ps2.c:
13290         Use MEDIUMRAW instead of RAW keycodes. Remove keyboard state-table
13291         instead just store the current modifier state. Add a (somewhat broken)
13292         keyboard input parser for XLATE mode too, if we couldn't use MEDIUMRAW.
13293         Rename exported function gdk_input_ps2_get_mouseinfo to
13294         gdk_input_get_mouseinfo.
13295
13296         * gdk/linux-fb/gdkmain-fb.c, gdk/linux-fb/gdkprivate-fb.h,
13297         gdk/linux-fb/gdkwindow-fb.c:
13298         gdk_input_ps2_get_mouseinfo was renamed to gdk_input_get_mouseinfo.
13299         
13300
13301 2000-11-02  Havoc Pennington  <hp@redhat.com>
13302
13303         * gtk/gtkfilesel.h, gtk/gtkfilesel.c: Derive from GtkDialog, and
13304         use stock buttons. Should be 100% source compatible, appropriate
13305         filesel fields now point to dialog->vbox and dialog->action_area.
13306         On the bizarre side, dialog->action_area and filesel->action_area
13307         are not the same widget.
13308         (gtk_file_selection_init): Put some padding around the selection
13309         entry, so it isn't touching the GtkDialog separator.    
13310
13311         * gtk/gtkfontsel.h, gtk/gtkfontsel.c: Derive from GtkDialog, 
13312         use stock buttons, etc. Should also be source compatible.
13313         Set the dialog default title in _init not _new().
13314         
13315         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): 
13316         Use stock buttons; don't put a button box inside the existing
13317         dialog button box. Don't bother with push/pop colormap anymore.
13318
13319         * gtk/gtkdialog.h (GtkResponseType): Add a bunch of more 
13320         specific GTK_RESPONSE_* values. This is clearer than ACCEPT/REJECT
13321         for message dialog, and necessary for the font selection and color
13322         selection with help and apply buttons.
13323         
13324         * gtk/gtkdialog.c (gtk_dialog_add_button): Return a pointer 
13325         to the created button widget. Set GTK_CAN_DEFAULT on the button.
13326         (gtk_dialog_init): Default to GTK_BUTTONBOX_END, put less spacing
13327         between buttons, put less padding around the action area.
13328         (gtk_dialog_run): Exit on unmap rather than on destroy. 
13329         This will also exit the loop if the widget is hidden.
13330         (gtk_dialog_delete_event_handler): Use GTK_RESPONSE_DELETE_EVENT
13331         instead of GTK_RESPONSE_NONE; since we're already adding a bunch
13332         of GTK_RESPONSE_* stuff, this seems cleaner, and lets you 
13333         special-case delete event.
13334
13335         * gtk/gtktexttagtable.c, gtk/gtktextview.c: Fix doc comment
13336         formatting
13337         
13338 Sun Nov  5 05:32:39 2000  Tim Janik  <timj@gtk.org>
13339
13340         * gtk/testgtk.c (uposition_stop_configure): provide a toggle
13341         button to temporarily disable position recording in the
13342         "saved position" test.
13343
13344 Sat Nov  4 05:37:17 2000  Tim Janik  <timj@gtk.org>
13345
13346         * gtk/gtkthemes.c: added compat code that temporarily implements
13347         GtkThemeEnginePlugin as a GObject exporting GTypePlugin. this is
13348         going to be revamped by owen's upcoming GtkModule patches, but
13349         untill then people want gtk to build, right? ;)
13350
13351 2000-11-04  Havoc Pennington  <hp@pobox.com>
13352
13353         * gtk/gtkenums.h: remove trailing comma from GtkDeleteType member
13354         list
13355
13356         * docs/Changes-2.0.txt: Add note about
13357         gtk_container_get_toplevels()
13358
13359         * gtk/gtktextview.h: formatting
13360         
13361         * gtk/gtktextview.c: don't start descriptions with "Returns",
13362         confuses gtk-doc
13363
13364 Sat Nov  4 10:12:27 2000  Owen Taylor  <otaylor@redhat.com>
13365
13366         * autogen.sh: When doing sanity checking on ACLOCAL_FLAGS,
13367         look for glib-2.0.m4 not glib.m4. (Ali Abdin)
13368
13369 2000-11-03  Havoc Pennington  <hp@redhat.com>
13370
13371         * gtk/gtktexttagtable.c: Docs
13372         (gtk_text_tag_table_size): return a signed int
13373
13374         * gtk/gtktexttag.c: s/tkxt/text/g; write documentation
13375         (gtk_text_tag_event): make the event_object a GObject
13376
13377         * gtk/gtktextview.c: Write API docs for all functions.
13378
13379         * gtk/gtktextview.h: add GTK_TEXT_WINDOW_PRIVATE as return value
13380         for gtk_text_view_get_window_type() called on one of the private
13381         windows.
13382
13383         * gtk/gtktextview.c: Instead of accessing text_view->buffer
13384         directly, call get_buffer() which demand-creates a default
13385         buffer. So gtk_text_view_new() can be used to create a view with a
13386         default buffer in it, if you just want an empty text box users can
13387         put data in. Useful for GUI builders also.
13388
13389 2000-11-03  Pablo Saratxaga <pablo@mandrakesoft.com>
13390
13391         * gtk/gtkrc.zh_TW.*: moved gtkrc.zh_TW.Big5 to gtkrc.zh_TW.big5;
13392         the charset encodign portion MUST be in lowercase.
13393         * gtk/gtkrc.az: added file for Azeri language
13394
13395 2000-11-03  Havoc Pennington  <hp@redhat.com>
13396
13397         Get widgets working on the btree/buffer side. Display of them 
13398         still doesn't work.
13399         
13400         * gtk/gtktextview.c: start implementing child widget stuff
13401
13402         * gtk/gtktextiter.c (gtk_text_iter_get_child_anchor): new function
13403
13404         * gtk/gtktextlayout.c: handle embedded widgets
13405
13406         * gtk/gtktextdisplay.c: handle embedded widgets
13407
13408         * gtk/gtktextchild.c: Implement all the child anchor goo
13409
13410         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor): New
13411         function
13412
13413         * gtk/gtktextbtree.c: Add child anchor table to the btree struct
13414         (insert_pixbuf_or_widget_segment): abstract out common portions of 
13415         creating a child anchor or a pixbuf segment.
13416         (gtk_text_btree_create_child_anchor): new function
13417         (gtk_text_btree_unregister_child_anchor): new function
13418
13419         * gtk/gtkmarshal.list: added VOID:OBJECT,INT,INT for the
13420         allocate_child signal on GtkTextLayout
13421
13422         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): fix bogus return
13423         values
13424         (gtk_text_iter_get_child_anchor): new function
13425
13426         * gtk/gtktextbuffer.c (gtk_text_buffer_real_changed): Add a
13427         default handler for the changed signal, which calls
13428         gtk_text_buffer_set_modified(), instead of just always emitting
13429         changed then calling set_modified() manually. I guess this is
13430         maybe more flexible. It seems logical.
13431
13432 Fri Nov  3 08:58:38 2000  Tim Janik  <timj@gtk.org>
13433
13434         * gtk/gtkobject.c: _g_signal_handlers_destroy() is prefixed with '_'
13435         now.
13436
13437         * gtk/gtksignal.c: use g_signal_connect_closure_by_id() now.
13438
13439 Thu Nov  2 14:10:51 2000  Owen Taylor  <otaylor@redhat.com>
13440
13441         * gdk/x11/gdkdnd-x11.c: Fix a bunch of functions that should have
13442         been marked static.
13443
13444 2000-11-02  Havoc Pennington  <hp@redhat.com>
13445
13446         * gtk/testgtk.c (create_labels): had a test backward
13447
13448         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Copy the client-side GC
13449         fields, so the dest GC ends up with the correct clip origin, 
13450         etc. Fixes a bug where colored labels didn't redraw 
13451         properly.
13452
13453 2000-11-02  Alexander Larsson  <alexl@redhat.com>
13454
13455         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
13456         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkpango-fb.c,
13457         gdk/linux-fb/gdkpixmap-fb.c, gdk/linux-fb/gdkwindow-fb.c:
13458         Add last argument to t_type_register_static call.
13459         
13460         * gdk/linux-fb/gdkdrawable-fb2.c:
13461         Add last argument to t_type_register_static call.
13462         export the get_image drawable virtual function.
13463
13464         * gdk/linux-fb/gdkimage-fb.c:
13465         Add last argument to t_type_register_static call.
13466         rename gtk_image_get to _gdk_fb_get_image and
13467         export it for use by gdkdrawable-fb2.
13468
13469         * gdk/linux-fb/gdkprivate-fb.h:
13470         export _gdk_fb_get_image.
13471
13472         * gdk/linux-fb/gdkselection-fb.c:
13473         Add new api call stubs.
13474
13475         * gtk/Makefile.am:
13476         Missing ( in linux-fb part.
13477
13478         * modules/linux-fb/Makefile.am:
13479         Must link with gdk_pixbuf or get unresolved symbol.
13480
13481 2000-11-01  Havoc Pennington  <hp@pobox.com>
13482
13483         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Use 
13484         GTK_TYPE_TEXT_ITER and BOXED marshallers
13485
13486         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): ditto
13487
13488         * gtk/gtktexttag.c (gtk_text_tag_class_init): ditto
13489         
13490         * gtk/gtk-boxed.defs: add GtkTextIter
13491
13492         * gtk/gtkmarshal.list: Add marshallers for text widget that 
13493         properly use OBJECT and BOXED
13494
13495 2000-11-01  Havoc Pennington  <hp@redhat.com>
13496
13497         * gtk/testgtk.c (create_labels): Test set_markup_with_accel()
13498
13499         * gtk/gtklabel.c (set_markup): Convert the unichar to a GDK keyval
13500         before returning it. 
13501         
13502 2000-11-01  Havoc Pennington  <hp@redhat.com>
13503
13504         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
13505         Clip the rectangle to be rendered to the drawable, since
13506         get_from_drawable() requires a region within the drawable
13507
13508 2000-11-01  Havoc Pennington  <hp@redhat.com>
13509
13510         * gtk/gtkimage.c (gtk_image_expose): Um, don't randomly subtract 4
13511         from coordinates.
13512
13513 Wed Oct 25 20:10:57 2000  Owen Taylor  <otaylor@redhat.com>
13514
13515         * gdk/gdkevents.c (gdk_event_copy): Only ref the window if
13516         it isn't NULL.
13517
13518 2000-11-01  Havoc Pennington  <hp@pobox.com>
13519
13520         * gtk/gtklabel.c (gtk_label_set_attributes): Set a PangoAttrList
13521         on a label
13522         (gtk_label_finalize): unref the attr list if any.
13523
13524         * gtk/testgtk.c (create_get_image): close test on second click
13525         (make_message_dialog): close dialog if it exists
13526
13527         * gdk/gdkpango.c (gdk_draw_layout): Handle rise attribute
13528
13529         * gdk-2.0.pc.in (Requires): Make it require gdk-pixbuf-2.0 not
13530         gdk-pixbuf
13531
13532         * gtk/gtklabel.c (gtk_label_set_markup): new function to set label
13533         from Pango markup format
13534         (gtk_label_set_markup_with_accel): ditto but with accelerator
13535         parsing
13536
13537         * gtk/gtkimage.c (gtk_image_expose): reformatting.
13538
13539         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_drawable): Hack to
13540         reflect current state of GDK - use gdk_drawable_get_colormap, etc.
13541         Check GDK_IS_WINDOW() not !GDK_IS_PIXMAP() to decide whether to 
13542         call gdk_window_get_origin().
13543
13544         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
13545         implement GDK_PIXBUF_ALPHA_FULL
13546         
13547 Wed Nov  1 03:43:42 2000  Tim Janik  <timj@gtk.org>
13548
13549         * gtk/gtksignal.c (gtk_signal_compat_matched): make use of
13550         g_signal_handlers_block_matched, g_signal_handlers_unblock_matched and
13551         g_signal_handlers_disconnect_matched to block/unblock and disconnect
13552         multiple handlers respectively, instead of only treating the
13553         first handler found (bug reported by owen).
13554
13555 Mon Oct 30 19:23:50 2000  Jonathan Blandford  <jrb@redhat.com>
13556
13557         * gtk/gtktreeview.c (gtk_tree_view_expand_row): New function.
13558
13559         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): New function.
13560
13561         * gtk/gtktreeview.c, gtk/gtktreemodel.c, gtk/gtktreeselection.c
13562         gtk/gtktreestore.h, gtk/gtktreeview.h, gtk/gtktreeviewcolumn.c,
13563         gtk/gtktreeviewcolumn.h: Fixed inline docs.
13564
13565         * docs/reference/gtk/tree_widget.sgml: Proto intro to the tree
13566         widget.  Needs writing someday.
13567
13568         * docs/reference/gtk/tmpl/gtktree*sgml: Added the tree widget to
13569         the docs.
13570
13571 2000-10-30  Havoc Pennington  <hp@redhat.com>
13572
13573         * gtk/gtktextview.h, gtk/gtktextview.c:
13574         Rename delete_at_cursor delete_from_cursor, and 
13575         move to move_cursor.
13576
13577 2000-10-30  Havoc Pennington  <hp@redhat.com>
13578
13579         * gtktextbtree.c, gtktextbtree.h, gtktextbuffer.c,
13580         gtktextbuffer.h, gtktextchild.c, gtktextchild.h,
13581         gtktextchildprivate.h, gtktextdisplay.c, gtktextdisplay.h,
13582         gtktextiter.c, gtktextiter.h, gtktextiterprivate.h,
13583         gtktextlayout.c, gtktextlayout.h, gtktextmark.c, gtktextmark.h,
13584         gtktextmarkprivate.h, gtktextsegment.c, gtktextsegment.h,
13585         gtktexttag.c, gtktexttag.h, gtktexttagprivate.h,
13586         gtktexttagtable.c, gtktexttagtable.h, gtktexttypes.c,
13587         gtktexttypes.h, gtktextview.c, gtktextview.h:
13588
13589         Massive reindentation and reformatting. Arg alignment and comments
13590         still need fixing in various places.
13591
13592 2000-10-30  Havoc Pennington  <hp@redhat.com>
13593
13594         * gtk/gtktextview.h, gtk/gtktextview.c: Change run action signals
13595         to be named insert_at_cursor and delete_at_cursor so C++ can
13596         handle them.
13597
13598 2000-10-28  Tor Lillqvist  <tml@iki.fi>
13599
13600         * gtk/gtkrc.c (gtk_rc_append_default_module_path): Make sure not
13601         to get a double directory separator in case the home directory
13602         ends with one. This would cause trouble especially on Windows,
13603         where the path will be confused with the syntax for an an UNC
13604         (network share) path \\server\share\path.
13605         (gtk_rc_add_initial_default_files): Ditto.
13606
13607 Sat Oct 28 02:33:09 2000  Robert Brady  <robert@suse.co.uk>
13608
13609         * gtk/gtkmarshal.list: add new marshallers for GtkTextView.
13610
13611         * gtk/gtktextview.c: Use correct marshallers.
13612
13613 Fri Oct 27 17:56:26 2000  Jonathan Blandford  <jrb@redhat.com>
13614
13615         * gtk/gtkliststore.c: Not sure how this ever worked.  Fixed it to
13616         use new iter stuff, and added all the appropriate signals et al.
13617
13618         * gtk/gtktreedatalist.h: s/gtk/_gtk to further reinforce that this
13619         code is internal to gtk only.
13620
13621 2000-10-28  Tor Lillqvist  <tml@iki.fi>
13622
13623         * gtk/gtk.def
13624         * gtk/makefile.{mingw,msc}.in: Adjust to Tim's changes. Use
13625         glib-genmarshal etc.
13626
13627 Fri Oct 27 20:15:00 2000  Tim Janik  <timj@gtk.org>
13628
13629         * gtk/Makefile.am: added dependancies for testtextbuffer which broke
13630         parallel builds.
13631
13632 Fri Oct 27 18:51:44 2000  Tim Janik  <timj@gtk.org>
13633
13634         * gtk/gtksignal.[hc]: adapt to GSignal signature changes.
13635
13636 2000-10-27  Robert Brady  <robert@suse.co.uk>
13637
13638         * configure.in (ALL_LINGUAS): Add en@IPA (English, phonetic), 
13639         en_GB (British), ia (Interlingua).
13640
13641 2000-10-26  Havoc Pennington  <hp@redhat.com>
13642
13643         * gtk/gtktextiter.c (my_strrstr): fix constness warning
13644
13645         Fixed output of:
13646         nm -g -l .libs/libgtk-x11-1.3.so | grep ' T ' | grep -v gtk_ | grep -v GTK_
13647         
13648         * gtk/gtktextsegment.c (char_segment_new): rename
13649         (_char_segment_new_from_two_strings): rename
13650         (_toggle_segment_new): rename
13651         
13652         * gtk/gtkclipboard.c (ensure_clipboard_widget): make this static
13653         (make_clipboard_widget): make it static
13654         (text_get_func): static
13655         (text_clear_func): static
13656
13657         * gtk/gtkcolorsel.c (adjustment_changed): make this function
13658         static
13659         (hex_changed): make it static
13660         (hsv_changed): make it static
13661         (opacity_entry_changed): make it static
13662
13663         * gtk/gtktextbtree.c (change_node_toggle_count): rename with _gtk
13664         (toggle_segment_check_func): rename with _gtk
13665
13666         * gtk/gtktextchild.c (_pixbuf_segment_new): rename with _gtk
13667         (_widget_segment_new): rename
13668         (_widget_segment_add): rename
13669         (_widget_segment_remove): rename
13670         (_widget_segment_ref): rename
13671         (_widget_segment_unref): rename
13672
13673         * gtk/gtktextmark.c (_mark_segment_new): Rename
13674         _gtk_mark_segment_new   
13675
13676 2000-10-26  Havoc Pennington  <hp@redhat.com>
13677
13678         * gtk/gtkmarshal.list: add new marshallers used by the text widget
13679         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
13680         types
13681
13682         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): fix
13683         marshaller types
13684
13685         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktextdisplay.h,
13686         gtk/gtktextdisplay.c: We need to preserve Tk copyrights and
13687         license on these files.
13688
13689         * gtk/gtktextiter.c (gtk_text_iter_backward_search): Make this
13690         work.
13691
13692         * gtk/gtktextbtree.c (gtk_text_btree_new): init stamps to 
13693         runtime random number different for each tree, instead of 
13694         a constant I made up.
13695
13696 Thu Oct 26 07:36:16 2000  Tim Janik  <timj@gtk.org>
13697
13698         * gtk/Makefile.am: buncha cleanups, kludged build sources
13699         dependencies with a Makefile: oldest-source-stamp dependancy
13700         for the moment. automake is really fighting us here, with
13701         intentionally not allowing user-defined rules or dependancies
13702         prior to it's -include $(DEP_FILES) statement. sucks rocks!
13703
13704         * gtk/Makefile.am: added gtktextlayout.h and gtktextdisplay.h
13705         to public headers. tehy have a comment stating that they are
13706         "semi-public" aren't included by gtk.h and if enums popup there,
13707         they can be /*< skip >*/-ed.
13708
13709         * gtk/gtktextlayout.h: 
13710         * gtk/gtktextdisplay.h: indentation fixes, comment fixes,
13711         added LGPL... <SIGH>
13712
13713 Wed Oct 25 20:40:25 2000  Jonathan Blandford  <jrb@redhat.com>
13714
13715         * gtk/gtktreemodel.h: Got rid of GtkTreeNode, and changed it to
13716         GtkTreeIter.  Added iterators everywhere.
13717
13718         * gtk/gtktreeviewcolumn.c: Changed to use the iterators.
13719
13720         * gtk/gtktreeviewselection.c: Changed to use the iterators.
13721
13722         * gtk/gtktreestore.c: Changed to use the iterators.
13723
13724         * gtk/gtkliststore.c: Commented out the code.  Will convert to
13725         iterators tomorrow.
13726
13727         * gtk/gtkmodelsimple.c: Commented out the code.  Will convert to
13728         iterators tomorrow.
13729
13730         * gtk/treestoretest.c: Changed to use iterators.
13731
13732         * demos/testgtk/main.c: Moved to use the new iterator system.
13733
13734 Thu Oct 26 02:10:32 2000  Tim Janik  <timj@gtk.org>
13735
13736         * gtk/Makefile.am: invoke maketypes.awk with LC_ALL=C to avoid
13737         localization misbehaviour.
13738
13739         * gtk/gtk-boxed.defs: nuked "boxed" type GtkCTreeNode, since it's
13740         a useless type without copy/free.
13741
13742         * gtk/gtkctree.c (gtk_ctree_class_init): use GTK_TYPE_POINTER instead
13743         of GTK_TYPE_CTREE_NODE.
13744
13745 Thu Oct 26 00:51:52 2000  Tim Janik  <timj@gtk.org>
13746
13747         * gtk/gtksignal.c:
13748         (gtk_signal_emitv): use g_value_set_static_{string|boxed} where
13749         applicable.
13750
13751         * gtk/gtk-boxed.defs (GtkSelectionData): specify
13752         gtk_selection_data_copy and gtk_selection_data_free
13753         do GtkSelectionData work as params in signals.
13754
13755 Wed Oct 25 20:47:41 2000  Tim Janik  <timj@gtk.org>
13756
13757         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init): urg, removed
13758         implementation of gtk_marshal_VOID__INT_INT_INT_INT. if people do that,
13759         couldn't they at least give it a non-standard name?
13760         
13761         * gtk/gtktextlayout.c: arg! yet another implementation of
13762         gtk_marshal_VOID__INT_INT_INT_INT(), is this a conspiracy?
13763
13764         * gtk/gtktextbuffer.c: gotcha! captured a vagabonding
13765         gtk_marshal_VOID__INT_POINTER_INT() implementation, braught it back
13766         home. now i know this _is_ a conspiracy.
13767
13768         * gtk/gtkwidget.c (gtk_widget_class_init): marshaller fixups for
13769         ::state-changed.
13770
13771         * gtk/gtkaccelgroup.c (gtk_accel_group_create_remove): 
13772         (gtk_accel_group_create_add): marshaller signature fixups.
13773
13774         * gtk/gtklistitem.c (gtk_list_item_class_init): signal creation fixups,
13775         pass in GTK_TYPE_SCROLL_TYPE instead of GTK_TYPE_ENUM.
13776
13777         * gtk/gtkobject.[hc]: removed GTK_CONNECTED flag, it's not valid
13778         anymore.
13779
13780 Tue Oct 24 23:59:21 2000  Tim Janik  <timj@gtk.org>
13781
13782         * docs/reference/Makefile.am: disabled SUBDIRS for the moment, since
13783         due to the signal system changes, it wouldn't build currently. to
13784         be fixed soon.
13785
13786         * docs/Changes-2.0.txt: GtkSignal/GSignal updates.
13787
13788         * gtk/gtkwidget.c: ::direction_changed takes an enum as argument,
13789         so it needs gtk_marshal_VOID__ENUM() instead of
13790         gtk_marshal_NONE__UINT().
13791
13792         * gdk/gdk*.c: adapted type registration functions.
13793
13794         * gtk/gtkbindings.c:
13795         * gtk/gtkaccelgroup.c: operate on GSignalQuery, GtkSignalQuery is
13796         gone.
13797
13798         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType.
13799
13800         * gtk/gtkobject.c:
13801         (gtk_object_destroy):
13802         (gtk_object_shutdown): fixed recursion guards. basically we have to
13803         catch the case where any of GObject.shutdown() or gtk_object_destroy()
13804         is called during ::destroy, and avoid recursion there.
13805
13806         * gtk/gtktypeutils.c:
13807         * gtk/maketypes.awk: awk-script hackup to provide gtk_type_init() with
13808         boxed_copy/boxed_free. this needs a more general solution based on a
13809         publically installed code-generator utility.
13810
13811         * gtk/gtktypeutils.[hc]: compat aliased GTK_TYPE_BOXED to G_TYPE_BOXED,
13812         glib's gobject has support for that now.
13813         define GtkSignalMarshaller in terms of GSignalCMarshaller.
13814
13815 Mon Oct 23 09:36:42 2000  Tim Janik  <timj@gtk.org>
13816
13817         * gtk/gtksignal.[hc]:
13818         * gtk/gtkmarshal.[hc]:
13819         * gtk/Makefile.am: generate marshallers with glib-genmarshal and don't
13820         compile gtkmarshal.c on its own anymore, just include it in gtksignal.c.
13821         removed #include <gtkmarshal.h>s all over the place, gtksignal.h takes
13822         care of that.
13823
13824         * *.c: marshaller name fixups.
13825
13826         * gtk/gtkmarshal.list: added a comment briefing the format.
13827
13828 Sun Oct 22 23:14:39 2000  Tim Janik  <timj@gtk.org>
13829
13830         * gtk/gtksignal.[hc]: nuked old implementation. we mostly have
13831         compatibility macros here now. more specifically, most of
13832         the API is preserved (yes, _most_, nonwithstanding the
13833         following exceptions listed, the API is stil lHUGE ;)
13834         things that got removed completely:
13835         GtkSignalQuery, gtk_signal_query(), gtk_signal_n_emissions(),
13836         gtk_signal_n_emissions_by_name(), gtk_signal_handlers_destroy(),
13837         gtk_signal_set_funcs(), gtk_signal_handler_pending_by_id(),
13838         gtk_signal_add_emission_hook(), gtk_signal_add_emission_hook_full(),
13839         gtk_signal_remove_emission_hook().
13840         non-functional functions variants:
13841         gtk_signal_add_emission_hook(), gtk_signal_remove_emission_hook().
13842         the GtkCallbackMarshal argument to gtk_signal_connect_full() is
13843         not supported anymore.
13844         (gtk_signal_compat_matched): new internal function to aid
13845         implementation of the compatibility macros, it  provides
13846         functionality to block/unblock/disconnect handlers based
13847         on func/data.
13848
13849         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType,
13850
13851         * *.c: adaptions to new type registration API signatures.
13852
13853 Fri Oct 20 15:26:33 2000  Tim Janik  <timj@gtk.org>
13854
13855         * gtk/gtktypeutils.[hc]: removed G_TYPE_GTK_POINTER cludge.
13856
13857 2000-10-25  Robert Brady  <robert@suse.co.uk>
13858
13859         * gdk/x11/gdkproperty-x11.c (gdk_property_get, gdk_property_change,
13860         gdk_property_delete): If window == NULL, assume the root window.
13861         (restoring the behaviour that was in 1.2).
13862         
13863         * gtk/testtext.c (save_buffer): Allow creation of new files when
13864         saving.
13865
13866         (fill_file_buffer): Don't die if a UTF-8 sequence is split across
13867         calls to read().
13868
13869 2000-10-25  Tor Lillqvist  <tml@iki.fi>
13870
13871         * gdk/gdkwindow.c: Include x11/gdkx.h only when building for X11.
13872
13873         * gdk/win32/gdkdrawable-win32.c
13874         * gdk/win32/gdkimage-win32.c
13875         * gdk/win32/gdkprivate-win32.h: Corresponding changes as in the
13876         X11 backend.
13877
13878         * gdk/win32/gdkcc-win32.c
13879         * gdk/win32/gdkcolor-win32.c
13880         * gdk/win32/gdkfont-win32.c
13881         * gdk/win32/gdkinput-win32.c
13882         * gdk/win32/gdkmain-win32.c
13883         * gdk/win32/gdkproperty-win32.c: Silence gcc -Wall.
13884
13885 2000-10-24  Havoc Pennington  <hp@redhat.com>
13886
13887         * gtk/gtktextview.c (gtk_text_view_scroll_to_mark_adjusted): make
13888         it a static function
13889
13890         * gtk/gtktextbtree.c (gtk_text_btree_tag): Gee, maybe we should
13891         redraw text when a tag is applied to it.
13892
13893         * gtk/gtktexttag.c (gtk_text_tag_affects_size)
13894         (gtk_text_tag_affects_nonsize_appearance): private functions to
13895         see if a tag requires various kinds of redraw/layout to be queued
13896         up.
13897
13898         * gtk/gtktexttag.h (struct _GtkTextTag): Remove relief crackrock
13899
13900         * gtk/testtext.c (fill_example_buffer): Put the cursor 
13901         at the start of the buffer, so search works by default
13902
13903         * gtk/gtktextiter.c (lines_match): init match_start always
13904
13905         * gtk/gtktextbuffer.c (gtk_text_buffer_get_iter_at_line_index): New
13906         function, get iter at a line + a byte index
13907
13908         * gtk/gtktextiter.c (gtk_text_iter_set_line_index): New function,
13909         to set byte position within a line
13910         (gtk_text_iter_check): remove leftover G_BREAKPOINT thing
13911
13912 2000-10-23  Havoc Pennington  <hp@redhat.com>
13913
13914         * gtk/testtext.c: Re-enable the "find" dialog
13915
13916         * gtk/testgtk.c: Add test for gdk_drawable_get_image
13917         
13918         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix bug where
13919         the arguments to gdk_draw_drawable were in the wrong order
13920         (gdk_window_paint_init_bg): This function was ignoring the
13921         init_region, instead of clipping to it, so the entire backing
13922         pixmap was cleared on every begin_paint()
13923         (gdk_window_begin_paint_region): Hmm, the same list-walking bug
13924         was in here again, the loop kept using the same GtkWindowPaint
13925         over and over.
13926         (gdk_window_begin_paint_region): Fix a bug where we had two
13927         x_offset instead of x_offset and y_offset
13928
13929         * gdk/gdkdraw.c (gdk_drawable_get_image): get composite drawable
13930         before we get the image.
13931         (gdk_draw_drawable): get the composite before we draw the drawable.
13932         (gdk_drawable_real_get_composite_drawable): default
13933         get_composite_drawable implementation that returns the drawable 
13934         itself
13935
13936         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Add
13937         get_composite_drawable virtual function
13938
13939         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix a cheesy
13940         list-walking bug
13941
13942         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable): Add a hack to
13943         make this work if the source drawable is a GdkDrawableImplX11
13944         instead of a public drawable type. This is really broken; the
13945         problem is that GdkDrawable needs a virtual method get_xid(), but
13946         of course that doesn't work in practice. Enter RTTI.
13947
13948         Also, improve mismatched depth message.
13949
13950         * gdk/gdkpixmap.c (gdk_pixmap_get_image): Implement get_image for
13951         GdkPixmap
13952
13953         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_class_init):
13954         install _gdk_x11_get_image as our implementation of get_image
13955         
13956         * gdk/x11/gdkimage-x11.c (gdk_image_get): Rename to
13957         _gdk_x11_get_image and export for use in gdkdrawable-x11.c
13958
13959         * gdk/gdkimage.c (gdk_image_get): Make this just a wrapper around
13960         gdk_drawable_get_image
13961
13962         * gdk/gdkdraw.c (gdk_drawable_get_image): call virtual get_image
13963
13964         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Virtualize
13965         get_image
13966
13967         * gtk/gtktreestore.c (gtk_tree_store_get_node): remove weird
13968         trailing semicolon after for loop
13969
13970 Mon Oct 23 12:07:57 2000  Owen Taylor  <otaylor@redhat.com>
13971
13972         * gtk/gtkwidget.c (gtk_widget_set_style_internal): Fix problem
13973         where font_desc for widget's context lagged widget's font_desc by
13974         one step.
13975
13976 2000-10-22  Tor Lillqvist  <tml@iki.fi>
13977
13978         * gdk/win32/gdkgc-win32.c
13979         * gdk/win32/gdkimage-win32.c: Remove gcc -Wall warnings.
13980
13981         * gtk/makefile.mingw.in
13982         * gtk/gtk.def: Updates.
13983
13984         * gtk/testgtk.c: sleep() is called _sleep in MS's C
13985         library.
13986
13987         * gtk/gtkimcontextsimple.c: Include <stdlib.h> for bsearch().
13988
13989         * gtk/makefile.msc: Remove
13990
13991         * gtk/makefile.msc.in: New file, like makefile.mingw.in.
13992
13993         * gtk/Makefile.am: Add it.
13994
13995         * configure.in: Generate it.
13996
13997         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor)
13998         * gtk/gtktextbtree.c (gtk_text_line_char_to_byte): Return
13999         something even if not implemented, to satisfy picky MSVC.
14000
14001         Patches by Hans Breuer:
14002         
14003         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_glyphs): Call
14004         SetBkMode() and SetTextAlign() before calling
14005         pango_win32_render().
14006
14007         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_values_to_win32values):
14008         Set hcliprgn to NULL after destroying it.
14009         (gdk_gc_set_clip_rectangle): Delete hcliprgn and set to NULL.
14010
14011         * gdk/win32/gdkgeometry-win32.c
14012         (_gdk_windowing_window_queue_antiexpose): More effective
14013         implementation.
14014
14015         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new): Use drawable's
14016         depth as default, not the visual's.
14017
14018         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title): Guard
14019         against empty title.
14020
14021         * gdk/win32/gdkprivate-win32.h: Define a helper macro,
14022         IMAGE_PRIVATE_DATA.
14023
14024         * gdk/win32/gdkimage-win32.c: Use it.
14025
14026 2000-10-22  Robert Brady  <robert@suse.co.uk>
14027
14028         * configure.in: Check for bind_textdomain_codeset
14029
14030         * gtk/gtkmain.c (gtk_init_check): If bind_textdomain_codeset 
14031         present, make use of it.
14032
14033         Add a translatable string "default:LTR" which, if translated
14034         to "default:RTL", will cause the default direction to be
14035         Right-to-Left.
14036
14037         * gtk/gtkrange.h, gtk/gtkrange.c: Take into account the widget 
14038         direction if marked as flippable.
14039
14040         * gtk/gtkhscale.c: Mark widget as flippable.
14041         
14042 2000-10-04  Havoc Pennington  <hp@redhat.com>
14043
14044         * gtk/testgtk.c (create_buttons): create some stock buttons
14045         with the default accel group
14046         (create_image): test some new GtkImage features
14047         (make_message_dialog): test GtkMessageDialog
14048         (create_modal_window): fix someone's bizzarro indentation
14049
14050         * gtk/gtkwindow.h, gtk/gtkwindow.c: Implement 
14051         GTK_WIN_POS_CENTER_ON_PARENT. 
14052         Add "destroy with parent" setting, which means the window goes
14053         away with its transient parent.
14054         (gtk_window_get_default_accel_group): get the default accel group
14055         for the window.
14056         (gtk_window_set_destroy_with_parent): set/unset destroy with
14057         parent flag
14058         (gtk_window_read_rcfiles): invalidate icon set caches
14059         after reloading rcfiles 
14060
14061         * gtk/gtkenums.h (GtkWindowPosition): add
14062         GTK_WIN_POS_CENTER_ON_PARENT, which centers a dialog 
14063         on its parent window when the dialog is mapped for the first time.
14064
14065         * gtk/gtkmessagedialog.h, gtk/gtkmessagedialog.c: Add 
14066         a simple message dialog class
14067         
14068         * gtk/gtkdialog.c (gtk_dialog_init): Connect delete event 
14069         handler to emit response signal, and maybe later it would
14070         honor a hide_on_delete flag - though that isn't there yet.
14071         Set border width on the vbox to 2, so we get some padding.      
14072         Use a button box for the action area.
14073         (gtk_dialog_key_press): synthesize a delete event if Esc
14074         is pressed and the GtkWidget key press handler didn't 
14075         handle the escape key.
14076         (gtk_dialog_new_with_buttons): new function creates a dialog
14077         with some default buttons in it.
14078         (gtk_dialog_add_action_widget): add an activatable widget
14079         as a button in the dialog - you can also add a non-activatable
14080         widget by accessing the action area directly.
14081         (gtk_dialog_add_button): add a simple button - stock ID or 
14082         label - to the action area
14083         (gtk_dialog_response): emit response signal
14084         (gtk_dialog_run): block waiting for the dialog, return 
14085         the response. Override normal delete_event behavior, so that 
14086         delete_event does nothing inside gtk_dialog_run().
14087
14088         * gtk/gtkdialog.h, gtk/gtkdialog.c: Add "response" signal
14089         emitted when an action widget is clicked or the dialog gets
14090         delete_event
14091
14092         * gtk/gtk.h: add gtkmessagedialog.h
14093
14094         * gtk/Makefile.am: add gtkmessagedialog.[hc]
14095
14096 2000-10-18  Havoc Pennington  <hp@redhat.com>
14097
14098         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): Fix a bug 
14099         where any number of empty lines would get skipped
14100
14101         * gtk/gtktextiter.h: Remove padding from GtkTextIter; live on the
14102         edge.
14103
14104         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): enhance the
14105         warning about invalid iterators (explain more thoroughly)
14106         (gtk_text_iter_in_region): rename gtk_text_iter_in_range
14107
14108         * gtk/gtktextview.c (FOCUS_EDGE_WIDTH): Make focus rectangle less
14109         big
14110
14111         * demos/*.c: Add error handling
14112
14113         * gtk/gtktextbuffer.c: don't modify const iterators
14114
14115         * gtk/gdk-pixbuf-loader.c: Add full error handling here
14116
14117         * gtk/gtkimage.c (gtk_image_set_from_file): ignore errors
14118         on file load
14119
14120         * gtk/gtkiconfactory.c: Update to reflect addition of error
14121         handling to gdk-pixbuf loaders
14122
14123 Wed Oct 18 11:14:05 2000  Owen Taylor  <otaylor@redhat.com>     
14124
14125         * configure.in demos/Makefile.am demos/testgtk/*: Start of work to
14126         move to new modularized testgtk.
14127
14128 2000-10-17  Jonathan Blandford  <jrb@redhat.com>
14129
14130         * gtk/gtktreeview.c: Draw the arrows correctly.
14131
14132         * gtk/gtktreemodel.c: Added user docs.
14133
14134         * gtk/gtk.h: remove gtktreedatalist.h.
14135
14136         * gtk/gtktreestore.c (gtk_tree_store_get_type): Get the correct
14137         parent when generating my type.
14138
14139         * gtk/gtkmarshal.list: Added four more marshallers: INT:NONE,
14140         POINTER:NONE, POINTER:POINTER, and POINTER:POINTER,INT.
14141
14142 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
14143
14144         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Move
14145         GtkTreeModel from object to interface.
14146
14147 2000-10-16  Havoc Pennington  <hp@redhat.com>
14148
14149         * gtk/gtktreeviewcolumn.c: #include gtklabel.h, fixing 
14150         compilation
14151
14152 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
14153
14154         * gtk/gtktreeselection.c: Add API documentation to all public
14155         functions.
14156
14157         * gtk/gtktreeviewcolumn.c: Added API documentation to all public
14158         functions.
14159
14160 2000-10-15  Jonathan Blandford  <jrb@redhat.com>
14161
14162         * gtk/gtktreeview.c (gtk_tree_view_insert_column): New function
14163         proposed by Guy Harris <gharris@flashcom.net>.  Also, added API
14164         docs to all public functions.
14165
14166         * gtk/gtktreeview.c, gtk/gtktreeview.h, gtk/gtktreestore.h,
14167         gtk/gtktreestore.c, gtk/gtkliststore.h, gtk/gtkliststore.c,
14168         gtk/gtkmodelsimple.c, gtk/gtkmodelsimple.h, gtk/gtktreedatalist.c,
14169         gtk/gtktreemodel.h, gtk/gtktreeselection.c,
14170         gtk/gtktreeselection.h: Fix GtkTreeNode *node ->GtkTreeNode node
14171         issue.
14172
14173 2000-10-14  Robert Brady  <robert@suse.co.uk>
14174
14175         * configure.in: Added "fa" (Persian) to ALL_LINGUAS.
14176
14177 2000-10-12  Jonathan Blandford  <jrb@redhat.com>
14178
14179         * gtk/gtktreedatalist.[ch] (gtk_tree_data_list_value_to_node): Added
14180         values other then G_TYPE_STRING.
14181         * gtk/gtktreeselection.c: Minor commenting updates.
14182         * gtk/gtktreeview.c: Format updates.
14183
14184 2000-10-09  Tor Lillqvist  <tml@iki.fi>
14185
14186         * README.win32: Update.
14187
14188         * gdk/win32/gdkgeometry-win32.c (gdk_window_clip_changed): Add two
14189         lines that had been deleted by mistake (?).
14190
14191         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Handle
14192         also the case fg==white and bg==black (but still not randomly
14193         coloured cursors). Thanks to Wolfgang Sourdeau.
14194
14195         * gdk/win32/*.c: Silence gcc -Wall.
14196
14197         * gtk/gtk.def: Add missing entry points.
14198
14199         Fixes by Hans Breuer:
14200
14201         * gdk/makefile.msc
14202         * gdk/win32/makefile.msc: Update.
14203
14204         * gdk/testgdk.c: If compiling with debugging (with _DEBUG defined,
14205         some MSVC thing, presumably), cause breakpoint on failures. Add
14206         GDK_NOR case. Call g_log_set_always_fatal.
14207
14208         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_insert): Handle
14209         should be pased by reference.
14210         
14211         * gdk/win32/gdkprivate-win32.h: Correct declaration accordingly.
14212         
14213         * gdk/win32/*.c: Correct calls to gdk_win32_handle_table_insert.
14214
14215         * gdk/win32/gdkevents-win32.c
14216         * gdk/win32/gdkwindow-win32.c: Handle WM_CREATE.
14217
14218         * gdk/win32/gdkgc-win32.c: Fix mixups of drawable and
14219         implementation object.
14220
14221         * gdk/win32/gdkimage-win32.c (gdk_image_get): Handle drawables,
14222         not just windows.
14223         
14224         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_impl_win32_finalize):
14225         Use the wrapper object.
14226         
14227 2000-10-06  Havoc Pennington  <hp@redhat.com>
14228
14229         * Makefile.am (SRC_SUBDIRS): contrib subdir
14230
14231         * gdk/gdkpixbuf.h: Move GdkPixbufAlphaMode to gdk-pixbuf library,
14232         so it can be used in Xlib version
14233
14234         * demos/testpixbuf.c (update_timeout): error checking from 1.0
14235         tree
14236
14237         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_get_pixbuf): Sync
14238         change from 1.0 tree that returns first frame of animation
14239         if the loaded file is an animation.
14240
14241         * contrib: add new directory to hold stuff that comes with GTK+
14242         but isn't really part of GTK+ (for now, gdk-pixbuf-xlib)
14243         
14244         * configure.in: add contrib/*
14245
14246 2000-10-05  Havoc Pennington  <hp@redhat.com>
14247
14248         * demos/testpixbuf-save.c: add pixbuf save test
14249
14250         * demos/Makefile.am: add testpixbuf-save.c
14251
14252 2000-10-05  Jonathan Blandford  <jrb@redhat.com>
14253
14254         * gtk/gtktree.h (GTK_TREE_SELECTION): Replaced with
14255         GTK_TREE_SELECTION_OLD to prevent conflict with gtktreeselection.c
14256         * gtk/testgtk.c: s/GTK_TREE_SELECTION/GTK_TREE_SELECTION_OLD/
14257         * gtk/gtktreeselection.[ch]: Replaced
14258         "node_selected"/"node_unselected" signal with "selection_changed"
14259         signal.
14260
14261 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
14262
14263         * gtk/gtk{tree,cell}?*.[ch]: Checked in initial draft of the new
14264         tree widget.
14265
14266 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
14267
14268         * gdk/gdkwindow.c (gdk_window_draw_arc): Fix obvious bug in circle
14269         drawing.
14270
14271 Wed Oct  4 15:52:15 2000 Owen Taylor  <otaylor@redhat.com>
14272
14273         * gdk/x11/gdkselection-x11.c (_gdk_selection_window_destroyed):
14274         Move list pointer forwards before removing item from
14275         list. (Crash reported by Salmaso Raffaele)
14276
14277         * gdk/gdkwindow.h: Remove spurious trailing ,
14278
14279         * gdk/Makefile.am (LDFLAGS): You can't do interlibrary
14280         dependencies on uninstalled libraries, sorry folks.
14281
14282 2000-10-04  Havoc Pennington  <hp@redhat.com>
14283
14284         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
14285         gtk/gtkiconfactory.c: Fix copyrights    
14286
14287         * demos/testpixbuf.c: add inline pixbuf test
14288         
14289 Mon Sep 25 15:05:17 2000  Owen Taylor  <otaylor@redhat.com>
14290
14291         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c (gdk_window_iconify):
14292         Add gdk_window_iconify.
14293
14294         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c
14295         (gdk_window_set_geometry_hints): Add win_gravity
14296         to geometry structure.
14297
14298         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter):
14299         Implement _NET_WM_PING.
14300
14301         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check):
14302         Set _NET_WM_PID on the client leader.
14303
14304         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_name):
14305         Handle UTF-8 better.
14306
14307         * gdk/x11/gdkwindow-x11.c (gdk_window_set_title): Handle
14308         UTF-8 better, set _NET_WM_NAME as well. Only set
14309         icon name if it hasn't previously been explicitely 
14310         set.
14311
14312 2000-10-03  Havoc Pennington  <hp@redhat.com>
14313
14314         * gtk/testtextbuffer.c: clean up trailing whitespace,
14315         add extensive tests for tag toggle iteration.
14316         
14317         * gtk/gtktextiter.c (MAX_LINEAR_SCAN): decrease linear scan 
14318         distance
14319
14320         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
14321         optimize case where the tag root is on level 1
14322         (gtk_text_line_previous_could_contain_tag): attempt to implement
14323         (gtk_text_line_next_could_contain_tag): Abstract out node_compare
14324         functionality
14325
14326         * gtk/gtktextiter.c (gtk_text_iter_backward_to_tag_toggle):
14327         Implement this, though not very efficiently.
14328
14329         * gtk/gtktextiterprivate.h: reformat
14330
14331         * gtk/gtktextiter.c (gtk_text_iter_get_char): return 0 on the end
14332         iterator
14333
14334         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_interactive): Fix
14335         this to properly revalidate the iterators.
14336
14337         * gtk/gtktextview.c (gtk_text_view_delete): fix control-K to work
14338         properly at the end of the line (and therefore on empty lines)
14339
14340         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Gee,
14341         maybe we should return a value...
14342
14343 2000-10-03  Tor Lillqvist  <tml@iki.fi>
14344
14345         * config.h.win32: Guard definition of alloca(). glib.h now handles
14346         that.
14347
14348         * gdk/gdk.def
14349         * gtk/gtk.def: Add new entry points.
14350
14351         Changes just to make GTK+ build without errors on Win32. No hope
14352         of it working in its current state, though...:
14353         
14354         * gdk/win32/gdkselection-win32.c: Remove gcc -Wall warnings.  Add
14355         some functions from the X11 backend, just to make GTK+ build.
14356
14357         * gdk/makefile.mingw.in
14358         * gtk/makefile.mingw.in: Use correct gdk_pixbuf version
14359         number. Add new object files.
14360
14361         * gtk/gtkclipboard.c: Include gdkwin32.h on Win32. Use
14362         GetMessageTime to get timestamp (where on X11 uses
14363         gdk_x11_get_server_time()).
14364
14365 2000-10-02  Havoc Pennington  <hp@pobox.com>
14366
14367         * gtk/gtktextview.c: text_window_* weren't static and should have
14368         been.
14369         Start work on child widgets; not yet complete, syncing to 
14370         office computer.
14371
14372         * gtk/gtktextchild.h: change this to contain a public interface,
14373         starting work on child interfaces.
14374         * gtk/gtktextchildprivate.h: move private interfaces here
14375
14376         * gtk/Makefile.am: update to reflect gtktextchildprivate.h
14377
14378         * gtk/gtktextview.h, gtk/gtktextview.c, gtk/gtktextbuffer.h,
14379         gtk/gtktextbuffer.c, gtk/gtktextiter.h, gtk/gtk/textiter.c, 
14380         gtk/gtktextmark.c: copyright notices
14381
14382         * gtk/gtktextmarkprivate.h: reformat, and put _ in front of
14383         internal functions      
14384
14385         * gtk/gtktextchild.c (_pixbuf_segment_new): put _ in front of
14386         internal function
14387
14388         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
14389         Reformatting    
14390
14391 2000-09-30  Havoc Pennington  <hp@pobox.com>
14392
14393         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Handle
14394         NULL start/end pointers
14395
14396         * gtk/gtktextbuffer.c: Write some docs
14397         (gtk_text_buffer_get_selection_bounds): Allow start/end to be
14398         NULL, so you can just check whether there's a selection.        
14399
14400         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): No need to 
14401         cleanup_line or segments_changed ourselves, it gets done 
14402         in unlink_segment
14403
14404         * gtk/gtktextmark.h:
14405         s/gtk_text_mark_deleted/gtk_text_mark_get_deleted/
14406         
14407         * gtk/gtktextsegment.h: Clean up some indentation and naming mess
14408
14409         * gtk/gtktextmark.c: delete some more old Tk cruft
14410
14411         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_mark): add ref to
14412         mark before removing it, so we can emit MARK_DELETED with a valid
14413         pointer.
14414         (gtk_text_buffer_mark_set): hold ref across signal emission
14415
14416         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): improve
14417         whining about attempts to delete special marks
14418
14419         * gtk/gtktextbuffer.c (_gtk_text_buffer_spew): Prepend with
14420         underscore, since it's internal.
14421
14422         * gtk/gtktextbuffer.h: Remove find_string prototype, this is 
14423         now implemented in terms of iterators in gtktextiter.h
14424
14425         * gtk/gtktextbuffer.c (gtk_text_buffer_set_text): 
14426         New function, destructively sets contents of buffer. Also 
14427         a convenient way to clear the buffer by setting text to ""
14428
14429         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): reformat
14430         multiline string literal
14431
14432         * gtk/testtext.c (text_changed_callback): Redraw line numbers if
14433         text changes.
14434
14435         * gtk/gtktextiter.c (forward_char): Return FALSE if new location 
14436         is not dereferenceable
14437         (gtk_text_iter_forward_lines): fix return value
14438
14439 2000-09-29  Havoc Pennington  <hp@redhat.com>
14440
14441         * gtk/gtktexttag.c (gtk_text_tag_set_priority): fix indentation
14442
14443         * gtk/gtktextview.c: Implement drag thresholding; change functions 
14444         that set border window size to have nicer name
14445         (gtk_text_view_mark_set_handler):  Fix this to have the 
14446         right signature.
14447
14448         * gtk/testtextbuffer.c (fill_buffer): Update with pixbuf changes
14449
14450         * gtk/testtext.c: Update with API changes, put line numbers on 
14451         both sides.
14452         
14453         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): Replace get_pixmap
14454         with this
14455
14456         * gtk/gtktextchild.h, gtk/gtktextchild.c: replace all pixmap with
14457         pixbuf; delete a big block of #if 0 Tk code
14458
14459         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_pixbuf): Replace 
14460         insert_pixmap with insert_pixbuf
14461
14462 2000-09-29  Martin Baulig  <baulig@suse.de>
14463
14464         * gdk-pixbuf.pc.in: Renamed to gdb-pixbuf-2.0.pc.in to avoid
14465         confusion with the GdkPixbuf of the GNOME 1.x platform.
14466
14467 2000-09-29  Havoc Pennington  <hp@pobox.com>
14468
14469         * gtk/gtktextview.c: Implement the side windows.
14470
14471         * gtk/testtext.c: Implement simple line numbering in the 
14472         left side window; seems to make scrolling sloooow. Oops.
14473         Also, cursor blink is for some reason causing redraws
14474         of the line numbers. Should investigate...
14475
14476 2000-09-28  Havoc Pennington  <hp@redhat.com>
14477
14478         * gtk/gtktextview.c: Set up infrastructure to deal with lots of 
14479         scrolling child windows, and draw focus rectangle properly.
14480         
14481         (gtk_text_view_buffer_to_window_coords):
14482         Coordinate transformation to deal with all these freaking windows
14483         and offsets
14484         (gtk_text_view_window_to_buffer_coords): transform the other way
14485
14486         * gtk/testtext.c (create_buffer): Update to match Pango API change
14487
14488         * gtk/gtktexttagtable.c (gtk_text_tag_table_foreach): Go over the
14489         anonymous tags
14490         (foreach_unref): don't emit remove signal from finalize, just
14491         set tag's parent to NULL
14492
14493 2000-09-26  Havoc Pennington  <hp@redhat.com>
14494
14495         * gtk/gtkiconfactory.c (gtk_icon_set_clear): remove
14496         Fix some warnings       
14497
14498 2000-09-26  Havoc Pennington  <hp@redhat.com>
14499
14500         * gtk/Makefile.am (gtk_private_h_sources): Move more text widget
14501         headers into the private header list
14502
14503         * Makefile.am (pkgconfig_DATA): install pkg-config files
14504
14505         * configure.in: add pkg-config files
14506
14507         * gdk-2.0.pc.in, gdk-pixbuf.pc.in, gtk+-2.0.pc.in: pkg-config files
14508
14509         * gtk/gtkwindow.c (gtk_window_read_rcfiles): Invalidate
14510         outstanding icon caches on theme change.
14511
14512         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: New icon system. Three 
14513         important types:
14514
14515         (GtkIconSource): Specification for creating a pixbuf 
14516         appropriate for a direction/state/size triplet from 
14517         a source pixbuf or filename
14518
14519         (GtkIconSet): List of GtkIconSource objects that are used to
14520         create the "same" icon (e.g. an OK button icon), and cache for
14521         rendered icons
14522
14523         (GtkIconFactory): Hash from stock ID to GtkIconSet; used to look
14524         up the icon set for a given stock ID.  GTK maintains a stack of
14525         GtkIconFactory to search, and applications or libraries can add
14526         additional icon factories on top of the stack
14527         
14528         * gtk/gtkrc.h, gtk/gtkrc.c: When loading an RcStyle, parse 
14529         the set of GtkIconSource specified for a given stock ID into 
14530         a GtkIconSet, and put the GtkIconSet into a GtkIconFactory for the 
14531         RcStyle, under the specified stock ID.
14532
14533         * gtk/gtkstyle.h, gtk/gtkstyle.c: Add a virtual function
14534         render_icon used to derive a GdkPixbuf from a GtkIconSource.
14535         This allows people to theme how prelight, insensitive, etc. are
14536         done.
14537
14538         (gtk_style_lookup_icon_set): Look up a stock ID in the list of
14539         icon factories for a style, and return the resulting 
14540         icon set if any.
14541
14542         (gtk_style_render_icon): Render an icon using the render_icon 
14543         method in the GtkStyleClass.
14544
14545         * gtk/gtkwidget.h, gtk/gtkwidget.c (gtk_widget_render_icon): 
14546         Use the style for a given widget to look up a stock ID, get the
14547         icon set, and render an icon using the render_icon method 
14548         of the style
14549
14550         * gtk/gtkstock.h, gtk/gtkstock.c: Header with the GtkStockItem type
14551         (contains information about a stock item), the built-in stock item
14552         IDs, and functions to add/lookup stock items.
14553
14554         * gtk/stock-icons/*: Stock icons that come with GTK
14555
14556         * gtk/gtkbutton.h, gtk/gtkbutton.c (gtk_button_new_stock): Returns
14557         a button based on a GtkStockItem
14558         (gtk_button_new_accel): Takes a uline string and accel group, and
14559         installs the accelerator.
14560
14561         * gtk/gtkimage.h, gtk/gtkimage.c: Make this into a generic
14562         image-display widget.
14563
14564 2000-09-25  Havoc Pennington  <hp@redhat.com>
14565
14566         * gtk/gtktexttypes.c: Remove Latin1 conversion stuff
14567
14568         * gtk/gtktextbtree.c (gtk_text_btree_node_remove_data): 
14569         Fix a bug when removing node data, we didn't properly 
14570         re-splice the linked list after removing the data.
14571
14572         * gtk/gtktextview.c (gtk_text_view_key_press_event): Pass through 
14573         GDK_Tab as literal tab, Ctrl-Tab to tab to focus widget
14574
14575         * gtk/gtktextbuffer.c (selection_received): fix g_convert usage
14576
14577         * gtk/gtktextlayout.c (set_para_values): Set tab array 
14578         for the layout from the GtkTextTag.
14579
14580         * gtk/gtktexttypes.h: delete tab and search cruft, 
14581         remove g_convert() in favor of GLib version
14582
14583         * gtk/gtktexttypes.c: remove tab implementation from here,
14584         move to Pango
14585
14586         * gtk/gtktexttag.h, gtk/gtktexttag.c: Implement 
14587         tab stuff using new PangoTabArray from Pango
14588
14589         * gtk/gtktexttag.c (gtk_text_attributes_fill_from_tags): Remove
14590         unused border_width stuff
14591
14592 Thu Sep 14 12:21:12 2000  Owen Taylor  <otaylor@redhat.com>
14593
14594         * gtk/gtktexttypes.[ch]: Remove g_convert (moved to
14595         glib) and now useless utf_to_latin1() latin1_to_utf()
14596
14597         * gtk/gtktextview.[ch]: Change ::move_insert and
14598         ::delete_text action signals to ::move and ::delete;
14599         create the signals with the right enumeration type,
14600         not GTK_TYPE_ENUM so that bindings work. Add C-d, M-d,
14601         C-v bindings, change Home, End to move to beginning/end
14602         of line, Add C-Home C-End to move to beginning/end
14603         of buffer. Change ::cut_text to ::cut_clipboard, etc;
14604         combine ::scroll_text into ::move; use new GtkSelectionData
14605         functions to simplify DND text handling.
14606         
14607         * gtk/gtkenums.h gtk/gtktextview.h: Move movement,
14608         deletion enumerations here, rename enumeration values to 
14609         be consistently plural.
14610
14611         * gtk/gtktextbuffer.c: Use new clipboard interfaces
14612         for cut/copy/paste and primary selection.
14613
14614         * gtk/gtktextbuffer.[ch]: Remove excess time and
14615         'interactive' arguments from cut/copy/paste;
14616         rename cut to cut_clipboard, etc; remove
14617         gtk_text_buffer_get_clipboard_contents().
14618
14619         * gtk/gtktextlayout.[ch]: Add 
14620         gtk_text_layout_move_iter_to_line_end() to move the iter to 
14621         line ends.
14622
14623         * gtk/gtkselection.[ch] (gtk_selection_data_set/get_text):
14624         Functions to set or get a UTF-8 string on the selection
14625         data.
14626
14627         * gtk/gtkclipboard.[ch]: New, simplified selection handling
14628         interfaces.
14629
14630         * gtk/gtkinvisible.c (gtk_invisible_new): Realize newly
14631         created widgets - one of these is useless if we don't.
14632
14633         * gtk/gtkselection.[ch] (gtk_selection_clear_targets): Export
14634         a public function clear all targets registered for the
14635         widget.
14636
14637         * gtk/gtkselection.c (gtk_selection_owner_set) docs/Changes-2.0.txt:
14638         Never call gtk_widget_realize() - that was just asking
14639         for bizarre side-effects.
14640
14641         * gtk/gtkselection.c (gtk_selection_owner_set): Call
14642         gdk_selection_owner_set even if the widget is the
14643         same so that we reliably update the timestamp on
14644         the server.
14645
14646         * gdk/x11/gdkevents-x11.c gdk/x11/gdkx.h: Add a 
14647         gdk_x11_get_server_time() function.
14648         
14649         * gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.h
14650         gdk/x11/gdkselection-x11.c gdk/x11/gdkwindow-x11.h:
14651         Add some tricky filtering on serial numbers for
14652         selection clear events to fix up long-standard
14653         race condition FIXME's in gtkselection.c.
14654
14655         * gdk/gdkproperty.h gdk/x11/gdkselection-x11.h: Add
14656         routines to convert from utf8 to compound text or
14657         STRING and from a text property to UTF-8.
14658
14659         * gtk/gtkmain.[ch] (gtk_get_current_event_time): Add 
14660         a convenience function gdk_get_current_event_time().
14661
14662         * gtk/gtkselection.c (gtk_selection_data_copy/free): Copy
14663         and free selection_data->data properly
14664
14665 Sat Sep  9 10:23:53 2000  Owen Taylor  <otaylor@redhat.com>
14666
14667         * gtk/gtkthemes.c: Remove some unecessary includes.
14668
14669 2000-09-08  Jonathan Blandford  <jrb@redhat.com>
14670
14671         * gtk/gtktextdisplay.c
14672         * gtk/gtktextlayout.c
14673         * gtk/gtktexttag.c
14674         * gtk/gtktexttag.h
14675         * gtk/testtext.c: Change the overstrike property to strikethrough,
14676         to closer match pango.
14677
14678 Fri Sep  8 14:28:00 2000  Owen Taylor  <otaylor@redhat.com>
14679
14680         * gtk/gtktextview.c: Fix up visibility so that focus,
14681         cursor_visible and blink interact properly.  Reenable cursor blink
14682         which had been roughly disabled. Make blink and focus
14683         properly per-view.
14684
14685         * gtk/gtktextlayout.[ch] (gtk_text_layout_set_cursor_visible):
14686         Add a flag for whether to display insertion cursor and
14687         a function to set the flag.
14688
14689         * gtk/gtktextlayout.c (gtk_text_layout_get_line_yrange): Change
14690         get_line_y() to get_line_yrange(), to be a bit more generally
14691         useful.
14692
14693 Thu Sep 07 20:54:33 2000  George Lebl <jirka@5z.com>
14694
14695         * gtk/gtkmenu.c:  in gtk_menu_set_submenu_navigation_region
14696           do stop_navigating_submenu, to clear last timeout properly.
14697           Also in gtk_menu_motion_notify move ignore_enter above
14698           the conditional to make it always happen as suggested by Owen
14699
14700 2000-09-07  Tor Lillqvist  <tml@iki.fi>
14701
14702         * gdk/win32/makefile.mingw.in: Use -Wall. Add gdkpango-win32.o
14703
14704         * gdk/win32/gdkwin32.h: Add more definitions missing from the free
14705         w32api headers.
14706
14707         * gdk/win32/gdkprivate-win32.h: Add a couple of missing
14708         declarations.
14709
14710         * gdk/win32/gdkdrawable-win32.c: Remove gcc -Wall warnings.
14711         (gdk_win32_get_colormap): A line had been deleted by mistake.
14712
14713         * gdk/win32/gdkevents-win32.c: Remove lint (gcc -Wall) here, too.
14714         (gdk_event_translate): Handle more virtual keycodes to be able to
14715         generate GDK events for Control-comma, Control-period, etc.
14716
14717         * gtk/gtk.def: Add some missing entry points.
14718
14719 Thu Sep  7 11:47:02 2000  Owen Taylor  <otaylor@redhat.com>
14720
14721         * gtk/gtktextbuffer.c gtk/gtkimcontext.c gtk/gtkwidget.c:
14722         Doc comment fixing. (Mostly non-matching parameter names.)
14723
14724         * gtk/gtkcalendar.c gtk/gtklist.c gtk/gtknotebook.c: Modify
14725         comments a little to avoid looking like a doc comment.
14726
14727         * gtk/gtkspinbutton.h (GTK_INPUT_ERROR): Change INPUT_ERROR to
14728         GTK_INPUT_ERROR. (Should the mechanism for erros in spin button
14729         conversions be changed to GError?)
14730
14731         * gtk/gtkcolorsel.c (GTK_CUSTOM_PALETTE_WIDTH/HEIGHT): 
14732         Move private #defines into .c file.
14733
14734         * gtk/gtktexttag.c (gtk_text_tag_class_init): Alphabetize
14735         order of argument addition, remove duplicates.
14736
14737         * gtk/gtkaspectframe.h (struct _GtkAspectFrameClass):
14738         parent class is FrameClass, not BinClass.
14739
14740         * gtk/gtk.h: Add gtkinvisible, which was missing.
14741         (It's occasionalyl useful for client apps, if seldom.)
14742
14743         * gdk/gdktypes.h: Remove obsolete GDK_CORE_POINTER
14744         #define.
14745
14746 Wed Sep  6 09:53:15 2000  Owen Taylor  <otaylor@redhat.com>
14747
14748         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Use X-space
14749         coordinates when creating window, instead of GDK-space
14750         coordinates. (Avoid BadValue on too large windows.)
14751
14752 2000-09-05  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
14753
14754         * configure.in (use_mmx_asm): Remove conftest* after use along the
14755         lines of AC_TRY_COMPILE.        
14756         
14757         * gtk/gtkrc.c (gtk_rc_parse_file): Use g_path_get_dirname instead
14758         of g_dirname, which is deprecated.
14759         (gtk_rc_parse_any): Removed calls to
14760         g_scanner_{freeze,thaw}_symbol_table, which are deprecated.
14761
14762         * gtk/gtkbindings.c (binding_entry_new, binding_entry_destroy):
14763         Removed calls to g_hash_table_{freeze,thaw}, as they are
14764         deprecated now.
14765
14766         * gtk/testtext.c (buffer_pretty_name): Use g_path_get_basename
14767         instead of g_basename.
14768         
14769 2000-09-04 Elliot Lee <sopwith@redhat.com>
14770         
14771         * gdk/gdkpixbuf.h: Put text after #endif inside a comment to avoid
14772         ANSI warning.
14773
14774 Sun Sep 03 00:47:08 2000  George Lebl <jirka@5z.com>
14775
14776         * gtk/gtkwidget.h:  Add some documenting comments about 
14777           GTK_CAN_DEFAULT, GTK_HAS_DEFAULT and GTK_RECEIVES_DEFAULT
14778           just as owen said on irc.
14779
14780         * gtk/gtkwindow.c (gtk_window_set_default):  Don't blindly
14781           set HAS_DEFAULT.  Only set it if there isn't another window
14782           holding it (a focus window which RECEIVES_DEFAULT) and only unset
14783           it if the widget is not the focused window with RECEIVES_DEFAULT.
14784           This fixes weird double default bugs in dialogs which has things
14785           call gtk_window_set_default at times.
14786
14787 Fri Sep  1 22:39:07 2000  Owen Taylor  <otaylor@redhat.com>
14788
14789         * gtk/gtkmenu.[ch] TODO.xml: Apply patch from
14790         Nils Barth and David Santiago to improve submenu
14791         navigation. The patch does this by creating a triangular
14792         region from the point where the pointer leaves the
14793         menu to the submenu.  While the pointer is in
14794         that region and a timeout has not expired, events 
14795         that would cause the active submenu to change are
14796         ignored.
14797
14798 Fri Sep  1 15:34:46 2000  Owen Taylor  <otaylor@redhat.com>
14799
14800         * gdk/x11/gdkwindow-x11.c (gdk_window_move): Fix bug where
14801         moving a toplevel window immediately after sizing it would
14802         result in it being sized back to the old size since 
14803         impl->width, impl->height aren't updated until we hear
14804         back from the server. There is still a (longstanding) bug
14805         here that gdk_window_get_size() will give the wrong size
14806         until we do hear back.
14807
14808 2000-08-31  Havoc Pennington  <hp@redhat.com>
14809
14810         * gtk/gtktextiter.h, gtk/gtktextiter.c, gtk/gtktextlayout.h, 
14811         gtk/gtktextlayout.c, gtk/gtktexttag.h, gtk/gtktexttag.c, 
14812         gtk/gtktexttagprivate.h, gtk/gtktextview.c:
14813         Rename GtkTextStyleValues to GtkTextAttributes
14814
14815 2000-08-31  Havoc Pennington  <hp@pobox.com>
14816
14817         * gtk/gtktextbtree.c (GtkTextBTree): cache end line, 
14818         for rapid testing whether an iterator is the end iterator
14819         (gtk_text_btree_new): init end line cache
14820         (gtk_text_line_is_last): use fast cached line to 
14821         see if we're the last line.
14822         (get_last_line): use cached line here too, should 
14823         speed up some random unrelated code.
14824         
14825 2000-08-30  Havoc Pennington  <hp@pobox.com>
14826
14827         * gtk/gtkmarshal.list: Add marshallers for changed GtkTextBuffer
14828         signals.
14829
14830         * gtk/gtktextbuffer.h: Add "interactive" arg to insert_text and
14831         delete_text signals. This allows the signals to be used for
14832         implementing undo.
14833
14834         * gtk/gtktextbuffer.c: Change signal handler signatures; 
14835         provide "interactive" argument when emitting insert_text or
14836         delete_text signal.
14837         
14838 2000-08-30  Havoc Pennington  <hp@pobox.com>
14839
14840         * gtk/gtktextbuffer.c: Docs
14841
14842 Fri Aug 25 12:16:15 2000  Owen Taylor  <otaylor@redhat.com>
14843
14844         * gdk/x11/gdkimage-x11.c: remove GDK_IMAGE_SHARED_PIXMAP
14845         from switch statements, since Tor removed the enumeration
14846         value.
14847         
14848         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
14849         s/GDK_IS_WINDOW/GDK_IS_DRAWABLE/.
14850
14851 2000-08-29 Elliot Lee <sopwith@redhat.com>
14852         * */*.h: Use G_GNUC_CONST.
14853
14854 2000-08-27  Havoc Pennington  <hp@pobox.com>
14855
14856         * gtk/gtktextiter.c, gtk/gtktextiter.h: wrote lots of API docs,
14857         minor indentation fixes, inserted some FIXME about stuff I
14858         realized was broken while documenting it.
14859         (gtk_text_iter_get_pixmap): allow out params to be NULL, following
14860         GTK convention  
14861
14862 Tue Aug 22 12:33:24 2000  Owen Taylor  <otaylor@redhat.com>
14863
14864         * gtk/testgtk.c (create_styles): Fix double free of
14865         font desc.
14866
14867 Mon Aug 21 22:39:18 2000  Owen Taylor  <otaylor@redhat.com>
14868
14869         * gtk/gtkwidget.[ch]: Add gtk_widget_modify_{fg,bg,text,base,font}.
14870         
14871         * gtk/testgtk.c (create_styles): Add a test for modifying
14872         the style through gtk_widget_modify_*.
14873
14874         * gtk/gtkwidget.c (gtk_widget_get_modifier_style): Add
14875         a function to get the current modifier style.
14876
14877         * gtk/gtkwidget.c (gtk_widget_modify_style): Make a copy
14878         of the passed in GtkRcStyle instead of ref'ing it.
14879
14880         * gtk/gtkrc.[ch]: Add gtk_rc_style_copy().
14881
14882 2000-08-20  Tor Lillqvist  <tml@iki.fi>
14883
14884         * gdk/gdkimage.h
14885         * gdk/win32/gdkimage-win32.c: No need any longer on Win32 for the
14886         shared memory image+pixmap GdkImage type, or
14887         gdk_image_bitmap_new(). They were used in the gdk_imlib port, but
14888         I am dropping that.
14889
14890         * gtk/gtkmain.h: On Win32, use a #define to map gtk_init() to
14891         actually call gtk_init_abi_check(), passing also
14892         sizeof(GtkWindow). Ditto for gtk_init_check(). 
14893
14894         * gtk/gtk.def
14895         * gtk/gtkmain.c: (gtk_init_abi_check, gtk_init_check_abi_check):
14896         New functions, used to check that the GTK+-using code has been
14897         compiled using the correct compiler and switches. In particular,
14898         with gcc one has to use the -fnative-struct switch as GTK+ is
14899         compiled with that.
14900
14901 Fri Aug 18 17:27:46 2000  Owen Taylor  <otaylor@redhat.com>
14902
14903         * gtk/gtkclist.c (gtk_clist_merge): Don't leave dangling
14904         ->prev fields when merging lists. (Found simultaneously
14905         by Pawel Salek and Jakub Jelinek)
14906
14907 2000-08-12  Tor Lillqvist  <tml@iki.fi>
14908
14909         * gdk/gdk.def
14910         * gtk/gtk.def: Add missing entries.
14911
14912         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Use
14913         OUT_TT_ONLY_PRECIS, try to get a TrueType font.
14914
14915         * gdk/win32/gdkinput-win32.c (gdk_device_get_state): New
14916         function. Dummy implementation at this point.
14917
14918         * gtk/makefile.mingw.in: Fix typo. Add testtext and testtextbuffer
14919         rules. Undefine GTK_COMPILATION when compiling the test programs.
14920         
14921         * gtk/gtkdebug.h: Mark gtk_debug_flags for export/import.
14922
14923 2000-08-11  Tor Lillqvist  <tml@iki.fi>
14924
14925         * gtk/gtkfilesel.c: Add more calls to g_filename_{to,from}_utf8()
14926         to convert back and forth from UTF-8 and the "system" (or "current
14927         locale") charset when necessary. Indentation/spacing cleanup.
14928
14929 2000-08-10  Havoc Pennington  <hp@redhat.com>
14930
14931         * Makefile.am (snapshot): Change the format of the snapshot
14932         version to match glib
14933
14934         * gdk/win32/Makefile.am (EXTRA_DIST): remove gdkinputprivate.h
14935         from EXTRA_DIST since it doesn't seem to exist
14936
14937 2000-08-10  Tor Lillqvist  <tml@iki.fi>
14938
14939         * gtk/gtkfilesel.c (open_new_dir): Use the "system codepage"
14940         version of the directory name (not the UTF-8 one) when building
14941         the path name to stat().
14942
14943 2000-08-03  Elliot Lee  <sopwith@redhat.com>
14944
14945         * gdk/gdkpango.c (gdk_draw_layout_line): Don't shape runs with a
14946         PANGO_ATTR_SHAPE set.
14947
14948 Thu Aug  3 09:17:06 2000  Owen Taylor  <otaylor@redhat.com>
14949
14950         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Applied patch from
14951         Peter Osterlund to simplify the code while keeping the
14952         functionality the same.
14953
14954 Wed Aug  2 14:57:38 2000  Owen Taylor  <otaylor@redhat.com>
14955
14956         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Move
14957         is_viewable() test further inside the function, since removing the 
14958         window from the redraw list without clearing ->update_area
14959         was also very broken.
14960
14961 2000-08-02  Tor Lillqvist  <tml@iki.fi>
14962
14963         * configure.in: Check for <unistd.h>.
14964
14965 2000-08-01  Martin Baulig  <baulig@suse.de>
14966
14967         * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning()
14968         to display the message that this is a development version of GTK+.
14969
14970 Mon Jul 31 18:37:36 2000  Owen Taylor  <otaylor@redhat.com>
14971
14972         * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
14973         was depending on widget->allocation instead of the width of text_area,
14974         which was incorrect for subclasses like GtkSpinButton.
14975
14976         * gdk/gdkpango.c (gdk_draw_layout): Fix a couple of typos
14977         with width == 1 tests that should be width == -1.
14978
14979 Mon Jul 31 16:45:48 2000  Owen Taylor  <otaylor@redhat.com>
14980
14981         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Replace broken, 
14982         (broken, Elliot, every single window blank on X) custom code with call
14983         to gdk_window_is_viewable() which a) prevents code duplicate and
14984         b) works. 
14985
14986 2000-07-31  Elliot Lee  <sopwith@redhat.com>
14987
14988         * gtk/gtkcolorsel.c: We really do need to include gdkfb.h in order
14989         to get the GDK_PARENT_ROOT() macro to work.
14990         * gtk/gtkmarshal.list: Add NONE:STRING,POINTER
14991         * gdk/gdkwindow.c: Don't send expose events, or invalidate pieces
14992         of, windows that aren't shown.
14993         * gdk/linux-fb: Redraw-when-menu-hidden solved, plus a bunch of
14994         pointer grab stuff.
14995
14996 Mon Jul 31 13:53:16 BST 2000  Tony Gale <gale@gtk.org>
14997
14998         * docs/gtkfaq.sgml docs/gtk-faq.sgml:
14999           s/gtk_main_iteration/g_main_iteration/
15000
15001           Did this already in change:
15002                 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
15003           don't know how it got reverted.
15004
15005 2000-07-31  Stanislav Brabec  <utx@penguin.cz>
15006
15007         * gdk/gdk.c: #ifdef G_ENABLE_DEBUG around gdk_arg_debug_cb and
15008         gdk_arg_no_debug_cb to fix compilation problem with --disable-debug.
15009
15010         * gdk/Makefile.am: Link gdk against actually compiled gdk_pixbuf-1.3,
15011         not gdk_pixbuf.
15012
15013 2000-07-30  Pablo Saratxaga <pablo@mandrakesoft.com>
15014
15015         * configure.in,po/{sp,sr}.po: Added Serbian files
15016
15017 2000-07-30  Tor Lillqvist  <tml@iki.fi>
15018
15019         * gdk/Makefile.am: Add makefile.mingw.in to EXTRA_DIST.
15020
15021         * gdk/win32/gdkevents-win32.c (gdk_events_init, gdk_events_queue):
15022         Remove the g_pipe_readable_msg stuff. Not needed with new GLib
15023         GIOChannel implementation.
15024
15025         * gdk/win32/gdkinput.c
15026         * gdk/win32/gdkpango-win32.c: Update license name here, too.
15027
15028         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_lookup): Fix
15029         definition to match prototype.
15030
15031         * gtk/makefile.mingw.in: Add libiconv CFLAGS and LIBS.
15032
15033 2000-07-27  Elliot Lee  <sopwith@redhat.com>
15034
15035         * gtk/gdk-pixbuf-loader.[ch]: Add gdk_pixbuf_loader_new_with_type
15036         function, to allow handling image formats that cannot be detected
15037         by looking at content alone.
15038
15039 Thu Jul 27 13:13:21 BST 2000  Tony Gale <gale@gtk.org>
15040
15041         * docs/tutorial/*.gif *.jpg *.eps
15042           Update these to the same look-n-feel.
15043           Why does including images in DocBook suck so badly?
15044
15045 Thu Jul 27 05:06:29 2000  Tim Janik  <timj@gtk.org>
15046
15047         * gtk/gtktable.c: applied patch from Phil Thompson
15048         <phil@river-bank.demon.co.uk> that enables space settings for
15049         the last row/columns as well.
15050
15051 Wed Jul 26 12:59:31 2000  Tim Janik  <timj@gtk.org>
15052
15053         * *.[hc]: applied patch from Andreas Persenius <ndap@swipnet.se> that
15054         updates the license headers to the GNU Lesser General Public License,
15055         as well as updating the copyright year to 2000.
15056
15057 2000-07-26  Robert Brady  <rwb197@zepler.org>
15058
15059         * configure.in: Cause GETTEXT_PACKAGE to be consistent in config.h
15060           and po/Makefile, was installing and looking for them under gtk20
15061           and gtk2 respectively.
15062
15063 2000-07-25  Havoc Pennington  <hp@redhat.com>
15064
15065         * gtk/testtext.c: Comment out some stuff that depends on the rest
15066         of my patches.
15067
15068 2000-07-25  Havoc Pennington  <hp@redhat.com>
15069
15070         * gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
15071         buffer
15072
15073 2000-07-25  Havoc Pennington  <hp@redhat.com>
15074
15075         * gtk/testtext.c, gtk/testtextbuffer.c: update to reflect text
15076         widget changes.
15077
15078         * gtk/gtktextview.h: To be consistent with usage of "line"
15079         throughout the API to mean "newline-terminated thingy", change
15080         MOVEMENT_LINE to be MOVEMENT_WRAPPED_LINE, and MOVEMENT_PARAGRAPH
15081         to MOVEMENT_LINE.
15082
15083         (GtkTextView): Add flags for default editability, and whether to
15084         show the cursor. Add functions to get/set that. Add 
15085
15086         (gtk_text_view_get_iter_location): new function
15087
15088         * gtk/gtktexttypes.h: Move GtkTextLine typedef from here to
15089         gtktextlayout.h
15090         (g_convert): Add g_convert temporarily, will go in glib in a bit
15091         
15092         * gtk/gtktexttagtable.h: include gtktexttag.h, and define
15093         GtkTextTagTableForeach instead of brokenly using GHFunc.
15094         Change gtk_text_tag_table_foreach() so it doesn't use GHFunc.
15095
15096         * gtk/gtktexttagprivate.h: Remove GtkTextStyleValues from here,
15097         moved to public header.
15098
15099         * gtk/gtktexttag.h: Rename the "elide" attribute of tags to
15100         "invisible", since "elide" was a bad name.
15101         (gtk_text_tag_get_priority): Added
15102
15103         (GtkTextStyleValues): put this in public header, along with
15104         functions to use it.
15105
15106         * gtk/gtktextmarkprivate.h: Include more headers, since we no
15107         longer include gtktextbtree.h.
15108
15109         * gtk/gtktextmark.h: Add gtk_text_mark_ref, gtk_text_mark_unref,
15110         gtk_text_mark_deleted
15111
15112         * gtk/gtktextlayout.h: Don't include the "really private" headers,
15113         only buffer/iter. Forward declare GtkTextLIne and GtkTextLineData
15114         to make this possible. Now we only need to install
15115         gtktextlayout.h, not gtktextbtree.h and gtktext*private.h.
15116         (However the Makefile.am isn't changed yet because of the
15117         logistics of merging gtk-hp-patches piecemeal)
15118
15119         * gtk/gtktextiterprivate.h: include btree header, so it compiles;
15120         rename gtk_text_iter_get_line to gtk_text_iter_get_text_line since
15121         gtk_text_iter_get_line is now used in the public API for a
15122         different purpose.
15123
15124         * gtk/gtktextiter.h: Clean up function names to be more
15125         consistent. Always call char offset "offset" and byte index
15126         "index". A "line" is always a line number. 
15127
15128         (gtk_text_iter_is_last): new function, more efficient than 
15129         the existing way to check
15130         (gtk_text_iter_is_first): new function, also more efficient
15131
15132         (gtk_text_iter_up_lines, gtk_text_iter_down_lines): Remove these
15133
15134         (gtk_text_iter_next_char, gtk_text_iter_prev_char): Renamed from 
15135         gtk_text_iter_forward_char, etc.
15136
15137         (gtk_text_iter_forward_to_tag_toggle): Renamed from
15138         forward_find_tag_toggle, since this isn't a linear search
15139
15140         (GtkTextCharPredicate): rename from GtkTextViewCharPredicate
15141
15142         (gtk_text_iter_forward_search, gtk_text_iter_backward_search): 
15143         New functions, search for a buffer substring.
15144
15145         * gtk/gtktextbuffer.h: Add fields to store whether a paste is
15146         interactive and default editable (since we need to store that info
15147         until we receive the selection data).
15148
15149         Remove all the _at_char and at_line etc. versions of functions;
15150         only have iterator versions.
15151
15152         Add _interactive() versions of functions, that consider the
15153         editability of text. (FIXME add interactive flag to the 
15154         insert/delete signals per Darin's suggestion)
15155
15156         (gtk_text_buffer_get_tag_table): new function, demand-creates the
15157         tag table if necessary
15158
15159         Remove declaration of gtk_text_buffer_get_iter_from_string
15160
15161         (_gtk_text_buffer_get_btree): private/internal function, added.
15162         
15163
15164         * gtk/gtktextbtree.h: Remove forward decl of GtkTextLineData.
15165         (gtk_text_line_is_last): new function
15166
15167 2000-07-25  Havoc Pennington  <hp@redhat.com>
15168
15169         * gtk/gtkprogressbar.h: Implement new sane, 5-function API for
15170         using GtkProgressBar. See Changes-2.0.txt for details.
15171
15172         * gtk/gtkprogressbar.c: Add object arguments "fraction" and
15173         "pulse_step" which are the equivalent of
15174         gtk_progress_bar_set_pulse_step and gtk_progress_bar_set_fraction.
15175         Implement new API.
15176         
15177         * gtk/gtkprogress.h (struct _GtkProgress): Add a field
15178         (use_text_format) to mark whether text set on the progress bar is
15179         a format string. Deprecate entire GtkProgress interface.
15180
15181         * gtk/gtkprogress.c (gtk_progress_init): init use_text_format to TRUE
15182         (gtk_progress_build_string): make this a no-op if use_text_format
15183         is FALSE
15184
15185         * docs/Changes-2.0.txt: Describe progress bar changes.
15186
15187 2000-07-25  Tor Lillqvist  <tml@iki.fi>
15188
15189         * Makefile.am: Include the build directory.
15190
15191         * configure.in: Generate build/Makefile, build/win32/Makefile,
15192         gdk/, gdk/win32/, and gtk/makefile.mingw.
15193
15194         * config.h.win32: Add USE_GMODULE and USE_MMX for gdk-pixbuf.
15195         Add GETTEXT_PACKAGE.
15196         
15197         * gdk/gdk.def
15198         * gtk/gtk.def: Updates.
15199
15200         * gdk/gdkfont.h
15201         * gdk/gdkpixmap.h: Remove temporary Win32-only functions, we don't
15202         need them any longer.
15203
15204         * gdk/gdkinput.h: Mark gdk_core_pointer for export/import.
15205
15206         * gdk/makefile.mingw.in: Define GDK_COMPILATION. Link with
15207         PANGOWIN32_LIBS and gdk_pixbuf.
15208
15209         * gdk/win32: Compiles, but no doubt doesn't work at all.
15210
15211         * gdk/win32/makefile.mingw.in: Define GDK_COMPILATION. 
15212
15213         * gdk/win32/gdkinput.c: New file, temporarily.
15214         
15215         * gdk/win32/gdkinput-win32.h: New file
15216
15217         * gdk/win32/gdkinputprivate.h: Remove.
15218
15219         * gdk/win32/gdkpango-win32.c: New file.
15220
15221         * gtk/makefile.mingw.in: New file
15222
15223         * gtk/makefile.cygwin: Removed
15224         
15225         * gtk/Makefile.am: Update accordingly.
15226
15227         * gtk/gtkrc.[ch] (gtk_win32_get_installation_directory): Renamed and
15228         made externally visible.
15229
15230         * gtk/gtkmain.c: Use it.
15231         
15232         * gtk/gtktextdisplay.c: No need to include pangox.h, pango.h
15233         is enough.
15234
15235         * gtk/gtktypeutils.c: Mark glib_debug_objects for import.
15236
15237 2000-07-24 Elliot Lee <sopwith@redhat.com>
15238         * gdk/gdkprivate.h: Remove gdk_*_lookup() defines, since they are defined by the
15239         individual backends already.
15240         * gdk/gdkregion-generic.h, gdk/gdktypes.h: Put gdkregionbox & gdksegment back together
15241         again. Yes, there really is a good reason for this, if you are using the gdkregion
15242         internals, and if you're not, why do you care?
15243         * gdk/gdkwindow.c: Fix inverted condition
15244         * gdk/linux-fb: Compiles (for me - it will not work elsewhere most likely).
15245         * gtk/gtkcolorsel.c, gtk/gtkwindow.c: Add include for linux-fb
15246         * gtk/gtkrange.c: Redraw trough when moving.
15247         * gtk/gtktypeutils.c: Fix warning by adding const cast.
15248         * modules/linux-fb/basic.c: Fix unknown glyph retrieval.
15249
15250 2000-07-23  Tor Lillqvist  <tml@iki.fi>
15251
15252         * configure.in: Check for mkstemp and sigsetjmp. Output
15253         gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw.
15254
15255         More work on GDK for Win32. Still in an intermediate state.
15256
15257         * gdk/makefile.cygwin
15258         * gdk/win32/makefile.cygwin: Removed.
15259         
15260         * gdk/makefile.mingw.in
15261         * gdk/win32/makefile.mingw.in: New files.
15262
15263         * gdk/Makefile.am
15264         * gdk/win32/Makefile.am: Generate and distribute them.
15265
15266         * gdk/win32/gdkwindow-win32.h
15267         * gdk/win32/gdkdrawable-win32.h
15268         * gdk/win32/gdkpixmap-win32.h: New files.
15269
15270         * gdk/win32/gdkcolor-win32.c
15271         * gdk/win32/gdkcursor-win32.c
15272         * gdk/win32/gdkdrawable-win32.c
15273         * gdk/win32/gdkgc-win32.c
15274         * gdk/win32/gdkimage-win32.c
15275         * gdk/win32/gdkprivate-win32.h
15276         * gdk/win32/gdkwin32.h: Update data structures. Cosmetics:
15277         Rename fields and variables called xcursor, xid, etc (these names
15278         were leftovers from the X11 backend) to hcursor, hwnd, hbitmap etc.
15279
15280 Sat Jul 22 17:41:26 2000  Owen Taylor  <otaylor@redhat.com>
15281
15282         * gtk/gtkentry.[ch]: Fix some problems with vertical
15283         alignment.
15284
15285         * gtk/gtkentry.c (gtk_entry_find_position): Fix 
15286         char/byte confusion.
15287
15288 Sat Jul 22 11:16:05 2000  Owen Taylor  <otaylor@redhat.com>
15289
15290         * gtk/gtktextview.c (changed_handler): Fix bug where
15291         redraw wasn't being done properly when height of
15292         dirty region changed.
15293
15294         * demos/Makefile.am: Remove various references to
15295         -lgmodule
15296
15297 Fri Jul 21 15:28:13 2000  Owen Taylor  <otaylor@redhat.com>
15298
15299         * gtk/gtktextlayout.[ch], gtk/gtktextdisplay.c: Use new
15300         PangoAttrShape to reserve space for pixmaps, add 
15301         GSList *pixmaps to GtkTextLineDisplay, draw the pixmaps
15302         in the display functions.
15303         
15304         * gtk/testgtk.c (create_layout): Set some more exotic
15305         scrolled window options
15306
15307         * gtk/gtkscrolledwindow.[ch] (gtk_scrolled_window_set_shadow_type):
15308         Add function to set the shadow type of a window, to allow
15309         putting a shadow around widgets such as GtkLayout or GnomeCanvas
15310         which don't draw their own frame.
15311
15312 Fri Jul 21 16:34:42 BST 2000  Tony Gale <gale@gtk.org>
15313
15314         * docs/tutorial/package-db-tutorial.sh: New file for
15315           packaging DocBook format tutorial
15316
15317 Fri Jul 21 14:23:51 BST 2000  Tony Gale <gale@gtk.org>
15318
15319         * docs/tutorial/gtk-tut.sgml: Minor updates
15320
15321         * docs/tutorial/*.jpg *.eps: Screenshots for tutorial
15322
15323 2000-07-19  Tor Lillqvist  <tml@iki.fi>
15324
15325         * gtk/gtksignal.c: Fix C++ comment.
15326
15327         * gtk/gtkimmulticontext.c
15328         * gtk/gtktextbtree.c: Remove gccisms: Don't use __FUNCTION__,
15329         don't return value from void functions.
15330
15331         * gtk/gtk.def: Add gtk_rc_style_unref.
15332
15333 2000-07-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
15334
15335         * gdk-pixbuf/gdk-pixbuf.h, gtk/gtkhsv.h, gtk/gtktextbtree.h,
15336         gtk/gtktextbuffer.h, gtk/gtktextchild.h, gtk/gtktextdisplay.h,
15337         gtk/gtktextiter.h, gtk/gtktextiterprivate.h, gtk/gtktextlayout.h,
15338         gtk/gtktextmarkprivate.h, gtk/gtktextsegment.h, gtk/gtktexttag.h,
15339         gtk/gtktexttagtable.h, gtk/gtktexttypes.h, gtk/gtktextview.h,
15340         gtk/gtktypeutils.h: Include files outside of the extern "C"
15341         block. Makes some C++ compiler happy. Reported by Denis Vakatov
15342         <vakatov@peony.nlm.nih.gov>.
15343
15344 Wed Jul 19 14:07:57 BST 2000  Tony Gale <gale@gtk.org>
15345
15346         * docs/tutorial/gtk-tut.sgml: Yet more clean ups.
15347           Completes first pass. Hurrah!
15348
15349 Tue Jul 18 17:17:55 BST 2000  Tony Gale <gale@gtk.org>
15350
15351         * docs/tutorial/gtk-tut.sgml: More clean ups.
15352
15353 Mon Jul 17 18:52:38 2000  Owen Taylor  <otaylor@redhat.com>
15354
15355         * gtk/gtkentry.c (gtk_entry_draw_text): Restore code to
15356         paint the background of the text area which was accidentally
15357         removed at some point.
15358
15359         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch] gtk/gtkthemes.[ch]: 
15360           
15361          - Move most of the functionality from the theme vtable
15362            into GtkRcStyleClass and GtkStyleClass. The moved
15363            vtable functions were changed a bit in the move to
15364            work better in their new home.
15365
15366          - Get rid of the engine and engine_data fields from
15367            GtkRcStyle and GtkStyle; instead the theme
15368            engine derives theme-specific subclasses of GtkRcStyle
15369            and GtkStyle
15370
15371          - Add extra dlsym() found entry point to themes,
15372            theme_create_rc_style().
15373
15374         * gtk/gtkstyle.c: Copy xthickness, ythickness fields
15375         in gtk_style_real_copy.
15376
15377         * gtk/themes.[ch]: add a function gtk_theme_engine_register_type()
15378         to register a type associated with an engine. (The engine
15379         won't be unloaded as there is an instance of the type.)
15380
15381
15382 Mon Jul 17 18:19:06 BST 2000  Tony Gale <gale@gtk.org>
15383
15384         * docs/tutorial/gtk-tut.sgml: Clean ups.
15385
15386 Mon Jul 17 13:59:29 BST 2000  Tony Gale <gale@gtk.org>
15387
15388         * docs/tutorial/gtk-tut.sgml: Initial DocBook version. Lots
15389           of cleaning up to do.
15390
15391 2000-07-15  Tor Lillqvist  <tml@iki.fi>
15392
15393         * gdk/testgdk.c: New file, quick hack to test backends for
15394         pixel-by-pixel correctness of the most simple graphic operations.
15395
15396 Fri Jul 14 20:30:25 2000  Owen Taylor  <otaylor@redhat.com>
15397
15398         * Really release 1.3.1
15399         
15400         * gtk-config-2.0.in gtk-2.0.m4: Fix up to correspond to new
15401         include structure.
15402
15403 Fri Jul 14 18:40:39 2000  Owen Taylor  <otaylor@redhat.com>
15404
15405         * Released 1.3.1
15406
15407 Fri Jul 14 16:21:26 2000  Owen Taylor  <otaylor@redhat.com>
15408
15409         * gtk/gtktextlayout.c: use FALSE for size_only most
15410         of the time when calling gtk_text_layout_get_line_display()
15411         to avoid causing double reshapes when a redraw follows
15412         immediately after.
15413
15414 Tue Jul 11 11:13:40 2000  Owen Taylor  <otaylor@redhat.com>
15415
15416         * gtk/gtkrange.c (gtk_range_default_[hv]slider_update): Invalidate
15417         appropriate region and gdk_window_process_updates() so trough
15418         updating doesn't lag behind the window being scrolled.
15419
15420         * gdk/gdkgc.c: Make parent_class pointer static.
15421          
15422 Sun Jul  9 21:31:23 2000  Owen Taylor  <otaylor@redhat.com>
15423
15424         * gdk/gdk-pixbuf.c gtk/gdk-pixbuf-loader.c gtk/gtktextview.c:
15425         include <string.h>.
15426          
15427         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Fix
15428         cut-and-paste error in computing memory offset for 4 channels.
15429
15430 Fri Jul 14 14:05:02 2000  Owen Taylor  <otaylor@redhat.com>
15431
15432         * gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string): Remove
15433         gtk_rc_append_default_pixmap_path(), since it wasn't
15434         adding an interesting path and we don't have a meaningful
15435         default for this value.
15436
15437 Fri Jul 14 12:22:49 2000  Owen Taylor  <otaylor@redhat.com>
15438
15439         * configure.in Makefile.am gtk-config.m4 gtk.m4: Move
15440         gtk-config to gtk-config-2.0 move gtk_.m4 to
15441         gtk-2.0.m4
15442
15443         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
15444         gdk/Makefile.am demos/Makefile.am: Change 
15445         library names to libgtk-1.3.la, etc, so that we
15446         can distinguish gtk-1.2 and gtk-2.0 on the linkline.
15447
15448         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
15449         gdk/Makefile.am gdk/x11/Makfile.am
15450         Move include files into /usr/include/gtk-2.0, 
15451         /usr/lib/gtk-2.0/include/
15452          
15453         * autogen.sh acconfig.h configure.in gtk/gtkmain.c
15454         gtk/gtkintl.h: Change package for gettext from 
15455         gtk+ to gtk20. Put hack in autogen.sh to modify
15456         po/Makefile.in.in after gettextize to make this
15457         possible.
15458
15459         * gtk+.spec: Some updates, not tested.
15460
15461         * gdk-pixbuf/Makefile.am: Move loaders into
15462         $(libdir)/gtk-2.0/$(GTK_VERSION)/loaders.
15463
15464         * gtk/Makefile.am gtk/gtkrc.c: Move RC file locations
15465         $(sysconfdir)/gtk-2.0 ~/.gtkrc-2.0; theme subdir
15466         to THEMENAME/gtk-2.0/. Move engine directory  to
15467         $(libdir)/gtk-2.0/$(GTK_VERSION)/engines.
15468         
15469 2000-07-12  Tor Lillqvist  <tml@iki.fi>
15470
15471         Win32 changes, still doesn't build though.
15472
15473         * gdk/makefile.cygwin
15474         * gdk/win32/makefile.cygwin
15475         * gtk/makefile.cygwin: Updates.
15476
15477         * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Use the same
15478         default values for fg and bg pixel as X11 does (0 and 1), not
15479         black and white. Use PS_ENDCAP_FLAT and PS_JOIN_MITER by default.
15480         Use 0 for pen width by default (treated as 1 anyway later, but for
15481         apps that might check the value in the GdkGC).
15482         (gdk_win32_hdc_get, gdk_win32_hdc_release): New functions, public
15483         interface to gdk_gc_predraw and _postdraw.
15484
15485         * gdk/win32/gdkwin32.h
15486         * gdk/gdk.def: Add gdk_win32_hdc_{get,release}.
15487
15488         * gdk/win32/gdkcolor-win32.c (gdk_colormap_alloc1): Remove
15489         extraneous semicolon.
15490
15491         * gdk/win32/gdkdrawable-win32.c: Check also for pen_width == 0.
15492
15493         * gdk/win32/gdkimage-win32.c (gdk_image_new): Use the visual's depth,
15494         not the Win32 bitspixel value.
15495
15496         * gdk/win32/gdkcc-win32.c:
15497         * gdk/win32/gdkcolor-win32.c 
15498         * gdk/win32/gdkprivate-win32.h
15499         * gdk/win32/gdkwin32.h: Changes to make compilable, with new
15500         GDK object structure.
15501
15502 Tue Jul 11 20:59:35 2000  Tim Janik  <timj@gtk.org>
15503
15504         * docs/tutorial/gtk_tut_12.es.sgml (name): 
15505         * docs/tutorial/gtk_tut_it.sgml (name): 
15506         * docs/tutorial/gtk_tut_fr.sgml (name): 
15507         * docs/tutorial/gtk_tut.sgml (name): scratched notion of completely
15508         outdated email adress: s/timj@psynet.net/timj@gtk.org/.
15509
15510 Tue Jul 11 13:10:57 BST 2000  Tony Gale <gale@gtk.org>
15511
15512         * docs/faq/gtk-faq.sgml: Cleanup indenting and various
15513           small changes.
15514
15515 Tue Jul 11 08:04:58 2000  Tim Janik  <timj@gtk.org>
15516
15517         * gtk/gtktree.c (gtk_real_tree_select_child): eek, i've never seen
15518         a bug here, never been here and never fixed anything ;(
15519         (don't segfault if tree->root_tree is NULL, which happens prior
15520         to widget realization, but puke instead).
15521
15522 Tue Jul 11 06:38:42 2000  Tim Janik  <timj@gtk.org>
15523
15524         * gtk/gtkrc.h: add xthickness and ythickness to GtkRcStyle and
15525         add the necessary tokens.
15526
15527         * gtk/gtkrc.c (gtk_rc_style_init): properly initiality the rc style.
15528         (gtk_rc_style_to_style): copy thicknesses.
15529         (gtk_rc_init_style): apply thicknesses.
15530         (gtk_rc_parse_style): parse xthickness and ythickness.
15531
15532         * gdk/x11/gdkdnd-x11.c: silence compiler in switch() statements.
15533
15534         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): 
15535         (gdk_window_new): 
15536         (_gdk_windowing_window_init): 
15537         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_foreign_new): 
15538         (gdk_pixmap_create_from_data): 
15539         (gdk_bitmap_create_from_data): 
15540         (gdk_pixmap_new): 
15541         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
15542         (gdk_image_new): 
15543         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): 
15544         * gdk/x11/gdkdnd-x11.c (gdk_drag_context_new): 
15545         * gdk/x11/gdkcolor-x11.c (gdkx_colormap_get):
15546         (gdk_colormap_get_system): 
15547         (gdk_colormap_new): 
15548         * gdk/gdkwindow.c (gdk_window_init): 
15549         * gtk/gtkstyle.c (gtk_style_new):
15550         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done):
15551         * gdk/gdkpixmap.c (gdk_pixmap_init): 
15552         * gtk/gtkrc.c (gtk_rc_style_new):
15553         use g_object_new() instead of g_type_create_instance() which
15554         is a private function for fundamental type implementations.
15555
15556 Thu Jul  6 16:12:14 2000  Owen Taylor  <otaylor@redhat.com>
15557
15558         * configure.in: Add check for db2html
15559
15560 Thu Jul  6 14:53:05 2000  Owen Taylor  <otaylor@redhat.com>
15561
15562         * gtk/gtktypeutils.c (gtk_type_init): Add a temporary 
15563         hack to set glib_debug_objects based on gtk_debug_flags.
15564
15565 Thu Jul  6 14:12:13 2000  Owen Taylor  <otaylor@redhat.com>
15566
15567         * INSTALL.in: Update the Prerequisites section.
15568
15569         * Makefile.am demos/Makefile.am docs/Makefile.am
15570         docs/tutorial/Makefile.am gdk/x11/Makefile.am
15571         gdk/linux-fb/Makefile.am: Dist fixes
15572
15573 Thu Jul  6 12:26:03 2000  Owen Taylor  <otaylor@redhat.com>
15574
15575         * NEWS: 10,000 foot view of 1.3.1 changes.
15576
15577 Thu Jul  6 11:54:03 2000  Owen Taylor  <otaylor@redhat.com>
15578
15579         * gdk/gdk.h gdk/gdktypes.h gdk/linux-fb/gdkmain-fb.c
15580         gdk/nanox/gdkmain-nanox.c gdk/win32/gdkevents-win32.c
15581         gdk/win32/gdkinput-win32.c gdk/win32/gdkwin32.h
15582         gdk/x11/gdkmain-x11.c: 
15583
15584         Patch from George Lebl to add a GdkGrabStatus enumeration to use
15585         as a return value of gdk_*_grab(). Previously, we just
15586         returned the X11 values directly.
15587
15588 Thu Jul  6 11:27:44 2000  Owen Taylor  <otaylor@redhat.com>
15589
15590         * gdk/x11/Makefile.am: Patch from George Lebl to 
15591         install all the headers in the right place.
15592
15593 Tue Jul  4 13:13:01 BST 2000  Tony Gale <gale@gtk.org>
15594
15595         * docs/faq/gtk-faq.sgml: Add remaining sections. Completes
15596           initial conversion to DocBook.
15597
15598 2000-07-04  Tor Lillqvist  <tml@iki.fi>
15599
15600         * README.win32: Improve a bit.
15601
15602         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle also
15603         WM_SYSCHAR, and other changes to get handling of Alt+nnn or
15604         Alt+0nnn on the numpad (used to enter characters by numeric code
15605         from current DOS or ANSI codepage) working correctly, as in other
15606         Windows apps.
15607
15608         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Use
15609         same argument validity tests as in X11 version.
15610         (_gdk_cursor_destroy): Use DestroyCursor, not DestroyIcon.
15611
15612         * gdk/win32/gdkwin32.h: Add also WM_MOUSEWHEEL and CopyCursor
15613         definitions in case missing from headers.
15614
15615         * gdk/win32/gdkwindow-win32.c (gdk_win32_window_destroy): Also
15616         destroy the window-specific cursor.
15617         (RegisterGdkClass): Use the global gdk_ProgInstance instead of
15618         calling GetModuleHandle(NULL).
15619         (gdk_window_set_cursor): Reworked to always copy the passed cursor
15620         with CopyCursor before setting it as the window-specific
15621         cursor. It is OK for the caller to destroy the GdkCursor (and thus
15622         also its Windows cursor) after calling this function. Destroy any
15623         previous window-specific cursor.
15624
15625 Mon Jul  3 17:54:49 2000  Owen Taylor  <otaylor@redhat.com>
15626
15627         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): 
15628         font charset is iso8859-1, not iso-8859-1.
15629
15630 Mon Jul  3 17:08:14 2000  Owen Taylor  <otaylor@redhat.com>
15631
15632         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale):
15633         Use g_get_charset() instead of g_get_codeset().
15634
15635         * gtk/gtkframe.[ch] gtkframe.h gtk/gtktextmark.h: 
15636         Comment out some strdup'ing functions to keep timj
15637         happy until we finish fighting this out.
15638
15639 Mon Jul  3 14:24:16 2000  Owen Taylor  <otaylor@redhat.com>
15640
15641         * gtk/gtkwidget.c (gtk_widget_draw): Ignore calls with
15642         <= width or height.
15643
15644         * gtk/gtktable.c (gtk_table_attach): Fix missed merge
15645         from 1.2 for parent/child states.
15646
15647         * gdk/gdkgc.c (gdk_gc_set_rgb_fg/bg_color): Fix a couple
15648         of typos.
15649
15650         * gdk/gdkevents.[ch]: Remove press/xtilt/ytilt fields of
15651         event structures, replace with a generic axes field. Replace 
15652         deviceid/sourec with GdkDevice *device.
15653
15654         * gdk/gdkevents.[ch] (gdk_event_get_axis): Add function
15655         to extract particular axis use value from event. (Also
15656         can be used for normal X/Y.)
15657
15658         * gdk/gdkinput.h gdk/x11/gdkinput*: Major revision;
15659         allow for arbitrary number of axes, namespace everything
15660         as gdk_device_*. Replace guint32 deviceid with GdkDevice *
15661         everywhere.
15662
15663         * gdk/x11/{gdkmain-x11.c,gdkevent-x11.c,gdkinput*}: 
15664         Get rid of the gdk_input_vtable setup if favor of simply
15665         defining the functions in gdkinput-none/gxi/xfree.c in
15666         a similar fashion to the way that the port structure is 
15667         done.
15668
15669         * gtk/gtkdnd.c: Fix fields of synthesized button press event
15670         for new event structures. 
15671
15672         * gtk/gtkinputdialog.c gtk/testinput.c: Revise to match
15673         new device interfaces.
15674
15675 Sun Jul  2 18:19:50 2000  Owen Taylor  <otaylor@redhat.com>
15676
15677         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_layout): Add a 'text' argument to
15678         set the initial text.
15679
15680         * gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c
15681         gtk/gtkentry.c gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c
15682         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvruler.c
15683         gtk/gtkvscale.c: Adapt to new argument of create_pango_layout().
15684
15685         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
15686         pango_layout_set_font_description to simplify.
15687
15688 Sun Jul  2 17:43:41 2000  Owen Taylor  <otaylor@redhat.com>
15689
15690         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
15691         pango_layout_set_font_description to simplify.
15692
15693 Sun Jul  2 17:06:40 2000  Owen Taylor  <otaylor@redhat.com>
15694
15695         * gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkctree.c gtk/gtkhscale.c
15696         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvscale.c gtk/gtkaccellabel.c: Use
15697         pango_layout_get_pixel_extents() to remove a large number of '/ PANGO_SCALE'.
15698
15699         * gtk/gtk[hv]ruler.c gtk/gtklabel.c: replace some / PANGO_SCALE with
15700         PANGO_PIXELS() macro.
15701
15702 Sun Jul  2 15:24:41 2000  Owen Taylor  <otaylor@redhat.com>
15703
15704         * gtk/gtkwidget.[ch] (gtk_widget_get_pango_context): Add new function
15705         that returns a PangoContext owned by the widget and updated to
15706         match future changes in the widget. Also, make 
15707         gtk_widget_create_pango_layout() use this context. If we ever
15708         add a ::changed signal to PangoContext, this will make things
15709         much more convenient. 
15710
15711         * gtk/gtkentry.c gtk/gtklabel.c: Call pango_layout_context_changed()
15712         in the appropriate places instead of destroying the layouts and
15713         creating new ones.
15714
15715         * gtk/gtkfontsel.[ch] gtk/gtkclist.c: Use gtk_widget_get_pango_context()
15716         in a few strategic places.
15717
15718 Sun Jul  2 14:37:58 2000  Owen Taylor  <otaylor@redhat.com>
15719
15720         * gtk/gtkoptionmenu.c (gtk_option_menu_size_request): Call 
15721         gtk_widget_size_request() on reparented child, if one. Otherwise,
15722         queue_resize() on the child never results in it getting size-requested
15723         at all.
15724
15725         * gtk/testgtk.c (build_option_menu): Remove silly radio-menu-items
15726         in option menus, so that (with luck) people won't copy it into
15727         their apps in the future.
15728
15729         * gtk/gtkoptionmenu.c: Connect ::size_request on the menu
15730         to gtk_option_menu_calc_size. This isn't perfect, but should fix
15731         a lot of problems with changing the size of the menu's menu
15732         items after adding it to the option menu.
15733
15734         * gtk/gtktexttag.c: Include gtkmain.h for gtk_get_default_language().
15735
15736         * gtk/gtkwidget.[ch]: Add a ::direction_changed that triggers when
15737         the text direction for a widget changes.
15738
15739         * gtk/gtk{entry.c,label.[ch],textview.[ch]} gtk/testgtk.c: Use
15740         ::direction_changed to get rid of various hacks.
15741
15742 Sun Jul  2 13:19:12 2000  Owen Taylor  <otaylor@redhat.com>
15743
15744         * docs/Changes-2.0.txt: Move Changes-1.4.txt to the appropriate
15745         name.
15746
15747 Sun Jul  2 13:06:26 2000  Owen Taylor  <otaylor@redhat.com>
15748
15749         * gdk/x11/gdkpixmap-x11.[ch] Changes-1.4.txt: Add a is_foreign
15750         flag to the structure. Do not call XFreePixmap on pixmaps created
15751         by gdk_pixmap_foreign_new().
15752
15753 Sun Jul  2 12:45:50 2000  Owen Taylor  <otaylor@redhat.com>
15754
15755         * gdk/gdkrgb.[ch]: Add gdk_rgb_find_color() to get a pixel
15756         value using GdkRGB functionality given GdkColormap and GdkColor.
15757         (name not final, waiting for inspiration.)
15758         
15759         * gdk/gdkgc.[ch] (gdk_gc_set_rgb_fg/bg_color): New functions to
15760         set the foreground/background of a GC using the GC's colormap
15761         and GdkRGB. (name not final, waiting for inspiration.)
15762
15763         * gdk/gdkcompat.h gdk/gdkrgb.c (gdk_rgb_get_colormap): Rename from 
15764         gdk_rgb_get_cmap(), put #define in gdkcompat.h.
15765
15766         * gtk/gtkwidget.[ch] gtkcompat.h: Make visuals for
15767         gtk_widget_get_visual(), gtk_widget_get_default_visual, etc,
15768         purely a function of the corresponding colormap. Make
15769         gtk_widget_set_visual(), etc, noop macros in gtkcompat.h.
15770
15771         * gdk/gdkpixmap.c gdk/x11/gdkpixmap-c11.c: Rewrite
15772         gdk_pixbuf_*create_from_xpm_* in terms of
15773         gdk_pixbuf_new_from_xpm_data(), move into platform independent
15774         code.
15775
15776         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Take
15777         advantage of the new draw_rgb_32_image_dithalign.
15778
15779         * gdk/gdkrgb.c (gdk_draw_rgb_32_image_dithalign): Added.
15780
15781         * gtk/gtkgc.c (gtk_gc_new): Set the appropriate colormap
15782         on each created GC.
15783
15784         * gdk/gdkgc.[ch]: Add gdk_gc_get/set_colormap.
15785
15786         * gdk/gdkgc.[ch]: Add a colormap field to the GdkGC structure
15787         which we initialize from the drawable when the GC is created,
15788         if the drawable has a colormap.
15789
15790         * gdk/x11/gdkgc-x11.c: include string.h for memset.
15791
15792         * gdk/x11/gdkinput-x11.c: include string.h for strlen, etc.
15793
15794         * gtk/gtklayout.[ch]: Remove unsed configure serial member.
15795
15796 Sat Jul  1 16:28:32 2000  Owen Taylor  <otaylor@redhat.com>
15797
15798         * gdk/x11/gdkevents-x11.c (gdk_event_translate): When
15799         actually returning expose events, make sure to set
15800         the count field properly.
15801
15802         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): Fix
15803         accidentally reintroced bug which always cleared
15804         the graphics_exposures value. 
15805
15806 Wed Jun 28 18:03:09 BST 2000  Tony Gale <gale@gtk.org>
15807
15808         * docs/faq/gtk-faq.sgml: Change DocBook layout slightly
15809
15810 Wed Jun 28 17:49:05 BST 2000  Tony Gale <gale@gtk.org>
15811
15812         * docs/faq/gtk-faq.sgml: Finish Section 6. Add Section 7.
15813
15814 Wed Jun 28 13:31:55 BST 2000  Tony Gale <gale@gtk.org>
15815
15816         * docs/faq/gtk-faq.sgml: Start of Section 6.
15817
15818 Mon Jun 26 19:37:04 2000  Owen Taylor  <otaylor@redhat.com>
15819
15820         * configure.in: Put 1.3.1 in warning message, not 1.3.0.
15821         
15822         (Fixes problem with drawing childless frames. Pointed out
15823         by and a first patch from Anders)
15824         
15825         * gtk/gtkframe.c (gtk_frame_compute_child_allocation): Always
15826         compute a child_allocation, even if we don't have a child.
15827
15828         * gtk/gtkaspectframe.c (gtk_aspect_frame_compute_child_allocation):
15829         Always chain to the parent's impl, even if we don't have a child.
15830
15831 Mon Jun 26 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
15832
15833         * gdk/gdkrgb.c: If possible, create only a single shm segment and
15834         use multiple parts of it instead of creating a bunch of separate
15835         segments, since the maximum number of segments per system is not
15836         large. (This might be worth backporting to GTK+-1.2.x if we make a
15837         new release )
15838
15839         * gdk/gdkrgb.c: Localize a bunch of variables into the GdkRgbInfo
15840         structure in preparation for per-colormap GdkRGB.
15841
15842         * gdk/x11/gdkimage-x11.c (gdk_image_new): Don't set gdk_use_xshm
15843         to False when we get EINVAL from shmget so that the caller of
15844         gdk_image_new can retry with a smaller segment size.
15845
15846 Mon Jun 26 13:01:16 BST 2000  Tony Gale <gale@gtk.org>
15847
15848         * docs/faq/gtk-faq.sgml: Add Sections 4 & 5.
15849
15850 Fri Jun 23 17:54:23 2000  Tim Janik  <timj@gtk.org>
15851
15852         * configure.in: make the current version number 1.3.1 (binary age 0,
15853         interface age 0).
15854         
15855         * gtkfeatures.h, gtkfeatures.h.in: dejavue, get rid of these *again*,
15856         gtkcompat.h is all we want.
15857
15858         * gtk/gtktypeutils.[hc]: define most of the primitive types in terms of
15859         GLib primitive types. fixed g_type_register_fundamental() argument
15860         ordering.
15861
15862         * gtk-config.in (lib_gtk): add -lgdk_pixbuf so third party code
15863         compiles.
15864
15865         * gdk-pixbuf-loader.[hc]: get rid of unistd.h include.
15866         object code cleanup, comment trigraph fixes, etc...
15867
15868 2000-06-23  Havoc Pennington  <hp@redhat.com>
15869
15870         * gtk/gtktextview.c (gtk_text_view_set_buffer): Use anonymous mark 
15871         instead of making up a bogus name for first_para_mark
15872
15873         * gtk/gtkstatusbar.h, gtk/gtkstatusbar.c: Allow 
15874         0 as a context ID
15875
15876 Thu Jun 22 17:43:51 BST 2000  Tony Gale <gale@gtk.org>
15877
15878         * docs/faq/gtk-faq.sgml: Change filename. Add Section 3.
15879
15880 2000-06-21  Havoc Pennington  <hp@pobox.com>
15881
15882         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Fix bug where
15883         we didn't check window->bg_pixmap != GDK_NO_BG.
15884
15885         * gtk/gdk-pixbuf-loader.c: Change to reflect GObject-ification of
15886         gdk-pixbuf
15887
15888 Thu Jun 22 14:02:19 BST 2000  Tony Gale <gale@gtk.org>
15889
15890         * docs/faq/gtk-faq.sgm: Move file to here.
15891           TODO: Update Makfile.am 
15892
15893 Thu Jun 22 13:41:09 BST 2000  Tony Gale <gale@gtk.org>
15894
15895         * docs/gtk-faq.sgm: Add Section 2
15896
15897 Thu Jun 22 08:43:45 BST 2000  Tony Gale <gale@gtk.org>
15898
15899         * docs/gtk-faq.sgm: New file. Start of DocBook
15900           version of the FAQ.
15901
15902 Wed Jun 21 23:04:17 2000  Owen Taylor  <otaylor@redhat.com>
15903
15904         * configure.in (GDK_PIXBUF_MAJOR): Define version
15905         numbers for GDK_PIXBUF_*, as they get substituted
15906         into a header file. Need to consider versioning
15907         for gdk-pixbuf more carefully later.
15908
15909 2000-06-21  Raja R Harinath  <harinath@cs.umn.edu>
15910
15911         Work with srcdir != builddir.   
15912         * demos/testanimation.c: Don't include "gdk-pixbuf.h".  Use
15913         <gtk/gdk-pixbuf-loader.h>, not "gtk-pixbuf/gdk-pixbuf-loader.h".
15914         * demos/testpixbuf.c: Likewise.
15915         * demos/testpixbuf-scale.c: Don't include "gdk-pixbuf.h".
15916         * demos/testpixbuf-drawable.c: Don't include "gdk-pixbuf.h".  Use
15917         <gdk/x11/gdkx.h>.
15918         * demos/pixbuf-demo.c: Use <gtk/gtk.h> not "gtk.h".  Don't include
15919         "gdk-pixbuf.h".
15920         * demos/Makefile.am (INCLUDES): Remove unneeded directories.
15921
15922 Wed Jun 21 19:45:02 2000  Owen Taylor  <otaylor@redhat.com>
15923
15924         * TODO.xml: Change 1.4 version numbers to 2.0.
15925
15926 Wed Jun 21 19:29:08 2000  Owen Taylor  <otaylor@redhat.com>
15927
15928         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf-drawable.c: Indentation
15929         fixups to GTK+ standard.
15930
15931 Wed Jun 21 16:38:13 2000  Owen Taylor  <otaylor@redhat.com>
15932
15933         * gdk-pixbuf/* docs/reference/gdk-pixbuf/*: Welcome aboard,
15934         gdk-pixbuf.
15935
15936         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init):
15937         fixups for GObject.
15938
15939         * gdk/Makefile.am gdk/gdkpixbuf-render.[ch] gdk/gdkpixbuf.[ch]: Bits of 
15940         gdk-pixbuf with GDK dependencies moved into GDK.
15941         
15942         * gtk/Makefile.am gtk/gdk-pixbuf-loader.[ch]: Temporarily
15943         move gdk-pixbuf-loader here until GObject has signals.
15944
15945         * demos/: New directory of demos. Move demos from
15946         gdk-pixbuf here.
15947
15948         * demos/pixbuf-init.c: Small bit of code to check for
15949         loaders in ../gdk-pixbuf/.libs/gdk-pixbuf, and if found,
15950         set GDK_PIXBUF_MODULEDIR appropriately.
15951
15952         * gdk/gdkcompat.h: Remove GDK_DRAWABLE_PIXMAP compat
15953         define which no longer makes sense.
15954
15955 2000-06-21  Havoc Pennington  <hp@redhat.com>
15956
15957         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Use
15958         gtk_get_default_language
15959
15960         * gtk/gtkmain.h, gtk/gtkmain.c (gtk_get_default_language): 
15961         new function to get the default language
15962
15963         * gtk/gtktexttagprivate.h, gtk/gtktexttag.c, gtktextview.c: 
15964         s/gtk_text_view_style_values/gtk_text_style_values/
15965
15966         * gtk/gtktexttag.c, gtk/gtktexttag.h, gtk/gtktexttagprivate.h:
15967         Add a "language" field to tags.
15968
15969         (gtk_text_tag_set_arg): Fix bug in setting
15970         "bg_full_height_set" tag.
15971
15972 2000-06-21  Havoc Pennington  <hp@redhat.com>
15973
15974         * gtk/gtktextiter.h: Use gunichar instead of gint when appropriate
15975         in the interfaces
15976
15977         * gtk/gtktexttypes.c: Remove UTF functions, use glib 
15978         stuff instead when possible.
15979
15980         * gtk/gtktexttypes.h: Delete some unused constants
15981
15982         * gtktextbtree.c, gtktextiter.c, gtktextsegment.c, gtktextview.c,
15983         testtextbuffer.c: use glib instead of custom unicode routines
15984
15985 Wed Jun 21 12:50:58 2000  Owen Taylor  <otaylor@redhat.com>
15986
15987         * docs/es/: Removed mistakenly added generated sgml
15988
15989         * docs/{gdk.texi,gtk.texi,gdk.sgml} macros.texi texinfo.tex:
15990         Remove outdated info files.
15991
15992         * docs/gtk_tut* docs/package_tutorial.sh docs/tutorial:
15993         Moved tutorial files into subdir
15994
15995         * docs/gtkfaq.sgml docs/faq/gtkfaq.sgml: Move FAQ into
15996         subdir.
15997
15998         * docs/man/gtk_button.pod: Remove. (contents will be
15999         integrated into gtk-reference button page.)
16000
16001         * configure.in docs/Makefile.am docs/tutorial/Makefile.am
16002         docs/faq/Makefile.am: Adjust for new organization
16003
16004 2000-06-21 Christopher Blizzard  <blizzard@redhat.com>
16005
16006         * gdk/x11/Makefile.am (install-data-local): use $(mkinstalldirs)
16007         not $(MKINSTALLDIRS)
16008
16009 Wed Jun 21 12:24:28 2000  Owen Taylor  <otaylor@redhat.com>
16010
16011         * gtk/testgtk.c (create_text): Finish the job Elliot started
16012         of removing font setting test for text widget. (Since text widget
16013         and GdkFont are not deprecated, and cause portability problems.)
16014
16015 Wed Jun 21 11:41:43 2000  Owen Taylor  <otaylor@redhat.com>
16016
16017         * gtk/gtkentry.c gtk/gtkimcontextsimple.c gtk/gtklabel.c
16018         gtk/gtktexttypes.c gtk/testtext.c modules/linux-fb/basic.c:
16019         Remove use of libunicode in favor of new GLib functions.
16020
16021         * gtk/gtkcolorsel.c: Remove conditional includes for FB, win32,
16022         nano-x, framebuffer. The X11 include is just a hack until we get
16023         the necessary functions in gdkcolor.h, so there is no reason to
16024         add other includes of platforms.
16025
16026         * gtk/gtkwindow.c (gtk_window_compute_default_size): Revert 
16027         window bigger than the screen change.
16028
16029         * gtk/testgtk.c: Revert some random changes from Elliot
16030         that had no particular point and were causing testgtkrc
16031         not to function correctly.
16032         
16033         * gdk/gdkregion-generic.h: Revert change from Elliot. Just
16034         because GdkSegment and GdkRegionBox have the same fields,
16035         it doesn't mean that 'typedef GdkSegment GdkRegionBox'
16036         results in clearer code.
16037
16038         * gdk/x11/gdkinput-x11.c (gdk_input_common_select_events,
16039         gdk_input_translate_coordinates): Fix missed GdkObjectification
16040
16041 2000-06-18  Elliot Lee  <sopwith@redhat.com>
16042
16043         * gdk/Makefile.am, gdk/*/Makefile.am: Fix conditionality to work the "right" way.
16044         * gtk/gtk{plug,socket}.h: Missed commits from previous.
16045
16046 2000-06-20  Havoc Pennington  <hp@redhat.com>
16047
16048         * modules/linux-fb/Makefile.am: Make this compile
16049         without framebuffer enabled
16050
16051         * gdk/linux-fb/Makefile.am: Add conditional to not build
16052         framebuffer unless specified in configure
16053
16054         * gdk/gdkdraw.c (gdk_draw_drawable): Fix bug where I was getting
16055         the size of the target instead of source if -1 was passed for
16056         width/height
16057
16058         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): Fix 
16059         width/height confusion.
16060
16061 2000-06-19  Havoc Pennington  <hp@redhat.com>
16062
16063         * gdk/x11/gdkx.h (GDK_WINDOW_XWINDOW): change this to be
16064         GDK_DRAWABLE_XID. In the future, we probably want to make it
16065         faster with G_DISABLE_CHECKS turned on.
16066
16067 2000-06-14  Havoc Pennington  <hp@redhat.com>
16068
16069         * gdk/Makefile.am: add gdkpixmap.c
16070
16071         * gdk/gdk.c: s/gdk_window_init/_gdk_windowing_window_init/
16072         s/gdk_image_init/_gdk_windowing_image_init
16073
16074         * gdk/gdkcolor.c: make ref/unref compat wrappers for GObject
16075         ref/unref
16076
16077         * gdk/gdkcolor.h: make GdkColormap a GObject subclass
16078
16079         * gdk/gdkcompat.h: remove GdkWindowType compat, since
16080         GdkWindowType is now non-deprecated; 
16081         change gdk_window_get_type() compat to be
16082         gdk_window_get_window_type().
16083
16084         * gdk/gdkdnd.h: make GdkDragContext a GObject.
16085
16086         * gdk/gdkdraw.c, gdk/gdkdraw.h: Convert GdkDrawable to a pure
16087         virtual GObject. Make all functions call into the vtable.
16088         Move gdk_image_put() guts in here. Remove GdkDrawableType
16089         and gdk_drawable_get_type(), these are now GdkWindow-specific.
16090         draw_image, get_depth, get_size, set_colormap, get_colormap,
16091         get_visual added to the vtable.
16092         
16093         * gdk/gdkgc.h, gdk/gdkgc.c: Convert GdkGC to a pure virtual 
16094         GObject. Virtualize everything. 
16095         (gdk_gc_new_with_values): remove check for destroyed window,
16096         because now GdkWindow::create_gc will check this.
16097         (gdk_gc_set_values): New function to set GC values, this 
16098         was already implemented but wasn't in the header
16099
16100         * gdk/gdkimage.h, gdk/gdkimage.c: Convert GdkImage to a GObject.
16101
16102         * gdk/gdkinternals.h: Remove _gdk_window_alloc(), remove
16103         _gdk_window_draw_image(), remove _gdk_windowing_window_class,
16104         remove _gdk_window_class; add _gdk_window_impl_get_type() and
16105         _gdk_pixmap_impl_get_type(). Rename gdk_window_init to
16106         _gdk_windowing_window_init, rename gdk_image_init to
16107         _gdk_windowing_image_init.
16108         
16109         * gdk/gdkpango.c: Reflect GObject-ification of PangoContext.
16110         (gdk_draw_layout): Remove check for destroyed window, 
16111         because all the drawable methods already check it.
16112         
16113         * gdk/gdkpixmap.h, gdk/gdkpixmap.c: Convert GdkPixmap to GObject.
16114         Add gdkpixmap.c which contains implementation of GdkDrawable
16115         virtual table (by chaining to a platform-specific implementation
16116         object).
16117         
16118         * gdk/gdkprivate.h: Remove GDK_IS_WINDOW, GDK_IS_PIXMAP, 
16119         GDK_DRAWABLE_DESTROYED. Add GDK_WINDOW_DESTROYED. Replace
16120         GDK_DRAWABLE_TYPE with GDK_WINDOW_TYPE. Remove GdkDrawablePrivate,
16121         GdkWindowPrivate, GdkImageClass, GdkImagePrivate, GdkGCPrivate,
16122         GdkColormapPrivate. 
16123
16124         * gdk/gdktypes.h: #include <glib-object.h>
16125
16126         * gdk/gdkwindow.h, gdk/gdkwindow.c: Convert GdkWindow to GObject.
16127         Move most functionality to platform-specific implementation
16128         object. GdkWindow itself now handles the backing store, then
16129         chains to the platform-specific implementation.
16130         (gdk_window_get_window_type): return GdkWindowType of the window.
16131         (gdk_window_peek_children): New routine, returns the children of 
16132         a GdkWindow
16133         (gdk_window_get_children): Was in X11-specific code and did 
16134         XQueryTree. Changed to simply return a copy of window->children; 
16135         so it can go in cross-platform code.
16136         
16137         * gdk/x11/Makefile.am: fix broken MKINSTALLDIRS path
16138
16139         * gdk/x11/gdkcolor-x11.c: implement X-specific parts of 
16140         GdkColormap; just changed to use the new private data instead
16141         of casting to GdkColormapPrivate.
16142
16143         * gdk/x11/gdkcursor-x11.c: added a couple typechecks to 
16144         gdk_cursor_new().
16145
16146         * gdk/x11/gdkdnd-x11.c: Change the way we access private fields 
16147         (private data member in the GObject). 
16148         (xdnd_manager_source_filter): Function had broken 
16149         error handling, fix it (use gdk_error_trap_push).
16150
16151         * gdk/x11/gdkdrawable-x11.c: This file now implements
16152         a base class for GdkWindowImplX11/GdkPixmapImplX11. This 
16153         base class is purely for the convenience of the X port,
16154         and not part of the interface to cross-platform GDK.
16155
16156         * gdk/x11/gdkevents-x11.c: Reflect various renamings.
16157         
16158         * gdk/x11/gdkgc-x11.c: Implement a subclass of GdkGC that's
16159         specific to X, and returned by the create_gc virtual method
16160         of GdkDrawableImplX11. 
16161         (gdk_x11_gc_set_dashes): Change this to take an array of gint8
16162         rather than gchar, this was also changed in the GdkGC vtable.
16163         (gdk_x11_gc_values_to_xvalues): If GdkGCValues is NULL, or the
16164         mask is 0, return immediately, instead of checking every flag.
16165         This is faster, and keeps us from segfaulting if values is NULL
16166         and the mask contains some nonzero flags.
16167
16168         * gdk/x11/gdkgeometry-x11.c: deal with all the rearranging of
16169         GdkWindow.
16170
16171         * gdk/x11/gdkglobals-x11.c: change type of grab window, since 
16172         GdkWindowPrivate is gone.
16173
16174         * gdk/x11/gdkim-x11.c: rename things that got renamed.
16175
16176         * gdk/x11/gdkimage-x11.c: implement in terms of GObject, and 
16177         remove the image_put stuff that got transferred to GdkDrawable.
16178         
16179         * gdk/x11/gdkinput.c: renamings
16180
16181         * gdk/x11/gdkmain-x11.c: #include <pango/pangox.h>
16182
16183         * gdk/x11/gdkpixmap-x11.c: GObject conversion
16184
16185         * gdk/x11/gdkprivate-x11.h: indentation fixes
16186
16187         * gdk/x11/gdkproperty-x11.c: renamings
16188
16189         * gdk/x11/gdkselection-x11.c: renamings
16190
16191         * gdk/x11/gdkwindow-x11.c: Restructuring and renaming; this now 
16192         implements the platform-specific "impl" object.
16193         Moved gdk_window_get_children to gdk/gdkwindow.c
16194
16195         * gdk/x11/gdkx.h: Remove all the private structs and private datas
16196         that no longer exist. Add declaration of GdkGCX11 object here.
16197         Fix all the macros to still work. 
16198
16199         * gtk/gtk-boxed.defs: Remove GtkStyle, GdkColormap, GdkWindow,
16200         GdkDragContext from the boxed types since they are now GObjects.
16201
16202         * gtk/gtkstyle.h, gtk/gtkstyle.c: Converted GtkStyle to a GObject,
16203         moved xthickness/ythickness into the instance. GtkStyleClass
16204         functions are now in the standard vtable for GtkStyle, so you have
16205         to create a GObject subclass to write a theme engine.
16206         (gtk_style_copy): fixed a leaked PangoFontDescription
16207         (gtk_style_init): renamed gtk_style_realize, so gtk_style_init
16208         can be the standard GObject function.
16209         
16210         * Throughout GTK:
16211         s/style->klass->[xy]thickness/style->[xy]thickness
16212         s/pango_layout_unref/g_object_unref/
16213
16214         * gtk/gtkrc.h, gtk/gtkrc.c: Converted GtkRcStyle to a GObject.
16215         
16216         * gtk/gtksocket.c: Use gdk_window_get_user_data() instead of 
16217         accessing GDK internals.
16218
16219         * gtk/gtkwidget.c: Use gdk_window_peek_children() instead of 
16220         accessing GDK internals.
16221
16222 2000-06-18  Elliot Lee  <sopwith@redhat.com>
16223
16224         * gtk/gtkwindow.c: Don't allow creation of a window bigger than the screen.
16225
16226         * gtk/gtkrange.c: Fix the mega-jumpy-with-lagged-events scrollbar
16227         problem by calculating event position relative to the trough
16228         rather than the slider.
16229         * gtk/gtkdnd.c, gtk/gtkcolorsel.c: Include FB headers if appropriate.
16230
16231         * gdk/gdkgc.h: Add GDK_NOR.
16232
16233         * configure.in, Makefile.am: Add modules top level dir
16234         * configure.in: Only use pangox library if building x11 target.
16235         * gdk/gdkdnd.h: Add GDK_DRAG_PROTO_LOCAL enum for future intra-app use.
16236
16237 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
16238
16239         * gtk/gtkcolorsel.c: Change private class member to be named
16240         private_data throughout the file.
16241
16242         * gtk/gtkcolorsel.h (struct _GtkColorSelection): Change private to
16243         private_data to avoid clashing with keyword.
16244
16245 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
16246
16247         * gdk/gdkdnd.h: Add comment to remove warning.
16248
16249 Sun Jun 18 15:35:35 2000  Pablo Saratxaga <pablo@mandrakesoft.com>
16250
16251         * gtk/gtkrc.cp1251,gtk/Makefile.am: the cp1251 is also used by
16252         Byelorussian language; changed the Makefile and file names 
16253         to reflect that.
16254
16255 Mon Jun 12 16:58:40 2000  Owen Taylor  <otaylor@redhat.com>
16256
16257         * gtk/gtkwindow.c (gtk_window_unmap): Call gdk_window_withdraw
16258         rather than gdk_window_hide; this makes things work
16259         correctly if the window is programmatically hidden while
16260         iconified.
16261
16262 Sun Jun 11 12:46:19 2000  Owen Taylor  <otaylor@redhat.com>
16263
16264         * gtk/gtkdnd.c (gtk_drag_set_default_icon): Fix
16265         cut and paste typo where wrong pixmap was being
16266         unref'ed. (Pointed out by a friend of KUSANO Takayuki.)
16267
16268 Sun Jun 11 10:22:36 2000  Owen Taylor  <otaylor@redhat.com>
16269
16270         * gtk/gtkselection.c (gtk_selection_bytes_per_item):
16271         Add helper function to compute format / bytes 
16272         relationship. Use in a couple places to fix up
16273         errors which assume 8 * format.
16274
16275         * gtk/gtkselection.c (gtk_selection_request): Use 32
16276         rather than 8 * sizeof (GdkAtom), to work correctly
16277         on Alpha.
16278
16279 Thu Jun  8 21:54:51 2000 Christopher Blizzard  <blizzard@redhat.com>
16280
16281         * gtk/Makefile.am (DEPS): deps include libgtk-x11.la, not
16282         libgtk.la
16283         (LDADDS): include libgtk-x11.la and libgdk-x11.la, not the non-x11
16284         versions
16285
16286         * gtk/gtklabel.c (gtk_label_get_text): Make sure that the error
16287         checking macros return NULL since the function has a return value.
16288
16289 Wed Jun  7 15:44:42 2000  Owen Taylor  <otaylor@redhat.com>
16290
16291         * gtk/Makefile.am (LDFLAGS): Add missing backslash that was keeping
16292         GTK+ from building at all.
16293
16294         * gdk/Makefile.am (gdk_c_sources): Fix up some indentation issues.
16295
16296 Mon Jun  5 19:32:53 CEST 2000 Paolo Molaro <lupus@linuxcare.com>
16297
16298         * configure.in, gtk-config.in, gdk/Makefile.am, gdk/*/Makefile.am,
16299         gtk/Makefile.am: make it possible to configure gtk for different
16300         targets on the same platform. The library name is now 
16301         libgtk-$target-$version.so. gtk-config accepts a --target x11|nanox|linux-fb
16302         flag. Only the x11 target compiles right now.
16303         * gdk/gdkregion-generic.h, gdk/gdkregion-generic.c, gdk/gdkpoly-generic.h,
16304         gdk/gdkpolyreg-generic.c: move generic region code in the main GDK dir.
16305         * gdk/nanox/gdk*generic*: delete generic region code.
16306         * gdk/linux-fb/gdk*generic*: delete generic region code.
16307         * README.nanox: update information.
16308         
16309 Tue Jun  6 10:53:59 2000  Owen Taylor  <otaylor@redhat.com>
16310
16311         * gtk/gtktoolbar.c (gtk_toolbar_prepend_widget): Fix to
16312         prepend not append. (Pointed out by Brett Hall.)
16313
16314 Tue Jun  6 01:59:57 2000  Owen Taylor  <otaylor@redhat.com>
16315
16316         * gtk/gtkentry.c (gtk_entry_finalize): Unref the entry's layout.
16317
16318 Mon Jun  5 16:00:09 2000  Owen Taylor  <otaylor@redhat.com>
16319
16320         * gdk/gdk.c (gdk_init_check): Add call to g_type_init() - we'll
16321         need this later, and this makes sure that the atexit for
16322         glib gets called after that for GDK, so atexits are
16323         properly ordered for object leak checking.
16324
16325         * gdk/gdk.c (gdk_exit_func): Call gdk_windowing_exit().
16326
16327         * gdk/x11/gdkmain-x11.c (gdk_windowing_exit): Call 
16328         pango_x_shutdown_display()
16329
16330         * gtk/simple.c (main): Close window on destroy.
16331
16332 Mon Jun  5 11:50:02 2000  Owen Taylor  <otaylor@redhat.com>
16333
16334         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): We need
16335         to treat initial creation different from setting with 
16336         regards to the graphics-exposures parameter, so add a parameter
16337         indicating whether this is initial or not.
16338
16339 Mon Jun  5 13:29:31 2000  Owen Taylor  <otaylor@redhat.com>
16340
16341         * gdk/x11/gdkevents-x11.c: Hack gdk_event_get_graphics_expose()
16342         to sort of work by adding an extra return_exposes arg
16343         to gdk_event_translate() - it might be better to simply
16344         deprecate the function altogether and force people to rewrite
16345         without it. gdk_window_scroll() handles most of it, and where
16346         gdk_window_scroll() doesn't work, simply redrawing more does.
16347
16348         * gtk/gtkwidget.c (gtk_widget_set_default_direction): Fix up
16349         assertion.
16350
16351         * gtk-config.in: Include PANGO_CFLAGS/LIBS.
16352
16353         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Remove a 
16354         bunch of pretty much useless /* Print debugging info */ comments 
16355         which had drifted away from the code they were commenting.
16356
16357 2000-06-02  Havoc Pennington  <hp@pobox.com>
16358
16359         * gtk/testtextbuffer.c: Test program to make sure GtkTextBuffer
16360         is in working order.
16361         
16362         * gtk/testtext.c: Change to reflect anonymous mark API
16363
16364         * gtk/gtktextview.c: Convert from mark names to GtkTextMark*.
16365
16366         * gtk/gtktexttag.h (struct _GtkTextTag): remove the affects_size
16367         field, which was unused.
16368
16369         * gtk/gtktextmarkprivate.h (GTK_IS_TEXT_MARK): add this macro,
16370         saves some typing.
16371
16372         * gtk/gtktextbuffer.c: Switch from mark names to GtkTextMark*   
16373
16374         * gtk/gtktextbtree.c (gtk_text_btree_new): set the not_deleteable
16375         flag on the insertion point and selection bound
16376
16377         Throughout, use GtkTextMark instead of GtkTextLineSegment, and 
16378         make mark-manipulation functions take a GtkTextMark* instead of a
16379         mark name.
16380         
16381         * gtk/gtktextmarkprivate.h: Add a "not_deleteable" flag to 
16382         GtkTextMarkBody; will be used to detect attempts to delete
16383         the permanent marks (insert and selection bound)
16384
16385         * gtk/Makefile.am (noinst_PROGRAMS): add testtextbuffer 
16386
16387 Fri Jun  2 12:56:01 2000  Owen Taylor  <otaylor@redhat.com>
16388
16389         * gtk/gtkwidget.c (gtk_widget_init): Initialize DOUBLE_BUFFERED
16390         flag to on.
16391
16392         * gtk/gtkwidget.c (gtk_widget_draw) gtk/gtkmain.c (gtk_main_do_event): 
16393         Honor DOUBLE_BUFFRED_FLAG
16394
16395         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): Add a
16396         function to set the DOUBLE_BUFFERED flag.
16397
16398         * gtk/gtkwidget.h: Add GTK_DOUBLE_BUFFERED flag to indicate whether
16399         or not exposes done on the widget should be double-buffered.
16400
16401         * gtk/gtkenums.h (GtkTextDirection): Reverse order of enumerations
16402         to be what would be expected. (Fixes problem with a
16403         g_return_if_fail() validating a TextDirection enumeration)
16404
16405 Thu Jun  1 23:05:13 2000  Owen Taylor  <otaylor@redhat.com>
16406
16407         * gtk/gtkwidget.c: Remove all references to 
16408         offscreen flag which was no longer used.
16409
16410         * gtk/gtkprivate.h (enum): Remove unused flags and compress.
16411
16412         * gtk/gtkframe.c (gtk_frame_set_label_widget): Check
16413         for non-null label_widget->parent.
16414
16415         * gtk/gtkentry.c: Get rid of code to deal with PangoAttribute 
16416         which no longer was used.
16417
16418         * gdk/gdkpango.c (gdk_pango_context_get_info): make static.
16419
16420         * gdk/gdkpango.c (gdk_draw_layout[_line]): Add checks
16421         for null arguments.
16422
16423         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): add
16424         check for destroyed windows.
16425
16426 Thu Jun  1 13:48:45 2000  Owen Taylor  <otaylor@redhat.com>
16427
16428         * gtk/gtkimmulticontext.c: Add a finalize method and unref
16429         the slave context there.
16430
16431         * gtk/gtkinvisible.[ch]: Make reference counting behavior
16432         identical to GtkWindow.
16433
16434 Thu Jun  1 01:54:11 2000  Owen Taylor  <otaylor@redhat.com>
16435
16436         * Makefile.am gdk/gdkpango.c: Copy the layout render function from
16437         pangox to here, so we can write them independent of rendering
16438         system, using GDK primitives.
16439
16440         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c
16441         gdk/x11/gdkdrawable-x11.c: Remove draw_layout() from the vtable,
16442         since we have a rendering-system independent implementation in
16443         terms of draw_glyphs().
16444         
16445         * gdk/gdkpango.c gdkdrawable.h (gdk_draw_layout_line): New
16446         function to render a single line.
16447
16448         * gdk/x11/gdkpango.c: Move the guts of this file mostly
16449         into ../gdkpango.c, which simplifies things, since we
16450         don't have to deal with raw X gc's.
16451
16452 Fri May 19 04:28:16 2000  Owen Taylor  <otaylor@redhat.com>
16453
16454         * gtk/gtktextlayout.[ch]: Add get_log_attrs() function to
16455         get the logical attributes for a given GtkTextLine.
16456
16457 Tue May 30 16:05:39 2000  Owen Taylor  <otaylor@redhat.com>
16458
16459         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Track
16460         g_locale_get_codeset() to g_get_codeset() change.
16461
16462 Tue May 30 15:03:19 2000  Owen Taylor  <otaylor@redhat.com>
16463
16464         * gtk/testcalendar.c (calendar_font_selection_ok): Use font
16465         descriptions.
16466
16467         * gtk/gtkentry.c (gtk_entry_draw_text): Center text within
16468         the entry.
16469
16470         * gtk/gtkfontsel.c (gtk_font_selection_dialog_init): Start of
16471         redoing (vastly simplifying) for Pango. Still needs quite
16472         a bit of work. (Size selection is currently poor. List of 
16473         predefined sizes is not a good idea, since all of these
16474         sizes won't necessarily be distinct.)
16475
16476 Tue May 30 13:50:19 2000  Owen Taylor  <otaylor@redhat.com>
16477
16478         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Handle
16479         CODESET results for LANG=C.
16480
16481 Mon May 29 15:49:10 2000  Owen Taylor  <otaylor@redhat.com>
16482
16483         * gtk/gtkrc.[ch]: Add a 'font_name' declaration to RC
16484         which takes a stringized pango font description;
16485         ignore the older 'font' and 'fontset' declarations.
16486
16487         * gtk/gtkstyle.c gtk/gtkrc.c: Fill in the style->font
16488         field with a GdkFont derived via gdk_font_from_description(),
16489         for compatibility. (Should we just remove it entirely?
16490         Probably too much compatibility breakage, but people
16491         should be migrating to the new Pango stuff as quickly
16492         as possible.)
16493
16494 Mon May 29 15:47:41 2000  Owen Taylor  <otaylor@redhat.com>
16495
16496         * gtk/gtkentry.c gtk/gtkclist.c: s/pango_font_unref/g_object_unref/.
16497
16498 Mon May 29 15:44:46 2000  Owen Taylor  <otaylor@redhat.com>
16499
16500         * gtk/gtkcalender.c: Roughly pango-ized. Really needs 
16501         redoing; there are some bugs in size allocation right
16502         now, the semi-existant distinction between header / day
16503         fonts was removed, but, with Pango, could actually
16504         be made functional in a nice way.
16505         
16506         * gtk/testcalender: Move calender from examples into this
16507         directory as a test program. (We really need to restrcture
16508         testgtk into a whole directory full of tests for every
16509         widget or functionality group, separated into multiple .c
16510         files.)
16511
16512 Mon May 29 15:19:56 2000  Owen Taylor  <otaylor@redhat.com>
16513
16514         * gtk/testgtk.c (file_exists): Fix stupid typo that
16515         was keeping RC file from being loaded.
16516
16517         * gtk/testgtkrc gtk/testgtkrc2: Test new pango-ized
16518         RC file font code.
16519
16520 Mon May 29 14:31:27 2000  Owen Taylor  <otaylor@redhat.com>
16521
16522         * gdk/gdkfont.h gdk/x11/gdkfont-x11.c (gdk_font_from_description):
16523         Add function to load a GdkFont from a PangoFontDescription.
16524
16525 2000-05-29  Tor Lillqvist  <tml@iki.fi>
16526
16527         * gdk/win32/gdkevents-win32.c (gdk_WindowProc): The local "event"
16528         variable should be of type GdkEventPrivate.
16529
16530 Fri May 26 17:16:40 2000  Owen Taylor  <otaylor@redhat.com>
16531
16532         * gtk/frame.[ch] gtkaspectframe.c: Make frame widgets able
16533         to have any widget for the label, use a GtkLabel widget
16534         to display the text. (Based partially on a patch from
16535         Anders Carlson.)
16536
16537         (Quite a bit of code reorganization - strip 90% of the
16538         guts out of gtkaspectframe and add a single virtual
16539         func to GtkFrameClass - compute_child_allocation.)
16540
16541 Fri May 26 12:00:02 2000  Owen Taylor  <otaylor@redhat.com>
16542
16543         * gtk/gtkctree.c gtk/gtkclist.[ch]: Pangoized.
16544         (Removed clist->row_center_offset field because caching
16545         it wasn't saving time or code, added private function
16546         _gtk_clist_create_cell_layout()).
16547
16548 Wed May 24 15:59:37 2000  Owen Taylor  <otaylor@redhat.com>
16549
16550         * gtk/gtkaccellabel.c: Pangoized.
16551
16552         * gtk/[hv]ruler.c: Pangoized
16553
16554 Mon May 22 19:23:59 2000  Owen Taylor  <otaylor@redhat.com>
16555
16556         * gtk/gtkfilesel.c (gtk_file_selection_init):
16557         Use gtk_clist_set_column_auto_resize() to remove need
16558         need for manual column width computations.
16559
16560 Mon May 22 18:50:26 2000  Owen Taylor  <otaylor@redhat.com>
16561
16562         * gtk/gtktooltips.[ch]: Replace custom drawing with a GtkLabel, 
16563         ensuring Pango correctness, and considerably simplifying the
16564         code.
16565         
16566         * gtk/gtklabel.c gtk[hv]scale.c: 1000 => PANGO_SCALE.
16567
16568         * gtk/gtklabel.c (gtk_label_size_request): Fixed incorrect
16569         getting of numbers of lines.
16570
16571         * gtk/gtklabel.c (gtk_label_size_request): Set the requisition
16572         to the actual requested width of the lable, not to the wrap
16573         width we set.
16574
16575         * gtk/gtktextchild.h: Remove extraneous include of gtk/gtk.h.
16576
16577         * gtk/gtktextbtree.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
16578           gtk/gtktextview.c gtk/gtktextview.[ch]: Fix up includes.
16579
16580         * gtk/gtktextview.c: Fix structure inheritance.
16581
16582         * gtk/gtkprogressbar.c: Pangoize.
16583
16584 Mon May 22 15:47:30 2000  Owen Taylor  <otaylor@redhat.com>
16585
16586         * gtk/gtktextview.c (gtk_text_view_get_first_para_iter): Encapsulate
16587         in a function.
16588
16589         * gtk/gtktextlayout.c (find_display_line_above): Fixed
16590         bug with computing line tops.
16591
16592         * gtk/gtktextview.c (changed_handler): Fix < , <= confusion.
16593
16594 Thu May 18 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
16595
16596         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix up the x_offset
16597         and y_offset coordinates to do what we need now. (The offset between
16598         buffer and layout coordinates has been reintroduced, but is a 
16599         bit different than before.)
16600
16601         * gtk/gtktextview.[ch]: No longer inherit from GtkLayout; instead
16602         handle the adjustments ourselves, and scroll as necessary using
16603         the new gdk_window_scroll().
16604         
16605         The advantage of this is that when we are incrementally revalidating,
16606         we are essentially rearranging things around the visible portion
16607         of the screen. With the old setup, the visible portion of the
16608         screen was moved around in the layout, so scrolling and redrawing
16609         to track that caused jumping of the display. Since we now
16610         control the scrolling ourselves, we can suppress this and
16611         only redraw when things actually change.
16612
16613 Thu May 18 18:47:25 2000  Owen Taylor  <otaylor@redhat.com>
16614
16615         * gtk/gtktextbtree.c (redisplay_mark): We need to invalidate
16616         the region not just redisplay it after-all, since we store the
16617         cursors in the LineDisplay. (Ugly interactions here between
16618         GtkLayout and GtkTextBTree here.)
16619         
16620         * gtk/gtktextbtree.c (redisplay_region): Fixed reversed comparison.
16621
16622 Thu May 18 18:43:21 2000  Owen Taylor  <otaylor@redhat.com>
16623
16624         * gdk/gdkwindow.h gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): 
16625         Added function to scroll contents of a window while keeping the
16626         window constant. Works by XCopyArea or guffaw-scrolling depending
16627         on the details of how the window is set up. (guffaw-scrolling
16628         still needs to be filled in.)
16629
16630 Wed May 17 22:36:53 2000  Owen Taylor  <otaylor@redhat.com>
16631
16632         * gtk/gtktextiter.c gtk/gtkmain.c: Add a debug key for the text widget,
16633         move the debugging that was tied to a global variable
16634         to that.
16635
16636         * gtk/gtkmarshal.list: Add NONE:INT,INT,INT
16637
16638         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.c: Keep a separate
16639         validated flag, in line data instead of setting height/width to
16640         -1. This allows us to perform operations with partially invalid
16641         buffer (using the old size for invalid lines) and thus to do
16642         incremental vaidation. Keep height/width aggregates up to date
16643         when deleting text and rebalancing the tree.
16644
16645         * gtk/gtktextbtree.[ch]: Add functions validate a line
16646         (gtk_text_btree_validate_line), and to validate up
16647         to a number of pixels (gtk_text_btree_validate).
16648
16649         * gtk/gtktextlayout.[ch]: Add an ::invalidated signal
16650         that indicates that something is changed and a revalidation
16651         pass is needed. Change ::need_repaint to ::changed, and
16652         make it take old and new yranges instead of a rectangle.
16653
16654         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.[ch]: Move
16655         the line_data_destroy() function from 
16656         gtk_text_btree_add_view() to a virtual function in 
16657         GtkTextLayout
16658
16659         * gtk/gtktextbtree.[ch]: Remove gtk_text_btree_get_damage_range(),
16660         since we are handling partial repaints in a different fashion
16661         now.
16662
16663         * gtk/gtktextbtree.[ch]: Only repaint the changed portion
16664         of the selection instead of queueing a repaint on the
16665         entire widget.
16666
16667         * gtk/gtktextbuffer.[ch] gtk/gtktextbtree.[ch]: Move
16668         get_selection_bounds() down to btree, make the function
16669         in buffer a wrapper around the btree function.
16670
16671         * gtk/gtktextlayout.[ch]: Add functions to check if the
16672         layout is valid and to recompute either a range of pixels
16673         aroudn a line or a certain total number of pixels.
16674
16675         * gtk/gtktextlayout.[ch]: Cache a single line display;
16676         now that we only redraw the needed portions, the hit rate
16677         for this cache is quite high.
16678         
16679         * gtk/gtktextview.[ch]: Keep track of the first paragraph
16680         on the screen so that when re-laying-out the buffer, we can
16681         keep the same place. This requires connecting to ::value_changed
16682         on the adjustments
16683
16684         * gtk/gtktextview.[ch]: Add idle functions to revalidate
16685         the buffer after we receive an ::invalidated signal.
16686         
16687 Wed May 17 22:10:47 2000  Owen Taylor  <otaylor@redhat.com>
16688
16689         * gtk/gtklayout.c (gtk_layout_size_allocate): Set upper
16690         to max of allocation and layout size, not just to the
16691         layout size.
16692
16693         * gtk/gtk[hv]scrollbar.c (gtk_[hv]scrollbar_calc_slider_size): 
16694         Invalidate window so it gets redrawn properly.
16695
16696         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Allow rect == NULL
16697         to mean the entire window.
16698
16699         * gdk/gdkevents.h: Move definition for GDK_PRIORITY_REDRAW
16700         into public header.
16701
16702 Mon May 15 14:51:31 2000  Owen Taylor  <otaylor@redhat.com>
16703
16704         * gtk/gtktextmark.c (gtk_text_mark_get_name): Add function
16705         to get the name of a mark.
16706
16707         * gtk/gtktextlayout.c (gtk_text_layout_get_line_at_y): Add a function
16708         to find the paragraph from a y position.
16709
16710 Thu May 11 12:57:20 2000  Owen Taylor  <otaylor@redhat.com>
16711
16712         * gtk/gtktextbtree.c (gtk_text_btree_node_invalidate_upward): Valid
16713         nodes have width/height >= 0, not > 0.
16714
16715 Tue May  9 21:29:06 2000  Owen Taylor  <otaylor@redhat.com>
16716
16717         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c (gtk_text_layout_get_line_display):
16718         Add a size_only flag, so when we only need the size, we don't create
16719         useless appearance attributes.
16720
16721         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Remove
16722         duplicate setting of font description.
16723
16724         * gtk/gtkscale.c: Use PANGO_SCALE instead of 1000 
16725
16726 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
16727
16728         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
16729         EXTRA_DIST. It does not work well when the file that
16730         everything depends on is not in the tarball.
16731
16732 Wed Apr 26 00:56:14 2000  Owen Taylor  <otaylor@redhat.com>
16733
16734         * gtk/testgtk.c: Some hacks and fixes so that it basically
16735         works when not sitting in the GTK+ build tree.
16736
16737 2000-05-03  Havoc Pennington  <hp@redhat.com>
16738
16739         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
16740         Properly determine the ordering of the tag root and the current
16741         line within the tree. Previous algorithm only worked if the tag
16742         root's immediate parent was the common root of both the current
16743         line and the tag root.
16744
16745 Wed Apr 26 00:43:00 2000  Owen Taylor  <otaylor@redhat.com>
16746
16747         * gtk/gtktextlayout.c (set_para_values): Fix some bugs in
16748         alignment.
16749
16750         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Track
16751         the widget text directional dynamically.
16752
16753         * gtk/gtktextview.[ch]: Added functions to get and set default
16754         wrap mode.
16755
16756 Tue Apr 25 23:47:38 2000  Owen Taylor  <otaylor@redhat.com>
16757
16758         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Fix bug
16759         in cursor location computation.
16760
16761 Tue Apr 25 23:22:59 2000  Owen Taylor  <otaylor@redhat.com>
16762
16763         * gtk/gtklayout.c (gtk_layout_set_size): Clamp hadjustment/
16764         vadjusment values properly when layout gets smaller.
16765
16766         * gtk/gtktextview.c (need_repaint_handler): Areas being
16767         passed in are far completely inaccurate, and sometimes
16768         too small, so, for now, just queue a redraw on the
16769         whole visible region.
16770
16771 2000-04-25  Havoc Pennington  <hp@redhat.com>
16772
16773         * gtk/gtktextbtree.c (summary_destroy): new function to 
16774         destroy tag summary nodes
16775         (gtk_text_line_next_could_contain_tag): this function was 
16776         totally broken if the line passed in wasn't below the tag
16777         root. Fix it.
16778         (gtk_text_btree_first_could_contain_tag): In the tag == NULL 
16779         "wildcard" case, we have to do a linear scan. Blah.
16780         (gtk_text_btree_last_could_contain_tag): In tag == NULL case,
16781         we have to do the linear scan
16782         (tag_removed_cb): When a tag is removed from the tag table, 
16783         remove the GtkTextTagInfo node from the btree.
16784         (gtk_text_btree_spew): Implement the spew function, for 
16785         our debugging pleasure.
16786
16787 Tue Apr 25 19:40:18 2000  Owen Taylor  <otaylor@redhat.com>
16788
16789         * gtk/gtktextlayout.c (gtk_text_layout_set_buffer): Fix
16790         a problem with referring to the wrong buffer.
16791
16792         * gtk/gtkentry.c: Fix focus-in/focus-out confusion.
16793
16794         * gtk/gtkrc.c gtk/gtkstyle.c: Moving setting default
16795         font description to gtk_style_new() - otherwise things
16796         don't work without a .gtkrc file.
16797
16798         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Sink the
16799         tags table if we create it ourself, too.
16800
16801         * gdk/gdktypes.h (enum): Move GDK_RELEASE_MASK, since
16802         it was conflicting with XKB modifiers.
16803
16804         * gtk/gtktextview.[ch]: Add simple support for 
16805         GtkIMContext.
16806
16807 Mon Apr 24 19:34:18 2000  Owen Taylor  <otaylor@redhat.com>
16808
16809         * gtk/gtkentry.c (gtk_entry_move_cursor_visually): Fix problem
16810         with deletion from last commit.
16811
16812 Mon Apr 24 19:29:40 2000  Owen Taylor  <otaylor@redhat.com>
16813
16814         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Set the language
16815         in the context from the current locale.
16816         
16817         * gtk/gtkentry.c (gtk_entry_size_request): Use language from the
16818         context, not hardcoded value.
16819
16820         * gtk/gtkentry.c (gtk_entry_move_cursor): Make character movement visual,
16821         not logical.
16822
16823 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
16824
16825         * gtk/gtkentry.c gtk/gtktextdisplay.c: Don't handle selections as
16826         attributes - that doesn't handle partial-glyph selection
16827         properly. Instead use new pango_layout_line_get_x_ranges()
16828         functionality to draw the selection.
16829
16830         * gtk/gtkentry.c: Simplify code since pango_layout_line_index_to_x()
16831         now properly handles out-of-range coordinates.
16832
16833         * gtk/gtktextbuffer.c: Emit "mark_set" when the cursor is moved.
16834
16835         * gtk/gtktextiter.h gtk/gtktextiterprivate.h: Make gtk_text_iter_get_line_byte()
16836         public.
16837
16838         * gtk/gtktextlayout.[ch]: Properly set the direction in the PangoContext
16839         for paragraphs opposite to the base direction of the widget.
16840
16841         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c: Fixes for alignment.
16842
16843         * gtk/gtktextlayout.c: Don't split segments on marks, since that
16844         causes Arabic words to reshape as you cursor through.
16845
16846         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Implement virtual
16847         cursor position when moving vertically with the arrow keys and
16848         scrolling with page-up/page-down. (Arrow keys save only the X,
16849         scrolling saves both X and Y.)
16850
16851         This means you can line-up / line-down or page-up / page-down
16852         without losing your place, and also that moving vertically
16853         with the cursor keys keeps the same X position, not the same
16854         character count:
16855
16856         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Make vertical
16857         arrow keys move by display lines, not paragraphs.
16858
16859 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
16860
16861         * gtk/gtklayout.c: Make sure that the bin window is at least
16862         as big as the allocation. (Should we also make sure that the
16863         bin window is big enough to completely cover widget->window?)
16864
16865         * gtk/gtktextview.c (gtk_text_view_get_visible_rect): Add
16866         function to get the onscreen rectangle.
16867
16868         * gdk/x11/gdkwindow-x11.c (gdk_window_get_pointer): Correctly account
16869         for offsets in window coordinates.
16870
16871 Sun Apr 16 16:13:27 2000  Owen Taylor  <otaylor@redhat.com>
16872
16873         * gtk/gtkentry.c (gtk_entry_get_cursor_locations): Fix index/offset
16874         confusion.
16875
16876         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Set the default direction
16877         from the widget direction.
16878
16879         * gtk/gtktexttag.c gtk/gtktexttagprivate.h (gtk_text_tag_set_arg): 
16880         Add a "direction" attribute.
16881
16882         * gtk/gtktextview.c: global s/tkxt/text_view/.
16883
16884         * gtk/testtext.c: Added long block of text in Arabic, to test out
16885         the direction attributes. (Some problems with the shaping system
16886         for arabic become obvious - like the fact the cursor splits words
16887         into unjoined pieces.)
16888
16889 Fri Apr 14 12:54:34 2000  Owen Taylor  <otaylor@redhat.com>
16890
16891         * gtk/gtktextdisplay.c (render_layout): Add overstrike handling.
16892
16893         * gtk/gtktextlayout.c: Fix up alignment.
16894
16895         * gtk/testtext.c: Add some tests for centering, wrapping.
16896
16897 Fri Apr 14 09:26:22 2000  Owen Taylor  <otaylor@redhat.com>
16898
16899         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c gdk/x11/gdkdrawable-x11.c:
16900         Add a draw_glyphs() operation to the drawable vtable and gdk_draw_glyphs().
16901         If we wrote GTK+-specific layout-render function this could just replace
16902         the draw_layout() operation in the vtable.
16903
16904         * gtk/gtkentry.c: Move guts of gtk_entry_get_cursor_locations to 
16905         pango_layout_get_cursor_pos() and use that function.
16906
16907         * gtk/gtktextchild.[ch]: add gtk_ onto pixmap_segment_new(), since it
16908         is a non-static symbol.
16909
16910         * gtk/gtktextbtree.[ch]: Replace gtk_text_btree_find_line_data_by_y()
16911         with gtk_text_btree_find_line_by_y()
16912
16913         * gtk/gtktextdisplay.c: Rewrote for Pango - uses a custom layout
16914         renderer that handles GtkTextAppearance attributes.
16915
16916         * gtk/gtktexttag.[ch] gtk/gtktexttagprivate.h: 
16917
16918           - Move the values in the style that don't affect geometry into a
16919             GtkTextAppearance structure.
16920           - Change underline to take a PangoUnderline and "font" a string
16921             representation of a font description
16922           - Add a "font_desc" attribute which takes a FontDescription structure.
16923
16924         * gtk/gtktextlayout.[ch]:
16925
16926           - Get rid of the display-line list per each line. Instead, we
16927             generate, on demand, a GtkTextLineDisplay structure which]
16928             contains a PangoLayout * and other necesary information
16929             (offsets, cursor locations) for displaying a paragraph.
16930           - Get rid of the code to wrap lines, create display chunks,
16931             etc. Instead, we just go through a paragraph and convert
16932             it into the necessary inputs to a PangoLayout.
16933           - Implement a new attribute type, GtkTextAttrAppearance. This
16934             holds a GtkTextAppearance, and is used to pass colors, 
16935             stipple, etc, through from the layout to the display without
16936             having to use lots and lots of individual attributes.
16937           - Reimplement gtk_layout_get_iter_at_pixel() gtk_layout_get_iter_pos()
16938             in terms of PangoLayout functions.
16939         
16940         * gtk/gtktextview.c: 
16941          
16942           - Handle passing the necessary PangoContext to the layout
16943           - Some fixups in painting to deal with the automatic backing store
16944             and offsetting of GTK+-1.4
16945           - Add a style_set handler so that the default style reacts
16946             properly to theme changes.
16947         
16948         * gtk/gtktext?*.[ch]: Random code-style fixes.
16949
16950         * gtk/testtext.c: Substitute in languages that Pango handles now for Thai
16951
16952 Mon Apr 10 10:33:45 2000  Owen Taylor  <otaylor@redhat.com>
16953
16954         * gtk/gtktext?*.[ch]: Check in Havoc's port of the Tk text widget,
16955         in original form preparatory to Pango-ization and gdkimcontext-ization.
16956
16957 Thu Apr  6 19:25:39 2000  Owen Taylor  <otaylor@redhat.com>
16958
16959         * gtk/gtkimcontext.c: Move default implementations to real_* vfuncs,
16960         so that we can derive from gtkimcontext in language bindings properly.
16961
16962 Thu Apr  6 16:02:52 2000  Owen Taylor  <otaylor@redhat.com>
16963
16964         * gtk/gtkimcontextsimple.[ch]: Use gdk_keyval_to_unicode to gdk_unicode_to_keyval.
16965         Add a compose table including (almost) all the compose combinations
16966         from X. This is 6k of static, shared data as opposed to 50k or so of dynamic
16967         data in the XIM implementation.
16968
16969         * gdk/gdk.h gdk/gdkkeyuni.c gdk/win32/gdkevents-win32.c (gdk_keyval_to_unicode, gdk_unicode_to_keyval):
16970         Moved functions to convert keyvalues from and to unicode here from
16971         the win32 port and made them public.
16972
16973 Wed Apr  5 16:37:29 2000  Owen Taylor  <otaylor@redhat.com>
16974
16975         * gtk/gtkeditable.c (gtk_editable_insert_text): Allow new_text_length == -1.
16976
16977 Wed Apr  5 16:27:45 2000  Owen Taylor  <otaylor@redhat.com>
16978
16979         * gtk/gtkimcontext.[ch]: Base class for new input context system
16980
16981         * gtk/gtkimmulticontext.[ch]: Proxy input context that allows
16982         the real input context implementation to be loaded from modules
16983         and switched on the fly.
16984
16985         * gtk/gtkcontextsimple.[ch]: Simple implementation of an input
16986         context that just does direct keysymbol => unicode translation.
16987
16988         * gtk/gtkentry.[ch]: Start switching editing over to using
16989         GtkInputContext. (No handling of preedit yet.)
16990
16991 Wed Apr  5 15:48:41 2000  Owen Taylor  <otaylor@redhat.com>
16992
16993         * gtk/gtktypeutils.h (GTK_CHECK_GET_CLASS): Fix problem with one too
16994         many substitutions. (klass should not be subsituted.)
16995
16996 Wed Apr  5 00:18:14 2000  Owen Taylor  <otaylor@redhat.com>
16997
16998         * configure.in: Add checks for Pango
16999
17000         * configure.in docs/Makefile.am: Add test for sgml2html
17001         and allow 'make dist' without building html, but print out
17002         warnings in that case. (For making snapshots)
17003
17004         * gdk/Makefile.am gdk/x11/Makefile.am gtk/Makefile.am:
17005         Add Pango libraries and C flags
17006
17007         * gdk/gdkdraw.c gdk/gdkdrawable.h gdkwindow.c gdk/x11/gdkdrawable-x11.c:
17008         Add function (gdk_draw_layout) to draw a pango layout.
17009
17010         * gdk/gdkpango.h gdk/x11/gdkpango-x11.c: New file with functions
17011         for getting Pango contexts for GDK.
17012
17013         * gtk/gtkeditable.c: Get rid of dead code gtk_editable_parent_set()
17014
17015         * gtk/gtkentry.[ch]: Complete rewrite to use Pango, add bidirectional
17016         editing.
17017
17018         * gtk/gtkentry.c: Hack in simple Hebrew input with direct
17019         keysym => unicode translations. More languages can be added
17020         here, but real input-method support is needed.
17021
17022         * docs/Changes-1.4.txt: Added note about entry behavior.
17023         
17024         * gtk/gtkenums.h gtk/gtkwidget.[ch] testgtk.c gtkprivate.h: Add functions
17025         to set the reading direction for a widget and the global direction.
17026         Add test which allows toggling the global direction. Two private
17027         flags are used to store the direction. (GTK_DIRECTION_SET + GTK_DIRECTION_LTR)
17028
17029         * gtk/gtkcheckbutton.c gtk/gtkframe.c gtk/gtkhbbox.c gtk/gtkhbox.c
17030           gtk/gtkradiobutton.c gtk/gtkspinbutton.c gtk/gtktable.c 
17031
17032         * gtk/gtk[hv]scale.c gtk/gtkscale.[ch]: Draw numbers using Pango
17033
17034         * gtk/gtklabel.[ch]: Moved to Pango and considerably rewritten. Line breaking,
17035         underlining now handled by Pango.
17036
17037         * gtk/gtkstyle.[ch] gtk/gtkrc.[ch]: Add a PangoFontDescription
17038         to RCStyle and Style. (Having both this and the old font name and GdkFont 
17039         is temporary.)
17040
17041         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_{context,layout}): Added 
17042         convenience functions for creating contexts and layouts for widgets.
17043
17044         * gtk/testgtk.c: Enhance label tests with multilingual labels.
17045
17046 2000-05-29  Jonathan Blandford  <jrb@redhat.com>
17047
17048         * gtk/gtkclist.c (gtk_clist_column_titles_active): let you set the
17049         titles to be active, even if they aren't visible.
17050         (gtk_clist_column_titles_passive):  Ditto.
17051
17052 2000-05-21  Nils Barth  <nils_barth@post.harvard.edu>
17053
17054         * gtkmenu.c:
17055         * gtkmenu.h:
17056         * gtktypeutils.h: Spelling/grammar fixes in comments.
17057
17058 Tue May 23 12:25:07 CEST 2000 lupus <lupus@debian.org>
17059
17060         * gdk/nanox/*.h: add missing header files.
17061
17062 Fri May 19 11:52:59 2000  Tim Janik  <timj@gtk.org>
17063
17064         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set
17065         send_event to TRUE.
17066         (gtk_drawing_area_size): queue a resize.
17067
17068 Sun Mar 26 03:21:28 2000  Tim Janik  <timj@gtk.org>
17069
17070         * gtk/gtksignal.c (gtk_signal_handlers_destroy): when unref-ing
17071         the handlers, also invalidate them. bug nailed down by Karl Nelson
17072         <kenelson@ece.ucdavis.edu>.
17073
17074 Fri May 19 06:49:23 2000  Tim Janik  <timj@gtk.org>
17075
17076         * gtk/gtkfontsel.c (gtk_font_selection_get_font_name): handle
17077         "(nil)" foundries, patch from Grigorios Magklis.
17078
17079         * gtk/gtkfontsel.c (gtk_font_selection_load_font): don't crash
17080         on non-available fonts, based on a patch by Grigorios Magklis
17081         <maglis@cs.rochester.edu>.
17082
17083 2000-05-18  Elliot Lee  <sopwith@redhat.com>
17084
17085         * gdk/x11/gdkregion-generic.c: If a region does not have any
17086         rectangles, or if the specified rectangle is not in the region, then return GDK_OVERLAP_RECTANGLE_OUT
17087         instead of GDK_OVERLAP_RECTANGLE_IN.
17088
17089 2000-05-17  Jonathan Blandford  <jrb@redhat.com>
17090
17091         * gtk/gtklayout.c (gtk_layout_map): Remove references to
17092         OFFSCREEN, as it is no longer necessary.
17093
17094 Wed May 17 10:52:12 2000  Owen Taylor  <otaylor@redhat.com>
17095
17096         * gtk/gtkcolorsel.c: Patch from David Santiago
17097         <mrcooger@cyberverse.com> to change things so that the 
17098         indicator of the active palette entry is done independently,
17099         not via the focus, since it should always be visible.
17100
17101 2000-05-17  Tor Lillqvist  <tml@iki.fi>
17102
17103         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Plug same
17104         refcount leaks as in the X11 backend.
17105
17106         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Logging
17107         cosmetics.
17108
17109         * gdk/win32/gdkwindow-win32.c: Similar changes as in X11
17110         backend. Add _gdk_windowing_window_destroy().
17111
17112         * gtk/gtkcolorsel.c: Include correct backend-specific header.
17113         Don't use XColor unless on X11. (No GDK_VISUAL_STATIC_COLOR
17114         either, but these probably do exist on nanox?)
17115         
17116         * gtk/gtkhsv.c: Use G_PI (fresh from <glib.h>) instead of M_PI
17117         which isn't necessarily defined by <math.h>.
17118
17119         * gtk/gtkobject.c (gtk_object_init): Don't go up the class
17120         ancestry past GtkObject.
17121
17122         * gtk/gtktypeutils.h: Mark GTK_TYPE_IDENTIFIER for export/import
17123         from DLL on Win32.
17124
17125         * gtk/gtk.def: Update corresponding to recent changes.
17126
17127         * gtk/makefile.{cygwin,msc}: Updates.
17128
17129 Fri May 12 18:46:51 2000  Owen Taylor  <otaylor@redhat.com>
17130
17131         * docs/Changes-1.4.txt: A bit of editing.
17132
17133         * gdk/gdkwindow.c (_gdk_window_clear_update_area) 
17134         * gdk/x11/gdkwindow-x11.c (gdk_window_hide): Add a function
17135         to clear the update area for the window, and clear it
17136         when hiding a window.
17137
17138         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Ignore
17139         if window destroyed.
17140
17141         * gdk/gdkwindow.c (gdk_window_end_paint): Likewise.
17142
17143         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c gdk/gdkinternals.h: Move 
17144         gdk_window_destroy() to the generic code, since there was a lot of 
17145         window-system-independent logic it in. Add a function:
17146         
17147          _gdk_window_destroy() 
17148
17149         to the internal API to destroy a window without unreferencing it.
17150         Add a function:
17151
17152          _gdk_windowing_window_destroy()
17153
17154         That does the windowing-system-dependent part of destroying 
17155         the window.
17156
17157 Fri May 12 11:07:41 2000  Owen Taylor  <otaylor@redhat.com>
17158
17159         * gtk/testgtk.c: Fix various memory leaks of pixmaps.
17160
17161 Fri May 12 11:06:10 2000  Owen Taylor  <otaylor@redhat.com>
17162
17163         * gtk/gtkwidget.c docs/Changes-1.4.txt (gtk_widget_shape_combine_mask): 
17164         Make gtk_widget_shape_combine_mask() keep a reference count on
17165         the pixmap since it keeps it around.
17166
17167 Fri May 12 10:53:29 2000  Owen Taylor  <otaylor@redhat.com>
17168
17169         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix refcount
17170         leak.
17171
17172         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix refcount
17173         leak with event filters.
17174
17175 Thu May 11 14:29:44 2000  Owen Taylor  <otaylor@redhat.com>
17176
17177         * gtk/gtkdnd.c (gtk_drag_dest_set_internal): Remove the
17178         signal handlers with the right data arguments. (Fixes
17179         some warnings when a widget was repeatedly set as a drag
17180         destination.)
17181
17182         * gdk/x11/gdkdnd-x11.c (gdk_window_register_dnd): Set data on the
17183         window so we can avoid avoid setting the DND properties on the
17184         toplevel window repeatedly.
17185
17186 2000-05-13  Tor Lillqvist  <tml@iki.fi>
17187
17188         * gdk/win32/gdkwin32.h: Define more message types missing from
17189         mingw headers.
17190
17191         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On WM_DESTROY
17192         call gdk_window_destroy_notify(). It was never called. This
17193         probably meant that the GdkWindow was never freed. Thanks Owen for
17194         noticing (!).
17195
17196         * gdk/win32/gdkwindow-win32.c (gdk_window_internal_destroy): Mark
17197         window as destroyed before calling DestroyWindow(). DestroyWindow()
17198         causes a call to the window procedure (gdk_WindowProc), which
17199         calls gdk_event_translate(), which calls
17200         gdk_window_destroy_notify(), which gets confused unless the window
17201         is set as destroyed.
17202
17203         * gdk/win32/gdkcolor-win32.c (gdk_win32_color_to_string): Rename
17204         this function to indicate it's win32 only. Put inside #ifdef
17205         G_ENABLE_DEBUG.
17206
17207         * gdk/win32/gdkevents-win32.c (gdk_win32_message_name): New
17208         debugging function. (gdk_event_translate:) Add a default branch
17209         that uses the above function to print debug messages with all
17210         Windows messages symbolically.
17211
17212         * gdk/win32/gdkprivate-win32.h: Declare it, and
17213         gdk_win32_color_to_string, but only if G_ENABLE_DEBUG.
17214
17215 Fri May 12 20:07:32 2000  Tim Janik  <timj@gtk.org>
17216
17217         * gtk/gtkcolorseldialog.c: don't include gtk/gtkintl.h in a
17218         public header file.
17219
17220 Fri May 12 17:13:32 2000  Tim Janik  <timj@gtk.org>
17221
17222         * docs/Changes-1.4.txt: documented necessary changes for 1.4 transition.
17223
17224         * gtk/gtktext.c: made the adjustments no-construct args, simply
17225         provide default adjustments.
17226         (gtk_text_destroy): release adjustments.
17227
17228         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): made the
17229         adjustment argument non-construct.
17230
17231         * gtk/gtkprogress.c (gtk_progress_destroy): release adjustment here,
17232         instead of in finalize.
17233         (gtk_progress_get_text_from_value): 
17234         (gtk_progress_get_current_text): 
17235         (gtk_progress_set_value): 
17236         (gtk_progress_get_percentage_from_value): 
17237         (gtk_progress_get_current_percentage): 
17238         (gtk_progress_set_percentage): 
17239         (gtk_progress_configure): ensure an adjustment is present.
17240
17241 Thu May 11 01:24:08 2000  Tim Janik  <timj@gtk.org>
17242
17243         * gtk/gtkcolorsel.[hc]:
17244         * gtk/gtkcolorseldialog.[hc]:
17245         * gtk/gtkhsv.[hc]: major code cleanups, destroy handlers need to chain
17246         their parent implementation, use bit fields for boolean values, don't
17247         create unused widgets, usage of glib types, braces go on their own
17248         lines, function argument alignment, #include directives etc. etc. etc..
17249
17250         * gtk/Makefile.am (gtk_public_h_sources): install gtkhsv.h.
17251
17252 Wed May 10 23:29:52 2000  Tim Janik  <timj@gtk.org>
17253
17254         * gtk/gtktoolbar.c (gtk_toolbar_destroy): don't unref a NULL tooltips.
17255
17256         * gtk/gtkfilesel.c (gtk_file_selection_destroy): don't free a cmpl_state
17257         of NULL.
17258
17259         * gtk/gtkcombo.c (gtk_combo_item_destroy): don't keep references
17260         to freed data.
17261         (gtk_combo_destroy): don't keep a pointer to a destroyed window.
17262
17263         * gtk/gtkmenu.c (gtk_menu_init): reset the menu's toplevel pointer
17264         to NULL when the toplevel is getting destroyed.
17265         (gtk_menu_set_tearoff_state): same here for the tearoff_window.
17266         (gtk_menu_destroy): 
17267         (gtk_menu_init): store the information of whether we have to
17268         readd the initial child ref_count during destruction in a new
17269         GtkMenu field needs_destruction_ref_count.
17270
17271         * gtk/gtkviewport.c: SHAME! ok this one is tricky, so i note it
17272         here, those reading: learn from my mistake! ;)
17273         in order for set_?adjustment to support a default adjustemnt if
17274         invoked with an adjustment pointer of NULL, the code read (pseudo):
17275         if (v->adjustment) unref (v->adjustment);
17276         if (!adjustment) adjustment = adjustment_new ();
17277         if (v->adjustment != adjustment) v->adjustment = ref (adjustment);
17278         now imagine the first unref to actually free the old adjustment and
17279         adjustment_new() creating a new adjustment from the very same memory
17280         portion. here, the latter comparision will unintendedly fail, and
17281         all hell breaks loose.
17282         (gtk_viewport_set_hadjustment):
17283         (gtk_viewport_set_vadjustment): reset viewport->?adjustment to NULL
17284         after unreferencing it.
17285
17286         * gtk/gtkcontainer.[hc]: removed toplevel registration
17287         functions: gtk_container_register_toplevel(),
17288         gtk_container_unregister_toplevel() and
17289         gtk_container_get_toplevels() which had wrong semantics
17290         anyways: it didn't reference and copy the list.
17291
17292         * gtk/gtkwindow.c: we take over the container toplevel registration
17293         bussiness now. windows are registered across multiple destructions,
17294         untill they are finalized. the initial implicit reference count
17295         users are holding on windows is removed with the first destruction
17296         though.
17297         (gtk_window_init): ref & sink and set has_user_ref_count, got
17298         rid of gtk_container_register_toplevel() call. add window to
17299         toplevel_list.
17300         (gtk_window_destroy): unref the window if has_user_ref_count
17301         is still set, got rid of call to
17302         gtk_container_unregister_toplevel().
17303         (gtk_window_finalize): remove window from toplevel list.
17304         (gtk_window_list_toplevels): new function to return a newly
17305         created list with referenced toplevels.
17306         (gtk_window_read_rcfiles): use gtk_window_list_toplevels().
17307
17308         * gtk/gtkhscale.c (gtk_hscale_class_init): made the GtkRange
17309         adjustment a non-construct arg.
17310         * gtk/gtkvscale.c (gtk_vscale_class_init): likewise.
17311         * gtk/gtkhscrollbar.c (gtk_vscrollbar_class_init): likewise.
17312         * gtk/gtkvscrollbar.c (gtk_vscrollbar_class_init): likewise.
17313
17314         * gtk/gtkrange.c: added some realized checks.
17315         (gtk_range_destroy): get rid of the h/v adjustments in the
17316         destroy handler instead of finalize. remove timer.
17317         (gtk_range_get_adjustment): demand create adjustment.
17318
17319         * gtk/gtkviewport.c: made h/v adjustment non-construct args.
17320         we simply create them on demand now and get rid of them in
17321         the destroy handler.
17322         (gtk_viewport_destroy): get rid of the h/v adjustments in the
17323         destroy handler instead of finalize.
17324         (gtk_viewport_get_hadjustment): 
17325         (gtk_viewport_get_vadjustment): 
17326         (gtk_viewport_size_allocate): demand create h/v adjustment
17327         if required.
17328
17329         * gtk/gtkwidget.c (gtk_widget_finalize): duplicate part of the
17330         gtk_widget_real_destroy () functionality.
17331         (gtk_widget_real_destroy): reinitialize with a new style, instead
17332         of setting widget->style to NULL.
17333
17334 Fri May  5 13:02:09 2000  Tim Janik  <timj@gtk.org>
17335
17336         * gtk/gtkcalendar.c:
17337         * gtk/gtkbutton.c: ported _get_type() implementation over to
17338         GType, either to preserve memchunks allocation facilities,
17339         or because Gtk+ 1.0 GtkTypeInfo was still being used.
17340
17341         * gtk/gtkobject.[hc]: derive from GObject. ported various functions
17342         over. prepare for ::destroy to be emitted multiple times.
17343         removed reference tracer magic. chain into GObjectClass.shutdown()
17344         to emit ::destroy signal.
17345
17346         * gtk/gtksignal.c: removed assumptions about GTK_TYPE_OBJECT being
17347         fundamental.
17348
17349         * gtk/gtkmain.c: removed gtk_object_post_arg_parsing_init()
17350         cludge.
17351
17352         * gtk/gtksocket.c:
17353         * gtk/gtkplug.c:
17354         * gtk/gtklayout.c:
17355         * gtk/gtklabel.c:
17356         * gtk/gtkargcollector.c:
17357         * gtk/gtkarg.c: various fixups to work with GTK_TYPE_OBJECT
17358         not being a fundamental anymore, and to work with the new
17359         type system (nuked fundamental type varargs clutter).
17360
17361         * gtk/*.c: install finalize handlers in the GObjectClass
17362         part of the class structure.
17363         changed direct GTK_OBJECT()->klass accesses to
17364         GTK_*_GET_CLASS().
17365         changed direct object_class->type accesses to GTK_CLASS_TYPE().
17366
17367         * gtktypeutils.[hc]: use the reserved fundamental ids provided by
17368         GType. made most of the GTK_*() type macros and Gtk* typedefs
17369         simple wrappers around macros and types provided by GType.
17370         most notably, a significant portion of the old API vanished:
17371         GTK_TYPE_MAKE(),
17372         GTK_TYPE_SEQNO(),
17373         GTK_TYPE_FLAT_FIRST, GTK_TYPE_FLAT_LAST,
17374         GTK_TYPE_STRUCTURED_FIRST, GTK_TYPE_STRUCTURED_LAST,
17375         GTK_TYPE_ARGS,
17376         GTK_TYPE_CALLBACK,
17377         GTK_TYPE_C_CALLBACK,
17378         GTK_TYPE_FOREIGN,
17379         GtkTypeQuery,
17380         gtk_type_query(),
17381         gtk_type_set_varargs_type(),
17382         gtk_type_get_varargs_type(),
17383         gtk_type_check_object_cast(),
17384         gtk_type_check_class_cast(),
17385         gtk_type_describe_tree(),
17386         gtk_type_describe_heritage(),
17387         gtk_type_free(),
17388         gtk_type_children_types(),
17389         gtk_type_set_chunk_alloc(),
17390         gtk_type_register_enum(),
17391         gtk_type_register_flags(),
17392         gtk_type_parent_class().
17393         replacements, where available are described in ../docs/Changes-1.4.txt.
17394         implemented compatibility functions for the remaining API.
17395
17396         * configure.in: depend on glib 1.3.1, use gobject module.
17397
17398 Thu May 11 12:39:50 2000  Owen Taylor  <otaylor@redhat.com>
17399
17400         * TODO.xml: Various updates to current status.
17401
17402 Wed May 10 20:25:04 2000  Owen Taylor  <otaylor@redhat.com>
17403
17404         * gtk.m4: Print out version when test succeeds.
17405
17406 Wed May 10 16:38:17 2000  Owen Taylor  <otaylor@redhat.com>
17407
17408         * gtk/Makefile.am docs/Changes-1.4.txt gtk/gtkcolorsel.[ch]
17409         gtk/gtkhsv.[ch]: Color selection dialog rewrite.
17410         
17411         (Original triangle color selector from Simon Budig
17412         <Simon.Budig@unix-ag.org>, Cleaned up and rewritten for GTK+ by
17413         from Jonathan, Havoc, and Federico. Merge into GTK+ done by David
17414         Santiago <mrcooger@cyberverse.com>)
17415
17416         * gtk/gtkcolorseldialog.[ch]: Split color selection dialog
17417         out into a separate widget.
17418
17419         * gtk/testgtk.c: Add some checkbuttons for toggling palette
17420         and opacity controls.
17421
17422 Wed May 10 16:08:09 2000  Owen Taylor  <otaylor@redhat.com>
17423
17424         * configure.in (GTK_LIBS_EXTRA): Remove references to gobject that 
17425         snuck in prematurely.
17426
17427 2000-05-07  Tor Lillqvist  <tml@iki.fi>
17428
17429         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix typo. I
17430         had deleted a ! operator by mistake, which caused
17431         GDK_SELECTION_CLEAR events never to be generated, which caused
17432         only the first copy to the clipboard from an gtkeditable to
17433         actually cause a copy to the Windows clipboard.
17434
17435 2000-05-06  Tor Lillqvist  <tml@iki.fi>
17436
17437         * gdk/win32/gdkdnd-win32.c: Enable shortcut resolution for gcc
17438         compilation, too. Current mingw gcc distributions include the
17439         necessary headers. Also the necessary IIDs are now in mingw
17440         headers/libraries, and own definitions unnecessary.
17441
17442         More hacking on OLE2 DND, still doesn't work though, and thus
17443         ifdeffed out.
17444
17445         * gdk/win32/gdkwindow-win32.c: Remove gdk_window_clear() from
17446         here, too.
17447
17448 Sat,  6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com>
17449
17450         * gdk/nanox/*: nano-X port work in progress.
17451         * gdk/simple.c: simple test for Gdk.
17452         * README.nanox: notes about the port: read this first!
17453         * gtk/gtk{dnd,plug,selection,window}.c: minimal changes to make gtk compile
17454         with nano-X.
17455
17456 Fri May  5 11:18:47 2000  Owen Taylor  <otaylor@redhat.com>
17457
17458         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c (gdk_window_clear): Move
17459         gdk_window_clear() into common code, implement in terms of
17460         gdk_window_clear_area(). (Fixes bug where gdk_window_clear() was
17461         not redirected to the backing rectangle.
17462
17463 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
17464
17465         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
17466         EXTRA_DIST. It does not work well when the file that
17467         everything depends on is not in the tarball.
17468
17469 Tue Apr 25 22:20:41 2000  Owen Taylor  <otaylor@redhat.com>
17470
17471         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix error
17472         with recursion where process_updates() is called from
17473         an expose handler. (GtkTextView is highly broken in
17474         doing this, but it should work, so it is a nice test
17475         case.)
17476
17477 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
17478
17479         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Gracefully
17480         handle the case where updates are queued during processing of
17481         updates.
17482
17483 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
17484
17485         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): We already assume
17486         window is on gdk_display - use that instead of segfaulting.
17487
17488 Thu May  4 02:04:46 2000  Tim Janik  <timj@gtk.org>
17489
17490         * configure.in (STRIP_DUMMY): some Make 3.79 $(strip ) versions are
17491         broken and require an empty arg, give it to them.
17492
17493 Fri Apr 28 19:34:32 2000  Tim Janik  <timj@gtk.org>
17494
17495         * gtk/gtklabel.h: indentation fixes.
17496
17497 2000-05-02  Tor Lillqvist  <tml@iki.fi>
17498
17499         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_arc): Don't try to
17500         draw too narrow or too low arcs, they seem to fail, at least with
17501         some display drivers.
17502
17503         * gdk/gdk.c (gdk_init_check): Use G_DIR_SEPARATOR.
17504
17505         Large changes to the Win32 backend, partially made necessary by
17506         the changes to the backend-independent internal
17507         structures. Attempts to implement similar backing store stuff as
17508         on X11. The current (CVS) version of the Win32 backend is *not* as
17509         stable as it was before the no-flicker branch was merged. A
17510         zipfile with that version is available from
17511         http://www.gimp.org/win32/. That should be use by "production"
17512         code until this CVS version is usable. (But note, the Win32
17513         backend has never been claimed to be "production quality".)
17514
17515         * README.win32: Add the above comment about versions.
17516
17517         * gdk/gdkwindow.c: Don't use backing store for now on Win32.
17518
17519         * gdk/gdk.def: Update.
17520
17521         * gdk/gdkfont.h: Declare temporary Win32-only functions. Will
17522         presumably be replaced by some more better mechanism as 1.4 gets
17523         closer to release shape.
17524
17525         * gdk/makefile.{cygwin,msc}: Update.
17526
17527         * gdk/win32/*.c: Correct inclusions of the backend-specific and
17528         internal headers. Change code according to changes in these. Use
17529         gdk_drawable_*, not gdk_window_* where necessary.
17530
17531         * gdk/win32/gdkdnd-win32.c: Use MISC selector for GDK_NOTE, not
17532         our old DND.
17533
17534         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_text): Don't try
17535         to interpret single characters as UTF-8. Thanks to Hans Breuer.
17536         Use correct function name in warning messages.
17537
17538         * gdk/win32/gdkevents-win32.c: Use correct parameter lists for the
17539         GSourceFuncs gdk_event_prepare and gdk_event_check.
17540         (gdk_event_get_graphics_expose): Do implement, use
17541         PeekMessage. Thanks to Hans Breuer.
17542         (event_mask_string): Debugging function to print an GdkEventMask.
17543         (gdk_pointer_grab): Use it.
17544
17545         * gdk/win32/gdkfont-win32.c: The Unicode subrange that the
17546         (old) book I used claimed was Hangul actually is CJK Unified
17547         Ideographs Extension A. Also, Hangul Syllables were missing.
17548         Improve logging.
17549
17550         * gdk/win32/gdkgc-win32.c: Largish changes.
17551
17552         * gdk/win32/gdkim-win32.c (gdk_set_locale): Use
17553         g_win32_getlocale() from GLib, and not setlocale() to get current
17554         locale name.
17555
17556         * gdk/win32/gdkprivate-win32.h
17557         * gdk/win32/gdkwin32.h: Move stuff from gdkprivate-win32.h to
17558         gdkwin32.h, similarily as in the X11 backend.
17559
17560         * gdk/win32/gdkwindow-win32.c (gdk_propagate_shapes): Bugfix,
17561         assignment was used instead of equals in if test. Thanks to Hans
17562         Breuer.
17563
17564         * gdk/win32/gdkgeometry-win32.c: New file, just a quick hack of
17565         the X11 version.
17566
17567         * gdk/win32/makefile.{cygwin,msc}
17568         * gtk/makefile.{cygwin,msc}: Updates. Better kludge to get the
17569         path to the Win32 headers that works also with the mingw compiler.
17570
17571         * gtk/gtkstyle.c: Include <string.h>.
17572
17573 2000-04-26  Havoc Pennington  <hp@redhat.com>
17574
17575         * gtk/gtklabel.c (gtk_label_get_text): Add this function,
17576         replacing the broken gtk_label_get ()
17577
17578 2000-04-15  Havoc Pennington  <hp@pobox.com>
17579
17580         * gdk/gdkdnd.h: clean up enum format, remove extra comma, 
17581         this keeps scanner scripts from getting confused.
17582
17583         * gdk/gdkdraw.c (gdk_drawable_get_data): This should return the
17584         data, rather than void
17585
17586 2000-04-15  Tor Lillqvist  <tml@iki.fi>
17587
17588         * gtk/gtkclist.c (gtk_clist_motion)
17589         * gtk/gtklist.c (gtk_list_motion_notify): If we get a motion event
17590         with is_hint FALSE, get x and y from the event. They used to be
17591         used uninitialised. The Win32 backend never sends motion events
17592         marked as hints. This for instance fixes the annoying file and
17593         font selector behaviour in the Win32 version.
17594
17595 2000-04-14  Tor Lillqvist  <tml@iki.fi>
17596
17597         * gtk/gtksignal.c: (Win32:) Export the gtk_private_signals and
17598         gtk_private_n_signals variables, they are used by some software,
17599         sigh.
17600
17601         * gtk/gtkrc.c (get_gtk_sysconf_directory): (Win32:) Fetch the
17602         installation directory from the Registry, where the installer
17603         should have put it.
17604
17605 Fri Apr  7 17:19:27 2000  Owen Taylor  <otaylor@redhat.com>
17606
17607         * gdk/x11/Makefile.am: Fix problem with installation directory for
17608         gdkx.h
17609
17610         * gtk/gtkmenuitem.c gtk/gtkmenushell.c: Patch from David Santiago
17611         <mrcooger@cyberverse.com> so that when selecting menus with the
17612         mouse, the first item will not be selected, but when selecting
17613         with an accelerator, or navigating left-right on a menubar with
17614         the menus popped up, the first item will be selected.
17615
17616 2000-04-05  Dan Damian  <dand@dnttm.ro>
17617
17618         * configure.in: Added "ro" to ALL_LINGUAS.
17619
17620 Wed Apr  5 00:08:36 2000  Owen Taylor  <otaylor@redhat.com>
17621
17622         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Fix screwy
17623         indentation.
17624
17625         * Makefile.am (EXTRA_DIST): Fix typo.
17626
17627         * gdk[/x11]/Makefile.am (INCLUDES): Add $(top_builddir)/gdk
17628         to catch gdkconfig.h
17629
17630         * gtk/gtkitemfactory.c: Added FIXME.
17631
17632 2000-03-30  Jonathan Blandford  <jrb@redhat.com>
17633
17634         * gtk/gtkpaned.c (gtk_paned_get_position): oops.
17635         s/return_if_fail/return_val_if_fail/g and add a return value.
17636
17637 Mon Mar 27 20:56:14 2000  Owen Taylor  <otaylor@redhat.com>
17638
17639         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Fix up 
17640         merge slipup.
17641
17642         * gdk/gdkinput.h: Fix missing line from merge.
17643
17644 Mon Mar 27 20:39:49 2000  Owen Taylor  <otaylor@redhat.com>
17645
17646         * gdk/gdkcolor.c cursor.c gdkdraw.c gdkfont.c: Include gdkinternals.h
17647         instead of gdkprivate.h.
17648
17649 Sun Mar 12 15:19:24 2000  Owen Taylor  <otaylor@redhat.com>
17650
17651         * gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
17652         parent class to correctly be GtkDialogClass.
17653
17654 Thu Feb 24 23:58:21 2000  Owen Taylor  <otaylor@redhat.com>
17655
17656         * gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
17657         toplevel windows and their immediate children by their parents,
17658         since the size of toplevel windows is out of our immediate
17659         control and we don't get any real benefit from trying to track
17660         this size for clipping.
17661
17662         * gdk/gdkprivate.h (struct _GdkWindowPrivate) gdk/x11/gdkwindow-x11.c : Add a flag
17663         for input_only windows.
17664
17665         * gdk/gdkwindow.c gdk/x11/gdkgeometry-x11.c: Use the above flag
17666         to fix some hacks and make sure that we don't try to set the
17667         background of input only windows.
17668
17669 Thu Feb 24 18:11:46 2000  Owen Taylor  <otaylor@redhat.com>
17670
17671         * gdk/gdkinternals.h gdk/gdkprivate.h gdk/Makefile.am: Add a header file for
17672         the _really_ internal stuff, and leave gdkprivate.h for the fake private
17673         stuff that we've traditionally exposed.
17674
17675         * gdk/**.c: Use gdkinternals.h where appropriate.
17676
17677         * gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h gdk/x11/*.c: Make gdkx.h
17678         not include gdkprivate-x11.h, move all stuff of conceivable public
17679         interest into gdkx.h; keep all really private stuff in
17680         uninstalled header gdkprivate-x11.h.
17681
17682         * gdk/gdkdraw.c gdk/gdkwindow.c gdk/gdkinternals: Redirect all calls to
17683         image->image_put on windows through a new function _gdk_window_draw_image()
17684         to allow us to do backing store for images. (Sort of ugly)
17685
17686         * gdk/gdkgc.c gdk/gdkprivate.h: Cache the ts and clip origins for graphics
17687         contexts locally so that we can offset them properly when drawing 
17688         onto backing pixmaps.
17689
17690         * gdk/gdkinput.h: Reindented
17691
17692         * gdk/gdkprivate.h gdk/x11/gdkwindow-x11.c: Store the background
17693         pixmap or color for the window, so we can properly initialize
17694         our double-buffer pixmaps, and also so that we temporarily set
17695         a background of None while scrolling.
17696
17697         * gdk/gdkregion.h: Revise region boolean operators to have an
17698         interface that is actually convenient - switch from creating new
17699         regions on every op, to "methods" that modify existing regions
17700         (A = A OP B). 3 argument forms which allow dest == src, would also
17701         be possible, but the current interfaces seem to map nicely
17702         onto what needs to be done. (There is quite a lot of region
17703         code in GDK now.)
17704
17705         * gdk/gdkregion.h: Add constructor from rectangle and a copy
17706         operator.
17707
17708         * gdk/x11/{gdkregion-generic.[ch],gdkpolyreg-generic.c,
17709         gdkpoly-generic.h: Copy region code from Xlib, switch it over
17710         to 32 bit coordinates, modify it to be mostly GTK+ style
17711         and to have interfaces that match gdkregion.h.
17712
17713         * gdk/gdkwindow.c gdk/gdkprivate.h: Add facility for
17714         double-buffered drawing. gdk_window_begin_paint_{rect,region}()
17715         create a backing pixmap and redirect all drawing to
17716         that backing pixmap until a matching gdk_window_end_paint().
17717
17718         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkdrawable-x11.c:
17719         Create a special drawable class for GtkWindow's that 
17720         redirects the drawing to the backing pixmap as necessary
17721         and then calls the real operations in _gdk_windowing_window_class.
17722
17723         * gdk/gdkprivate.h gdk/gdkwindow.[ch] gdk/x11/gdkevents-x11.c:
17724         Store invalid region for each window. Generate expose events for invalid
17725         region in an idle. This replaces both the expose compression
17726         and the redrawing queuing in GTK+. It is both more efficient and
17727         simpler than either one individually and far more so then the
17728         combination.
17729
17730         * gdk/x11/gdkgeometry.c gdk/x11/gdkwindow.c gdk/x11/gdkprivate-x11.h:
17731         Emulate 32 bit coordinates for windows with 16 bit coordinates
17732         by offsetting drawing, guffaw scrolling techniques and
17733         mapping/unmapping child windows as necessary.
17734
17735         * gdk/gdkwindow.[ch] gdk/x11/gdkgeometry.c: Add anti-exposes,
17736         where, when invalid regions are processed, the region is stored,
17737         and if expose events come in that are detectably duplicate
17738         the processed exposes (by comparison of event serial numbers),
17739         the stored region is subtracted out of those exposes.
17740
17741         * gdk/x11/gdkgeometry.c: Temporarily unset backing pixmaps of
17742         regions newly exposed when scrolling or resizing windows.
17743         This, combined with forcing processesing of queued invalidated
17744         regions, gives nice flicker-free scrolling.
17745
17746         * gtk/gtklayout.c gtk/gtkviewport.c: Force processing of
17747         invalidated regions after every scroll.
17748
17749         * gtk/gtklayout.c: Vastly simplify using the new 32 bit coordinate
17750         emulation in GDK. Its, for all practical purposes just a
17751         GtkViewport/GtkFixed hybrid now.
17752
17753         * gdk/gdkdrawable-x11.c: Convert from GDK (32 bit) to X11
17754         (16-bit) structures as necessary instead of just casting.
17755
17756         * gdk/x11/gdkgc-x11.c gdk/x11/gdkx.h: Replace XSetRegion with code
17757         in terms of the structures from gdkregion-generic.c, using appropriate
17758         offsets from GDK to X11 coordinates. Cache clip mask and
17759         origin and ts origin locally and only flush to the server
17760         when drawing, to avoid constantly setting and resetting these
17761         values when offsetting GC's for scrolling and backing pixmaps.
17762
17763         * gdk/x11/gdkinput-x11.c: Fix leak of axes structures.
17764
17765         * gtk/gtkcontainer.c: Call process_all_updates at end
17766         of resizing to reduce flicker. (Avoids having redraw
17767         lag arbitrarily behind resize under some circumstances)
17768
17769         * gtk/gtkentry.c: Remove old backing store code, and simply take
17770         advantage of the new backing store capabilities of GDK.
17771
17772         * gtk/gtkmain.c: Simple implementation of widget backing
17773         store - simply push a paint while handling each expose.
17774         (Should really be configurable widget for widget.)
17775         
17776         * gtk/gtkwidget.c: Remove all the old complicated redraw
17777         code, and simply invalidate the GDK windows from
17778         gdk_window_queue_clear(), etc. (Sigh, so much carefully
17779         debugged complexity ... gone to the winds.)
17780
17781         Remove all the code for suppressing expose events while
17782         resizes are pending; this isn't needed since the invalid
17783         areas won't be processed until after the resizes are
17784         processed, since they are in a lower priority idle.
17785
17786 Thu Feb 24 15:37:41 2000  Owen Taylor  <otaylor@redhat.com>
17787
17788         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Set width
17789         and height of dest rectangle for non-intersecting rectangles.
17790
17791 Sun Feb 20 16:47:31 2000  Owen Taylor  <otaylor@redhat.com>
17792
17793         * gtk/gtkwidget.h: Make GtkAllocation just a typedef
17794         for GdkRectangle.
17795
17796 Sun Feb 20 11:27:00 2000  Owen Taylor  <otaylor@redhat.com>
17797
17798         * gdk/gdk{events,image,private,types,window}.h
17799          gdk/x11/gdkinputprivate.h: Change all coordinates
17800          from int16 to int. Also, Change width and height from
17801          unsigned to signed to avoid all the stupid C 
17802          signedness bugs.
17803
17804 Sat Feb 19 12:01:53 2000  Owen Taylor  <otaylor@redhat.com>
17805
17806         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable):
17807         Use gdk_drawable_get_depth instead of gdk_drawable_get_visual.
17808         Add some more detailed checking.
17809
17810         * gdk/gdkdraw.c gdk/gdkdrawable.h (gdk_drawable_get_depth):
17811         New function to retrieve the depth of a drawable.
17812
17813         * gdk/gdkprivate.h (struct _GdkDrawablePrivate): Add a depth
17814         field, reorder fields to save memory. 
17815
17816 Mon Dec 13 14:06:03 1999  Owen Taylor  <otaylor@redhat.com>
17817
17818         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): Draw a small portion
17819         of the background image instead of scaling the background down to
17820         a line.
17821
17822         * gtk/gtk[hv]scrollbar.c (gtk_hscrollbar_size_allocate): Removed mysterious
17823         which temporarily set slider to wrong size.
17824
17825         * gtk/gtkaspectframe.c gtkbin.c: Remove unecessary calls to
17826         queue_clear().
17827
17828 Wed Nov 17 18:36:05 1999  Owen Taylor  <otaylor@redhat.com>
17829
17830 2000-03-23  Jonathan Blandford  <jrb@redhat.com>
17831
17832         * gtk/gtkpaned.c (gtk_paned_get_position): add getter.
17833
17834 2000-03-17  Tor Lillqvist  <tml@iki.fi>
17835
17836         * gdk/win32/gdkevents-win32.c: Remove the #ifndef
17837         USE_DISPATCHMESSAGE sections, we do want to use DispatchMessage.
17838
17839         * gdk/win32/gdkfont-win32.c
17840         * gdk/win32/gdkproperty-win32.c
17841         * gdk/win32/gdkselection-win32.c
17842         * gdk/win32/gdkwindow-win32.c: Add const to some arguments that are
17843         now declared such.
17844
17845 Wed Mar 15 02:59:38 PST 2000 Manish Singh <yosh@gimp.org>
17846
17847         * gtk/gtkvpaned.c: removed stray gutter_size reference, a 1.2 relic
17848
17849 Mon Mar 13 18:37:55 2000  Owen Taylor  <otaylor@redhat.com>
17850
17851         * gdk/gdkdnd.c: Fix a bunch of cases where XGetWindowProperty()
17852         is called without trapping X errors.
17853
17854 Fri Feb 25 10:48:53 2000  Owen Taylor  <otaylor@redhat.com>
17855
17856         * gtk/gtkrc.*: Fix problem where stray '"' characters found their
17857         way into the fontset lists.
17858
17859 Tue Feb 22 08:52:52 2000  Tim Janik  <timj@gtk.org>
17860
17861         * gtk/gtkthemes.h: add extern "C" scope.
17862
17863 Mon Feb 21 20:16:42 2000  Lars Hamann  <lars@gtk.org>
17864
17865         * gtk/gtkclist.c: applied  patch from Guy Harris <guy@netapp.com>
17866         to make appends to the list constant. (gtk-guy-990901-0.patch)
17867
17868 Mon Feb 14 22:50:10 2000  Tim Janik  <timj@gtk.org>
17869
17870         * gtk/gtktypeutils.c (gtk_type_init): use g_str_hash() and g_str_equal()
17871         for the typename hash table.
17872
17873 Mon Feb 14 15:01:23 2000  Owen Taylor  <otaylor@redhat.com>
17874
17875         * gtk/gtkpaned.c (gtk_paned_compute_position): Add some sanity checks
17876         to make sure we never divide by zero. 
17877         (Problem pointed out by Michal Jaegermann <michal@ellpspace.math.ualberta.ca>)
17878
17879 Mon Feb 14 12:29:38 2000  Owen Taylor  <otaylor@redhat.com>
17880
17881         * gtk/gtkfontsel.c: Apply patch from
17882         SHIRASAKI Yasuhiro <yasuhiro@awa.tohoku.ac.jp> to make font selector work a little
17883         better with 2-byte fonts. (Load a fontset instead of a font for two byte fonts.)
17884
17885         Also, some cleanups in atom handling.
17886
17887 Sun Feb 13 08:02:21 2000  Tim Janik  <timj@gtk.org>
17888
17889         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
17890         not GtkWidget.
17891
17892 Fri Feb 11 02:19:32 2000  Tim Janik  <timj@gtk.org>
17893
17894         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): 
17895         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): 
17896         * gtk/gtkpaned.c (gtk_paned_compute_position): had to squeeze some
17897         more guint wrap-around bugs before going to bed.
17898
17899 Thu Feb 10 16:16:35 2000  Tim Janik  <timj@gtk.org>
17900
17901         * gtk/gtkspinbutton.c (gtk_spin_button_size_allocate): guard against
17902         guint wrap arounds in allocation.width.
17903
17904         * gtk/gtktable.c (gtk_table_size_allocate_pass1): repeat shrinking
17905         process untill we fit the allocation given.
17906
17907 Tue Feb  8 09:38:29 2000  Tim Janik  <timj@gtk.org>
17908
17909         * gtk/gtkwidget.c:
17910         (gtk_widget_unrealize): guard widget access with ref/unref
17911         around signal emission.
17912         (gtk_widget_hide): same here, but also check its destroyed
17913         state before queueing a resize.
17914
17915 Tue Feb  8 03:05:55 2000  Tim Janik  <timj@gtk.org>
17916
17917         * gtk/gtkstyle.c (gtk_style_new): use gtk_default_prelight_bg instead
17918         of gtk_default_insensitive_bg as insensitive base color.
17919
17920         * gtk/gtktext.c (gtk_text_style_set): set the background color according
17921         to the widget's state.
17922         (gtk_text_realize): same here.
17923         (gtk_text_state_changed): same here.
17924         (draw_bg_rect): compare background color against base[] from
17925         GTK_WIDGET_STATE (text) not GTK_STATE_NORMAL.
17926
17927 Mon Feb  7 04:01:55 2000  Tim Janik  <timj@gtk.org>
17928
17929         * gtk/gtkmain.c (gtk_main_do_event): ignore delete events when
17930         grabs are active, unless a delete event is send to the toplevel
17931         of the currently grab holding widget.
17932
17933 Sun Feb  6 10:13:15 2000  Owen Taylor  <otaylor@redhat.com>
17934
17935         * gtk/gtkctree.c (gtk_ctree_drag_data_received): Remove
17936         debugging g_print's.
17937
17938 Fri Feb  4 15:54:54 2000  Owen Taylor  <otaylor@redhat.com>
17939
17940         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_request): Don't
17941         ever make the scrolled-window requisition ever depend on the 
17942         visibility state of the scrollbars for the AUTOMATIC policy. 
17943         This breaks the GTK+ requisition model, and causes loops.
17944
17945 Fri Feb  4 15:09:12 2000  Owen Taylor  <otaylor@redhat.com>
17946
17947         * gtk/gtkstyle.c (gtk_style_new): Set the charset explicitely for
17948         the default font to avoid problems with XFree86-4.0 where the
17949         default charset is iso10646-1, not iso8859-1.
17950
17951 Thu Feb  3 14:58:48 PST 2000 Manish Singh <yosh@gimp.org>
17952
17953         * acinclude.m4
17954         * config.guess
17955         * config.sub
17956         * ltconfig
17957         * ltmain.sh: upgrade to libtool 1.3.4 (bugfix only release)
17958
17959         * gtk/Makefile.am: minor cosmetic consistency tweak
17960
17961 Thu Feb  3 14:46:01 2000  Owen Taylor  <otaylor@redhat.com>
17962
17963         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): Set
17964         the activate_time to 0, so that we handle a quick
17965         press/release press/release properly and don't suppress
17966         the second release. (Red Hat bug #7545)
17967
17968 Wed Feb  2 22:25:17 2000  Tim Janik  <timj@gtk.org>
17969
17970         * gtk/gtkctree.c (row_delete):
17971         (gtk_ctree_node_set_row_data_full): fixed very evil reentrancy
17972         bugs with destruction notifier, *always* update internal
17973         structures *before* calling user code.
17974
17975 Sun Jan 30 20:10:52 2000  Lars Hamann  <lars@gtk.org>
17976
17977         A few more fixes for bug #5487, #2051, #2677.
17978         * gtk/gtkclist.c : 
17979         (gtk_clist_button_press):  Reset clist->anchor to -1 if event->type is
17980         not GDK_BUTTON_PRESS.
17981         (resync_selection): resync only if selection_mode is
17982         GTK_SELECTION_EXTENDED
17983         * gtk/gtkctree.c (resync_selection): same here
17984
17985 Sun Jan 30 12:29:20 2000  Owen Taylor  <otaylor@redhat.com>
17986
17987         * gdk/gdk.h gtk/gtkmenu.h: Removed duplicate prototypes for
17988         gdk_drag_get_selection() and gtk_menu_detach().
17989
17990         [ From Jeroen Ruigrok/Asmodai ]
17991
17992 Sat Jan 29 10:11:56 2000  Owen Taylor  <otaylor@redhat.com>
17993
17994         * gtk/gtknotebook.c (gtk_notebook_size_request): 
17995         page->tab_label can be NULL.
17996
17997 2000-01-25  Havoc Pennington  <hp@pobox.com>
17998         
17999         * gdk/gdkwindow.c (gdk_window_set_back_pixmap): parent_relative
18000         arg is boolean
18001
18002         * gdk/gdkselection.c (gdk_selection_owner_set): return boolean
18003
18004         * gdk/gdkrectangle.c (gdk_rectangle_intersect): return boolean
18005
18006         * gdk/gdkproperty.c (gdk_property_get): return boolean
18007
18008         * gdk/gdkinput.c (gdk_input_set_mode): return boolean
18009
18010         * gdk/gdkim.c (gdk_im_ready): return boolean
18011
18012         * gdk/gdkgc.c (gdk_gc_set_exposures): gboolean arg
18013
18014         * gdk/gdkfont.c (gdk_font_equal): return gboolean (mild
18015         glib clash, should fix glib)
18016
18017         * gdk/gdkevents.c (gdk_set_show_events): take gboolean arg
18018         (gdk_get_show_events): return gboolean, and canonicalize 
18019         to TRUE/FALSE
18020
18021         * gdk/gdkcolor.c (gdk_colormap_new): gboolean flag whether the
18022         colormap is private
18023         (gdk_colors_alloc): gboolean whether to be contiguous
18024         (gdk_color_equal): return gboolean since we are a predicate
18025         and not a qsort() (this looks semi-wrong due to glib breakage,
18026         IMO glib should be fixed)
18027         
18028         * gdk/gdk.c (gdk_set_use_xshm): take gboolean arg
18029         (gdk_get_use_xshm): return gboolean
18030         (gdk_pointer_is_grabbed): return gboolean
18031
18032         * gdk/gdk.h: Change prototypes to match all the above changes,
18033         and re-run egtk-format-protos as required.
18034
18035 Fri Jan 28 12:28:17 2000  Owen Taylor  <otaylor@redhat.com>
18036
18037         * gtk/gtkctree.c (resync_selection): 
18038         * gtk/gtkclist.c (resync_selection):
18039
18040         Return immediately if clist->drag_pos < 0. This is a workaround
18041         for the corrupt state that the clist gets into when a
18042         GDK_2BUTTON_PRESS occurs. See note in gtk_clist_button_press().
18043
18044         Bug #5487, #2051, #2677; fix suggested by David Helder and T. Alexander Popiel.
18045         
18046         * gtk/gtknotebook.c (gtk_notebook_size_request): Fix uninitialized
18047         variable from recent commit.
18048
18049 Thu Jan 27 15:22:09 2000  Owen Taylor  <otaylor@redhat.com>
18050
18051         * gtk/gtkdnd.c (gtk_drag_begin): Fix stupid typo in last commit.
18052
18053 Thu Jan 27 18:00:55 2000  Tim Janik  <timj@gtk.org>
18054
18055         * gtk/Makefile.am: prefix all autogenerated source that get build in
18056         $(srcdir) with $(srcdir)/, so make doesn't assume they got generted
18057         in builddir. since we subsequently cd into srcdir for autogeneration,
18058         the paths have to be stripped from the target file names, thusly we
18059         use $(@F) as target names now.
18060         put a comment about configure.in's --disable-rebuilds option,
18061         which can be used for non-writable source directories, for development
18062         setups though, srcdir has to be *writable*.
18063
18064 hu Jan 27 00:15:03 2000  Owen Taylor  <otaylor@redhat.com>
18065
18066         * gtk/gtkdnd.c (gtk_drag_begin gtk_drag_get_event_actions):
18067           Finish the job of allowing event to be NULL.
18068           (Fixes bug #4283, reported by Chris Blizzard)
18069
18070         * gtk/gtkentry.c (entry_adjust_scroll): When calculating
18071           things so that the cursor appears on screen, properly
18072           take into account INNER_BORDER.
18073           (Fixes bug #4754, reported by Antonio Campos)
18074
18075 Wed Jan 26 23:12:28 2000  Owen Taylor  <otaylor@redhat.com>
18076
18077         * gtk/gtknotebook.c (gtk_notebook_map): Don't
18078           show the tab_label unless it itself is visible.
18079
18080           gtk/gtknotebook.c (gtk_notebook_size_request):
18081           Do a better job of making sure that the visibility
18082           of the tab label corresponds to whether it should
18083           be mapped or not.
18084
18085 Wed Jan 26 21:17:03 2000  Owen Taylor  <otaylor@redhat.com>
18086
18087         * gtk/gtkoptionmenu.c (gtk_option_menu_position):
18088           Use the requisition, not the allocation, since the
18089           allocation has not necessarily been computed yet.
18090           (Pointed out by Eugene Osintsev)
18091
18092 Wed Jan 26 19:44:25 2000  Owen Taylor  <otaylor@redhat.com>
18093
18094         * gtk/gtkstyle.c (gtk_style_new): Dont' set
18095           style/base[GTK_STATE_INSENSITIVE] both to
18096           gtk_default_insensitive_bg!
18097           (Bug #2187, reported by Jonathan Blandford)
18098
18099         * gtk/gtkaccelgroup.c (gtk_accelerator_valid):
18100           Add Alt_L, Alt_R to list of invalid accelerators.
18101           (Bug #3736, reported by Vlad Harchev)
18102
18103 Wed Jan 26 19:01:56 2000  Owen Taylor  <otaylor@redhat.com>
18104
18105         * gtk/gtkfilesel.c (open_ref_dir): Fix several
18106         bugs which occured after an attempt to open 
18107         invalid home directory left cmpl_state->reference_dir == NULL.
18108
18109          - completion on files in home directory didn't work
18110          - completion on an empty string caused  segfault
18111
18112          (Bug #3678, reported by Steve Ratcliffe)
18113
18114         * gtk/gtkscale.c (gtk_scale_get_value_width): Fix
18115         cut and paste error that was causing scales to
18116         be incorrectly positioned.
18117         (Bug #2956,
18118          patch from Steve Ratcliffe <steve@parabola.demon.co.uk>)
18119
18120 2000-01-27  Shirasaki Yasuhiro  <yasuhiro@gnome.gr.jp>
18121
18122         * acinclude.m4 (AM_GTK_WITH_NLS): Add -lintl to libs
18123         when checking for dcgettext, if we've found we needed
18124         it for dgettext.
18125 +
18126 Wed Jan 26 18:06:07 2000  Owen Taylor  <otaylor@redhat.com>
18127
18128         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
18129         queue_clear on NO_WINDOW widgets during a reparent,
18130         since at that point the window and widget heirarchies
18131         are out of sync. This stops crashing in some cases
18132         (the scrolled window reparent test, for instance), and
18133         _probably_ won't cause drawing errors.
18134
18135         * gtk/testgtk.c: Make the reparenting-a-scrolled-window
18136         test do what it was supposed to do and be robust against
18137         window closings, etc. (Bug #2443)
18138
18139 Wed Jan 26 16:56:54 2000  Owen Taylor  <otaylor@redhat.com>
18140
18141         * gtk/gtkentry.c: Fix return values on mouse events.
18142         (Bug #2686, Sky <seb_sky@yahoo.com>)
18143
18144         * gtk/genmarshal.pl: Fix up handling of FOREIGN.
18145         (pointed out by George Lebl)
18146
18147         * gdk/gdkcolor.c (gdk_color_copy): Made const-safe.
18148         (From Ettore Perazzoli  <ettore@helixcode.com>)
18149  
18150 Mon Jan 24 10:44:48 2000  Owen Taylor  <otaylor@redhat.com>
18151
18152         * gtk/gtkcalendar.c (gtk_calendar_main_button): Handle
18153         clicks between rows or outside calender area correctly.
18154         (Patch from Damon Chaplin)
18155
18156         * gtk/gtkclist.c (gtk_clist_set_row_data_full): 
18157         * gtk/gtkctree.c (gtk_ctree_node_set_row_data_full): 
18158           Call destroy function when overwriting existing data. 
18159           (Pointed out by Damon Chaplin)
18160
18161 Tue Jan 25 09:55:41 2000  Owen Taylor  <otaylor@redhat.com>
18162
18163         * gdk/gdk.c: Remove useless #include of <X11/Xmu/WinUtil.h>,
18164           which was causing problems on various systems with Xmu.
18165           This hasn't been needed for a very long time.
18166           (Fixes #1185 3167)
18167
18168 Sun Jan 23 22:27:36 2000  Owen Taylor  <otaylor@redhat.com>
18169
18170         * gdk/gdki18n.h: Include <ctype.h> when defining
18171           gdk_isw* in terms of is* as a fallback.
18172           (Bug #4106 - Dan Winship <danw@MIT.EDU>)
18173
18174 Sun Jan 23 22:12:36 2000  Owen Taylor  <otaylor@redhat.com>
18175
18176         * gtk/gtkviewport.c (gtk_viewport_size_allocate): Don't
18177           realize the widget when it is size allocated!
18178           (old, old bug)
18179
18180         * gtk/gtkviewport.c (gtk_viewport_adjustment_value_changed):
18181           Removed unused call to gdk_window_get_size() that
18182           showed up when the above was fixed.
18183
18184 Sat Jan 22 15:44:30 2000  Owen Taylor  <otaylor@redhat.com>
18185
18186         * gtk/gtkwidget.c (gtk_widget_reparent): Correctly
18187           fix up widget->window when the widget is a
18188           NO_WINDOW container widget.
18189
18190 Sat Jan 22 12:40:48 2000  Owen Taylor  <otaylor@redhat.com>
18191
18192         * gdk/gdkpixmap.c (gdk_pixmap_seek_string): Rewrite
18193           to account for the fact that feof() does _not_ 
18194           return TRUE on errors, and thus avoid infinite loops
18195           when trying to use gdk_pixmap_create_from_xpm()
18196           on unreadable values.
18197
18198 Fri Jan 21 18:32:43 2000  Owen Taylor  <otaylor@redhat.com>
18199
18200         * gtk/gtkaspectframe.h (struct _GtkAspectFrame): s/gint/gboolean/.
18201
18202 Fri Jan 21 16:24:08 2000  Owen Taylor  <otaylor@redhat.com>
18203
18204         * gdk/gdkgc.c (gdk_gc_set_dashes): Change from
18205           gdk_gc_set_dashes to take gint8 instead of gchar to
18206           make it clearer that it is _not_ a NULL terminated string.
18207
18208         * gdk/gdk.h gdk/gdkfont.c gdk/gdkgc.c gdk/gdkselection.c
18209           gdk/gdkwindow.c gtk/gtkprogress.[ch] gtk/gtkthemes.[ch]
18210           gtk/gtktreeitem.[ch] gtk/gtkwidget.[ch]: Constify string
18211           arguments.
18212
18213 Thu Dec 30 04:51:05 1999  Tim Janik  <timj@gtk.org>
18214
18215         * gtk/gtkvscale.c (gtk_vscale_pos_background): 
18216         * gtk/gtkhscale.c (gtk_hscale_pos_background): when calculating the
18217         background size relative to our allocation, guard against small
18218         allocations, we may have not yet been size allocated.
18219
18220 Thu Dec  2 10:59:14 1999  Owen Taylor  <otaylor@redhat.com>
18221
18222         * gdk/gdkdnd.c (xdnd_check_dest): Allow version >= 3,
18223         not just version == 3. We implement all 3 + most of 4 - 
18224         (we don't support matching text/plain;charset=iso-8859-1
18225         to a dest that expects text/plain). We'll still advertise
18226         3 to be safe, but any client implementing version >= 3
18227         must interoperate with 3.
18228         
18229 Tue Mar 14 11:53:31 2000  Owen Taylor  <otaylor@redhat.com>
18230
18231         * gtk/gtktooltips.[ch] (struct _GtkTooltips): Remove foreground,
18232         background and gc members, add a warning in gtk_tooltips_set_color()
18233         indicating that this function is deprecated.
18234
18235 Thu Mar  9 22:10:56 GMT 2000  Tony Gale <gale@gtk.org>
18236
18237         * docs/gtkfaq.sgml: FAQ Update:
18238           - Minor cleanups (Emmanuel, me)
18239           - New questions:
18240                 I need to add a new signal to a GTK+ widget. Any idea? (timj)
18241                 How can I retrieve the text from a GtkMenuItem? (timj)
18242                 How do I validate/limit/filter the input to a GtkEntry? (me)
18243                 Memory does not seem to be released when I free the list
18244                         nodes I've allocated (timj)
18245
18246 2000-03-07  Tor Lillqvist  <tml@iki.fi>
18247
18248         * gdk/win32/gdkmain-win32.c: Internal GDK error reporting changes:
18249         (gdk_win32_gdi_failed) New function for reporting errors from GDI,
18250         for which it is no use to call GetLastError onWin9x.
18251         (gdk_other_api_failed) New function, for general error
18252         reporting without calling GetLastError.
18253         (gdk_win32_api_failed) OTOH, this function always calls
18254         GetLastError. (gdk_win32_last_error_string) Remove this function,
18255         GLib has the equivalent now.
18256
18257         * gdk/win32/gdkprivate-win32.h: Declare the above, and macros to
18258         call them with function name, file name and line number in the
18259         arguments.
18260
18261         * gdk/win32/*.c: Use the new macros for reporting errors from GDI
18262         functions.
18263         
18264         * gtk/gtk.def: Add some missing entry points.
18265
18266         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
18267         gtk_paned_set_gutter_size, which don't exist any longer, as void.
18268         
18269         Fixes by Hans Breuer:
18270
18271         * gdk/makefile.msc: Update for debugging.
18272
18273         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_dashes): Fake
18274         implementation, just use the PS_DASH, PS_DOT, PS_DASHDOT or
18275         PS_DASHDOTDOT or PS_DASH styles depending on the number of entries
18276         in the dash_list.
18277
18278         * gdk/win32/gdkwin32.h (GDK_FONT_XFONT): New macro, similar as in
18279         the x11 backend.
18280
18281         * gdk/win32/gdkprivate-win32.h (IS_WIN_NT): New macro.
18282
18283         * gtk/testgtk.c: Include config.h, guard inclusion of unistd.h.
18284
18285 2000-03-04  Tor Lillqvist  <tml@iki.fi>
18286
18287         * gdk/win32/gdkprivate-win32.h (struct _GdkWindowWin32Data): Store
18288         just pixel value of background colour.
18289
18290         * gdk/win32/gdkgc-win32.c (gdk_colormap_color): New function
18291         containing code snippet previously duplicated in a couple of
18292         places.
18293         
18294         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_points): Use
18295         gdk_colormap_color.
18296
18297         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Generate
18298         GDK_SCROLL events for WM_MOUSEWHEEL messages. Don't generate
18299         events for autorepeated Shift, Control and Alt keys. Use
18300         gdk_colormap_color.
18301
18302         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): If the
18303         pointer is inside the window the cursor of which we are setting,
18304         call SetCursor immediately.
18305
18306         * gdk/win32/makefile.cygwin
18307         * gtk/makefile.cygwin: If we don't have the build number stamp
18308         file, use zero.
18309
18310         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
18311         gtk_paned_set_gutter_size as empty.
18312
18313         * gtk/gtk.def: Remove gtk_paned_set_gutter_size.
18314         
18315 Tue Feb 29 13:10:00 GMT 2000  Tony Gale <gale@gtk.org>
18316
18317         * gdk/gdkwindow.h gdk/x11/gxid.c gtk/gtkclist.c gtk/gtkclist.h
18318           gtk/gtkctree.c gtk/gtkmenu.h gtk/gtkwidget.c gtk/testgtk.c
18319           docs/styles.txt docs/refcounting.txt docs/gtkfaq.sgml
18320           docs/gtk_tut.sgml docs/gtk.texi TODO:
18321
18322           Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org>
18323
18324 Sat Feb 26 11:46:25 GMT 2000  Tony Gale <gale@gtk.org>
18325
18326         * gtk/gtkcalendar.c: Implement num_marked_dates,
18327           and don't emit mutiple day_selected signals on
18328           month_prev.
18329
18330 2000-02-25  Jonathan Blandford  <jrb@redhat.com>
18331
18332         * docs/make-todo (lineno): let title and logo be configurable so
18333         that GNOME can use this script too.
18334
18335         * TODO.xml: added logourl and a title
18336
18337 Fri Feb 25 11:12:00 2000  Owen Taylor  <otaylor@redhat.com>
18338
18339         * TODO.xml: Added some UI items, and an explanatory
18340         comment at the top of the file.
18341
18342 Thu Feb 24 09:07:28 2000  Tim Janik  <timj@gtk.org>
18343
18344         * TODO.xml: some updates, added abunch of new entries.
18345         a note for those fiddeling with this file, when done
18346         with it, invoke:
18347         $ ./docs/make-todo TODO.xml >/dev/null
18348         and correct output errors before comitting changes.
18349
18350 Wed Feb 23 22:59:50 2000  Owen Taylor  <otaylor@redhat.com>
18351
18352         * TODO.xml: Added XML-structured TODO file.
18353         * docs/make-todo: python script to turn TODO.xml into
18354           pretty XML output. 
18355
18356 2000-02-23  Jonathan Blandford  <jrb@redhat.com>
18357
18358         * gtk/gtkstyle.c (gtk_default_draw_handle): add a 'paned' mode to
18359         the function to let it draw the seven dots, instead of the old,
18360         much maligned, method.
18361         (draw_dot): New function to draw a dot.
18362
18363         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): changed allocation
18364         to draw the handle inside the border width as opposed to outside.
18365         Use paint function instead of gdk_draw_point.
18366
18367         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): changed allocation
18368         to draw the handle inside the border width as opposed to outside.
18369         Use paint function instead of gdk_draw_point.
18370
18371         * gtk/gtkfilesel.c (gtk_file_selection_update_history_menu):
18372         Change indenting to be more GTK like.
18373
18374 Wed Feb 23 10:54:14 GMT 2000  Tony Gale <gale@gtk.org>
18375
18376         * docs/gtk_tut.sgml: New section on GtkCalendar
18377         * examples/calendar: Update example code
18378
18379 Tue Feb 22 13:54:12 GMT 2000  Tony Gale <gale@gtk.org>
18380
18381         * docs/gtkfaq.sgml: FAQ Update
18382
18383 2000-02-19  Anders Carlsson  <andersca@gnu.org>
18384
18385         * gtk/gtkrange.c (gtk_range_scroll_event): Return TRUE
18386         to prevent the scroll event to be propagated upwards.
18387
18388 Fri Feb 18 14:37:29 2000  Owen Taylor  <otaylor@redhat.com>
18389
18390         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Remove
18391         OwnerGrabButtonMask from button entries for
18392         GDK_BUTTON_PRESS / GDK_BUTTON_RELEASE.
18393
18394         * gtk/gtklayout.c (gtk_layout_realize): Always add GDK_SCROLL
18395         to the event mask (which will result in button/press release
18396         being added to the event mask on Unix) so scrolling works
18397         for layouts in scroll windows.
18398
18399         * gdk/gdkevents.h (enum): Fix up GDK_ALL_EVENTS_MASK.
18400
18401         Patch from Anders Carlsson  <andersca@gnu.org> to add
18402         a scroll event.
18403
18404         * gtk/testgtk.c (scroll_test_scroll): Added an example of mouse wheel
18405         scrolling to the "Test Scrolling" part of testgtk.
18406  
18407         * gtk/gtkwidget.h (struct _GtkWidgetClass): Added scroll_event signal.
18408  
18409         * gtk/gtkwidget.c: Added "scroll_event" GTK+ signal and matched
18410         it against GDK_SCROLL.
18411  
18412         * gtk/gtkrange.c (gtk_range_scroll_event): Updated to use the new
18413         way of mouse wheel scrolling.
18414  
18415         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_scroll_event): Likewise.
18416  
18417         * gtk/gtkspinbutton.c (gtk_spin_button_scroll): Likewise.
18418  
18419         * gtk/gtkmain.c: Removed previous mouse wheel hack.
18420  
18421         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Added entry in
18422         gdk_event_mask_table.
18423  
18424         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Added 
18425         GdkEventScroll handler.
18426  
18427         * gdk/gdkevents.h: Added GdkEventScroll structure.
18428  
18429 Thu Feb 17 17:10:12 2000  Owen Taylor  <otaylor@redhat.com>
18430
18431         * gtk/gt{h,k,}vpaned.[ch]: Add patch from Jonathan Blandford
18432         and Anders Carlsson to change the Paned widgets so that they
18433         can be dragged from anywhere along the length. Also change
18434         the way that this is drawn to make this apparent.
18435
18436         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): Apply patch
18437         from George Lebl to check that option_menu->menu is present
18438         before getting history.
18439
18440 2000-02-14  Tor Lillqvist  <tml@iki.fi>
18441
18442         * gdk/gdkdraw.c (gdk_draw_segments): Move the test for no segments
18443         before the assertion for non-NULL segment list.
18444
18445         * gdk/win32/gdkgc-win32.c: (gdk_win32_gc_values_to_win32values):
18446         Seems that pattern brushes *must* be 8x8 pixels! At least on my
18447         machine, but it might be display driver dependent. Sigh, so make
18448         sure the stipple is that size. Does Windows suck or what?
18449
18450         * gdk/win32/gdkdrawable-win32.c: Improve error handling in a few
18451         places.
18452
18453 2000-02-13  Havoc Pennington  <hp@pobox.com>
18454
18455         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): init
18456         refcount to 1
18457         (gdk_cursor_new): init refcount to 1
18458
18459         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new): init refcount to 1
18460
18461 2000-02-13  Tor Lillqvist  <tml@iki.fi>
18462
18463         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Add an extra parameter
18464         so that we don't have to do unnecessary settings to the HDC.
18465
18466         * gdk/win32/gdkdrawable-win32.c
18467         * gdk/win32/gdkimage-win32.c: Corresponding changes to the calls of
18468         gdk_gc_predraw.
18469
18470         * gdk/win32/gdkdrawable-win32.c: Special-casing for GdkGCs where
18471         the fill style is GDK_OPAQUE_STIPPLED. In those cases we construct
18472         GDI paths, call WidenPath to get the outline of the stroken path,
18473         and then fill the outline (with the brush that was built from the
18474         stipple).
18475
18476         * gdk/win32/gdkgc-win32.c: Factor out common code from
18477         _gdk_win32_gc_new and gdk_win32_gc_set_values into
18478         gdk_win32_gc_values_to_win32values. Use correct colour for
18479         SetBkColor() (Until now the code actually used a random colour in
18480         the call to SetBkColor()... but that didn't show up as not many
18481         GDI APIs use the background colour. Pattern (opaque stippled)
18482         brushes do.)
18483
18484         * gdk/win32/gdkmain-win32.c (gdk_win32_last_error_string,
18485         gdk_win32_api_failed): New functions for error logging.
18486
18487         * gdk/win32/gdkprivate-win32.h: Declare them, and define a macro
18488         WIN32_API_FAILED to call them, passing function or file name and
18489         line number.
18490
18491         * gdk/win32/*.c: Use the WIN32_API_FAILED macro.
18492
18493         * gdk/win32/gdkprivate-win32.h: Store just the pixel values from
18494         GdkColor for foreground and background in GdkGCWin32Data.
18495
18496         * gdk/makefile.cygwin: Link in the resource object separately.
18497
18498         * gdk/win32/rc/gdk.rc
18499         * gtk/gtk.rc (New file)
18500         * gdk/win32/makefile.cygwin
18501         * gtk/makefile.cygwin: Update build number in DLLs automatically,
18502         as in GLib.
18503
18504 Sun Feb 13 08:54:45 2000  Tim Janik  <timj@gtk.org>
18505
18506         * gdk/gdkcursor.h (struct _GdkCursor): s/refcount/ref_count/.
18507         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): 
18508         * gdk/x11/gdkcursor-x11.c (_gdk_cursor_destroy): 
18509         * gdk/gdkcursor.c (gdk_cursor_ref): insert assertments for the
18510         parameters given and cursor->ref_count. coding style fixups.
18511
18512         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
18513         not GtkWidget.
18514         
18515         * gtk/*.h: applied patch from Mathieu Lacage <lacage@email.enst.fr> to
18516         fix up widget macros and add _GET_CLASS() variant.
18517         
18518         * gtk/*.c: some GtkType fixups.
18519
18520 2000-02-09  Tor Lillqvist  <tml@iki.fi>
18521
18522         * gdk/win32/gdkproperty-win32.c
18523         * gdk/x11/gdkproperty-x11.c: The assertions for GDK_IS_WINDOW
18524         were reversed.
18525
18526 2000-02-04  Tor Lillqvist  <tml@iki.fi>
18527
18528         * gdk/win32/gdkfont-win32.c (logfont_to_xlfd): Use
18529         g_filename_to_utf8 to convert the font names Windows gives us from
18530         whatever is the default codepage to UTF-8.
18531         (gdk_font_load_internal) Use g_filename_from_utf8 for conversion
18532         in the other direction.
18533
18534         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Fix cut&paste
18535         error in debugging output.
18536
18537 2000-02-02  Tor Lillqvist  <tml@iki.fi>
18538
18539         * gdk/win32/gdkwindow-win32.c (gdk_window_clear): Pass zero width
18540         and height parameters to gdk_window_clear_area(). Not minus one.
18541
18542 Wed Feb  2 11:58:05 2000  Owen Taylor  <otaylor@redhat.com>
18543
18544         * gtk/gtkdnd.c (gtk_drag_selection_received): Add some sanity
18545         checks if the widget passed to gtk_drag_get_data() was not the
18546         dest widget.
18547
18548 2000-02-01  Tor Lillqvist  <tml@iki.fi>
18549
18550         * gtk/gtkfilesel.c: Use the g_filename_to_utf8 and
18551         g_filename_from_utf8 functions (which were added a moment ago to
18552         GLib). Some cleanups: Use gbooleans. Use GStrings instead of fixed
18553         size buffers.
18554
18555         gtk_file_selection_get_filename returns the filename in the C
18556         runtime encoding. It calls g_filename_from_utf8, but copies the
18557         returned string to a static buffer, which is returned. I think
18558         this is better than returning the result from g_filename_from_utf8
18559         directly, which would mean all apps that use it would have to free
18560         the return value. Or should this function care about this issue at
18561         all? Maybe a new function with clearly defined semantics.
18562
18563         * gtk/gtkfilesel.h: Add comment about
18564         gtk_file_selection_get_filename returning the filename in the C
18565         runtime's encoding.
18566
18567         * README.win32
18568         * gdk/gdk.def
18569         * gdk/makefile.{cygwin,msc}
18570         * gtk/gtk.def: Updates.
18571
18572         * gdk/gdkcursor-win32.c: Initialise refcount.
18573
18574 2000-01-31  Yuan-Chung Cheng <platin@linux.org.tw>
18575
18576         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
18577
18578 2000-01-30  Havoc Pennington  <hp@pobox.com>
18579
18580         * gtk/testgtk.c (set_cursor): use gdk_cursor_unref instead of
18581         destroy
18582
18583         * gdk/gdkimage.c (gdk_image_ref): image wasn't being returned
18584
18585         * gdk/gdkprivate.h: declare _gdk_cursor_destroy which is then 
18586         implemented in platform-specific code
18587
18588         * gdk/Makefile.am (gdk_c_sources): add gdkcursor.c
18589
18590         * gdk/x11/gdkcursor-x11.c (gdk_cursor_destroy): rename with an
18591         underscore in front
18592
18593         * gdk/win32/gdkcursor-win32.c (gdk_cursor_destroy):
18594         put an underscore in front
18595
18596         * gdk/gdkcursor.c: new file, implements
18597         gdk_cursor_ref/gdk_cursor_unref
18598
18599         * gdk/gdkcursor.h: Refcount GdkCursor
18600
18601         * gdk/gdkcompat.h (gdk_cursor_destroy): compat
18602
18603 2000-01-29  Tor Lillqvist  <tml@iki.fi>
18604
18605         * gdk/gdkwindow.h
18606         * gdk/gdkpixmap.h: Remove prototypes for renamed functions.
18607
18608 Tue Jan 25 11:43:21 2000  Owen Taylor  <otaylor@redhat.com>
18609
18610         * gtk/gtkinvisible.h (struct _GtkInvisible[Class]): Fix
18611         structures to properly inherit from GtkWidget not GtkBin.
18612
18613 Sun Jan 23 20:28:24 2000  Owen Taylor  <otaylor@redhat.com>
18614
18615         * gtk+.spec.in: Added lib/gtk+/include/* to %files
18616         (bug #5178 - Peter Wainright)
18617         
18618         * gtk/Makefile.am (gtk_public_h_sources): Add gtkcompat.h
18619         so that it will be installed.
18620         (bug #4889 - "david d `zoo' zuhn" <zoo@mnnr.org>)
18621
18622 Fri Jan 21 16:29:28 2000  Owen Taylor  <otaylor@redhat.com>
18623
18624         * gtk/gtkstyle.[ch] docs/Changes-1.4.txt: Make the @detail argument
18625         for the GtkStyleClass vtable const.
18626
18627         * gtk/gtkitemfactory.[ch] docs/Changes-1.4.txt: Make GtkPrintFunc
18628         take a const string argument like GtkTranslateFunc. This will
18629         require changes in use code.
18630
18631 2000-01-19  Tor Lillqvist  <tml@iki.fi>
18632
18633         * gdk/win32/gdkwindow-win32.c (gdk_window_clear_area): The correct
18634         semantics (to mimic the X11 backend, which just calls XClearArea)
18635         is to check for zero width (and height), and in that case use the
18636         window's width minus x (height minus y). This fixes for instance
18637         some redraw problems with gtkclist, which were easily noticeable
18638         in the gtk file selection widget.
18639
18640         (gdk_window_new): Don't set WS_EX_TOPMOST for dialog
18641         windows.
18642
18643 2000-01-13  Tor Lillqvist  <tml@iki.fi>
18644
18645         * configure.in
18646         * gdk/Makefile.am
18647         * gdk/x11/Makefile.am
18648         * gdk/win32/Makefile.am: Small fixes, thanks to Peter Wainwright
18649         (bug #5177).
18650         * gdk/win32/gdkcc-win32.c: Reintroduce, to be thrown
18651         out later.
18652
18653 2000-01-09  Tor Lillqvist  <tml@iki.fi>
18654
18655         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Ignore
18656         WM_MOVE for iconified or invisible windows. This fixes various
18657         problems when minimising windows. Thanks to Bernd Herd.
18658
18659 2000-01-05  Tor Lillqvist  <tml@iki.fi>
18660
18661         * gdk/gdkdraw.c (gdk_draw_lines): Fix copy&paste error: Call the
18662         backend's draw_lines method, not draw_points.
18663
18664 2000-01-02  Tor Lillqvist  <tml@iki.fi>
18665
18666         * gdk/win32/gdkevents-win32.c: Clean up some more leftovers from
18667         before Owen's reorganisation: Don't have queued_events and
18668         queued_tail statics in this file, but use gdk_queued_events and
18669         gdk_queued_tail. This makes exposure event compression work again.
18670
18671         (gdk_WindowProc): Comment out a posting of gdk_ping_msg, doesn't
18672         seem to be needed?
18673
18674 1999-12-30  Tor Lillqvist  <tml@iki.fi>
18675
18676         * gdk/gdk.c: If we don't HAVE_XCONVERTCASE we must #include
18677         gdkkeysyms.h to get the GDK_* keysym constants that are needed by
18678         gdk_keyval_convert_case(). Otherwise, gdk_keyval_convert_case()
18679         doesn't do anything.
18680
18681         * gdk/gdk.def: Add gdk_xid_table_insert.
18682
18683         * gdk/win32/gdkprivate-win32.h
18684         * gdk/win32/gdkevents-win32.c
18685         * gdk/win32/gdkinput-win32.c
18686         
18687         * gdk/win32/gdkwindow-win32.c: Remove the superfluous
18688         extension_events field in the GdkWindowWin32Data struct. Use only
18689         the extension_events field in GdkWindowPrivate. Previously one was
18690         set, and the other one tested, which broke tablet
18691         functionality. Thanks to Keishi Suenaga for pointing this out.
18692
18693 1999-12-18  Tor Lillqvist  <tml@iki.fi>
18694
18695         * gdk/win32/gdkfont-win32.c (gdk_text_size, gdk_text_extents):
18696         When handling a single character (text length == 1), don't handle
18697         it as if it was UTF-8.
18698
18699 1999-12-11  Tor Lillqvist  <tml@iki.fi>
18700
18701         * Makefile.am: Distribute README.win32.
18702         
18703         * gdk/Makefile.am
18704         * gdk/win32/Makefile.am: Distribute Win32 files.
18705
18706         * gdk/makefile.msc: New file.
18707
18708         * gdk/gdk.c (gdk_arg_context_parse): Fix gccism (no statement
18709         after label).
18710
18711         * gdk/gdkprivate.h: Must mark also gdk_error_warnings and
18712         gdk_error_code as GDKVAR, as they are referred outside GDK.
18713
18714         * gdk/win32/makefile.msc: Update.
18715
18716         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): More
18717         tweaks. Check only if at least one of those Unicode subrange bits
18718         we care for is set. If no code page bits are set, guess (wildly)
18719         based on the charset.
18720
18721         * gdk/win32/gdkinput-win32.c: Remove debugging leftover.
18722
18723         * gdk/win32/gdkwindow-win32.c (gdk_window_new): Assure title is
18724         non-NULL.
18725
18726         * gtk/gtkdnd.c
18727         * gtk/gtklayout.c
18728         * gtk/gtkplug.c
18729         * gtk/gtkselection.c
18730         * gtk/gtksocket.c
18731         * gtk/gtkwindow.c: Include x11/gdkx.h *or* win32/gdkwin32.c as
18732         appropriate. There must be a cleaner way to handle this?
18733
18734         * gtk/gtkrc.c: Must include windows.h on Win32.
18735
18736         * gtk/testgtk.c: No need to include gdkx.h.
18737
18738         * gtk/makefile.cygwin: Correct invokation of genmarshal.pl.
18739
18740 1999-12-07  Tor Lillqvist  <tml@iki.fi>
18741
18742         * gdk/win32/gdkfont-win32.c: Fix string measurement code. For now,
18743         the rbearing is set to the same as the width, but this should be
18744         fixed.
18745
18746 1999-12-06  Tor Lillqvist  <tml@iki.fi>
18747
18748         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): New
18749         function. If Windows doesn't tell us what Unicode subranges a font
18750         covers, guesstimate based on the codepages it covers. This will
18751         hopefully help those Windows versions or fonts that don't give us
18752         any useful Unicode subrange information with GetTextCharsetInfo.
18753         Call this function in gdk_font_load_internal.
18754
18755         * gdk/win32/{gdkdnd,gdkimage,gdkpixmap,gdkprivate}-win32.c: Misc
18756         minor changes.
18757
18758 Fri Dec  3 14:09:50 1999  Owen Taylor  <otaylor@redhat.com>
18759
18760         * gtk/gtkoptionmenu.[ch] (gtk_option_menu_get_history):
18761         New function, long needed.
18762
18763 Wed Dec  1 22:35:43 1999  Owen Taylor  <otaylor@redhat.com>
18764
18765         * gdk/gdkproperty.h x11/gdkproperty.c: Change 
18766         only_if_exists argument of gdk_atom_intern to
18767         bool.
18768
18769 1999-11-25  Tor Lillqvist  <tml@iki.fi>
18770
18771         * gdk/gdkgc.c (gdk_gc_set_ts_origin, gdk_gc_set_clip_origin): 
18772         Fix two copy&paste errors.
18773
18774         * gdk/makefile.cygwin: Also rebuild DLL when the static archive in
18775         win32 has changed.
18776
18777         * gdk/win32/gdkprivate-win32.h: Don't need CPINFO in the
18778         GdkWin32SingleFont struct.
18779
18780         * gdk/win32/gdkfont-win32.c: Some more debugging: Print Unicode
18781         subranges of loaded fonts. Clear font signature first, in case
18782         GetTextCharsetInfo fails. Pretend SYMBOL_CHARSET fonts have
18783         ASCII+Basic Latin (i.e. 0x40--0xFF) as they are single-byte.
18784
18785         * gdk/win32/gdkgc-win32.c: Improved logging. (gdk_gc_postdraw):
18786         Unoffset clip region.
18787
18788 1999-11-23  Tor Lillqvist  <tml@iki.fi>
18789
18790         * gdk/win32/gdkevents-win32.c (gdk_event_translate): set
18791         event->any.window before calling filter functions.
18792
18793 Fri Nov 19 10:34:41 1999  Owen Taylor  <otaylor@redhat.com>
18794
18795         * gtk/gtkgamma.h: Adapt cast macros to standard.
18796
18797 [ Merges from 1.2 ]
18798
18799 Tue Nov 16 10:15:54 1999  Owen Taylor  <otaylor@redhat.com>
18800
18801         * gtk/gtkitemfactory.c (gtk_item_factory_parse_path):
18802         If translation does not include a '/', use entire
18803         translation instead of crashing.
18804
18805 Sun Oct 31 22:21:11 1999  Tim Janik  <timj@gtk.org>
18806
18807         * docs/gtk_tut.sgml:
18808         s/gtk_accel_group_attach/gtk_window_add_accel_group/.
18809
18810 Sat Oct 30 09:09:09 1999  Owen Taylor  <otaylor@redhat.com>
18811
18812         * gtk/gtkselection.c (gtk_target_list_remove): Use
18813         g_list_remove_link, not g_list_remove.
18814
18815         [ From Geert Bevin <gbevin@thunderstorms.org> ]
18816         
18817 Sun Oct 24 07:41:40 1999  Tim Janik  <timj@gtk.org>
18818
18819         * gtk/gtkclist.c (real_undo_selection): commented out g_print()
18820         statement upon unselection (how the heck did that slip in?).
18821
18822 Sat Oct 23 03:03:08 1999  Tim Janik  <timj@gtk.org>
18823
18824         * gtk/gtktext.c (gtk_text_freeze): 
18825         (gtk_text_thaw): undraw/draw cursor here to avoid unnecessary scrolling
18826         in frozen state (and aparently crashes). patch provided by Anders
18827         Melchiorsen <and@kampsax.dtu.dk>.
18828
18829 Sat Oct 23 02:53:20 1999  Tim Janik  <timj@gtk.org>
18830
18831         * fix insensitive default/focus widget activation,
18832         reported by Matt Goodall <mgg@isotek.co.uk>.
18833
18834         * gtk/gtkwindow.c (gtk_window_key_press_event): 
18835         (gtk_window_activate_default):
18836         (gtk_window_activate_focus):
18837         return handled=FALSE for actiavtion of insensitive default
18838         widgets. return handled=TRUE for activation of insensitive
18839         focus widgets. don't activate in either case.
18840
18841 Tue Oct 19 09:55:08 1999  Owen Taylor  <otaylor@redhat.com>
18842
18843         * gtk-config.in (lib_gtk): Switch order of @x_cflags@
18844         and $glib_cflags to match library order and in the
18845         theory that an old version of GLib is more likely to
18846         be in the include directory for X then vice-versa.
18847         (Bug #2776)
18848
18849 Tue Oct 19 09:46:49 1999  Owen Taylor  <otaylor@redhat.com>
18850
18851         * gtk/gtkrc.c (gtk_rc_init): Always use LC_CTYPE 
18852         to determine the locale for fontsets, not LC_MESSAGES;
18853         the user may want English messages with a handling
18854         for non-English languages. (LC_CTYPE=ru_RU LC_MESSAGES=fr_FR
18855         will still be broken) (Bug #2891)
18856
18857 Tue Oct 19 20:36:42 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
18858
18859         * gtk/gtkrc.ko: Fixed the wrong number of "*"'s.
18860
18861 Tue Oct 19 12:15:13 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
18862
18863         * gtk/gtkrc.ko: Changed the Korean default fontset.
18864
18865 Fri Oct  8 02:32:47 1999  Owen Taylor  <otaylor@redhat.com>
18866
18867         * gtk/gtklayout.c (gtk_layout_adjustment_changed): Fix bug
18868         where when scrolling to the left or top double exposes
18869         were done, causing major slowdowns.
18870
18871 Thu Oct  7 18:31:55 1999  Owen Taylor  <otaylor@redhat.com>
18872
18873         * gtk/gtkrc.c (gtk_rc_init): Always normalize codeset
18874         names to lowercase and alphanumeric, before looking
18875         them up.
18876
18877         * gtk/Makefile.am: Install codeset variant gtkrc files
18878         with normalized names.
18879
18880 Thu Oct  7 22:52:42 1999  Tim Janik  <timj@gtk.org>
18881
18882         * gtk/gtkitemfactory.c (gtk_item_factory_popup_with_data): even
18883         popup menus when the menu is already visible, but its parent
18884         is still hidden, (happens after tornoff window got hidden).
18885
18886 Thu Oct  7 11:09:55 1999  Owen Taylor  <otaylor@redhat.com>
18887
18888         * gtk/Makefile.am (install-data-local): Fix
18889         a typo where gtkrc.vi_VN.tcvn5712 wasn't getting
18890         deleted, causing error messages on install.
18891
18892 Thu Oct  7 11:03:06 1999  Owen Taylor  <otaylor@redhat.com>
18893
18894         * gtk/gtk[hv]paned.c (gtk_{h,v}paned_draw): Redraw
18895         the handle as well, since we now sometimes ignore
18896         exposes on the handle while resizing.
18897
18898 Wed Oct  6 18:02:31 1999  Owen Taylor  <otaylor@redhat.com>
18899
18900         * gtk/gtkrc.c (gtk_rc_append_default_pixmap_path): Fix stupid
18901         extra g_free introduced in one of the last one or two 
18902         commits.
18903
18904 Wed Oct  6 16:38:36 1999  Owen Taylor  <otaylor@redhat.com>
18905
18906         * gtk/Makefile.am gtk/gtkrc*: Make naming of gtkrc files
18907         consistent, put each style that a gtkrc.* file creates
18908         in a unique namespace, remove old files before installing.
18909
18910 Wed Oct  6 14:31:16 1999  Owen Taylor  <otaylor@redhat.com>
18911
18912         * gtk/gtkrc.c (gtk_rc_init): Avoid leaking memory when
18913         gtk_rc_init is called multiple times. (Yes, people who
18914         do that have bugs in their code.)
18915
18916 Tue Oct  5 11:36:57 PDT 1999 Manish Singh <yosh@gimp.org>
18917
18918         * gtk/Makefile.am: listing gtkrc in gtkconf_DATA seems to barf.
18919         Remove it since it's generated by the Makefile anyway
18920
18921 Tue Oct  5 02:43:41 1999  Owen Taylor  <otaylor@redhat.com>
18922
18923         * gdk/gdkinputcommon.h (gdk_input_device_new): Free
18924         device->info.axes for core pointer.
18925
18926 Thu Sep 30 13:55:25 1999  Owen Taylor  <otaylor@redhat.com>
18927
18928         * gtk/testgtk.c (destroy_idle_test): Rename idle to 
18929         idle_id, to deal with obsolete, broken C libraries.
18930
18931 Mon Sep 27 02:50:15 1999  Owen Taylor  <otaylor@redhat.com>
18932
18933         * gtk/gtkvscale.c (gtk_vscale_draw): Don't add in
18934         allocation->x/y twice!
18935
18936         * gtk/gtkhscale.c: Make usage of gtk_hscale_pos_trough()
18937         consistent with gtk_vscale_pos_trough().
18938
18939 Sun Sep 26 19:44:34 1999  Owen Taylor  <otaylor@redhat.com>
18940
18941         * gtk/gtkcontainer.c (gtk_container_queue_resize): We may
18942         be queueing a resize on a toplevel container between
18943         the time we show it and when we map it. So, we need
18944         to test GTK_WIDGET_VISIBLE() for toplevels, and only
18945         use GTK_WIDGET_DRAWABLE() for child windows.
18946
18947 Thu Sep 23 16:41:03 1999  Owen Taylor  <otaylor@redhat.com>
18948
18949         * gtk/Makefile.am (LDADDS): Add GDK_WLIBS to LDADDS 
18950         (fixes bug #2144)
18951
18952 Fri Sep 24 00:51:45 1999  Tim Janik  <timj@gtk.org>
18953
18954         * gtk/gtkcontainer.c (gtk_container_queue_resize): check for
18955         container DRAWABLE (instead of VISIBLE), so we don't queue
18956         resizes on non-toplevel containers.
18957
18958 Sun Sep 19 18:13:31 1999  Owen Taylor  <otaylor@redhat.com>
18959
18960         * gtk/gtkselection.[ch]: Make the data argument
18961         const guchar *.
18962
18963 Sat Sep 18 21:27:40 1999  Owen Taylor  <otaylor@redhat.com>
18964
18965         * gtk/gtkwindow.c: Try to behave sensibly if 
18966         the focus widget is the window itself. (Should
18967         we allow this at all?)
18968
18969 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
18970
18971         * gtk/gtkwidget.c (gtk_widget_set_sensitive): 
18972         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): 
18973         * gtk/gtknotebook.c (gtk_notebook_set_show_border): 
18974         * gtk/gtkclist.c (gtk_notebook_set_show_border): make gboolean args
18975         in prototypes and implementations consistent (Tomas Ogren).
18976
18977         * gtk/gtklayout.c (gtk_layout_remove): unset GTK_IS_OFFSCREEN flag
18978         before the widget is unparented (reported by damon).
18979
18980         * gtk/gtkdnd.c: make the cursor and icon data _unsigned_ char,
18981         since we provide unsigned data anyways.
18982
18983 Thu Sep 16 21:32:01 1999  Owen Taylor  <otaylor@redhat.com>
18984
18985         * gtk/gtktooltips.c (gtk_tooltips_set_tip): Delay
18986         the call to gtk_tooltips_layout_text() until later.
18987
18988         * gtk/gtktooltips.c (gtk_tooltips_draw_tips):
18989         Call gtk_widget_ensure_style() before using the style.
18990
18991 Wed Sep 15 02:52:19 1999  Owen Taylor  <otaylor@redhat.com>
18992
18993         * gtk/gtkwidget.c (gtk_widget_event): Added workaround
18994         for old widgets that don't propagate draws to all
18995         children. (Namely gnome-dock for gnome-libs <= 1.0.16)
18996
18997 Tue Sep 14 19:22:19 1999  Tim Janik  <timj@gtk.org>
18998
18999         * gtk/gtkwidget.c (gtk_widget_queue_resize): don't queue the parent
19000         for a redraw but just the widget that requested the resize.
19001
19002 Tue Sep 14 18:29:47 1999  Tim Janik  <timj@gtk.org>
19003
19004         * gtk/gtkcontainer.c: added new widget level method
19005         gtk_container_set_reallocate_redraws() and a GtkContainer flag
19006         reallocate_redraws : 1 to reflect the setting, exported this through
19007         the argument system as a boolean ::reallocate_redraws.
19008
19009         * gtk/gtkwidget.c (gtk_widget_size_allocate): when queueing redraws
19010         on the widget because the allocation changes, do so as well for
19011         widget->parent if the parent has reallocate_redraws set to TRUE.
19012         with that containers requesting reallocation redraws get automatically
19013         redrawn if their children changed allocation (this unfortunately
19014         affects also other children that didn't change allocation, but we
19015         cannot work around that before 1.3).
19016
19017 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
19018
19019         * gtk/gtkwidget.c (gtk_widget_idle_draw): only emit ::draw if width
19020         _and_ height are >0 (not _or_).
19021
19022         * gtk/gtktable.c (gtk_table_remove): use gtk_widget_queue_resize()
19023         instead of gtk_container_queue_resize(), which is a core gtk internal
19024         function (must have been on crack when i queued that).
19025
19026         * gtk/gtkprivate.h: added new private flag GTK_FULLDRAW_PENDING, so
19027         we can check more reliably if we want to discard expose events.
19028         * gtk/gtkwidget.c: added setting/unsetting of the GTK_FULLDRAW_PENDING
19029         flag.
19030         
19031         * gtk/gtkwidget.c (gtk_widget_event): don't discard synthesized exposes,
19032         we simply trust these events. for deciding whether to discard exposes,
19033         check GTK_FULLDRAW_PENDING instead of RESIZE_PENDING.
19034         
19035 Mon Sep 13 15:01:21 1999  Owen Taylor  <otaylor@redhat.com>
19036
19037         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
19038         queues of areas that are completely off screen.
19039
19040         * gtk/gtkwidget.c (gtk_widget_idle_draw): Fix broken
19041         logic for handleboxes.
19042
19043         * gtk/gtkwidget.c (gtk_widget_queue_draw_data): Add santity
19044         check on width/height.
19045
19046 Mon Sep 13 02:22:47 1999  Tim Janik  <timj@gtk.org>
19047
19048         * gtk/Makefile.am: backed out Raja's recent VPATH build "improvements",
19049         we are fine with using $@ the way we do (if we actually encounter
19050         brokeness with $@ in VPATH builds because of additional path prefixes,
19051         we need to use $(@F) actually).
19052
19053 Mon Sep 13 01:34:53 1999  Tim Janik  <timj@gtk.org>
19054
19055         * gtk/gtksignal.c: renamed two variables, hopefully didn't introduce
19056         short lived bugs, that would allow language bindings to do surgeries
19057         to our guts.
19058
19059 Fri Sep 10 15:22:50 1999  Owen Taylor  <otaylor@redhat.com>
19060
19061         * gtk/gtkwindow.c (gtk_window_size_allocate): Fix typo
19062         where comparison was being done against an uninitialized
19063         value causing intermittant results depending on
19064         compiler flags. Also make it clearer that we aren't
19065         ever initializing the child as 0x0 (though this will
19066         be caught in gtk_widget_size_allocate())
19067
19068 Fri Sep 10 10:06:56 1999  Owen Taylor  <otaylor@redhat.com>
19069
19070         * gtk/gtkwindow.c (gtk_window_set_transient_for): Move
19071         gtk_window_unset_transient_for() call after we do checks
19072         involving the old transient parent.
19073         [ From Lance Capser <lmc@cyberhighway.net> ]
19074
19075 1999-09-07  Raja R Harinath  <harinath@cs.umn.edu>
19076
19077         * gtk/Makefile.am (gtk.defs): Go back to using `touch' to create
19078         an empty file.
19079
19080 Mon Sep  6 00:11:56 1999  Lars Hamann  <lars@gtk.org>
19081
19082         * gtk/gtkctree.c (gtk_ctree_is_ancestor): return FALSE if node has
19083         no children. (Reported by: Chris Rogers <gandalf@pobox.com>)
19084
19085 1999-09-03  Raja R Harinath  <harinath@cs.umn.edu>
19086
19087         * gtk/Makefile.am (gen_sources): Improve VPATH builds.
19088         `$@' is valid only in the build dir, not after we've done 
19089         `cd $srcdir'.  Also use `test -f' instead of less portable
19090         `test -e'.
19091
19092 Fri Sep  3 15:59:56 1999  Owen Taylor  <otaylor@redhat.com>
19093
19094         * gtk/gtktext.c (correct_cache_insert): Rewrite
19095          for simplicity, and hopefully correctness.
19096          (Fixes bug #1322, which was a segfault when
19097           on some insertions with the properties around
19098           the insertion set up just wrong.)
19099
19100         * gtk/gtktext.c (gtk_text_adjustment): When we receive
19101          a "changed" signal, clamp the new value to the adjustment
19102          bounds to avoid segfaulting if someone tries to change
19103          the adjustment to a bogus value. (Bug #1795)
19104
19105 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
19106
19107         * gtk/gtkmain.c: Ignore unexpected destroy notifies
19108         for children, for toplevel windows handle them
19109         like delete_event.
19110
19111         * gtk/gtkplug.c: Add an unrealize handler so that
19112         we unref plug->socket_window when we are done
19113         with it.
19114
19115 Fri Sep  3 14:52:54 1999  Owen Taylor  <otaylor@redhat.com>
19116
19117         * gtk/gtktext.c (clear_area): Fix stupid signedness
19118          problem that was causing background to sometimes
19119          be misaligned.
19120
19121 Fri Sep  3 12:26:33 1999  Owen Taylor  <otaylor@redhat.com>
19122
19123         [ Fixes pointed out by Ettore Perazzoli <ettore@comm2000.it> ]
19124         
19125         * gtk/gtkmenu.c (gtk_menu_position): Make
19126          sure we never position menus with negative x, y,
19127          since gtk_widget_set_uposition() can't handle that.
19128
19129         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu):
19130          Modify the positioning code a bit so that we always
19131          put the top-left corner onscreen. (This is for
19132          UI reasons, gtk_menu_position() now takes care of
19133          gtk_widet_set_uposition() brokeness.)
19134
19135 Fri Sep  3 03:06:30 1999  Tim Janik  <timj@gtk.org>
19136
19137         * gtk/Makefile.am: fixed up things for -jx, x > 1.
19138
19139 Sun Sep  5 08:48:51 1999  Owen Taylor  <otaylor@redhat.com>
19140
19141         * gtk/gtkwidget.c (gtk_widget_modify_style): Ref the
19142           RC style that is passed in. The lack of the ref
19143           before was a bug. If people worked around this
19144           bug, this will introduce a slight memory leak
19145           in their code. The code should typically look like:
19146
19147             rc_style = gtk_rc_style_new ();
19148             [...]
19149             gtk_widget_modify_style (widget, rc_style);
19150             gtk_rc_style_unref (rc_style);
19151
19152         * gtk/gtkwidget.c (gtk_widget_modify_style): Reset
19153           the style if it was already set.
19154
19155         * gtk/gtkwidget.c (gtk_widget_set_name): Only set the
19156           style if it was set before.
19157
19158 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
19159
19160         * gtk/testgtk.c (main): Add a check to see if we
19161           are being run from the correct directory and
19162           to quit nicely if we are not.
19163
19164         * gtk/gtkrc.c (gtk_rc_slist_remove_all): Make function
19165           static.
19166
19167 Thu Sep  2 23:00:03 1999  Tim Janik  <timj@gtk.org>
19168
19169         * gtk/gtkenums.h (GtkWindowPosition): added GTK_WIN_POS_CENTER_ALWAYS.
19170
19171         * gtk/gtkwindow.c:
19172         queue resizes unconditionally (gtk_widget_queue_resize will figure
19173         what to do if the window is not realized).
19174         (gtk_window_move_resize): only recenter the window
19175         for GTK_WIN_POS_CENTER_ALWAYS.
19176         (gtk_window_compute_reposition): handle GTK_WIN_POS_CENTER_ALWAYS in
19177         the same way as GTK_WIN_POS_CENTER.
19178
19179 Thu Sep  2 22:39:27 1999  Tim Janik  <timj@gtk.org>
19180
19181         * gtk/gtkwindow.c (gtk_window_reposition): check for the last position
19182         with (!(info->last_flags & GDK_HINT_POS)) instead of
19183         (!info->last_flags & GDK_HINT_POS).
19184
19185         * gtk/gtkwindow.c (gtk_window_move_resize): constrain new_width and
19186         new_height unconditionally, because we use these values even if
19187         !default_size_changed && !hints_changed.
19188         comented the (default_size_changed || hints_changed) case with
19189         respect to resize rejects from the window manager.
19190
19191         * gtk/gtkwindow.c (gtk_window_move_resize): save info->last values
19192         in the zvt condition hack, since this includes the window hints, set
19193         the hints after the handling_resize case.
19194
19195         * gtk/gtkwindow.c (gtk_window_show): constrain the default size that a
19196         window is initially shown with to the geometry.
19197
19198 Thu Sep  2 07:38:56 1999  Tim Janik  <timj@gtk.org>
19199
19200         * gtk/gtkwindow.c (gtk_window_move_resize):
19201         s/size_changed/default_size_changed/g so i know what's
19202         really going on (frying brain on smaller flame now).
19203
19204 Thu Sep  2 05:47:47 1999  Tim Janik  <timj@gtk.org>
19205
19206         * gtk/gtkwindow.c (gtk_window_move_resize): queue a new resize if
19207         we have size_changed upon handling_resize. this is a gross
19208         workaround for the broken zvt widget and should be removed in
19209         1.3 again (search for FIXME).
19210         Owen provided an accurate comment for this:
19211
19212         /* We could be here for two reasons
19213          *  1) We coincidentally got a resize while handling
19214          *     another resize.
19215          *  2) Our computation of size_changed was completely
19216          *     screwed up, probably because one of our children
19217          *     is broken. It's probably a zvt widget.
19218          *
19219          * For 1), we could just go ahead and ask for the
19220          * new size right now, but doing that for 2)
19221          * might well be fighting the user (and can even
19222          * trigger a loop). Since we really don't want to
19223          * do that, we requeue a resize in hopes that
19224          * by the time it gets handled, the child has seen
19225          * the light and is willing to go along with the
19226          * new size. (this happens for the zvt widget, since
19227          * the size_allocate() above will have stored the
19228          * requisition corresponding to the new size in the
19229          * zvt widget)
19230          *
19231          * This doesn't buy us anything for 1), but it shouldn't
19232          * hurt us too badly, since it is what would have
19233          * happened if we had gotten the configure event before
19234          * the new size had been set.
19235          */
19236
19237 Wed Sep  1 20:46:11 1999  Owen Taylor  <otaylor@redhat.com>
19238
19239         * gtk/gtkrc.c: deal properly with the fact that RC
19240           style lists may include rc styles more than once.
19241
19242         * gtk/gtkrc.c (gtk_rc_append_pixmap_path): Removed
19243           unused static function.
19244
19245         * gtk/gtkrc.c (gtk_rc_find_pixmap_in_path): Keep a
19246           stack of directories of RC files currently being
19247           parsed and implicitely add them to pixmap path.
19248           
19249           This fixes a bug where the directory would get
19250           appended then overwritten by pixmap_path declarations.
19251
19252           (bug #1462, from Peter Wainright <prw@wainpr.demon.co.uk>)
19253
19254         * gtk/gtkthemes.c (gtk_theme_engine_unref): Call
19255           theme's exit function. (Patch from Peter Wainwright,
19256           bug #1454)
19257
19258         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy):
19259           Add a destroy() handler to take care of removing
19260           group for menu item. (Fixes bug #1197)
19261
19262         * gtk/gtkwidget.c (gtk_widget_size_request): Fixed thinko
19263           in warning message.
19264
19265 Wed Sep  1 21:27:42 1999  Tim Janik  <timj@gtk.org>
19266
19267         * gtk/gtkwindow.c (gtk_window_move_resize): don't require a server
19268         roundtrip to figure window's width and height, since we know that
19269         anyways from widget->allocation.
19270
19271 Wed Sep  1 12:37:44 1999  Owen Taylor  <otaylor@redhat.com>
19272
19273         * gtk/gtkwindow.c (gtk_window_move_resize): Compute
19274           the hints after we request the new size.
19275
19276 Wed Sep  1 10:38:37 1999  Owen Taylor  <otaylor@redhat.com>
19277
19278         * gtk/gtkwindow.c (gtk_window_compute_hints): Removed
19279           GTK_WIDGET_REALIZED() assertion - we can compute the
19280           hints before we are realized.
19281
19282         * gtk/gtkwindow.c (gtk_window_move_resize): Reorder
19283           hint changing so that we have a value of hints_changed
19284           when we decide whether to constrain the window size.
19285
19286         * gtk/gtkwindow.c (gtk_window_move_resize): Spelling fix.
19287
19288         * gtk/gtkwindow.c (gtk_window_constrain_size): cleanups,
19289         change back to G_MAXINT.
19290
19291 Wed Sep  1 06:54:59 1999  Tim Janik  <timj@gtk.org>
19292
19293         * gtk/gtkwindow.c (gtk_window_get_geometry_info): zero initialize
19294         new GtkWindowGeometryInfo, so fields like GdkGeometry geometry
19295         contain uncluttered values.
19296         (gtk_window_compute_hints): simply assert that window is realized
19297         and that geometry_info is valid, since we rely on this anyways.
19298         (gtk_window_constrain_size): major cleanups to the code.
19299         if (flags & GDK_HINT_BASE_SIZE) use geometry's base width and height
19300         for the base size, instead of the minimums. use 32767 as max width
19301         and height (like in gtkwindow.c) instead of G_MAXINT.
19302
19303 Wed Sep  1 04:41:25 1999  Tim Janik  <timj@gtk.org>
19304
19305         * cleaned up the GtkContainer.need_resize flag handling mess, we
19306         only need to force resize requests when we were prematurely
19307         realized, or our widget tree was modified when we were temporarily
19308         hidden. handling these cases directly upon showing the window (i.e.
19309         while the GdkWindow is still unmapped) avoids the need to wait for
19310         a configure event response and therefore makes the GUI more snappier
19311         and avoids blank windows during the roundtrip.
19312
19313         * gtk/gtkwidget.c:
19314         (gtk_widget_hide): 
19315         (gtk_widget_show): don't queue resizes on toplevels, they know how
19316         to deal with matters.
19317
19318         * gtk/gtkcontainer.c (gtk_container_queue_resize): set the ->need_resize
19319         flag directly for not visible resize containers and spare us unecessary
19320         signal emissions.
19321
19322         * gtk/gtkwindow.c:
19323         (gtk_window_realize): if we need to enforce premature size allocation,
19324         queue a container resize so we are correctly resized later on.
19325         (gtk_window_init):
19326         (gtk_window_size_request):
19327         don't freak around with the ->need_resize flag,
19328         gtk_container_queue_resize() will care about that.
19329         (gtk_window_show):
19330         handle initial resizing issues here, we can handle matters better in
19331         this place, especially since we know that our GdkWindow is still
19332         unmapped.
19333         (gtk_window_move_resize):
19334         don't care about ->need_resize at all.
19335         handle size changes properly that occoured while we waited for a
19336         configure event.
19337
19338 Tue Aug 31 15:58:46 1999  Owen Taylor  <otaylor@redhat.com>
19339
19340         * gtk/gtkwidget.c (gtk_widget_set_uposition):
19341         * gtk/gtkwindow.[hc] (gtk_window_reposition):
19342         Move the hint setting code from gtk_widget_set_uposition
19343         to here; set the hints so that we respect any previously
19344         set geometry hints.
19345
19346         * gtk/gtkwindow.c (gtk_window_compute_reposition): Don't
19347         change the window hints here or move the window here,
19348         let that happen in gtk_window_move_resize().
19349
19350 Tue Aug 31 06:58:52 1999  Tim Janik  <timj@gtk.org>
19351
19352         * gtk/gtkwidget.c (gtk_widget_event): when discarding exposes due
19353         to already queued resizes (and therefore redraws) on a widget, check
19354         its anchestry as well.
19355
19356         * gtk/gtkcontainer.c:
19357         (gtk_container_queue_resize): clear resize widgets for resize
19358         containers before aborting prematurely. this is especially important
19359         for toplevels which may need imemdiate processing or their resize
19360         handler to be queued.
19361         (gtk_container_dequeue_resize_handler): added new internal function for
19362         gtkwindow.c.
19363
19364         * gtk/gtkwindow.c (gtk_window_move_resize): if we are resizing due to a
19365         configure event, take possible changes in window position into account
19366         as well.
19367         if we request a new window size, queue up a resize handler that will
19368         last until the configure event response arrives.
19369         combined the ->need_resize case (initial show) with the general size
19370         (hints) changed case and added even more comments.
19371         if !auto_shrink, only revert to the old allocation if the new size
19372         is smaller than the current allocation.
19373
19374 Tue Aug 31 11:55:20 1999  Owen Taylor  <otaylor@redhat.com>
19375
19376         * gtk/gtkwindow.c (gtk_window_set_arg, gtk_window_set_policy,
19377                            gtk_window_set_geometry_hints
19378                            gtk_window_set_default_size):
19379         When hints are set, queue a resize so that the hints will
19380         be eventually reset on the toplevel.
19381
19382         * gtk/gtkwindow.c (gtk_window_show): Use
19383         gtk_window_compute_default_size(). Clear the need_resize flag
19384         on the initail map so that we don't unnecessarily trigger the
19385         resize code.
19386
19387         * gtk/gtkwindow.c (gtk_window_move_resize): Split apart
19388         into separate functions. Compare the hints we are setting
19389         with what we set last time so that we can accurately
19390         tell when we need to reset the hints.
19391
19392         * gtk/gtkwindow.c (gtk_window_compute_default_size): New
19393         function to figure out the size from requisition
19394         and default_size.
19395
19396         * gtk/gtkwindow.c (gtk_window_constrain_size): Function
19397         from fvwm to constrain a size to the geometry hints.
19398
19399         * gtk/gtkwindow.c (gtk_window_compare_hints): New function
19400         to compare two sets of geometry hints.
19401
19402         * gtk/gtkwindow.c (gtk_window_compute_hints): Renamed
19403         from gtk_window_set_hints(), just compute the hints,
19404         don't set them.
19405
19406         * gtk/gtkwindow.c (gtk_window_compute_reposition): Move
19407         code from gtk_window_move_resize() to separate function,
19408         rationalize a bit.
19409
19410 Tue Aug 31 13:05:03 1999  Owen Taylor  <otaylor@redhat.com>
19411
19412         * gtkrc.h: Move the ref_count member out of the GtkRcStyle
19413         structure into a new private structure.
19414
19415         * gtkrc.c: Split GtkRcStyle into public/private.
19416         In the private part, add a list of pointers to the
19417         RcStyle lists this RcStyle participates in.
19418
19419         * gtkrc.c: When a RcStyle is free, remove all
19420         lists referencing it from the 
19421         realized_style_ht hash, and free those lists.
19422         
19423         * gtk/gtkrc.c (gtk_rc_clear_styles): Don't call
19424         gtk_rc_init(), since that adds the default styles
19425         to the list of parsed RC files again.
19426
19427         * gtk/gtkrc.c: Use gtk_rc_style_find() consistently.
19428         
19429 Thu Aug 26 14:14:42 1999  Tim Janik  <timj@gtk.org>
19430
19431         * gtk/gtkwidget.c (gtk_widget_size_allocate): reactivated the sanity
19432         checks that ensure that a widget's allocation is at least 1 in width
19433         and height. (GNOME note: this doesn't affect old panel code anymore,
19434         because GtkSocket will request width and height of at least 1 since
19435         Fri Jul 23).
19436
19437         * gtk/gtkwindow.c (gtk_window_realize): if the widget hasn't been
19438         allocated yet (happens if the user realizes the window prematurely),
19439         size request and allocate it.
19440         (gtk_window_size_allocate): guard against guint underflows.
19441
19442 Wed Aug 25 19:01:36 1999  Lars Hamann  <lars@gtk.org>
19443
19444         * gtk/Makefile.am (gtk_built_sources): reordered stamp-gtk.defs
19445         in gtk_built_sources, so gtk.defs gets built prior to all other
19446         sources.
19447
19448 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
19449
19450         * gtk/Makefile.am:
19451         invoke indent on gtkmarshal.*. 
19452         rewrote source generation rules, use COPYING as oldest source tag for
19453         a piggyback rule to generate all sources from (don't touch it ;).
19454         major cleanups, strip spaces on build rules for GNU Make.
19455
19456         * gtk/genmarshal.pl: don't operate on hardcoded filenames but take
19457         source and target files from commandline arguments. don't invoke indent.
19458
19459 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
19460
19461         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
19462         notebook after switch to avoid drawing problems.
19463         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
19464         
19465         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
19466         show them instead. 
19467         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
19468
19469 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
19470
19471         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
19472         notebook after switch to avoid drawing problems.
19473         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
19474         
19475         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
19476         show them instead. 
19477         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
19478
19479 Wed Aug 18 09:20:10 1999  Tim Janik  <timj@gtk.org>
19480
19481         * gtk/gtkwindow.c:
19482         we use window->need_resize from configure_event now, to indicate that
19483         the gtkwindow should keep its allocation (e.g. because the user resized
19484         the window through window manager handles). resize_count is now reliably
19485         used to figure whether we got the allocation we requested from the
19486         window manager.
19487         configure events get queued as resizes now, the real stuff (size
19488         computation and allocation) now only goes on in gtk_window_move_resize().
19489         GtkWindow's requisition now contains its *real* requisition (like all
19490         other widgets), *not* taking usize into account.
19491         geometry_info->last_{width|height} is now updated from set_hints() only
19492         so it always contains the last hints we set for the window manager.
19493         made some event handlers return TRUE instead of FALSE.
19494         the overall code should be much more straight forward now, and the
19495         significant code portions are accompanied by comments now.
19496         (gtk_window_set_hints):
19497         removed requisition argument and made it
19498         fetch the requisition through gtk_widget_get_child_requisition.
19499         we also don't move the gdkwindow here anymore, gtk_window_move_resize()
19500         does that now.
19501         (gtk_window_show):
19502         ensure that the widget is realized before calling 
19503         gtk_container_check_resize() (and thus gtk_window_move_resize()), also
19504         ensure that we got properly size requested and allocated before
19505         realization.
19506         (gtk_window_configure_event):
19507         ignore plain window moves, or reallocate the widget tree through the
19508         resize queue otherwise.
19509         (gtk_window_move_resize):
19510         mostly rewrote this function to figure window manager hints more
19511         reliably, coalesce window moves and resizes to reduce configure events
19512         and do actuall size allocations.
19513
19514 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
19515
19516         * gtk/gtkwidget.c (gtk_widget_event): discard expose events for widgets
19517         that have a resize pending, because a redraw is already queued for them.
19518
19519         * gtk/gtkcontainer.c: removed ugly connect_to ::size_allocate signal
19520         hack to clear resize_widgets.
19521
19522         * gtk/gtkwidget.c (gtk_widget_size_allocate): call clear_resize_widgets
19523         for resize containers prior to size allocation. (this is also a bit
19524         ugly, but avoids side effects for stopped emissions and is thus more
19525         reliable).
19526         (gtk_widget_unparent): removed disconnect call for clear_resize_widgets.
19527
19528         * gtk/gtktooltips.c (gtk_tooltips_paint_window): renamed this
19529         function from gtk_tooltips_expose, as we connect to ::expose_event
19530         *and* ::draw now.
19531
19532 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
19533
19534         * gtk/gtkselection.c (gtk_target_list_ref): Added missing sanity
19535         checks.
19536         (gtk_target_list_unref): Likewise.
19537
19538         * gtk/gtkthemes.c (gtk_theme_engine_unref): Likewise.
19539
19540 Tue Aug 17 15:47:07 1999  Owen Taylor  <otaylor@redhat.com>
19541
19542         * gtk/gtkcolorsel.c (gtk_color_selection_draw_value_bar):
19543         guard against division by zero. (Fixes bug #1339)
19544
19545 Tue Aug 17 10:56:49 1999  Owen Taylor  <otaylor@redhat.com>
19546
19547         * gtk/gtkentry.c (gtk_move_{forward,backward}_word): 
19548         Prevent the trivial leak of information of allowing
19549         word motion when the entry is not visible.
19550
19551 Tue Aug 17 10:28:52 1999  Owen Taylor  <otaylor@redhat.com>
19552
19553         * gtk/gtkfilesel.c (gtk_file_selection_fileop_error): Propagate
19554         modality to error dialog as well as confirmation dialogs.
19555         (Bug #1803, reported by Rosanna Wing Sze Yuen)
19556
19557 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
19558
19559         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): Honor
19560         tree->view_lines.
19561         (gtk-guy-990611-3.patch: Guy Harris <guy@netapp.com>)
19562
19563         * gtk/Makefile.am (install-data-local): Solaris apparently
19564         has various troubles with ln -f; use rm first instead.
19565         (gtk-guy-990611-2.patch: Guy Harris <guy@netapp.com>)
19566
19567 1999-07-30  Raja R Harinath  <harinath@cs.umn.edu>
19568
19569         * gtk/Makefile.am (stamp-m): Don't `mv' from builddir to srcdir,
19570         use `cp' followed by `rm' (the `rm' was already there).
19571
19572 July 30, 1999 Elliot Lee <sopwith@redhat.com>
19573         
19574         * configure.in: Fix autoconf warnings about cross compilation by
19575         trying to provide sane defaults for AC_TRY_RUN.
19576         * gtk/Makefile.am: If we refer to gtkmarshal.[ch] in $(srcdir),
19577         put them into $(srcdir) when generated. Also add a dependency of
19578         gtksignal.h on gtkmarshal.h for -j builds. 
19579         * gtk/gtk(dnd,style,gamma).c: Minor warning fixes.
19580
19581 Wed Jul 28 09:29:19 1999  Owen Taylor  <otaylor@redhat.com>
19582
19583         * gtk/gtkmain.c (gtk_main_iteration_do): Added missing
19584         GDK_THREADS_{LEAVE,ENTER} pair.
19585         (From Paul Fisher <pnfisher@redhat.com>)
19586
19587 Fri Jul 23 01:00:15 1999  Tim Janik  <timj@gtk.org>
19588
19589         * gtk/gtksocket.c (gtk_socket_size_request): asure that the requested
19590         width and height are always >0 (owen).
19591
19592 Fri Jul 23 00:00:47 1999  Tim Janik  <timj@gtk.org>
19593
19594         * gtk/gtkwidget.c (gtk_widget_size_allocate): backed out my recent
19595         change that assured that a widget's allocated with and height are
19596         always >1, since this breaks *buggy* panel code. unfortunately this
19597         back-breaks the gimp's color selector.
19598
19599         * gtk/gtkdrawingarea.c (gtk_drawing_area_size_allocate): asure that our
19600         allocation is always >0 in width and height, before sending the
19601         configure event; this is a *gross* hack to get the gimp back to work.
19602         
19603         * marked both cases with TODO-1.3
19604
19605 Wed Jul 21 15:47:39 1999  Owen Taylor  <otaylor@redhat.com>
19606
19607         * gtk/gtktext.c: Don't display wrap indicators when
19608         text is not editable and word wrap is on.
19609
19610 Wed Jul 21 08:21:40 1999  Tim Janik  <timj@gtk.org>
19611
19612         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): special case
19613         option menus here as they are not derived from menu shell, assure that
19614         the option menu has a menu we can add items to.
19615
19616 Tue Jul 20 23:29:48 1999  Tim Janik  <timj@gtk.org>
19617
19618         * gtk/gtknotebook.c (gtk_notebook_page_allocate): convert allocation->
19619         width/height to (gint) before calculations and check against < 0 to
19620         avoid guint wraparounds.
19621
19622 Sun Jul 18 00:35:49 1999  Tim Janik  <timj@gtk.org>
19623
19624         * gtk/gtkwidget.c (gtk_widget_size_allocate): ensure that the allocated
19625         width and height is never zero. sanity check both dimensions against
19626         32767 and issue a warning if the allocation is greater than that.
19627
19628 Wed Jul  7 15:03:30 1999  Owen Taylor  <otaylor@redhat.com>
19629
19630         * gtk/gtkmain.c (gtk_events_pending): Unlock around call
19631         to g_main_pending() as well.
19632
19633 Wed Jul  7 14:59:01 1999  Owen Taylor  <otaylor@redhat.com>
19634
19635         * gtk/gtkmain.c (gtk_main_iteration): Unlock around
19636         call to g_main_iteration() - since that will regrab
19637         GTK+ lock to process events.
19638
19639 Thu Jul  1 15:01:55 1999  Owen Taylor  <otaylor@redhat.com>
19640
19641         * gtk/gtkwindow.c
19642         - Regularize with the rest of GTK+ by making widget->requisition
19643           not reflect the set_usize()
19644         - Always recompute geometry hints, then check if they
19645           changed before sending them to the X server. The
19646           previous checks for changes would fail in a number
19647           of circumstances. 
19648
19649 Thu Jul  1 11:55:59 1999  Owen Taylor  <otaylor@redhat.com>
19650
19651         * gtk/gtkstyle.c: Include <stdlib.h> for strcmp().
19652
19653 Wed Jun 30 19:26:36 1999  Owen Taylor  <otaylor@redhat.com>
19654
19655         * gtk/gtkdnd.c:
19656         - Code cleanups
19657         - Instantaneously update on modifier key presses
19658         - Allow cancellation of the drag with Escape.
19659
19660 Tue Jun 29 17:04:09 1999  Owen Taylor  <otaylor@redhat.com>
19661
19662         * gtk/testgtk.c (create_handle_box): Set the policy
19663         to auto_shrink - otherwise the appearance is rather
19664         strange when flipping between horizontal and vertical.
19665
19666 Mon Jun 28 09:29:52 1999  Tim Janik  <timj@gtk.org>
19667
19668         * gtk/gtkwindow.c: add ::default_width and ::default_height arguments.
19669         (gtk_window_set_default_size): don't change a value if it's < 0.
19670         queue a resize.
19671
19672 Sun Jun 27 11:00:33 1999  Tim Janik  <timj@gtk.org>
19673
19674         * gtk/gtktext.c (gtk_text_insert): don't segfault on NULL inserts.
19675
19676 Mon Jun 28 12:08:25 1999  Owen Taylor  <otaylor@redhat.com>
19677
19678         * gtk/gtkfilesel.c (cmpl_completion_fullname): Don't
19679         add an extra "/" when concating "/" + filename.
19680         (From Matt Grossman <mattg@oz.net>)
19681
19682 Mon Jun 28 10:57:12 1999  Owen Taylor  <otaylor@redhat.com>
19683
19684         * gtk/gtkctree.c (draw_cell_pixmap): Reset clip mask
19685         for fg_gc if we set it for drawing pixmap.
19686
19687 Tue Jun 15 12:45:12 1999  Owen Taylor  <otaylor@redhat.com>
19688
19689         Fixes from Peter Wainwright <prw@wainpr.demon.co.uk>
19690         
19691         * gtk/gtkrc.c (gtk_rc_parse_engine): If rc_style->engine is
19692         already set, call old engine's destroy function and
19693         unref the old engine.
19694
19695 Thu Jun 10 17:59:38 1999  Tim Janik  <timj@gtk.org>
19696
19697         * gtk/gtkdrawingarea.c (gtk_drawing_area_size): queue a resize.
19698
19699 Wed Jun  9 15:13:16 1999  Tim Janik  <timj@gtk.org>
19700
19701         * gtk/gtkaccelgroup.h: mark certain functions as internal.
19702
19703 Wed Jun  9 13:48:28 1999  Tim Janik  <timj@gtk.org>
19704
19705         * gtk/gtkpreview.c (gtk_preview_set_expand): queue a resize if the
19706         expand behaviour changed.
19707
19708         * gtk/gtklabel.c (gtk_label_set_pattern):
19709         (gtk_label_set_justify):
19710         (gtk_label_set_line_wrap):
19711         don't bother invoking queue_clear, the reallocation does
19712         that for us, always free_words so the upcoming resize will
19713         relayout the label's contents.
19714
19715 Wed Jun  9 12:50:48 1999  Tim Janik  <timj@gtk.org>
19716
19717         * applied argument implementation patches from Elena Devdariani
19718         <elena@cogent.ca>.
19719
19720         * gtk/gtktoolbar.c: ::orientation, ::toolbar_style, ::space_size,
19721         ::space_style, ::relief
19722         * gtk/gtkruler.c: ::lower, ::upper, ::position, ::max_size
19723         * gtk/gtkpreview.c: ::expand
19724         * gtk/gtkpaned.c: ::handle_size, ::gutter_size
19725         * gtk/gtknotebook.c: ::homogeneous
19726         * gtk/gtklabel.c: ::wrap
19727         * gtk/gtklist.c: ::selection_mode
19728         * gtk/gtkhandlebox.c: ::handle_position, ::snap_edge
19729         * gtk/gtkcurve.c: ::curve_type, ::min_x, ::max_x, ::min_y, ::max_y
19730         * gtk/gtkcolorsel.c: ::update_policy, ::use_opacity
19731         * gtk/gtkclist.c: ::sort_type
19732         * gtk/gtkcheckmenuitem.c: ::active, ::show_toggle
19733         * gtk/gtkaspectframe.c: ::xalign, ::yalign, ::ratio, ::obey_child
19734
19735 Tue Jun  1 23:38:38 1999  Owen Taylor  <otaylor@redhat.com>
19736
19737         * gtk/gtkstyle.c: Removed ill-thought-out part of last
19738         comment.
19739
19740 Tue Jun  1 23:30:09 1999  Owen Taylor  <otaylor@redhat.com>
19741
19742         * gtk/gtkstyle.c (gtk_style_attach): Get the reference
19743         counting right when we have to attach a new style
19744         for a different visual. (Chi-Deok Hwang <cdhwang@sr.hei.co.kr>)
19745
19746         * gtk/gtkstyle.c: Documented the refcounting
19747         peculularities of gtk_style_attach.
19748
19749 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
19750
19751         * gtk/gtkwindow.c (gtk_window_new): added return if fail for invalid
19752         window types.
19753
19754         * examples/packer/pack.c (main): use GTK_WINDOW_TOPLEVEL instead
19755         of GTK_TOPLEVEL for creating the window.
19756
19757 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
19758
19759         * gtk/gtkmain.c (gtk_init_check): don't segfault when --gtk-module is
19760         the last argument (reported by Per Winkvist).
19761         
19762 Tue May 25 13:13:12 1999  Owen Taylor  <otaylor@redhat.com>
19763
19764         Fixes for invisible XOR lines (Frank Loemker
19765         <floemker@TechFak.Uni-Bielefeld.DE>)
19766         
19767         * gtk/gtkclist.c (gtk_clist_realize): Always use
19768         a non-zero pixel for GDK_XOR.
19769
19770         * gtk/gtkvpaned.c gtk/gtkhpaned.c: 
19771         Use GDK_INVERT instead of GDK_XOR.
19772
19773 Wed May 12 21:56:40 1999  Lars Hamann  <lars@gtk.org>
19774
19775         * gtk/gtkclist.c (adjust_adjustments): signal emit value_changed
19776         signals if h/voffsets differ from adjustment values.
19777         Reportet by Jerome Bolliet <bolliet@in2p3.fr>
19778
19779 Mon May 10 04:20:41 1999  Tim Janik  <timj@gtk.org>
19780
19781         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): propagate
19782         ::selection-done emissions up to the topmost menu shell.
19783
19784 Fri May  7 10:15:14 1999  Owen Taylor  <otaylor@redhat.com>
19785
19786         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): Unset
19787         the user data on the window before destroying it.
19788
19789         * gtk/gtknotebook.c (gtk_notebook_unrealize): Add an
19790         unrealize handler to take care of destroying 
19791         notebook->panel properly. 
19792         (Bug #1198 - Morten Welinder <terra@diku.dk>)
19793
19794         * gtk/gtktext.c (expand_scratch_buffer): Fix reversal
19795         of g_new and g_realloc to stop memory leak. (Actually,
19796         we could just use g_realloc(), but I'm not 100% sure
19797         that is portable).
19798         (Bug #1196 - Morten Welinder <terra@diku.dk>)
19799
19800 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
19801
19802         * gtk/gtkplug.h: Removed stray GtkPlugButton declaration.
19803
19804         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
19805         for fontsets.
19806
19807         * gtk/gtkbutton.c (gtkbutton_expose): Fix warning
19808         with bin/button confusion.
19809
19810 Thu May  6 04:53:26 1999  Tim Janik  <timj@gtk.org>
19811
19812         * gtk/testgtk.c: in the ItemFactory test, link radio items together,
19813         and show how preselection of radio items is done.
19814
19815 Sun May  2 13:31:14 1999  Tim Janik  <timj@gtk.org>
19816
19817         * gtk/gtktreeitem.c (gtk_tree_item_set_subtree): 
19818         * gtk/gtktree.c (gtk_tree_add) (gtk_tree_insert):
19819         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): 
19820         * gtk/gtkpaned.c (gtk_paned_pack2) (gtk_paned_pack1):
19821         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_add): 
19822         * gtk/gtktable.c (gtk_table_attach): 
19823         * gtk/gtklist.c (gtk_list_insert_items): 
19824         * gtk/gtkmenushell.c (gtk_menu_shell_insert): 
19825         * gtk/gtknotebook.c (gtk_notebook_insert_page_menu): 
19826         * gtk/gtkpacker.c (gtk_packer_add_defaults) (gtk_packer_add): 
19827         * gtk/gtkbin.c (gtk_bin_add): 
19828         * gtk/gtkbox.c (gtk_box_pack_start) (gtk_box_pack_end): 
19829         * gtk/gtkfixed.c (gtk_fixed_put): 
19830         * gtk/gtklayout.c (gtk_layout_put):
19831         general fixups to container_add logic. always realize child if
19832         child->parent is realized, only map the child and queue a resize
19833         if child and child->parent are both visible.
19834
19835 Fri Apr 30 09:02:28 1999  Tim Janik  <timj@gtk.org>
19836
19837         * gtk/gtkwidget.c (gtk_widget_real_unrealize): use gtk_container_forall
19838         instead of gtk_container_foreach to walk and unrealize children, so
19839         composite children get also unrealized.
19840         (gtk_widget_real_show): don't call gtk_widget_map() if we don't need to.
19841         (gtk_widget_map): assert that the widget is visible (basic constrain).
19842         (gtk_widget_real_map): assert that the widget is realized (basic
19843         constrain).
19844
19845 Fri Apr 29 00:53:20 1999  Tim Janik  <timj@gtk.org>
19846
19847         * gtk/gtkbindings.c (gtk_pattern_spec_init): plugged a memory leak.
19848
19849 Tue May  4 09:32:08 1999  Owen Taylor  <otaylor@redhat.com>
19850
19851         * gtk/Makefile.am gtk/gtkrc.iso-8859-2: Add a gtkrc
19852         file for iso-8859-2 locales.
19853
19854         * configure.in (ALL_LINGUAS): ALL_LINGUAS update.
19855
19856 Tue Apr 27 16:38:32 1999  Owen Taylor  <otaylor@redhat.com>
19857
19858         * gtk/Makefile.am: Fix typo of static_sources for static_SOURCES.
19859          (Pointed out by andy@rz.uni-karlsruhe.de and others).
19860          Remove some suspicious and useless lines. 
19861
19862 Tue May  4 08:44:08 1999  Owen Taylor  <otaylor@redhat.com>
19863
19864         * gtk/gtkclist.c (gtk_clist_draw, draw_rows): Use 
19865         width,height = 0, 0 to mean - here to edge of window,
19866         instead of -1, -1, since the former is all we support.
19867
19868 Tue May  4 08:34:43 1999  Owen Taylor  <otaylor@redhat.com>
19869
19870         * gtk/gtkmain.c (gtk_main): Correctly free list nodes
19871         when removing from quit_functions list.
19872
19873 Tue Apr 27 14:17:16 1999  Tim Janik  <timj@gtk.org>
19874
19875         * gtk/gtkpacker.c (gtk_packer_size_request): remove unused variable.
19876
19877 Tue Apr 27 18:23:35 1999  Owen Taylor  <otaylor@redhat.com>
19878
19879         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): 
19880          When redrawing characters on non-visible entry, use appropriate
19881          '*' character. (Bug #1130 - Jean-Marc Jacquet <jm@littleigloo.org>)
19882
19883 Tue Apr 27 01:31:40 1999  Lars Hamann  <lars@gtk.org>
19884
19885         * gtk/gtkclist.c (drag_dest_cell): compute destination cell
19886         from drag coordinates.
19887         (gtk_clist_drag_data_received) (gtk_clist_drag_motion):
19888         use drag_dest_cell.
19889
19890         * gtk/gtktree (drag_dest_cell)
19891         (gtk_ctree_drag_data_received) (gtk_ctree_drag_motion): likewise.
19892         (Bug #1129)
19893
19894 Wed Apr 21 21:26:11 1999  Tim Janik  <timj@gtk.org>
19895
19896         * gtk/gtkitemfactory.c (gtk_item_factory_init): properly initialize
19897         translate_* fields.
19898         (gtk_item_factory_finalize): invoke translate_notify independant from
19899         translate_data.
19900         (gtk_item_factory_set_translate_func): likewise.
19901         (gtk_item_factory_destroy): only remove ifactory pointer from those
19902         widgets that belong to us (stupid me).
19903
19904 Mon Apr 19 12:05:31 1999  Owen Taylor  <otaylor@redhat.com>
19905
19906         * gtk/gtkrc.c (gtk_rc_style_init): Fixed leak of
19907         rc_style list when lookup succeeeds.
19908
19909 Thu Apr 15 01:11:24 1999  Lars Hamann  <lars@gtk.org>
19910
19911         * gtk/gtkctree.c (resync_selection): 
19912         * gtk/gtkclist.c (resync_selection): fixed undo_selection bug.
19913         * gtk/gtkclist.c (gtk_clist_button_release): fixed resync_selection
19914         bug.
19915
19916 Fri Apr  9 19:22:19 1999  Owen Taylor  <otaylor@redhat.com>
19917
19918         * gtk/gtkcolorsel.c gtk/gtkdnd.c gtk/gtkmenuitem.c:
19919         Add some missing GDK_THREADS_ENTER()/LEAVE around
19920         timeouts. (Patches from Sebastian Wilhelmi <wilhelmi@ira.uka.de>)
19921
19922 Thu Apr  8 20:10:33 1999  Tim Janik  <timj@gtk.org>
19923
19924         * gtk/gtkentry.c (gtk_entry_key_press): use gtk_widget_activate()
19925         rather than emit_by_name.
19926
19927         * gtk/gtkeditable.c (gtk_editable_insert_text): keep a reference
19928         on the widget across multiple signal emissions.
19929         (gtk_editable_delete_text): same here.
19930         (gtk_editable_class_init): set widget_class->activate_signal after
19931         editable_signals[ACTIVATE] has been created.
19932
19933 Wed Apr  7 22:59:47 1999  Owen Taylor  <otaylor@redhat.com>
19934
19935         * gtk/gtkpaned.c (gtk_paned_set_position): Don't clamp
19936         position here prematurely -- we might not have the
19937         right ->min_position and ->max_position yet.
19938
19939 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
19940
19941         * gtk/gtkselection.c gdk/gdkselection.c: (gtk_selection_request):
19942         Add error traps so if the other end of the connection
19943         dies, we survive.
19944
19945         * gtk/gtkselection.c (gtk_selection_notify): Clean
19946         up properly when selection property retrieval fails.
19947         
19948         * gtk/gtkselection.c (gtk_selection_request): Correctly
19949         reject SelectionRequest notifies where the handler
19950         returns no data.
19951
19952 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
19953
19954         * gtk/gtkdnd.c (gtk_drag_dest_leave): Only unhighlight
19955         when we've previously highlighted.
19956
19957         * gtk/gtkdnd.c (gtk_drag_dest_handle_event): Don't
19958         emit two "drag_leave" signals for Motif drops.
19959
19960         * gtk/gtkdnd.c (gtk_drag_source_handle_event): Send
19961         back the correct status messages when dropping from
19962         Motif onto a proxy window that is rejecting the
19963         drop.
19964
19965 Sat Mar 27 23:32:13 1999  Tim Janik  <timj@gtk.org>
19966
19967         * gtk/gtkarg.[hc]: added functions from GLE, gtk_arg_reset() to free
19968         the value and reset type to GTK_TYPE_INVALID, and gtk_arg_values_equal()
19969         to compare two argument values. added gtk_arg_to_valueloc() to set a
19970         variable from an arg through its location (pointer).
19971
19972         * gtk/gtkobject.[hc]: implemented gtk_object_get() in terms of
19973         gtk_object_arg_get() and gtk_arg_to_valueloc(), floats are collected
19974         as gfloat*, uchars are collected as guchar*, ints are collected as
19975         gint*, etc...
19976
19977 Mon Mar 29 17:45:47 1999  Owen Taylor  <otaylor@redhat.com>
19978
19979         * gtk/gtkaccelgroup.c gtk/gtkgtkbindings.c:
19980         Include <string.h> instead of <strings.h>.
19981
19982         * gtk/gtkstyle.c: Fix double include of gtkthemes.h
19983         (actually, a lot more duplicate includes occur if
19984          you trace through the sequence of #include's)
19985         gtk-jbb-990320-0: John Bley, jbb6@acpub.duke.edu
19986         
19987 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
19988
19989         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
19990         gtk-a-higuti-990322-[0-3]
19991
19992         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
19993         that was causing -DX_LOCALE not to work.
19994
19995         * gtk/gtkrc.c (gtk_rc_init):
19996         X_LOCALE will never have LC_MESSAGES defined
19997
19998 Thu Mar 25 12:38:31 1999  Tim Janik  <timj@gtk.org>
19999
20000         * gtk/gtkrc.c (gtk_rc_append_default_module_path): get $HOME from
20001         g_get_home_dir() (gtk-pmc-990123-0.patch.gz).
20002
20003         * gtk/gtkwindow.c (gtk_window_key_press_event): feature keypad up/down/
20004         left/right as well (gtk-michael-980726-0.patch.gz).
20005
20006         * gtk/gtklabel.[hc]: bunch of miscellaneous cleanups, such as s/0/NULL/
20007         for pointer values, use gchar instead of char. fixed uline allocation
20008         leaks, changed the allocation pattern so we use G_ALLOC_AND_FREE mem
20009         chunks instead of G_ALLOC_ONLY.
20010         (gtk_label_size_request): always alter requisition as passed and leave
20011         widget->requisition alone.
20012         (gtk_label_set_text): allow NULL strings.
20013         (gtk_label_new): likewise.
20014
20015 Wed Mar 24 09:24:03 1999  Tim Janik  <timj@gtk.org>
20016
20017         * gtk/gtkdrawingarea.[hc]: type/macro fixups.
20018
20019 Mon Mar 22 05:51:34 1999  Tim Janik  <timj@gtk.org>
20020
20021         * gtk/gtkbin.c (gtk_bin_draw): only redraw children that are visible
20022         *and* mapped (i.e. drawable).
20023         (gtk_bin_expose): only send exposes to drawable children.
20024
20025         * gtk/gtkbox.c (gtk_box_draw): only redraw children that are drawable.
20026         (gtk_box_expose): only send exposes to drawable children.
20027
20028         * gtk/gtkhscale.c (gtk_hscale_draw): 
20029         * gtk/gtkvscale.c (gtk_vscale_draw):
20030         hm, this is an ugly one. we first compute the size of our trough area
20031         here (window relative) and then check intersection with the draw_area
20032         which is parent relative because we're a NO_WINDOW widget, so we need
20033         to offset the trough area by allocation.x and allocation.y before the
20034         check. (this must not be done for the background area though, since
20035         that's already computed parent relative).
20036
20037 Mon Mar 22 00:41:39 1999  Lars Hamann  <lars@gtk.org>
20038
20039         * gtk/gtkclist.c (gtk_clist_unrealize): unmap clist if neccessary,
20040         unrealize title buttons.
20041
20042 Fri Mar 19 00:00:22 1999  Lars Hamann  <lars@gtk.org>
20043
20044         * gtk/gtkclist.c (gtk_clist_column_title_passive)
20045         (gtk_clist_column_title_active): 
20046         only connect/disconnect to GtkWidgetClass::event to block mouse events.
20047
20048         * gtk/gtkclist.c (vertical_timeout) (horizontal_timeout): 
20049         zero initialize event, removed superfluous gdk_window_get_pointer call
20050
20051         * gtk/gtklist.c (gtk_list_vertical_timeout)
20052         (gtk_list_horizontal_timeout): removed superfluous
20053         gdk_window_get_pointer call
20054
20055 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
20056
20057         * plugging problems reported by "Bruce Mitchener, Jr."
20058         <bruce@puremagic.com> due to a purify session.
20059
20060         * gtk/gtkstyle.c:
20061         (gtk_style_ref): 
20062         (gtk_style_unref): assert ref_count to be > 0.
20063
20064         * gtk/gtkclist.c (gtk_clist_set_cell_style): { 0 } initilaize
20065         the requisition.
20066         (gtk_clist_set_shift): likewise.
20067
20068         * gtk/gtklayout.c: introduce gtk_layout_finalize() to unref the
20069         adjustments.
20070
20071         * gtk/gtklist.c (gtk_list_horizontal_timeout): zero initialize the
20072         event before sending it and set send_event to TRUE (which needs to
20073         be done for *all* synthesized events).
20074         (gtk_list_vertical_timeout): likewise.
20075
20076         * gtk/gtktipsquery.c (gtk_tips_query_destroy): plug small memory
20077         leaks.
20078
20079         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set send_event
20080         to TRUE when synthesizing events.
20081
20082 [ *** end of merges from 1.2 *** ]      
20083         
20084 1999-11-21  Tor Lillqvist  <tml@iki.fi>
20085
20086         * gdk/gdkconfig.h: Remove, as this is a file generated by configure
20087         (or copied from gdkconfig.h.win32 on Win32, sigh).
20088
20089         * gdk/gdkprivate.h: Mark gdk_parent_root for export from DLL.
20090
20091         * gdk/gdk.c (gdk_keyval_convert_case): Fix typo.
20092
20093         * gdk/gdkgc.c (gdk_gc_alloc): Remove duplicated line.
20094
20095         * gdk/gdkconfig.h.win32: New file.
20096
20097         * gdk/win32/makefile.cygwin: Build just a static archive here.
20098
20099         * gdk/makefile.cygwin: New file. Get the win32-specific stuff
20100         for the DLL from the static archive built above.
20101
20102         * gdk/gdk.def: Moved here from the win32 subdirectory.
20103
20104         * gdk/win32/*: Adapt for the changed private struct organisation.
20105
20106         * gtk/makefile.{cygwin,msc}: Get gdk library from ../gdk now.
20107
20108 Sun Nov 21 16:44:35 1999  Stefan Jeske  <stefan@gtk.org>
20109
20110         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): Added support 
20111         for wheel mice (buttons 4 and 5).
20112
20113 1999-11-18  Tor Lillqvist  <tml@iki.fi>
20114
20115         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Also for truecolor
20116         drawables use just the pixel field in the foreground and
20117         background GdkColor of the GdkGC.
20118
20119         gdk_gc_set_{fore,back}ground() are called in the GIMP with
20120         GdkColors containing uninitialized (red,green,blue) fields, and
20121         just the pixel field filled in, and furthermore in the
20122         visual-dependent format as returned by gdk_rgb_xpixel_from_rgb().
20123         It thus turns out that we really don't need to have the full
20124         GdkColor for fg and bg in GdkGCWin32Data after all. Will change
20125         it later to have just the pixel values.
20126
20127 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
20128
20129         * docs/gtkfaq.sgml: s/gtk_main_iteration/g_main_iteration/
20130
20131 Sat Nov 13 22:30:29 GMT 1999 Tony Gale  <gale@gtk.org>
20132
20133         * docs/gtkfaq.sgml: threads example from Erik Mouw.
20134         New question on GtkLabel background colors.
20135
20136         * docs/gtk_tut.sgml:
20137           - Correct the example code callback
20138             function definitions.
20139           - Update the gtkdial example code, from Frans van Schaik.
20140           - Update setselection.c to current API.
20141
20142         * examples/Makefile examples/*/*.c: Update to code
20143         listed in tutorial.
20144
20145 1999-11-10  Tor Lillqvist  <tml@iki.fi>
20146
20147         * gdk/win32/gdkfont-win32.c: Fix a couple of bugs. The Unicode
20148         subrange table (from the "Developing International Software for
20149         WIndows 95 and Windows NT" book) was missing the Hangul syllable
20150         block... Get the loaded font's charset correctly.
20151
20152         (Note that this, and the other *-win32.c files, still really are
20153         the old ones, the win32 subdirectory is not ready for compilation
20154         yet after the reorg.)
20155
20156 Wed Nov 10 17:26:49 GMT 1999 Tony Gale  <gale@gtk.org>
20157
20158         * gtk/gtkclist.c: Fix off-by-one bug in parameter
20159         check.
20160
20161 Wed Nov 10 12:12:03 1999  Owen Taylor  <otaylor@redhat.com>
20162
20163         * gdk/x11/gdkinput-{x11,xfree}.c: Call XFreeDeviceState()
20164         on results of XQueryDeviceState().
20165
20166 Mon Nov  8 16:40:43 1999  Owen Taylor  <otaylor@redhat.com>
20167
20168         * gtk/gtkwidget.c: Substitute gdkx.h => gdkprivate.h since
20169         we need to accesss only ->children. We need an accessor
20170         for the children.
20171
20172         * gtk/gtkhandlebox.c gtk/testgtk.c: Substitute G
20173         DK_ROOT_PARENT() => NULL, in call to gtk_window_get_pointer()
20174         to get rid of gdkx.h include.
20175         
20176         * gtk/gtkctree.c: Get rid of #include <gdk/gdkx.h>
20177         and random references to 'None'.
20178
20179         * gtk/gtkclist.c gtk/gtkeditable.c gtk/gtkpreview.c
20180         Get rid of unused #include <gdk/gdkx.h>
20181
20182         * gtk/gtkrc.c gtk/gtkmain.c: Get rid of #include <gdk/gdkx.h>
20183         gdkx.h is _X_ specific stuff. GDK_WINDOWING comes from
20184         gdkconfig.h.
20185
20186 1999-11-08  Tor Lillqvist  <tml@iki.fi>
20187
20188         * gdk/win32/gdkdraw.c
20189         * gdk/win32/gdkfont.c
20190         * gdk/win32/gdkgc.c: Various minor cleanups and bugfixes
20191         following yesterday's changes. (Unrelated to Owen's reorg.)
20192
20193 Mon Nov  8 16:18:25 1999  Owen Taylor  <otaylor@redhat.com>
20194
20195         * gdk/x11/gdkinput-gxi.c: Add missing include,
20196           fix GdkWindowPrivate => GdkDrawablePrivate.
20197
20198         * gdk/x11/gdkinputprivate.h: include <X11/Xlib.h>.
20199
20200         * gdk/x11/Makefile.am (xinput_sources): Add missing
20201         backslash to fix building with --with-xinput=none
20202
20203 Mon Nov  8 14:47:04 1999  Owen Taylor  <otaylor@redhat.com>
20204
20205         Move all X specific code into the x11/ directory.
20206         Aside from shuffling things around, did the following:
20207
20208        * gdk/gdkprivate.h gdk/gdk.h gdk/x11/gdkmain-x11.h: Add
20209          gdk_arg_context_* - a simple argument parsing system
20210          in the style of popt.
20211
20212        * gdk/gdkdrawable.[ch] gdk/gdkprivate.h gdk/gdkwindow.[ch]
20213          gdk/x11/gdkprivate-x11.h:
20214          Remove X specific stuff from GdkDrawable and GdkWindowPrivate - 
20215          add ->klass and ->klass_data fields. The klass_data
20216          field points to an auxilliary structure that is
20217          windowing system dependent.
20218
20219        * gdk/gdkfont.c: Make most of the measurement functions
20220          simply wrappers around gdk_text_extents().
20221
20222        * gdk/gdkfont.c gdk/gdkprivate.h gdk/x11/gdkfont-x11.c: Add a 
20223          _gdk_font_strlen() function that hides the weird
20224          behavior in gtk+-1.[02] where a string is interpreted
20225          differently for 8-bit and 16-bit fonts.
20226
20227        * gdk/gdkevents.c: Add a new function gdk_event_button_generate()
20228          to store common code for synthesizing double/triple
20229          press events.
20230         
20231        * gdk/gdkgc.[ch]: Virtualize in the same way as gdkdrawable.h.
20232          Make all the function that modify an existing GC
20233          simply wrappers around gdk_gc_set_values().
20234          
20235        * gdk/gdkcc.[ch]: Moved into x11/ directory in preparation
20236          for throwing out later.
20237
20238        * gdk/gdkfont.c gdk/gdkimage.c gdk/gdkcolor.c: Change GdkFontPrivate,
20239          GdkImagePrivate and GdkColormapPrivate to have a
20240          windowing system dependent part (GdkFontPrivateX etc.)
20241          that "derives" from the system-independent part.
20242
20243        * configure.in gdk/x11/Makefile.in gdk/x11/gdkinput*.c:
20244          Got rid of the included-source-files for XInput in
20245          favor of automake conditionals. (Which didn't exist
20246          when XInput support was originally added.)
20247
20248        * gdk/gdkrgb.c: Remove the visual id from the debugging
20249          statements since that is X11 specific; print out
20250          type/depth info instead.
20251          
20252
20253 Wed Nov  3 18:14:49 1999  Owen Taylor  <otaylor@redhat.com>
20254
20255         * gdk/x11/gdkfont-x11.c (gdk_font_load): Ref fonts when
20256         loading duplicates of hashed fonts.
20257
20258         * gdk/gdk.c (gdk_keysym_convert_case): rename
20259         gdk_XConvertCase to gdk_keysym_convert_case, allow
20260         results to be NULL in the GTK+ style.
20261
20262         * gdk/gdkcompat.h: Started compatibility header
20263         for renames.
20264
20265 1999-11-07  Tor Lillqvist  <tml@iki.fi>
20266
20267         * gdk/win32/gdkprivate.h: New font private structures, related to
20268         fontsets.
20269
20270         * gdk/win32/gdkfont.c: New functions gdk_font_list_new() and
20271         gdk_font_list_free(). On X11, will just be wrappers to
20272         XListFonts() and XFreeFontNames(). On Win32, the code previously
20273         in gtkfontsel.c is now here.
20274
20275         New function gdk_font_xlfd_create(). On X11 will get the FONT
20276         property of the font (for GDK_FONT_FONTs), or call
20277         XBaseFontNameListOfFontSet (for GDK_FONT_FONTSETs), on Win32
20278         builds a XLFD style name from the font information in the LOGFONT
20279         struct(s).
20280
20281         New function gdk_font_xlfd_free(), which correspondingly frees the
20282         string returned by gdk_font_xlfd_create().
20283
20284         Implement fontsets on Win32. Add a function that iterates over a
20285         wide char string and calls a callback function for each substring
20286         of wide chars from the same Unicode subrange (and thus probably
20287         available in the same real font).
20288
20289         Improve the XLFD emulation a bit.
20290
20291         * gdk/win32/gdkim.c (gdk_nmbstowchar_ts): Small bugfix.
20292
20293         * gdk/win32/gdkevents.c: Workaround for suspected bug on Win2k
20294         Beta3, WM_IME_CHAR messages don't seem to contain the composed
20295         multi-byte char as with the Active IMM on Win9x. Oh well, handle
20296         WM_IME_COMPOSITION with GCS_RESULTSTR instead, use
20297         ImmGetCompositionStringW() to get the composed Unicode chars.
20298
20299         * gdk/win32/gdkgc.c
20300         * gdk/win32/gdkdraw.c: Changes needed because of the font private
20301         struct changes.
20302
20303         * gdk/win32/gdk.def: Add the new functions.
20304
20305 1999-11-04  Tor Lillqvist  <tml@iki.fi>
20306
20307         * config.h.win32: Don't define HAVE_DIMM_H if MSC, as you have to
20308         get the Platform SDK to get <dimm.h>.
20309
20310         * gdk/win32/gdkevents.c: More event handling fixes and
20311         simplification. Never generate motion events with is_hint true. We
20312         used to do that on bogus grounds earlier. Windows sends
20313         WM_MOUSEMOVE messages on button events even if the mouse hasn't
20314         moved, ignore these.
20315
20316         * gdk/win32/gdkfont.c: Load all fonts as (pretended) fontsets.
20317
20318         * gdk/win32/gdkglobals.c
20319         * gdk/win32/gdkprivate.h: Define a typedef for the pointer to
20320         the TrackMouseEvent function, and use it.
20321
20322         * gdk/win32/gdkwindow.c: Terminate widechar string with a zero
20323         char before calling WideCharToMultiByte in order to get a string
20324         for the window title.
20325
20326         * gdk/win32/gdkdnd.c: Some more random hacking, ifdeffed out.
20327
20328         * gdk/win32/gdk.def: Remove obsolete functions.
20329
20330         * gdk/win32/makefile.{cygwin,msc}: Remove gdkcompat.{o,obj}. Add
20331         /nodefaultlib and /defaultlib switches.
20332
20333         * gtk/gtkrc.c: s/gwin_getlocale/g_win32_getlocale/.
20334
20335 1999-10-31  Tor Lillqvist  <tml@iki.fi>
20336
20337         * gdk/gdkkeysyms.h: Add new keysyms from X11R6.4 (including
20338         EuroSign).
20339
20340         * gdk/gdktypes.h: Add note about wchar_t not necessarily being the
20341         same type as GdkWChar, especially on Win32.
20342
20343         * gdk/win32/*.c: Change gdk_root_parent to be a pointer.
20344
20345         * gdk/win32/*.c: Assume all strings are UTF-8. Convert to Unicode
20346         before passing to Windows GDI for drawing etc. Convert to the
20347         system default codepage before passing to Windows as window
20348         titles.
20349
20350         * gdk/win32/gdkprivate.h: Add more fields to GdkWindowPrivate to
20351         support changing input locale on the fly.
20352
20353         * gdk/win32/gdkevent.c: Support input language (keyboard locale)
20354         on-the-fly changes. Convert incoming characters from the current
20355         codepage to Unicode (and then to a UTF-8 multi-byte string) based
20356         on the current input language. Use keysym<->Unicode mapping tables
20357         and functions borrowed from xterm sources.
20358
20359         Support IMEs (Input Method Editors) for CJK languages. On non-CJK
20360         editions of Win9x, use the ActiveX-based Active IMM (Input Method
20361         Manager) if available. IMEs and the Active IMM are available under
20362         the disguise of Chinese, Korean and Japanese support for IE and
20363         Outlook Express from "Windows Update" for Win98. On Win2k, the CJK
20364         support is present in all editions (as long as you install it).
20365
20366         Call DispatchMessage from gdk_events_queue() (and thus
20367         gdk_WindowProc()), instead of duplicating the code in
20368         gdk_WindowProc().
20369
20370         Reworked the grab handling and propagation code, factored out
20371         duplicated code snippets into separate functions. Other cleanups,
20372         too.
20373
20374         * gdk/win32/surrogate-dimm.h: Provide just the bits we need from
20375         the <dimm.h> header describing the Active IMM.
20376
20377         * gdk/win32/gdkfont.c: Pretend to support fontsets, but so far
20378         just do the same as for "single" fonts.
20379
20380         * gdk/win32/gdk.c: Call CoInitialize() (COM initialisation) from
20381         gdk_init_check, and CoUninitialize() from gdk_exit_func. Handle
20382         the new keysyms from gdkkeysyms.h.
20383
20384         * gtk/gtkfontsel.c (Win32): Load the font for the preview as a
20385         fontset, so that gtkentry uses wide characters.
20386
20387         * gtk/gtkrc.c (Win32): Get the locale with gwin_getlocale(). Call
20388         GTk+'s system directory "gtk+", not "gtk".
20389
20390 Sat Oct 30 13:17:18 BST 1999 Tony Gale <gale@gtk.org>
20391
20392         * docs/gtkfaq.sgml: FAQ update
20393
20394 1999-10-21  Tor Lillqvist  <tml@iki.fi>
20395
20396         * gdk/win32/gdkprivate.h: Add more font private data.
20397
20398         * gdk/win32/gdkfont.c
20399         * gdk/win32/gdkdraw.c: Revamped handling of multi-byte charset
20400         fonts and strings. Now works much better. You still have to
20401         have a correct font selected, though. No fontset emulation yet.
20402
20403 1999-10-19  Tor Lillqvist  <tml@iki.fi>
20404
20405         * gtk/maketypes.awk: Use G_OS_WIN32.
20406
20407         * gtk/gtk.def: Add some missing entry points. Also some non-public
20408         ones, but PyGTK porter claims to need them.
20409
20410         * gtk/makefile.{cygwin,msc}: Drop some unneeded headers from the
20411         built-in type generation.
20412
20413 1999-10-14  Tor Lillqvist  <tml@iki.fi>
20414
20415         * gdk/win32/gdkdraw.c (gdk_draw_text_wc): Don't use TextOutW for
20416         GDK_FONT_FONT fonts (which is all we have for now, we don't
20417         emulate fontsets). The X11 version uses plain XDrawString in that
20418         case, too. The string passed to gdk_draw_text_wc seems to be in
20419         fact (at least, when used by gtkentry and gtktext) either in a
20420         single-byte charset, or a DBCS. Not Unicode.
20421
20422         This fixes the problem in gtkfontsel, where even if you had
20423         selected a font with a non-Latin1 charset (windows-greek, for
20424         instance), the preview still used Latin-1 glyphs.
20425
20426         * gdk/win32/gdkfont.c (gdk_text_width_wc): Similar change. Don't
20427         use GetTextExtentPoint32W, use GetTextExtentPoint32A.
20428         (gdk_font_load): Recognize the demibold etc weights, even if we
20429         don't have the corresponding constants in the headers.
20430         (gdk_font_hash_insert): Use same hash mechanism as in the X11
20431         version. Should save font resources a bit, when we don't have
20432         multiple HFONTs for the same font.
20433
20434         * gdk/win32/gdkprivate.h: Add the names field as in the X11
20435         version.
20436
20437 1999-10-11  ERDI Gergo  <cactus@cactus.rulez.org>
20438
20439         * gdk/gdk.c (gdk_beep): Modified the XBell call to use the default
20440         X values
20441
20442 1999-10-09  ERDI Gergo  <cactus@cactus.rulez.org>
20443
20444         * gtk/gtktoolbar.h, gtk/gtktoolbar.c: Added horizontal icon/text
20445         layout support (as mentioned on
20446         http://www.jcinteractive.com/gnome-ui/software/widgets/)
20447
20448 Wed Oct  6 12:46:17 PDT 1999 Manish Singh <yosh@gimp.org>
20449
20450         * gtk/fnmatch.c
20451         * gtk/gtkfilesel.c: s/G_HAVE_CYGWIN/G_WITH_CYGWIN/
20452
20453 1999-10-05  Jesus Bravo Alvarez  <jba@pobox.com>
20454
20455         * configure.in (ALL_LINGUAS): Added Galician (gl)
20456
20457 1999-10-05  Tor Lillqvist  <tml@iki.fi>
20458
20459         * gdk/win32/*.[ch]: Corresponding changes as in X11 backend.
20460
20461         * gdk/win32/gdkcompat.c: New file, actually provide an
20462         implementation for the deprecated functions. (Just temporarily.)
20463
20464         * gtk/gtkfilesel.c: Fix an #ifdef syntax botch.
20465
20466         * gtk/makefile.{cygwin,msc}: Update gdk_headers.
20467
20468         * gdk/win32/gdk.def gtk/gtk.def: Updates.
20469
20470 1999-10-05  Kjartan Maraas  <kmaraas@online.no>
20471
20472         * configure.in: Added "uk" to ALL_LINGUAS.
20473         
20474 Mon Oct  4 11:57:11 PDT 1999 Manish Singh <yosh@gimp.org>
20475
20476         * configure.in: correct checking for BeOS check
20477
20478         * gdk/gdktypes.h
20479         * gtk/fnmatch.c
20480         * gtk/gtkfilesel.c
20481         * gtk/gtkitemfactory.c
20482         * gtk/gtkmain.[ch]
20483         * gtk/gtkrc.c: use G_OS_WIN32 and G_HAVE_CYGWIN #defines
20484
20485 Mon Oct  4 16:16:53 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
20486
20487         * gtk/gtkrc.{bg,iso88591[345]}: add gtkrc files for some new charset
20488         encodings: iso-8859-13 (for Lithuanian), iso-8859-14 (used by celtic
20489         languages), iso-8859-15 (used in Estonia) and microsoft-cp1251 (used
20490         by Bulgarian). 
20491
20492 Sun Oct  3 18:13:44 1999  Owen Taylor  <otaylor@redhat.com>
20493
20494         * gtk/gtkwidget.c (gtk_reset_shapes_recurse): 
20495         Fix a reference to window_private->destroyed.   
20496
20497         * gtk/gtkplug.c (gtk_plug_realize): Fix up a direct
20498         (ugly) setting of an internal GdkWindow member to use
20499         a _slightly_ cleaner macro.
20500
20501         * gdk/gdkprivate.h: Split GdkWindowPrivate into
20502         GdkDrawablePrivate and GdkWindowPrivate.
20503         Add extra macros for accessing GDK_DRAWABLE_ components.
20504
20505         * *.[ch]: Massive adjustments for the above, use the
20506         new macros in a lot of places.
20507
20508 Sun Oct  3 15:16:24 1999  Owen Taylor  <otaylor@redhat.com>
20509
20510         * gdk/gdktypes.h: Make GdkDrawable the base type,
20511         not GdkWindow.
20512
20513 Sun Oct  3 15:08:44 1999  Owen Taylor  <otaylor@redhat.com>
20514
20515         * gdk/gdkdraw.c (gdk_drawable_get_data): Added new function.
20516
20517 Sun Oct  3 14:26:15 1999  Owen Taylor  <otaylor@redhat.com>
20518
20519         * gdk/gxid* gdk/x11/gxid*: Move files into x11 subdirectory.
20520
20521 Sun Oct  3 14:16:23 1999  Owen Taylor  <otaylor@redhat.com>
20522
20523         * gdk/gdkdrawable.h: Include gdk/gdkdrawable.h with
20524         gdk/ prefix. (Pointed out by chak@is.tsukuba.ac.jp)
20525
20526         * configure.in gdk/Makefile.am x11/: create x-specific subdirectory.
20527
20528         * docs/gtk-config.1: Now autogenerated.
20529         * docs/Changes-1.4.txt: started
20530         
20531 1999-10-03  Tor Lillqvist  <tml@iki.fi>
20532
20533         * gdk/gdkimage.h gdk/gdkpixmap.h: Change GDK_WINDOWING_WIN32 usage
20534         to #ifdef also here.
20535
20536         * gdk/win32/*.h gdk/win32/*.c: Make corresponding changes as those
20537         Owen did to the X11 backend.
20538
20539         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Fix it again, don't use
20540         ScrollWindowEx when blitting inside a window, it can't be correct
20541         in the general case.
20542
20543         * gdk/win32/gdkevents.c: Don't handle WM_SIZING, handling
20544         WM_GETMINMAXINFO is easier.
20545
20546         * gdk/win32/gdkimage.c (gdk_image_new): Create new image with
20547         depth equal to the bitspixel value, not the visual's depth.
20548
20549         * gdk/win32/gdkvisual.c (gdk_visual_init): Set the visual's depth
20550         to 24 even if the bitspixel value is 32.
20551
20552         * gdk/gdkrgb.c (gdk_rgb_select_conv): After the above change, no
20553         need to check for depth==32 when bpp==32, depth will always be 24.
20554
20555 Fri Oct  1 18:03:36 1999  Owen Taylor  <otaylor@redhat.com>
20556
20557         * docs/Changes-1.4.txt: Started
20558         
20559         * gtk/Makefile.am (gdk_headers): Include all the new headers.
20560
20561         * gdk/*.h gdk/*.c: Split gdk.h into lots of itty-bitty little pieces.
20562         
20563         * gdk/gdkprivate.h gdk/gdkcc.c: Moved GdkColorContext private
20564         into C file.
20565         
20566         * gdkinput.h gdkinputprivate.h - renamed the internal gdkinput
20567         header to gdkinputprivate.h.
20568
20569         * gdk/gdk.h gdk/gdk.c: Removed gdk_time* functions which have been
20570         unused since before 1.2.
20571
20572 1999-09-30  Tor Lillqvist  <tml@iki.fi>
20573
20574         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): On Win32,
20575         expand possible hex escapes in the font family (put there by
20576         logfont_to_xlfd if the font name isn't a legal XLFD font family,
20577         mainly if it contains slashes). (gtk_font_selection_create_xlfd):
20578         On Win32, add hex escapes here, too.
20579
20580 Wed Sep 29 19:55:35 1999  Owen Taylor  <otaylor@redhat.com>
20581
20582         * */*.[ch]: Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11
20583         to #ifdef GDK_WINDOWING_X11.
20584
20585 [ Merges from gtk-1-2 ]
20586
20587 Wed Sep  8 07:13:29 1999  Tim Janik  <timj@gtk.org>
20588
20589         * configure.in: fixed "GNU Make" check to pass with new make version
20590         3.77.95.
20591
20592 Fri Sep  3 16:04:41 1999  Tim Janik  <timj@gtk.org>
20593
20594         * gtk-config.in (--version): don't echo @GTK_VERSION@, but
20595         @GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.@GTK_MICRO_VERSION@, so the
20596         AM_PATH_GTK() macros don't get confused by the -pre1.
20597
20598 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
20599
20600         * configure.in (REBUILD): Change check for perl5
20601           to check explicitely for v >= 5.002. (5.001
20602           does not work with our scripts.)
20603
20604 Wed Aug 25 15:45:46 1999  Tim Janik  <timj@gtk.org>
20605
20606         * configure.in: evaluate $PERL for the perl version check. added
20607         --disable-rebuilds to give the user an option to completely disable
20608         any source autogeneration rules.
20609
20610 Mon Aug 23 23:16:14 1999  Tim Janik  <timj@gtk.org>
20611
20612         * configure.in: evaluate $ac_make when checking for GNU Make.
20613
20614 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
20615
20616         * docs/Makefile.am: added generation.txt.
20617
20618         * Makefile.am: require automake 1.4, build README from README.in and
20619         INSTALL from INSTALL.in in dist-hook.
20620         
20621         * README.in:
20622         * INSTALL.in: new files to autogenerate README and INSTALL from.
20623
20624         * configure.in: figure whether we have GNU Make
20625
20626         * docs/generation.txt: minor additions/corrections.
20627
20628 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
20629
20630         * docs/gtkfaq.sgml: FAQ Update
20631
20632 July 30, 1999 Elliot Lee <sopwith@redhat.com>
20633         
20634         * configure.in: Fix autoconf warnings about cross compilation by
20635         trying to provide sane defaults for AC_TRY_RUN.
20636
20637 Fri Jul 16 22:20:21 PDT 1999 Manish Singh <yosh@gimp.org>
20638
20639         * ltconfig
20640         * ltmain.sh: upgrade to libtool 1.3.3
20641
20642 Thu Jul  8 11:30:18 1999  Owen Taylor  <otaylor@redhat.com>
20643
20644         * INSTALL: Indicate that the --with-glib= configure
20645         time flag is unsupported.
20646
20647 Mon Jul  5 20:36:03 1999  Owen Taylor  <otaylor@redhat.com>
20648
20649         * docs/generation.txt: Added a file that gives
20650         documenation about the autogeneration process for
20651         various autogenerated files.
20652         
20653 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
20654
20655         * configure.in (LIBS): Look for libgmodule in the
20656         right location.
20657
20658 Thu Jun 17 13:57:31 1999  Owen Taylor  <otaylor@redhat.com>
20659
20660         * docs/gtk_tut.sgml: Removed references to
20661         code examples in my directory on gtk.org as
20662         they should all be in the tutorial now.
20663
20664         * docs/gtk_tut.sgml: Added sources for dial-test
20665         and scribble-xinput programs that were previously
20666         missing.
20667
20668 Fri Jun  4 00:08:59 1999  Owen Taylor  <otaylor@redhat.com>
20669
20670         * TODO: Added entry about menu keyboard navigation, removed
20671         some finished items.
20672
20673 Mon May 31 00:11:24 1999  Owen Taylor  <otaylor@redhat.com>
20674
20675         * acinclude.m4: Standardize on func_dgettext
20676         not func_gettext, so that the checks for dgettext
20677         actually are paid attention to.
20678
20679 Wed May  5 10:47:54 1999  Owen Taylor  <otaylor@redhat.com>
20680
20681         * configure.in (LIBS): Add $INTLLIBS into $LIBS
20682         directly, rather than repeating the checks for
20683         gettext.
20684
20685         * INSTALL: Added information about gettext and
20686         NLS support.
20687
20688         * acinclude.m4 (LIBM): Check for dgettext, not
20689         just gettext. This should hopefully fix things wrt
20690         systems with old versions of GNU gettext installed.
20691
20692 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
20693
20694         * configure.in (LIBS): Look for libgmodule in the
20695         right location.
20696
20697 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
20698
20699         * autogen.sh: add --enable-maintainer-mode
20700
20701         * configure.in: set ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
20702
20703 Wed Mar 24 23:03:49 CST 1999 Shawn T. Amundson <amundson@gtk.org>
20704
20705         * docs/gtk-config.1.in:
20706           docs/Makefile.am:
20707           configure.in: gtk-config is now generated.
20708
20709         * docs/gtk-config.1: Removed, now generated.
20710
20711 Thu Sep 23 17:59:59 1999  Tim Janik  <timj@gtk.org>
20712
20713         * gdk/gdkevents.c (gdk_event_translate): grr, even if Gdk doesn't
20714         handle CreateNotify itself, still put out a debuging message for
20715         --gdk-debug=events. made the ReparentNotify debugging message more
20716         verbose.
20717         wrap xcoords translation for ConfigureEvents into an error trap,
20718         a destroy event may already be pending, and in that case, the
20719         actuall coordinate values are not at all critical.
20720
20721 Sat Sep 18 22:24:15 1999  Owen Taylor  <otaylor@redhat.com>
20722
20723         * gdk/gdkcc.c: Stop leaking the color_hash all over
20724         the place. Simplify and improve the logic.
20725
20726 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
20727
20728         * gdk/gdk.h, gdk/gdkcolor.c: make return types (gint or gboolean)
20729         for prototypes and function implementations consistent (reported
20730         by Tomas Ogren).
20731
20732 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
20733
20734         * gdk/gdkevents.c (gdk_event_translate): tell if expose events have
20735         send_event set in debugging output.
20736         (gdk_compress_exposures): default initialize the event so we don't
20737         operate on bogus values (namely send_event).
20738
20739 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
20740
20741         * gdk/gdkwindow.c: When we receive an unexpected
20742         destroy notify on one of our windows, don't just
20743         warn about it, also mark our windows as destroyed.
20744
20745 Sun Sep  5 08:10:53 1999  Owen Taylor  <otaylor@redhat.com>
20746
20747         * gdk/gdkfont.c (gdk_font_hash_insert): Add
20748           name => font and name => fontset hashes. The 
20749           name => fontset hash is a _big_ win since we
20750           weren't previously caching fontsets at all and loading
20751           fontsets is expensive. The name => font hash
20752           is less of a win, but it does save us from doing
20753           repeated XQueryFont calls on the same font.
20754
20755         * gdk/gdkprivate.h (struct _GdkFontPrivate): Add a names
20756           list so we can remove font/fontset from hash.
20757
20758 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
20759
20760         * gdk/gdkproperty.c (gdk_atom_intern): Remove useless
20761           and slightly confusing test. [ XInternAtom (,,TRUE)
20762           will never return None ].
20763
20764 Sat Sep  4 08:39:26 1999  Owen Taylor  <otaylor@redhat.com>
20765
20766         * gdk/gdkwindow.c (gdk_window_set_geometry_hints)
20767           gdk/gdkwindow.c (gdk_window_set_hints):
20768
20769         Don't omit setting the properties if flags == 0 -
20770         there may be an existing set of properties there
20771         already. (Very old bug. Would it be better to
20772         delete the property instead?)
20773
20774         * gdk/gdkselection.c (gdk_selection_property_get): Fix 
20775           spelling error in comment.
20776
20777 Wed Sep  1 14:05:30 1999  Owen Taylor  <otaylor@redhat.com>
20778
20779         * gdk/gdkimage.c (gdk_image_new): Use gdk_error_trap_push()
20780           to avoid stomping over gdk_error_warnings.
20781
20782         * gdk/gdkimage.c (gdk_image_new): compute image->bpp
20783           as (bits_per_pixel + 7) / 8. This gives the same
20784           result as before for multiples of 8, but actually
20785           a "reasonable" value for 1bit or 4bit displays.
20786
20787 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
20788
20789         * gdk/Makefile.am: minor cleanups, strip spaces on build rules for
20790         GNU Make.
20791
20792 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
20793
20794         * gdk/gdkevents.c (gdk_event_translate): give a debugging note when
20795         discarding configure events.
20796
20797 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
20798
20799         * gdk/gdkpixmap.c (gdk_pixmap_unref): g_return_if_fail() the
20800         refcount is greater than zero.
20801
20802         * gdk/gdkwindow.c (gdk_window_unref): Likewise.
20803
20804         * gdk/gdkfont.c (gdk_font_unref): Likewise.
20805
20806         * gdk/gdkgc.c (gdk_gc_unref): Likewise.
20807
20808         * gdk/gdkdnd.c (gdk_drag_context_unref): Likewise.
20809
20810 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
20811
20812         * gdk/gdkproperty.c (gdk_property_get): Fix assumption
20813         that format 32 => sizeof(item) == 4. It really is
20814         sizeof(long).
20815
20816 Tue Jun 29 23:02:42 1999  Owen Taylor  <otaylor@redhat.com>
20817
20818         * gdk/gdk.c (gdk_x_error / gdk_x_io_error): Don't
20819         core dump at all on X IO errors, only core dump
20820         if --enable-debug for X errors.
20821
20822 Thu Jun 24 17:06:23 1999  Tim Janik  <timj@gtk.org>
20823
20824         * gdk/gdkevents.c (gdk_event_translate): removed old ""Got event for
20825         unknown window:" message. disabled ConfigureNotify discarding code,
20826         because it led to events being processed out of order.
20827
20828 Thu Jun 24 12:22:02 1999  Tim Janik  <timj@gtk.org>
20829
20830         * gdk/gdkglobals.c: preinitialize gdk_error_code to 0.
20831
20832         * gdk/gdkevents.c (gdk_event_send_client_message_to_all_recurse): since
20833         we export this function, supress error warnings and don't reset the
20834         error code in the first half of this function.
20835
20836         * gdk/gdk.c (gdk_x_error): set gdk_error_code to the actuall X error
20837         code (instead of just -1) so gdk_error_trap_pop() reveals something
20838         actually informative about the error that happened.
20839
20840         * gdk/*.c:
20841         don't rely on gdk_error_code being -1 if an error occoured, but just
20842         gdk_error_code != 0.
20843
20844 Thu Jun 24 11:50:07 1999  Tim Janik  <timj@gtk.org>
20845
20846         * gdk/gdkevents.c (gdk_event_apply_filters): advance the filter list
20847         pointer *before* invoking the filter function, so we at least don't
20848         crash if a filter is removed that is currently executed. window filters
20849         *really* need to be made truely reentrant at some point.
20850
20851 Mon Jun 14 11:10:15 1999  Tim Janik  <timj@gtk.org>
20852
20853         * gdk/gdkevents.c (gdk_event_translate): print the atom name in the
20854         PropertyNotify debug messages.
20855
20856 Wed May  5 22:51:06 1999  Owen Taylor  <otaylor@redhat.com>
20857         
20858         Patch from Sung-Hyun Nam <namsh@lgic.co.kr>
20859         
20860         * gdk/gdkim.c: Fix cut-and-paste errors for 
20861         x/y and PreeditAttributes/StatusAttributes.
20862
20863 Wed May  5 22:24:21 1999  Owen Taylor  <otaylor@redhat.com>
20864
20865         * gdk/gdkwindow.c (gdk_window_set_geometry_hints): Change
20866         G_MAXINT to 2^16 to alleviate overflow problems in
20867         various window managers.
20868
20869 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
20870
20871         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
20872         for fontsets.
20873
20874 Wed May  5 12:42:01 1999  Owen Taylor  <otaylor@redhat.com>
20875
20876         * gdk/gdkwindow.c (gdk_window_set_geometry_hints):
20877         Initialize size_hints.x and size_hints.y because kwm
20878         brokenly pays attention to them.
20879         (Bug #1181 -  Lars Heete <hel@admin.de>)
20880
20881 Wed May  5 11:38:56 1999  Owen Taylor  <otaylor@redhat.com>
20882
20883         * gdk/gdkrgb.c (gdk_rgb_choose_visual): Free the 
20884         return value of gdk_list_visuals(). 
20885         (Bug #1193 - Morten Welinder <terra@diku.dk>)
20886
20887 Tue May  4 11:12:56 PDT 1999 Manish Singh <yosh@gimp.org>
20888
20889         * gdk/gdkim.c (gdk_im_real_open): cast the return value of
20890         XSetIMValues to (void *) when comparing to NULL, to workaround
20891         the problem of some compilers barfing since older X headers don't
20892         have the prototype for it.
20893
20894 Mon Apr 19 10:11:12 1999  Owen Taylor  <otaylor@redhat.com>
20895
20896         * gdk/gdkcolor.c (gdk_colormap_new): Fix memory leak
20897         for pseudocolor where colormap->colors was double
20898         allocated.
20899
20900         * gdk/gdkcolor.c (gdk_colormap_alloc1): Store the
20901         color value in the hash table with the pixel filled
20902         in so when we do later hash table lookups, the color
20903         value is correct.
20904         
20905 Sun May  2 15:29:45 PDT 1999 Manish Singh <yosh@gimp.org>
20906
20907         * gdk/gdkdraw.c (gdk_draw_lines): check private->destroyed before
20908         making the call
20909
20910 Tue Apr 27 11:17:35 1999  Owen Taylor  <otaylor@redhat.com>
20911
20912         * gdk/gdkdnd.c (xdnd_set_{targets,actions}): Fix leak
20913         pointed out by Morten Welinder <terra@diku.dk>.
20914
20915 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
20916
20917         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
20918           default filter from the list
20919
20920 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
20921
20922         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
20923           default filter from the list
20924
20925 Fri Apr 16 20:41:43 PDT 1999 Manish Singh <yosh@gimp.org>
20926
20927         * gdk/gdk.c: #include "gdkkeysyms.h" for gdk_XConvertCase #defines
20928
20929         * gtk/gtkfontsel.c (gtk_font_selection_create_xlfd): use
20930         g_strdup_printf instead of calcing the length separately
20931
20932 Tue Apr 13 02:49:33 1999  Owen Taylor  <otaylor@redhat.com>
20933
20934         * gdk/gdkwindow.c: removed some silly #ifdef HAVE_CONFIG
20935         that we don't do in many other places. (Fixing duplicate 
20936         #include of config.h)
20937
20938         * gdk/gdkevents.c: include gdkinput.h _after_ config.h.
20939         Otherwise, #ifndef XINPUT_NONE check in the latter
20940         doesn't work. (Bug #546)
20941
20942 Sun Apr 11 14:38:03 1999  Tim Janik  <timj@gtk.org>
20943
20944         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): check for color
20945         "None" case insensitive.
20946
20947 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
20948
20949         * gdk/gdkselection.c: 
20950         Add error traps so if the other end of the connection
20951         dies, we survive.
20952
20953 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
20954
20955         * gdk/gdkdnd.c (gdk_drag_motion): Separate out the
20956         dest_xid field into two fields - one for the window
20957         to send in messages, one to indicate the last looked
20958         up window for caching purposes. This is needed, so
20959         that Leave messages get the correct window.
20960
20961 Mon Apr  5 13:21:30 1999  Owen Taylor  <otaylor@redhat.com>
20962
20963         * gdk/gdkevents.c (gdk_event_check, gdk_event_prepare):
20964         Fix warning created by people mucking around
20965         with the gsource API.
20966
20967         * gdk/gdkevents.c (gdk_io_invoke, gdk_input_add_full):
20968         Change mapping between GIOCondition and GdkInputCondition
20969         to match the way the Linux kernel does it. This should
20970         fix problems where closed pipes were no longer signalling
20971         GDK_INPUT_READ on systems with a native poll().
20972
20973 Mon Apr  5 17:11:57 1999  Owen Taylor  <otaylor@redhat.com>
20974
20975         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): Check 
20976         explicitly for the string "None" - it is in the XPM
20977         spec and some servers treat unknown colors in odd ways
20978         (like asking the user!)
20979
20980 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
20981
20982         * gdk/gdkevents.c: made "->" into a "." of previous change so
20983         it compiles
20984
20985 Thu Apr  1 18:41:25 1999  Owen Taylor  <otaylor@redhat.com>
20986
20987         * gdk/gdkevents.c (gdk_compress_exposures): Set the
20988         window field of the event structure before calling
20989         user filters.
20990
20991 1999-03-31  Federico Mena Quintero  <federico@nuclecu.unam.mx>
20992
20993         * gdk/gdk.c (gdk_init_check): Use False as the last argument to
20994         XInternAtom() here.  This is a particularly Old And Nasty(tm) bug.
20995
20996 Mon Mar 29 17:31:52 1999  Owen Taylor  <otaylor@redhat.com>
20997
20998         * gdk/gdkim.c (gdk_mbstowcs): Free the value of the
20999         intermediate text property - prevents major memory
21000         leak when gdk_use_mb.
21001         gtk-d3august-990311-0: Bj|rn Augustsson <d3august@dtek.chalmers.se>
21002
21003 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
21004
21005         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
21006         gtk-a-higuti-990322-[0-3]
21007
21008         * gdk/gdkfont.c (gdk_text_extents_wc): Make  work when
21009         sizeof(wchar_t) != sizeof (GdkWChar)
21010
21011         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
21012         that was causing -DX_LOCALE not to work.
21013
21014         * gtk/gtkrc.c (gtk_rc_init):
21015         X_LOCALE will never have LC_MESSAGES defined
21016
21017         * gdk/gdk.c (gdk_init_check):
21018         Remove --xim-preedit and --xim-status from argv properly.
21019
21020         * gdk/gdkim.c (gdk_ic_real_new): Add a gdk_flush() so
21021         that the client window is present on the X server
21022         before we pass it to the input method.
21023
21024 Tue Mar  9 10:46:49 1999  Owen Taylor  <otaylor@redhat.com>
21025
21026         * gdk/gdkdnd.c (motif_find_drag_window): Fix bug where
21027         if --display is specified on the command line, than
21028         the drag window will not be created on that display.
21029         
21030 Tue Mar  9 10:38:24 1999  Owen Taylor  <otaylor@redhat.com>
21031
21032         * gdk/gdkproperty.c (gdk_atom_intern): Fixed bug where
21033         lookups with only_if_exists == TRUE were inserting
21034         bogus values into the atom cache.
21035
21036 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
21037
21038         * gdk/gdkselection.c (gdk_selection_property_get): first XFree(t),
21039         then reset it to NULL.
21040
21041         * gdk/gdkcolor.c:
21042         (gdk_colors_free): 
21043         (gdk_colormap_free_colors): use colormap->colors[in_pixels[i]] as the
21044         key for g_hash_table_remove() in both functions, this prevents us
21045         from accessing possibly uninitialized portions of a GdkColor structure
21046         where we are only interested in its pixel value.
21047
21048 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
21049
21050         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
21051         font hash table, if we have a GdkFontPrivate entry for this font
21052         already, simply increment its reference count, provided by Olaf Dietsche
21053         <olaf.dietsche+list.gtk@netcologne.de>.
21054
21055 1999-09-21  Tor Lillqvist  <tml@iki.fi>
21056
21057         * gdk/win32/gdk.c (gdk_exit_func): Delete the gdk_DC when exiting,
21058         just to be sure.
21059
21060         * gdk/win32/gdkvisual.c (gdk_visual_init): Remove a couple of
21061         unused variables, leftovers from the X11 version.
21062
21063         * gdk/win32/rc/*.cur: Better cursors provided by Bernd Herd.
21064
21065         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): Only
21066         downcase fields on X11.
21067
21068 Mon Sep 20 13:17:39 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
21069         
21070         * configure.in,po/pt_BR.po: added Portuguese Brazilian file from
21071         Alex Sandro Queiroz e Silva <asandro@lcg.dc.ufc.br>
21072
21073 1999-09-17  Tor Lillqvist  <tml@iki.fi>
21074
21075         * gdk/win32/gdk.def: Add gdk_threads_mutex.
21076
21077         * gtk/makefile.msc: Correct path to libintl.
21078
21079         Thanks to Tomi Ollila and Bernd Herd: Fix some inconsistencies in
21080         use of gint vs. int, and gint vs. gboolean in headers and
21081         definitions. Use GtkType for the *_get_type functions. Note that
21082         these changes preserve binary compatibility.
21083
21084         * gdk/gdk.c
21085         * gdk/win32/gdk.c
21086         * gdk/gdk.h: Fix inconsistencies: gint vs int.
21087
21088         * gtk/gtkmain.c
21089         * gtk/gtkclist.c
21090         * gtk/gtkmenufactory.c
21091         * gtk/gtknotebook.c
21092         * gtk/gtkwidget.c: Fix inconsistencies, also gint
21093         vs. gboolean.
21094
21095         * gtk/gtkcolorsel.[ch]
21096         * gtk/gtkcombo.[ch]
21097         * gtk/gtkdrawingarea.[ch]
21098         * gtk/gtkgamma.[ch]
21099         * gtk/gtkhandlebox.[ch]
21100         * gtk/gtkhpaned.[ch]
21101         * gtk/gtkhruler.[ch]
21102         * gtk/gtkplug.[ch]
21103         * gtk/gtkpreview.[ch]
21104         * gtk/gtkruler.[ch]
21105         * gtk/gtksocket.[ch]
21106         * gtk/gtkstatusbar.[ch]
21107         * gtk/gtktoolbar.[ch]
21108         * gtk/gtkvbbox.[ch]
21109         * gtk/gtkvpaned.[ch]
21110         * gtk/gtkvruler.[ch]: Always use type GtkType for the *_get_type
21111         functions.
21112
21113         * gtk/gtkgamma.h: Fix bug, missing () in call of
21114         gtk_gamma_curve_get_type() in GTK_GAMMA_CURVE_CLASS. 
21115
21116 1999-09-14  Tor Lillqvist  <tml@iki.fi>
21117
21118         * gdk/gdkcolor.c (gdk_colormap_new)
21119         * gdk/win32/gdkcolor.c (gdk_colormap_new): Fix memory leak:
21120         colormap->colors was allocated twice.
21121
21122         * gdk/win32/gdk.c: Remove some unused stuff.
21123
21124         * gdk/win32/gdkcolor.c (gdk_colormap_sync): Initialize all of the
21125         colormap.
21126
21127         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_type)
21128         * gtk/gtklabel.h (gtk_label_get_type)
21129         * gtk/gtktipsquery.c (gtk_tips_query_get_type)
21130         * gtk/gtktypeutils.h (gtk_type_name): : Use GtkType
21131         in a couple of places, not guint.
21132
21133 Fri Sep 10 21:31:00 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
21134
21135         * configure.in,po/et.po: added Estonian language file
21136
21137 Wed Sep  1 14:36:12 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
21138
21139         * configure.in,po/da.po: added Danish file
21140
21141 Sun Aug 29 13:38:59 BST 1999 Tony Gale <gale@gtk.org>
21142
21143         * docs/gtkfaq.sgml: Minor FAQ Update
21144
21145 Sat Aug 28 14:34:37 BST 1999 Tony Gale <gale@gtk.org>
21146
21147         * docs/gtkfaq.sgml: FAQ update
21148
21149 1999-08-27  Tor Lillqvist  <tml@iki.fi>
21150
21151         Win32: Philippe Colantoni <colanton@aris.ss.uci.edu> suggests a
21152         way to get window contents continually refreshed while resizing. I
21153         didn't like the effects myself, so it's not on by default.
21154
21155         * gdk/win32/gdkprivate.h: New flag variable
21156         gdk_event_func_from_window_proc, FALSE by default.
21157
21158         * gdk/win32/gdk.c (gdk_init_check): Set above flag if the
21159         environment variable GDK_EVENT_FUNC_FROM_WINDOW_PROC is set, or we
21160         are passed --gdk-event-func-from-window-proc.
21161
21162         * gdk/win32/gdkevents.c (gdk_WindowProc): If above flag is set,
21163         and we have am event_func, call it instead of enqueing the event.
21164
21165 1999-08-23  Tor Lillqvist  <tml@iki.fi>
21166
21167         * gdk/win32/gdkevents.c (gdk_event_translate): Fix from Simon
21168         Kelley: Set expose_count in GdkEventExposes correctly.
21169
21170         * gdk/win32/gdkwindow.c: Remove dead code (#ifdef
21171         MULTIPLE_WINDOW_CLASSES).
21172
21173         * gdk/win32/gdkdraw.c (gdk_draw_line): Workaround from Hans Breuer
21174         for bug in NT, apparently NT *does* draw the end pixel, too, in
21175         LineTo with a one-pixel pen, so we don't have to do it ourselves.
21176
21177 1999-08-21  Tor Lillqvist  <tml@iki.fi>
21178
21179         Improvements by Hans Breuer: 
21180
21181         * gdk/win32/gdkwindow.c (RegisterGdkClass): New function
21182
21183         * gdk/win32/gdkwindow.c (gdk_window_new): Use it. Don't set the
21184         CS_?REDRAW flags as they cause lots of (late) redraws when "show
21185         window contents while dragging" is turned on. Allocate at least
21186         one unique class for every GdkWindowType. If support for single
21187         window-specific icons is ever needed (eg. Dialog specific), every
21188         such window should get its own class.
21189
21190 1999-08-19  Tor Lillqvist  <tml@iki.fi>
21191
21192         * gdk/win32/gdkgc.c (gdk_gc_new_with_values): Fix a cut&paste
21193         error that caused crashes.
21194
21195 1999-08-17  Tor Lillqvist  <tml@iki.fi>
21196
21197         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): When blitting inside one
21198         window, use ScrollWindowEx, and call UpdateWindow. This prevents
21199         bugs when for instance part of the window was outside the
21200         display. Thanks to Philippe Colantoni for finding and fixing this.
21201
21202 1999-08-16  Tor Lillqvist  <tml@iki.fi>
21203
21204         * gdk/win32/gdkdraw.c (gdk_draw_arc): Fix start and end radial
21205         endpoint calculations which were totally wrong. (A little RTFMing
21206         helps a lot ;-)
21207
21208         * gtk/makefile.{cygwin,msc}: Use libintl extracted from glibc
21209         from a separate directory, not from gettext, because of licensing
21210         issues (we want to use the LGPL version).
21211
21212         * README.win32: Mention the intl from glibc vs from gettext issue.
21213
21214 1999-08-13  Tor Lillqvist  <tml@iki.fi>
21215
21216         * gdk/win32/gdkevents.c (gdk_event_translate): Fix a couple of bugs
21217         in the key event handling: Now AltGr chars work again. Also,
21218         now Alt-digits are passed up as well as Control-digits.
21219         Pass keypad plus and minus as normal plus and minus.
21220
21221 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
21222
21223         * docs/gtkfaq.sgml: FAQ Update
21224
21225 1999-07-25  Tor Lillqvist  <tml@iki.fi>
21226
21227         * README.win32
21228         * config.h.win32: Add HAVE_WINTAB. Undefine it if bulding without
21229         the Wintab SDK.
21230
21231         * gdk/win32/gdkinput.c: Hack some more. Still doesn't quite work
21232         OK, but getting closer. Guard against bogus tilt data from Wacom
21233         ArtPad II with the 3.40 driver. Add ifdefs for HAVE_WINTAB to
21234         enable easier building without Wintab.
21235
21236         * gdk/win32/gdkinput.h
21237         * gdk/win32/gdkevents.c 
21238         * gdk/win32/gdkwindow.c: Minor changes related related to above.
21239         
21240         * gdk/win32/gdkvisual.c: Simplify a lot, remove leftovers from X11
21241         code. As we have just one visual on Win32, no sense to have it in a
21242         table, and no need for the hash table.
21243
21244         * gdk/win32/rc/cursor*.cur: Edit some of the cursors a bit to look
21245         better on white background.
21246
21247 1999-07-21  Tor Lillqvist  <tml@iki.fi>
21248
21249         * README.win32: Update gcc build instructions. Mention gettext is
21250         GPL.
21251
21252         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Get correct
21253         supported cursor size with GetSystemMetrics.
21254
21255         * gdk/win32/gdkfont.c
21256         * gtk/gtkfontsel.c: Guard against some font weight and charset
21257         symbols being undefined (in mingw32 headers).
21258
21259         * gdk/win32/makefile.cygwin
21260         * gtk/makefile.cygwin
21261         * gtk/gtkthemes.c: No longer need to have differently named
21262         gcc-built DLLs when using gcc-2.95 and -fnative-struct.
21263
21264 hu Jul 15 13:33:15 BST 1999 Tony Gale <gale@gtk.org>
21265
21266         * docs/gtkfaq.sgml: Long awaited FAQ update.
21267
21268 1999-07-15  Tor Lillqvist  <tml@iki.fi>
21269
21270         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Implement
21271         it. Obscure bit manipulation needed.
21272
21273         * gdk/win32/gdkevents.c: Logging.
21274         
21275         * gtk/gtkthemes.c (gtk_theme_engine_get): (Win32) Use new DLL naming
21276         style (file name include compiler name) for theme engines.
21277
21278 1999-07-13  Tor Lillqvist  <tml@iki.fi>
21279
21280         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Less logging verbiage.
21281
21282         * gdk/win32/gdkevents.c: Fix long-standing bug in key
21283         events. The key.string wasn't zero-terminated, still we strdup'ed
21284         it in gdk_event_copy(). Synthesize crossing events for button
21285         events before possible propagation.
21286
21287         * gdk/win32/gdkwindow.c: Log gdk_window_set_title.
21288
21289         * gdk/win32/makefile.cygwin
21290         * gtk/makefile.cygwin: Use new DLL naming style for the
21291         GCC-compiled ones.
21292
21293         * gdk/win32/makefile.msc
21294         * gtk/makefile.msc: Cosmetics mostly.
21295
21296         * gtk/gtk.def: Add missing entry points.
21297
21298         * gtk/gtksocket.c: Add dummy gtk_socket_get_type() for Win32.
21299
21300 1999-07-09  Tor Lillqvist  <tml@iki.fi>
21301
21302         * gdk/win32/gdkdraw.c (gdk_draw_arc): Don't draw anything if width
21303         or height is zero. Don't print a warning if Pie or Arc fails, they
21304         always fail (?) for very narrow ellipses.
21305
21306         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Call InvalidateRgn for
21307         the part or the destination window corresponding to source area
21308         outside of the source drawable's boundary.
21309
21310         * gdk/win32/gdkdraw.c (gdk_draw_lines, gdk_draw_polygon): Don't do
21311         anything if less than two points.
21312
21313         * gdk/win32/gdkselection.c (gdk_selection_owner_get): Always
21314         return NULL. Gtk cut-and-paste inside a single program works
21315         better this way. (It always gets the clipboard contents from
21316         Windows, not from its own copy, which is cleared anyway. I can't
21317         say I fully understand what happens... Emulating the X selection
21318         and property stuff is a bit of a mess.)
21319
21320         * gdk/win32/gdkevents.c
21321         * gdk/win32/gdkproperty.c: A bit more verbose logging.
21322
21323         * gdk/win32/gdkregion.c: Fix some memory leaks (temporary regions
21324         that never got deleted). Revamp gdk_region_shrink.
21325
21326         * gdk/win32/gdkregion.c: Fix memory leak, delete temporary regions
21327         after use.
21328
21329         * gtk/gtk.def: Add some missing entry points.
21330
21331         * gtk/gtkrc.c: Strip trailing directory separator from pixmap path
21332         component.
21333
21334 1999-07-04  Tor Lillqvist  <tml@iki.fi>
21335
21336         * gdk/win32/gdkevents.c (gdk_event_translate): Handle
21337         Control-digits specially.
21338
21339 1999-07-03  Tor Lillqvist  <tml@iki.fi>
21340
21341         * gtk/makefile.{cygwin,msc}: New pthreads version. Use gettext.
21342
21343 1999-06-28  Tor Lillqvist  <tml@iki.fi>
21344
21345         * gdk/win32/gdkimage.c (gdk_image_get): bpl was set wrong for
21346         bitmaps, should be multiple of 4. (Thanks to Hans Breuer for
21347         finding this.)
21348
21349 1999-06-01  Jose H Mercado  <jmercado@mit.edu>
21350
21351         * gtk+.spec.in: Corrected some typos in files section.
21352         
21353 1999-06-15  Tor Lillqvist  <tml@iki.fi>
21354
21355         * README.win32: Mention using GNU gettext.
21356         * config.h.win32: Enable NLS stuff.
21357         * gtk/makefile.msc: Use GNU gettext.
21358         * gdk/win32/gdkdnd.c: Minor header reorg.
21359         * gdk/win32/{gdkevents,gdkwindow}.c: No semantic changes, mainly
21360         cosmetics.
21361         * gtk/gtkrc.c (Win32): Make get_gtk_sysconf_directory() public.
21362         * gtk/gtkmain.c (Win32): Use it in bindtextdomain() call.
21363
21364 Wed Jun  2 11:44:25 PDT 1999 Manish Singh <yosh@gimp.org>
21365
21366         * acinclude.m4
21367         * config.guess
21368         * config.status
21369         * ltconfig
21370         * ltmain.sh: upgrade to libtool 1.3.2 (BeOS changes merged)
21371
21372 1999-05-30  Tor Lillqvist  <tml@iki.fi>
21373
21374         * gdk/win32/gdkwindow.c: AdjustWindowRectEx2 renamed to
21375         SafeAdjustWindowRectEx. Don't override all calls to
21376         AdjustWindowRectEx by it, but use it only in two places: When
21377         creating a new top-level window and when moving a top-level
21378         window.
21379
21380         Use screen coordinate rectangle, not client rectangle, in
21381         gdk_window_move. Thus SafeAdjustWindowRectEx will do its job only
21382         when we try to place a window so that the decoration (mainly,
21383         title bar) isn't visible.
21384
21385         These changes fix the bug that showed up for instance as the
21386         GIMP's saved top-level windows moving right and down (by an amount
21387         equal to the window decoration) for each session. This bug showed
21388         up also in testgtk's "Saved Position".
21389
21390         gdk_window_resize also redone a bit.
21391
21392 1999-05-25  Tor Lillqvist  <tml@iki.fi>
21393
21394         * gtk/testgtkrc: Add (commented out) Windows-style theme
21395         include line.
21396
21397         * gdk/win32/gdk.def,gtk/gtk.def: Add some missing entry points.
21398
21399 1999-05-18  Tor Lillqvist  <tml@iki.fi>
21400
21401         * gdk/win32/makefile.{cygwin,msc}: Copy our gdkprivate.h and
21402         gdkx.h to a gdk subdirectory, so that applications can include
21403         these with <gdk/*.h> without trouble.
21404
21405         * gdk/win32/gdkimage.c (gdk_image_new_with_depth): Code simplified.
21406         (gdk_image_destroy): Plug resource leak, some GdkImages didn't
21407         have their bitmap destroyed.
21408
21409         * gdk/win32/gdk.def: Add gdk_root_parent.
21410
21411 Wed May 12 03:00:56 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
21412
21413         * configure.in
21414           gtk-config.in
21415           ltconfig
21416           ltmain.sh     
21417           gtk/Makefile.am: changes to compile nicely (with xlib) 
21418           on BeOS
21419
21420 Sat May  1 15:04:42 PDT 1999 Manish Singh <yosh@gimp.org>
21421
21422         * acinclude.m4
21423         * config.guess
21424         * config.sub
21425         * ltconfig
21426         * ltmain.sh: upgrade to libtool 1.3
21427
21428 Fri Apr 30 13:38:16 1999  Lars Hamann  <lars@gtk.org>
21429
21430         * gtk/gtkclist.c:
21431         * gtk/gtkctree.c: merges from gtk-1-2
21432
21433 1999-04-25  Tor Lillqvist  <tml@iki.fi>
21434
21435         Support added for building using a GNU toolchain on Win32,
21436         gcc -mno-cygwin (egcs-1.1.2) on cygwin-b20.1.
21437
21438         * gdk/win32/makefile.cygwin gtk/makefile.cygwin: New files.
21439         * config.h.win32: Changes for gcc.
21440         * gdk/gdkrectangle.c: Include gdk.h as <gdk/gdk.h>.
21441         * gdk/gdkcolor.c: config.h.win32 already defines strcasecmp.
21442         * gdk/win32/gdkconfig.h: Only the MS compiler has wctype.h.
21443         * gdk/win32/gdkdnd.c: Protect (unused) OLE2 stuff better.
21444         Protect shl stuff unavaiilable with mingw32 headers.
21445         * gdk/win32/gdkevents.c: Fix typo.
21446         * gdk/win32/gdkglobals.c: Use GDKVAR here also for gcc.
21447         * gdk/win32/gdkim.c: Use OEM code page for multibyte chars. (?)
21448         * gdk/win32/gdkinput.c: Use __try __except only with the MS compiler.
21449         * gdk/win32/gdkprivate.h: Make up for some stuff missing from
21450         the mingw32 headers.
21451         * gdk/win32/makefile.msc: Use latest Wintab kit and glib.
21452         * gtk/gtkfilesel.c: Include <glib.h> early, to get stat->_stat
21453         definition on Win32. Test for NATIVE_WIN32, not _MSC_VER.
21454         * gtk/gtkfontsel.c: Protect CHARSET redefinition on Win32.
21455         Test for NATIVE_WIN32, not _MSC_VER.
21456         * gtk/gtkmain.c: No use warning about developer version on Win32,
21457         there aren't any non-developer versions anyhow.
21458         * gtk/gtkrc.c: Test for NATIVE_WIN32, not _MSC_VER.
21459         * gtk/makefile.msc: Use pthread from another directory. Minor other
21460         changes. 
21461
21462 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
21463
21464         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
21465           default filter from the list
21466
21467 Mon Mar  8 12:52:53 1999  Owen Taylor  <otaylor@redhat.com>
21468
21469         * gtk/gtkwidget.c (gtk_widget_grab_default): Add a warning
21470          when gtk_widget_grab_default() is called for a widget that
21471          is not within a GtkWindow.
21472
21473 Sat Apr 10 13:52:54 BST 1999  Tony Gale <gale@gtk.org>
21474
21475         * docs/gtk_tut.sgml, examples/clist.c: use a
21476           scrolled window in the clist example. Minor
21477           tutorial fixes.
21478
21479 Fri Apr  2 09:19:20 BST 1999  Tony Gale <gale@gtk.org>
21480
21481         * docs/gtk_tut.sgml: Style check from David King
21482           <dking@youvegotmail.net>
21483
21484 1999-03-30  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
21485
21486         * gtk/gtkfontsel.c (gtk_font_selection_get_fonts): Make code
21487         compile with unknown value of GDK_WINDOWING
21488
21489 1999-03-28  Raja R Harinath  <harinath@cs.umn.edu>
21490
21491         * gdk/Makefile.am (gdkconfig.h): Make sure `gdkconfig.h' exists
21492         after the rule is fired.
21493         (install-exec-local): Install gdkconfig.h only if the contents are
21494         different from the currently installed gdkconfig.h.
21495
21496 1999-03-26  Raja R Harinath  <harinath@cs.umn.edu>
21497
21498         * gdk/Makefile.am (configexecincludedir): Rename from 
21499         configincludedir so that gdkconfig.h will be installed 
21500         as part of `make install-exec'. 
21501
21502 Fri Mar 19 16:50:33 PST 1999 Manish Singh <yosh@gimp.org>
21503
21504         * acinclude.m4
21505         * config.guess
21506         * config.sub
21507         * ltconfig
21508         * ltmain.sh: upgrade to libtool 1.2f
21509
21510         * autogen.sh: libtool is not required to autogen gtk+
21511
21512         * acconfig.h: remove WITH_SYMBOL_UNDERSCORE (not explictly
21513         needed)
21514
21515 1999-03-18  Tor Lillqvist  <tml@iki.fi>
21516
21517         * gdk/gdktypes.h: Merge in Win32 version: Define macro GDKVAR for
21518         declaring gdk variables exported/imported from the DLL. New image
21519         type enum, GDK_IMAGE_SHARED_PIXMAP, for gdk_imlib. New drag and
21520         drop protocol enums, GDK_DRAG_PROTO_WIN32_DROPFILES and
21521         GDK_DRAG_PROTO_OLE2.
21522
21523         * gdk/gdk.h: Merge in Win32 version: Two new functions,
21524         gdk_pixmap_create_on_shared_image and gdk_image_bitmap_new. So far
21525         declared only for the Win32 version, but could be in the X11
21526         version as well. (Needed for a Xlib-less gdk_imlib.)
21527         gdk_color_hash should have only one parameter. Declare
21528         gdk_threads_mutex with GDKVAR.
21529         
21530         * gdk/gdkcolor.c (gdk_color_hash): A hash function should have
21531         just one parameter.
21532
21533         * gdk/gdkimage.c (gdk_image_get): Initialize bpp correctly. Bytes
21534         per pixel, not bits.
21535
21536         * gdk/gdkrgb.c: Mingle includes somewhat. (gdk_rgb_select_conv):
21537         Fetch bpp (which means bits-per-pixel here) from another place on
21538         Win32. Accept also depth==32 (which we might get on Win32) with
21539         bpp==32.
21540
21541         * gtk/{gtkclist,gtkctree,gtkdnd,gtkditable,gtkfontsel,
21542         gtkhandlebox,gtklayout,gtkmain,gtkplug,gtkpreview,gtkrc,
21543         gtkselection,gtksocket,gtkstyle,gtkwidget,gtkwindow}.c:
21544         Include gdx.h from "gdkx.h", not "gdk/gdkx.h", as gdkx.h will be
21545         in the backend-dependent directory, not in the common gdk
21546         directory.
21547
21548         * gtk/testgtk.c: Ditto. Also, don't use ../gdk path to gdk
21549         headers.
21550
21551 Wed Mar 17 05:06:49 1999  Tim Janik  <timj@gtk.org>
21552
21553         * gtk/gtkmain.c (gtk_init_check): tell people that they don't really
21554         want to use the Gtk+ devel version (which is true, and yes - even i am
21555         currently working with the 1.2.x branch). so everyone reading this, you
21556         probably want to issue
21557         cvs checkout -r glib-1-2 glib
21558         and
21559         cvs checkout -r gtk-1-2 gtk+
21560         as your next two comands.
21561
21562 Wed Mar 17 02:49:32 1999  Tim Janik  <timj@gtk.org>
21563
21564         * configure.in: build gtkcompat.h from gtkcompat.h.in instead of
21565         gtkfeatures.h from gtkfeatures.h.in, require GLib 1.3.0.
21566
21567         * gtk/gtkcompat.h.in: combined gtkcompat.h and gtkfeatures.in in this
21568         file. strongly deprecated the GTK_HAVE_* macros, we provide
21569         GTK_CHECK_VERSION() for people that need to check for certain
21570         Gtk+ versions.
21571
21572         * gtk/gtkcompat.h: removed this from CVS.
21573         * gtk/gtkfeatures.h.in: removed this from CVS, gtkfeatures.h was a bad
21574         idea right from the start, it just didn't seem like that back then.
21575
21576 Wed Mar 17 01:46:28 1999  Tim Janik  <timj@gtk.org>
21577
21578         * merges from gtk-1-2:
21579
21580 Tue Mar 16 17:43:33 1999  Tim Janik  <timj@gtk.org>
21581
21582         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_string): ensure the
21583         item factory class has been created.
21584         (gtk_item_factory_parse_rc): likewise.
21585
21586         * gtk/gtkmenu.c:
21587         keep proper references for old_active_menu_item.
21588         (gtk_menu_reparent): unset the usize of the new parent,
21589         so the menu can sanely be size requested and we don't get nasty screen
21590         artefacts upon next reparentation.
21591         (gtk_menu_motion_notify): set send_event to TRUE if we synthesize an
21592         enter notify. only synthesize enter notifies if the pointer really is
21593         inside the event window.
21594         (gtk_menu_popdown): use gtk_menu_shell_deselect().
21595         (gtk_menu_popup): move the background setting stuff into
21596         gtk_menu_tearoff_bg_copy() so it can be called from other places as well.
21597
21598         * gtk/gtkmenushell.c (gtk_menu_shell_button_press): use
21599         gtk_menu_shell_select_item() to select the new item.
21600         (gtk_menu_shell_deselect): export this function, so gtkmenu.c can
21601         do the right thing for deselection as well.
21602
21603 Sat Mar 15 20:10:33 1999  Tim Janik  <timj@gtk.org>
21604
21605         * gtk/gtkwidget.[hc]:
21606         (gtk_widget_accelerators_locked): return whether a widget's accelerators
21607         are locked.
21608
21609         * gtk/gtkmenu.c (gtk_menu_key_press): don't remove or install new or
21610         existing accelerators if the widget's accelerators are locked.
21611
21612 Sat Mar 14 19:44:05 1999  Tim Janik  <timj@gtk.org>
21613
21614         * gtk/gtkitemfactory.[hc]: allow managing of foreign menu items.
21615
21616         * gtk/gtkmenu.c: truely forward key press and key release events to
21617         the menu widget from the toplevel or tearoff window. we can't simply
21618         connect to that, we need to stop further processing of the events as
21619         well.
21620
21621 Sat Mar 13 13:14:17 1999  Tim Janik  <timj@gtk.org>
21622
21623         * gtk/gtkmenu.c:
21624         (gtk_menu_key_press): pass event->keyval, event->state to
21625         gtk_accelerator_valid, instead of event->keyval twice.
21626         refuse to install single letter accelerators for menus that use
21627         single letter shortcuts.
21628
21629         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): use
21630         gtk_menu_ensure_uline_accel_group().
21631
21632         * gtk/gtkmenu.[hc]: added gtk_menu_ensure_uline_accel_group()
21633         which will always return an uline accel group, made
21634         gtk_menu_get_uline_accel_group() return NULL if the group isn't
21635         yet created.
21636
21637 Mon Mar 15 01:03:27 1999  Lars Hamann  <lars@gtk.org>
21638
21639         * gtk/gtkclist.h (struct _GtkCListColumn): added button_passive flag.
21640
21641         * gtk/gtkclist.c (gtk_clist_column_title_passive):
21642         Leave button sensitive, trap  button_press, button_release,
21643         motion_notify, enter_notify and leave_notify events instead.
21644         (gtk_clist_column_title_active): disconnect event handler.
21645         (gtk_clist_drag_data_get): fixed memory leak. Reported by
21646         Guillaume Laurent <glaurent@worldnet.fr>
21647
21648 Wed Mar 10 23:49:55 1999  Lars Hamann  <lars@gtk.org>
21649
21650         * gtk/gtklayout.c (gtk_layout_adjustment_changed): fixed a few
21651         width/height mixups.
21652
21653         * gtk/gtkctree.c (tree_delete): emit an tree_unselect_row signal
21654         if needed.
21655
21656 Wed Mar 10 00:11:32 1999  Tim Janik  <timj@gtk.org>
21657
21658         * gtk/testgtk.c (create_item_factory): unref the item factory after
21659         window's destruction.
21660
21661         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): keep a reference
21662         count on the menu shell around the menu item's activation, since the
21663         signal emission may cause menu shell destruction.
21664
21665         * gtk/gtkitemfactory.c:
21666         the previous code leaked one accel group per menu. we use
21667         gtk_menu_get_uline_accel_group() now to fix that, and with that
21668         also create the underline accelerator group of the menus only if
21669         required (i.e. an underline accelerator has been specified).
21670         (gtk_item_factory_construct):
21671         (gtk_item_factory_create_item): removed code that would create an
21672         extra accel group for the menu (and leak references).
21673         (gtk_item_factory_create_item): adapted the underline accelerator
21674         installation code to properly feature gtk_menu_get_uline_accel_group().
21675
21676         * gtk/gtkmenu.[hc]: added gtk_menu_get_accel_group() to retrive
21677         menu->accel_group, this may return NULL if the accelerator group
21678         hasn't been set yet.
21679         added gtk_menu_get_uline_accel_group() to retrive the underline
21680         accelerator group of the menu, this will be created on demand
21681         and proper care is taken about its reference count.
21682
21683         * gtk/gtkitemfactory.h:
21684         * gtk/gtkitemfactory.c:
21685         dumped the approach of keeping a widgets by action list on the
21686         factory since the factory<->widget destroy negotiation didn't work
21687         and would be hard to get going at all. instead we keep a list of
21688         GtkItemFactoryItem items on the factory (GtkItemFactoryItems are
21689         persistant throughout a program's life time).
21690         also, i removed the static const gchar *key_* variables, and made
21691         them inline strings (they weren't actually used anyways).
21692         (gtk_item_factory_add_item): update ifactory->items.
21693         (gtk_item_factory_destroy): destroy ifactory->items (and remove
21694         the item factory pointer from the remaining ifactory widgets).
21695         (gtk_item_factory_get_widget_by_action): walk the GtkItemFactoryItem
21696         list to find the widget.
21697         (gtk_item_factory_get_item): new function that works around
21698         gtk_item_factory_get_widget() limitations, this function will only
21699         return menu items, even for <Branch> entries.
21700
21701 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
21702
21703         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
21704         font hash table, if we have a GdkFontPrivate entry for this font
21705         already, simply increment its reference count, provided by Olaf Dietsche
21706         <olaf.dietsche+list.gtk@netcologne.de>.
21707
21708         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
21709         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
21710
21711 Sun Mar  7 06:13:29 1999  Tim Janik  <timj@gtk.org>
21712
21713         * gtk/gtkcontainer.c:
21714         (gtk_container_add_with_args):
21715         (gtk_container_addv):
21716         (gtk_container_add): before adding a child to a conatiner, make sure
21717         it is (default) constructed, this is neccessary because under certain
21718         circumstances the child will get relized and mapped immediatedly, in
21719         which case it has to be constructed already.
21720
21721 Mon Mar  1 17:58:21 1999  Tim Janik  <timj@gtk.org>
21722
21723         * gtk/gtksignal.c (gtk_signal_connect_by_type): count object_signal
21724         values > 1 as TRUE also.
21725
21726 1999-03-16  Tor Lillqvist  <tml@iki.fi>
21727
21728         * README.win32: New file.
21729                 
21730         * configure.in: Check for lstat.
21731
21732         * config.h.win32: Add non-definition of HAVE_LSTAT, just for
21733         completeness.
21734
21735         * gtk/gtkrc.c: If don't HAVE_LSTAT, use stat.
21736
21737         * gtk/gtk.def: Removed CRs.
21738
21739         * gtk/makefile.msc: Correct include path to Win32 GDK version (in
21740         ..\gdk\win32).
21741
21742         * gdk/win32/makefile.msc: Correct upwards relative paths.
21743         
21744 Mon Mar 15 03:38:34 1999  George Lebl  <jirka@5z.com>
21745
21746         * gtk/gtkdnd.c: (gtk_drag_highlight) swap the
21747           gtk_drag_highlight_expose and gtk_drag_highlight_paint since
21748           it was connecting a void function to expose_event and the int
21749           returning function to the draw signal
21750
21751 1999-03-14  Jeff Garzik  <jgarzik@pobox.com>
21752
21753         * configure.in:
21754         Use correct path to libgmodule.la when ref'ing uninstalled copy
21755         of glib.  (Already in stable branch, Bug #417)
21756
21757 1999-03-15  Tor Lillqvist  <tml@iki.fi>
21758
21759         Win32 merge and general portability stuff:
21760                 
21761         * acconfig.h,configure.in: Check for <sys/time.h>.
21762
21763         * gdk/win32: New directory (actually, been there for a while).
21764         
21765         * gtk/fnmatch.c: Include <glib.h> for G_DIR_SEPARATOR, WIN32 and
21766         NATIVE_WIN32, and use these. Always case fold on Win32. No
21767         backslashed escapes on native Win32.
21768
21769         * gtk/{gtk.def,makefile.msc}: New files.
21770
21771         * gtk/Makefile.am: Add above new files.
21772         
21773         * gtk/{gtkaccelgroup,gtkbindings}.c: Include <string.h>
21774         instead of <strings.h>.
21775
21776         * gtk/{gtkcalendar,gtkitemfactory,gtkpreview,gtkrc}.c: Include
21777         config.h. Protect inclusion of <sys/param.h>, <sys/time.h>, and
21778         <unistd.h> appropriately.
21779
21780         * gtk/gtkdnd.c: Merge in Win32 version (which doesn't do much).
21781         Use ABS() (from <glib.h>) instead of abs().
21782         
21783         * gtk/gtkfilesel.c: Moved Win32-specific includes after inclusion
21784         of gtk (and thus glib) headers, so that WIN32 will be
21785         defined. With MS C, include <direct.h> for mkdir prototype.
21786
21787         * gtk/gtkitemfactory.c (gtk_item_factory_callback_marshal): Add
21788         some casts, needed by MS C.
21789
21790         * gtk/{gtklayout,gtkplug}.c: Merge in Win32 version (which isn't
21791         implemented).
21792
21793         * gtk/gtkmain.c: Include gdk/gdkx.h for GDK_WINDOWING. Include
21794         <X11/Xlocale.h> only on X11 platform, otherwise <locale.h>.  Use
21795         G_SEARCHPATH_SEPARATOR_S and g_module_build_path.
21796
21797         * gtk/gtkmain.h: Mark variables for export/import on Win32.
21798                 
21799         * gtk/gtkrange.c (gtk_range_motion_notify): Set mods also in case
21800         the event is not a hint, or its window is not the slider. Needed
21801         on Win32, at least.
21802
21803         * gtk/gtkrc.c: Include config.h and gdk/gdkx.h. Use <locale.h>
21804         unless on X11. Skip \r chars, too. Use G_DIR_SEPARATOR and
21805         G_SEARCHPATH_SEPARATOR(_S). Use g_path_is_absolute. On Win32, use
21806         a subdirectory of the Windows directory as gtk system
21807         configuration directory.
21808
21809         * gtk/gtkselection.c: No chunks on Win32.
21810
21811         * gtk/gtksocket.c: Not implemented on Win32.
21812
21813         * gtk/gtkthemes.c (gtk_theme_engine_get): Use g_module_build_path.
21814
21815         * gtk/makeenums.h: Include gdkprivate.h after gdk.h.
21816
21817         * gtk/maketypes.awk: Declare variables with a macro that expands to
21818         necessary export/import magic in the case of Win32.
21819                 
21820         * gtk/testrgb.c: Use dynamically allocated buffer. Use GTimers.
21821
21822 1999-03-13  Raja R Harinath  <harinath@cs.umn.edu>
21823
21824         * configure.in (gdk_wc): Move widechar tests from `glib' to here,
21825         since those were meant only for gdki18n.h.  
21826         * gdk/gdki18n.h: Include gdkconfig.h and use GDK_* instead of G_*
21827         for widechar tests.
21828         * gtk/Makefile.am (INCLUDES): Add -I../gdk for gdkconfig.h.
21829
21830 1999-03-13  Tor Lillqvist  <tml@iki.fi>
21831
21832         * configure.in acconfig.h: Check for dirent.h and pwd.h. Generate
21833         gdk/gdkconfig.h using similar mechanism as GLib's glibconfig.h.
21834
21835         * gtk-config.in: Add @libdir/gtk+/include (where gdkconfig.h is
21836         installed) to CFLAGS.
21837
21838         * gdk/Makefile.am: Add rules for gdkconfig.h.
21839
21840         * gdk/gdktypes.h: Include gdkconfig.h. Define macros for windowing
21841         APIs.
21842
21843         * gdk/gdkfontsel.c: Don't include Xlib.h, it gets included via
21844         gdkx.h anyway when compiling for X11.
21845         (gtk_font_selection_create_xlfd): Use g_strdup_printf. (In
21846         general): Merge in Win32 version.
21847         
21848         * gtk/gtkfilesel.c: Use g_get_current_dir(). Merge in Win32
21849         version: Use G_DIR_SEPARATOR, g_path_is_absolute, no tilde
21850         expansion (if we don't have HAVE_PWD_H), allow for drive
21851         letters. UNC paths (\\server\share\...) are not handled yet.  Also,
21852         included code from Craig Setera's port to Win32 (the one that uses
21853         X11, and the cygwin dll), even if it probably will be abandoned.
21854
21855         * gtk/gtkfilesel.c: Don't append a * to the pattern to complete if
21856         the user entered one herself.  This way one can complete *.h and
21857         don't get matches on any .help files, for instance.
21858         
21859 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
21860
21861         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
21862         font hash table, if we have a GdkFontPrivate entry for this font
21863         already, simply increment its reference count, provided by Olaf Dietsche
21864         <olaf.dietsche+list.gtk@netcologne.de>.
21865
21866         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
21867         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
21868
21869 1999-03-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
21870
21871         * gtk/gtkstyle.c (gtk_default_draw_handle): Significantly reduced
21872         the number of calls to gdk_draw_point() (and thus to X) by
21873         clipping the points by hand.
21874
21875         * gtk/gtkhandlebox.c (draw_textured_frame): Actually make use of
21876         the clip parameter.
21877         (gtk_handle_box_paint): Only paint the handle if the expose area
21878         intersects it.
21879
21880 Sun Mar  7 18:46:37 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
21881
21882         * gtk/gtkmain.c (add_dll_suffix): Add this function (OS/2 ver.)
21883
21884 Sun Mar  7 11:43:34 1999  ape@spacetec.no  (Asbjorn Pettersen)
21885
21886         * gtk/gtkthemes.c (gtk_theme_engine_get): Add OS/2 changes.
21887         Added function gen_8_3_dll_name(gchar *name, gchar *fullname).
21888
21889 Fri Mar  5 09:12:24 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
21890
21891         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): Open file in
21892          textmode (O_TEXT) for OS/2 version.
21893
21894 Sun Feb 28 16:46:02 1999  Stefan Jeske  <stefan@gtk.org>
21895
21896         * gtk/gtkspinbutton.[c,h] gtk/testgtk.c: Added two new signals to 
21897         GtkSpinButton, "input" and "output", to make the output more flexible.
21898         The user has to provide a mapping between adjustment->value and the
21899         output string (and vice versa, if the spin button is editable). 
21900         See testgtk for examples.
21901
21902 Sat Feb 27 01:18:47 1999  Tim Janik  <timj@gtk.org>
21903
21904         * ChangeLog: moved old ChangeLog to ChangeLog.pre-1-2, and started
21905         new one.
21906         
21907         * configure.in: set gtk+ version to 1.3.0.