]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-10
Deprecate. (#68183)
[~andy/gtk] / ChangeLog.pre-2-10
1 2002-01-15  Matthias Clasen  <matthiasc@poet.de>
2
3         * gtk/gtkenums.h (GtkMatchType): Deprecate. (#68183)
4
5         * gtk/gtkscale.h (gtk_scale_value_width): Remove useless 
6         compatibility macro. (#67730) 
7
8 Wed Jan 16 10:54:38 2002  Owen Taylor  <otaylor@redhat.com>
9
10         * configure.in: Fix typo in --help output.
11         (Arnaud Charlet).
12
13 Wed Jan 16 10:18:42 2002  Owen Taylor  <otaylor@redhat.com>
14
15         * gtk/stock-icons/Makefile.am (EXTRA_DIST): Add 
16         gtkstockpixbufs.h.
17
18         * configure.in: Make TIFF, JPEG, PNG loaders mandatory
19         unless you configure with --without-libtiff, etc.
20         (#54045, Brian Cameron)
21
22 2002-01-16  Padraig O'Briain <padraig.obriain@sun.com>
23
24         * gtk/gtkmenushell.c (gtk_real_menu_shell_move_current):
25         Avoid unexpected warning message when navigating menu (#68517)
26
27 2002-01-15  Jody Goldberg <jody@gnome.org>
28
29         * gtk/gtklayout.c (gtk_layout_realize) : It is possible that a
30         GtkLayout may have been scrolled _before_ it was realized.
31
32 Tue Jan 15 18:10:24 2002  Owen Taylor  <otaylor@redhat.com>
33
34         * gtk/gtkspinbutton.c (gtk_spin_button_grab_notify): Stop
35         the timer on destroy, or when we are notified that we are
36         shadowed by a modal dialog.
37
38         * gtk/gtkspinbutton.c: Remove explicit gtk_grab_add()/remove() -
39         not needed any more.
40
41         * gtk/gtkmain.c (gtk_grab_notify): Fix problem where notifications
42         weren't sent out for the default grab group.
43
44         * gtk/gtkmain.c (gtk_grab_notify): Fix notification of widgets that
45         were getting events because they were part of the previous grab.
46
47 Tue Jan 15 12:23:33 2002  Owen Taylor  <otaylor@redhat.com>
48
49         * gtk/gtknotebook.c (gtk_notebook_mnemonic_activate_switch_page): 
50         focus the activated tab, not the page. (#53612)
51
52         * gtk/gtknotebook.c (gtk_notebook_set_focus_child): Track
53         the last focus descendant of the page.
54
55         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): If the focus
56         was on the previous page, move it to the last focused widget /
57         first element on the new page, if possible, or if not, to the 
58         notebook itself. (#68224, reported by Jonathan Blandford)
59
60         * gtk/gtknotebook.c (focus_tabs_in): Don't focus tabs
61         tabs aren't visible. (#65462, Damon Chaplin, fixed based 
62         on patch from Anders Carlsson)
63
64 2002-01-15            Vitaly Tishkov       <tvv@sparc.spb.su>
65
66         * gtk/gtkstyle.c
67         a misprint in documentation for gtk_style_render_icon () is fixed
68
69 Mon Jan 14 23:21:47 2002  Tim Janik  <timj@gtk.org>
70
71         * gtk/gtkmenuitem.c (gtk_menu_item_map): map event_window after
72         mapping child, so we don't loose events.
73
74 2002-01-15  Sven Neumann  <sven@gimp.org>
75
76         * gtk/gtkaccellabel.h
77         * gtk/gtkitemfactory.c: fixed documentation by syncing the parameter
78         names used in headers and code.
79
80 2002-01-14  jacob berkman  <jacob@ximian.com>
81
82         * gtk/gtkrc.c (gtk_rc_get_im_module_path): close a comment block
83
84 Tue Jan 15 01:13:51 2002  Kristian Rietveld  <kris@gtk.org>
85
86         * gtk/gtktreemodelsort.c: fix a load of open line ends,
87         (gtk_tree_model_sort_set_model): only free root level if it's
88         !NULL
89
90 2002-01-14  Matthias Clasen  <matthiasc@poet.de>
91
92         * gtk/gtkoldeditable.c, gtk/gtkrc.c, 
93         gtk/gtkstyle.c: Documentation additions.
94
95         * gtk/gtkmenu.c (gtk_menu_set_accel_path),
96         gtk/gtkmenuitem.c (gtk_menu_item_set_accel_path), 
97         gtk/gtkwidget.c (gtk_widget_add_accelerator): Typo and markup fixes.
98
99         * gtk/gtkitemfactory.c (gtk_item_factory_add_foreign): Document.
100
101         * gtk/gtkaccelmap.c (gtk_accel_map_add_filter): Explain intended use.
102
103 Mon Jan 14 17:14:13 2002  Owen Taylor  <otaylor@redhat.com>
104
105         * gdk/x11/gdkselection-x11.c (sanitize_utf8): Don't
106         mangle sequences of consecutive \n or \r.
107
108 Mon Jan 14 17:42:28 2002  Jonathan Blandford  <jrb@redhat.com>
109
110         * gtk/gtktreeview.c (gtk_tree_view_stop_editing): allow cancel to
111         happen.
112
113         * gtk/gtktreeview.c (install_presize_handler): only install the
114         handler if we're realized, #68056
115
116 Mon Jan 14 16:35:58 2002  Owen Taylor  <otaylor@redhat.com>
117
118         * gtk/gtkwindow.c (gtk_window_move_resize): Unset 
119         initial_pos_set after the first configure request.
120
121 2002-01-13  Jody Goldberg <jody@gnome.org>
122
123         * gtk/gtktexttag.c (get_color_arg) : set_boxed will copy the color
124           and will use a mem_chunk to do it.  Avoid an unnecessary copy, a
125           leak, and confusion.
126
127 Sun Jan 13 23:23:22 2002  Owen Taylor  <otaylor@redhat.com>
128
129         * gtk/gtkwindow.c (gtk_window_compute_hints): Fix problem where
130         widget->requisition was being used instead of
131         gtk_widget_get_child_requisition (), causing geometry widgets
132         with usizes to misbehave.
133
134 2002-01-14  Sven Neumann  <sven@gimp.org>
135
136         * gtk/gtkrc.c: g_getenv() returns a const string.
137
138 2002-01-14  Hasbullah Bin Pit  <sebol@ikhlas.com>
139
140         * configure.in: Added ms at ALL_LINGUAS.
141         * po/ms.po: Added Malay Translation.
142
143 2002-01-14  Matthias Clasen  <matthiasc@poet.de>
144
145         * gtk/gtkitemfactory.c: Documentation.
146
147 2002-01-13  Sven Neumann  <sven@gimp.org>
148
149         * gdk/gdkwindow.c: documentation cleanups.
150
151 Sun Jan 13 01:15:45 2002  Kristian Rietveld  <kris@gtk.org>
152
153         * gtk/gtktreemodelsort.c: various cleanups,
154         (get_child_iter_from_elt): removed,
155         (gtk_tree_model_sort_elt_get_path): rewritten to be a lot cleaner
156         and especially faster,
157         (gtk_tree_model_convert_iter_to_child_iter): use
158         gtk_tree_model_sort_elt_get_path
159
160 Sat Jan 12 16:57:31 2002  Kristian Rietveld  <kris@gtk.org>
161
162         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search):
163         revert Owen's change (using a strdupped string as object data), so
164         the interactive search works again
165
166 2002-01-11  Havoc Pennington  <hp@pobox.com>
167
168         * gtk/gtklabel.c: put in more links to Pango markup format docs
169         (gtk_label_set_justify): mention gtk_misc_set_alignment
170
171 2002-01-12  Tor Lillqvist  <tml@iki.fi>
172
173         Fixes contributed by Archaeopteryx Software: This is a first small
174         part of their changes. Will commit more later.
175         
176         * gdk/win32/*.c: Add some more checks for failed GDI calls. If a
177         call fails, don't use bogus values.
178
179          gdk/win32/gdkcursor-win32.c (_gdk_win32_data_to_wcursor): Plug
180         memory leak: g_free() the AND and XOR bitmaps after use.
181         (_gdk_cursor_destroy): If we are destroying the current Windows
182         cursor, set the Windows cursor to none first.
183
184         * gdk/win32/gdkgc-win32.c (predraw_set_foreground): Delete the old
185         brush that was in the DC, like the win32-procution branch does. I
186         guess this plugs a resource leak? With the HDC cache, the old
187         brush might be something we created ourselves, and not a stock
188         brush. And it doesn't do any harm to call DeleteObject on stock
189         brushes.
190
191         * gdk/win32/gdkwindow-win32.c (gdk_window_impl_win32_finalize): If
192         the window has a cursor which is the current Windows cursor,
193         before destroying it set the current Windows cursor to none.
194         (gdk_window_set_cursor): Also here, if destroying the current
195         Windows cursor, set the current Windows cursor to none first.
196         (gdk_window_get_pointer): Revamp logic.
197         
198 2002-01-10  jacob berkman  <jacob@ximian.com>
199
200         * gtk/gtkwidget.c (gtk_widget_add_events): actually iterate
201         through the list rather than infinitely loop
202
203 2002-01-08  Matthias Clasen  <matthiasc@poet.de>
204
205         * gtk/gtkwidget.c (gtk_widget_set_style_recurse): Rename to
206         reset_rc_styles_recurse(). (#68084)
207
208 2002-01-10            Vitaly Tishkov       <tvv@sparc.spb.su>
209         * gtk/gtkimage.c
210         * gtk/gtkimcontext.c
211         * gtk/gtktreemodel.c
212         * gtk/gtktreemodelsort.c
213         * gtk/gtkwindow.c
214         fix docs        
215
216 Wed Jan  9 20:56:42 2002  Jonathan Blandford  <jrb@redhat.com>
217
218         * gdk/x11/gdkkeys-x11.c (get_xkb): get the types as well as the
219         symbols because we need them in MyEnhancedXkbTranslateKeyCode.
220
221 2002-01-10  Tor Lillqvist  <tml@iki.fi>
222
223         Apply the same fixes and improvements as to the
224         gtk-1-3-win32-production branch: Bug fixes and cleanup of
225         selection and DND functionality. Still doesn't work as well as the
226         win32-production branch, though, but getting closer.
227
228         After this, need to add Archaeopteryx Software's OLE2 DND support.
229
230         * gdk/win32/gdkselection-win32.c (gdk_selection_owner_set,
231         gdk_selection_send_notify, generate_selection_notify): Don't use
232         SendMessage() to generate events for the same app, instead use
233         gdk_event_put().
234
235         * gdk/win32/gdkprivate-win32.h
236         * gdk/win32/gdkglobals-win32.c
237         * gdk/win32/gdkmain-win32.c
238         * gdk/win32/gdkevents-win32.c: Thus, remove declaration, definition,
239         initialisation and handling of gdk_selection_notify_msg,
240         gdk_selection_request_msg and gdk_selection_clear_msg. 
241
242         * gdk/win32/gdkselection-win32.c (gdk_text_property_to_text_list,
243         gdk_free_text_list, gdk_string_to_compound_text,
244         gdk_free_compound_text): Implement trivially, witrh a text_list
245         always having a single element, and a compound text always
246         consisting of just a single (UTF-8!) string. Let's see how well
247         this works.
248
249         * gdk/win32/gdkselection-win32.c (gdk_selection_convert): Fix
250         non-ASCII paste from the clipboard: Try getting the same formats
251         from the Windows clipboard that gdk_property_change() puts there:
252         CF_UNICODETEXT, UTF8_STRING or CF_TEXT+CF_LOCALE.
253
254         * gdk/win32/gdkproperty-win32.c (gdk_property_change): When
255         storing text on the clipboard, handle non-ASCII text
256         correctly. The logic is as follows:
257
258         If we have only ASCII characters, use CF_TEXT.
259
260         Else, if we are on NT, use CF_UNICODETEXT.
261
262         Else (we are on Win9x), if all the characters are present in the
263         code page of some installed locale, use CF_TEXT and also set
264         CF_LOCALE to that locale.
265
266         Else (still on Win9x) store as RTF. We use a very simple RTF
267         string, just the text, no fonts or other crap, with the non-ASCII
268         characters as Unicode \uN keywords. Additionally, also store the
269         UTF-8 string as such, under the format "UTF8_STRING", so that GDK
270         can also paste from the Clipboard what it has copied there. (Thus
271         no need to implement any RTF parser.)
272         
273         (find_common_locale): New function, implements the search for a
274         locale for case 3 above.
275
276         * gdk/win32/gdkglobals-win32.c: New global variables
277         compound_text, text_uri_list, utf8_string, cf_rtf and
278         cf_utf8_string.
279
280         * gdk/win32/gdkim-win32.c (_gdk_ucs2_to_utf8): New function,
281         converts from a wchar_t string to UTF-8.
282         (_gdk_utf8_to_ucs2): Rename from _gdk_win32_nmbstowchar_ts.
283         (_gdk_utf8_to_wcs): Rename from gdk_nmbstowchar_ts.
284
285         * gdk/win32/gdkevents-win32.c (build_keypress_event): Use
286         _gdk_ucs2_to_utf8().
287
288         * gdk/win32/gdkselection-win32.c: Remove some unnecessary logging.
289
290         * gdk/win32/gdkdnd-win32.c: Plug memory leaks, the
291         gdk_drag_context_ref() was called unnecessarily in a couple of
292         places, meaning drag contexts were never freed. The same memory
293         leaks seem to be present in gdk/linux-fb/gdkselection-fb.c, BTW.
294
295         (gdk_drop_reply): For WIN32_DROPFILES drops, free the temporarily
296         stored file list.
297
298         * gdk/win32/gdkselection-win32.c: Clarify the use of the
299         sel_prop_table. Now it is used only for storing the GDK_SELECTION
300         "properties".
301
302         The file names dropped with WM_DROPFILES -style DND is stored
303         temporarily (between the drop and the target picking them up) in a
304         separate place.
305
306         Have a separate hash table to map selection atoms to owner
307         windows. This used to be quite mixed up.
308
309         (_gdk_dropfiles_store): New function, to store the dropped file
310         list for the drop target to possibly fetch, and clear it
311         afterwards, from gdk_drop_reply().
312
313         (gdk_selection_owner_get): Much simplified now.
314
315 2002-01-09  jacob berkman  <jacob@ximian.com>
316
317         * gtk/gtklayout.c (gtk_layout_style_set): set the background of
318         our bin window also (fixes #58957)
319
320 Wed Jan  9 19:10:07 2002  Jonathan Blandford  <jrb@redhat.com>
321
322         * gtk/gtktreeselection.c
323         (_gtk_tree_selection_internal_select_node): Now we test we can
324         unselect nodes before selecting new ones.
325         (gtk_tree_selection_real_select_node): be careful comparing booleans.
326
327 Wed Jan  9 21:31:44 2002  Kristian Rietveld  <kris@gtk.org>
328
329         * gtk/gtkliststore.c (gtk_list_store_sort): pass NULL to
330         gtk_tree_model_rows_reordered and not an iter with user_data
331         set to NULL (which is an invalid liststore iter, so
332         iter_n_children failed, etc)
333
334 2002-01-09  Sven Neumann  <sven@gimp.org>
335
336         * tests/prop-editor.c: declared internal functions static.
337         
338 Wed Jan  9 11:13:12 2002  Owen Taylor  <otaylor@redhat.com>
339
340         * gtk/gtkmenuitem.c (_gtk_menu_item_refresh_accel_path): 
341         Fix problem with menus without accel groups, such as the
342         menus for option menus.
343
344         * gtk/gtkpaned.c (gtk_paned_expose): Only conditionalize
345         drawing of handle on whether both children are visible,
346         not the drawing of the other child!. (#68325, Diego Gonzalez)
347
348 Wed Jan  9 10:20:16 2002  Owen Taylor  <otaylor@redhat.com>
349
350         * gdk/x11/gdkdrawable-x11.c gdk/x11/gdkgc-c11.c: Check for
351         RENDER before trying to use it... XRenderFindFormat() prints
352         warnings if called when extension isn't present.
353
354 Wed Jan  9 15:20:40 2002  Tim Janik  <timj@gtk.org>
355
356         * gtk/gtkmenuitem.c (gtk_menu_item_parent_set): update the accel
357         path upon parent changes.
358
359 Wed Jan  9 13:20:14 2002  Tim Janik  <timj@gtk.org>
360
361         * gtk/gtkviewport.c (gtk_viewport_size_allocate): small but important
362         fix to force vadjustments at size_alocate time from Xavier Ordoquy
363         <mcarkan@users.sourceforge.net>.
364
365 Wed Jan  9 11:23:39 2002  Tim Janik  <timj@gtk.org>
366
367         * gtk/gtklayout.c (gtk_layout_get_property): 
368         * gtk/gtkspinbutton.c (gtk_spin_button_get_property): 
369         * gtk/gtktreeview.c (gtk_tree_view_get_property): 
370         * gtk/gtkwidget.c (gtk_widget_get_property): 
371         * gtk/gtkfontsel.c (gtk_font_selection_get_property): 
372         * gtk/gtkrange.c (gtk_range_get_property):
373         * gtk/gtkviewport.c (gtk_viewport_get_property):
374         * gtk/gtkprogressbar.c (gtk_progress_bar_get_property): don't cast a
375         possible NULL pointer.
376
377 2002-01-08  Mike Kestner  <mkestner@speakeasy.net>
378
379         * gtk/gtkcelleditable.h : Use G_TYPE_INSTANCE_GET_INTERFACE.
380         * gtk/gtktreednd.h : ditto.
381         * gtk/gtktreemodel.h : ditto.
382         * gtk/gtktreesortable.h : ditto.
383         * gtk/gtkwidget.h : Don't reference incomplete _GdkRectangle type.
384
385 2002-01-08  Matthias Clasen  <matthiasc@poet.de>
386
387         * gtk/gtkplug.c, gtk/gtksocket.c: Speak of window IDs rather 
388         than XIDs in the docs.
389
390         * gtk/gtkclipboard.c (gtk_clipboard_clear): Fix docs.
391
392 Tue Jan  8 18:39:23 2002  Jonathan Blandford  <jrb@redhat.com>
393
394         * gtk/gtktreedatalist.c (gtk_tree_data_list_compare_func): wow!
395         Am I a moron or what 0 < 1 is not equivalent to strcmp ("a", "b")
396
397 Tue Jan  8 18:04:01 2002  Owen Taylor  <otaylor@redhat.com>
398
399         * gtk/gtktoolbar.c (gtk_toolbar_set_icon_size):
400         Handle TOGGLE/RADIOBUTTON as well. (#68201,
401         Damon Chaplin.)
402
403         * gtk/gtktoolbar.c (get_first_child): Fix stupid 
404         bug, just introduced.
405
406 Tue Jan  8 15:53:28 2002  Owen Taylor  <otaylor@redhat.com>
407
408         * gtk/gtkdnd.c (gtk_drag_find_widget): Fix coordinate
409         translations, once and for all.
410
411         * gtk/gtktextbuffer.c (paste_from_buffer): Free
412         the ClipboardRequest structure. (#66198, HideToshi
413         Tajima)
414
415 2002-01-08  jacob berkman  <jacob@ximian.com>
416
417         * gtk/gtklayout.c (gtk_layout_move_internal): queue a resize on
418         the child rather than the layout. see bug #68263
419
420 Tue Jan  8 14:51:19 2002  Owen Taylor  <otaylor@redhat.com>
421
422         * gtk/gtkpaned.c (gtk_paned_expose): Don't draw
423         the handle if we aren't showing both children.
424         (#68135, Diego Gonzalez)
425
426 Tue Jan  8 14:45:43 2002  Owen Taylor  <otaylor@redhat.com>
427
428         * gtk/gtkwidget.c (gtk_widget_add_events): Fix
429         leak of result of gtk_container_get_children().
430
431 Tue Jan  8 14:42:19 2002  Owen Taylor  <otaylor@redhat.com>
432
433         * gtk/gtktoolbar.c: Fix leaks of results of
434         gtk_container_get_children(). (#68199, Damon Chaplin)
435
436 Tue Jan  8 14:19:43 2002  Owen Taylor  <otaylor@redhat.com>
437
438         * gtk/gtkcheckbutton.c (gtk_check_button_size_allocate): 
439         Fix problem where child->requisition was accessed
440         directly instead of calling get_child_requisition()
441         (#68199, Damon Chaplin)
442
443 2001-01-08  James Henstridge  <james@daa.com.au>
444
445         * gtk/gtkstyle.c: add trailing */ on doc comment.
446
447 Mon Jan  7 22:19:32 2002  Owen Taylor  <otaylor@redhat.com>
448
449         * gdk/x11/gdkdrawable-x11.c (draw_with_pixmaps): Fix a
450         problem where were the offset into the image was passed
451         into convert_to_format() wrong.
452
453         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_pixbuf): Call
454         gdk_x11_drawable_update_picture_clip () before using
455         the picture; allow update_picture_clip() to take a NULL gc
456         to mean no clipping.
457
458 2002-01-07  Matthias Clasen  <matthiasc@poet.de>
459
460         * gtk/gtksocket.c (gtk_socket_get_id): Doc typo fix. (#68172)
461
462         * gtk/gtktreemodel.c (gtk_tree_path_is_descendant): Fix docs.
463
464         * gtk/gtktreemodel.c (gtk_tree_model_rows_reordered): Document.
465
466         * gtk/gtkwindow.c (gtk_window_remove_accel_group): Fix docs.
467
468         * gtk/gtkrc.c (gtk_rc_get_style_by_paths),
469         gtk/gtkwidget.c (gtk_widget_get_toplevel, 
470         gtk_widget_push_composite_child), gtk/gtkdialog.c 
471         (gtk_dialog_new_with_buttons, gtk_dialog_run): Keep gtk-doc
472         from messing up the indentation of inline examples.     
473
474         * gtk/gtkmain.c, gtk/gtkrc.c: Consistently call g_getenv() 
475         instead of getenv().
476
477         * gtk/gtktreemodel.c, gtk/gtkaccelgroup.c, gtk/gtkclipboard.c,
478         gtk/gtkdnd.c, gtk/gtkiconfactory.c, gtk/gtkrc.c,
479         gtk/gtkstyle.c, gtk/gtkselection.c: Doc fixes.
480
481         * gtk/gtkaccelmap.c (gtk_accel_map_add_filter,
482         gtk_accel_map_foreach_unfiltered, gtk_accel_map_load_scanner):
483         Document.
484
485 2002-01-07  Anders Carlsson  <andersca@gnu.org>
486
487         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Remove
488         unused pixels and rowstride variables.
489         (gtk_cell_renderer_pixbuf_get_size): Check for non-NULL width.
490
491 Mon Jan  7 08:48:23 2002  Tim Janik  <timj@gtk.org>
492
493         * gtk/gtkdnd.c (gtk_drag_find_widget): don't forget to offset
494         the pointer by x/y_offset into the new window when we found
495         the drag destination.
496
497         * gtk/gtkaccelmap.c (internal_change_entry): fix return code
498         for simulation when the entry already contains the required
499         accel key and mod.
500
501 2002-01-06  Matthias Clasen  <matthiasc@poet.de>
502  
503         * docs/debugging.txt: Replace GTK_NO_CHECK_CASTS by 
504         G_DISABLE_CAST_CHECKS.
505
506         * gtk/gtkaccelgroup.c (gtk_accel_group_from_accel_closure,
507         gtk_accel_group_query, gtk_accel_group_find,
508         gtk_accel_groups_from_object): Document.
509
510         * gtk/gtkaccellabel.c (gtk_accel_label_set_accel_closure): Document.
511
512 2002-01-04  Hans Breuer  <hans@breuer.org>
513
514         * gdk/gdkdraw.c gdk/gdkpixbuf-drawable.c : 
515         need to cast image->mem away from void* to avoid 
516         'error C2036: 'void *' : unknown size'. Doing pointer 
517         arithmetics on void pointers is a GCCism afaik.
518
519         * gdk/gdkpixbuf-render.c : #include "gdkinternals.h" for
520         _gdk_draw_pixbuf ()
521
522         * gdk/makefile.msc gdk/win32/makefile.msc 
523         gdk/gtk/makefile.msc.in : use -FI msvc_recommended_pragmas.h
524
525         * gdk/win32/gdkdrawable-win32.c : use _gkd_win32_copy_to_image
526         and take care of image->visual possibly NULL.
527
528         * gdk/win32/gdkimage-win32.c : implement _gdk_image_new_for_depth(),
529         _gdk_win32_copy_to_image() and _gdk_windowing_bits_for_depth().
530         Again take care of image->visual possibly NULL.
531
532         * gdk/win32/gdkprivate-win32.h : declare _gdk_win32_copy_to_image()
533
534         * gdk/win32/gdkevents-win32.c : use gdk_drawable_get_colormap
535         instead of private field access
536
537         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new) : adapt
538         colormap setting to the gdk-X behaviour
539
540 2001-01-04  Matthias Clasen  <matthiasc@poet.de>
541
542         * gtk/gtkwidget.c: Documentation additions.
543
544 2001-01-04  Matthias Clasen  <matthiasc@poet.de>
545
546         * gtk/gtkobject.c (gtk_object_dispose): Fix a comment.
547
548         * gtk/gtkwidget.c (gtk_widget_set_sensitive): tiny docs change
549
550 2002-01-04  Havoc Pennington  <hp@pobox.com>
551
552         * gtk/gtkwidget.c (gtk_widget_set_sensitive): tiny docs change
553         
554 Fri Jan  4 13:05:15 2002  Owen Taylor  <otaylor@redhat.com>
555
556         * gtk/gtkdnd.c (gtk_drag_find_widget): At least
557         don't infinite loop if the widget and window heirarchies
558         don't correspond.
559
560         * gtk/gtkdnd.c (gtk_drag_find_widget): Handle changes
561         in heirarchy in ::drag_motion, ::drag_drop callbacks
562         by referencing child widget lists. (Patch from Tim)
563
564         * gtk/gtkdnd.c (gtk_drag_find_widget): Fix a problem
565         with widgets where window.x != widget->allocation.x
566
567 Fri Jan  4 01:36:48 2002  Owen Taylor  <otaylor@redhat.com>
568
569         * gdk/x11/gdkdrawable-x11.c (convert_to_format): Optimize
570         a little bit. (More for consistency than because it
571         makes much of a difference.)
572
573 Thu Jan  3 22:18:15 2002  Owen Taylor  <otaylor@redhat.com>
574
575         * gdk/x11/gdkdrawable-x11.c gdk/x11/gdkprivate-x11.h
576         (_gdk_x11_have_render): Private function to tell if we have RENDER
577         extension.
578
579         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_get_fg_picture): Return
580         None if we don't have RENDER extension.
581
582         * gdk/x11/gdkpango-x11.c (gdk_pango_context_get): Don't
583         use Xft unless we have render extension.
584
585         * gdk/x11/gdkdrawable-x11.c (gdk_x11_drawable_get_picture):
586         Handle missing render extension.
587
588         * gdk/gdkdraw.c gdk/gdkdrawable.h gdk/gdkpixmap.c gdk/gdkwindow.c
589         gdk/gdkinternals.h: Add a private copy_to_image() virtual function
590         to the GdkDrawable vtable that extends get_image() to allow
591         copying onto existing images.  Make the default implementation of
592         get_image() use this so that backends don't have to implement
593         both. Add private wrapper _gdk_drawable_copy_to_image().
594
595         * gdk/x11/gdkimage-x11.c gdk/x11/gdkprivate-x11.c
596         gdk/x11/gdkdrawable-x11.c (_gdk_x11_copy_to_image): Implement
597         copy_to_image() semantics, speed up by using ShmPixmaps and
598         XCopyArea when possible, XFlush() after ungrabbing the server,
599         generally redo the logic once again.
600
601         * gdk/gdkinternals.h gdk/x11/gdkimage-x11.c
602         _gdk_windowing_bits_per_depth(): Function to convert from depth to
603         bits-per-pixel. (We assume only one bpp per depth - X requires
604         this.)
605
606         * gdk/gdkinternals.h gdk/gdkrgb.c gdk/gdkimage.c: Move the GdkRGB
607         scratch image code into a generic _gdk_image_get_scratch() chunk
608         of code that we can use other places we need scratch images.
609
610         * gdk/gdkimage.c gdk/x11/gdkimage.c gdk/gdkinternals.h:
611         Add _gdk_image_new_for_depth() as the backend 
612         to _gdk_image_new() to allowing creating images with
613         a depth and no visual.
614
615         * gdk/gdkpixbuf-drawable.c: Fix so that getting 
616         parts of images not at 0,0 actually works.
617
618         * gdk/gdkdrawable.h gdk/gdkinternals.h gdk/gdkdraw.c
619         gdk/gdkwindow.c gdk/gdkpixmap.c gdk/gdkpixbuf-render.c: 
620          - Add a new GdkDrawableClass vfunc _draw_pixbuf, and 
621           _gdk_draw_pixbuf() [ will be made public later ], to allow 
622           backends to accelerate drawing pixbufs. 
623          - Move the implementation of gdk_pixbuf_render_to_drawable_alpha()
624            to be the default implementation. 
625          - Update docs for gdk_pixbuf_render_to_drawable_alpha(). 
626          - Optimize the default implementation by using 
627            _gdk_image_copy_to_pixmap() and scratch shared images, and
628            special casing the compositing.
629
630         * gdk/x11/gdkdrawable-x11.c: Accelerate _gdk_draw_pixbuf()
631         with alpha using the RENDER extension.
632
633         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_drawable):
634         Optimize by _gdk_image_copy_to_pixmap() and scratch images.
635
636         * tests/testrgb.c: Add test for speed of alpha composition,
637         reduce the number of iterations since alpha composition
638         can be a bit slow.
639
640         * gdk/x11/gdkimage-x11.c gdk/gdkprivate-x11.h (_gdk_x11_image_get_shm_pixmap): 
641         Private function to get a ShmPixmap for an image, if possible.
642
643 2002-01-04  Anders Carlsson  <andersca@gnu.org>
644
645         * tests/testtreesort.c: Add my cool list of integers.
646
647 Thu Dec 27 18:12:55 2001  Owen Taylor  <otaylor@redhat.com>
648
649         * gdk/x11/gdkproperty-x11.c (gdk_property_get): Fix
650         problem where retrieved atoms weren't properly returned.
651
652 2002-01-03  Anders Carlsson  <andersca@gnu.org>
653
654         * gtk/gtktextview.c (gtk_text_view_key_press_event): When
655         tab is pressed and the text view isn't editable, 
656         move the focus instead.
657
658         * gtk/gtkstyle.c (gtk_default_draw_focus): Free dash list if
659         necessary.
660
661         * gtk/gtkhsv.c (gtk_hsv_get_focus_gc): Free dash list.
662
663         * gtk/gtkcolorsel.c (get_focus_gc): Free dash list.
664
665         * gtk/gtkdnd.c (set_icon_stock_pixbuf): Don't unref the mask
666         if it's NULL.
667
668         * gtk/gtktreeview.c: Rename gtk_tree_view_queue_draw_node to
669         _gtk_tree_view_queue_draw_node.
670         (gtk_tree_view_row_has_child_toggled): Only redraw one node.
671
672         * gtk/gtktreesortable.c (gtk_tree_sortable_set_sort_func): 
673         sort_column_id can be 0.
674
675         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
676         Only redraw one the node being selected.
677
678         * gtk/gtktreeprivate.h: Add _gtk_tree_view_queue_draw_node.
679         
680 Wed Jan  2 23:09:06 2002  Tim Janik  <timj@gtk.org>
681
682         * gtk/gtkcontainer.c (_gtk_container_queue_resize): don't ignore
683         realized but visible && !mapped resize containers (which is
684         possible with unset CHILD_VISIBLE now).
685
686 2002-01-02  jacob berkman  <jacob@ximian.com>
687
688         * gtk/Makefile.am (LDFLAGS): automake still doesn't support
689         libsomething_la_LDFLAGS, so fix the build again
690
691 2002-01-01  Havoc Pennington  <hp@pobox.com>
692
693         * gtk/gtktextview.c (gtk_text_view_expose_event): propagate
694         exposes to no window children not in the buffer window.
695         (gtk_text_view_class_init): add move_focus bindings for Ctrl-Tab
696         - is this the right way to do it?
697         (gtk_text_view_focus): add focus method, just chains up for now, 
698         I'm not sure why the GtkContainer implementation doesn't work
699
700         * gtk/gtktextbtree.c (_gtk_text_btree_insert_child_anchor): fill
701         in the text line for the child anchor segment
702
703         * tests/testtext.c (do_add_focus_children): add another test
704         example (to put focusable buttons into the widget)
705
706 2002-01-01  Havoc Pennington  <hp@pobox.com>
707
708         * docs/README.linux-fb: note that this file is obsolete
709
710         * docs/Changes-2.0.txt, docs/Changes-1.2.txt: Add notes to these
711         files that they should not be edited and look in the reference 
712         manual instead. Probably these files should just be replaced by 
713         the note, and their main contents deleted.
714
715         * gtk/gtktextview.c: docs
716
717         * gtk/gtktextmark.c: docs
718
719         * gtk/gtktextchild.c: docs
720
721         * gtk/gtktextbuffer.c: docs stuff
722
723         * gtk/gtkclipboard.c (gtk_clipboard_get): fool with docs to maybe
724         give people more leads in sorting out PRIMARY vs. CLIPBOARD
725
726 2002-01-01  Tor Lillqvist  <tml@iki.fi>
727
728         * demos/Makefile.am (test-inline-pixbufs.h): Append EXEEXT to
729         ../gdk-pixbuf/gdk-pixbuf-csource.
730
731 2001-12-31  Tor Lillqvist  <tml@iki.fi>
732
733         * gdk/win32/gdkgc-win32.c (predraw_set_foreground): Improved error
734         handling.
735         (gdk_win32_hdc_get,gdk_win32_hdc_release): Silence gcc -Wall.
736
737         * gdk/win32/gdkimage-win32.c (_gdk_win32_get_image): Silence gcc
738         -Wall.  Use GDK_IS_PIXMAP_IMPL_WIN32 instead of GDK_IS_PIXMAP in
739         one more place.
740
741         * gdk/win32/gdkinput-win32.c (_gdk_input_other_event): Silence gcc
742         -Wall.
743
744         * gtk/Makefile.am (libgtk_win32_1_3_la_LDFLAGS): Add -lwsock32.
745
746 2002-01-01  Havoc Pennington  <hp@pobox.com>
747
748         * gtk/gtktextview.c (gtk_text_view_get_default_attributes): doc 
749         fix
750         
751 2002-01-01  Havoc Pennington  <hp@pobox.com>
752
753         * gtk/gtktextview.c (changed_handler): Replace call to
754         gtk_widget_size_request() that expected to actually compute the
755         request with a direct use of widget_class->size_request, so we get
756         our size request right; fixes remaining part of #63065 reported by
757         Matthias Clasen
758
759 2001-12-31  Havoc Pennington  <hp@pobox.com>
760
761         * tests/testtext.c (do_insert_and_scroll): remove backward_char
762         since we no longer have bogus newline
763         (dialog_response_callback): remove another backward_char horkage, 
764         reported by Matthias Clasen #63065
765
766 2001-12-31  Havoc Pennington  <hp@pobox.com>
767
768         * gtk/gtktextbtree.c (gtk_text_btree_node_view_check_consistency):
769         fix an incorrect assertion that the "valid" flag is always correct
770         in a node and add explanatory comment. This keeps me from 
771         reproducing #59101, but I'm remembering that 59101 was actually 
772         about incorrect pixel totals, so I'm not sure 59101 is actually 
773         fixed. May just have stopped happening due to some change in 
774         how C-k works.
775
776 2001-12-31  Havoc Pennington  <hp@pobox.com>
777
778         * gtk/gtktextview.c (gtk_text_view_start_selection_drag): extend
779         selection if shift is down, bug #50939
780         (gtk_text_view_button_press_event): add double/triple click
781         selection to the current selection if shift is down
782
783 2001-12-31  Havoc Pennington  <hp@pobox.com>
784
785         * gtk/gtktextiter.c (gtk_text_iter_get_visible_line_index): fix 
786         to use ensure_byte_offsets not ensure_char_offsets, patch 
787         from Padraig O'Briain bug #67356
788         
789 2001-12-30  Havoc Pennington  <hp@pobox.com>
790
791         * gtk/gtkdialog.h (GtkDialogFlags): fix GtkDialogFlags to have 
792         the right values, reported by Jeff Franks
793
794 2001-12-30  Matthias Clasen  <matthiasc@poet.de>
795
796         * gtk/gtkwindow.c, gtk/gtkimcontextsimple.c: Minor documentation tweaks.
797
798 2001-12-28  Matthias Clasen  <matthiasc@poet.de>
799
800         * gdk/x11/gdkproperty-x11.c, gdk/x11/gdkselection-x11.c: 
801         Minor documentation tweaks.
802
803 2001-12-28  Tor Lillqvist  <tml@iki.fi>
804
805         * gdk/win32/gdkfont-win32.c: Use G_N_ELEMENTS().
806         (unicode_classify): Don't return -1 on encountering an
807         unclassified character, but play it safe and return U_BASIC_LATIN.
808
809 Thu Dec 27 16:05:30 2001  Owen Taylor  <otaylor@redhat.com>
810
811         * gtk/gtkarrow.c gtk/gtkimage.c gtkpixmap.c: Make interpretation
812         of misc->xpad/ypad consistent with GtkLabel. Do 
813         directional flipping when interpreting misc->xalign/yalign.
814         Fix off-by-one error for negative x,y. (#67472, reported
815         by Mathieu Lacage)
816
817 Thu Dec 27 15:45:41 2001  Owen Taylor  <otaylor@redhat.com>
818
819         * gtk/gtkwidget.c (gtk_widget_set_style_internal):
820         Remove optimization that was causing problems because
821         we called gtk_widget_size_request() before we called
822         gtk_widget_queue_resize() so RESIZE_NEEDED was not
823         set. Optimization shouldn't mattter now that we
824         are smart about needlessly size requesting or allocating
825         widgets. (#67598, reported by Jacob Berkman)
826
827 Thu Dec 27 15:38:20 2001  Owen Taylor  <otaylor@redhat.com>
828
829         * gtk/gtkmenu.c (gtk_menu_stop_navigating_submenu_cb):
830         Call gdk_window_get_pointer() on menu->bin_window not
831         menu->window, so we get the correct window for the
832         menu item. (#65213, Guillermo S. Romero)
833
834 Thu Dec 27 15:13:44 2001  Owen Taylor  <otaylor@redhat.com>
835
836         * gtk/gtkmenu.c (gtk_menu_set_title): Allow unsetting
837         the title by setting to NULL. Move docs inline. 
838         Update the title if the tearoff window already
839         exists. Code cleanup. (Fixes #65190, reported by
840         Vitaly Tishkov.)
841
842 Thu Dec 27 14:04:22 2001  Owen Taylor  <otaylor@redhat.com>
843
844         * gtk/gtksocket.c (gtk_socket_key_press_event): 
845         gtk/gtkplug.c (gtk_plug_key_press_event): Don't do
846         special handling of key presses unless we are doing 
847         iter-app embedding. (Fixes #67590, Anders Carlsson)
848
849 Thu Dec 27 16:37:04 2001  Kristian Rietveld  <kris@gtk.org>
850
851         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_deleted),
852         (gtk_tree_model_sort_sort_level),
853         (gtk_tree_model_sort_insert_value): fix a few places where
854         I was confused between modelsort iters and other iters. This was
855         really going to happen someday ;)
856
857 Wed Dec 26 23:41:41 2001  Kristian Rietveld  <kris@gtk.org>
858
859         * gtk/gtktreeview.c (gtk_tree_view_rows_reordered): ensure
860         we are unprelighted before reordering
861
862         * gtk/gtktreemodel.c (gtk_tree_row_ref_reordered_callback): we
863         need to break out of the for loop, not return (this fixed
864         the 'selection freeze' bug).
865
866         * gtk/gtktreemodelsort.c: more fixage and cleanups. It seems to
867         be pretty stable now, though it still needs some more code
868         cleanups.
869
870 Wed Dec 26 12:32:31 2001  Owen Taylor  <otaylor@redhat.com>
871
872         * docs/Changes-2.0.txt: Document the fact that
873         gtk_paned_set_handle_size() has been removed.
874
875         * gtk/gtkpaned.h Remove gtk_paned_handle_size() compat macro, 
876         since it pointed to gtk_paned_set_handle_size(), which
877         was removed. (#66760, Matt Wilson)
878
879 Wed Dec 26 12:28:24 2001  Owen Taylor  <otaylor@redhat.com>
880
881         * gtk/gtkdnd.c (gtk_drag_highlight): Connect 
882         gtk_drag_hightlight_expose _after_, so it works with
883         widgets that paint there entire background. (#66735)
884
885 Wed Dec 26 12:17:06 2001  Owen Taylor  <otaylor@redhat.com>
886
887         * gtk/gtkplug.c (gtk_plug_size_allocate): Assign the
888         allocation to widget->allocation. (Fixes #67290,
889         Chris Phelps.)
890
891 Wed Dec 26 11:49:01 2001  Owen Taylor  <otaylor@redhat.com>
892
893         (#67542, reported by Anders Carlsson)
894         
895         * gtk/gtkstyle.c (gtk_style_real_init_from_rc): Merge
896         rc_style->font_desc with defaul style instead of replacing
897         it.
898
899         * gtk/gtkrc.c (gtk_rc_style_real_merge): Allow partial
900         font descriptions in RC styles by calling
901         pango_font_description_merge(). 
902
903 2001-12-24  James Henstridge  <james@daa.com.au>
904
905         * gtk/gtkdialog.h (doc comment): s/<!>/<!-- -->/ to make the doc
906         valid with both SGML and XML.
907
908 Sat Dec 22 12:38:03 2001  Owen Taylor  <otaylor@redhat.com>
909
910         * configure.in: 1.3.12, interface, binary age 0.
911
912         * configure.in: Require new versions of Glib, Pango, ATK.
913
914         * NEWS: Updated.
915
916         * configure.in: Make explicit what libtool we are executing.
917         (Tomas Ogren)
918
919         * gdk/gdkcolor.c gdk/gdkgc.c gdk/gdkwindow.c: Doc fixes.
920
921         * gtk/gtkwidget.c (gtk_widget_[class]path) gtkrc.h : Fix 
922         parameter names for docs.
923
924 Sat Dec 22 22:35:29 2001  Owen Taylor  <otaylor@redhat.com>
925
926         * gtk/gtkwindow.c (gtk_window_realize) 
927           gtk/gtkplug.c (gtk_plug_realize): Include GDK_KEY_RELEASE_MASK.
928
929         * gtk/gtkentry.c (gtk_entry_key_release)
930           gtk/gtktextview.c (gtk_text_view_key_release_event): Pass
931         key release events to the input method.
932
933         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): 
934         Handle release of Control/Shift to end hex sequence.
935
936         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_filter_keypress): 
937         Handle key releases as well as presses.
938
939 2001-12-21  Matthias Clasen  <matthiasc@poet.de>
940
941         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): Trivial doc adjustment.
942
943         * gtk/gtklabel.c (gtk_label_new_with_mnemonic),
944         gtk/gtkbutton.c (gtk_button_new_with_mnemonic): More precise
945         documentation about underscores and mnemonics. (#66380)
946
947         * gtk/gtktextiter.c (gtk_text_iter_backward_word_starts): Fix
948         cyclic reference in docs.
949
950         * gtk/gtklabel.c (gtk_label_set_justify): Correct documentation
951         of default value. (#65402)
952
953         * gtk/gtkmain.c (gtk_set_locale, gtk_disable_set_locale): 
954         Markup fixes.
955
956 2001-12-20  Anders Carlsson  <andersca@gnu.org>
957
958         * gtk/gtktreeview.c (gtk_tree_view_realize): Don't call
959         map here.
960
961 Tue Dec 18 16:15:55 2001  Owen Taylor  <otaylor@redhat.com>
962
963         * gdk/gdkgc.h: Explicitely deprecate gdk_gc_set_font()
964         (reported by Jeff Franks.)
965
966 Tue Dec 18 16:07:28 2001  Owen Taylor  <otaylor@redhat.com>
967
968         * gdk/gdkkeys.h (struct _GdkKeymapClass): Fix 
969         prototype for direction_changed. (Reported by
970         Jeff Franks.)
971
972 2001-12-18  Padraig O'Briain <padraig.obriain@sun.com>
973
974         * gtk/gtktreeview.c (gtk_tree_view_get_expander_column):
975         Fix typo (list->data becomes list->next)
976
977 2001-12-06  Havoc Pennington  <hp@redhat.com>
978
979         Add Unicode control char menu, based on patch from Dov.
980         Bug #63495
981         
982         * gtk/gtkentry.c (gtk_entry_commit_cb): share code via
983         gtk_entry_enter_text
984         (gtk_entry_enter_text): function to do "typing in text"
985         (popup_targets_received): add the Unicode menu items
986
987         * gtk/gtktextview.c (popup_targets_received): add missing mnemonic
988         on Input Methods item, and add the unicode menu items.
989
990         * gtk/gtktextutil.h, gtk/gtktextutil.c: private utilities to be
991         used in GtkEntry and GtkTextView - may become public later.     
992
993 2001-12-16  Kjartan Maraas  <kmaraas@gnome.org>
994
995         * gtk/gtkprogressbar.c: Fix a typo.
996         * gtk/gtkpaned.c: Fix a typo.
997         
998 2001-12-15  Darin Adler  <darin@bentspoon.com>
999
1000         Fix some warnings.
1001
1002         * gdk/x11/gdkproperty-x11.c: (gdk_property_get): Fix wrong type in
1003         g_new -- bug if sizeof (GtkAtom) != sizeof (GtkAtom *).
1004         * gdk/x11/gdkwindow-x11.c: (create_moveresize_window): FALSE -> NULL
1005         * gtk/gtkaccellabel.c: (gtk_accel_label_refetch): Remove unused local.
1006         * gtk/gtklistitem.c: (gtk_list_item_expose): Remove unused local.
1007         * gtk/gtktextiter.c: (_gtk_text_iter_backward_indexable_segment):
1008         Restructure loop to get rid of uninitialized variable warning. Also
1009         gives a tiny efficiency gain.
1010
1011 2001-12-15  Murray Cumming  <murrayc@usa.net>
1012
1013         * Fixed first arg type of GtkScale's "format_value" signal's
1014         function pointer.
1015
1016 2001-12-14            Vitaly Tishkov       tvv@sparc.spb.su
1017         docs/reference/gtk/tmpl/gtkcelleditable.sgml
1018                 gtkcelleditable -> GtkCellEditable
1019         docs/reference/gtk/tmpl/gtktreesortable.sgml
1020                 gtktreesortable -> GtkTreeSortable
1021
1022 2001-12-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1023
1024         * demos/testpixbuf-drawable.c, demos/testpixbuf-save.c,
1025         demos/testpixbuf-scale.c, demos/testpixbuf.c: Call g_object_ref
1026         and g_object_unref instead of gdk_pixbuf_ref and gdk_pixbuf_unref
1027         resp.
1028
1029 Thu Dec 13 22:02:41 2001  Kristian Rietveld   <kris@gtk.org>
1030
1031         * gtk/gtktreeview.c (validate_visible_area): free path
1032         at the end
1033
1034 2001-12-13  Matthias Clasen  <matthiasc@poet.de>
1035
1036         * gtk/gtkdialog.c, gtk/gtkrc.c, gtk/gtkwidget.c: Markup fixes.
1037
1038 Thu Dec 13 20:37:27 2001  Kristian Rietveld  <kris@gtk.org>
1039
1040         * gtk/gtktreeview.c (gtk_tree_view_button_press): do not try
1041         to find the clicked node in the tree when tree == NULL
1042
1043 2001-12-13  Anders Carlsson  <andersca@gnu.org>
1044
1045         * gtk/gtktreeview.c (gtk_tree_view_button_press): Compare 
1046         event->state with the default mod mask. 
1047
1048 2001-12-12  jacob berkman  <jacob@ximian.com>
1049
1050         * gtk/gtk*.h (GTK_IS_*_CLASS): s/obj/klass/ where appropriate
1051
1052 Wed Dec 12 17:22:45 2001  Owen Taylor  <otaylor@redhat.com>
1053
1054         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_slave):
1055         Reset the existing slave before removing it to give
1056         it a chance to commit and emit "preedit_changed" 
1057         in case there was still a preedit string.
1058
1059 2001-12-12  Matthias Clasen  <matthiasc@poet.de>
1060         
1061         * gtk/gtktextlayout.c: Typo fixes
1062         * gtk/gtkwindow.c (gtk_window_set_position): Typo fix. (#66746)
1063
1064         * gtk/gtkwidget.c (gtk_widget_send_expose, gtk_widget_get_toplevel, 
1065         gtk_widget_get_default_direction): Doc fixes. (#66727, #66737, #66744)
1066
1067         * gtk/gtkstyle.h (GTK_STYLE_NUM_STYLECOLORS): Remove. (#66467)
1068
1069 Wed Dec 12 16:43:10 2001  Jonathan Blandford  <jrb@redhat.com>
1070
1071         * gtk/gtktreeview.c (gtk_tree_view_unrealize): Remove
1072         validate_rows_timer in unrealize.  Reported by Matthew Wilson.
1073
1074 Wed Dec 12 16:18:26 2001  Owen Taylor  <otaylor@redhat.com>
1075
1076         * gtk/gtkmenu.c (gtk_menu_realize): Remove support for
1077         "prepainting" the menu before realizing other than
1078         via gtk_style_set_background() - this was broken when
1079         we added menu scroll support.
1080
1081         * gtk/gtkmenu.c (gtk_menu_paint): Pay attention to the
1082         window in the expose event -- fixes problem with border
1083         flashing during scrolling.
1084
1085 Wed Dec 12 15:11:49 2001  Owen Taylor  <otaylor@redhat.com>
1086
1087         * gtk/gtksettings.c (gtk_settings_get_property): Support
1088         using names/nicks for the gdk_settings values for enum valued
1089         types. (#57678, reported by Anders Carlsson)
1090
1091 Wed Dec 12 15:01:33 2001  Jonathan Blandford  <jrb@redhat.com>
1092
1093         * gtk/gtknotebook.c (gtk_notebook_set_tab_label): keep in sync
1094         with insert_page_menu.  Code duplication is bad.
1095
1096         * gtk/gtklabel.c (gtk_label_mnemonic_activate): Whoops -- got the
1097         wrong fix yesterday.
1098
1099 Wed Dec 12 14:27:30 2001  Owen Taylor  <otaylor@redhat.com>
1100
1101         * gtk/gtkmenubar.c (window_key_press_handler): Fix check for
1102         modifiers.
1103
1104 2001-12-12  James Henstridge  <james@daa.com.au>
1105
1106         * gtk/gtkmenu.c (gtk_menu_key_press): check GTK_MENU_ITEM
1107         (menu_item)->accel_path first when looking up the accel path.
1108
1109 Tue Dec 11 19:18:21 2001  Owen Taylor  <otaylor@redhat.com>
1110
1111         * tests/testgtk.c (layout_expose_handler): Only draw
1112         for events on the bin window.
1113
1114 Tue Dec 11 18:55:16 2001  Jonathan Blandford  <jrb@redhat.com>
1115
1116         * gtk/gtklabel.c (gtk_label_mnemonic_activate): Small fix to let
1117         mnemonics work with notebooks.
1118
1119 Tue Dec 11 15:25:06 2001  Jonathan Blandford  <jrb@redhat.com>
1120
1121         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): Change
1122         bin_window to be located at y=TREE_VIEW_HEADER_HEIGHT(tree_view).
1123         Makes some flicker while scrolling go away.
1124
1125 2001-12-11  Michael Natterer  <mitch@gimp.org>
1126
1127         * demos/testpixbuf-save.c: added new keyboard shortcut 'a' which
1128         adds alpha to the pixbuf; re-load the saved pixbuf and
1129         pixel-by-pixel compare it with the original one.
1130
1131 Tue Dec 11 15:39:08 2001  Soeren Sandmann  <sandmann@daimi.au.dk>
1132
1133         * ChangeLog: Fix wrong ChangeLog entry
1134         * gtk/gtkstyle.c (gtk_default_draw_shadow_gap): Fix drawing of top
1135         right corner
1136
1137 2001-12-10  jacob berkman  <jacob@ximian.com>
1138
1139         * gdk/x11/gdkinput-xfree.c (_gdk_input_grab_pointer): 
1140         * gdk/x11/gdkmain-x11.c (gdk_pointer_grab): 
1141         (gdk_keyboard_grab): do not grab things if the nograb debug flag
1142         is set
1143
1144         * gdk/gdkinternals.h: 
1145         * gdk/gdk.c: add nograbs debug flag to disable grabs of the
1146         keyboard / mouse
1147
1148 Mon Dec 10 19:42:29 2001  Jonathan Blandford  <jrb@redhat.com>
1149
1150         * gtk/gtktreeview.c (validate_rows_handler): stupid bug where I
1151         didn't reset the timer.
1152
1153 2001-12-10  Matthias Clasen  <matthiasc@poet.de>
1154
1155         * gtk/gtkcontainer.c (gtk_container_child_type): Close comment.
1156
1157 2001-12-09  Matthias Clasen  <matthiasc@poet.de>
1158
1159         * gtk/gtkviewport.c: Add docs.
1160
1161 Mon Dec 10 16:21:38 2001  Jonathan Blandford  <jrb@redhat.com>
1162
1163         * gtk/gtkrbtree.c (_fixup_parity): New function to fixup parity.
1164         RBTree corruption bug--
1165
1166 2001-12-10  Anders Carlsson  <andersca@gnu.org>
1167
1168         * gtk/gtktreeview.c (gtk_tree_view_remove_widget): Return
1169         if edited_column is NULL, also grab focus before removing
1170         the cell_editable.
1171
1172 Sun Dec 09 15:06:51 2001  George Lebl <jirka@5z.com>
1173
1174         * gtk/gtkrange.c (gtk_range_calc_layout): check for 0 value on the
1175           denominator in the horizontal case just like we do in the vertical
1176           case (why I didn't notice that there were two cases the first time
1177           around is beyond me:).  Also fix indentation in the vertical case.
1178
1179 2001-12-09  Anders Carlsson  <andersca@gnu.org>
1180
1181         * gdk/x11/gdkevents-x11.c: Update xsettings name.
1182
1183         * gtk/gtkdnd.c (gtk_drag_check_threshold): Use the
1184         gtk-dnd-drag-threshold GtkSetting.
1185
1186         * gtk/gtksettings.c (gtk_settings_class_init): Add 
1187         setting for dnd drag threshold.
1188
1189 2001-12-09  Matthias Clasen  <matthiasc@poet.de>
1190
1191         * gtk/gtkcontainer.c: Add docs.
1192
1193 2001-12-08  Matthias Clasen  <matthiasc@poet.de>
1194
1195         * gtk/gtkwidget.c: Doc markup fix. 
1196
1197         * gtk/gtktreeviewcolumn.c: Markup fixes. (#66447)
1198
1199         * gtk/gtktreestore.c: Typo fixes. (#66445)
1200
1201         * gtk/gtkaccelgroup.c: Misc doc markup. (#66425) 
1202
1203         * gtk/gtkclipboard.c (gtk_clipboard_get_owner): Fix reference
1204         to gtk_clipboard_set_with_owner(). (#66424)
1205  
1206 Sat Dec  8 16:12:10 2001  Christopher Blizzard  <blizzard@redhat.com>
1207
1208         * gdk/gdk.c (gdk_init_check): Fallback to setting the prgname to
1209         "<unknown>" if someone doesn't pass in a valid argc.  (Patch from
1210         Fabrice Bellet <fabrice@gnu.org>, #54127).
1211
1212 Sat Dec  8 10:04:54 2001  Jonathan Blandford  <jrb@redhat.com>
1213
1214         * gtk/gtkrbtree.c (_gtk_rbtree_debug_spew): Add debug spew to lots
1215         of places, so that people with crashy trees can just run their
1216         program with GTK_DEBUG=TREE.
1217
1218 Sat Dec  8 20:57:24 2001  Kristian Rietveld  <kristian@planet.nl>
1219
1220         * gtk/gtkliststore.c (gtk_list_store_remove): nuke the stamp++,
1221         per jrb's request
1222
1223 2001-12-08  Anders Carlsson  <andersca@gnu.org>
1224
1225         * tests/testgtk.c (layout_expose_handler): Don't return TRUE
1226         since then the default GtkLayout expose handler won't be called.
1227
1228 Fri Dec  7 23:42:50 2001  Jonathan Blandford  <jrb@redhat.com>
1229
1230         * gtk/gtktreeview.c (validate_rows_handler): remove
1231         g_return_if_fail.
1232
1233         * gtk/gtktreeview.c (validate_visible_area): Patch from Manish
1234         Singh <yosh@gimp.org> to fix bug when rendering Tree with an
1235         empty model.
1236
1237 Fri Dec  7 20:06:14 2001  Jonathan Blandford  <jrb@redhat.com>
1238
1239         * gtk/gtktreeview.c (validate_visible_area): get logic right,
1240         #66249
1241
1242         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): fix bug where
1243         removing a node ended up with a corrupt tree.  Really really nasty
1244         bug.
1245         (_gtk_rbtree_debug_spew): new debug helper function
1246         (_fixup_validation): new inline function to clean up code
1247         readability a lot. 
1248
1249 Fri Dec  7 19:34:51 2001  Owen Taylor  <otaylor@redhat.com>
1250
1251         * gtk/gtktoolbar.c (gtk_toolbar_insert_element):
1252         Close comment.
1253
1254 2001-12-07  Matthias Clasen  <matthiasc@poet.de>
1255
1256         * gtk/gtkstyle.h: Typo fixes.
1257
1258         * gtk/gtkstyle.c, gtk/gtktoolbar.c: Add docs.
1259
1260         * gtk/gtkrc.c (gtk_rc_find_pixmap_in_path): Fix docs.
1261
1262 Fri Dec  7 16:05:22 2001  Owen Taylor  <otaylor@redhat.com>
1263
1264         * modules/input/gtkimcontextxim.c: Display the XIM
1265         status callbacks with a popup window. (Patch from
1266         HideToshi Tajima, #50628, somewhat modified.)
1267
1268 Fri Dec  7 12:07:15 2001  Tim Janik  <timj@gtk.org>
1269
1270         * gtk/Makefile.am: each source generation rule needs to use its own
1271         temporary file, to avoid clashes for parallel builds. fixed rules
1272         for gtkmarshalers.h and gtkmarshalers.c to use their own temp files.
1273
1274 2001-12-07  Havoc Pennington  <hp@pobox.com>
1275
1276         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new): fix up my list of
1277         "cursors that are actually useful" in gdk_cursor_new() docs
1278
1279 Thu Dec  6 23:09:21 2001  Owen Taylor  <otaylor@redhat.com>
1280
1281         * gtk/gtk[hv]paned.c (gtk_[hv]paned_size_allocate): Fix errors
1282         in computing the size of the second child.
1283
1284 Thu Dec  6 16:50:17 2001  Owen Taylor  <otaylor@redhat.com>
1285
1286         * gtk/gtkrange.c: Make button 1 clicks on the trough
1287         do pages, button 3 steps. (Patch from Hans Breuer
1288         #63735)
1289
1290 2001-12-06  Matthias Clasen  <matthiasc@poet.de>
1291
1292         * gtk/gtklabel.c: Fix docs. (#66383)
1293
1294         * gtk/gtkbbox.c (gtk_button_box_set_child_secondary): Fix docs. 
1295         (#66278, #66280)
1296         
1297         * gdk/gdkwindow.h (gdk_window_get_deskrelative_origin),
1298         gdk/gdkimage.h (gdk_image_get): Deprecate. (#66208)
1299
1300         * gtk/gtkcolorsel.c (gtk_color_selection_set_update_policy):
1301         Don't emit a g_warning() about being deprecated. (#66208)       
1302
1303         * gtk/gtkaccellabel.c (gtk_accel_label_set_accel_widget): Add docs.
1304
1305         * gtk/gtkcontainer.c: Doc fixes.
1306         
1307         * gtk/gtkliststore.c (gtk_list_store_clear): Add docs; misc doc fixes.
1308
1309         * gtk/gtkstyle.c (gtk_style_attach): Add docs.
1310
1311 2001-12-05  Sven Neumann  <sven@gimp.org>
1312
1313         * gtk/gtkwidget.c (gtk_widget_reset_shapes): close comment.
1314
1315         * gtk/queryimmodules.c: g_dir_read_name() returns const.
1316
1317 Tue Dec  4 21:46:13 2001  HideToshi Tajima  <hidetoshi.tajima@sun.com>
1318
1319         * gtk/gtktreeprivate.h: restore the else case of #ifdef __GNUC__
1320         #66225
1321         
1322 2001-12-04  Manish Singh  <yosh@gimp.org>
1323
1324         * gtk/gtkmain.c
1325         * gtk/queryimmodules.c: g_module_symbol takes a gpointer *, not just
1326         a gpointer.
1327
1328         * gtk/gtkwidget.c (gtk_widget_push_composite_child): minor cosmetic
1329         correction to docs.
1330
1331         * demos/gtk-demo/item_factory.c: add GTK_WINDOW() cast
1332
1333 2001-12-04  Havoc Pennington  <hp@redhat.com>
1334
1335         * gtk/gtktextbtree.c (gtk_text_btree_remove_tag_info): remove
1336         g_assert_not_reached() that was bogus, since we demand-create the
1337         tag info. reported by Chris Phelps
1338
1339         Jump through assorted hoops to fix bug from Chris Phelps where 
1340         removing tags from the table resulted in btree trying to 
1341         access tag->table
1342         
1343         * gtk/gtktextbuffer.c: set up mechanics of adding/removing 
1344         ourselves to the tag table
1345
1346         * gtk/gtktexttagtable.c (_gtk_text_tag_table_add_buffer) 
1347         (_gtk_text_tag_table_remove_buffer): private cruft to 
1348         let us notify buffer of disappearing tags
1349
1350         * gtk/gtktexttag.h: remove BTreeNode typedef from this public
1351         header, put it in tagprivate    
1352
1353         * gtk/gtktextbtree.c (_gtk_text_btree_new): don't connect to
1354         tag_removed; it's emitted too late.
1355         (_gtk_text_btree_notify_will_remove_tag): rename tag_remove_cb to
1356         this
1357
1358         Padding for ABI-compat expansion
1359         
1360         * gtk/gtktexttag.h (struct _GtkTextAttributes): pad this
1361         (struct _GtkTextAppearance): one pad in here too
1362
1363         * gtk/gtktextlayout.h (struct _GtkTextLayoutClass): padding here
1364
1365         * gtk/gtktextview.h (struct _GtkTextViewClass): more padding,
1366         since action signals etc. seem pretty likely
1367
1368         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): padding
1369
1370         * gtk/gtktexttag.h (struct _GtkTextTagClass): padding
1371
1372         * gtk/gtktexttagtable.h (struct _GtkTextTagTableClass): padding
1373
1374 2001-12-04  Matthias Clasen  <matthiasc@poet.de>
1375
1376         * gdk/gdkcolor.h (gdk_colormap_change): Deprecate. (#65851)
1377
1378         * gdk/gdktypes.h (GdkKeyInfo): Remove. (#66025)
1379
1380         * gtk/gtkwindow.c, gtk/gtkwidget.c: Add docs, markup fixes.
1381
1382 Tue Dec  4 18:51:44 2001  Jonathan Blandford  <jrb@redhat.com>
1383
1384         * gtk/gtktreeviewcolumn.h: remove gtk_tree_view_column_cell_event,
1385         #62084.
1386
1387 Tue Dec  4 18:38:35 2001  Jonathan Blandford  <jrb@redhat.com>
1388
1389         * demos/gtk-demo/main.c: (create_tree): Minor fix.
1390
1391         * docs/tree-column-sizing.txt: Update
1392
1393         * gtk/gtkrbtree.[ch]: Massive work to support validation.
1394
1395         * gtk/gtktreemodel.c: Doc fixes.
1396
1397         * gtk/gtktreeview.c: Incremental reflow added.
1398         * gtk/gtktreeviewcolumn.c: ditto
1399         * gtk/gtktreeviewcolumn.h: ditto
1400
1401 2001-12-04  Havoc Pennington  <hp@redhat.com>
1402         
1403         * gtk/gtktexttag.c (gtk_text_tag_set_property): add a warning for
1404         "invisible" property, #65999
1405
1406 2001-12-04  Matt Wilson  <msw@redhat.com>
1407
1408         * gtk/gtktreestore.c (gtk_tree_store_insert): fixed docs
1409
1410 Tue Dec  4 12:16:31 2001  Owen Taylor  <otaylor@redhat.com>
1411
1412         * gtk/gtksettings.c (gtk_settings_set_property_value):
1413         Simplify, make more efficient and fix memory leak
1414         when turning quark into a string. (#66103, HideToshi
1415         Tajima)
1416
1417         * gtk/gtkcolorsel.c: Ref and sink priv->tooltips in
1418         init() and unref priv->tooltips in destroy rather
1419         than calling gtk_object_destroy() which has no
1420         effect on memory management. (#66104, HideToshi
1421         Tajima)
1422
1423         * gtk/gtkcolorsel.c (palette_set_color): Use g_object_set_data_full()
1424         so we free the when the object is freed. (Fixes memory
1425         leak, #66096, HideToshi Tajima)
1426
1427         * gdk/gdkevents.c (gdk_synthesize_window_state): Use 
1428         a full GdkEvent structure to avoid reads of uninitialized/
1429         invalid memory in gdk_event_put() (#65877, patch
1430         from Hidetoshi Tajima)
1431
1432 Tue Dec  4 11:06:54 2001  Owen Taylor  <otaylor@redhat.com>
1433
1434         * gtk/gtkmenuitem.c: Revert my last mistaken change - 
1435         toggle-size-request doesn't take a requisition.
1436
1437         * gtk/gtkmenuitem.c (gtk_menu_item_class_init): Fix
1438         reference to marshaler that no longer exists.
1439
1440 Mon Dec  3 16:39:17 2001  Owen Taylor  <otaylor@redhat.com>
1441
1442         Patch from Bill Haneman (with many modifications) to make
1443         the focus color work on dark themes and to make the
1444         focus line width configurable. (#61079, #63074)
1445
1446         * gtk/gtkwidget.c: Add style properties, 
1447         ::focus-widget, ::focus-line-width, and ::focus-padding.
1448
1449         * gtk/gtkstyle.[ch]: Make gtk_paint_focus() take a 
1450         state argument as well so we can use fg[STATE] to
1451         draw instead of always drawing with black. 
1452         Cange paint_focus() to respect GtkWidget::focus-width
1453         and GtkWidget::focus-line-pattern. Fix continuity
1454         problem where the default 1-1 stipple had a blob
1455         in one corner and a gap in the other. Change the
1456         interpretation of x/y/width/height to be the bounding
1457         box of the focus rect instead of the rectangle
1458         passed to gdk_draw_rectangle.
1459
1460         * gtk/gtkcheckbutton.c gtk/gtklistitem.c gtk/gtknotebook.c 
1461         gtk/gtkoptionmenu.c gtk/gtkradiobutton.c gtk/gtkspinbutton.c 
1462         gtk/gtktextview.c gtk/gtktreeview.c: Handle ::focus-width 
1463         and ::focus-line-padding.
1464
1465         * gtk/gtkentry.c: Handle :;focus-width property; cleanup
1466         and remove duplicated code; fix drawing of focus rectangle
1467         when interior-focus = FALSE. (#63072, #63073)
1468
1469         * gtk/gtkrange.c gtk/gtktext.c gtk/gtktreeitem.c
1470         gtk/gtktreeviewcolumn.c: Basic fixups to make compile;
1471         Range and TreeViewColumn will need more extensive fixing.
1472
1473         * gtk/gtkcolorsel.c: Honor focus line attributes when
1474         drawing the focus on the color swatches. (#63071)
1475
1476         * gtk/gtkhsv.c: Honor focus line attributes when
1477         drawing the focus for the ring and triangle.
1478
1479         * docs/widget_geometry.txt: Start at documenting how 
1480         various widgets are drawn.
1481
1482         * gtk/gtkbutton.c (_gtk_button_paint): Export 
1483         _gtk_button_paint() librarywide, so we don't have 
1484         duplicate a bunch of code in gtktogglebutton.c.
1485
1486         * gtk/gtktogglebutton.c: Use _gtk_button_paint().
1487
1488 Mon Dec  3 21:04:13 2001  Jonathan Blandford  <jrb@redhat.com>
1489
1490         * gtk/gtkmarshalers.list: remove VOID:BOXED,POINTER and
1491         NONE:POINTER.
1492
1493 2001-12-03  Alex Larsson  <alexl@redhat.com>
1494
1495         * gtk/gtkaccellabel.c:
1496         * gtk/gtkarrow.c:
1497         * gtk/gtkcolorsel.c:
1498         * gtk/gtkcontainer.c:
1499         * gtk/gtklabel.c:
1500         * gtk/gtktextview.c:
1501         * gtk/gtktogglebutton.c:
1502         * gtk/gtktreeview.c:
1503         * gtk/gtkwindow.c:
1504         Return FALSE from expose handlers.
1505
1506 Mon Dec  3 21:15:59 2001  Kristian Rietveld  <kris@gtk.org>
1507
1508         * gtk/gtktreedatalist.c (_gtk_tree_data_list_value_to_node): if
1509         we use pointers, we should free the previous pointer first (if
1510         it exists), before we set a new pointer. (#64726)
1511
1512         * gtk/gtktreeprivate.h: get rid of cursor_drag
1513
1514         * gtk/gtktreeview.c (gtk_tree_view_unrealize): remove check     
1515         for cursor_drag
1516         (gtk_tree_view_bin_expose): don't directly return in the while
1517         loop
1518         (gtk_tree_view_class_init): indentend expanders by default
1519         (gtk_tree_view_header_focus): only give the button focus
1520         if it's clickable, visible and the column is reorderable
1521         (#65539)
1522
1523         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
1524         create and free cursor
1525
1526 Mon Dec  3 10:23:07 2001  Owen Taylor  <otaylor@redhat.com>
1527
1528         * gtk/gtkcalendar.c (gtk_calendar_size_request): Fix
1529         some bugs with size requisition. (From Bill Haneman)
1530
1531         * gtk/gtkcalendar.c: Draw headers and selection in 
1532         base/text[SELECTED] instead of fg/bg[SELECTED].
1533
1534         * gtk/gtkcalendar.c: Miscellaneous cleanups to drawing
1535         code and formatting.
1536
1537 2001-12-03  Havoc Pennington  <hp@pobox.com>
1538
1539         * gtk/gtktextview.c (set_window_height): 
1540         (set_window_width): Hmm, setter functions normally assign the new
1541         value to the object field. Reported by Chris Phelps.
1542
1543 2001-11-30  jacob berkman  <jacob@ximian.com>
1544
1545         * gtk/gtknotebook.c (gtk_notebook_remove_tab_label): set the
1546         signal id to 0 after we disconnect from it
1547
1548 2001-11-30  Matthias Clasen  <matthiasc@poet.de>
1549
1550         * gdk/gdkdrawable.h (gdk_drawable_ref, gdk_drawable_unref),
1551         gdk/gdkcolor.h (gdk_colormap_ref, gdk_colormap_unref),
1552         gdk/gdkdnd.h (gdk_drag_context_ref, gdk_drag_context_unref),
1553         gdk/gdkgc.h (gdk_gc_ref, gdk_gc_unref):  Deprecate.
1554
1555         * gdk/gdkvisual.h: Use GDK_DISABLE_DEPRECATED, not 
1556         GTK_DISABLE_DEPRECATED.
1557
1558         * gdk/gdkcolor.c (gdk_colormap_ref, gdk_colormap_unref),
1559         gdk/gdkgc.c (gdk_gc_ref, gdk_gc_unref): Document.
1560
1561 Fri Nov 30 16:37:01 2001  Owen Taylor  <otaylor@redhat.com>
1562
1563         * gtk/gtkcombo.c (gtk_combo_popup_list): Sanitize
1564         move/resize code, removing various bad, non-functional
1565         hacks. (Fixes #65048, reported by Damon Chaplin.)
1566
1567 Fri Nov 30 16:12:21 2001  Owen Taylor  <otaylor@redhat.com>
1568
1569         * gdk/gdkpango.c: Patch from Hidetoshi Tajima to fix 
1570         bad match error when target drawable is not the 
1571         same depth as the root window. (#65841)
1572
1573         * HACKING: Update.
1574
1575 2001-11-29  Matthias Clasen  <matthiasc@poet.de>
1576
1577         * gdk/gdkwindow.c: Typo fix.
1578
1579 Thu Nov 29 21:35:56 2001  Kristian Rietveld  <kristian@planet.nl>
1580
1581         * gtk/gtkmenu.c (gtk_menu_motion_notify): add checks for
1582         empty menu items to behave like insensitive items (#59456)
1583
1584         * gtk/gtkmenuitem.c (gtk_real_menu_item_activate_item): select
1585         next item if the first item in the menu is a tear off item
1586         (#59456-2, suggestion by Matthias Clasen)
1587
1588         * gtk/gtkmenushell.c (gtk_menu_shell_button_press),
1589         (gtk_menu_shell_button_release), (gtk_menu_shell_entry_notify),
1590         (gtk_menu_shell_leave_notify), (gtk_real_menu_shell_move_current),
1591         (gtk_real_menu_shell_activate_current): add check, so empty
1592         menu items behave like insensitive items (#59456)
1593         
1594         * gtk/gtkmenuitem.[ch]: add _gtk_menu_item_is_selectable to make
1595         the checks more readable ...
1596         
1597         * gtk/gtkmenushell.c (gtk_menu_shell_button_press),
1598         (gtk_menu_shell_button_release): causes the menu to dropdown if the
1599         caption is clicked again (#64977)
1600
1601 2001-11-29  Havoc Pennington  <hp@redhat.com>
1602
1603         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
1604         assertion here that we were at the end iterator was not correct;
1605         change code to move us to the end iterator. bug #65731
1606
1607 Wed Nov 28 20:05:44 2001  Owen Taylor  <otaylor@redhat.com>
1608
1609         * gtk/gtkaccellabel.c (gtk_accel_label_refetch): Remove 
1610         improper use of g_locale_to_utf8() to convert from
1611         latin-1, and do it the easy way by building the string
1612         correctly in the first place.
1613
1614 Wed Nov 28 19:34:15 2001  Owen Taylor  <otaylor@redhat.com>
1615
1616         * gdk/x11/gdkproperty-x11.c (gdk_property_change, gdk_property_get): 
1617         Convert atoms to and from atoms for properties of type XA_ATOM.
1618         (#65555, patch from Hidetoshi Tajima)
1619
1620 Wed Nov 28 18:37:04 2001  Owen Taylor  <otaylor@redhat.com>
1621
1622         * gtk/gtksocket.[ch] (gtk_socket_add_id): Rename 'id' parameter 
1623         to avoid problems with Objective C.
1624
1625 2001-11-28  Matthias Clasen  <matthiasc@poet.de>
1626         
1627         * gtk/gtkaccelmap.c: Typo fixes. (#65607)
1628
1629         * gtk/gtkfixed.c (gtk_fixed_set_has_window, gtk_fixed_get_has_window):
1630         Fix docs. (#65505)
1631
1632         * gtk/gtkwindow.c (gtk_window_set_mnemnonic_modifier): Document.
1633
1634 Wed Nov 28 18:19:12 2001  Owen Taylor  <otaylor@redhat.com>
1635
1636         * gtk/gtkmenu.c (gtk_menu_set_tearoff_hints): Move
1637         accounting of menu->tearoff_scrollbar width to here
1638         and make sure we have the correct requisition.
1639
1640         * gtk/gtkmenu.c (gtk_menu_position): Fix fixme
1641         by using gtk_window_move().
1642
1643         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Force
1644         the requisition to be updated by calling
1645         gtk_widget_size_request() (#65440)
1646
1647         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_activate): 
1648         queue resize before calling gtk_menu_set_tearoff_state().
1649
1650 Wed Nov 28 22:20:44 2001  Kristian Rietveld  <kristian@planet.nl>
1651
1652         * demos/gtk-demo/editable_cells.c: fix typo
1653
1654         * demos/gtk-demo/list_store.c (add_columns): remove call to
1655         gtk_tree_view_column_set_clickable which didn't make sense
1656
1657 2001-11-28  Havoc Pennington  <hp@redhat.com>
1658
1659         * gtk/gtktextview.c (gtk_text_view_paint): put the warning
1660         explaining the validation error in front of the G_BREAKPOINT
1661
1662         * gtk/gtkrange.c (gtk_range_adjustment_value_changed): call
1663         process updates with include_children = FALSE instead of TRUE, so
1664         we redraw the range only, not the whole darn window.  Making
1665         GtkRange a NO_WINDOW widget had weirdly caused the text widget
1666         Trace/breakpoint trap bug to become much easier to trigger.
1667
1668 Wed Nov 28 14:12:03 2001  Owen Taylor  <otaylor@redhat.com>
1669
1670         * gdk/Makefile.am (gdk_public_h_sources): Remove reference
1671         to gdkcursors.h.
1672
1673 2001-11-28  Matthias Clasen  <matthiasc@poet.de>
1674
1675         * gtk/gtkwindow.c (gtk_window_move): Add markup to docs.
1676
1677         * gdk/gdkcursor.h: Directly include the contents
1678         of gdkcursors.h in the GdkCursorType enum.
1679
1680         * gdk/gdkcursors.h: Deleted.
1681
1682         * gdk/gdkkeysyms.h: Remove XFree86-specific keysyms, add 
1683         header boilerplate.
1684
1685         * gdk/Makefile.am: Remove the X-derived-headers rule.
1686
1687 Tue Nov 27 20:17:55 2001  Owen Taylor  <otaylor@redhat.com>
1688
1689         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_activate):
1690         Notify on the ::active property _here_, not in
1691         gtk_check_menu_item_set_active.
1692
1693 Mon Nov 26 19:11:18 2001  Jonathan Blandford  <jrb@redhat.com>
1694
1695         * gtk/gtkcellrendererpixbuf.c
1696         (gtk_cell_renderer_pixbuf_class_init): add 2 properties
1697         (PIXBUF_EXPANDER_OPEN and PIXBUF_EXPANDER_CLOSED)
1698
1699 Sun Nov 25 21:19:02 2001  Owen Taylor  <otaylor@redhat.com>
1700
1701         * gdk/x11/gdkgeometry-x11.c: Add long, but horribly sketchy
1702         comment about what is going on in this file.
1703
1704         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): Fix 
1705         x/y problem.
1706
1707 Sun Nov 25 18:59:19 2001  Owen Taylor  <otaylor@redhat.com>
1708
1709         * gtk/gtkoptionmenu.c (gtk_option_menu_calc_size): 
1710         Calculate size based on the _child_ of the menu item,
1711         not the menuitem. (#65005, Damon Chaplin)
1712
1713         * gtk/gtklistitem.c (gtk_list_item_new_with_label): Add
1714         some extra vertical padding to the label widget ... restores
1715         GTK+-1.2 spacing. (#65085, Damon Chaplin.)
1716
1717 2001-11-26  Tor Lillqvist  <tml@iki.fi>
1718
1719         * demos/pixbuf-demo.c
1720         * demos/gtk-demo/pixbufs.c: M_PI -> G_PI.
1721
1722         * demos/gtk-demo/main.c (read_line): No flockfile() or
1723         getc_unlocked() on Win32.
1724
1725 2001-11-25  Tor Lillqvist  <tml@iki.fi>
1726
1727         * configure.in
1728         * acconfig.h: As we now use GDir, no need to check for dirent.h.
1729
1730 Sun Nov 25 23:18:39 2001  Kristian Rietveld  <kristian@planet.nl>
1731
1732         * gtk/gtktexttag.c (gtk_text_tag_set_property): free font_desc
1733         when finished (#65266)
1734
1735 Sun Nov 25 23:16:29 2001  Kristian Rietveld  <kristian@planet.nl>
1736
1737         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): free
1738         data after we set the property. (#65264)
1739
1740 Sun Nov 25 23:14:06 2001  Kristian Rietveld  <kristian@planet.nl>
1741
1742         * gtk/gtkbutton.c: add destroy method so label_text gets freed
1743         if it has been allocated (#65268)
1744
1745 Sat Nov 24 13:39:51 2001  Manish Singh  <yosh@gimp.org>
1746
1747         * gdk/linux-fb/gdkdrawable-fb2.c
1748         * gdk/linux-fb/gdkpango-fb.c: update to latest Pango API
1749
1750         * gdk/linux-fb/gdkwindow-fb.c: implement gdk_window_show_unraised
1751
1752         * gdk/linux-fb/gdkfont-fb.c (gdk_font_load): plug memleak on
1753         set_family
1754         
1755         * gdk/linux-fb/gdkfbswitch.c: minor cleanups
1756
1757 Sat Nov 24 22:05:27 2001  Kristian Rietveld  <kristian@planet.nl>
1758
1759         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): don't
1760         deactivate menu when menu_item isn't sensitive (#61389)
1761
1762 Sat Nov 24 15:35:26 2001  Kristian Rietveld  <kristian@planet.nl>
1763
1764         * gtk/gtktreemodel.c (gtk_tree_model_foreach): free path before
1765         we return (in case of a failure here)
1766
1767 Fri Nov 23 19:22:50 2001  Owen Taylor  <otaylor@redhat.com>
1768
1769         * gtk/gtknotebook.c: Handle events in windows other
1770         than widget->event_window properly. (#65079, reported
1771         by Damon Chaplin)
1772
1773         * gdk/gdkevents.c (gdk_event_get_coords): Fix x/y bug.
1774
1775 Fri Nov 23 18:57:46 2001  Owen Taylor  <otaylor@redhat.com>
1776
1777         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): Align
1778         the image at the top. (#65020, request from Seth Nickell)
1779
1780 Fri Nov 23 18:49:53 2001  Owen Taylor  <otaylor@redhat.com>
1781
1782         * gtk/{gtkclist,gtkctree.c} (draw_row): Remove some strange
1783         arithmetic that was resulting in rows being drawn too low.
1784         (#65001, reported by Damon Chaplin)
1785
1786 Fri Nov 23 18:36:42 2001  Owen Taylor  <otaylor@redhat.com>
1787
1788         * gtk/gtkrange.c (gtk_range_button_press): Offset 
1789         invalidated range correctly.
1790
1791         * gtk/gtkclist.c (hadjustment_value_changed): Fix scrolling 
1792         of title window. (#65001, reported by Damon Chaplin)
1793
1794         * gtk/gtkcombo.c (gtk_combo_button_event_after): Replace
1795         horrible hack with use of ::event_after.
1796
1797 Thu Nov 22 15:01:03 2001  Owen Taylor  <otaylor@redhat.com>
1798
1799         * Version 1.3.11
1800
1801         * configure.in (ATK_REQUIRED_VERSION): Require
1802         GLib-1.3.11, Pango-0.22, ATK-0.7.
1803
1804         * tests/prop-editor.c (property_widget): Restore
1805         to working as well as it did before.
1806
1807         * gtk/gtklistitem.h: Mark deprecated since it is
1808         an integral part of GtkList.
1809
1810         * demos/gtk-demo/demo-common.h: New header file,
1811         for a common functions not important to the meat
1812         of the demos.
1813         
1814         * demos/gtk-demo/main.c (demo_ifind_file): Add a utility
1815         function to search for a file used by the demo.
1816
1817         * demos/*.c: Use demo_find_file.
1818
1819 2001-11-23  Matthias Clasen  <matthiasc@poet.de>
1820
1821         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag),
1822         gtk/gtkruler.c (gtk_ruler_get_metric): Actually commit typo 
1823         fixes already mentioned in ChangeLog entry on 2001-11-14.
1824
1825         * docs/reference/gtk/tmpl/drawing.sgml: Minor markup fixes.
1826
1827 2001-11-23  Hans Breuer  <hans@breuer.org>
1828
1829         * gdk/win32/gdkfont-win32.c (gdk_font_from_description) : 
1830         reflect Pango API change
1831
1832         * gtk/gtk.def : updated externals
1833
1834         * gtk/gtkfixed.c (gtk_fixed_get_has_window) : use 
1835         g_return_val_if_fail() to avoid 'function must return a value'
1836
1837         * gtk/gtkrc.c : added spaces to fix small coding style issues
1838         * gtk/gtkwidget.c : ... and linebreaks. Also a static for
1839         'static correctness'
1840
1841         * gtk/makefile.msc.in : temporary(?) disable gtk<plug|socket>
1842         because they only can be build on win32 after applying my patch
1843
1844 Wed Nov 21 22:55:37 2001  Tim Janik  <timj@gtk.org>
1845
1846         * gtk/gtkbutton.c (gtk_button_map): raise event window afte
1847         children, in order for the input pnly window to stay *above*
1848         children.
1849
1850 Wed Nov 21 22:44:27 2001  Tim Janik  <timj@gtk.org>
1851
1852         * tests/testtreeview.c: make hackery worse ;) by checking fundamental
1853         type walks againts G_TYPE_FUNDAMENTAL_MAX.
1854         
1855         * tests/prop-editor.c: disable type hackery.
1856
1857 Wed Nov 21 17:41:39 2001  Owen Taylor  <otaylor@redhat.com>
1858
1859         * gdk/gdkimage.c (gdk_image_get): Fix problem with
1860         lost parameter.
1861
1862 Wed Nov 21 17:01:25 2001  Owen Taylor  <otaylor@redhat.com>
1863
1864         * gtk/gtkcellrenderer.h gtk/gtktreemodel.h 
1865         gtk/gtktreeprivate.h gtk/gtktreesortable.h: Remove
1866         trailing commas in enum declarations.
1867
1868 Wed Nov 21 15:21:26 2001  Owen Taylor  <otaylor@redhat.com>
1869
1870         * configure.in (GTK_MICRO_VERSION): Version 1.3.11, 
1871         interface, binary age 0.
1872
1873         * NEWS: Updates
1874
1875         * gtk/gtktreemodel.c gtk/gtkrc.c gtk/gtkentry.c: SGML
1876         fixes in docs.
1877
1878         * gtk/gtkmain.h: Remove unused and misnamespaced
1879         get_gtk_win32_directory() prototype.
1880
1881         * gdk/gdkimage.c (gdk_image_get): Fix parameter names
1882         to match header.
1883
1884         * gdk/gdkwindow.h: Fix parameters to gdk_window_shape_combine_mask(),
1885         gdk_window_set_transient_for(), gdk_window_set_geometry_hints(),
1886         to match docs.
1887
1888         * gdk/gdkevents.c (gdk_event_get_coords)
1889           gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_active)
1890           gtk/gtkdnd.c (gtk_drag_set_icon_stock):
1891         Fix parameter names in docs.
1892         
1893         * docs/faq/Makefile.am (FAQ_FILES): Add missing files.
1894         (#64961, Akira Tagoh)
1895
1896 Wed Nov 21 11:41:29 2001  Owen Taylor  <otaylor@redhat.com>
1897
1898         * tests/testgtk.c (create_tooltips): Ref-sink the tooltips object.
1899
1900         * gtk/gtktoolbar.c (gtk_toolbar_init): Ref-sink the tooltips object.
1901
1902         * gtk/gtkfilesel.c (open_new_dir): Fix some constness warnings.
1903
1904         * gtk/gtkaccelgroup.c: Rename gtk_accel_groups_from_acceleratable()
1905         back to gtk_accel_groups_from_object(), change @acceleratable
1906         parameter to gtk_accel_groups_activate() accordingly.
1907
1908         * gtk/gtkaccelmap.c (gtk_accel_map_lookup_entry): Remove
1909         left-over comment about quark return.
1910
1911         * gtk/gtkaccelmap.h: Fix spelling of gtk_accel_map_foreach_unfiltered().
1912
1913         * gtk/gtk-boxed.defs (GtkIconSource): added as a boxed type.
1914         (Patch from Matt Wilson)
1915
1916         * gtk/gtkobject.c (gtk_object_finalize): Warn if a floating
1917         object is finalized.
1918
1919 Tue Nov 20 21:25:08 2001  Tim Janik  <timj@gtk.org>
1920
1921         * applied patch from owen to get rid of accel map notifiers.
1922         changed things to fix reentrancy and API as discussed on gtk-devel.
1923
1924         * gtk/gtkaccelgroup.[hc]:
1925         (gtk_accel_group_finalize): unregister this accel group from all
1926         accel map paths.
1927         (accel_closure_invalidate): handle invalidation of closures by
1928         disconnecting their accelerators.
1929         (quick_accel_add): move closure connection and changed notification
1930         into this function to reduce code duplication. don't emit change
1931         notification on closurers without accelerators.
1932         (quick_accel_remove): rewrite, do the exact opposite of quick_accel_add
1933         for a GtkAccelGroupEntry.
1934         (gtk_accel_group_connect): get rid of the accel_path_quark argument.
1935         (gtk_accel_group_connect_by_path): new function to add accelerators
1936         with an accel path.
1937         (gtk_accel_group_disconnect_closure): new function, disconnect a
1938         closure from of an accel group.
1939         (gtk_accel_group_disconnect): loop over all closure for a accel_ley,
1940         accel_mods pair and remove them.
1941         (_gtk_accel_group_reconnect): new function that basically does
1942         gtk_accel_group_disconnect_closure() and
1943         gtk_accel_group_connect_by_path() once an accel path changed.
1944         (gtk_accel_groups_disconnect_closure): remove this, there's
1945         gtk_accel_group_disconnect_closure().
1946         
1947         * gtk/gtkaccelmap.[hc]: keep list of accel groups per entry now,
1948         nuke notifiers.
1949         (_gtk_accel_path_is_valid): make this non-static for
1950         gtkwidget.c and gtkaccelgroup.c assertions.
1951         (gtk_accel_map_add_notifer): removed this function.
1952         (gtk_accel_map_remove_notifer): same.
1953         (_gtk_accel_map_add_group):
1954         (_gtk_accel_map_remove_group): (un-)register accel groups, with
1955         accel paths for correct propagation.
1956         (gtk_accel_map_add_entry): return void.
1957         (gtk_accel_map_lookup): return gboolean instead of GQuark.
1958         
1959         * gtk/gtkitemfactory.c (gtk_item_factory_add_foreign): always
1960         set accel_path on widgets.
1961         
1962         * gtk/gtkwidget.[hc]:
1963         (accel_path_changed): got rid of this, changes are handled by
1964         accel maps internally now.
1965         (_gtk_widget_set_accel_path): get things to work without notifiers.
1966         (gtk_widget_list_accel_closures): list accel closures of a widget.
1967         
1968         * gtk/gtkwindow.[hc]: rename ::accels_changed, to ::keys_changed.
1969
1970 2001-11-20  Matthias Clasen  <matthiasc@poet.de>
1971
1972         * gtk/gtkcontainer.c (gtk_container_propagate_expose): Typo fix.
1973
1974 Tue Nov 20 23:01:01 2001  Kristian Rietveld  <kristian@planet.nl>
1975
1976         * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path):
1977         replace gboolean free_last in the function parameters with
1978         gint depth. Changes to reflect new situation.
1979
1980         * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path_helper):
1981         replace gboolean free_last, with gint depth, add gint current_depth.
1982         Changes to reflect new situation.
1983
1984         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): changes
1985         to reflect new situation
1986
1987         * gtk/gtktreemodel.c (gtk_tree_row_reference_free): ditto
1988
1989 Tue Nov 20 12:37:10 2001  Owen Taylor  <otaylor@redhat.com>
1990
1991         * gtk/gtknotebook.c (gtk_notebook_paint): Fix problem
1992         where notebook gap was double shifted by allocation.x/y
1993
1994         * gtk/gtknotebook.c (gtk_notebook_unmap): Chain up
1995         to unmap children.
1996
1997 Tue Nov 20 14:49:59 2001  Tim Janik  <timj@gtk.org>
1998
1999         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): fix
2000         allocation to be relative to paned->allocation, now
2001         that this is a NO_WINDOW widget.
2002         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): same here.
2003
2004         * gtk/gtkaccellabel.c (gtk_accel_label_class_init): ::closure
2005         needs to be a boxed property.
2006
2007 Mon Nov 19 17:34:40 2001  Owen Taylor  <otaylor@redhat.com>
2008
2009         * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator):
2010         Use the widget's state when drawing the indicator, as
2011         in GtkCheckButton. This gives us color changes for
2012         un-prelighted checkbuttons. (#63308, Matt Wilson)
2013
2014 Mon Nov 19 17:11:23 2001  Owen Taylor  <otaylor@redhat.com>
2015
2016         (Fixes related to #64428, Michael Meeks)
2017
2018         * gtk/gtkplug.c (gtk_plug_set_is_child): Unmap the
2019         widget, so it gets mapped again properly when we
2020         add to a parent.
2021
2022         * gtk/gtkplug.c (_gtk_plug_add_to_socket): Set
2023         plug->socket_window. 
2024
2025         * gtk/gtkplug.c (_gtk_plug_remove_from_socket): Set
2026         socket_window to NULL, not FALSE.
2027
2028         * gtk/gtkplug.c (_gtk_plug_add_to_socket): Set
2029         socket->same_app to TRUE. (#64612)
2030
2031 Mon Nov 19 15:50:41 2001  Owen Taylor  <otaylor@redhat.com>
2032
2033         * gtk/gtkfixed.[ch] docs/Changes-2.0.txt: Add 
2034         gtk_fixed_set/get_has_window() to remove criticism
2035         about GTK_WIDGET_SET_FLAGS() hacks.
2036
2037 2001-11-19  Michael Natterer  <mitch@gimp.org>
2038
2039         * gtk/gtknotebook.c: show notebook->event_window with
2040         gdk_window_show_unraised(), so it doesn't catch the events which
2041         should go to the tab widgets first.
2042
2043 Mon Nov 19 15:30:51 2001  Jonathan Blandford  <jrb@redhat.com>
2044
2045         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add a
2046         "resizable" property, to get rid of the
2047         GTK_TREE_VIEW_COLUMN_RESIZABLE sizing flag.
2048         (gtk_tree_view_column_set_resizable): New function to set resizable.
2049         (gtk_tree_view_column_set_resizable): getter.
2050
2051         * tests/testtreecolumns.c (add_clicked): modify for above change.
2052
2053         * Makefile.am (install-data-hook): remove old .pc files before
2054         installing the new one.  We used to symlink this, and it will
2055         break old installs.
2056
2057 2001-11-19  Havoc Pennington  <hp@pobox.com>
2058
2059         * tests/testtext.c (fill_example_buffer): put in a test for
2060         negative indentation values
2061
2062 Mon Nov 19 14:08:18 2001  Owen Taylor  <otaylor@redhat.com>
2063
2064         * gtk/gtklabel.c (gtk_label_init): Change default for
2065         justify to GTK_JUSTIFY_LEFT. Assuming that multiline
2066         labels are most often wrapped labels, this gives better
2067         compatibility with GTK+-1.2, where justification was
2068         ignored for wrapped labesl and is a more sensible
2069         default in any case. (#64489)
2070
2071         * gtk/gtklabel.c (gtk_label_class_init): Fix default
2072         for wrap property to FALSE.
2073
2074 2001-11-19  jacob berkman  <jacob@ximian.com>
2075
2076         * gtk/Makefile.am (gtk_extra_sources): add gtkmarshal.list
2077
2078 Mon Nov 19 13:56:45 2001  Owen Taylor  <otaylor@redhat.com>
2079
2080         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): Use 
2081         RevertToParent, not RevertToNone. (#64613, 
2082         Matthias Clasen)
2083
2084 Mon Nov 19 12:28:02 2001  Owen Taylor  <otaylor@redhat.com>
2085
2086         * gtk/gtkframe.c (gtk_frame_class_init): label_xalign
2087         and label_yalign need to be float properties to
2088         correspond to GTK+-1.2, to gtk_frame_set_label_align,
2089         and to the types of the xalign and yalign properties of GtkMisc.
2090         (#63484, Vitaly Tishkov)
2091
2092 Mon Nov 19 12:24:30 2001  Owen Taylor  <otaylor@redhat.com>
2093
2094         * gtk/gtksocket.h (struct _GtkSocketClass): Fix return
2095         of plug_added vfunc. (#64408, Jeff Franks)
2096
2097 Mon Nov 19 12:07:20 2001  Owen Taylor  <otaylor@redhat.com>
2098
2099         * configure.in (deps): Undef HAVE_STDLIB_H before
2100         checking for jpeg, because jconfig.h has this
2101         in it too (%#$@!). Fix from Matthias Clasen, #64500.
2102
2103 Mon Nov 19 11:30:03 2001  Owen Taylor  <otaylor@redhat.com>
2104
2105         * gdk/x11/gdkproperty-x11.c (get_atom_name): Fix a 
2106         memory leak when retrieving atom names. (Michael Meeks,
2107         #64508)
2108
2109 2001-11-18  Alex Larsson  <alexl@redhat.com>
2110
2111         * gdk/x11/gdkfont-x11.c (gdk_font_from_description):
2112         Update to new Pango API.
2113         
2114 Sun Nov 18 19:47:29 2001  Owen Taylor  <otaylor@redhat.com>
2115
2116         * gtk/gtkobject.h docs/Changes-2.0.txt: Rename the
2117         GTK_DESTROYED flag to GTK_IN_DESTRUCTION, remove the
2118         GTK_OBJECT_DESTROYED() check macro.
2119
2120         * gtk/gtkbindings.c (gtk_bindings_activate): Remove
2121         instances of GTK_OBJECT_DESTROYED() that weren't
2122         needed any more.
2123
2124         * gtk/gtkdialog.c: Exchange use of GTK_OBJECT_DESTROYED
2125         for a connection to ::destroy.
2126
2127 Sun Nov 18 18:18:11 2001  Owen Taylor  <otaylor@redhat.com>
2128
2129         * gtk/gtkfixed.c: Make a NO_WINDOW widget, as it should
2130         have been since the beginning, but as special hack,
2131         allow clearing the NO_WINDOW flag to get a window widget.
2132
2133 Sun Nov 18 22:01:36  Kristian Rietveld  <kristian@planet.nl>
2134
2135         * gtk/gtktreestore.c: return TRUE when value changed, so
2136         row_changed is being emitted
2137
2138 2001-11-18  Hans Breuer  <hans@breuer.org>
2139
2140         * gtk/gdkaccelmap.c : make it compile with msvc: !HAVE_UNISTD_H;
2141         no label without op, even if it's a no-op.
2142
2143         * gtk/gtk.def :
2144         * gtk/makefile.msc.in : reflect marshaler split, some clean-up  
2145
2146         * config.h.win32.in : remove definition of HAVE_DIRENT_H
2147         * gtk/gtkfilesel.c : due to GDir (new in glib) DIR isn't
2148         required anymore, replace it.
2149         * gtk/queryimmodules.c : DIR -> GDir replacement, also
2150         getcwd() -> g_get_current_dir()
2151
2152         * gdk/win32/gdkgeometry-win32.c : adapt to refactored gdkgeometry-x11.c
2153         Even 'noisy laugh' scolling appears to work, though I still can't
2154         claim to have fully understood what it is supposed to do ...
2155
2156 Sat Nov 17 21:07:46 2001  Owen Taylor  <otaylor@redhat.com>
2157
2158         * gtk/gtkenums.h: Include glib-object.h instead of
2159         gobject/gsignal.h
2160
2161         * gdk/{gdkinternals.h,gdkwindow.c,gdkwindow.[ch],
2162           x11,{fb,win32,x11/gdkwindow-*.c}: Add a dummy GdkScreen
2163         argument to the window_at_pointer() field of
2164         GdkPointerHooks. (Patch from Erwann Chenede)
2165
2166         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Up
2167         to 6 pointers.
2168
2169 2001-11-17  Matt Wilson  <msw@redhat.com>
2170
2171         * gtk/gtkenums.h: must include glib-object.h only
2172
2173 Sat Nov 17 19:26:20 2001  Owen Taylor  <otaylor@redhat.com>
2174
2175         * gtk/gtkwindow.c (gtk_window_key_press_event): Reprioritize
2176         key bindings in order of visibility - mnemonics, then 
2177         accelerators, then send key to the focus widget, then
2178         bindings on the GtkWindow.
2179
2180         * gtk/gtklayout.h docs/Changes-2.0.txt tests/testgtk.c: 
2181         Removed the xoffset, yoffset fields of GtkLayout which were
2182         identically zero for compat with 1.2, but were no longer 
2183         compatible with all uses of these fields in 1.2.
2184
2185         * gtk/gtkwindow.c (gtk_window_set_default): Remove 
2186         unused variable.
2187
2188 Sat Nov 17 19:08:13 2001  Owen Taylor  <otaylor@redhat.com>
2189
2190         * tests/testtreeview.c (gtk_tree_model_types_get_type): 
2191         We no longer need to create the signals here ... they
2192         come from the interface.
2193
2194         * gtk/maketypes.awk: Use GType, not GtkType in output.
2195
2196         * gtk/gtktypeutils.h: Mark virtually all of this
2197         file deprecated.
2198
2199         * gtk/gtkcontainer.h: Deprecate gtk_container_foreach_full;
2200         the only use of this function is the GtkArg using
2201         GtkCallbackMarshal, since destroy notification is
2202         silly here.
2203
2204 Sat Nov 17 18:26:45 2001  Owen Taylor  <otaylor@redhat.com>
2205
2206         * gtk/Makefile.am gtk/gtkmarshal.list gtk/gtkmarshalers.list
2207         gtk/*.c gtk/gtksignal.h: Make gtkmarshal.list/gtkmarshal.h
2208         only for compatibility with GTK+-1.2; and deprecate it; 
2209         put all marshalers we actually use into gtkmarshalers.list 
2210         and use the _gtk_marshal_ prefix for these marshalers.
2211
2212 2001-11-17  Murray Cumming  <murrayc@usa.net>
2213
2214         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init):
2215         The first parameters of the signals are now registered as
2216         GTK_TYPE_TEXT_TAG instead of G_TYPE_OBJECT.
2217         
2218 2001-11-17  Tor Lillqvist  <tml@iki.fi>
2219
2220         * gtk-zip.sh.in: Build separate runtime and developer
2221         packages.
2222
2223         * gtk/gtk.def: Reflect recent accelerator-related changes.
2224
2225 Fri Nov 16 19:44:35 2001  Owen Taylor  <otaylor@redhat.com>
2226
2227         * gtk/gtkwindow.c (gtk_window_set_default): Move 
2228         notification of "has_default" to here, so it
2229         is safe to call gtk_window_set_default() instead
2230         of gtk_widget_grab_default().
2231
2232         * gtk/gtkwindow.c (gtk_window_set_focus): Make it call
2233         gtk_widget_grab_focus(), which then calls 
2234         _gtk_widget_internal_set_focus(). This makes 
2235         gtk_window_set_focus() a safe way of both setting
2236         and unsetting the focus widget.
2237
2238         * gtk/gtkwidget.c (gtk_widget_propagate_state): Use
2239         gtk_widget_get_toplevel(), instead of gtk_widget_ancestor
2240         to find the toplevel.
2241
2242         * gtk/gtkwindow.h: Move gtk_window_set_focus/default
2243         from the "internal functions" section.
2244
2245 2001-11-16  jacob berkman  <jacob@ximian.com>
2246
2247         * tests/testgtk.c (create_radio_buttons): add some no-indicator
2248         radio buttons
2249
2250         * gtk/gtkradiobutton.c (gtk_radio_button_init): since we are
2251         initially active, also initially be depressed
2252         (gtk_radio_button_clicked): also update our depressed state
2253
2254 Thu Nov 15 12:54:36 2001  Owen Taylor  <otaylor@redhat.com>
2255
2256         * gtk/gtkwindow.c (gtk_window_key_press_event): Propagate
2257         key press events not just to focus/window but also to
2258         intermediate widgets.
2259
2260         * gtk/gtknotebook.c: Handle Ctrl-PageUp/Ctrl-PageDown
2261         to switch pages. (Needs some work on handling focus
2262         when switching pages.)
2263
2264 Fri Nov 16 14:06:31 2001  Owen Taylor  <otaylor@redhat.com>
2265
2266         * gtk/gtknotebook.c: Fix child allocations to be relative to 
2267         widget position and some drawing bugs.
2268
2269         * gtk/gtkmenuitem.c (gtk_menu_item_paint): Fix problem
2270         with reading uninitialized variable.
2271
2272 Fri Nov 16 00:16:40 2001  Owen Taylor  <otaylor@redhat.com>
2273
2274         * gtk/{gtkmenuitem.[ch],gtkcheckmenuitem.c,gtkimagemenuitem.c,
2275         gtkradiomenuitem.c,gtktearoffmenuitem.c}: Make Menu items
2276         NO_WINDOW widgets.
2277
2278         * gtk/gtk{h,v,}paned.[ch]: Make NO_WINDOW widgets, some
2279         cleanup.
2280
2281         * gtk/gtkstyle.c (gtk_default_draw_handle): Don't assume
2282         we are drawing in a window when drawing the paned handle.
2283
2284 2001-11-16  Sven Neumann  <sven@gimp.org>
2285
2286         * demos/gtk-demo/appwindow.c
2287         * demos/gtk-demo/menus.c: reduce compiler warnings
2288
2289 Thu Nov 15 19:47:09 2001  Owen Taylor  <otaylor@redhat.com>
2290
2291         * demos/gtk-demo/main.c (button_press_event_cb): Remove 
2292         unused callback to make things compile with 
2293         gtk_tree_view_path_at_pos_change().
2294
2295 Thu Nov 15 18:44:33 2001  Jonathan Blandford  <jrb@redhat.com>
2296
2297         * gtk/gtktreedatalist.c (_gtk_tree_data_list_free): maybe fix #64160
2298
2299 2001-11-15  Matthias Clasen  <matthiasc@poet.de>
2300
2301         * gtk/gtkwindow.c (gtk_window_new): Move '.' out of quote. (#64407)
2302  
2303 Thu Nov 15 16:24:55 2001  Jonathan Blandford  <jrb@redhat.com>
2304
2305         * gtk/gtktreeview.c (gtk_tree_view_get_bin_window): New function
2306         to get a GdkWindow to compare event->window to.
2307
2308         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_left_right): emit
2309         the signal for lateral motion too, #64361
2310
2311         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): remove window
2312         arg as it is useless, #64137
2313
2314 Thu Nov 15 16:07:42 2001  Owen Taylor  <otaylor@redhat.com>
2315
2316         * gtk/gtknotebook.c: Some small drawing fixes for scroll arrows.
2317
2318 Thu Nov 15 14:19:34 2001  Owen Taylor  <otaylor@redhat.com>
2319  
2320         * gdk/gdkwindow.c (gdk_window_invalidate_maybe_recurse): Cal
2321         gdk_window_invalidate_maybe_recurse() for recursion.
2322         (Soeren Sandmann)
2323
2324         * gtk/gtkviewport.c: Make !redraw_on_allocate. (Soeren Sandmann)
2325  
2326         * gtk/gtkcontainer.c (gtk_container_expose): Call
2327         gtk_container_forall() not _foreach() to propagate,
2328         since we need to propagate exposes to internal children
2329         as well.
2330
2331         * gtk/gtkwidget.c (gtk_widget_set_events, gtk_widget_add_events): 
2332         Remove the restriction of only being able to call these
2333         on window widgets, since we have lots of NO_WINDOW widgets
2334         with windows now; for add events, recurse over the children
2335         of widget->window to find one owned by the widget.
2336
2337         * gtk/gtkbutton.[ch]: Make a NO_WINDOW widget, using an input-only
2338         window to catch events.
2339
2340         * gtk/gtktogglebutton.[ch]: Remove the code for switching
2341         between NO_WINDOW and WINDOW widgets based on the mode.
2342
2343         * gtk/gtkcheckbutton.c gtk/gtkoptionmenu.c gtk/gtkclist.c
2344         gtk/gtktreeview.c: Adopt to NO_WINDOW change for GtkButton.
2345
2346         * gtk/gtkrange.[ch]: Make into a NO_WINDOW widget.
2347
2348         * gtk/gtkhscale.c, gtk/gtkvscale.c: Adopt to NO_WINDOW
2349         change for range.
2350
2351         * gtk/gtknotebook.[ch]: Make into a NO_WINDOW widget.
2352  
2353         * docs/Changes-2.0.txt: Add a note about the NO_WINDOW changes.
2354
2355 Thu Nov 15 11:59:35 2001  Owen Taylor  <otaylor@redhat.com>
2356
2357         * gtk/gtkmessagedialog.c: Patch from Murray Cumming to add
2358         "message_type" and "buttons" CONSTRUCT properties. (#64069)
2359
2360         * tests/testsocket.c: Expand tests to add a "local passive
2361         child" (Test case for #64428)
2362
2363 2001-11-14  jacob berkman  <jacob@ximian.com>
2364
2365         * gtk/gtkgamma.c (button_clicked_callback): create the label with
2366         a mnemonic
2367
2368 2001-11-15  Sven Neumann  <sven@gimp.org>
2369
2370         * tests/testgtk.c: make it compile without warnings.
2371
2372 2001-11-14  Alex Larsson  <alexl@redhat.com>
2373
2374         * gtk/gtklabel.c:
2375         Don't recalculate the layout on each gkt_label_ensure_layout () for
2376         wrapped labels.
2377
2378 Wed Nov 14 17:40:23 2001  Jonathan Blandford  <jrb@redhat.com>
2379
2380         * gtk/gtktreeview.c (gtk_tree_view_get_expander_column): Return
2381         the currently selected column when we get the column, #64380
2382
2383         * gtk/gtkentry.c (gtk_cell_editable_key_press_event): Handle Esc
2384         to cancel CellRendererText editting, #63613
2385
2386         * gtk/gtkcellrenderertext.c: ditto
2387
2388         * gtk/gtkcellrenderertext.h: formatting changes
2389
2390 2001-11-14  Matthias Clasen  <matthiasc@poet.de>
2391
2392         * gtk/gtkbutton.c (gtk_button_get_label): Rearrange docs (#64566)
2393
2394         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): Typo fix (#64474)
2395
2396         * gtk/gtkruler.c (gtk_ruler_get_metric): Typo fix (#64470)
2397
2398         * gtk/gtknotebook.c (gtk_notebook_prepend_page): Typo fix (#64467)
2399
2400         * gtk/gtklabel.c: Documentation fixes (#64452)
2401
2402 2001-11-14  Daniel Egger  <degger@fhm.edu>
2403
2404         * gdk-pixbuf/io-xpm.c: 
2405         (xpm_skip_whitespaces): Remove unused static function.
2406         (xpm_skip_string): Dito.        
2407         (xpm_extract_color): Declare const variable const to avoid warnings. 
2408
2409         * gtk/gtkfixed.c: (gtk_fixed_map): Remove unused static function.
2410         
2411         * gtk/gtkplug.c: #if 0'ed prototype for #if 0'ed code.
2412         
2413         * gtk/gtksocket.c: Change type of mask to g_message to %ld for 
2414         a long.
2415
2416 Wed Nov 14 15:14:48 2001  Owen Taylor  <otaylor@redhat.com>
2417
2418         * gtk/gtkcontainer.c (gtk_container_idle_sizer): Back
2419         out accidental commit of debugging timing code.
2420
2421 2001-11-14  Havoc Pennington  <hp@redhat.com>
2422
2423         * gtk/gtktextview.c (gtk_text_view_move_cursor): fix Control-E so
2424         it doesn't move to a new line each time you press it
2425
2426         * gtk/gtktextiter.c (gtk_text_iter_forward_to_line_end): fix
2427         return value, #62987
2428
2429 2001-11-14  Havoc Pennington  <hp@redhat.com>
2430
2431         * tests/testtextbuffer.c (main): bulk of the tests were commented
2432         out, oops.
2433
2434         * gtk/gtktextiter.c (find_paragraph_delimiter_for_line): make this 
2435         function work, should resolve #63426
2436         (gtk_text_iter_ends_line): return TRUE for the end iterator
2437
2438         * gtk/gtktextiter.h: put padding back in GtkTextIter, I thought of
2439         a couple things that might get cached in here.
2440
2441 Tue Nov 13 21:00:59 2001  Jonathan Blandford  <jrb@redhat.com>
2442
2443         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_class_init): new
2444         "model" construct property for language bindings.
2445
2446         * gtk/gtktreestore.c (gtk_tree_store_set_column_types): New
2447         function to let you set the column types of a GtkTreeStore for
2448         language bindings.
2449
2450         * gtk/gtkliststore.c (gtk_list_store_set_column_types): ditto.
2451
2452 2001-11-13  Havoc Pennington  <hp@redhat.com>
2453
2454         * gtk/gtktextview.c (gtk_text_view_add_child_in_window): docs
2455         including reference to bugzilla bug about how we should have 
2456         a better way of positioning children
2457
2458         * gtk/gtktextview.h (struct _GtkTextViewClass): add some padding
2459
2460         * gtk/gtktextview.c (gtk_text_view_size_allocate): assign zero
2461         size to side rects if they don't exist, #63438
2462
2463 2001-11-13  Havoc Pennington  <hp@redhat.com>
2464
2465         * gtk/gtktextview.c (gtk_text_view_key_press_event): fix to
2466         properly replace selection with Return or Tab
2467
2468         * gtk/gtktextdisplay.c (gtk_text_layout_draw): fix broken code
2469         that didn't locate the end of the line correctly, should fix #63800
2470
2471 2001-11-13  Havoc Pennington  <hp@redhat.com>
2472
2473         * gtk/gtktextview.c (gtk_text_view_size_request): add border width
2474         to requisition, request non-anchored children
2475         (gtk_text_view_size_allocate): handle border width, allocate
2476         non-anchored children
2477         (text_view_child_new_window): set the child as object data
2478         (gtk_text_view_move_child): allow children at negative
2479         coordinates, no reason why not
2480         (gtk_text_view_forall): make it copy the list of children before
2481         walking it, to avoid reentrancy issues  
2482         (gtk_text_view_move_child): short-circuit if position is unchanged
2483         (changed_handler): only queue_resize if requisition has changed
2484         (gtk_text_view_init): don't redraw_on_allocate, since we can do 
2485         a better job of invalidation ourselves
2486
2487         * tests/testtext.c: add tests for the fixed-position children
2488
2489 Tue Nov 13 19:51:43 2001  Tim Janik  <timj@gtk.org>
2490
2491         * gtk/gtkwindow.c (handle_accels_changed): protect idle handle
2492         with gdk threads macro.
2493
2494 Mon Nov 12 23:08:37 2001  Tim Janik  <timj@gtk.org>
2495
2496         * gtk/maketypes.awk: fix type utils generation on unix.
2497
2498         * gtk/gtkaccelmap.[hc]: new files, implementing a global accelerator
2499         registry.
2500
2501         * gtk/gtkaccelgroup.[hc]: major API/implementation revamp:
2502         removed GTK_ACCEL_SIGNAL_VISIBLE, gtk_accel_group_get_default,
2503         gtk_accel_group_get_entry, gtk_accel_group_(un)lock_entry,
2504         gtk_accel_group_add/remove, gtk_accel_group_handle_add/remove,
2505         gtk_accel_group_create_add/remove, gtk_accel_group_entries_from_object.
2506         introduced ::accel_changed signal for change notification, and
2507         gtk_accel_group_connect/disconnect to connect closures to accel groups.
2508         made gtk_accel_group_attach/detach and gtk_accel_group_activate private
2509         functions.
2510         deprecated gtk_accel_group_ref/unref.
2511
2512         * gtk/gtkaccellabel.[hc]: changes to make accellabels pay attention
2513         to accel group changed notification and basically operate on closures.
2514         removed gtk_accel_label_get_accel_object and
2515         gtk_accel_label_set_accel_object.
2516         introduced gtk_accel_label_set_accel_closure, and for convenience,
2517         gtk_accel_label_set_accel_widget.
2518
2519         * gtk/gtkitemfactory.[hc]: removed accelerator propagation code
2520         which mostly moved into gtkaccelmap.[hc].
2521         removed gtk_item_factory_parse_rc*, gtk_item_factory_dump_*
2522         and gtk_item_factory_print_func.
2523
2524         * gtk/gtkmain.c: call _gtk_accel_map_init().
2525
2526         * gtk/gtkmenuitem.[hc]: introduced gtk_menu_item_set_accel_path(),
2527         that associates an accelerator path with menu items, through which
2528         persistent accelerator settings on menu items are enabled.
2529
2530         * gtk/gtkmenu.[hc]: added gtk_menu_set_accel_path() so accelerator
2531         paths of menu item can be default constructed to allow installation
2532         of accelerators on menu items that don't come with an accelerator
2533         binding by default.
2534
2535         * gtk/gtksettings.c: fix STRING type rc settings by special casing
2536         them appropriately in the parser.
2537
2538         * gtk/gtksignal.[hc]: allow a class function offset of 0 for
2539         gtk_signal_newv().
2540
2541         * gtk/gtkwidget.[hc]: accelerator API revamp.
2542         removed ::accelerator_add/remove signals, gtk_widget_accelerator_signal,
2543         gtk_widget_accelerators_locked, gtk_widget_remove_accelerators and
2544         gtk_widget_(un)lock_accelerators.
2545         accelerators maintained through gtk_widget_add/remove_accelerator()
2546         are not runtime changable now, the correct sequence to setup a
2547         widget for runtime changable accelerators is now:
2548           gtk_accel_map_add_entry(accel_path, key, mods);
2549           _gtk_widget_set_accel_path(widget, accel_path, accel_group);
2550
2551         * gtk/gtkwindow.[hc]: accelerator changes, proxy and coalesce accel
2552         group changes (as well as mnemonic changes) through the new signal
2553         ::accels_changed.
2554
2555 Sat Nov 10 12:08:56 2001  Tim Janik  <timj@gtk.org>
2556
2557         * gtk/gtksettings.c (_gtk_settings_parse_convert): properly handle
2558         GString->string conversions.
2559
2560 Mon Nov 12 19:33:52 2001  Owen Taylor  <otaylor@redhat.com>
2561
2562         * gtk/gtkmessagedialog.c (gtk_message_dialog_new): Warn
2563         if GTK_DIALOG_NO_SEPARATOR is passed in and ignore it.
2564
2565 2001-11-12  Matthias Clasen  <matthiasc@poet.de>
2566
2567         * gtk/gtktreeview.c: Documentation fixes. (#64377)
2568         
2569         * gtk/gtktreestore.c: Documentation fixes. (#64376)
2570
2571 2001-11-11  Matthias Clasen  <matthiasc@poet.de>
2572
2573         * gtk/gtkiconfactory.c, gtk/gtktextbuffer.c, gtk/gtktreemodel.c,
2574         gtk/gtkwindow.c, gtk/gtknotebook.c, gtk/gtkradiobutton.c, 
2575         gtk/gtktextiter.c, gtk/gtkdialog.c: Mass fixing of trivial doc bugs.  
2576         (#63544, #57007, #64141, #63472, #57108, #60818, #61562)
2577
2578 2001-11-10  Hans Breuer  <hans@breuer.org>
2579
2580         * gdk/win32/gdkevents-win32.c (gdk_event_translate) : make sure 
2581         we know what we are talking about when asked for MINMAXINFO.
2582         Also some cleaning for !HAVE_DIMM_H etc.
2583
2584 2001-11-10  Matthias Clasen  <matthiasc@poet.de>
2585
2586         * gtk/gtktreeviewcolumn.c: Fix docs for 
2587         gtk_tree_view_column_set_sort_order. (#62647)
2588         
2589         * gtk/gtkcontainer.c: Fix docs for 
2590         gtk_container_set_border_width. (#64139)
2591
2592         * gtk/gtkcolorsel.c: Documentation fixes.
2593
2594 2001-11-10  Hans Breuer  <hans@breuer.org>
2595
2596         * gtk/gtkfontsel.c : use g_strcasecmp(), some poor platforms
2597         don't have strcasecmp()
2598
2599         * gtk/gtktextview.c : to fix crashing on e.g. TextView::find need 
2600         to remove the idle funcs in gtk_text_view_destroy (). To reduce 
2601         code duplication wrap it in its own function and use it in 
2602         gtk_text_view_unrealize () and gtk_text_view_destroy_layout ()
2603
2604         * gdk/win32/gdkdrawable-win32.c : implement the finalize
2605         method like the X11 version does, allow to set_colormap NULL
2606         * gdk/win32/gdkwindow-win32.c : adapt GdkWindowImplWin32::
2607         set_colormap, also some adaption to X11 version :
2608         (gdk_window_hide) call _gdk_window_clear_update_area
2609         (gdk_window_reparent) call _gdk_window_init_position
2610
2611         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints) : 
2612         call gdk_window_resize() after all hints are set, because the
2613         window resizing process (WM_GETMINMAXINFO) takes all of them into 
2614         account
2615
2616         * gdk/win32/gdkfont-win32.c : make gdk_font_equal return a gboolean
2617
2618         * gdk/win32/gdkvisual-win32.c : register GdkVisual with 
2619         sizeof (GdkVisualPrivate)
2620
2621         * gdk/gdk.def gtk/gtk.def : upated externals
2622
2623         * gdk/makefile.msc gdk/win32/makefile.msc gdk-pixbuf/makefile.msc
2624           gdk-pixbuf/pixops/makefile.msc gtk/makefile.msc.in tests/makefile.msc :
2625         from now on use make.msc from $(TOP)/glib/build/win32
2626
2627         * gtk/stock-icons/makefile.msc : add stock_missing_image
2628
2629 2001-11-08  Tor Lillqvist  <tml@iki.fi>
2630
2631         * README.win32: Add headers. Add section about ActiveIMM.
2632
2633         * configure.in: Add --with-ie55 flag to specify the location of
2634         the "IE55 libs and headers" package downloadable from Microsoft,
2635         which contains, among other things, the Active IMM header dimm.h
2636         and UUID library uuid.lib. Use test -f instead of AC_CHECK_FILE.
2637         Require GLib 1.3.10.
2638         
2639         * config.h.win32.in: New version, produced by merging two
2640         configure-generated ones (for gcc and MSVC). Hopefully #defines
2641         the same flags that the previous, hand-written one, did.
2642
2643         * gdk/Makefile.am
2644         * gdk/win32/Makefile.am: Handle the uuid library from the IE55 lib.
2645
2646         * gdk/win32/gdkevents-win32.c: Conditionalize ActiveIMM
2647         stuff. Remove unused GdkIOClosure.
2648
2649         * gdk/win32/surrogate-dimm.h: Remove, use real dimm.h instead (if
2650         available).
2651
2652         * gdk/win32/libie55uuid.la: New file, handwritten libtool wrapper
2653         for uuid.lib. (Does it really have to be this hard to use an
2654         existing library with libtool? Probably I am missing something.)
2655
2656 2001-11-08  Darin Adler  <darin@bentspoon.com>
2657
2658         * gtk/gtklabel.c: (gtk_label_ensure_layout): Fix an obvious
2659         typo where it says LEFT instead of CENTER.
2660
2661 2001-11-07  Darin Adler  <darin@bentspoon.com>
2662
2663         * gtk/gtkdialog.c: (gtk_dialog_set_response_sensitive),
2664         (gtk_dialog_set_default_response): Add g_return_if_fail.
2665
2666 Mon Nov  5 22:34:29 2001  Owen Taylor  <otaylor@redhat.com>
2667
2668         * gtk/gtktreednd.[ch] (struct _GtkTreeDragSourceIface): 
2669         Add row_draggable() vfunc, and wrapper function.
2670
2671         * gtk/gtktreednd.[ch] (struct _GtkTreeDragDestIface): Make
2672         row_drop_possible take a GtkSelectionData, rather than
2673         model/row pair.
2674
2675         * gtk/gtktreestore.c gtk/gtkliststore.c: Update for 
2676         new DND interfaces.
2677
2678         * gtk/gtktreeview.[ch]: Remove the row_draggable_func
2679         location_dropable_func from gtk_tree_view_set_rows_drag_source/dest.
2680         and rename them to enable_model_drag_source/dest.
2681
2682         * gtk/treeviewcolumn.c: Add DND of columns between rows.
2683         Still can't drop _to_ the left tree, but other places
2684         work.
2685
2686         * gtk/gtktreeview.c (unset_reorderable): Unset the
2687         reorderable property if unset/enable_model_drag_source/dest
2688         are called manually.
2689
2690         * gtk/gtktreestore.c (gtk_tree_store_row_drop_possible): 
2691         Correct for change in depth count handling.
2692
2693         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon):
2694         Pass in a expose area to gtk_tree_view_column_cell_render()
2695
2696 2001-11-06  Havoc Pennington  <hp@redhat.com>
2697
2698         * demos/gtk-demo/textview.c (easter_egg_callback): wacky easter egg
2699
2700 Tue Nov  6 10:13:16 2001  Owen Taylor  <otaylor@redhat.com>
2701
2702         * gdk/x11/gdkgc-x11.c: Fix misplaced HAVE_XFT.
2703
2704 2001-11-05  Havoc Pennington  <hp@redhat.com>
2705
2706         * gtk/gtktextview.c (gtk_text_view_paint): expose the child
2707         widgets in here
2708         (gtk_text_view_realize): set parent window of child widgets
2709         (gtk_text_view_size_request): use child req to decide whether
2710         to invalidate layout, not widget->requisition
2711
2712         * gtk/gtktextdisplay.c (render_layout_line): set
2713         shaped_width_pixels for NULL shape objects, so that we properly
2714         draw the "missing pixbuf/widget" thing
2715         (render_layout_line): don't draw the widget here
2716         (gtk_text_layout_draw): pass out a list of widgets that need exposing
2717
2718         * demos/gtk-demo/textview.c (insert_text): add demo of child
2719         widgets
2720
2721         * gtk/gtktextlayout.c (add_child_attrs): remove debug spew
2722
2723         * gtk/gtktextdisplay.c (render_layout_line): remove debug spew
2724
2725         * gtk/gtktextview.c (gtk_text_view_update_child_allocation): add
2726         scroll offsets
2727         (gtk_text_view_value_changed): poke new X and Y into child allocations
2728
2729 2001-11-06  Tor Lillqvist  <tml@iki.fi>
2730
2731         * gtk/gtkmain.c (find_module): Do search GTK_BINARY_VERSION
2732         -specific directory on Windows, too (#63759).
2733
2734 Mon Nov  5 12:46:44 2001  Owen Taylor  <otaylor@redhat.com>
2735
2736         * gdk/x11/gdkdrawable-x11.[ch] gdk/x11/gdkgc-x11.c
2737         gdk/x11/gdkpixmap-x11.c gdk/x11/gdkprivate-x11.h
2738         gdk/x11/gdkwindow-x11.c: Redo Xft support to go
2739         directly to Picture objects instead of using XftDraw.
2740         This fixes the problem where we weren't able to 
2741         properly destroy XftDraw objects before destroying
2742         the accompanying windows, and probably improves
2743         efficiency a bit too. (#50214)
2744
2745 Mon Nov  5 10:01:49 2001  Owen Taylor  <otaylor@redhat.com>
2746
2747         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): 
2748         Clamp max window width/height to 32767, not 32768 since
2749         we have to be able to deal with a dx/y of -32768 without
2750         getting a width of 65536 when guffaw scrolling.
2751
2752         * gdk/x11/gdkgeometry-x11.c: Implement gdk_window_scroll()
2753         for the guffaw scrolling case, fixing some problems with
2754         copy-area case as well. Fix BadValue bug with moving windows
2755         by large amounts.
2756
2757         * gdk/x11/gdkgeometry-x11.c (gdk_window_clip_changed): Update
2758         clip in window structue before calling gdk_window_invalidate_region
2759         since that trims new invalidations to the window's visible
2760         region.
2761
2762         * gdk/x11/gdkwindow-x11.c (gdk_window_set_static_gravities): 
2763         Really set the static window gravity on the children, not
2764         repeatedly on the window.
2765
2766         * gtk/testgtk.c: Add a torture test for big windows and 
2767         gdk_window_scroll().
2768
2769 Sun Nov  4 17:36:08 2001  Manish Singh  <yosh@gimp.org>
2770
2771         * acconfig.h configure.in: sigsetjmp is macroized in some places,
2772         so use AC_TRY_LINK instead of AC_CHECK_FUNCS for the check.
2773
2774 Sun Nov  4 19:16:23 2001  Owen Taylor  <otaylor@redhat.com>
2775
2776         * gdk/gdkcolor.c (gdk_color_parse): Implement gdk_color_parse()
2777         in terms of pango_color_parse().
2778
2779         * gdk/{linux-fb,win32,x11}/gdkcolor-*.c: Remove port-specific
2780         gdk_color_parse() implementations.
2781
2782 Sun Nov  4 18:39:43 2001  Owen Taylor  <otaylor@redhat.com>
2783
2784         * gtk/gtksizegroup.c (gtk_size_group_set_mode): 
2785         queue_resize_on_group with both the old and new mode, not
2786         just the new mode. (#60171, Nicolas Setton). Also, notify
2787         the "mode" property.
2788         
2789 Sun Nov  4 16:02:08 2001  Owen Taylor  <otaylor@redhat.com>
2790
2791         * gdk/gdkwindow.[ch]: Add a function gdk_window_invalidate_maybe_recurse() 
2792         for use in "shallow invalidation" of a widget. (Windows belonging
2793         to the widget, but not to the widget's children)
2794
2795         * gtk/gtkprivate.h gtk/gtkwidget.c gtk/gtksizegroup.c: Add private
2796         flags GTK_ALLOC_NEEDED, GTK_REQUEST_NEEDED.  These flags are set
2797         up on ancestors up to the resize container on queue_resize. Size
2798         requests only actually take place if GTK_REQUEST_NEEDED, size
2799         allocations only take place if GTK_ALLOC_NEEDED or the size
2800         changed.
2801
2802         * gtk/gtkcontainer.c gtk/gtkwidget.c: Remove
2803         container->resize_widgets and the RESIZE_NEEDED flag since the
2804         above flags are sufficient to figure out what needs to be
2805         resized/reallocated. Remove code manipulating
2806         container->resize_widget.
2807
2808         * gtk/gtkwidget.[ch]: Add gtk_widget_set_redraw_on_alloc(); this
2809         allows widgets to turn off being automatically invalidated is when
2810         they are resized.
2811
2812         * gtk/gtkwidget.[ch] (gtk_widget_size_allocate): Invalidation when
2813         a widget is resized or moved is "shallow" as described above -
2814         only the windows that need to be invalidated are invalidated.
2815
2816         * gtk/gtkbox.c gtk/gtktable.c gtk/gtkalignment.c docs/Changes-2.0.txt: 
2817         Make these widget's init functions call 
2818         gtk_widget_set_redraw_on_allocate(widget,FALSE).
2819
2820         * gtk/gtkwindow.c (gtk_window_configure_event): Call 
2821         _gtk_container_queue_resize(), since we don't want
2822         redrawing. (Probably could be done for other 
2823         calls to gtk_widget_queue_resize() in gtkwindow.c,
2824         but this is the most important one.)
2825
2826         * gtk/gtkwindow.c (gtk_window_move_resize): Don't call
2827         gtk_widget_queue_draw() - size_allocate() handles
2828         that as appropriate.
2829
2830         * gtk/gtkframe.c (gtk_frame_size_allocate): Invalidate instead
2831         of queue_clear() to avoid invalidating children.
2832
2833 2001-11-04  jacob berkman  <jacob@ximian.com>
2834
2835         * gtk/gtkmain.c (find_module): don't free the module name until
2836         after we load the module
2837
2838 Sat Nov  3 13:57:21 2001  Owen Taylor  <otaylor@redhat.com>
2839  
2840         * gtk/gtkctree.c: Convert GTK_TYPE_CTREE_NODE to pointer
2841         derivation instead of boxed derivation.
2842  
2843         * gtk/gtkmarshal.list: Remove some now unused marshallers.
2844  
2845 2001-11-04  Tor Lillqvist  <tml@iki.fi>
2846
2847         * gtk/gtkimmodule.c: Can't include gtkprivate.h (I added the
2848         include yesterday, without really thinking), as that defeats the
2849         working of correct_libdir_prefix() (it becomes a no-op.). Add
2850         comment mentioning that. Thanks to Hans Breuer for noticing.
2851         
2852 2001-11-03  Daniel Elstner  <daniel.elstner@gmx.net>
2853
2854         * gtk/gtkwindow.h (frame_event): Use GtkWindow* as first
2855         signal argument (was GtkWidget*).
2856
2857         * gtk/gtkwindow.c (gtk_window_frame_event),
2858           gtk/gtkwindow-decorate.c (gtk_decorated_window_frame_event):
2859         Fixed argument types as above, removed GTK_WINDOW casts and
2860         added some GTK_WIDGET casts instead.
2861
2862 2001-11-03  Hans Breuer  <hans@breuer.org>
2863
2864         * gtk/gtkfilesel.c (gtk_file_selection_finalize) : chain
2865         finalize to parent class to get removed from the toplevel_list.
2866         Should fix 'random' crashes of #63474.
2867
2868         * gtk/gtktreemodelsort.c : chain finalize() to parent class
2869
2870 2001-11-03  Tor Lillqvist  <tml@iki.fi>
2871
2872         * modules/input/Makefile.am: Use -no-undefined on Windows. Look
2873         for .dll or .so as appropriate as module suffix.
2874
2875         * gtk-zip.sh.in: Use correct import library names.
2876
2877         * gtk/gtk.def: Add a couple of missing entry points. (#63585)
2878
2879         * gtk/gtkimmodule.c (correct_libdir_prefix): New function, used on
2880         Windows to turn build-time paths from a gtk.immodules distributed
2881         as part of a binary package into runtime ones in the
2882         end-user-chosen installation directory.
2883         (gtk_im_module_init): Use it for module path and domain
2884         directory.
2885
2886 2001-11-02  Tor Lillqvist  <tml@iki.fi>
2887
2888         * gtk/gtkrc.c (gtk_rc_make_default_dir): Fix typo: extraneous
2889         comma.  Include gtkprivate.h for GTK_LIBDIR etc definitions on
2890         Windows.
2891
2892 2001-10-30  Tor Lillqvist  <tml@iki.fi>
2893
2894         * Makefile (install-data-hook): Use cp, not $(LN_S) on the .pc
2895         files. Configure on Win32 (running on Cygwin) thinks symlinks
2896         exist, but pkg-config is not necesarily a Cygwin program, and
2897         doesn't understand them.
2898
2899 Fri Nov  2 16:45:17 2001  Jonathan Blandford  <jrb@redhat.com>
2900
2901         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Clean up height code
2902         a bit.  I don't think it's completely correct yet, but it's
2903         getting there.
2904
2905 Fri Nov  2 16:14:15 2001  Owen Taylor  <otaylor@redhat.com>
2906
2907         * gtk/gtkviewport.c (gtk_viewport_size_request): Remove
2908         random + 5 for width and height. If people want padding,
2909         they should add padding. (Note the +5 isn't padding
2910         that will always appear - it just appears in the case
2911         where the widget is allocated it's requisition.)
2912         (#51018, Janet Davis)
2913
2914 Fri Nov  2 15:53:23 2001  Owen Taylor  <otaylor@redhat.com>
2915
2916         * gtk/gtkimcontext.h (struct _GtkIMContextClass): Pad
2917         the structure for future expansion.
2918
2919 Fri Nov  2 15:30:34 2001  Owen Taylor  <otaylor@redhat.com>
2920
2921         Patch from HideToshi Tajima (#51922)
2922         
2923         * gtk/gtkimmulticontext.c: Proxy set_use_preedit().
2924
2925         * gtk/modules/input/gtkimcontextxim.[ch]: Implement
2926         set_use_preedit().
2927         
2928         * gtk/modules/input/gtkimcontextxim.[ch]: If we have
2929         to destroy the input context because we change the
2930         client window or use_preedit, make sure we empty
2931         the preedit string.
2932
2933 Fri Nov  2 14:55:53 2001  Owen Taylor  <otaylor@redhat.com>
2934
2935         * gtk/{gtkcolorseldialog.c,gtkfilesel.c,gtkfontsel.c,
2936         gtkgamma.c,gtkmessagedialog.c}: Go to the GUP
2937         proposed ordering of buttons with [OK] in the lower
2938         right hand corner. Patch from Gregory Merchan,
2939         #56331.
2940
2941 Fri Nov  2 11:51:49 2001  Jonathan Blandford  <jrb@redhat.com>
2942
2943         * gtk/gtklabel.c (gtk_label_select_region_index): remove
2944         extraneous gtk_label_clear_layout (label)
2945
2946 2001-11-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2947
2948         * tests/makefile.msc, gtk/makefile.msc.in: Removed
2949         -DGTK_DISABLE_COMPAT_H.
2950
2951         * docs/Changes-2.0.txt:
2952         s/GDK_DISABLE_COMPAT_H/GDK_DISABLE_DEPRECATED/
2953
2954         * gtk/gtkcompat.h.in, gdk/gdkcompat.h: Removed from CVS.
2955
2956 Fri Nov  2 10:21:03 2001  Owen Taylor  <otaylor@redhat.com>
2957
2958         * examples/**/Makefile.am: Convert to use pkg-config
2959         rather than gtk-config. (#53375, Skip Montanaro)
2960
2961 2001-11-02  Matt Wilson  <msw@redhat.com>
2962
2963         * gtk/gtkdialog.c (find_child_by_response_id): remove totally
2964         broken unused, non-compiling, static function.
2965
2966 Fri Nov  2 08:17:06 2001  Owen Taylor  <otaylor@redhat.com>
2967
2968         * gtk/gtkdialog.c (gtk_dialog_set_response_sensitive): 
2969         Iterate through children of the action area, not of
2970         the vbox. (#58278, Sergey Kuzminov)
2971
2972 2001-11-01  Havoc Pennington  <hp@pobox.com>
2973
2974         * gtk/gtktext.c (gtk_text_set_position): handle -1 argument in
2975         order to remove a workaround in Nautilus that forced
2976         GTK_ENABLE_BROKEN
2977
2978         * gtk/gtkwidget.c (gtk_widget_modify_style): fix typos in the docs
2979
2980 Thu Nov  1 20:09:31 2001  Owen Taylor  <otaylor@redhat.com>
2981
2982         * gtk/gtkrange.c: Patch from George Lebl to 
2983         fix division by zero for full scroll bars. (#62114)
2984
2985 Thu Nov  1 19:56:40 2001  Owen Taylor  <otaylor@redhat.com>
2986
2987         * gtk/gtkmain.c (gtk_main_do_event): ref/unref
2988         around gtk_widget_event() if we are going to
2989         set a flag afterwards. (#63464)
2990
2991 Thu Nov  1 19:44:48 2001  Owen Taylor  <otaylor@redhat.com>
2992
2993         * gtk/gtkiconfactory.c gtk/stock-icons/Makefile.am: 
2994         Actually add the missing/broken image icon as the
2995         image for the "missing image" stock icon.
2996
2997 Thu Nov  1 19:18:34 2001  Owen Taylor  <otaylor@redhat.com>
2998
2999         * demos/gtk-demo/stock_browser.c (do_stock_browser): 
3000         Set a reasonable default height for the window.
3001
3002         * demos/gtk-demo/stock_browser.c (id_to_macro): Fix
3003         bug where subsequent '-' weren't converted to '_'.
3004         (#59550, Matthias Clasen)
3005
3006         * demos/gtk-demo/appwindow.c (menu_items): Don't right 
3007         justify the Help menu - just include a comment on
3008         how to do it. (#63539,  Marius Andreiana)
3009
3010         * gtk/gtkiconfactory.c (gtk_icon_set_get_sizes): Don't 
3011         list GTK_ICON_SIZE_INVALID.
3012
3013         * demos/gtk-demo/stock_browser.c: Show the biggest available
3014         size, not a fixed size. (Often reported, including #63539, 
3015         Marius Andreiana)
3016
3017 Thu Nov  1 19:11:35 2001  Jonathan Blandford  <jrb@redhat.com>
3018
3019         * gtk/gtkrbtree.c (gtk_rbtree_reorder_fixup): Fix reorder_fixup,
3020         #59583
3021
3022         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): fix
3023         warning.
3024
3025 Thu Nov  1 16:54:00 2001  Owen Taylor  <otaylor@redhat.com>
3026
3027         * gtk/gtktypeutils.h: Make GtkFunction return boolean, not gint.
3028         (Daniel Elstner).
3029
3030 Thu Nov  1 16:20:56 2001  Owen Taylor  <otaylor@redhat.com>
3031
3032         * gtk/gtkimcontext.[ch]: Add:
3033           - A ::retrieve_surrounding signal that asks the widget for
3034             context around the insertion point.
3035           - A ::delete_surrounding signal that asks the widget to 
3036             delete context aroudn the insertion point.
3037           - gtk_im_context_set_context() for widgets to set context
3038             around the insertion point in response to ::retrieve_context.
3039           - gtk_im_context_get_context() for context to get context
3040             around the insertion point
3041
3042         * gtkmarshal.list: Add BOOL:INT,INT
3043
3044         * gtk/gtkimmulticontext.c: Proxy the get_surrounding() /
3045         set_surrounding() methods, and the ::retrieve_surrounding /
3046         ::delete_surrounding signals.
3047
3048         * gtk/gtkentry.c gtk/gtktreeview.c: Hook up to the
3049         GtkIMContext::retrieve_surrounding / ::delete_surrounding
3050         signals.
3051
3052 Thu Nov  1 15:45:04 2001  Jonathan Blandford  <jrb@redhat.com>
3053
3054         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered):
3055         it's amazing how well things work sometimes, even when they're
3056         completely wrong.
3057
3058         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
3059         where you could try to collapse a node w/o it having children.
3060
3061         (gtk_tree_view_class_init): remove Shift L<->R as they already
3062         existed for expand/collapse.
3063
3064 Thu Nov  1 12:21:31 2001  Jonathan Blandford  <jrb@redhat.com>
3065
3066         * gtk/gtktreeview.c (gtk_tree_view_focus_to_cursor): Fix crash
3067         found by Matt Wilson.
3068
3069 Thu Nov  1 00:44:50 2001  Jonathan Blandford  <jrb@redhat.com>
3070
3071         * gtk/gtktreeview.c (gtk_tree_view_class_init): Support Shift,
3072         Control, and Shift|Control L<->R, #63475
3073
3074 Wed Oct 31 18:53:51 2001  Jonathan Blandford  <jrb@redhat.com>
3075
3076         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): fix
3077         infinite loop noticed by yosh.
3078
3079 2001-11-01  Michael Meeks  <michael@ximian.com>
3080
3081         * gtk/gtksocket.c (gtk_socket_unrealize): unset the
3082         GTK_REALIZED flag so we don't re-enter when we are
3083         destroyed from the plug side.
3084
3085 Wed Oct 31 18:23:47 2001  Owen Taylor  <otaylor@redhat.com>
3086
3087         * gtk/gtkoptionmenu.c (gtk_option_menu_detacher): 
3088         Add a "menu" property and notify on it. (#62798,
3089         Padraig O'Briain)
3090
3091         * gtk/gtkselection.[ch] gtk/{gtkentry.c, gtkfilesel.c,
3092         gtkoldeditable.c, gtktextbuffer.c, gtktextview.c}: 
3093         Fix set_text to take a gchar, not a guchar, and to have 
3094         a len argument.
3095
3096 Wed Oct 31 15:31:13 2001  Manish Singh  <yosh@gimp.org>
3097
3098         * gtk/gtkstock.c: fix typo to make it compile
3099
3100 Wed Oct 31 17:27:20 2001  Jonathan Blandford  <jrb@redhat.com>
3101
3102         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): if
3103         the widget is insensitive, draw the text insensitively, #63306
3104
3105 2001-10-31  Matthias Clasen  <matthiasc@poet.de>
3106
3107         * gtk/gtkstock.c: Add stock items for most stock icons. (#61757)
3108
3109 Wed Oct 31 16:53:48 2001  Jonathan Blandford  <jrb@redhat.com>
3110
3111         * gtk/gtktreednd.c (gtk_tree_set_row_drag_data): rename
3112         gtk_selection_data_set_tree_row, #60218
3113         (gtk_tree_get_row_drag_data): rename
3114         gtk_selection_data_get_tree_row, #60218
3115
3116         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): Actually
3117         get this right, after the third try, #63122.
3118
3119 2001-10-31  jacob berkman  <jacob@ximian.com>
3120
3121         * gdk/gdkselection.h (GDK_TARGET_STRING): 
3122         (GDK_SELECTION_TYPE_STRING): these should be 31, not 3.  Hooray
3123         for Xatoms (and not using the XA_* macros)!
3124
3125 Wed Oct 31 15:38:14 2001  Owen Taylor  <otaylor@redhat.com>
3126
3127         * gtk/gtkwindow.[ch] (gtk_window_get_focus): Add a
3128         gtk_window_get_focus() getter to determine the currently
3129         focused widget within the window. (#63145, request
3130         from Damian Ivereigh)
3131
3132 Wed Oct 31 14:45:08 2001  Jonathan Blandford  <jrb@redhat.com>
3133
3134         * gtk/gtkenums.h (enum): Add GTK_SELECTION_NONE enum, #61695
3135
3136         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): Handle new
3137         GTK_SELECTION_NONE enum.
3138         (_gtk_tree_selection_internal_select_node): ditto
3139
3140         * gtk/gtkcellrenderer.h (struct _GtkCellRendererClass): add
3141         constness.
3142
3143         * gtk/gtkcellrenderertoggle.c: more yummy constness.
3144
3145         * gtk/gtkclist.c (gtk_clist_set_selection_mode): g_return_if_fail
3146         if mode == GTK_SELECTION_NONE
3147
3148 Wed Oct 31 14:05:17 2001  Jonathan Blandford  <jrb@redhat.com>
3149
3150         * gtk/gtktreeview.c (gtk_tree_view_class_init): Added a
3151         "cursor_changed" signal, #62850.
3152
3153 2001-10-31  Matt Wilson  <msw@redhat.com>
3154
3155         * gtk/gtktreedatalist.c (_gtk_tree_data_list_alloc): after
3156         allocating the treedatalist, zero it to make sure the values are
3157         cleared from any garbage that was in this chunk.
3158
3159 2001-10-31  Murray Cumming  <murrayc@usa.net>
3160
3161         * gtk/cellrenderertext.h: "edited" default signal handler
3162         gchar* args are now const.
3163         gtk/cellrenderertoggle.h: "toggled" default signal handler
3164         gchar* arg is now const.
3165         Also changed other signal handlers for "edited" and "toggled" to
3166         have the same signature.
3167
3168 Tue Oct 30 19:17:57 2001  Jonathan Blandford  <jrb@redhat.com>
3169
3170         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_sort_level): massize
3171         rewrite.  Static models now totally work.  I'm not 100% sure about
3172         row_inserted and row_changed, but I'll get those later.
3173
3174 2001-10-30  Sven Neumann  <sven@gimp.org>
3175
3176         * configure.in: use GLIB_AC_DIVERT_BEFORE_HELP() so we get proper
3177         output for configure --help.
3178
3179 2001-10-30  Havoc Pennington  <hp@pobox.com>
3180
3181         * gtk/gtktextview.c (changed_handler): Update the IM spot location
3182         here, if text was invalidated in the visible area, because the
3183         scroll offset doesn't normally change in that case, and the mark
3184         isn't set, just implicitly moved over as text is added/removed
3185         
3186 Mon Oct 29 19:18:35 2001  Jonathan Blandford  <jrb@redhat.com>
3187
3188         * gtk/gtkseparatormenuitem.c: Code cleanup.
3189         (gtk_separator_menu_item_class_init): Fix bugs in this code.
3190
3191 2001-10-29  jacob berkman  <jacob@ximian.com>
3192
3193         * gdk/Makefile.am (LDFLAGS): 
3194         * gtk/Makefile.am (LDFLAGS): automake doesn't support conditionalized
3195         LDFLAGS, so put win32 flags in here
3196
3197 Mon Oct 29 15:41:58 2001  Jonathan Blandford  <jrb@redhat.com>
3198
3199         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_sort_level): Darn.
3200         I can't believe this took this long to fix.
3201
3202 Mon Oct 29 13:54:49 2001  Jonathan Blandford  <jrb@redhat.com>
3203
3204         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered): fix
3205         reordered signal.
3206
3207 Mon Oct 29 12:27:51 2001  Owen Taylor  <otaylor@redhat.com>
3208
3209         * gtk/gtkfilesel.c (gtk_file_selection_rename_file): Grab
3210         the focus to the fileop entry for create dir / rename
3211         file. (#62838)
3212
3213 Mon Oct 29 12:21:49 2001  Owen Taylor  <otaylor@redhat.com>
3214
3215         * configure.in: Don't use AC_CHECK_FILE to check for a 
3216         file since it always spits warnings about cross compilation,
3217         use -f instead. It's not like we cross compile properly
3218         anyways.
3219
3220         * configure.in (gtktargetlib): Move call to AC_PROG_CC
3221         to suppress autoconf warning.
3222
3223         * acconfig.h: Add some missing #undefs from recent
3224         Win32 additions.
3225
3226 Mon Oct 29 11:31:40 2001  Owen Taylor  <otaylor@redhat.com>
3227
3228         * m4macros/gtk-2.0.m4: Don't try to use pkg-config
3229         when we didn't find it. (#62944, Eric Lemings)
3230
3231         * m4macros/gtk-2.0.m4: Fix problem with spaces around =
3232         sign in assignment. (#63209, Arkadiusz Miskiewicz)
3233
3234 2001-10-29  Anders Carlsson  <andersca@gnu.org>
3235
3236         * gtk/gtktreeview.c (gtk_tree_view_size_request): Calculate
3237         the buttons size request before using it. Fixes #61696.
3238
3239 2001-10-29  Tor Lillqvist  <tml@iki.fi>
3240
3241         * README.win32: Updates.
3242
3243         * gtk-zip.sh.in: New file, used to build distribution package for
3244         Windows.
3245
3246         * gdk/gdkglobals.c: Mark gdk_threads_mutex for DLL export when
3247         applicable with GDKVAR.
3248
3249         * gdk/win32/libwntab32x.la: New file, hand-written wrapper for the
3250         Wintab library.
3251
3252         * gdk/win32/gdkwin32.h
3253         * gdk/win32/gdkprivate-win32.h: Reorganise to match corresponding
3254         X11 headers better, and to enable gdkwin32.h to be installed and
3255         included from applications, but not the *-win32.h headers.
3256
3257         * gdk/win32/*.c: Corresponding small changes, simplifications of
3258         #includes.
3259         
3260         * gdk/win32/gdkregion-win32.c: Remove.
3261
3262         * gdk/win32/gdkevents-win32.c (print_event): Add GDK_SETTING.
3263
3264         * gdk/win32/gdkfont-win32.c
3265         * gdk/win32/gdkgeometry-win32.c: Remove unused variables.
3266
3267         * gdk/win32/gdkproperty-win32.c (gdk_atom_intern): Don't insert
3268         GDK_NONE values into hash table.
3269
3270         * gtk/gtk.def: Update.
3271
3272         * gtk/gtkfilesel.c: Include <winsock.h> (if available) for
3273         gethostname().
3274
3275         * gtk/gtkmain.c 
3276         * gtk/gtkrc.c: (Win32) Save actual DLL name for later use in DLL
3277         entry function. Avoid hardcoded paths GTK_LIBDIR, GTK_SYSCONFDIR,
3278         GTK_DATA_PREFIX and GTK_LOCALEDIR, instead add functions that call
3279         g_win32_get_package_installation_subdirectory() with the actual
3280         DLL name saved above. Redefine above directory name macros to call
3281         these functions. Remove some ifdefs.
3282
3283         * gtk/maketypes.awk: Output GTKTYPEBUILTINS_VAR (that marks
3284         variable for export on Win32) also to the _vars file.
3285
3286         Changes for autoconfiscated build on Win32, and addition of Win32
3287         backend to the related files:
3288         
3289         * configure.in: Like in GLib, set LT_CURRENT_MINUS_AGE for use
3290         when forming DLL name in some files. Set MS_LIB_AVAILABLE is
3291         lib.exe is available. Call AC_LIBTOOL_WIN32_DLL. Set
3292         PLATFORM_WIN32, OS_WIN32 and USE_WIN32 automake conditionals. Add
3293         win32 target, using pangowin32. Don't use the
3294         -export-symbols-regex option on Win32, we use .def files to list
3295         exported symbols. Check <winsock.h> (for gethostname() in
3296         gtkfilesel.c). Enclose nested AC_CHECK_* macros in brackets to
3297         prevent premature m4 expansion.
3298
3299         * acconfig.h: Add HAVE_WINTAB.
3300
3301         * gdk/Makefile.am: Add libgdk-win32-1.3.la target and associated
3302         macros and rules. Use -no-undefined on Win32. Use gdk.def file. If
3303         MS_LIB_AVAILABLE, build MS import library. Install the import
3304         libraries. If HAVE_WINTAB, link with the Wintab library.
3305
3306         * gdk/win32/Makefile.am: Actually enable building the win32
3307         objects here, not just list all files in EXTRA_DIST. Link in the
3308         compiled resource file from rc/gdk-win32res.lo. If HAVE_WINTAB,
3309         copy the Wintab library into the .libs directory. 
3310
3311         * gdk/win32/gdkwindow-win32.c (RegisterGdkClass): Don't assume the
3312         name of the GDK DLL when fetching the icon. Use the HMODULE saved
3313         in gdk_dll_hinstance by DllMain.
3314
3315         * gdk/win32/rc/Makefile.am: Build gdk-win32res.lo using the
3316         build/win32/lt-compile-resource script.
3317
3318         * gdk/win32/rc/gdk.rc.in
3319         * gtk/gtk-win32.rc.in: Use the DLL name that libtool would use.
3320
3321         * gtk/Makefile.am: Add libgtk-win32-1.3.la target and associated
3322         macros and rules. Use -no-undefined on Win32. Use gtk-win32.def
3323         file. Install import libraries.
3324
3325 2001-10-29  Anders Carlsson  <andersca@gnu.org>
3326
3327         * gtk/gtkiconfactory.c (get_default_icons): Fix build.
3328
3329 2001-10-28  Hans Breuer  <hans@breuer.org>
3330
3331         * gdk/gdk.c gdk/gdkevents.c
3332           gdk/win32/gdkcolor-win32.c gdk/win32/gdkdnd-win32.c
3333           gdk/win32/gdkdrawable-win32.c gdk/win32/gdkevents-win32.c
3334           gdk/win32/gdkfont-win32.c gdk/win32/gdkgc-win32.c
3335           gdk/win32/gdkim-win32.c gdk/win32/gdkmain-win32.c
3336           gdk/win32/gdkprivate-win32.h gdk/win32/gdkproperty-win32.c
3337           gdk/win32/gdkselection-win32.c gdk/win32/gdkwin32.h
3338           gdk/win32/gdkwindow-win32.c gdk/win32/gdkwindow-win32.h :
3339         static correct-ness, underscore prefixing of library internal 
3340         functions
3341         (applied the undisputed and the win32 part. Of the latter 
3342          I'm probably the one who will change it back again, if Owen
3343          decides that the Gdk*Impl types should not be private to Gdk)
3344
3345         * gdk/gdk.def : added the remaining exported functions
3346
3347 2001-10-28  Matthias Clasen  <matthiasc@poet.de>
3348
3349         * gtk/gtkcellrenderertoggle.c, gtk/gtkimcontextsimple.c,
3350         gtk/gtkimmulticontext.c, gtk/gtkimagemenuitem.c,
3351         gtk/gtkiconfactory.c, gtk/gtkwindow.c: Documentation updates.
3352
3353 2001-10-28  jacob berkman  <jacob@ximian.com>
3354
3355         * gtk/gtkcolorsel.c (gtk_color_selection_class_init): do not call
3356         gtk_settings_get_default() here as that requires an X connection
3357         (which breaks doc building with no X connection) and is not
3358         multihead safe
3359         (gtk_color_selection_init): delay palette loading until realize
3360         time
3361         (gtk_color_selection_realize): load the palette, and initialize
3362         the global palette if it hasn't been already
3363
3364         * gtk/gtkpreview.c (gtk_preview_class_init): don't initialize the
3365         visual/cmap fields of klass->info since they are gone
3366         (gtk_preview_get_visual): just return gdk_rgb_get_visual ()
3367         (gtk_preview_get_cmap): just return gdk_rgb_get_colormap ()
3368         (gtk_preview_realize): don't set VISUAL and COLORMAP attributes
3369
3370         * gtk/gtkpreview.h (struct _GtkPreviewInfo): remove visual and
3371         cmap fields
3372         (gtk_preview_get_visual):
3373         (gtk_preview_get_cmap): mark as deprecated
3374
3375         * docs/Changes-2.0.txt: add a little note about the GtkPreviewInfo
3376         changes
3377
3378 Sun Oct 28 09:15:39 2001  Owen Taylor  <otaylor@redhat.com>
3379
3380         * gtk/gtkimcontext.h (struct _GtkIMContext): Fixed
3381         structure to have GObject not GtkObject as
3382         parent_instance. (Jeff Franks.)
3383
3384 2001-10-27  Matthias Clasen  <matthiasc@poet.de>
3385
3386         * gdk/x11/gdkinput.c: Typo fix.
3387
3388 2001-10-26  Havoc Pennington  <hp@pobox.com>
3389
3390         * gtk/gtktextview.c (gtk_text_view_mark_set_handler): Call
3391         update_im_spot_location here explicitly
3392         (gtk_text_view_reset_im_context): don't update the spot location
3393         here
3394
3395 2001-10-27  Anders Carlsson  <andersca@gnu.org>
3396
3397         * gtk/gtktreemodel.c (gtk_tree_model_get): Fix typo in docs.
3398         This fixes #62942.
3399
3400         * gtk/gtkspinbutton.c (gtk_spin_button_new_with_range): 
3401         Clarify that we're returning a spin button in the _new function.
3402         This fixes #54097.
3403         
3404 Fri Oct 26 20:55:57 2001  Owen Taylor  <otaylor@redhat.com>
3405
3406         * gtk/gtkbutton.c: Revert changes to GTK_RUN_LAST. 
3407         Unfortunately, people apparently erroneously connect
3408         to ::clicked for GtkToggleButton and expect
3409         they know what happened in the default signal handler
3410         instead of appropriately connecting to notification
3411         signal ::toggled. When the revolution comes, such
3412         people will be first against the wall.
3413
3414         We'll just have to go back to the old less-reliable
3415         set-it-back hacks for handling model-view check
3416         buttons and radio buttons. :-(. 
3417
3418 2001-10-27  Hans Breuer  <hans@breuer.org>
3419
3420         * gtk/gtkbbox.c gtk/gtkctree.c gtk/gtkhbbox.c
3421           gtk/gtkimmulticontext.c gtk/gtklabel.c gtk/gtkliststore.c
3422           gtk/gtkmenu.c gtk/gtkpaned.c gtk/gtkrc.c gtk/gtkscale.c
3423           gtk/gtkstyle.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
3424           gtk/gtktexttag.c gtk/gtktexttagtable.c gtk/gtktextview.c
3425           gtk/gtktreestore.c gtk/gtkvbbox.c : 
3426         to simplify parsing for exported functions:
3427         - made implementation signature static, when the local 
3428           prototype already was
3429         - put the functions return value on it's own line
3430         - added as space between the function name and the 
3431           opening bracket
3432
3433         * gtk/gtk.def : added the remaining exported functions
3434
3435 2001-10-27  Anders Carlsson  <andersca@gnu.org>
3436
3437         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width): 
3438         Add note about width having to be greater than 0. This fixes
3439         #55574. 
3440
3441         * gtk/gtktextiter.c (gtk_text_iter_backward_sentence_start): 
3442         Fix docs to say previous instead of next.
3443         (gtk_text_iter_backward_word_start): Likewise.
3444         This fixes bug #62980.
3445
3446         * gtk/gtkcontainer.c (gtk_container_set_border_width): Mention
3447         that the valid width is in range 0-65535 pixels. Fixes bug 
3448         #56754.
3449
3450         * gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
3451         a dot in the documentation. Fixes bug #62632.
3452
3453         * gdk/x11/gdkmain-x11.c: Replace int and guint with
3454         long and gulong in some places to make the code 64-bit
3455         clean.
3456         (_gdk_windowing_init_check): Replace gint with gulong.
3457         This patch was made by George Lebl and fixes bug #62113.
3458
3459         * tests/testgtk.c (create_range_controls): Don't set a 
3460         fixed height on the hscale widget. This fixes "bug" 
3461         #55840.
3462         (create_window_states): Set up destroy signals so that
3463         all windows will be destroyed when one is. This fixes 
3464         bug #58133.
3465
3466 2001-10-26  Anders Carlsson  <andersca@gnu.org>
3467
3468         * gtk/gtktreeview.c: 
3469         (gtk_tree_view_class_init): Create new "indent_expander"
3470         style property.
3471
3472         (gtk_tree_view_get_arrow_xrange): Add a tree argument
3473         to the function since the xrange can change depending
3474         on where in the tree we are. 
3475         
3476         (coords_are_over_arrow): Update function call to
3477         gtk_tree_view_get_arrow_xrange.
3478         (gtk_tree_view_draw_arrow): Likewise.
3479         
3480         (gtk_tree_view_real_expand_collapse_cursor_row):
3481         Call real_{expand|collapse}_row, so that we'll have an
3482         animation.
3483
3484 Fri Oct 26 20:13:36 2001  Kristian Rietveld  <kristian@planet.nl>
3485
3486         * tests/Makefile.am: fixed a small typo
3487
3488 Fri Oct 26 18:27:11 2001  Kristian Rietveld  <kristian@planet.nl>
3489
3490         * demos/gtk-demo/list_store.c (create_model): Anders
3491         Carlsson suggested to use G_N_ELEMENTS here
3492
3493 2001-10-26  Sven Neumann  <sven@gimp.org>
3494
3495         * gtk/gtkbutton.[ch]
3496         * gtk/gtkdnd.c: fixed inline comments
3497         
3498         * gtk/gtkgamma.c: gtk_entry_get_text() returns a const gchar.
3499
3500 2001-10-26  Hans Breuer  <hans@breuer.org>
3501
3502         * gdk-pixbuf/gdk_pixbuf.def : 
3503         * gdk/gdk.def : 
3504         * gtk/gtk.def : updated externals
3505
3506         * gdk/win32/gdkpixmap-win32.c : removed duplicate of
3507         gdk_window_lookup implementation. It already was in
3508         gdk/win32/gdkwindow-win32.c
3509
3510         * gdk/win32/gdkproperty-win32.c : made it compile again
3511         after GdkAtom API change
3512
3513         * gtk/gtk/makefile.msc.in : updated
3514
3515 Wed Oct 24 11:36:33 2001  Owen Taylor  <otaylor@redhat.com>
3516
3517         * configure.in (GTK_MICRO_VERSION): Version 1.3.10,
3518         require GLib 1.3.10.
3519
3520         * NEWS: updates.
3521
3522 Thu Oct 25 16:27:29 2001  Jonathan Blandford  <jrb@redhat.com>
3523
3524         * gtk/gtkrbtree.c (_gtk_rbnode_rotate_left): Add support for
3525         invalid nodes.
3526          (_gtk_rbnode_rotate_right): Ditto.
3527          (_gtk_rbtree_node_mark_invalid): New function.
3528          (_gtk_rbtree_node_mark_valid): New function.
3529
3530         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_class_init): We're a
3531         GObject, not a GtkObject.
3532         (gtk_tree_model_sort_row_has_child_toggled): Rewrote to be more
3533         correct.
3534         (gtk_tree_model_sort_row_deleted): ditto.
3535         (gtk_tree_model_sort_{un,}ref_node): Fix.
3536
3537         * gtk/gtktreeview.c: Protean incremental reflow support (commented
3538         out)
3539
3540         * gtk/gtktreeview.h (GtkTreeViewSearchEqualFunc): change char *key
3541         to const char *key.
3542
3543         * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path_helper):
3544         Important 1 line fix to fix a lot of refcounting woes.
3545
3546 2001-10-25  Matt Wilson  <msw@redhat.com>
3547
3548         * gtk/gtktextview.c (gtk_text_view_destroy): call
3549         gtk_text_view_destroy_layout after gtk_text_view_set_buffer (which
3550         now invalidates) so that we remove our idle functions.
3551         (gtk_text_view_destroy_layout): remove the first_validate_idle as
3552         well.
3553
3554         * gtk/gtktexttag.c (gtk_text_tag_class_init): the valid range for
3555         the 'indent' property is G_MININT to G_MAXINT.  Don't use
3556         -G_MAXINT for the minimum of the 'rise' property, use G_MININT
3557         instead.
3558
3559 2001-10-24  Anders Carlsson  <andersca@gnu.org>
3560
3561         * gtk/gtktreeview.c: 
3562         (gtk_tree_view_real_expand_row): add an animate argument
3563         (gtk_tree_view_real_collapse_row): likewise
3564         
3565         (gtk_tree_view_button_press), (gtk_tree_view_button_release), 
3566         (gtk_tree_view_collapse_all), (gtk_tree_view_expand_row),
3567         (gtk_tree_view_collapse_row): update functions that call
3568         real_{expand|collapse}_row to set the animate argument 
3569         accordingly.
3570         
3571 2001-10-24  Alex Larsson  <alexl@redhat.com>
3572
3573         * gdk/linux-fb/gdkfont-fb.c:
3574         Update to new Pango APIs
3575
3576         * gdk/linux-fb/gdkproperty-fb.c:
3577         Update to new GdkAtom APIs
3578
3579         * gdk/linux-fb/gdkwindow-fb.c:
3580         Remove warnings
3581
3582 Mon Oct 22 20:07:21 2001  Jonathan Blandford  <jrb@redhat.com>
3583
3584         * gtk/gtktreestore.c (gtk_tree_store_prepend): Fix docs, #62808
3585
3586 Wed Oct 24 22:54:07 2001  Kristian Rietveld  <kristian@planet.nl>
3587
3588         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted): treat
3589         s_path as a child path
3590
3591 Wed Oct 24 20:29:47 2001  Kristian Rietveld  <kristian@planet.nl>
3592
3593         * gtk/gtktreemodelsort.c: more changes in an attempt to get
3594         it right. It's not yet ready for general consumption.
3595
3596         * tests/treestoretest.c: add a button and entry for the new
3597         iter_change function
3598         (iter_change): new function, to test
3599         the row_changed signal implementation of the GtkTreeModelSort
3600
3601         * tests/testtreesort.c: cleanups, changes to test more features
3602         of the GtkTreeModelSort at once
3603
3604 2001-10-24  Havoc Pennington  <hp@redhat.com>
3605
3606         * gtk/gtktextbuffer.c (clipboard_clipboard_buffer_received):
3607         remove hack to strip off the bogus newline, since we killed the
3608         bogus newline; fixes #61779
3609
3610 2001-10-24  Havoc Pennington  <hp@redhat.com>
3611
3612         * gtk/gtktextview.c (gtk_text_view_update_adjustments): don't
3613         create layout if we didn't have one
3614         (gtk_text_view_set_buffer): invalidate so we get the idle handlers
3615         as appropriate, avoids blanking the screen 
3616         (gtk_text_view_invalidate): new function to do invalidation,
3617         containing old guts of invalidated_handler
3618
3619 Wed Oct 24 10:29:47 2001  Owen Taylor  <otaylor@redhat.com>
3620
3621         * gtk/gtkalignment.c (gtk_alignment_class_init): Improve
3622         dreadful tooltips.
3623
3624 Tue Oct 23 17:31:42 2001  Owen Taylor  <otaylor@redhat.com>
3625
3626         * gdk/x11/gdkwindow-x11.c gdk/win32/gdkwindow-win32.c: Always 
3627         set window->parent (except or the root window itself); if 
3628         the window's parent is not a GdkWindow, or is a window of 
3629         type GDK_WINDOW_FOREIGN, set window->parent to the root parent.
3630
3631         * gdk/gdkwindow.c (gdk_window_get_toplevels): Don't include
3632         windows of type GDK_WINDOW_FOREIGN.
3633
3634 2001-10-24  Havoc Pennington  <hp@pobox.com>
3635
3636         * gtk/gtktextiter.c (gtk_text_iter_backward_chars): if we move to
3637         the front of a segment, use the "slow" technique for moving
3638         backward, so we don't mess up the any_segment field in the iter. 
3639         Fixes #57707
3640
3641         * tests/testtextbuffer.c: add code to detect #57707, to avoid
3642         regression
3643
3644 2001-10-23  Havoc Pennington  <hp@redhat.com>
3645
3646         * gtk/gtktextview.c (popup_targets_received): only sensitize Cut
3647         if selection contains some editable text, #60975
3648         (gtk_text_view_scroll_to_iter): remove warning about scrolling
3649         prior to map; it should actually be OK to do so in many cases, 
3650         it would be nice to warn about scrolling when many lines have
3651         height 0, but I don't know what to do about that. Perhaps 
3652         move part of flush_scroll into this function? comment added 
3653         to consider this.
3654
3655 2001-10-23  Havoc Pennington  <hp@redhat.com>
3656
3657         * gtk/gtktextview.c (changed_handler): Correctly keep the same
3658         text on the top of the screen, considering that the changed region
3659         may have overlapped the first paragraph. Should fix msw's "text
3660         widget scrolled to wrong place on map" bug, and probably some
3661         other scrolling cases as well.
3662         (gtk_text_view_set_scroll_adjustments): start adjustments at 0.0, 
3663         instead of some random value
3664
3665         * gtk/gtktextview.c (gtk_text_view_class_init): actually override
3666         grab_focus, so #59708 is really fixed
3667
3668 2001-10-24  Anders Carlsson  <andersca@gnu.org>
3669
3670         * gtk/gtkentry.c: (append_action_signal): Use an image menu item here
3671         (popup_targets_received): Call append_action_signal with stock items
3672         
3673         * gtk/gtklabel.c: (append_action_signal): Use an image menu item here
3674         (gtk_label_do_popup): Call append_action_signal with stock items
3675         
3676         * gtk/gtktextview.c: (append_action_signal): Use an image menu item here
3677         (popup_targets_received): Call append_action_signal with stock items
3678
3679 2001-10-23  Havoc Pennington  <hp@redhat.com>
3680
3681         * gtk/gtktextview.c (changed_handler): queue a resize here; will
3682         temporarily slow down the widget a lot, until we figure out how to
3683         optimize to avoid full redraw everytime we queue a resize.
3684
3685 2001-10-23  Havoc Pennington  <hp@redhat.com>
3686
3687         * gtk/gtktextiter.c (test_log_attrs): handle case where offset ==
3688         0 and char_len == 0, bug #61729
3689
3690 2001-10-23  Havoc Pennington  <hp@redhat.com>
3691
3692         * gtk/gtktextiter.c (gtk_text_iter_forward_cursor_positions): fix
3693         return value, #61714 (Vitaly Tishkov)
3694         (gtk_text_iter_backward_sentence_starts): ditto
3695         (gtk_text_iter_backward_word_starts): ditto
3696         (gtk_text_iter_forward_word_ends): ditto
3697         (gtk_text_iter_forward_sentence_ends): ditto
3698         (gtk_text_iter_backward_cursor_positions): ditto
3699
3700 2001-10-23  Havoc Pennington  <hp@redhat.com>
3701
3702         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_pixel): Apply
3703         fix from Dov Grobgeld, #61858
3704
3705 2001-10-23  Havoc Pennington  <hp@redhat.com>
3706
3707         * gtk/gtktextview.c (gtk_text_view_update_im_spot_location): 
3708         Update IM spot location at appropriate times, #50626
3709         (Hidetoshi Tajima)
3710
3711 2001-10-23  Havoc Pennington  <hp@redhat.com>
3712
3713         * gtk/gtktextview.c (gtk_text_view_grab_focus): scroll to cursor
3714         on grab focus, unless it's caused by button click, #59708
3715
3716 Tue Oct 23 11:53:00 2001  Owen Taylor  <otaylor@redhat.com>
3717
3718         * gtk/Makefile.am (INCLUDES): Remove G_DISABLE_CONST_RETURNS.
3719
3720         * gtk/gtkfontsel.[ch]: Make gtk_font_selection_get_font()
3721         G_CONST_RETURN. (Murray Cumming)        
3722
3723         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_preview_text):
3724         Make G_CONST_RETURN.
3725
3726         * gtk/gtkfilesel.c (open_user_dir): Fix bug with freeing
3727         results of g_get_home_dir().
3728
3729         * gtk/gtkfilesel.c: Make filesel->fileop_file a duplicated 
3730         copy. Storing the return from gtk_entry_get_text() is evil.
3731
3732         * gtk/gtkcombo.c gtk/gtkcellrenderertext.c gtk/gtkbindings.c 
3733         gtk/gtkfilesel.c gtk/gtkfontsel.c gtk/gtkimmodule.c 
3734         gtk/gtkobject.c gtk/gtkoldeditable.c gtk/gtktreedatalist.c
3735         gtk/gtksignal.c: Add const.
3736
3737         * gdk/x11/gdkkeys-x11.c (get_direction): Add missing const.
3738
3739         * gtk/gtktreeview.c: Namespace object data keys to be safe, even 
3740         if we are setting them on private widgets.
3741
3742         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search): 
3743         Duplicate entry->text before setting it as object data.
3744
3745 2001-10-22  Havoc Pennington  <hp@redhat.com>
3746
3747         * gtk/gtktextbuffer.c (gtk_text_buffer_place_cursor): don't back
3748         up a char from the end iterator, fixes #61859 ("can't put cursor
3749         at the end of the buffer")
3750
3751         * gtk/gtktextiter.c (gtk_text_iter_forward_to_line_end): fix this
3752         to work with delimiters other than newline.
3753
3754         * tests/testtextbuffer.c: add some tests for get_chars_in_line,
3755         get_bytes_in_line
3756
3757         * gtk/gtktextiter.c (gtk_text_iter_get_chars_in_line): fix for the
3758         last line, since the newline is no longer counted.
3759         (gtk_text_iter_get_bytes_in_line): ditto
3760
3761 2001-10-22  Havoc Pennington  <hp@redhat.com>
3762
3763         * gtk/gtktextbtree.c (_gtk_text_btree_insert): add assertion that 
3764         #58290 would trigger if it reappeared, I think
3765
3766 2001-10-22  Havoc Pennington  <hp@redhat.com>
3767
3768         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
3769         add temporary code to dump btree contents on assertion failure
3770         described in #62656
3771         
3772         * gtk/gtktextbtree.c (ensure_end_iter_segment): add some
3773         assertions that we're getting the right end iter segment
3774
3775         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
3776         verify that we aren't on the end iterator after moving 
3777         forward one segment - fixes return value in an obscure case. 
3778         Also, some trivial code cleanup/rearranging.
3779         
3780 2001-10-22  Havoc Pennington  <hp@redhat.com>
3781
3782         * gtk/gtktextlayout.h: add a #error unless you define
3783         GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API, so people don't use this accidentally
3784
3785         * gtk/gtktext*.c: #define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API as appropriate.
3786         
3787 2001-10-22  Havoc Pennington  <hp@redhat.com>
3788
3789         * gtk/gtktextview.c (gtk_text_view_get_border_window_size): fix 
3790         #62365
3791
3792 2001-10-22  Havoc Pennington  <hp@redhat.com>
3793
3794         * gtk/gtktextview.c (gtk_text_view_get_window_type): fix 
3795         #62436
3796
3797 2001-10-22  Havoc Pennington  <hp@redhat.com>
3798
3799         * gtk/gtktextview.c (gtk_text_view_set_border_window_size): Fix 
3800         #62366
3801
3802 Mon Oct 22 11:47:47 2001  Owen Taylor  <otaylor@redhat.com>
3803
3804         * gtk/gtklabel.c: Add cursor-position, selection-bound 
3805         properties. (#62148, reported by Padraig O'Briain)
3806
3807         * gtk/gtkentry.c (gtk_entry_class_init): Rename text_position
3808         to cursor_position. (1.3.x addition, text_position is an awful
3809         name.) Make cursor_position read-only to avoid sticky questions
3810         of interaction with selection_bound. (#62636, reported by
3811         Padraig O'Briain)
3812
3813 Mon Oct 22 16:25:12 2001  Owen Taylor  <otaylor@redhat.com>
3814
3815         Fixing popup menus to have "Paste" sensitized correctly. Original
3816         patches from Damian Ivereigh, much mangled.
3817
3818         * gtk/gtkselection.c: Add functions gtk_selection_data_get_targets(),
3819         gtk_selection_data_targets_include_text(). (#60854)
3820
3821         * gtk/gtkclipboard.c: Add a simple do-it-all non-async "check if
3822         the clipboard has text" function gtk_clipboard_wait_is_text_available.
3823         (#60854)
3824
3825         * gtk/gtkentry.c: Only enable the paste item if the clipboard
3826         contains text. (#60973)
3827
3828         * gtk/gtktextview.c: Only enable the paste item if the clipboard
3829         contains text. (#60975)
3830
3831 2001-10-22  Havoc Pennington  <hp@redhat.com>
3832
3833         * gtk/gtktextview.c (gtk_text_view_class_init): rip out
3834         "height_lines" and "width_columns" properties, it doesn't make
3835         sense to set the size request on a text view really. #62103
3836
3837 Mon Oct 22 15:17:05 2001  Jonathan Blandford  <jrb@redhat.com>
3838
3839         * gtk/gtktreestore.c (gtk_tree_store_iter_depth): Realized
3840         g_node_depth is broken, and that it's not worth being consistent
3841         with it.
3842
3843 2001-10-22  Havoc Pennington  <hp@redhat.com>
3844
3845         * gtk/gtktextiter.c (gtk_text_iter_set_line): Clarify behavior in
3846         docs, #61777
3847         (gtk_text_iter_forward_search) (gtk_text_iter_backward_search):
3848         change the two boolean args to a flags field, so we can extend 
3849         to add case insensitive, regexp searches later. #61852
3850
3851 Mon Oct 22 15:07:17 2001  Jonathan Blandford  <jrb@redhat.com>
3852
3853         * gtk/gtktreestore.c (gtk_tree_store_iter_depth): update docs to
3854         reflect reality, #62810
3855
3856 Mon Oct 22 14:08:26 2001  Jonathan Blandford  <jrb@redhat.com>
3857
3858         * demos/gtk-demo/appwindow.c: Remove handle_box from App demo.
3859
3860         * gtk/gtktreeview.c (size_allocate): Move to a different drawing
3861         system.  Instead of having a window the size of the tree, we have
3862         a window the size of widget->allocation, and simply draw with the
3863         offset.
3864         (coords_are_over_arrow): ditto.  Move to window coordinates.
3865         (do_prelight): ditto
3866         (do_unprelight): ditto
3867
3868         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered):
3869         Minor fix from Kristian Rietveld to fix unsorted case.
3870
3871 2001-10-22  jacob berkman  <jacob@ximian.com>
3872
3873         * gtk/gtkclist.c (cell_size_request): don't cast a PIXTEXT cell to
3874         a PIXMAP cell (fixes crash when using PIXTEXT cells)
3875
3876 Sat Oct 20 18:58:25 2001  Owen Taylor  <otaylor@redhat.com>
3877
3878         * gtk/gtkentry.h: Deprecate gtk_entry_set_editable.
3879         (#58768, Vitaly Tishkov)
3880         
3881         * gtk/gtkobject.h: Deprecate with abandon. 
3882         (#61942, Vitaly Tishkov, Matthias Clasen)
3883
3884         * gtk/gtksignal.h: Deprecate everything.
3885
3886         * gtk/gtkmain.h (GTK_PRIORITY_INTERNAL): Deprecate
3887         all GTK_PRIORITY_* defines other than GKT_PRIORITY_RESIZE>
3888         (#61942, Matthias Clasen)
3889
3890         * gtk/gtkstyle.h: Deprecate gtk_draw_*. (#61140,
3891         Havoc Pennington)
3892
3893         * gtk/gtkitemfactory.h: Deprecate compat functions
3894         for GtkMenuFactory code. (#62071)
3895
3896         * gdk/gdkdrawable.h: Deprecate gdk_draw_string,
3897         gdk_draw_text,gdk_draw_text_wc. (#62071)
3898
3899 Mon Oct 22 10:12:08 2001  Owen Taylor  <otaylor@redhat.com>
3900
3901         * gdk/gdk.c docs/Changes-2.0.txt (gdk_threads_init): Don't call
3902         g_thread_init(), we don't want to link to -lgthread if we don't
3903         have to.
3904
3905 Mon Oct 22 08:51:02 2001  Owen Taylor  <otaylor@redhat.com>
3906
3907         * gdk/gdk.[ch] (gdk_threads_init) docs/Changes-2.0.txt: 
3908         Add a function, gdk_threads_init() that must be explicitely 
3909         called to enable the GDK thread mutex.
3910
3911 2001-10-22  Jakub Steiner <jimmac@ximian.com>
3912
3913         * gtk/stock-icons/stock_stop.png: no body parts
3914         
3915 Sun Oct 21 23:27:00 2001  Owen Taylor  <otaylor@redhat.com>
3916
3917         * gtk/gtkwidget.c (gtk_widget_translate_coordinates): Fix
3918         problem with g_return_if_fail return value.
3919
3920         * gdk/x11/gdkproperty-x11.c docs/Changes-2.0.txt: Move over the 
3921         virtual atom code from the gdk-multihead branch, removing the per-display
3922         part. Virtualizing atoms needs to be done now to prevent compat
3923         breakage in direct Xlib accessing code in the future. (#62208)
3924  
3925         * gdk/x11/gdkx.h: gdk/gdk/x11/gdkproperty-x11.c: Export
3926         gdk_x11_xatom_to_atom, gdk_x11_atom_to_xatom().
3927  
3928         * gdk/gdktypes.h docs/Changes-2.0.txt: Make GdkAtom
3929         an opaque pointer type so the compiler catches attempts
3930         to mingle it with X atoms.
3931
3932         * gdk/x11/{gdkdnd-x11.c,gdkevents-x11.c,gdkglobals-x11.c,
3933           gdkkeys-x11.c, gdkmain-x11.c, gdkprivate-x11.c, 
3934           gdkproperty-x11.c, gdkselection-x11.c, gdkwindow-x11.c}
3935           gtk/{gtkclist.c,gtkctree.c,gtkdnd.c,gtkplug.c,gtksocket.c}
3936           tests/testdnd.c,tests/testselection.c: 
3937         Fix up for above atom changes.
3938
3939         * gdk/gdkselection.h (GDK_SELECTION_CLIPBOARD): Add, since we
3940         now have the ability to add custom predefines.
3941
3942         * gtk/{gtkentry.c,gtklabel.c,gtkoldeditable.c,gtktextview.c}:
3943         Use GDK_SELECTION_CLIPBOARD instead of GDK_NONE in calls
3944         to gtk_clipboard_get().
3945
3946         * gdk/win32/gdkproperty-win32.c: Add CLIPBOARD, fix up
3947         for GdkAtom => pointer change.
3948
3949         * gdk/linux-fb/gdkproperty-fb.c: Fix handling of predefined
3950         atoms, fix for GdkAtom => pointer change.
3951
3952 Mon Oct 22 00:26:46 2001  Kristian Rietveld  <kristian@planet.nl>
3953
3954         * gtk/gtkspinbutton.c: remove ARROW_SIZE constant, use
3955         new function spin_button_get_arrow_size() instead.
3956
3957         * gtk/gtkstyle.c (gtk_default_draw_arrow): actual size of
3958         arrow was hardcoded, it's now variable.
3959
3960         Fixes bug #50200
3961
3962 Sat Oct 20 18:16:04 2001  Manish Singh  <yosh@gimp.org>
3963
3964         * gtk/gtktreeview.c (gtk_treeview_get_property): PROP_MODEL and
3965         PROP_EXPANDER_COLUMN can be NULL, so don't do a object cast check
3966         for those
3967
3968 Sat Oct 20 19:38:16 2001  Owen Taylor  <otaylor@redhat.com>
3969
3970         * demos/*.c demos/gdk-pixbuf/*.c: Eliminate gtk_signal_*
3971         in favor of g_signal_*, gtk_object_* in favor of 
3972         g_object_*.
3973
3974 Fri Oct 19 18:35:22 2001  Manish Singh  <yosh@gimp.org>
3975
3976         * gtk/{gtkentry.c,gtktextview.c}: since GtkIMContext derives directly
3977         from GObject now, we have to use the g_object_* functions, not
3978         gtk_object_*.
3979
3980 Fri Oct 19 22:46:54 2001  Kristian Rietveld  <kristian@planet.nl>
3981
3982         * gtk/gtktreemodelsort.[ch]: we probably have rows_reordered
3983         nailed down now (this code is not yet ready for general consumption)
3984
3985 Fri Oct 19 13:44:51 2001  Manish Singh  <yosh@gimp.org>
3986
3987         * gtk/gtktreeview.c (gtk_treeview_scroll_to_cell): correct docs
3988         for use_align
3989
3990 Fri Oct 19 15:34:06 2001  Owen Taylor  <otaylor@redhat.com>
3991
3992         * gtk/gtk.h gtk/Makefile.am: Export GtkIMContextSimple publically. (#61862)
3993
3994 Fri Oct 19 15:08:30 2001  Owen Taylor  <otaylor@redhat.com>
3995
3996         * gtk/{gtkimcontext.c,gtkimcontextsimple.c,gtkimmulticontext.c}
3997         modules/input/{gtkimcontextxim.c,imcyrillic-translit.c,iminuktitut.c,
3998         imipa.c,imthai-broken.c,imviqr.c}: Make GtkIMContext derive from
3999         GObject, not GtkObject. (#62621)
4000
4001 Fri Oct 19 12:49:12 2001  Owen Taylor  <otaylor@redhat.com>
4002
4003         * tests/testsocket.c: Remove now useless include of unistd.h,
4004         fix wrong argument gtk_socket_steal. (Hans Breuer, #58541)
4005         
4006 Fri Oct 19 12:24:32 2001  Owen Taylor  <otaylor@redhat.com>
4007
4008         * gdk/linux-fb/gdkfont-fb.c: Fix up for change to 
4009         Pango font API. #61933. (Untested, even for compilation.)
4010
4011 Fri Oct 19 11:24:58 2001  Owen Taylor  <otaylor@redhat.com>
4012
4013         * gtk/gtkmain.[ch] (gtk_disable_setlocale): Actually
4014         export gtk_disable_setlocale(). (Caught by Sven Neumann)
4015
4016 2001-10-18  Havoc Pennington  <hp@redhat.com>
4017
4018         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_lookup): fix compilation
4019
4020 2001-10-18  Havoc Pennington  <hp@redhat.com>
4021
4022         * gtk/gtkbutton.c (gtk_button_class_init): Change button signals
4023         to GTK_RUN_LAST, #50239
4024
4025 2001-10-18  HideToshi Tajima  <hidetoshi.tajima@sun.com>
4026
4027         * gtk/gtkimmodule.c (match_locale):
4028         Support "*" for all locales with least priority
4029         when to select default im module, #58201
4030
4031 2001-10-18  Matthias Clasen  <matthiasc@poet.de>
4032
4033         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): 
4034         Fix docs. (#61976)
4035  
4036         * gtk/gtkplug.c (gtk_plug_get_id) : Fix docs. (#62144)
4037
4038         * gtk/gtkliststore.c: Fix docs. (#61672, #61675)
4039
4040         * gdk/gdkwindow.h, gdk/gdkpixmap.h, gdk/x11/gdkx.h,
4041         gdk/x11/gdkwindow-x11.c, gdk/x11/gdkpixmap-x11.c,
4042         gdk/win32/gdkwin32.h, gdk/win32/gdkwindow-win32.c,
4043         gdk/win32/gdkpixmap-win32.c, gdk/linux-fb/gdkfb.h,
4044         gdk/linux-fb/gdkwindow-fb.c, gdk/linux-fb/gdkpixmap-fb.c:
4045         Add gdk_window_lookup, gdk_window_foreign_new, gdk_pixmap_lookup
4046         and gkd_pixmap_foreign_new to the gdk frontend api. (#62063)
4047
4048         * gtk/gtkselection.c: Remove gdk backend dependencies. (#62063)
4049
4050         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): 
4051         Don't restrict the width of the spinbutton entry field 
4052         to 10 digits. (#58681)
4053
4054 Thu Oct 18 14:58:14 2001  Jonathan Blandford  <jrb@redhat.com>
4055
4056         * tests/testtreeflow.c: new test program for the tree.
4057
4058 Thu Oct 18 14:22:10 2001  Jonathan Blandford  <jrb@redhat.com>
4059
4060         * gtk/gtktreestore.c (gtk_tree_store_remove): fix small bug
4061         reported by (Oleg Maiboroda), #62600
4062
4063 2001-10-18  Michael Meeks  <michael@ximian.com>
4064
4065         * gtk/gtkentry.c (gtk_entry_set_property),
4066         (gtk_entry_get_property): impl 'text'
4067         (gtk_entry_class_init): add the 'text' prop.
4068         (gtk_entry_insert_text): notify 'text' changed.
4069         (gtk_entry_delete_text): ditto.
4070
4071 2001-10-17  Matthias Clasen  <matthiasc@poet.de>
4072
4073         * gtk/gtkdnd.c, gtk/gtkclipboard.c, gdk/x11/gdkmain-x11.c:
4074         Documentation updates.
4075
4076 Wed Oct 17 15:17:20 2001  Owen Taylor  <otaylor@redhat.com>
4077
4078         * gtk/gtkentry.c (gtk_entry_real_insert_text): Fix mistake
4079         in truncating length of text to MAX_SIZE. (Found by 
4080         Padraig O'Briain, #62055)
4081
4082 Tue Oct 16 17:04:44 2001  Owen Taylor  <otaylor@redhat.com>
4083
4084         * gtk/gtkwidget.c: Rename ACTIVATE_MNEMONIC enum to
4085         MNEMONIC_ACTIVATE; signal was changed a long time
4086         ago.
4087
4088         * gdk/x11/gdkim-x11.c (_gdk_x11_initialize_locale): 
4089         Fix wrong return statement. (Reported by HideToshi
4090         Tajima and others.)
4091
4092         * gtk/gtklabel.h (struct _GtkLabelClass): Remove
4093         left over select_all vfunc.
4094
4095 Tue Oct 16 15:50:03 2001  Owen Taylor  <otaylor@redhat.com>
4096
4097         * gtk/gtkwidget.c (gtk_widget_translate_coordinates): Add
4098         a utility function to translate coordinates relative to
4099         one widget's allocation to coordinates relative to another
4100         widget's allocation.
4101
4102         * gtk/gtkradiobutton.c: Add a special ->focus() implementation
4103         that:
4104          - only accepts external focus if there is no active
4105            member of the group or the button is active.
4106          - makes arrow keys move the active button as well
4107            as the focus
4108          - make tab tab out directly.
4109         This makes a radio button group act as a single focus location.
4110         (#53577).
4111         
4112         * gtk/gtkcontainer.c (gtk_container_focus): Remove prefiltering -
4113         it was only a small optimization that didn't matter and made
4114         things more complicated.
4115
4116         * gtk/gtkcontainer.c (gtk_container_focus_tab): Get rid of custom
4117         sorter for FOCUS_TAB as we did for the other focus directions,
4118         sort by center of widgets, not upper-left corner. (Shouldn't
4119         matter in general.)
4120
4121         * gtk/gtkcontainer.c: Restructure code to remove duplicate code
4122         from the different types of focusing: encapsulate sorting the
4123         widgets for the focus direction into one routine
4124         (gtk_container_focus_sort()) and then share the work of moving the
4125         focus between the different focus directions.
4126
4127         * gtk/gtkcontainer.c: Fix bug where arrow navigation might not
4128         work correctly with focus chains containing non-immediate
4129         children. Sorting was being done using allocation coordinates for
4130         each widget in the focus chain, and if there were intermediate
4131         window-widgets, these allocations would not be in the same
4132         coordinate system.
4133
4134 Tue Oct 16 15:12:26 2001  Jonathan Blandford  <jrb@redhat.com>
4135
4136         * gtk/gtkoptionmenu.c (gtk_option_menu_mnemonic_activate): add a
4137         mnemonic_activate function to option menu.
4138
4139 2001-10-15  Murray Cumming <murrayc@usa.net>
4140
4141         * gtk/gtkinputdialog.c, gtk/gtktoolbar.c,  gtk/gtkwidget.c:
4142           Corrected the type names used in some calls to g_signal_new().
4143         
4144 Sat Oct 13 07:09:30 2001  Tim Janik  <timj@gtk.org>
4145
4146         * gtk/gtkbindings.c (gtk_binding_set_add_path): to compare pattern
4147         specs, use g_pattern_spec_equal() instead of direct field accesses.
4148         upon compressing two equal paths of the same type, the resulting
4149         priority has to be the maximum.
4150         * gtk/gtkenums.h (enum): take GTK_PATH_PRIO_MASK out of the
4151         GtkPathPriorityType enum and make it a macro.
4152
4153 2001-10-12  Matthias Clasen  <matthiasc@poet.de>
4154
4155         * gtk/gtkwidget.c: Fix some doc comments.
4156
4157 Fri Oct 12 11:39:20 2001  Joshua N Pritikin  <vishnu@pobox.com>
4158
4159         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): Fix to work
4160         on empty models.
4161
4162 2001-10-11  Matthias Clasen  <matthiasc@poet.de>
4163
4164         * gtk/gtkcolorsel.c, gtk/gtkwidget.c, gtk/gtktreeview.c:
4165         Remove stale gdk backend includes.
4166  
4167 2001-10-10  Michael Meeks  <michael@ximian.com>
4168
4169         * gtk/gtkcombo.c (gtk_combo_class_init): add enable_empty
4170         and value_in_list properties.
4171         (gtk_combo_set_value_in_list): notify change.
4172         (gtk_combo_set_property, gtk_combo_get_property): impl. prop.
4173
4174 2001-10-11  James Henstridge  <james@daa.com.au>
4175
4176         * configure.in: add AS=CC and ASFLAGS=CFLAGS substitutions so
4177         that gtk+ can be built with automake 1.5 while not breaking
4178         things for automake 1.4.
4179
4180 Wed Oct 10 12:48:38 2001  Owen Taylor  <otaylor@redhat.com>
4181
4182         * gtk/gtkmain.c (gtk_init_check): Call setlocale (LC_ALL, "").
4183         (#60606)
4184
4185         * gtk/gtkmain.c (gtk_disable_setlocale): Add function
4186         to disable calling setlocale (LC_ALL, "").
4187
4188         * gtk/gtkmain.c (gtk_set_locale): Indicate in the 
4189         docs that this function is not typically useful.
4190
4191         * gdk/x11/{gdkim-x11.c,gdkmain-x11.c,gdkprivate-x11.h}: 
4192         Automatically initialize GDK for the current locale
4193         on gdk_init(). Don't reset locale to C when
4194         XSupportsLocale() fails.
4195
4196         * gdk/linux-fb/gdkim-fb.c (gdk_set_locale): Remove
4197         useless checks for UTF-8 locale breakage that mattered
4198         only for X.
4199
4200         * examples/calendar/calendar.c
4201         tests/{testgtk.c,testtext.c,testcalendar.c}: Remove calls to 
4202         gtk_set_locale().
4203
4204         * gtk/gtkiconfactory.c gtk/gtkitemfactory.c:
4205         gdk_pixbuf_new_from_stream => gdk_pixbuf_new_from_inline.
4206
4207 Wed Oct 10 21:13:46 2001  Kristian Rietveld  <kristian@planet.nl>
4208
4209         * gtk/gtktreemodel.[ch]: added gtk_tree_model_get_iter_from_string().
4210
4211         Fixes bug #61904
4212
4213 Wed Oct 10 01:19:04 2001  Jonathan Blandford  <jrb@redhat.com>
4214
4215         * gtk/gtktreeselection.c (gtk_tree_selection_iter_is_selected):
4216         new function, #61923
4217         (gtk_tree_selection_path_is_selected): Ditto
4218
4219 Tue Oct  9 17:40:24 2001  Jonathan Blandford  <jrb@redhat.com>
4220
4221         * gtk/gtktreestore.c (gtk_tree_store_finalize): We're a gobject,
4222         not a GtkObject.  Thanks andersca.
4223
4224         * gtk/gtkliststore.c (gtk_list_store_finalize): ditto
4225
4226 Tue Oct  9 14:50:51 2001  Jonathan Blandford  <jrb@redhat.com>
4227
4228         * gtk/gtktreeviewcolumn.c
4229         (gtk_tree_view_model_sort_column_changed): fix broken code.
4230
4231 2001-10-08  Matthias Clasen  <matthiasc@poet.de>
4232
4233         * gtk/gtkselection.c: s/succesfully/successfully/g
4234
4235 2001-10-08  Havoc Pennington  <hp@pobox.com>
4236
4237         * demos/gtk-demo/stock_browser.c: remove unused enum
4238
4239         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
4240         pass the current selection state of the node in to the user
4241         selection func
4242
4243 2001-10-06  Matthias Clasen  <matthiasc@poet.de>
4244
4245         * gdk/x11/gdkx.h (GDK_CURSOR_XCURSOR): Replace reference to 
4246         non-existent function gdk_x11_cursor_get_xid 
4247         by gdk_x11_cursor_get_xcursor.
4248
4249 Fri Oct  5 20:50:00 2001  Jonathan Blandford  <jrb@redhat.com>
4250
4251         * gtk/gtktreestore.c (gtk_tree_store_iter_has_child): improve
4252         warning.
4253
4254         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): ref and
4255         unref nodes, #okay61676
4256
4257         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_sort): we listen
4258         to the property; no need to clear the other columns.  Also, we go
4259         to 'unsorted' if the model supports it.
4260
4261 2001-10-05  Sven Neumann  <sven@gimp.org>
4262
4263         * demos/testpixbuf-save.c
4264         * demos/testpixbuf-scale.c: simple tests for the new PNG tEXt chunk 
4265         feature.
4266
4267 Fri Oct  5 19:06:07 2001  Kristian Rietveld  <kristian@planet.nl>
4268
4269         * gtk/gtktreeview.c (gtk_tree_view_leave_notify): should
4270         destroy the search dialog
4271
4272         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search):
4273         added check to prevent creation of a search dialog if there's
4274         already one around
4275
4276         * gtk/gtktreeview.c: Define GTK_TREE_VIEW_SEARCH_DIALOG_KEY, and use
4277         it instead of "search-dialog" (when getting/setting the search dialog
4278         widget).
4279
4280 2001-10-05  Jakub Steiner <jimmac@ximian.com>
4281
4282         * gtk/stock-icons/stock_broken_image.png: broken images icon
4283
4284 2001-10-04  Havoc Pennington  <hp@pobox.com>
4285
4286         Fix #56586
4287         
4288         * gtk/gtksettings.c (gtk_settings_class_init): move the F10
4289         accelerator setting here...
4290
4291         * gtk/gtkmenubar.c (gtk_menu_bar_class_init): ...from over here,
4292         because we try to use it when a menu bar hasn't necessarily been 
4293         initialized.
4294
4295 2001-10-03  Havoc Pennington  <hp@redhat.com>
4296
4297         * tests/testtextbuffer.c (logical_motion_tests): fix test case, 
4298         it previously verified incorrect behavior
4299
4300         Fixes for #61565
4301         
4302         * gtk/gtktextiter.c (gtk_text_iter_set_line): don't return lines
4303         off the end
4304         (_gtk_text_btree_get_iter_at_line_char): don't return lines off
4305         the end
4306         (_gtk_text_btree_get_iter_at_line_byte): don't return lines off
4307         the end
4308         (gtk_text_iter_forward_lines): if on the last line, move to end of
4309         it
4310
4311         * gtk/gtktextbtree.c (_gtk_text_btree_last_could_contain_tag):
4312         don't return a line off the end
4313
4314 Wed Oct  3 23:47:25  Kristian Rietveld  <kristian@planet.nl>
4315
4316         * gtk/gtkeditable.[ch]: move insert_text and delete_text virtual
4317         functions to do_insert_text and do_delete_text, add signals
4318         insert_text, delete_text and changed
4319
4320         * gtk/gtkentry.[ch]: remove signals insert_text, delete_text
4321         and changed. Updates to match new situation.
4322
4323         * gtk/gtkspinbutton.c: updates to match new situation
4324
4325         * gtk/gtkoldeditable.h: remove signals changed, insert_text
4326         and delete_text
4327
4328         * gtk/gtkoldeditable.c: updates to match new situation
4329
4330         * gtk/gtktext.c: updates to match new situation
4331
4332         Fixes bug #59803
4333
4334 2001-10-03  Havoc Pennington  <hp@redhat.com>
4335
4336         * gtk/gtktextiter.c (test_log_attrs): allow testing the end 
4337         position
4338
4339         * gtk/gtktextbuffer.c (compute_log_attrs): update for pango
4340         changes
4341
4342         * tests/testtextbuffer.c (logical_motion_tests): updates
4343
4344 2001-10-03  jacob berkman  <jacob@ximian.com>
4345
4346         * gtk/gtkwidget.c (gtk_widget_style_get_property): 
4347         * gtk/gtkstyle.c (_gtk_style_peek_property_value): 
4348         * gtk/gtksettings.c (apply_queued_setting): 
4349         * gtk/gtkmain.c (gtk_init_check): 
4350         * gtk/gtkcontainer.c (gtk_container_child_get_property):
4351         s/retrive/retrieve/
4352
4353 Wed Oct  3 20:29:29 2001  Kristian Rietveld  <kristian@planet.nl>
4354
4355         * gtk/gtktreemodelsort.[ch]: preparation for surgery
4356         * tests/testtreesort.c: ditto
4357
4358 2001-10-02  Havoc Pennington  <hp@redhat.com>
4359
4360         Throughout: assorted docs
4361         
4362         * gdk/gdkwindow.h: deprecate gdk_window_set_hints(), it's broken,
4363         gdk_window_set_geometry_hints() should be used instead.
4364
4365         * gdk/gdkimage.h: deprecate gdk_image_ref, gdk_image_unref, and
4366         document them
4367
4368         * gdk/x11/gdkx.h: remove gdk_get_client_window() since it doesn't
4369         seem to exist in any .c files
4370
4371         * gdk/x11/gdkcolor-x11.c (gdk_colormap_query_color): docs, 
4372         g_return_if_fail (pixel < colormap->size).
4373
4374 Wed Oct  3 10:42:54 2001  Owen Taylor  <otaylor@redhat.com>
4375
4376         * gtk/gtkdnd.c (gtk_drag_dest_find_target): Allow
4377         NULL for @target_list to mean, use
4378         gtk_drag_dest_get_target_list (widget).
4379
4380         * gtk/gtkdnd.c (gtk_drag_finish): Fix problem where
4381         drop could hang when calling gtk_drag_finish with 
4382         success == FALSE and del == TRUE.
4383
4384         * gtk/gtkdnd.c (gtk_drag_dest_drop): Fix problem where
4385         drops without a matching target found would propagate
4386         to the parent widget rather than being rejected.
4387
4388         * gtk/gtktextview.c (gtk_text_view_drag_data_received): 
4389         Use text_view->dnd_mark instead of mark name to be
4390         consistent with the rest of the code.
4391
4392         * gtk/gtktextview.c (gtk_text_view_drag_motion): Make
4393         pendantically correct for a drop-only-in-some-places
4394         widget. (Check whether you can insert in drag_drop,
4395         not just in drag_motion ... matters in theory, and
4396         for Motif drag and drop in practice.)
4397
4398         * gtk/gtkentry.c (gtk_entry_drag_drop): Patch from 
4399         Damian Ivereigh to not allow drops on non-editable
4400         entries. (#61124)
4401
4402         * gtk/gtkentry.c (gtk_entry_motion_notify): Don't allow
4403         text to be moved from a non-editable entry.
4404         
4405 2001-10-03  James Henstridge  <james@daa.com.au>
4406
4407         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width):
4408         s/width/fixed_width/ in order to get things to compile.
4409
4410 Wed Oct  3 00:37:09 2001  Jonathan Blandford  <jrb@redhat.com>
4411
4412         * gtk/gtkcelleditable.c: docs
4413
4414         * gtk/gtktreemodel.h: more docs.
4415
4416 2001-10-02  Havoc Pennington  <hp@redhat.com>
4417
4418         * gdk/x11/gdkwindow-x11.c: docs
4419
4420         * tests/testtextbuffer.c (logical_motion_tests): add sentence
4421         boundary tests
4422
4423 Tue Oct  2 20:18:32 2001  Kristian Rietveld  <kristian@planet.nl>
4424
4425         * demos/gtk-demo/Makefile.am: add editable_cells.c,
4426         list_store.c and tree_store.c
4427
4428         * demos/gtk-demo/appwindow.c: remove tearoff item from
4429         File menu, put menubar and toolbar in handle boxes.
4430
4431         * demos/gtk-demo/genincude.pl: various changes to support trees
4432
4433         * demos/gtk-demo/main.c: various changes to support trees
4434
4435         * demos/gtk-demo/stock_browser.c: changed name of demo
4436         to Stock Item and Icon Browser, so geninclude.pl doesn't see
4437         it as child
4438
4439         * demos/gtk-demo/editable_cells.c: new file/demo
4440         * demos/gtk-demo/list_store.c: new file/demo
4441         * demos/gtk-demo/tree_store.c: new file/demo
4442
4443 Mon Oct  1 16:05:44 2001  Owen Taylor  <otaylor@redhat.com>
4444
4445         * gtk/gtkrc.c gtk/gtksettings.c: 
4446         g_string_printfa => g_string_append_printf.
4447
4448 Mon Oct  1 16:08:23 2001  Jonathan Blandford  <jrb@redhat.com>
4449
4450         * gtk/gtkliststore.c (gtk_list_store_class_init): add a finalize
4451         and destroy handler.
4452
4453         * gtk/gtktreestore.c (gtk_list_store_class_init): ditto, #59963
4454
4455         * gtk/gtktreeview.h (struct _GtkTreeViewClass): Add
4456         'start_editing' flag to select_cursor_row.  Bug spotted by Manish
4457         Singh <yosh@gimp.org>.
4458
4459 2001-10-01  Matthias Clasen  <matthiasc@poet.de>
4460
4461         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_scanner): replace
4462         g_scanner_add/remove_symbol by g_scanner_scope_add/remove_symbol.
4463
4464         * gtk/gtkrc.c (gtk_rc_parse_any): here as well.
4465
4466 Mon Oct  1 14:07:02 2001  Jonathan Blandford  <jrb@redhat.com>
4467
4468         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): change
4469         scroll_to_cell delayed code to happen in size_allocate.
4470
4471         * gtk/gtkstyle.c (gtk_default_draw_expander): change
4472         prelight/normal arrow drawing.
4473
4474         * gtk/gtktreedatalist.c: Change compare func to use g_utf8_collate
4475
4476         * gtk/gtktreestore.c: refactor.
4477
4478 Sun Sep 30 22:15:52 2001  Manish Singh  <yosh@gimp.org>
4479
4480         * gtk/gtkcheckbutton.c (gtk_check_button_size_allocate): Applied
4481         patch from Soeren Sandmann <sandmann@daimi.au.dk>. Vertically
4482         centers the child in relation to the to indicator height.
4483
4484 Sun Sep 30 15:11:59 2001  Jonathan Blandford  <jrb@redhat.com>
4485
4486         * gtk/gtktreestore.c (gtk_tree_store_remove): Make ITERS_PERSIST
4487         correct
4488
4489 Sun Sep 30  07:01:42 2001 CEST <mikeh@bahnhof.se>
4490
4491         * gtk/gtkcellrenderertext.c: I reverted back to old "weight"
4492         property code using g_param_spec_int and changed from
4493         g_value_get_enum to g_value_get_int instead. Probably a better way
4494         to fix the problem :-)
4495
4496 Sun Sep 30  05:31:32 2001 CEST Mikael Hermansson <tyan@linux.se>
4497
4498     * gtk/gtkcellrenderertext.c changed "weight" property type from 
4499       g_param_spec_int to g_param_spec_enum.
4500
4501 Sat Sep 29 12:25:26 2001  Manish Singh  <yosh@gimp.org>
4502
4503         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): typo
4504         fix: s/Wether/Whether/ in reorderable property description
4505
4506 Thu Sep 27 16:46:36 2001  Jonathan Blandford  <jrb@redhat.com>
4507
4508         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): only
4509         start editing when you select with a keyboard.
4510
4511         (gtk_tree_view_button_press_event): much more graceful now.
4512
4513         * gtk/gtkstyle.c: Draw togglebutton better.
4514
4515 2001-09-26  Havoc Pennington  <hp@redhat.com>
4516
4517         * demos/gtk-demo/dialog.c (interactive_dialog_clicked): add demo
4518         of passing non-stock label in to gtk_dialog_new_with_buttons
4519
4520         * gtk/gtktextview.c (cursor_blinks): disable cursor blink when
4521         debugging updates
4522
4523         * gtk/gtktextiter.h: comment about how GtkTextIter struct contents
4524         are private
4525
4526         * gtk/gtkbutton.c (gtk_button_new_from_stock): if stock ID doesn't
4527         exist, fall back to mnemonic label, not plain label, bug #61184
4528         
4529 Wed Sep 26 19:48:01 2001  Jonathan Blandford  <jrb@redhat.com>
4530
4531         * gtk/gtktreestore.c (gtk_tree_store_set_valist): Stop being
4532         stupid and emitting the signal every time.
4533
4534         * gtk/gtkliststore.c (gtk_list_store_set_valist): ditto
4535
4536 Wed Sep 26 16:35:59 2001  Owen Taylor  <otaylor@redhat.com>
4537
4538        Patch from Mark McLoughlin <mark@skynet.ie> (#61233)
4539
4540        * contrib/gdk-pixbuf-xlib/Makefile.am: install
4541        gdk-pixbuf-xlib-2.0.pc.
4542
4543 Wed Sep 26 16:15:25 2001  Owen Taylor  <otaylor@redhat.com>
4544
4545         * gtk/gtknotebook.c (gtk_notebook_set_tab_label): Fix
4546         problem where menmonic wasn't removed properly when
4547         setting a label when there already is a label.
4548         Also, handle setting the tab label back to the same
4549         value. (#61160, #61161)
4550
4551         * gtk/gtkentry.c (paste_received): Patch from 
4552         Damian Ivereigh to replace selection if there is 
4553         one. (#61121)
4554
4555 2001-09-25  Darin Adler  <darin@bentspoon.com>
4556
4557         * tests/.cvsignore: Ignore new test program.
4558
4559 2001-09-25  Havoc Pennington  <hp@redhat.com>
4560
4561         * gtk/gtktextview.c: fix for #50317
4562         
4563 2001-09-25  Havoc Pennington  <hp@redhat.com>
4564
4565         * gtk/gtktextview.c (gtk_text_view_key_press_event): use 
4566         gtk_text_iter_can_insert
4567         
4568         * gtk/gtktextbuffer.c: use gtk_text_iter_can_insert
4569
4570         * gtk/gtktextiter.c (find_line_log_attrs): fixes, #57611, #57613
4571          (gtk_text_iter_can_insert): new function to fix #60282, should
4572         also fix msw's "can paste into empty buffer" bug.
4573
4574         * gtk/gtktexttag.c (gtk_text_tag_event): change type check for 
4575         "event object,"  #59091
4576
4577         * gtk/gtktextbtree.c: indentation fixes
4578
4579         * gtk/gtktextiter.c (find_by_log_attrs): fixes
4580
4581 Tue Sep 25 12:41:17 2001  Owen Taylor  <otaylor@redhat.com>
4582
4583         * configure.in: Version 1.3.9, interface age 0, binary age 0.
4584
4585         * configure.in: Require GLib-1.39, Pango 0.20, Atk 0.5.
4586
4587         * NEWS: Updates.
4588
4589 Mon Sep 24 11:59:09 2001  Owen Taylor  <otaylor@redhat.com>
4590
4591         * gtk/gtkstyle.[ch] (_gtk_draw_insertion_cursor): Shared
4592         function for drawing cursors between gtkentry/gtklabel/gtktextview.
4593         Should this be public? It has a bit of an odd interface, but
4594         custom editing widgets probably should be using it.
4595         Function will draw with wider width for taller cursors, and
4596         draws a little indicator arrow to indicate directoin for split 
4597         cursors.
4598
4599         * gtk/gtktextview.c: Add a "cursor_color" property.
4600
4601         * gtk/gtktextdisplay.[ch]: Add a cursor_gc parameter to
4602         gtk_text_layout_draw().
4603
4604         * gtk/gtkentry.c gtk/gtklabel.c gtk/gtktextdisplay.c: Use
4605         _gtk_draw_insertion_cursor().
4606
4607 Tue Sep 25 11:22:23 2001  Owen Taylor  <otaylor@redhat.com>
4608
4609         * gtk/gtkcellrenderertext.c gtk/gtktexttag.c: Restore
4610         the behavior where you could turn family_set (etc) back on
4611         and get back the values you had before.
4612
4613         * demos/gtk-demo/stock_browser.c (id_to_macro): Use
4614         g_string_ascii_up() rather than looping through the
4615         string ourself.
4616
4617 Tue Sep 25 15:32:44 2001  Jonathan Blandford  <jrb@redhat.com>
4618
4619         * gtk/gtktreeviewcolumn.c
4620         (gtk_tree_view_column_set_cell_renderer): Removed
4621         (gtk_tree_view_column_set_alignment): xalign = CLAMP (xalign, 0.0, 1.0);  Fixes 61012.
4622
4623         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): Fixed #61012
4624         Patch from Detlef Reichl
4625
4626 2001-09-25  Havoc Pennington  <hp@redhat.com>
4627
4628         * tests/testtextbuffer.c (line_separator_tests): Add tests for
4629         line separators, addresses bug #57428
4630
4631 Tue Sep 25 12:34:42 2001  Jonathan Blandford  <jrb@redhat.com>
4632
4633         * gtk/gtkentry.c: Make a GtkCellEditable
4634         (get_widget_window_size): Change to let it honor size_allocate
4635         when a CellEditable.
4636
4637         * gtk/gtktreeview.c: M-x clean-line-ends.  Lots of focus and
4638         editable changes.
4639         (gtk_tree_view_set_cursor): Now you can set the cursor
4640         horizontally, as well as start editing.
4641
4642         * gtk/gtkstyle.c (gtk_default_draw_check): changing toggle drawing
4643         code to look more like the other check buttons.
4644
4645         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_size):
4646         Change the way we calculate cell size.
4647
4648         * gtk/gtkmarshal.list (VOID:STRING,STRING): new marshaller.
4649
4650         * demos/gtk-demo/sizegroup.c: Add mnemonics.
4651
4652         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): Fix docs.
4653         Fix logic.
4654
4655         * gtk/gtkcellrenderertext.c: Change to be editable.
4656
4657         * gtk/gtkcellrenderertoggle.c: Change to be activatable.
4658
4659         * test/testtreesort.c: Fix misspelling
4660
4661         * test/testreecolumns.c: Add mnemonics.
4662
4663         * test/testreeedit.c: New test program.
4664
4665 2001-09-25  Havoc Pennington  <hp@pobox.com>
4666
4667         * gtk/gtkwindow.c: Put notes in gtk_window_set_has_frame(),
4668         etc. docs about how these are not going to do what you want for 
4669         the X/win32 ports. Futile attempt to avoid a FAQ...
4670
4671 2001-09-24  James Henstridge  <james@daa.com.au>
4672
4673         * gtk/gtkmarshal.list (VOID): add marshal function types.
4674
4675         * gtk/gtkctree.c (gtk_ctree_class_init): make arguments have type
4676         GTK_TYPE_CTREE_NODE|G_SIGNAL_TYPE_STATIC_SCOPE rather than
4677         GTK_TYPE_POINTER.
4678         (gtk_ctree_node_get_type): implement boxed type for GtkCTreeNodes
4679         with no-op copy/free functions.
4680
4681         * gtk/gtkctree.h (gtk_ctree_node_get_type): add prototype for
4682         GtkCTreeNode get_type function.
4683
4684 2001-09-24  Havoc Pennington  <hp@redhat.com>
4685
4686         * gtk/gtktextiter.c, gtk/gtktextbuffer.c, gtk/gtktextbtree.c,
4687         gtktextlayout.c:
4688         Get rid of the newline-that-could-not-be-deleted; buffers may 
4689         now be zero-length. Much easier to fix than expected, once 
4690         I figured out the right way to do it. However, there are 
4691         various subtle bugs introduced by this that will have to get 
4692         sorted out. Please use bugzilla.
4693
4694 Mon Sep 24 15:09:08 2001  Owen Taylor  <otaylor@redhat.com>
4695
4696         * gtk/gtkwindow.c (gtk_window_move_resize): Don't wait for a
4697         response back from the window manager if our size hasn't changed 
4698         since we won't get a response back from the window manager;
4699         there was code in there to do this, but it was in the wrong
4700         place so if the hints change and the size didn't we'd expect
4701         a response.
4702
4703         Also, optimize the position-only-changed case by running
4704         the resize queue immediately, and clean up some comments
4705         for the changes.
4706
4707 Mon Sep 24 12:48:25 2001  Owen Taylor  <otaylor@redhat.com>
4708
4709         * gtk/gtknotebook.h: Add a compat macro that got lost.
4710
4711         * gtk/gtktreestore.c: Doc fixes.
4712
4713         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix reference
4714         leak for windows that receive events after being destroyed.
4715         (#60863, Joshua N. Pritikin)
4716
4717         * gtk/gtktable.c (gtk_table_remove): Use gtk_widget_queue_resize
4718         rather than gtk_container_queue_resize().
4719
4720         * gtk/{gtkcontainer.c,gtkwidget.c,gtkwindow.c}: _gtk prefix
4721         gtk_container_queue_resize, gtk_container_queue_resize_widgets,
4722         gtk_container_child_composite_name. (#60217.)
4723
4724 2001-09-22  Hans Breuer  <hans@breuer.org>
4725
4726         * gtk/gtkmenu.h : fix compat macros for gtk_menu_<prepend|insert>
4727
4728 Sat Sep 22 16:50:34 2001  Kristian Rietveld  <kristian@planet.nl>
4729
4730         * gtk/gtktexttag.c (gtk_text_tag_set_property): (case PROP_WEIGHT):
4731         weight value should be an int
4732
4733 Sat Sep 22 15:17:41 2001  Kristian Rietveld  <kristian@planet.nl>
4734
4735         * gtk/gtkmenu.c (gtk_menu_select_item): move most code
4736         to gtk_menu_scroll_item_visible(). Only call
4737         gtk_menu_scroll_item_visible() if the menu widget has been
4738         realized. Fixes bug #55310.
4739
4740 2001-09-21  Havoc Pennington  <hp@redhat.com>
4741
4742         * gtk/gtktextview.c (gtk_text_view_key_press_event): don't pass
4743         key press to IM context if cursor isn't in an editable location;
4744         bug #58425, patch from Hidetoshi Tajima
4745
4746 2001-09-21  Havoc Pennington  <hp@redhat.com>
4747
4748         Bug #60862
4749         
4750         * gtk/gtktextbtree.c (gtk_text_btree_node_destroy): 
4751         (_gtk_text_btree_unref): fix up mark memory management
4752
4753         * gtk/gtktextmark.c (mark_segment_delete_func): ditto
4754
4755 2001-09-20  Havoc Pennington  <hp@redhat.com>
4756
4757         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): don't
4758         try to handle alignment here, because it's done by PangoLayout
4759         after we set the layout width. Fix from Dov.
4760
4761 2001-09-21  Hans Breuer  <hans@breuer.org>
4762
4763         * gdk/gdk.def :
4764         * gtk/gtk.def : updated externals
4765
4766         * gtk/gtkmain.h : define get_gtk_win32_directoty () 
4767         * gtk/gtkmain.c (find_module) : don't use module_name after freeing it.
4768         Also handle that Win32 pathes cann't be hard-coded      
4769
4770         * gtk/gtkrc.c : use get_gtk_win32_directoty () to cleanup the various
4771         module, themes etc directory calculations
4772
4773         * gdk/win32/gdkgeometry-win32.c : some more hacking to get coordinates
4774         >16 bit right. The size limit within Win9x appears _not_ to be 32767
4775         but slightly smaller ...
4776
4777         * gdk/win32/gdkwindow-win32.c : use impl->position_info to avoid 
4778         >16 bit clipping. Added dummy body for gdk_window_set_icon_list ()
4779
4780         * gdk/win32/gdkdrawable-win32.c : implement gdk_win32_drawable_get_handle ()
4781
4782         * gdk/win32/gdkevents-win32.c : some tweaking to get better expose
4783         handling. I'm not sure if it is better now, but at least not worse
4784
4785         * gdk/win32/makefile.msc : define INSIDE_GDK_WIN32, some cleanup
4786
4787         * gdk/win32/gdkwin32.h : reflect recent API restrictions
4788
4789 2001-09-21  Matt Wilson  <msw@redhat.com>
4790
4791         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy): set
4792         radio_menu_item->group to NULL after removing it from the list, as
4793         it is no longer in the group. (#60869)
4794
4795         * gtk/gtkradiobutton.c (gtk_radio_button_destroy): likewise
4796
4797 2001-09-20  Havoc Pennington  <hp@pobox.com>
4798
4799         * configure.in (PANGO_REQUIRED_VERSION)
4800         (ATK_REQUIRED_VERSION): add variables and checks for specific 
4801         versions of dependencies. Previously we didn't verify the 
4802         Pango or ATk versions.
4803
4804 2001-09-09  Havoc Pennington  <hp@pobox.com>
4805
4806         * gtk/gtktextiter.c: fool with indentation
4807         (gtk_text_iter_in_range): add g_return_if_fail
4808
4809 Thu Sep 20 17:45:54 2001  Joshua N Pritikin  <vishnu@pobox.com>
4810
4811         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): Fix
4812         ref count on new tag to be 1.  Update doc.  (#60836)
4813
4814 Thu Sep 20 16:20:47 2001  Owen Taylor  <otaylor@redhat.com>
4815
4816         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Remove unnecessary
4817         call to gdk_image_new_bitmap(). (#59094, reported by
4818         by Sven Neumann)
4819
4820 Thu Sep 20 15:31:35 2001  Owen Taylor  <otaylor@redhat.com>
4821
4822         * gtk/gtkcalendar.c (gtk_calendar_init): Use the current
4823         day, as well as the current month and year.
4824         (#59047, reported by Vitaly Tishkov)
4825
4826 Thu Sep 20 15:10:30 2001  Owen Taylor  <otaylor@redhat.com>
4827
4828         * gtk/gtkdialog.c (gtk_dialog_init): Automatically set
4829         set dialogs to GTK_WIN_POS_CENTER_ON_PARENT. (#60554)
4830         
4831 Thu Sep 20 18:00:56 2001  Kristian Rietveld  <kristian@planet.nl>
4832
4833         * tests/testgtk.c (struct OptionMenuItem): get rid of it,
4834
4835         (build_option_menu): add func argument, connect ::changed
4836         signal to option menu instead of connecting the ::activate
4837         signal to the menu items,
4838
4839         (toplevel): get rid of RADIOMENUTOGGLED macro,
4840
4841         (list_toggle_sel_mode), (clist_toggle_sel_mode),
4842         (ctree_toggle_line_style), (ctree_toggle_expander_style),
4843         (ctree_toggle_justify), (ctree_toggle_sel_mode),
4844         (progressbar_toggle_orientation), (progressbar_toggle_bar_style):
4845         use gtk_option_menu_get_history() instead of RADIOMENUTOGGLED,
4846
4847         (notebook_type_changed): merged standard_notebook(),
4848         notabs_notebook(), scrollable_notebook() and borderless_notebook()
4849         into notebook_type_changed()
4850
4851         (create_list), (create_ctree), (create_notebook),
4852         (create_progress_bar): changed OptionMenuItem arrays into
4853         gchar * arrays. Removed "Extended" item where used.
4854
4855         Fixes bug #59885
4856
4857 2001-09-20  Sven Neumann  <sven@gimp.org>
4858
4859         * configure.in
4860         * gdk/Makefile.am
4861         * gtk/Makefile.am
4862         * gtk/gtkselection.c
4863         * gtk/gtktreeview.c
4864         * gtk/gtkwindow.c: removed remaining traces of nanox GDK backend.
4865
4866 Thu Sep 20 11:19:42 2001  Owen Taylor  <otaylor@redhat.com>
4867
4868         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): Add
4869         a missing pango_layout_iter_free ().
4870
4871 Thu Sep 20 11:03:51 2001  Owen Taylor  <otaylor@redhat.com>
4872
4873         * gtk/gtkobject.c gtk/gtklist.c gtk/gtkplug.c gtk/gtksocket.c
4874         gtk/gtktreemodelsort.c gtk/gtktreeview.c: Small warning cleanups.
4875
4876         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_get_group): Change
4877         the function definition so we don't accidentally rely on
4878         the compat #define from gtk_radio_menu_item_group.
4879         (#60782, Jeff Franks)
4880
4881 Thu Sep 20 16:51:02 2001  Kristian Rietveld  <kristian@planet.nl>
4882
4883         * gtk/gtkwindow.c (gtk_window_get_frame_dimensions): returned
4884         incorrect values for top, right and bottom due to cut-and-paste
4885         bug. Pointed out by Vitaly Tishkov, fixes bug #59008
4886
4887 Wed Sep 19 17:59:27 2001  Owen Taylor  <otaylor@redhat.com>
4888
4889         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set
4890         _NET_WM_PID and WM_CLIENT_MACHINE properties on each
4891         window, not just on the client leader. (#58463)
4892
4893 Wed Sep 19 17:28:47 2001  Owen Taylor  <otaylor@redhat.com>
4894
4895         * gtk/gtkwidget.c (gtk_widget_new): Add missing cast.
4896
4897         * gtk/gtkmenuitem.[ch] gtk/gtkmenushell.c: Underscore prefix
4898         non-public _gtk_menu_item_set_placement.
4899
4900         * gtk/gtktooltips.h: Deprecate gtk_tooltips_set_delay().
4901
4902 Wed Sep 19 16:16:38 2001  Owen Taylor  <otaylor@redhat.com>
4903
4904         * gdk/win32/gdkcolor-win32.c gdk/x11/gdkcolor-x11.c 
4905           gdk/linux-fb/gdkcolor-fb.c:
4906         Fix propagated (flags && GDK_COLOR_WRITEABLE) typo.
4907         (#59723)
4908
4909 Wed Sep 19 16:12:16 2001  Owen Taylor  <otaylor@redhat.com>
4910
4911         * gdk/gdkpixbuf-render.c: Allow -1 for width/height
4912         to mean "width/height of pixbuf" (Patch from Matthias Clasen,
4913         #59723)
4914
4915 Wed Sep 19 16:01:27 2001  Owen Taylor  <otaylor@redhat.com>
4916
4917         Patch from Frank Belew #59037 for Solaris compilation.
4918
4919         * gtk/maketypes.awk: Change syntax slightly for a call
4920         to sub(), apparently making awk on Solaris happier.
4921
4922         * gtk/gtktreeview.c: Remove C++ comments.
4923
4924 Wed Sep 19 15:46:29 2001  Owen Taylor  <otaylor@redhat.com>
4925
4926         * gtk/gtkwindow.c: Add xgettext:no-c-format comment to
4927         to handle '99% of the time. (#60473, reported by Christian Rose)
4928
4929         * gtk/gtkwidget.h: Remove prototype for gtk_widget_get_usize()
4930         which no longer exists. (#60379, reported by Vitaly Tishkov)
4931
4932 Wed Sep 19 11:06:24 2001  Tim Janik  <timj@gtk.org>
4933
4934         * Released 1.3.8.
4935
4936         * gdk/Makefile.am: kill EXTRA_DIST clearing.
4937         
4938 Wed Sep 19 02:50:40 2001  Tim Janik  <timj@gtk.org>
4939
4940         * demos/Makefile.am ($(testpixbuf_OBJECTS)): don't use BUILT_SOURCES
4941         as its broken in automake 1.4, add explicit object rule to
4942         generate this.
4943         
4944         * gdk-pixbuf/Makefile.am: fix maintainer and normal cleanfiles.
4945         get rid of uneccessary stamps, group stuff more logically, and build
4946         sources due to object rules. fix srcdir!=builddir.
4947
4948 Tue Sep 18 20:47:16 2001  Owen Taylor  <otaylor@redhat.com>
4949
4950         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Fix 
4951         incorrect parameter to compute_double_length
4952         (#58680, patch from Matthias Clasen)
4953
4954         Fixes for compilation with Forte cc. (#59734, Derek Rafter)
4955
4956         * gtk/gtkwindow.h gtk/gtksizegroup.h: Remove extra ;.
4957
4958         * gdk/gdktypes.h (GdkModifierType): Write 1u << 31
4959         for GDK_RELEASE_MASK to avoid warnings with Forte.
4960
4961         * gtk/gtktexttag.c gtk/gtkcellrendertext.c: Add some missing
4962         break; statements.
4963
4964 2001-09-18  Alex Larsson  <alexl@redhat.com>
4965
4966         * gtk/gtkcheckbutton.c:
4967         * gtk/gtkradiobutton.c:
4968         Don't draw with GTK_STATE_ACTIVE.
4969
4970         * gtk/gtkclist.c:
4971         * gtk/gtkctree.c:
4972         Draw lines between rows with base_gc[GTK_STATE_NORMAL].
4973
4974         * gtk/gtktextdisplay.c:
4975         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
4976         unfocused with base_gc [GTK_STATE_ACTIVE].
4977         
4978         * gtk/gtkentry.c:
4979         Add select all menu-item.
4980         Default cursor color is red.
4981         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
4982         unfocused with base_gc [GTK_STATE_ACTIVE].
4983
4984         * gtk/gtklabel.[ch]:
4985         Add keynav + menu to selectable lables.
4986         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
4987         unfocused with base_gc [GTK_STATE_ACTIVE].
4988
4989         * gtk/gtkfilesel.c:
4990         Add drag and drop support.
4991
4992         * gtk/gtkstyle.c:
4993         (This was checked in earlier)
4994         New default values for text/base SELECTED and ACTIVE
4995         
4996 Tue Sep 18 23:51:49 2001  Tim Janik  <timj@gtk.org>
4997
4998         * configure.in: up version to 1.3.8, interface age 0,
4999         binary age 0, depend on glib 1.3.8.
5000
5001         * NEWS: 1.3.8 updates.
5002
5003 Tue Sep 18 18:46:54 2001  Jonathan Blandford  <jrb@redhat.com>
5004
5005         * gtk/gtktreeview.c (gtk_tree_view_start_editing): centralize all
5006         the editing code
5007
5008         * gtk/gtkcelleditable.c: Got rid of stop_editing, as there was no
5009         reason to call it beyond emiting the two signals.
5010
5011         * gtk/gtkentry.c (gtk_entry_class_init): add "has_frame" property
5012         to GtkEntry.
5013
5014 Wed Sep 12 11:21:14 2001  Owen Taylor  <otaylor@redhat.com>
5015
5016         * gtk/gtkcellrenderertext.[ch] gtk/gtktexttag.[ch]
5017           gtk/gtktextview.c tests/testgtk.c: Fix up for changes to 
5018         PangoFontDescription.
5019
5020         * gtk/gtkentry.c gtk/gtkclist.c gtk/gtkcellrenderertext.c
5021         gtk/gtkspinbutton.c: Fix up for change to PangoMetrics
5022         structure.
5023   
5024         * gtk/gtkfontsel.c: Fix up for new Pango font listing API.
5025
5026         * gtk/gtkstyle.[ch]: Add gtk_style_get_font/set_font to replace
5027         direct access to style->font. Deprecate gtk_style_ref/unref.
5028   
5029         * gtk/gtkclist.c gtk/gtkctree.c gtk/gtkstyle.c gtk/gtkwidget.c:
5030         Remove gtk_style_ref/unref with g_object_ref/unref.
5031   
5032         * gtk/gtkcalendar.c: Remove leftover macros accessing
5033         style->font.
5034   
5035         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): Remove unused
5036         variable.
5037   
5038         * gtk/gtktext.c gtk/gtklabel.c: Use gtk_style_get_font() instead of 
5039         style->font.
5040
5041 Tue Sep 18 13:51:35 2001  Jonathan Blandford  <jrb@redhat.com>
5042
5043         * gtk/gtkcellrenderer.h (enum): Get rid of broken "can_edit" and
5044         "can_activate" properties in favor of
5045         GTK_CELL_RENDERER_MODE_INERT, GTK_CELL_RENDERER_MODE_ACTIVATABLE,
5046         and GTK_CELL_RENDERER_MODE_EDITABLE
5047
5048 Tue Sep 18 12:12:43 2001  Jonathan Blandford  <jrb@redhat.com>
5049
5050         * gtk/gtktreeview.c (gtk_tree_view_put): Add put for use with
5051         editable widgets.  This function is private, and should only be
5052         used by GtkTreeView.
5053
5054 2001-09-18  Matt Wilson  <msw@redhat.com>
5055
5056         * docs/Makefile.am (EXTRA_DIST): don't use += before =
5057
5058         * docs/faq/Makefile.am (EXTRA_DIST): likewise
5059
5060         * docs/tutorial/Makefile.am (EXTRA_DIST): likewise
5061         
5062         * gdk/Makefile.am (MAINTAINERCLEANFILES): likewise
5063         (EXTRA_HEADERS): likewise
5064
5065         * gtk/Makefile.am (MAINTAINERCLEANFILES): likewise
5066         (EXTRA_HEADERS): likewise
5067         (EXTRA_DIST): likewise
5068         (CLEANFILES): likewise
5069
5070         * gtk/stock-icons/Makefile.am (CLEANFILES): likewise
5071
5072         * tests/Makefile.am (EXTRA_DIST): likewise
5073         
5074         * Makefile.am (install-data-local): changed to use
5075         install-data-hook, which runs after install-pkgconfigDATA, so that
5076         the pkgconfigdir will have been created and populated first.
5077
5078 Mon Sep 17 17:39:52 2001  Jonathan Blandford  <jrb@redhat.com>
5079
5080         * gtk/gtkcelleditable.[ch]: Add editable interface.  This should
5081         be the last big GtkTreeView API change.
5082
5083         * gtk/gtkcellrenderer.[ch]: Get rid of the "event" vfunc, and
5084         replace with "activate" and "start_editing".  Also, added a
5085         "can_activate" and "can_edit" property.
5086
5087         * gtk/gtktreeviewcolumn.c: modify to use above.
5088
5089 2001-09-16  Alexander Larsson  <alla@lysator.liu.se>
5090
5091         * gtk/gtkoptionmenu.c:  Handle scroll wheel events.
5092
5093 Fri Sep 14 22:31:25 2001  Matthias Clasen  <matthiasc@poet.de>
5094
5095         * demos/gtk-demo/main.c (setup_default_icon): Use a shaped
5096         icon instead of one with ugly white background.
5097
5098 Fri Sep 14 22:26:01 2001  Matthias Clasen  <matthiasc@poet.de>
5099
5100         * demos/gtk-demo/stock_browser.c (id_to_macro): make
5101         the uppercasing work. (#59550)
5102
5103 2001-09-14  Jakub Steiner <jimmac@ximian.com>
5104
5105         * gtk/stock-icons/dialog_error.png:
5106         * gtk/stock-icons/dialog_question.png: more road signs
5107
5108 2001-09-13  Jakub Steiner <jimmac@ximian.com>
5109
5110         * gtk/stock-icons/dialog_question.png:
5111         * gtk/stock-icons/dialog_warning.png: anders and jonathan seem to
5112           like a road sign.
5113
5114 Wed Sep 12 19:01:05 2001  Jonathan Blandford  <jrb@redhat.com>
5115
5116         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Rename interface
5117         signals to make them more clear.  Also, change ::range_changed to
5118         ::row_changed.
5119         * gtk/gtktreemodel.c: Adjust to interface change
5120         * gtk/gtktreemodel.h: ditto
5121         * gtk/gtktreemodelsort.c: ditto
5122         * gtk/gtktreestore.c: ditto
5123         * gtk/gtkliststore.c: ditto
5124         * gtk/gtktreeview.c: ditto
5125         * tests/testtreecolumns.c: ditto
5126         * gtk/gtkmarshal.list: Actually remove a marshaller!
5127
5128 2001-09-12  Padraig O'Briain <padraig.obriain@sun.com>
5129
5130         * gtk/gtktextview.c
5131         Add support for Ctrl+Up/Down arrow to move cursor to beginning
5132         of previous/next paragraph. If within a paragraph cursor moves to
5133         beginning of that paragraph.
5134
5135 2001-09-12  Jakub Steiner <jimmac@ximian.com>
5136
5137         * gtk/stock-icons/dialog_question.png: replacing the shaky
5138           question mark with a sans-serif one.
5139         * gtk/stock-icons/stock_top.png, stock_bottom.png,
5140      stock_first.png, stock_last.png: using the new style arrows
5141         * gtk/stock-icons/stock_font.png: simple one to replace the ugly
5142      colors.
5143         * gtk/stock-icons/stock_refresh.png: anti-aliased and changed
5144      color.
5145         * gtk/stock-icons/stock_zoom*: anti-aliased
5146         * gtk/stock-icons/dialog_error.png, dialog_warning.png: confused
5147      '-' with a '_', removed the wrong files
5148
5149 Sat Sep  8 16:19:02 2001  Owen Taylor  <otaylor@redhat.com>
5150  
5151         * gtk/gtkmain.c: Implement a search path for GTK+ modules.
5152  
5153         * configure.in gtk/gtkrc.c gtk/Makefile.am: Look for modules
5154         in gtk-2.0/<type>/major.minor.(micro-binary_age) rather
5155         than in gtk-2.0/major.minor.micro/<type>/. This
5156         works better for a search path for modules.
5157  
5158         * gtk+-2.0.pc.in gtk+-2.0-uninstalled.pc.in: Add
5159         gtk_binary_version variable holding major.minor.(micro-binary_age).
5160  
5161         * modules/input/Makefile.am (moduledir): Fix installation
5162         directory to match change in lookup location.
5163  
5164         * gtk/gtkmain.c (gtk_init_check): Remove OS/2 code for dll 
5165         suffixes. Needs to be handled in g_module_build_path().
5166
5167         * gtk/gtkrc.c gtk/queryimmodules.c: Use g_build_filename() where
5168         appropriate.
5169  
5170 Tue Sep 11 13:59:12 2001  Owen Taylor  <otaylor@redhat.com>
5171
5172         * gtk/gtkrc.c (insert_rc_property): Fixed reversed comparison
5173         causing RC properties not to work.
5174
5175 2001-09-11  Jakub Steiner <jimmac@ximian.com>
5176
5177         * gtk/stock-icons/dialog-error.png: less drastic
5178         * gtk/stock-icons/dialog-warning.png: no body parts. (I hope
5179           "STOP" is international enough.
5180         * gtk/stock-icons/stock_dnd*.png: get rid of the cursor
5181         * gtk/stock-icons/stock_menu_properties.png: 16x16 version
5182
5183 Mon Sep 10 21:26:24 2001  Joshua N Pritikin  <vishnu@pobox.com>
5184
5185         * gtk/gtktextview.c (gtk_text_view_set_buffer): Make
5186         (add|remove)_selection_clipboard symmetric. (bug #59836)
5187
5188         * gtk/gtktreeview.c (gtk_tree_view_unref_and_check_selection_tree): 
5189         Avoid SEGV for empty tree. (bug #60243)
5190
5191 Mon Sep 10 20:47:22 2001  Tim Janik  <timj@gtk.org>
5192
5193         * tests/testgtk.c (create_idle_test): slight fix for
5194         g_object_set() not usable for nesting anymore.
5195
5196         * gtk/gtkhandlebox.c (gtk_handle_box_class_init): 
5197         * gtk/gtkframe.c (gtk_frame_class_init): deprecate ::shadow
5198         properties, supply ::shadow_type properties instead as most
5199         other widgets do.
5200
5201 2001-09-10  Alex Larsson  <alexl@redhat.com>
5202
5203         * demos/gtk-demo/stock_browser.c:
5204         * gdk/gdkcolor.c:
5205         * gdk/gdkfont.c:
5206         * gdk/gdkcursor.c:
5207         * gdk/gdkevents.c:
5208         * gdk/gdkrectangle.c:
5209         * gtk/gtktypeutils.c:
5210         Update to use the new g_boxed_type_register_static API.
5211
5212 2001-09-10  Padraig O'Briain <padraig.obriain@sun.com>
5213
5214         * gtk/gtktreestore.c:
5215         Fix looping in gtk_tree_store_init() waiting for zero random int.
5216
5217 Mon Sep 10 16:55:49 2001  Tim Janik  <timj@gtk.org>
5218
5219         * gtk/gtkalignment.c (gtk_alignment_init): fix xscale and yscale
5220         behaviour which havoc broke. they have to default to 1.0 for
5221         expand behaviour.
5222
5223         * gtk/gtkwindow.c (gtk_window_get_property): don't cast NULL objects.
5224
5225 2001-09-10  Padraig O'Briain <padraig.obriain@sun.com>
5226
5227         * gtk/gtkstyle.c (_gtk_style_peek_property_value)
5228         Amend previous change to avoid runtime error in g_param_spec_ref()
5229
5230 Mon Sep 10 06:58:56 2001  Owen Taylor  <otaylor@redhat.com>
5231
5232         * gtk/gtkrc.c (insert_rc_property): Fix blank line
5233         in the wrong place.
5234
5235 Mon Sep 10 06:50:39 2001  Owen Taylor  <otaylor@redhat.com>
5236
5237         * gtk/gtkstyle.c (_gtk_style_peek_property_value): Don't
5238         do a lookup immediately after creating style->property_cache,
5239         since bsearch crashes on zero length for Solaris.
5240         (Found by Padraig O'Briain.)
5241
5242 2001-09-09  Alexander Larsson  <alla@lysator.liu.se> 
5243
5244         * gtk/gtkwidget.c (_gtk_widget_peek_colormap):
5245         Really return NULL if not set.
5246         (gtk_widget_init): Remove unused varaible.
5247         
5248 2001-09-09  Alexander Larsson  <alla@lysator.liu.se> 
5249
5250         * configure.in:
5251         Remove gdk/nanox/Makefile from AC_OUTPUT(), since it is no longer
5252         in cvs.
5253
5254 2001-09-08  Havoc Pennington  <hp@pobox.com>
5255
5256         * gtk/gtkaccelgroup.c: add docs to functions that I can imagine 
5257         people might want to use
5258
5259 2001-09-08  Havoc Pennington  <hp@pobox.com>
5260
5261         * gtk/gtkalignment.c (gtk_alignment_class_init): default
5262         xscale/yscale to 0.0, not 0.5, 0.5 isn't useful
5263
5264         * tests/testtextbuffer.c: fix usage of gtk_text_iter_spew
5265
5266         * gtk/gtktextiter.c: fix docs
5267         (gtk_text_iter_spew): get rid of this
5268
5269         * gtk/gtklayout.c: docs
5270
5271         * gtk/gtkbutton.c (gtk_button_construct_child): add an alignment
5272         to center image and label together, instead of having image on
5273         left and label centered, patch/suggestion from Jacob
5274
5275         * gtk/gtkdialog.c: docs
5276
5277 Sat Sep  8 14:19:49 2001  Jonathan Blandford  <jrb@redhat.com>
5278
5279         * gtk/gtkliststore.c: Write documentation
5280         * gtk/gtktreestore.c: Write documentation
5281
5282 Sat Sep  8 13:53:09 2001  Owen Taylor  <otaylor@redhat.com>
5283
5284         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch]: Replace uses of GBSearchArray
5285         with GArray and bsearch(), to remove dependency on a still
5286         evolving interface that we want to keep private to glib/gobject. 
5287
5288 2001-09-08  Havoc Pennington  <hp@pobox.com>
5289
5290         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_add_attribute):
5291         docs fixes
5292
5293         * gtk/gtktable.c (gtk_table_get_col_spacing): docs fixes
5294
5295         * gtk/gtkspinbutton.c (gtk_spin_button_get_increments): docs fixes
5296
5297         * gtk/gtksocket.c (gtk_socket_steal): docs fixes
5298
5299         * gtk/gtkscrolledwindow.h: docs fixes
5300
5301         * gtk/gtkimage.c (gtk_image_new): docs fixes
5302
5303 Sat Sep  8 01:49:22 2001  Owen Taylor  <otaylor@redhat.com>
5304
5305         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check): Prevent a 
5306         false alarm  constness warning with a cast.
5307
5308         * gdk/x11/gdkx.h: Undefine GDK_ROOT_PARENT before redefining it
5309         for the inside-gdk case.
5310
5311 Sat Sep  8 01:44:18 2001  Jonathan Blandford  <jrb@redhat.com>
5312
5313         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_set_dirty):
5314         remove g_print.
5315
5316         * gtk/gtktreeview.c (gtk_tree_view_set_model): unref model when we
5317         change models, #59899
5318
5319 2001-09-07  Havoc Pennington  <hp@pobox.com>
5320
5321         * gtk/gtkmain.c: move some docs inline
5322
5323 2001-09-07  Havoc Pennington  <hp@pobox.com>
5324
5325         * gtk/gtk.h: tsk tsk, jrb broke the build
5326
5327 Fri Sep  7 20:45:29 2001  Jonathan Blandford  <jrb@redhat.com>
5328
5329         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_pack_{start,end}):
5330         Removed 'fill' attribute.  It was silly b/c that was a property of
5331         the cell renderer, anyway.
5332         (gtk_tree_view_column_render): Actually render the packed
5333         renderers.
5334         * doc/tree-column-sizing.txt: initial devel documentation.
5335         * gtk/gtktreeview.c (gtk_tree_view_expand_all): Fix bug.
5336         * gtk/gtkcellrenderertextpixbuf.[ch]: removed.
5337
5338         * tests/testtreefocus.c: fix up to reflect above changes.
5339         * tests/testtreeview.c: ditto
5340         * demos/gtk-demo/stock_browser.c: ditto
5341
5342 2001-09-07  Alex Larsson  <alexl@redhat.com>
5343
5344         * gdk/linux-fb/gdkcolor-fb.c:
5345         Removed unused function.
5346         
5347         * gdk/linux-fb/gdkdrawable-fb2.c
5348         * gdk/linux-fb/gdkfont-fb.c:
5349         Use PangoLanguage functions.
5350
5351         * gdk/linux-fb/gdkinput.c:
5352         * gdk/linux-fb/gdkselection-fb.c:
5353         Fix const warnings.
5354         
5355         * gdk/linux-fb/gdkwindow-fb.c:
5356         Fix warning. Implement gdk_window_set_icon_list() and
5357         gdk_window_get_frame_extents(). (No icon support yet though.)
5358
5359         * gtk/gtkwindow.c (gtk_window_get_position):
5360         If window->frame is set get the extents of it instead.
5361         
5362 Fri Sep  7 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
5363
5364         * gtk/gtkwidget.c (gtk_widget_get_default_colormap): 
5365         Make the default default colormap the GdkRGB colormap,
5366         not the system colormap.
5367
5368         * gtk/gtkinvisible.c (gtk_invisible_init) 
5369           gtk/gtkwindow.c (gtk_window_init): Set the current
5370         colormap, as returned by _gtk_widget_peek_colormap()
5371         on the widget.
5372
5373         * gtk/gtkwidget.[ch]: Export _gtk_widget_peek_colormap
5374         to GTK+. Make it return %NULL instead of the default
5375         colormap if no colormap has explicitely been pushed.
5376
5377         * gtk/gtkwidget.c (gtk_widget_get_colormap): Check for
5378         colormaps on ancestral widgets before defaulting the
5379         the system default colormap.
5380
5381         * docs/Changes-2.0.txt: explain colormap changes.
5382
5383 2001-09-07  Havoc Pennington  <hp@redhat.com>
5384
5385         * gtk/gtktextiter.c: add some lame code to handle G_MININT, fixes 
5386         #57424
5387
5388 Fri Sep  7 18:17:47 2001  Owen Taylor  <otaylor@redhat.com>
5389
5390         * gdk/gdk.h gdk/x11/gdkmain-x11.c: Deprecate gdk_set/get_use_xshm, 
5391         make gdk_set_use_xshm a noop. Remove --no-xshm command line
5392         option. If we aren't autodetecting properly, we need
5393         to fix the problem, or at least make it an environment
5394         variable setting, to avoid problems with propagating
5395         to embedded children, plugins, etc.
5396
5397         * gdk/gdkcolor.h: Deprecate gdk_colormap_get_system_size().
5398
5399         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf.h
5400         (gdk_pixbuf_render_pixmap_and_mask_for_colormap):
5401         New function to render a pixmap and mask for a particular colormap.
5402
5403         * gtk/gtkwindow.c (get_pixmap_and_mask): Change to use
5404         gdk_pixbuf_render_pixmap_and_mask_for_colormap () instead
5405         of internal implementation of the same.
5406
5407 2001-09-07  Havoc Pennington  <hp@redhat.com>
5408
5409         * gtk/gtktextlayout.c (gtk_text_layout_get_lines): remove some
5410         debug code that seems to have caused a breakpoint in valid cases
5411         
5412         * gtk/gtktextbtree.c (_gtk_text_btree_add_view): set the prev
5413         pointer on the first view when adding the second view, fixes
5414         crash when closing gtk-demo text test with active selection
5415
5416         * gtk/gtktextbuffer.c
5417         (gtk_text_buffer_remove_selection_clipboard): don't leave dead
5418         clipboards in the list of clipboards - probably fixes #59836
5419
5420 Fri Sep  7 11:51:44 2001  Owen Taylor  <otaylor@redhat.com>
5421
5422       Make gdkx.h the only installed header from gdk/x11.
5423       All structures in gdk/x11 are opaque.
5424
5425         * gdk/x11/Makefile.am gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h:
5426         Don't install gdk{drawable,pixmap,window}-x11.h.
5427
5428         * gdk/x11/{gdkcolormap-x11.c, gdkfont-x11.c, gdkx.h, gdkvisual-x11.c: 
5429         Move GdkColormapPrivateX11, GdkFontPrivateX GdkImagePrivateX11, 
5430         GdkVisualClass into C files.
5431
5432         * gdk/gdkpixmap-x11.[ch]: Make gdk_pixmap_impl_get_type() static.
5433
5434         * gdk/x11/{gdkcolor-x11.c, gdkcursor-x11.c, gdkdrawable-x11.c,
5435         gdkfont-x11.c, gdkgc-x11.c, gdkx.h, gdkimage-x11,gdkvisual-x11.c}
5436         Add public functions to replace previously exported direct
5437         structure access.
5438         gdk_x11_colormap_get_{xdisplay,xcolormap} 
5439         gdk_x11_cursor_get_{xdisplay,xcursor},
5440         gdk_x11_drawable_get_{xdisplay,xcursor,gdk_x11_visual_get_xvisual, 
5441         gdk_x11_font_get_{xdisplay,xfont}, gdk_x11_image_get_{xdisplay,ximage},
5442         gdk_x11_gc_get_{xdisplay,ximage}
5443         
5444         * gdk/gdkprivate.h gdk/gdkinternals.h: Move GdkColorInfo,
5445         GdkEventFilter, GdkClientFilter, GdkFontPrivate to gdkinternals.
5446
5447       Fix a number of variables and functions that were exported
5448       "accidentally" from GDK.
5449
5450         * gdk/**.[ch]: gdk => _gdk for gdk_visual_init,
5451         gdk_events_init, gdk_input_init, gdk_dnd_init, gdk_image_exit, 
5452         gdk_input_exit, gdk_windowing_exit, gdk_event_func, gdk_event_data,
5453         gdk_event_notify, gdk_queued_events, gdk_queued_tail,
5454         gdk_event_new, gdk_events_queue, gdk_events_unqueue,
5455         gdk_event_queue_find_first, gdk_event_queue_remove_link,
5456         gdk_event_queue_append, gdk_event_button_generate,
5457         gdk_debug_flags, gdk_default_filters, gdk_parent_root.
5458
5459         * gdk/x11/{gdkevents-x11.c, gdkglobals-x11.c, gdkimage-x11.c, 
5460            gdkmain-x11.c, gdkprivate-x11.h, gdk/x11/gdkwindow-x11.c}:
5461         gdk => _gdk for gdk_event_mask_table, gkd_nevent_masks, 
5462         gdk_wm_window_protocols, gdk_leader_window, gdk_xgrab_window,
5463         gdk_use_xshm, gdk_input_ignore_core.
5464
5465         * gdk/x11/xsettings-common.h (xsettings_list_insert): Add
5466         #defines to namespace functions into the private _gdk_ 
5467         namespace.
5468
5469         * gdk/gdkwindow.[ch] gdk/x11/gdkx.h: Add gdk_get_default_root_window ()
5470         to replace gdk_parent_root exported variable. Adjust and
5471         deprecate GDK_ROOT_PARENT().
5472
5473         * demos/{testpixbuf-drawable.c,testpixbuf-save.c}: Fix
5474         GDK_ROOT_PARENT usage, remove includes of port-specific
5475         headers.
5476
5477         * gdk/{win32,x11,fb}/gdkinput*.[ch]: s/gdk/_gdk/ for 
5478         _gdk_input_gxid_host, _gdk_input_gxid_port, _gdk_input_ignore_core, 
5479         gdk_input_devices, _gdk_input_windows, gdk_init_input_core.
5480
5481         * gdk/x11/{gdkevents-x11.,c gdkglobals-x11.c, gdkmain-x11.c}
5482         docs/Changes-2.0.txt: Remove gdk_wm_protocols, 
5483         gdk_wm_delete_window functions, gdk_wm_take_focus, 
5484         use gdk_atom_intern() instead.
5485
5486         * gdk/linux-fb/{gdkselection-fb.c, gdkmain-fb.c, gdkprivatefb.h}
5487           gdk/win32/{gdkselection-win32.c, gdkmgdkwin32.h, gdkprivate-win32.h} 
5488           gdk/x11/{gdkselection-x11.c gdkx.h, gtkprivate-x11.h}
5489           gtk/gtkselection.c 
5490         Unexport gdk_selection_property, just use 
5491         gdk_atom_intern ("GDK_SELECTION").
5492
5493         * gdk/x11/{gdkprivate-x11.h,gdkdrawable-x11h,gdkgc-x11.c,gdkx.h}: 
5494         Unexport gdk_drawable_impl_x11_get_type, gdk_gc_x11_get_type, 
5495         GDK_GC_X11 cast macros, GdkGCX11 structures, GdkCursorPrivate, 
5496         GdkVisualprivate, gdk_x11_gc_flush.
5497
5498       Make a number of public exports of variables into functions
5499       to increase encapsulation.
5500
5501         * gdk/gdkinternals.h gdk/gdkinput.h gdk/gdkevents.h 
5502         gdk/linux-fb/gdkmouse-fb.c: gdk_core_pointer => _gdk_core_pointer, 
5503         move to gdkinternals.h. Add gdk_device_get_core_pointer ().     
5504
5505         * gdk/gdkprivate.h gdk/gdkpango.c gdk/gdkinternals.h
5506         docs/Changes-2.0.txt: Unexport gdk_parent_root, gdk_error_code, 
5507         gdk_error_warnings.
5508
5509         * gdk/x11/{gdkcolormap-x11.c, gdkmain-x11.c, gdkx.h}
5510           docs/Changes-2.0.txt: 
5511         s/gdk_screen/_gdk_screen/, add gdk_x11_get_default_screen()
5512         s/gdk_root_window/_gdk_root_window/, add gdk_x11_get_default_root_xwindow()
5513         Add gdk_x11_get_default_xdisplay().
5514
5515         * gdk/gdk.h gdk/gdk.c linux-fb/gdkfb.h linux-fb/gdkglobals-fb.c 
5516         win32/gdkwin32.h x11/gdkglobals-x11.c gdk/x11/gdkmain-x11.c 
5517         gdk/x11/gdkx.h: gdk/gdk.def: Add gdk_get/set_program_class, 
5518         Don't export gdk_progclass, move --class command line
5519         option and handling to common portion of GDK.
5520
5521       Miscellaneous fixes:
5522
5523         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): Fix
5524         g_return_val_if_fail that should have been g_return_if_fail.
5525
5526         * gdk/gdkinternals.h gdk/gdkprivate.h: Move
5527         gdk_synthesize_window_state() to the semi-public gdkprivate.h.
5528
5529         * gtk/gtkdnd.c (_gtk_drag_source_handle_event): Remove uneeded
5530         X11 dependency.
5531
5532         * gdk/linux-fb/gdkmain-fb.c gdk/win32/gdkmain-win32.c gdk/TODO: 
5533         Remove unused gdk_key_repeat_disable/restore.
5534
5535         * linux-fb/gdkglobals-fb.c win32/gdkglobals-win32.c 
5536         x11/gdkglobals-x11.c x11/gdkprivate-x11.h gdk/gdk.def:
5537         Remove unused gdk_null_window_warnings variable.
5538
5539         * gdk/Makefile.am (DIST_SUBDIRS) nanox/*: cvs remove nanox;
5540         it can be retrieved from the repository; it is too far
5541         from functional to be worth having people check out;
5542         it would be easier to start from scratch, I suspect.
5543
5544         * gdk/x11/gdkpixmap-x11.c: Fix lvalue usage of GDK_PIXMAP_XID().
5545
5546         * gdk/x11/gdkkeys-x11.c gdk/gdkrgb.c gdk/gdkwindow.c 
5547         gdk/x11/gdkpango-x11.c gdk/x11/gdkselection-x11.c: 
5548         Fix some accidentally global variables and unused global variables.
5549
5550         * gdk/x11/gdkkeys-x11.c gdk/gdkrgb.c gdk/gdkwindow.c 
5551         gdk/x11/gdkpango-x11.c gdk/x11/gdkselection-x11.c: 
5552         Fix some accidentally global variables and unused global variables.
5553
5554       Add some space for future expansion to multihead.
5555
5556         * gdk/gdkdrawable.h: Add four reserved function pointers
5557         for future expansion of GdkDrawableClass.
5558
5559         * gtk/gtkwindow.h gtk/gtkinvisible.h: Add reserved pointer
5560         where we can put a GdkScreen * later.
5561
5562 2001-09-07  Havoc Pennington  <hp@redhat.com>
5563
5564         * gtk/gtktextview.c (gtk_text_view_flush_scroll): update
5565         adjustments after validating destination yrange; fixes #53918
5566         (This may cause other issues, but I hope it won't)
5567         
5568 2001-09-05  Havoc Pennington  <hp@redhat.com>
5569
5570         * gtk/gtktextbtree.c (_gtk_text_btree_delete): when merging end
5571         line into start line, update the character counts in parent nodes; 
5572         caused a bug when end and start line had different parent nodes.
5573
5574 2001-08-30  Havoc Pennington  <hp@redhat.com>
5575         
5576         * gtk/gtktexttag.c (_gtk_text_attributes_fill_from_tags): add
5577         assertion that tag is in a table
5578
5579 Fri Sep  7 12:48:56 2001  Matthias Clasen  <matthiasc@poet.de>
5580
5581         * gdk/x11/gdkkeys-x11.c (get_direction): Don't call
5582         g_strcasecmp on NULL strings. (#59058)
5583
5584 2001-09-06  Alex Larsson  <alexl@redhat.com>
5585
5586         * gtk/gtkbin.c:
5587         * gtk/gtkfontsel.c:
5588         * gtk/gtkspinbutton.c:
5589         * gtk/gtktipsquery.c:
5590         Use GtkType/GType instead of uint.
5591
5592 Tue Sep  4 18:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
5593
5594         * gtk/gtkliststore.c (gtk_list_store_init): fix initial val for
5595         sort column.
5596
5597         * gtk/gtktreestore.c (gtk_list_store_init): ditto
5598
5599         * gtk/gtktreesortable.c: add docs.
5600
5601 Tue Sep  4 09:37:19 2001  Owen Taylor  <otaylor@redhat.com>
5602
5603         * Version 1.3.7
5604
5605         * configure.in docs/Makefile.am docs/gtk-config.1.in: Remove 
5606         docs for gtk-config
5607
5608         * modules/input/Makefile.am (install-data-local): Don't
5609         run gtk-query-immodules if DESTDIR is set.
5610
5611         * NEWS: Various additions.
5612
5613 Tue Sep  4 03:12:25 2001  Tim Janik  <timj@gtk.org>
5614
5615         * NEWS: updates for 1.3.7 release.
5616
5617 Mon Sep  3 18:03:56 2001  Jonathan Blandford  <jrb@redhat.com>
5618
5619         * gtk/gtktreestore.c (gtk_tree_store_set_default_sort_func):
5620         handle default sort feature
5621
5622         * gtk/gtktreesortable.c (gtk_tree_sortable_set_default_sort_func):
5623         new function to handle default sort.
5624         (gtk_tree_sortable_has_default_sort_func): check if default sort
5625         is set.
5626
5627         * gtk/gtkliststore.c (gtk_list_store_set_default_sort_func): 
5628         handle default sort feature
5629
5630 Sun Sep  2 20:32:36 2001  Jonathan Blandford  <jrb@redhat.com>
5631
5632         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): patch from
5633         vishnu@pobox.com (Joshua N Pritikin) to fix math and an assertion,
5634         #59731
5635
5636 Sun Sep  2 17:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
5637
5638         * gtk/gtktreeview.c (gtk_tree_view_deleted): Patch from
5639         vishnu@pobox.com (Joshua N Pritikin) to emit signal at the correct
5640         time, #59727
5641
5642         * gtk/gtkbutton.c (gtk_button_update_state): Get depressed
5643         correctly.
5644
5645 Sun Sep  2 21:41:21 2001  Owen Taylor  <otaylor@redhat.com>
5646
5647         * gdk/x11/gdkkeys-x11.c (update_keymaps): Set current serial
5648         so that we don't eternally update the keymap after we
5649         get a change notification.
5650
5651         * gtk/gtkmenuitem.c (gtk_menu_item_set_right_justified): Fix
5652         incorrect cast.
5653
5654 Sun Sep  2 23:27:16 2001  Kristian Rietveld  <kristian@planet.nl>
5655
5656         * gtk/gtktreemodelsort.[ch]: much changes in an attempt to make
5657         it working. It mostly works now, although there're still a few issues
5658         to be worked out.
5659
5660         * tests/testtreesort.c (main): changes to have a better test
5661         application for the GtkTreeModelSort.
5662
5663 Sun Sep  2 23:19:07 2001  Kristian Rietveld  <kristian@planet.nl>
5664
5665         * gtk/gtktreeview.c (gtk_tree_view_search_iter): code cleaup,
5666         fix for bug #59222.
5667
5668         * gtk/gtktreeview.c (gtk_tree_view_search_equal_func): add
5669         gpointer search_data argument to function definition and
5670         prototype, to match GtkTreeViewSearchEqualFunc typedef.
5671
5672 Sat Sep  1 21:57:27 2001  Kristian Rietveld  <kristian@planet.nl>
5673
5674         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): add warnings
5675         per jrb's request.
5676
5677 Fri Aug 31 20:01:23 2001  Jonathan Blandford  <jrb@redhat.com>
5678
5679         * gtk/gtktreeview.c (gtk_tree_view_search_iter): pass in user data.
5680
5681         * gtk/gtktreeview.c (gtk_tree_view_destroy): destroy search_data.
5682
5683 Wed Aug 29 20:40:58 2001  Owen Taylor  <otaylor@redhat.com>
5684
5685         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_add/remove_selection_clipboard): 
5686         Instead of always mirroring the selection to a single PRIMARY
5687         selection, allow it to be mirrored to any number of clipboards.
5688
5689         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_paste_primary): Remove, 
5690         just use gtk_text_buffer_paste_clipboard with the appropriate clipboard.
5691
5692         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_cut/copy/paste_clipboard): Add a
5693         GtkClipboard argument, and for paste_clipboard, the
5694         @override_location argument from @paste_primary.
5695
5696         * gtk/gtktextview.c: Adapt to above change.
5697         
5698 2001-08-30  Havoc Pennington  <hp@redhat.com>
5699
5700         * gtk/gtktextview.c (invalidated_handler): put validate idle at
5701         resize - 2 just for flexibility
5702
5703 2001-08-30  Havoc Pennington  <hp@redhat.com>
5704
5705         * gtk/gtktextdisplay.c (render_layout_line): handle NULL shaped
5706         object from the empty-child-anchor case by drawing a little box.
5707         
5708         * gtk/gtktextlayout.c (add_child_attrs): Still set shape attribute
5709         if the child anchor has no anchored widgets - fixes #59328.
5710
5711         Also, remove bizarre deletion of preedit string that seems to have
5712         gotten in here somehow.
5713
5714 2001-08-30  Havoc Pennington  <hp@redhat.com>
5715
5716         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): apply fix
5717         to #58420 from Hidetoshi Tajima and Matthias Clasen
5718
5719 Wed Aug 29 17:28:04 2001  Jonathan Blandford  <jrb@redhat.com>
5720
5721         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
5722         change color when the GtkTreeView loses focus.
5723
5724         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render):
5725         ditto.
5726         
5727         * gtk/gtkstyle.c (gtk_default_draw_flat_box): ditto
5728
5729 2001-08-28  Havoc Pennington  <hp@pobox.com>
5730
5731         * gtk/gtkwindow.c (gtk_window_set_icon_list): fix g_object_notify
5732
5733 2001-08-28  Havoc Pennington  <hp@pobox.com>
5734
5735         * demos/gtk-demo/main.c (setup_default_icon): add default icon
5736
5737         * gtk/gtkradiobutton.c (gtk_radio_button_new_with_mnemonic):
5738         warning fix
5739         (gtk_radio_button_new_with_label): warning fix
5740
5741         * gtk/gtkdnd.c: used some random GtkImage private structs, 
5742         update to reflect GtkImage changes
5743
5744         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): don't check
5745         whether the hint is supported, just always set the icon. A task
5746         list might want to use it even if the WM doesn't, and the WM may
5747         change over time. Also, XDeleteProperty() if list == NULL.
5748
5749         * gtk/gtkwindow.c (gtk_window_set_icon_list)
5750         (gtk_window_get_icon_list)
5751         (gtk_window_set_icon)
5752         (gtk_window_get_icon)
5753         (gtk_window_set_default_icon_list)
5754         (gtk_window_get_default_icon_list):
5755         new functions
5756
5757         * gtk/gtk-boxed.defs (GtkIconSet): add GtkIconSet
5758
5759         * gtk/gtkimage.c: Implement property support, bug #59408
5760
5761         * gtk/gtkcontainer.c (gtk_container_add): make the warning message
5762         on reparent-without-removing-first a bit more helpful.
5763         Let's just destroy this FAQ.
5764
5765 Tue Aug 28 21:37:11 2001  Matthias Clasen  <matthiasc@poet.de>
5766
5767         * demos/gtk-demo/appwindow.c (do_appwindow): Use g_signal_connect_object
5768         instead of gtk_signal_connect, to avoid warnings at destruction time. (#58161)
5769
5770 Tue Aug 28 21:00:44 2001  Matthias Clasen  <matthiasc@poet.de>
5771
5772         * gtk/gtkprogressbar.c (gtk_progress_bar_set_text): Move the setting
5773         of use_text_format to the end of the function. (#56447)
5774
5775 Tue Aug 28 20:06:07 2001  Matthias Clasen  <matthiasc@poet.de>
5776
5777         * demos/testpixbuf.c (update_timeout): Use gdk_pixbuf_loader_get_pixbuf
5778         only in response to an area_prepared signal.
5779
5780 2001-08-28  Alex Larsson  <alexl@redhat.com>
5781
5782         * gtk/gtkwidget.c (gtk_widget_class_init):
5783         Make unrealize GTK_RUN_LAST.
5784
5785 Mon Aug 27 22:00:41 2001 Manish Singh <yosh@gimp.org>
5786
5787         * gtk/gtkradiobutton.c: fix silly cut'n'paste error,
5788         with_label and with_mnemonic should create radio buttons, not
5789         check buttons
5790
5791 Mon Aug 27 15:28:56 2001  Jonathan Blandford  <jrb@redhat.com>
5792
5793         * tests/testtreefocus.c (main): Fix to use GtkSelectionMode.
5794         * tests/treestoretest.c (make_window): ditto
5795         * demos/gtk-demo/main.c (create_tree): ditto
5796         * demos/gtk-demo/stock_browser.c (do_stock_browser): ditto.
5797
5798 Mon Aug 27 15:18:14 2001  Jonathan Blandford  <jrb@redhat.com>
5799
5800         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): Use the
5801         GTK selection types rather than GtkTreeSelectionMode.
5802
5803         * docs/Changes-2.0: Add comment about selection change.
5804
5805 Mon Aug 27 14:21:30 2001  Jonathan Blandford  <jrb@redhat.com>
5806
5807         * gtk/gtkenums.h (GtkSelectionMode): deprecate
5808         GTK_SELECTION_EXTENDED.
5809
5810         * gtk/gtkclist.c: Remove old GTK_SELECTION_MULTIPLE behavior.
5811         Make GTK_SELECTION_EXTENDED be GTK_SELECTION_MULTIPLE.
5812
5813         * gtk/gtkctree.c: ditto
5814
5815         * gtk/gtklist.c: ditto
5816
5817         * gtk/gtktree.c: ditto
5818
5819 Mon Aug 27 14:18:12 2001  Owen Taylor  <otaylor@redhat.com>
5820
5821         * gtk/gtkmenubar.h (gtk_menu_bar_prepend): Fix a cuple
5822         of typos in compat macros. (#59624, Skip Montaro)
5823
5824 Sun Aug 26 20:00:00 2001  Owen Taylor  <otaylor@redhat.com>
5825
5826         * configure.in acinclude.m4: Use autoconf 2.13/2.50 compat
5827         macro.
5828
5829          (patch from ERDI Gergo  <cactus@cactus.rulez.org>, #58920)
5830  
5831         * gtk/gtkmenuitem.c (gtk_menu_item_set_right_justified): Change
5832         interface to be a standard setter from gtk_menu_item_right_justify.
5833         (gtk_menu_item_get_right_justified): a getter to go with the setter
5834
5835         * gtk/gtkmenuitem.h: Add a deprecated compat macro for
5836         gtk_menu_item_right_justify.
5837
5838         * demos/gtk-demo/menus.c tests/testgtk.c: Switch to 
5839         gtk_menu_item_set_right_justified.
5840  
5841 2001-08-27  Jens Finke <jens@gnome.org>
5842
5843         * gtk+.spec.in: Updated to match gpp requirements, reworked the
5844         files section to make it work with 1.3.x releases.
5845
5846 2001-08-26  Alexander Larsson  <alla@lysator.liu.se>
5847
5848         * gtk/gtkbutton.[ch]:
5849         Add properties for labels, mnemonics and stock items.
5850         Added C accessor functions for the properties.
5851         Removed deprecated button->child.
5852
5853         * gtk/gtkradiobutton.c:
5854         * gtk/gtktogglebutton.c:
5855         Update to use the functions in GtkButton.
5856
5857         * gtk/gtkcheckbutton.c:
5858         Update to use the functions in GtkButton.
5859         Changed size allocation of child. Now only gets as much
5860         space as it requests.
5861
5862         * gtk/gtkclist.c:
5863         Don't use GtkButton->child
5864
5865         * gtk/gtklabel.c:
5866         Fixed typo in docs
5867         
5868 2001-08-26  Alexander Larsson  <alla@lysator.liu.se>
5869
5870         * tests/testgtk.c:
5871         * tests/Makefile.am:
5872         Ressurect the properties test.
5873         I don't care if it is inferior, I just want to test my property code.
5874
5875 2001-08-25  Chema Celorio  <chema@celorio.com>
5876
5877         * gtk/gtktable.c (gtk_table_set_child_property): pass ->nrows to
5878         gtk_table_resize as the first argument for CHILD_PROP_RIGHT_ATTACH
5879         and CHILD_PROP_LEFT_ATTACH v.s. using ->ncols
5880
5881 2001-08-24  Havoc Pennington  <hp@pobox.com>
5882
5883         * gtk/gtkcompat.h: remove gtk_menu_* compat defines; 
5884         these are already in gtkmenu.h, and the copies
5885         here were broken.
5886
5887         Also, change GTK_DISABLE_COMPAT_H to GTK_DISABLE_DEPRECATED
5888
5889         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_image):
5890         special-case bitmaps to allow no colormap
5891         (bitmap1): implement no-colormap bitmap-getting
5892         (bitmap1a): implement no-colormap bitmap-getting to pixbuf with
5893         alpha
5894         (rgb8): indentation
5895         (rgb1a, rgb1): change the way we read the data out of the image, 
5896         old way didn't seem to work quite right.
5897
5898         I'm pretty sure a lot of the rgbconvert code is still broken.
5899         
5900         * gtk/gtkwindow.c (gtk_window_move_resize): move hints comparison
5901         above position constraint (I really intended to do this before,
5902         don't know what's up with that)
5903         (gtk_XParseGeometry): shut up gcc
5904
5905         * gdk/gdkpixbuf-drawable.c (rgb1a): fix bug where "x1" was used
5906         and "0" should have been. remove the attempted 4-bytes-at-once
5907         optimization, it was totally broken.
5908
5909 Sat Aug 25 19:02:39 2001  Owen Taylor  <otaylor@redhat.com>
5910
5911         * gtk/gtkbutton.[ch] gtk/gtktogglebutton.c: Add optional movement
5912         on push to buttons (based on patch from Soeren Sandmann, #54720)
5913
5914           - Add child_displacement_x/y style properties to control how far the
5915             child moves when the button is depressed.
5916
5917           - Add non-exported function _gtk_button_set_depressed to clean
5918             up the handling of the in/out shadow and separate it frmo
5919             widget->state.
5920
5921           - Lots of code cleanup and simplification of state handling
5922             for GtkButton/GtkToggleButton.
5923  
5924         * tests/testgtkrc: Set the x/y displacement to 1 to provide a test
5925         of button movement. testgtk + testgtkrc == test ugly GTK+, as always.   
5926
5927 Fri Aug 24 23:09:05 2001  Owen Taylor  <otaylor@redhat.com>
5928
5929         * gtk/gtkimage.[ch] docs/Changes-2.0.txt: Break compatibility 
5930         and make gtk_image_new() take no arguments. The compiler will
5931         catch it, and it is vastly more useful than having
5932         gtk_image_new() be a deprecated alias for gtk_image_new_from_image().  
5933
5934         * gtk/gtkmenu.c (gtk_menu_set_property): Apply patch
5935         to add tearoff-title property (#51319, Lee Mallabone)
5936
5937 Fri Aug 24 22:12:32 2001  Owen Taylor  <otaylor@redhat.com>
5938
5939         * gtk/gtkmenuitem.[ch]: Remove unused and useless function
5940         gtk_menu_item_configure(). (#58925)
5941
5942 Fri Aug 24 16:03:45 2001  Jonathan Blandford  <jrb@redhat.com>
5943
5944         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): Add
5945         "use_align" to give people the option to just make a cell visible.
5946
5947         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): fix bug where
5948         we were scrolling past the end of the tree.
5949
5950         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_pack_start):
5951         rename gtk_tree_view_column_pack_start_cell_renderer to
5952         gtk_tree_view_column_pack_start.  Same for pack_end, and clear.
5953
5954 Fri Aug 24 12:02:08 2001  Owen Taylor  <otaylor@redhat.com>
5955
5956         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Remove
5957         a stray g_object_ref() left over from gtk_object_ref/sink.
5958         (Pointed out by Josh Pritikin.)
5959
5960 Thu Aug 23 19:33:54 2001  Owen Taylor  <otaylor@redhat.com>
5961
5962         * gtk/gtkcontainer.[ch]: Rename gtk_container_children()
5963         to gtk_container_get_children. Added deprecated compatibility
5964         macro. (Suggested by Vitaly Tishkov, #59051)
5965
5966         * gtk/gtktoolbar.c gtkdialog.c: Fix gtk_container_children()
5967         calls.
5968
5969 Thu Aug 23 19:10:01 2001  Owen Taylor  <otaylor@redhat.com>
5970
5971         * gtk/gtkmenubar.h (gtk_menu_bar_insert): Deprecate 
5972         gtk_menu_bar_append/prepend/insert, forgot to do this
5973         when we deprecated gtk_menu_append/prepend/insert.
5974
5975         * gtk/gtkmenu.h (gtk_menu_insert): Add casts to deprecated
5976         compat macros.
5977
5978         * gtk/gtkmenu.c: Fix problem with static gtk_menu_insert() being
5979         renamed by compat macro.
5980
5981         * gtk/gtkfontsel.h: Deprecated gtk_font_selection_get_font(),
5982         gtk_font_selection_dialog_get_font(). (Suggested by
5983         Vitaly Tishkov, #59383)
5984
5985 Thu Aug 23 18:23:31 2001  Owen Taylor  <otaylor@redhat.com>
5986
5987         * gtk/gtktexttag.c (gtk_text_tag_table_get_size): 
5988         Rename from gtk_text_tag_table_size(). (#59366)
5989
5990 Thu Aug 23 20:01:41 2001  Kristian Rietveld  <kristian@planet.nl>
5991
5992         * gtk/gtktreemodelsort.[ch], gtk/gtktreesortable.[ch],
5993         gtk/gtktreestore.[ch], gtk/gtktreeviewcolumn.[ch],
5994         gtk/gtkliststore.[ch]: use GtkSortType instead of GtkTreeSortOrder.
5995         (#59173).
5996
5997 Thu Aug 23 16:26:47 2001  Tim Janik  <timj@gtk.org>
5998
5999         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): 
6000         * gtk/gtktextmark.c (gtk_text_mark_finalize): chain parent class
6001         handlers, pointed out by Joshua N Pritikin <vishnu@pobox.com>.
6002
6003 Wed Aug 22 19:15:39 2001  Owen Taylor  <otaylor@redhat.com>
6004
6005         [ Patch from Sebastian Wilhelmi, 52790 ]
6006
6007         * gtk/gtkversion.h.in gtk/gtk.h: New file replacing gtkcompat.h
6008
6009         * gdk/gdkcompat.h gdk/gdk*.h gtk/gtkcompat.h.in gtk/gtk*.h: 
6010         Move compatibility macros from g[dt]kcompat.h to within 
6011         #ifndef G[DT]K_DISABLE_DEPRECATED in each file.
6012
6013         * gdk/gdk-pixbuf-csource.c: Fix up include of gtkcompat.h.
6014
6015         * demos/Makefile.am demos/gtk-demo/Makefile.am 
6016           docs/reference/gdk-pixbuf/Makefile.am modules/input/Makefile.am
6017           tests/Makefile.am: Remove references to -G[DT]K_DISABLE_DEPRECATED.
6018
6019         * demos/{pixbuf-demo.c,testpixbuf-drawable.c,testpixbuf-save.c,
6020                  testpixbuf.c}: Fix usages of deprecated functions.
6021
6022 Wed Aug 22 19:03:27 2001  Jonathan Blandford  <jrb@redhat.com>
6023
6024         * gtk/gtktreeview.c (gtk_tree_view_set_model): clean up selection
6025         when changing models.
6026
6027 Wed Aug 22 18:25:46 2001  Jonathan Blandford  <jrb@redhat.com>
6028
6029         * gtk/gtktreeview.c: Fix selection.  I think it's all dandy now.
6030         We check the current event for modifiers rather than try to trap
6031         all presses.
6032
6033 2001-08-22  Anders Carlsson  <andersca@gnu.org>
6034
6035         * gtk/gtkliststore.h (GTK_LIST_STORE_CLASS): Fix a small typo.
6036         It's LIST_STORE, not LISTSTORE.
6037
6038 Tue Aug 21 12:43:29 2001  Owen Taylor  <otaylor@redhat.com>
6039
6040         * gtk/gtk.h: Remove commented out gtkpacker reference.
6041
6042 2001-08-21  Matthias Clasen  <matthiasc@waldgeist.poet.de>
6043
6044         * configure.in (all_loaders): Add tga loader, 
6045         patch by Nicola Girardi. (#56067)
6046
6047 Tue Aug 21 02:57:13 2001  Jonathan Blandford  <jrb@redhat.com>
6048
6049         * gtk/gtktreeview.c (gtk_tree_view_button_press): Fix up selection
6050         a little.  More needs to be done tomorrow.
6051
6052 Tue Aug 21 00:45:55 2001  Jonathan Blandford  <jrb@redhat.com>
6053
6054         * gtk/gtktreeview.c (gtk_tree_view_destroy): Grr... Get it right.
6055
6056 Mon Aug 20 23:48:18 2001  Jonathan Blandford  <jrb@redhat.com>
6057
6058         * gtk/gtktreeview.c (gtk_tree_view_get_cell_area): Fix bug
6059         reported by Kristian Rietveld <kristian@planet.nl> to handle row
6060         == NULL.
6061         (gtk_tree_view_destroy): Fix bug reported by Kristian Rietveld
6062         <kristian@planet.nl> to change destroy order.
6063
6064 Mon Aug 20 11:39:44 2001  Jonathan Blandford  <jrb@redhat.com>
6065
6066         * gtk/gtktreeselection.c (gtk_tree_selection_class_init): Use
6067         correct marshaller.
6068
6069 Sun Aug 19 03:22:59 2001  Jonathan Blandford  <jrb@redhat.com>
6070
6071         * gtk/gtkliststore.c: Fix up warnings, #58928.
6072
6073         * gtk/gtktreeselection.h: Change signal prototype, #58647
6074
6075         * gtk/gtktreeview.c (_gdk_tree_view_find_node): Make more robust,
6076         #59221.
6077
6078         * gtk/gtkstyle.c: Actually prelight arrow, #50981
6079         
6080 2001-08-18  Hans Breuer  <hans@breuer.org>
6081
6082         * gdk/gdk.def : updated externals
6083
6084         * gdk/win32/gdkselection-win32.c : returning TRUE with gdk_selection_set
6085         is required to get (at least) visible in entry fields. Some selections
6086         are really handled now - even on win32 - but copying via middle
6087         mouse button into a different app needs to wait ... 
6088
6089         * gdk/win32/gdkdnd-win32.c : implemented inter-app drag&drop
6090         mostly by stealling code from gdkdnd-fb.c. Thanks to who ever wrote it!
6091
6092         * gdk/win32/gdkevents-win32.c : some tweaking to get better expose
6093         handling. I'm not sure if it is better now, but at least not worse
6094
6095         * gdk/win32/gdkgeometry-win32.c : replaced every call to MoveWindow
6096         with SetWindowPos () which allows more fine-tuning backing-store wise
6097
6098         * gdk/win32/gdkwindow-win32.c : allow unraised gdk_window_show ().
6099         Also changed move/resize to be more like the X version.
6100
6101         * gtk/gtk.def : updated externals
6102
6103 2001-08-19  Sven Neumann  <sven@gimp.org>
6104
6105         * gtk/gtktooltips.c
6106         * tests/testtreesort.c
6107         * tests/treestoretest.c: inserted some casts to get rid of compiler
6108         warnings.
6109
6110 Sun Aug 19 01:44:44 2001  Jonathan Blandford  <jrb@redhat.com>
6111
6112         * gtk/gtktreeviewcolumn.c
6113         (gtk_tree_view_column_pack_{start,end}_cell_renderer): sink cell.
6114
6115         * gtk/gtktreeview.c (gtk_tree_view_insert_column): sink column.
6116         (_gtk_tree_view_find_node): If *node is NULL,
6117         *tree should be NULL too.
6118
6119         * demos/gtk-demo/stock_browser.c (do_stock_browser): don't unref
6120         column/renderers.
6121         * tests/testtreecolumns.c: ditto
6122         * tests/testtreefocus.c: ditto
6123         * tests/testtreesort.c: ditto
6124         * tests/testtreeview.c: ditto
6125         * tests/treestoretest.c: ditto
6126
6127 Sat Aug 18 04:34:31 2001  Jonathan Blandford  <jrb@redhat.com>
6128
6129         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): 2 new
6130         signals; is_expander/is_expanded.
6131
6132         * gtk/gtlcellrendererpixbuf.c: Allow other expanded and closed
6133         pixbufs.
6134
6135         * gtk/gtktreeview.c: set above properties.
6136
6137 Sat Aug 18 23:01:33 2001  Owen Taylor  <otaylor@redhat.com>
6138
6139         * gtk/gtkwidget.h: Really remove set_default_style().
6140
6141         * docs/Changes-2.0.txt: added a note about
6142         gtk_widget_push/pop/set_default_style.
6143
6144 2001-08-18  Havoc Pennington  <hp@pobox.com>
6145
6146         * gtk/gtkwindow.c (gtk_window_move_resize): constrain position on
6147         hints_changed in addition to the other cases.
6148         (gtk_window_move_resize): include last position from configure
6149         notify in debug spew
6150
6151 2001-08-18  James Henstridge  <james@daa.com.au>
6152
6153         * gtk/gtkaccelgroup.c (gtk_accel_group_object_destroy): use the
6154         second argument to the weak ref notify, cleaning up some uglyness.
6155         (gtk_accel_group_attach): remove and add the weak notifier when
6156         changing the accel groups slist.
6157         (gtk_accel_group_detach): same here.
6158
6159 2001-08-17  Darin Adler  <darin@bentspoon.com>
6160
6161         * gtk/gtktreeview.c: (gtk_tree_view_search_equal_func): Add
6162         missing parameters to utf8 functions to make it compile.
6163
6164 Fri Aug 17 19:30:14 2001  Jonathan Blandford  <jrb@redhat.com>
6165
6166         * gtk/gtktreeprivate.h:
6167         * gtk/gtktreeview.c: (gtk_tree_view_class_init),
6168         (gtk_tree_view_init), (gtk_tree_view_set_property),
6169         (gtk_tree_view_get_property), (gtk_tree_view_destroy),
6170         (gtk_tree_view_key_press), (gtk_tree_view_leave_notify),
6171         (gtk_tree_view_focus_out), (gtk_tree_view_set_model),
6172         (gtk_tree_view_set_destroy_count_func),
6173         (gtk_tree_view_set_enable_search),
6174         (gtk_tree_view_get_enable_search),
6175         (gtk_tree_view_get_search_column),
6176         (gtk_tree_view_set_search_column),
6177         (gtk_tree_view_get_search_equal_func),
6178         (gtk_tree_view_set_search_equal_func),
6179         (gtk_tree_view_search_dialog_destroy),
6180         (gtk_tree_view_search_position_func),
6181         (gtk_tree_view_interactive_search),
6182         (gtk_tree_view_search_delete_event),
6183         (gtk_tree_view_search_button_press_event),
6184         (gtk_tree_view_search_key_press_event),
6185         (gtk_tree_view_search_move), (gtk_tree_view_search_equal_func),
6186         (gtk_tree_view_search_iter), (gtk_tree_view_search_init):
6187         * gtk/gtktreeview.h:
6188         Add heavily modified patch from Kristian Rietveld to handle
6189         interactive searching.
6190
6191 Fri Aug 17 17:30:34 2001  Tim Janik  <timj@gtk.org>
6192
6193         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): const correct
6194         string parameter.
6195
6196         * gtk/gtkoptionmenu.c (gtk_option_menu_set_menu): connect to
6197         GtkMenuShell::selection_done, now that we have it, instead of 
6198         ::deactivate so we're not tearing the menu apart and notify
6199         the user prematurely.
6200
6201 Thu Aug 16 05:22:01 2001  Tim Janik  <timj@gtk.org>
6202
6203         * gtk/gtkwindow.c (gtk_window_move_resize): if we actually move our
6204         window, clear window->need_default_position to avoid infinite loops.
6205         some comment fixups and GTK_RESIZE_IMMEDIATE fixups.
6206
6207 Wed Aug 15 12:36:55 2001  Tim Janik  <timj@gtk.org>
6208
6209         * gtk/gtktreeview.c (gtk_tree_view_set_model): move all model setup
6210         code into this place. get rid of GTK_TREE_VIEW_MODEL_SETUP usage.
6211         (gtk_tree_view_set_property): don't cast possible NULL objects.
6212         (gtk_tree_view_destroy): reset the model to NULL.
6213
6214         * gtk/gtktreeselection.c (gtk_tree_selection_finalize): chain
6215         parent_class handler.
6216
6217 2001-08-17  Matthias Clasen  <matthiasc@waldgeist.poet.de>
6218
6219         * gtk/demos/gtk-demo/*: Remove all uses of deprecated functions.
6220
6221 2001-08-17  Anders Carlsson  <andersca@gnu.org>
6222
6223         * gtk/gtkstyle.c (create_expander_affine): Divide with floating
6224         point numbers so that the result will be floating point.
6225
6226 2001-08-16  Matthias Clasen  <matthiasc@waldgeist.poet.de>
6227
6228         * tests/testgtk.c (create_handle_box): 
6229         (create_toolbar): Replace gtk_window_set_policy calls by
6230         gtk_window_set_resizable.
6231
6232 2001-08-16  Jakub Steiner <jimmac@ximian.com>
6233
6234         * gtk/stock-icons/dialog_info.png: new style bulb
6235         * gtk/stock-icons/dialog_error.png: maybe a little drastic ;)
6236         * gtk/stock-icons/dialog_warning.png: need a hand?
6237         * gtk/stock-icons/stock_add.png, stock_remove.png: I hope 
6238           the aa border gets chopped off ok
6239         * gtk/stock-icons/stock_colorselector.png: using the new hand
6240         * gtk/stock-icons/stock_dnd_multiple.png: I'm not totally sure what 
6241           this one is for, but the old icon was butt ugly.
6242         * gtk/stock-icons/stock*_insert_image.png: not sure if it belongs here
6243         * gtk/stock-icons/stock*_insert_object.png: "
6244         * gtk/stock-icons/stock_index.png: using new hand icon
6245         * gtk/stock-icons/stock*_new.png: the document template being used 
6246           elsewhere too
6247         * gtk/stock-icons/stock*_print*.png: new print and print preview 
6248           icons (panel/menu)  
6249         * gtk/stock-icons/stock*_save*.png, stock*_revert.png: new save/revert 
6250           icons based on Tuomas' floppy image.
6251         * gtk/stock-icons/stock*_search*.png: search and s'n'r icons for panel/menu
6252         * gtk/stock-icons/stock*_stop.png: replacing the old 'x' button
6253         * gtk/stock-icons/stock*_trash.png: based on Tuomas' trash icon
6254         * gtk/stock-icons/stock*_undelete.png: "
6255         * gtk/stock-icons/stock_preferences.png: I have a version with a 
6256           document base if the sliders are no good.
6257         * gtk/stock-icons/stock_properties.png: properties 
6258         
6259
6260         * gtk/stock-icons/stock*_copy.png, stock*_cut.png, stock*_paste.png: Tuomas' 
6261           (tigert@ximian.com) clipboard icons
6262         * gtk/stock-icons/stock_{up,down,left,right}_arrow.png: tigert's new arrows
6263         * gtk/stock-icons/stock*_{undo,redo}.png: tigert's undo/redo icons.
6264         * gtk/stock-icons/stock_open.png: shaded open icon by Tuomas. we should make it a
6265           little bigger IMHO
6266
6267 2001-08-16  Sven Neumann  <sven@gimp.org>
6268
6269         * gtk/gtkbox.c (gtk_box_class_init): removed unused widget_class.
6270
6271 2001-08-15  Padraig O'Briain  <padraig.obriain@sun.com>
6272
6273         * gtk/gtkcellrenderertext.c:
6274         Avoid warning when specifying NULL for "attributes" property
6275
6276 2001-08-15  Matthias Clasen  <matthiasc@waldgeist.poet.de>
6277
6278         * docs/debugging.txt: Add a warning about --enable-debug=no,
6279         some editorial changes.
6280
6281 2001-08-13  Matthias Clasen  <matthiasc@waldgeist.poet.de>
6282
6283         * gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h, 
6284         gdk/x11/gdkmain-x11.c, gtk/gtkdebug.h, gtk/gtkmain.c: Update 
6285         debugging info, remove unused debug flags. (#58330)
6286
6287 Mon Aug 13 13:17:32 2001  Jonathan Blandford  <jrb@redhat.com>
6288
6289         * gtk/gtktreeselection.c (gtk_tree_selection_select_all): 
6290         (gtk_tree_selection_select_all): Remove strict checking for rows.
6291
6292 2001-08-13  Matthias Clasen  <matthiasc@waldgeist.poet.de>
6293         
6294         * gtk/gtktooltips.c (gtk_tooltips_set_tip, gtk_tooltips_draw_tips): 
6295         Don't remove the tooltip window when the tip text changes. (#15891)
6296
6297 Sun Aug 12 12:02:09 2001  Owen Taylor  <otaylor@redhat.com>
6298
6299         * gtk/Makefile.am ($(srcdir)/gtkmarshal.c): Remove extra
6300         $(srcdir).
6301
6302 Sun Aug 12 10:39:12 2001  Owen Taylor  <otaylor@redhat.com>
6303
6304         * Makefile.am (EXTRA_DIST): Fix problem with trying to
6305         dist files from intl/, which is no longer there.
6306
6307 2001-08-11  Hans Breuer  <hans@breuer.org>
6308
6309         * gtk/gtkalignment.c, gtk/gtkarrow.c, gtk/gtkaspectframe.c,
6310           gtk/gtkcellrenderer.c, gtk/gtkcellrenderertext.c, 
6311           gtk/gtkcombo.c, gtk/gtkcurve.c, gtk/gtkfontsel.c, 
6312           gtk/gtklayout.c, gtk/gtkmisc.c, gtk/gtkpacker.c, 
6313           gtk/gtkprogress.c, gtk/gtkruler.c,, gtk/gtksettings.c,
6314           gtk/gtkspinbutton.c, gtk/gtktexttag.c : coalescing property notifies
6315
6316         * gtk/gtkclist.c, gtk/gtktipsquery.c, gtk/gtktexttag.c,
6317           gtk/gtkwidget.c : added G_SIGNAL_TYPE_STATIC_SCOPE to all
6318         GDK_TYPE_EVENT signals
6319
6320         * gtk/gtkalignment.c : removed 'direct allocation bug',
6321         which Tim discovered while reading the patch
6322
6323 Sat Aug 11 14:32:14 2001  Owen Taylor  <otaylor@redhat.com>
6324
6325         * gtk/gtkwidget.h (gtk_widget_set_default_visual): Add some
6326         compat macros for push/pop/set_visual that were supposed
6327         to be added a long time ago, but got dropped. 
6328
6329 Fri Aug 10 16:55:53 2001  Tim Janik  <timj@gtk.org>
6330
6331         * gtk/gtkwindow.c (gtk_window_set_policy): coalesce multiple
6332         property notifies.
6333
6334 2001-08-07  Havoc Pennington  <hp@pobox.com>
6335
6336         * gtk/gtkfilesel.c (open_ref_dir): fix a typo.
6337
6338         * gtk/gtkplug.c (gtk_plug_init): remove setting of auto_shrink;
6339         some fixage is needed here, but nothing simple. Owen understands
6340         it. ;-)
6341
6342         * gtk/gtkwindow.h, gtk/gtkwindow.c: Rework code and API for window
6343         sizing and positioning.  Also, fix bug in compute_geometry_hints
6344         (width/height confusion for setting min size). 
6345         (gtk_window_move): new function
6346         (gtk_window_resize): new function
6347         (gtk_window_get_size): new function
6348         (gtk_window_get_position): new function
6349         (gtk_window_parse_geometry): new function
6350         
6351         * gtk/gtkwidget.c (gtk_widget_set_size_request): new function
6352         (gtk_widget_get_size_request): new function
6353         (gtk_widget_get_usize): delete, that was a short-lived function
6354         ;-)
6355         (gtk_widget_set_usize): deprecate
6356         (gtk_widget_set_uposition): deprecate, make it a trivial 
6357         gtk_window_move() wrapper
6358         (gtk_widget_class_init): remove x/y/width/height properties,
6359         add width_request height_request
6360         
6361         * demos/*: update to avoid deprecated functions
6362         
6363         * gtk/gtklayout.c: add x/y child properties
6364
6365         * gtk/gtkfixed.c: add x/y child properties, and get rid of 
6366         uses of "gint16"
6367
6368         * tests/testgtk.c (create_window_sizing): lots of tweaks to window
6369         sizing test
6370
6371         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ensure that
6372         configure events on toplevel windows are always in root window
6373         coordinates, following ICCCM spec that all synthetic events 
6374         are in root window coords already, while real events are 
6375         in parent window coords. Previously the code assumed that 
6376         coords of 0,0 were parent window coords, which was 
6377         really broken.
6378   
6379         * gtk/gtkcontainer.c (gtk_container_get_focus_chain): fix
6380         warning
6381  
6382         * gdk/gdkwindow.h (GdkWindowHints): add GDK_HINT_USER_POS 
6383         and GDK_HINT_USER_SIZE so we can set USSize and USPosition 
6384         hints in gtk_window_parse_geometry()
6385  
6386         * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): support
6387         new USER_POS USER_SIZE hints    
6388
6389 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
6390
6391         * tests/prop-editor.c (properties_from_type): Use 
6392         g_object_class_list_properties to get the param specs 
6393         for a given type. (#58609)
6394
6395 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
6396
6397         * gtk/gtkstyle.c (gtk_style_real_unrealize): Don't forget to
6398         free the text_aa parts. (#57549)
6399
6400 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
6401
6402         * gdk/gdkgc.c (gdk_gc_set_rgb_bg_color): Set the background color,
6403         not the foreground color. (#57621)
6404
6405 2001-08-09  Alexander Larsson <alexl@redhat.com>
6406
6407         * gdk/win32/gdkfont-win32.c:
6408         Update to the new pango win32 api.
6409
6410 2001-08-08  HideToshi Tajima  <tajima@eng.sun.com>
6411
6412         * gtk/gtkclipboard.c (request_text_received_func): ask apps for
6413         COMPOUND_TEXT instead of TEXT
6414         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): correctly
6415         interpret the return value of g_string_to_compound_text()
6416         (#55152)
6417
6418 2001-08-08  Matthias Clasen  <matthiasc@waldgeist.poet.de>
6419
6420         * gtk/gtktreestore.c (gtk_tree_store_iter_n_children): Don't
6421         fail if iter is NULL. (#58347)
6422
6423 2001-08-07  Matthias Clasen  <matthiasc@waldgeist.poet.de>
6424
6425         * gtk/gtktextdisplay.c (render_para, gtk_text_layout_draw): Fix
6426         some off-by-one issues, fixing selection of line-ends. (#50323)
6427
6428 2001-08-07  Matthias Clasen  <matthiasc@waldgeist.poet.de>
6429
6430         * gtk/gtkhsv.c (gtk_hsv_map, gtk_hsv_unmap): Reinstate these
6431         functions in order to make mouse operation work again in the
6432         color wheel. (#58604)
6433
6434 2001-08-07  James Henstridge  <james@daa.com.au>
6435
6436         * gtk/gtkaccellabel.c (gtk_accel_label_set_accel_object): refetch
6437         the accelerator when the accel object is changed.  Fixes bug
6438         #58628.
6439
6440 2001-08-06  HideToshi Tajima  <tajima@eng.sun.com>
6441
6442         * modules/input/gtkimcontextxim.c (mb_to_utf8), xim_text_to_utf8):
6443         Skip g_convert when to_codeset and from_codeset are both 'UTF-8'
6444         (gnome bugzilla #58202)
6445
6446 2001-08-06  Havoc Pennington  <hp@pobox.com>
6447  
6448         * gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): The whole 
6449         GDK_IS_WINDOW() branch of this was a bit screwed up, because 
6450         it was expecting a GdkWindow, not a GdkWindowImplX11.
6451  
6452         Also, we were getting the window rect in screen coords 
6453         and the screen rect in window coords then intersecting 
6454         them; instead, get window rect in window coords.
6455  
6456         Finally, there were codepaths that resulted in a stuck server grab
6457         (when the window was fully onscreen, or on gdk_image_new()
6458         failure); make the server ungrab thing a bit more
6459         robust/consistent.
6460
6461 2001-08-06  Sven Neumann  <sven@gimp.org>
6462
6463         * gdk/gdkpango.c (gdk_pango_context_destroy): 
6464         check if info->colormap != NULL before unref'ing it. It might have
6465         been set to NULL using gdk_pango_context_set_colormap().
6466
6467 Sun Aug  5 11:24:27 2001  Owen Taylor  <otaylor@redhat.com>
6468
6469         * gtk/gtkcolorsel.c (gtk_color_selection_set_current_alpha): 
6470         Fix conversion from float to int so that we don't get
6471         skew in the int => float => int roundtrip. 
6472         (#58120, reported by Vitaly Tishkov). Also fix problem
6473         where if no alpha was set, the returned alpha
6474         from (say) set_current_alpha() was returned as 1, not 65535.
6475
6476 Sun Aug  5 09:48:08 2001  Owen Taylor  <otaylor@redhat.com>
6477
6478         * gtk/gtklist.c (gtk_list_clear_items): Fix
6479         problem with selecting a new focus child.
6480
6481         * gtk/gtklist.c (gtk_list_clear_items): Clear 
6482         list->undo/list_focus_child after unparenting
6483         child, since unparenting the child can result
6484         in list->last_focus_child being set. (#58024)
6485
6486         * Makefile.am (SUBDIRS): Add target specific pc
6487         files to DISTCLEANFILES.
6488
6489         * gtk/Makefile.am: add @GTK_DEBUG_FLAGS@
6490         (58327, Matthias Clasen)
6491
6492 Sat Aug  4 19:28:21 2001  Owen Taylor  <otaylor@redhat.com>
6493
6494         * tests/testgtk.c: Patch from Hans (with various modifications),
6495         to add the ability to use testgtk as a rough-and-ready
6496         benchmark. Try, 'testgtk --bench all:5' (if you want decent
6497         numbers, run without a window manager)
6498
6499 2001-08-04 Alexander Larsson <alexl@redhat.com>
6500
6501         * gdk/win32/gdkinput.c:
6502         Add #ifdef HAVE_WINTAB around wintab.h include.
6503
6504         * gtk/gtk.def:
6505         Removed marshals that have been moved to glib.
6506         Commented out plug and socket. They didn't compile for me 
6507         on win32.
6508
6509 2001-08-04  Hans Breuer  <hans@breuer.org>
6510
6511         * gtk/stocks-icons/makefile.msc : new file
6512         * gtk/makefile.msc.in : use it
6513
6514         * gtk/gtkstyle.c : not all platforms do provide M_PI and
6515         friends, but luckily there is G_PI
6516
6517         * gtk/gtk.def : updated
6518
6519         * gdk/win32/gdkwindow.c (gdk_window_new) : don't make all TEMP 
6520         windows WS_POPUP, but only those without a parent. This fixes the 
6521         mis-alignment between the selectable (temp, input only) window and 
6522         the window text of GtkLabel.
6523
6524         (gdk_window_show) : respect private->state when actually showing
6525         the window.
6526
6527         (gdk_window_set_transient_for) : Implementation from Wolfgang 
6528         Sourdeau <wolfgang@contre.com> ported to 2.0 and added some 
6529         error handling. Should fix #50586.
6530
6531         * gdk/win32/gdkevents-win32.c : beautify log output
6532
6533 2001-08-04  Michael Natterer  <mitch@gimp.org>
6534
6535         * gtk/gtkitemfactory.c (gtk_item_factory_create_item):
6536         Need to show the image after adding it to the GtkImageMenuItem.
6537         This used to work without in testgtk because of the
6538         gtk_widget_show_all() at the end of the function.
6539         (Closes #54978).
6540
6541 Tue Jul 31 22:59:33 2001  Tim Janik  <timj@gtk.org>
6542
6543         * gtk/gtknotebook.c (gtk_notebook_get_child_property): 
6544         (gtk_notebook_set_child_property): fix finding of child's page,
6545         since we have to validly deal with labels and menus here as well.
6546         (gtk_notebook_get_child_property): fix warning.
6547         (gtk_notebook_class_init): property tab_pack is of type
6548         GTK_TYPE_PACK_TYPE (enum) not boolean.
6549         (gtk_notebook_find_child): don't always warn, we might be looking
6550         for a label or menu child.
6551         (gtk_notebook_map): fix mapping of panel.
6552
6553         * gtk/gtkwidget.c (gtk_widget_set_child_visible): always constrain
6554         widget's mapped state, regardless of the value being set equals
6555         old settings, since things like REALIZED(parent) or MAPPED(parent)
6556         may have changed since the old value was set. make it an error to
6557         invoke this function on a toplevel widget.
6558
6559 2001-07-31  Darin Adler  <darin@bentspoon.com>
6560
6561         * gdk/gdkprivate.h:
6562         * gdk/x11/gdkx.h:
6563         Put all mentions of GdkFont inside #ifndef GDK_DISABLE_DEPRECATED.
6564
6565         * demos/gtk-demo/menus.c: (do_menus): Cast to G_OBJECT, not
6566         GTK_OBJECT.
6567
6568 Tue Jul 31 15:34:57 2001  Jonathan Blandford  <jrb@redhat.com>
6569
6570         * gtk/gtktreeview.c (gtk_tree_view_remove_column): Whoops.  Stupid
6571         scoping error pointed out by matthiasc@poet.de.
6572
6573 2001-07-31  Sven Neumann  <sven@gimp.org>
6574
6575         * demos/gtk-demo/appwindow.c
6576         * demos/gtk-demo/item_factory.c
6577         * tests/testgtk.c: gtk_accel_group_attach() takes a GObject.
6578
6579 Mon Jul 30 10:49:16 PDT 2001 Suresh Chandrasekharan <suresh.chandrasekharan@sun.com>
6580
6581         * gtk/gtksignal.h (gtk_signal_handler_pending): corrected the wrong
6582         argument order for g_signal_has_handler_pending.
6583
6584 Sun Jul 29 17:14:01 2001  Tim Janik  <timj@gtk.org>
6585
6586         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): use g_file_test()
6587         instead of long deprecated g_scanner_stat_mode().
6588
6589 2001-07-29  Hans Breuer  <hans@breuer.org>
6590
6591         * gdk/makefile.msc : build in the backend dir after
6592         auto-generating files
6593
6594         * gdk/win32/gdkfont-win32.c (gdk_font_load) : reimplement
6595         with code from win32-production-branch.
6596
6597         *  gdk/win32/gdkwindow-win32.c : set the private->destroyed flag
6598         before calling DestroyWindow, which indirectly calls 
6599         gdk_window_destroy_notify ()
6600
6601         (performance patch merged from win32-production-branch)
6602         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_segments): 
6603         Use PatBlt() instead of LineTo() when possible (solid single-pixel pen, 
6604         R2_COPYPEN rop). It is claimed to be much faster.
6605
6606 Fri Jul 27 11:31:15 2001  Jonathan Blandford  <jrb@redhat.com>
6607
6608         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_property):
6609         add an "attributes" property to the text renderer for ATK.
6610
6611 2001-07-26  Alex Larsson  <alexl@redhat.com>
6612
6613         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image):
6614         Initialize image->bits_per_pixel from the drawable, not from
6615         the root window.
6616
6617         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_get_depth):
6618         Fix cast. argument is an IMPL already.
6619
6620 2001-07-15  James Henstridge  <james@daa.com.au>
6621
6622         * gtk/gtkwindow.c (gtk_window_add_accel_group): cast to GObject.
6623         (gtk_window_remove_accel_group): same here.
6624         (gtk_window_key_press_event): same here.
6625
6626         * gtk/gtkwidget.c (gtk_widget_add_accelerator): cast to GObject.
6627         (gtk_widget_remove_accelerator): same here.
6628         (gtk_widget_remove_accelerators): same here.
6629
6630         * gtk/gtkplug.c (gtk_plug_accel_entries_changed): same here.
6631
6632         * gtk/gtkmenushell.c (gtk_menu_shell_key_press): cast to GObject
6633         instead of GtkObject.
6634
6635         * gtk/gtkmenu.c (gtk_menu_key_press): update since GtkAccelGroup
6636         now takes GObjects.
6637
6638         * gtk/gtkitemfactory.c (gtk_item_factory_propagate_accelerator):
6639         pass a GObject to gtk_accel_group_entries_from_object.
6640         (gtk_item_factory_create_item): s/accel_widget/accel_object/
6641
6642         * gtk/gtk-boxed.defs: remove GtkAccelGroup boxed def.
6643
6644         * gtk/gtkaccellabel.c: convert to handle GObject accel objects.
6645
6646         * gtk/gtkaccellabel.h: fix header to reflect that arbitrary
6647         GObjects can have accelerators set now.  Add compatibility
6648         defines.
6649
6650         * gtk/gtkmarshal.list: add missing marshallers.
6651
6652         * gtk/gtkaccelgroup.[ch]: convert to a GObject, and allow setting
6653         accelerators on plain GObjects.  gtk_accel_group_object_destroy
6654         has been converted into a weak reference, and
6655         gtk_accel_group_delete_entries is now a destroy notify for that
6656         piece of data.
6657
6658 2001-07-23  Ron Steinke  <rsteinke@w-link.net>
6659
6660         * gdk/gdkdraw.c: Added a check on the colormap depth to
6661         gdk_drawable_set_colormap()
6662         * gdk/x11/gdkimage-x11.c: combination of Matthias Clasen's
6663         patch to fix colorsel and my patch to fix gdk_drawable_get_image()
6664         for pixmaps without visuals (more specifically, bitmaps)
6665         * gdk/x11/gdkpixmap-x11.c: Fixed gdk_pixmap_new() so it
6666         doesn't set a colormap with the wrong depth
6667
6668
6669 2001-07-22  Anders Carlsson  <andersca@gnome.org>
6670
6671         * gtk/gtktreeview.c (gtk_tree_view_class_init): Replace the
6672         expander_height and expander_width properties with a single
6673         property, expander_size.
6674         (gtk_tree_view_init): Set the tab_offset to expander_size
6675         plus some padding.
6676         (gtk_tree_view_unrealize): Remove the expand/collapse
6677         timeout if it exists.
6678         (coords_are_over_arrow): Fix a small bug.
6679         (gtk_tree_view_motion_draw_column_motion_arrow): Use
6680         expander_size.
6681         (gtk_tree_view_draw_focus): Use "treeview" instead of
6682         "add-mode" as detail when drawing the focus.
6683         (gtk_tree_view_bin_expose): Use "treeview-drop-indicator"
6684         instead of "add-mode" as detail when drawing the focus.
6685         (gtk_tree_view_deleted): If we have a node currently being
6686         expanded or collapsed, remove the timeout and set the node 
6687         to NULL.
6688         (gtk_tree_view_queue_draw_arrow): New function that just
6689         redraws the arrow of a node.
6690         (gtk_tree_view_draw_arrow): Use expander_size instead of
6691         expander_width/expander_height, also pass a different
6692         expander_style to gtk_paint_expander depending on the 
6693         state of the node being drawn.
6694         (expand_collapse_timeout): New function for expanding 
6695         or collapsing a node depending on the previous state.
6696         (gtk_tree_view_real_expand_row): Add timeout and set 
6697         correct state for node being expanded.
6698         (gtk_tree_view_real_collapse_row): Add timeout and set
6699         correct state for node being collapsed.
6700
6701         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): Add
6702         information about the node currently being expanded or
6703         collapsed, and also a timeout id.
6704
6705         * gtk/gtkstyle.h (struct _GtkStyleClass): Replace is_open
6706         with expander_style for draw_expander.
6707
6708         * gtk/gtkstyle.c (gtk_draw_expander): Replace is_open with
6709         expander_style.
6710         (create_expander_affine): New function for creating an 
6711         expander affine.
6712         (apply_affine_on_point): New function for applying an 
6713         affine to a point.
6714         (gtk_default_draw_expander): Modified to take expander_style
6715         instead of is_open, and to draw the rectangle rotated differently
6716         depending on the expander style.
6717         (gtk_paint_expander): Replace is_open with expander_style.
6718
6719         * gtk/gtkrbtree.h: Add expander states to GtkRBNodeColor.
6720
6721         * gtk/gtkenums.h: Add expander style enum.
6722
6723 2001-07-21  Jonas Borgström  <jonas@codefactory.se>
6724
6725         * gtk/gtktreemodel.c (gtk_tree_model_foreach): Check the return
6726         value from gtk_tree_model_get_iter, the model might be empty.
6727
6728 2001-07-20  Hans Breuer  <hans@breuer.org>
6729
6730         * gdk/win32/gdkinput-win32.c : gdk_device_get_history moved to
6731         gdk/gdkinput.c like the other backends
6732
6733         * gdk/win32/gdkinput-win32.h :
6734         * gdk/win32/gdkinput.c :
6735         * gdk/win32/gdkvisual-win32.c :
6736         * gdk/win32/gdkwin32.h : mechanical adaption to GdkDevice and
6737         GdkVisual GObjectification. UNTESTED for pen-devices because
6738         I simply have none.
6739
6740         * gdk/gdk.def :
6741         * gtk/gtk.def : updated externals
6742
6743         * gtk/gtkiconfactory.c :
6744         * gtk/gtkoldeditable.c : GError *error needs to be initialized (= NULL) 
6745         before passing &error to functions to avoid strange crashes
6746         
6747         * gtk/gtkcontainer.c (gtk_container_real_set_focus_child) : is static
6748
6749         * gtk/gtkwidget.c (gtk_widget_get_child_visible): use g_return_val_if_fail
6750
6751         * gtk/makefile.msc.in : updated
6752
6753 Thu Jul 19 15:35:32 2001  Owen Taylor  <otaylor@redhat.com>
6754
6755         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_vadjustment):
6756         Add property support. (#51858)
6757
6758 Thu Jul 19 14:56:33 2001  Owen Taylor  <otaylor@redhat.com>
6759
6760         * gtk/gtkaccellabel.c (gtk_accel_label_class_init) 
6761         * gtk/gtkinputdialog.c (gtk_input_dialog_set_key):
6762         Use Shift/Ctrl instead of Shft/Ctl. (#53807)
6763
6764 Thu Jul 19 11:41:00 2001  Owen Taylor  <otaylor@redhat.com>
6765
6766         * gtk/gtkcolorsel.c: Add propery support (roughly
6767         based on patch from Lee Mallabone, #51014)
6768
6769         * gtk/gtkcolorsel.h: Mark gtk_color_selection_set_update_policy as
6770         deprecated, since we already g_warning() on it.
6771
6772 Thu Jul 19 14:24:34 2001  Owen Taylor  <otaylor@redhat.com>
6773
6774         * gtk/gtkentry.c (gtk_entry_set_positions): Fix
6775         typo that sometimes caused selection not to work properly.
6776
6777         * gtk/gtkentry.c (gtk_entry_grab_focus): Select text in
6778         entry when tabbing in. (#57743)
6779         
6780         * gtk/gtkentry.c (gtk_entry_motion_notify): If the
6781         user drags up above or down below the entry, move
6782         to the end or the beginning of the entry. (Suggestion
6783         from Jay Cox, #50940)
6784
6785         * gtk/gtkentry.c (gtk_entry_move_cursor): If we have
6786         a current selection, then when moving by chars or
6787         words, move to the end of the selection rather than
6788         from entry->current_pos. (Suggestion from Jay Cox,
6789         #50942)
6790         
6791 Thu Jul 19 12:14:28 2001  Owen Taylor  <otaylor@redhat.com>
6792
6793         * gtk/gtkwindow.c (gtk_window_set_decorated): Actualy
6794         set window->decorated. (Patch from Hidetoshi Tajima,
6795         #55846)
6796
6797 Sat Jul  7 02:50:14 2001  Owen Taylor  <otaylor@redhat.com>
6798
6799         * gtk/gtkwidget.c (gtk_widget_set_parent): Enforce
6800         the widget/child realization/mapping invariants.
6801
6802         * gtk/gtkwidget.[ch] gtk/gtkprivate.h: Add functions 
6803         gtk_widget_[get/set]_child_visible() to control
6804         whether visible children of a mapped window are
6805         mapped.
6806
6807         * docs/widget_system.txt: Updated for changes in
6808         container contract, and addition of GTK_CHILD_VISIBLE.
6809
6810         * gtk/gtkcontainer.c: Add generic map()/unmap()
6811         functions that work for almost all containers.
6812
6813         * gtk/gtknotebook.c gtk/gtkpacker.c: Use 
6814         gtk_widget_set_child_visible() where necessary.
6815
6816         * gtk/*.c: Remove excess map(), unmap(), and 
6817         realization/mapping invariant enforcing code
6818         from many containers.
6819
6820 Wed Jul 18 19:51:45 2001  Owen Taylor  <otaylor@redhat.com>
6821
6822         * gtk/gtktextview.c (gtk_text_view_set_attributes_from_style): 
6823         Get the foreground color from 'text', nor 'fg'. (#57568)
6824
6825 Wed Jul 18 19:28:46 2001  Owen Taylor  <otaylor@redhat.com>
6826
6827         * gtk/*.c: Patch from Matthias Clasen to remove remove
6828         all instances of g_return_if_fail (foo != NULL); that are
6829         immediately before a g_return_if_fail (GTK_IS_FOO (foo));
6830         since the second check catches the NULL anyways.
6831
6832 Wed Jul 18 18:23:05 2001  Owen Taylor  <otaylor@redhat.com>
6833
6834         * gtk/gtkbutton.c gtk/gtkentry.c gtk/gtkmenu.c gtk/gtktextview.c
6835         gtktreeview.c: Fix idles and timeouts to be properly surrounded by 
6836         GDK_THREADS_ENTER()/LEAVE() pairs.
6837
6838         * gtk/gtkdialog.c gtk/gtkclipboard.c: Surround calls
6839         to g_main_loop_run() with GDK_THREADS_LEAVE()/ENTER()
6840         pairs. (Problem found by M. Meeks)
6841
6842 2001-07-18  Darin Adler  <darin@bentspoon.com>
6843
6844         * gtk/gtkiconfactory.c: (gtk_icon_size_register): Reorder code so
6845         that we don't get a g_warning message every time we register a new
6846         icon size.
6847
6848         * gdk/x11/gdkcolor-x11.c: (gdk_colormap_alloc1): Fix warning by
6849         using pixel variable of the correct type.
6850         
6851 Fri Jul 13 15:33:32 2001  Owen Taylor  <otaylor@redhat.com>
6852
6853         * gdk/gdkwindow.[ch]: Add a function gdk_window_get_internal_paint_info(),
6854         so that using X functions on a GdkWindow is possible, if
6855         a little hairy.
6856
6857         * gdk/gdkgc.c (gdk_gc_offset): Add a function to offset the clip
6858         and ts_origin of a GC, so that external parties can offset/restore
6859         a GC, when using gdk_window_get_internal_paint_info().
6860
6861 2001-07-17  Darin Adler  <darin@bentspoon.com>
6862
6863         * .cvsignore: Ignore the sgml directory made by gtkdoc.
6864         * demos/pixbuf-demo.c: (main): Use gtk_window_set_resizable
6865         instead of the deprecated gtk_window_set_policy.
6866         * demos/testpixbuf-scale.c: Add missing <stdlib.h> include.
6867         * gdk/gdkkeys.c: (gdk_keymap_class_init): Remove empty finalize
6868         function to get rid of warning and some code too.
6869         * gdk/x11/gdkfont-x11.c: (gdk_font_charset_for_locale): Add
6870         missing const.
6871         * gdk/x11/gdkmain-x11.c: (_gdk_windowing_init_check): Remove
6872         unused local.
6873         * gdk/x11/gdkpango-x11.c: (gdk_pango_context_get): Add missing
6874         const.
6875         * gdk/x11/gdkselection-x11.c: (gdk_text_property_to_utf8_list),
6876         (gdk_utf8_to_compound_text): Add missing const.
6877         * gtk/gtkimage.c: (gtk_image_expose): Remove unused local.
6878         * gtk/gtkmenubar.c: (gtk_menu_bar_hierarchy_changed): Add missing
6879         cast and get rid of an unnecessary one.
6880         * gtk/gtksettings.c: (gtk_settings_notify): Remove unused local.
6881         * gtk/gtkstatusbar.c: (gtk_statusbar_size_allocate): Remove unused
6882         local.
6883         * gtk/gtktreemodelsort.c: (gtk_tree_model_sort_build_level):
6884         Remove unused local.
6885         * modules/input/gtkimcontextxim.c: (gtk_im_context_xim_new): Add
6886         missing const.
6887         * tests/testsocket.c: (add_child): Add cast so the printf format
6888         doesn't make us implicitly depend on what integer type
6889         gtk_socket_get_id returns.
6890         * tests/testtextbuffer.c: Add missing const.
6891         * tests/testtreefocus.c: (main): Remove unused local.
6892         * tests/treestoretest.c: (iter_remove): Remove unused local.
6893         (uppercase_value): Remove unused function.
6894         (make_window): Add statement to quiet the compiler's uninitialized
6895         variable warning.
6896
6897 Sat Jul 14 12:47:35 2001  Tim Janik  <timj@gtk.org>
6898
6899         * gtk/gtkrange.c:
6900         (second_timeout): 
6901         (initial_timeout): 
6902         (update_timeout): add GDK_THREADS_ENTER/GDK_THREADS_LEAVE.
6903         (gtk_range_calc_layout): compute the new layout based on an
6904         adjustment->value being passed in as argument.
6905         (gtk_range_button_press): for button2 slider warps, first recalc
6906         the layout, then adjust the value. also, use update_slider_position()
6907         for adjusting the value, so we keep pixel quantisation at which we
6908         usually operate (upon motion or button releases). the reason for this
6909         is that, we can't change the adjustment upon button2 presses to a non
6910         quantised value and upon button2 release re-quantise the value since
6911         that'd alter the value even if we didn't get any motion events (causing
6912         unexpected scroll area warps upon release and/or slider pixel-jitter).
6913         (gtk_range_motion_notify): update the slider position from queried
6914         coordinates, not event coordinates.
6915
6916 Fri Jul 13 09:47:52 2001  Tim Janik  <timj@gtk.org>
6917
6918         * gtk/gtkstyle.c (gtk_default_draw_focus): fix line style resetting,
6919         the default gc values are: width=0, CapBut, JoinMiter.
6920
6921 2001-07-13  Anders Carlsson  <andersca@codefactory.se>
6922
6923         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Take
6924         into account the xpad and ypad when calculating the width and the
6925         height of the pixbuf cel.
6926
6927 Thu Jul 12 18:29:40 2001  Owen Taylor  <otaylor@redhat.com>
6928
6929         * gtk/gtkradiomenuitem.[ch] (gtk_radio_menu_item_group): 
6930         Rename to gtk_radio_menu_item_get_group(), add deprecated
6931         alias. (#57044)
6932
6933         * gtk/gtkfilesel.c: Indentation fix.
6934
6935 Thu Jul 12 17:33:00 2001  Owen Taylor  <otaylor@redhat.com>
6936
6937         * gtk/gtkbbox.h gtk/gtkcompat.h: Patch from Mathias 
6938         Hasselmann to fix warnings in compat macros. 
6939         (#56773)
6940
6941         * gtk/gtkmenubar.c (gtk_menu_bar_hierarchy_changed): Fix 
6942         stupid wrong cast added in last patch.
6943
6944 Thu Jul 12 16:51:34 2001  Owen Taylor  <otaylor@redhat.com>
6945
6946         * gtk/gtkwidget.c: Replace a couple of inappropriate calls to 
6947         GTK_WIDGET_HAS_FOCUS() with gtk_widget_is_focus(). (#57067)
6948
6949 Thu Jul 12 14:06:19 2001  Owen Taylor  <otaylor@redhat.com>
6950
6951         * gtk/gtkmenubar.c (gtk_menu_bar_hierarchy_changed): Add
6952         missing cast.
6953
6954         * gtk/gtkcontainer.c (gtk_container_get_focus_chain): Fix
6955         NULL/FALSE return value confusion.
6956
6957         * gtk/gtkrange.c (coord_to_value): Fix division-by-zero
6958         problem when scrollbar completely fills range. (Patch
6959         from  Matthias Clasen, #57047)
6960
6961 Thu Jul 12 13:53:28 2001  Owen Taylor  <otaylor@redhat.com>
6962
6963         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Properly
6964         clean up when handling events for move-resize emulation.
6965         (Problem traced down by Matthias Clasen, #57271)
6966
6967 Thu Jul 12 13:43:27 2001  Owen Taylor  <otaylor@redhat.com>
6968
6969         * gtk/gtkclist.c gtk/gtkcolorsel.c gtk/gtkcombo.c
6970           gtk/gtkctree.c gtk/gtkcurve.c gtk/gtkentry.c
6971           gtk/gtkfontsel.c gtk/gtkhandlebox.c 
6972           gtk/gtkimcontextsimple.c gtk/gtkmain.c gtk/gtkmenu.c
6973           gtk/gtkmenuitem.c gtk/gtkoptionmenu.c gtk/gtkpixmap.c
6974           gtk/gtkselection.c gtk/gtktextdisplay.c gtk/gtktextview.c
6975           gtk/gtktooltips.c gtk/gtkwidget.c gtk/gtkwindow.c:
6976         Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ]
6977
6978 2001-07-09  Peter Williams  <peterw@ximian.com>
6979
6980         * gtk/Makefile.am ($(srcdir)/stamp-gtk.defs): Add a cd $(srcdir)
6981         for when srcdir != builddir
6982
6983 Mon Jul  9 12:50:51 2001  Jonathan Blandford  <jrb@redhat.com>
6984
6985         * gtk/gtktreemodel.c: remove gtk_tree_model_get_first in favor of
6986         gtk_tree_model_get_iter_root.
6987
6988         * gtk/gtkliststore.c: Add a bunch of g_return statements.
6989         (gtk_list_store_iter_n_children): Fix up.
6990
6991         * gtk/gtktreestore.c: Add a bunch of g_return statements.
6992
6993 Fri Jul  6 15:38:33 2001  Owen Taylor  <otaylor@redhat.com>
6994
6995         * gtk/gtkwidget.c (gtk_widget_class_init):
6996         G_SIGNAL_TYPE_STATIC_SCOPE GtkSelectionData to
6997         restore some workingness.
6998
6999         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Fix 
7000         handle of window type for input-only windows.
7001
7002 Thu Jul  5 21:53:46 2001  Owen Taylor  <otaylor@redhat.com>
7003
7004         * gtk/gtkbbox.[ch] gtk/gtkbox.[ch] gtk/gtk[hv]bbox.c:
7005         Patch from Gregory Merchan to add 
7006         gtk_button_box_set_secondary(), which separates
7007         the child into a separate group from the normal
7008         buttons. (#56331)
7009
7010         * gtk/gtkdialog.c: Make help buttons secondary by
7011         default.
7012
7013         * gtk/gtkbbox.c: Added a child property "secondary".
7014
7015         * gtk/testgtk.c: Turn on the help button for the 
7016         color selector to check that it properly appears
7017         as secondary.
7018
7019 Mon Jul  2 01:09:37 2001  Owen Taylor  <otaylor@redhat.com>
7020  
7021         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkwindow-x11.c
7022         gdk/linux-fb/gdkwindow-fb.c gdk/x11/gdkwindow-x11.c gdk/gdk:
7023         Add gdk_set_pointer_hooks() to allow pointer-querying to
7024         be hooked by an event record/playback system like GERD.
7025         (#56914)
7026         
7027 Thu Jul  5 08:57:07 2001  Owen Taylor  <otaylor@redhat.com>
7028
7029         * gtk/gtkwidget.c (gtk_widget_reset_rc_style): Pass
7030         in the right value of initial_emission to
7031         gtk_widget_set_style_internal (#57091)
7032
7033 Wed Jul  4 23:17:04 2001  Owen Taylor  <otaylor@redhat.com>
7034
7035         * gtk/gtkdnd.c (gtk_drag_dest_hierarchy_changed):
7036         Make compile.
7037
7038         * gtk/gtkwidget.c (gtk_widget_reset_rc_style): Fix problem
7039         with calling gtk_widget_set_style_internal() with
7040         the old style, not the new style. (#56989)
7041
7042 Wed Jul  4 22:35:40 2001  Owen Taylor  <otaylor@redhat.com>
7043
7044         * gtk/gtklabel.c gtk/gtkmenubar.c gtk/gtktreeviewcolumn.c
7045           gtk/gtkwidget.c:
7046         Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)),
7047         not GTK_WIDGET_GET_ANCESTOR ... see 
7048         http://mail.gnome.org/archives/gtk-devel-list/2001-July/msg00072.html.
7049         Indicate the best practice in the docs for gtk_widget_get_toplevel().
7050
7051         * gtk/gtkwidget.[ch]: Expose a private _gtk_widget_hierarchy_changed(),
7052         so GtkPlug can give the correct signals when transforming
7053         from a child to a toplevel.
7054         
7055         * gtk/gtkdnd.c (gtk_drag_dest_hierarchy_changed): Handle
7056         reparentation correctly.
7057
7058         * gtk/gtkwidget.c (gtk_widget_propagate_hierarchy_changed):
7059         Propagate the previous_toplevel argument down properly.
7060
7061         * gtk/gtklabel.c (gtk_label_finalize): Fix unrefing
7062         of wrong atr list.
7063
7064         * gtk/gtkplug.[ch]: Add an "embedded" signal.
7065
7066         * gtk/gtksocket.[ch]: Add "child_added", "child_removed"
7067         signals.
7068
7069         * gtk/gtkplug.[ch] gtk/gtksocket.[ch]: Add 
7070         functions gtk_plug_get_id(), gtk_socket_get_id(),
7071         to avoid the user having to worry about realization,
7072         and gdkx.h.
7073
7074         * tests/testsocket.c: Extend to try out the new signals
7075         and gtk_plug/socket_get_id().
7076
7077         * gtk/gtklabel.c (gtk_label_set_pattern_internal): Fix
7078         setting of underline attributes.
7079
7080         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore
7081         DestroyNotify events from SubstructureNotifyMask
7082
7083         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent):
7084         Switch GDK_WINDOW_TYPE (window) as needed.
7085
7086         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Clean up,
7087         allow creation of toplevel windows as children of
7088         foreign windows.
7089
7090         * gtk/gtkplug.c: Remove hacks involving changing private
7091         fields of GdkWindow.
7092
7093         * gtk/gtkplug.[ch] gtk/gtksocket.c: Work to make 
7094         exactly the same signals and notification
7095         be emitted for local embedding as for inter-process
7096         embedding.
7097
7098 2001-07-04  James Henstridge  <james@daa.com.au>
7099
7100         * gtk/gtkliststore.h: add missing gtk_list_store_newv prototype.
7101
7102 Mon Jul  2 16:53:25 2001  Owen Taylor  <otaylor@redhat.com>
7103
7104         * gtk/xembed.h gtk/gtkplug.c gtk/gtksocket.c: For
7105         XEMBED embedding add a _XEMBED_INFO property to the
7106         client with version number and a "mapped" flags.
7107         Use the mapped flag instead of the racy MapRequestEvent
7108
7109         * gtk/gtksocket.c: Clean up the gtk_socket_steal()
7110         code to reliably set things (when the child is a passive
7111         embedder participating in the XEMBED protocol) intead
7112         of just being a hack for embedding non-participating
7113         programs. Fix various bugs and race conditions.
7114         
7115         * gtk/gtksocket.[ch] gtk/gtkplug.[ch]: Make local embedding
7116         work by simply making the GtkSocket the gtk parent
7117         of the GtkPlug. Set a flag in this case and make
7118         the GtkPlug work like a normal container by overriding
7119         methods such as check_resize and "chaining past" GtkWindow
7120         to GtkBin.
7121
7122         * gtk/gtkentry.c (gtk_entry_real_activate)
7123           gtk/gtkmain.c (gtk_propagate_event): 
7124         Eliminate use of gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW).
7125         
7126         * gtk/gtkwidget.c (gtk_widget_get_toplevel,
7127         gtk_widget_get_ancestor):
7128         Explain why gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW)
7129         might not give the expected result and recommend
7130         an alternative.
7131
7132         * tests/testsocket.c tests/testsocket_child.c
7133         tests/testsocket_common.c tests/Makefile.am: Extended
7134         to test different type of adding plugs to sockets
7135         (local,active,passive), and to test mapping/unmapping
7136         the plug.
7137
7138         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Don't
7139         mark the window as destroyed until after we
7140         called _gdk_windowing_window_destroy().
7141         (_gdk_windowing_window_destroy() may use GDK functions
7142         on the window.)
7143
7144         * gdk/x11/gdkinput.c: Remove the check for finalization - 
7145         devices can be finalized under some circumnstances.
7146  
7147         * gdk/x11/gdkinput-x11.c (gdk_input_device_new): Fix 
7148         small problem with GDK_TYPE_DEVICE.
7149  
7150 2001-07-02  Havoc Pennington  <hp@pobox.com>
7151
7152         * gdk/x11/gdkwindow-x11.c (gdk_wmspec_change_state): fix to 
7153         use constants not atoms.
7154
7155 2001-07-02  James Henstridge  <james@daa.com.au>
7156
7157         * gtk/gtktextview.c (gtk_text_view_class_init): same here for
7158         PANGO_TYPE_TAB_ARRAY.
7159
7160         * gtk/gtktexttag.c (gtk_text_tag_class_init): same here, but also
7161         for PANGO_TYPE_TAB_ARRAY.
7162
7163         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init):
7164         s/GTK_TYPE_PANGO_FONT_DESCRIPTION/PANGO_TYPE_FONT_DESCRIPTION/
7165
7166         * gtk/gtk-boxed.defs: move all the boxed definitions to the top of
7167         the file.  Remove Pango types from defs -- they are now defined in
7168         libpango.
7169
7170 Mon Jul  2 06:35:10 2001  Tim Janik  <timj@gtk.org>
7171
7172         * gdk/gdkkeys.c (gdk_keymap_class_init): s/signal_newc/signal_new/
7173
7174         * gtk/gtkobject.c (gtk_object_destroy): invoke
7175         g_object_run_dispose().
7176
7177         * gtk/gtkwindow.c: 
7178         * gtk/gtkwidget.c: 
7179         * gtk/gtkobject.c:
7180         * gtk/gtklist.c: s/shutdown/dispose/ for the GObject
7181         method.
7182
7183 Sat Jun 30 20:44:48 2001  Owen Taylor  <otaylor@redhat.com>
7184
7185         * gtk/gtktypeutils.c (gtk_type_class): Remove
7186         change check for GTK_TYPE_OBJECT derivation to
7187         G_TYPE_OBJECTS - it's Tim-approved to use this 
7188         for arbitary objects.
7189
7190         * gtk/gtkwindow.c gtk/gtkcontainer.[ch]: underscore
7191         prefix gtk_container_dequeue_resize_handler().
7192
7193         * gtk/gtkwidget.[ch]: Add a previous_toplevel argument
7194         to the hierarachy_changed signal, since you otherwise
7195         have to always keep that around.
7196
7197         * gtk/gtkmenubar.c gtk/gtklabel.c gtk/gtksocket.c: Adapt
7198         for extra argument to hierarchy_changed.
7199
7200 Tue Jun 26 19:39:03 2001  Owen Taylor  <otaylor@redhat.com>
7201
7202         * gtk/gtkwidget.c (gtk_widget_set_style): Allow %NULL
7203         for style to mean "revert to default style"
7204
7205         * gtk/gtkwidget.[ch] (gtk_widget_set_rc_style,
7206           gtk_widget_restore_default_style): Make this functions
7207         deprecated aliases for gtk_widget_set_style (widget, NULL).
7208
7209         * gtk/gtkwidget.[ch]: Remove:
7210            gtk_widget_set_default_style ()
7211            gtk_widget_push_style ()
7212            gtk_widget_pop_style ()
7213         These functions interact are overriden by RC files, and
7214         thus virtually useless, and complicated.
7215
7216 Fri Jun 22 18:49:48 2001  Owen Taylor  <otaylor@redhat.com>
7217
7218         * gtk/gtkrc.c: Add a GtkRcContext structure to hold 
7219         most of the previous global variables in gtkrc.c. This is
7220         in preparation for multi-head, since each screen can
7221         have different GtkSettings and RC information.
7222
7223         * gtk/gtkrc.[ch]: 
7224
7225         * gtk/gtkrc.h (struct _GtkRcStyleClass): Add a
7226         GtkSettings parameter to GtkRcStyle::parse.
7227
7228         * gdk/x11/gdkevents-x11.c gtk/gtksettings.c gtk/gtkrc.c: 
7229         Add two new settings gtk-theme-name, gtk-key-theme-name,
7230         for RC files that are loaded by name after reading
7231         the default RC files.
7232         
7233         * gtk/gtkrc.c: Allow priorities for styles, as wll as
7234         bindings.
7235
7236         * gtk/gtkenums.h gtk/gtkrc.c: Add GTK_PATH_PRIO_THEME,
7237         and use it by default for RC files loaded via 
7238         gtk-theme-name, gtk-key-theme-name.
7239
7240         * gtk/gtkiconfactory.c (gtk_icon_source_set_filename)
7241         gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string) 
7242         tests/testgtkrc: Require pathnames to be absolute.
7243
7244         * gtk/gtkrc.c gtk/gtkiconfactory.c: Look up the full filename for
7245         the source when parsing, since the operation of looking up a
7246         pixmap from an RC file depends on the parsing context.
7247
7248         * gtk/gtkrc.c (gtk_rc_context_reparse_all): Automatically
7249         reset RC styles on all widgets when files are reparsed.
7250
7251         * tests/testgtk.c (create_rc_file) 
7252           gtk/gtkwindow.c (gtk_window_read_rcfiles): 
7253         Simplify, now that gtk_rc_reparse_all() resets styles on
7254         all widgets itself.
7255
7256         * gtk/gtkmain.c (gtk_get_default_language): Fix broken
7257         return value.
7258
7259         * gtk/gtksettings.[ch] (gtk_settings_install_property[_ch]): Remove
7260         GtkSettings argument.
7261
7262         * gtk/gtksettings.[ch] (gtk_settings_get_default): Rename from
7263         gtk_settings_get_global().
7264
7265         * gtk/gtkwidget.[ch]: Add a function gtk_widget_Get_settings()
7266         to get the appropriate GtkSettings for a widget. (For now,
7267         just gets the default GtkSetttings.) 
7268
7269         * gtk/gtkcolorsel.c gtk/gtkentry.c gtk/gtkmenu.c gtk/gtkmenubar.c
7270           gtk/gtktextview.c gtk/gtktoolbar.c: Fixes for GtkSettings
7271         changes.
7272
7273         * gtk/gtkrc.[ch]: Add gtk_rc_get_style_by_paths() to allow
7274         getting a style for a path without actually having a widget.
7275         (Allows using a style for a subpart of a widget, for
7276         example.)
7277
7278         * gtk/gtkrc.[ch]: Add gtk_rc_reparse_all_for_setting() to allow forcing
7279         the RC files to be reloaded for just one GtkSettings
7280         (not sure how useful this really is.)
7281
7282         * gtk/gtkrc.h: Deprecate
7283         gtk_rc_add_widget_name/widget_class/class_style
7284
7285 2001-06-30  Alex Larsson  <alexl@redhat.com>
7286
7287         * gdk/linux-fb/gdkinput-none.c:
7288         * gdk/linux-fb/gdkinput.c:
7289         * gdk/linux-fb/gdkinputprivate.h:
7290         Convert GdkDevice to a GObject.
7291
7292         * linux-fb/gdkprivate-fb.h:
7293         * linux-fb/gdkvisual-fb.c:
7294         Convert GdkVisual to a GObject.
7295
7296 2001-06-29  Alex Larsson  <alexl@redhat.com>
7297
7298         * gdk/gdkvisual.h:
7299         * gdk/gdkcolor.c:
7300         * gdk/x11/gdkx.h:
7301         * gdk/x11/gdkvisual-x11.c:
7302         Convert GdkVisual to a GObject.
7303
7304         * gdk/gdkinput.h:
7305         * gdk/gdkevents.c:
7306         * gdk/x11/gdkinputprivate.h:
7307         * gdk/x11/gdkinput-gxi.c:
7308         * gdk/x11/gdkinput-none.c:
7309         * gdk/x11/gdkinput-x11.c:
7310         * gdk/x11/gdkinput-xfree.c:
7311         * gdk/x11/gdkinput.c:
7312         Convert GdkDevice to a GObject.
7313
7314 Fri Jun 29 22:13:28 2001  Jonathan Blandford  <jrb@redhat.com>
7315
7316         * gtk/gtktreestore.c (gtk_tree_store_new): changed new_with_types
7317         to just plain new, fixing the number of columns, and column types
7318         at creation time.
7319
7320         * gtk/gtkliststore.c (gtk_list_store_new): ditto.
7321
7322         * gtk/gtkcellrenderertext.c
7323         (gtk_cell_renderer_text_set_fixed_height_from_font): FIX the
7324         height to a specific font.
7325
7326         * gtk/gtktreeview.c (gtk_tree_view_is_expander_column): fix brokenness.
7327
7328         * tests/*c: change to work with new store models.
7329
7330 2001-06-29  Havoc Pennington  <hp@redhat.com>
7331
7332        * Throughout: fixes to compile with G_DISABLE_COMPAT
7333         (s/g_signal_connectc/g_signal_connect/,
7334         s/g_signal_newc/g_signal_new/,
7335         s/g_signal_disconnect_by_func/g_signal_handlers_disconnect_by_func/)
7336
7337 Fri Jun 29 03:14:16 2001  Jonathan Blandford  <jrb@redhat.com>
7338
7339         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
7340         add path argument to selection callbacks.
7341
7342 Fri Jun 29 00:13:34 2001  Jonathan Blandford  <jrb@redhat.com>
7343
7344         * gtk/gtktreemodel.c (gtk_tree_model_foreach): New function to
7345         walk through a model in a depth first manner, with the option to
7346         break out.
7347
7348 Fri Jun  8 18:52:10 2001  Jonathan Blandford  <jrb@redhat.com>
7349
7350         * gtk/gtktreeview.[hc]: Patch Thomas Broyer from
7351         <tbroyer@ltgt.net>. Expander arrows are now attached to a specific
7352         column and follow it when draged, rather than a location in the
7353         view. "expander_column" property and drawing functions changed
7354         accordingly.  Fixes bug #55942.
7355
7356         (gtk_tree_view_{set,get}_expander_column): Now works with a
7357         GtkTreeViewColumn* instead of int.
7358
7359 Thu Jun 28 22:53:18 2001  Owen Taylor  <otaylor@redhat.com>
7360
7361         *  gdk/gdk.c gtk/gtktypeutils.c: Fix args to g_type_init(). 
7362
7363 2001-06-28  Havoc Pennington  <hp@pobox.com>
7364
7365         * gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): Clip the retrieved
7366         image data to the screen, using a server grab to avoid race
7367         conditions.
7368
7369         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): remove 
7370         check for NULL return from gtk_image_new_from_stock(), it never
7371         returns NULL.
7372         (gtk_item_factory_create_item): fix bug where we parsed the stock
7373         ID as an inline pixbuf
7374
7375         * gtk/gtktext.c (gtk_text_key_press): numeric keypad support
7376
7377         * gtk/gtkspinbutton.c (gtk_spin_button_key_press): numeric keypad
7378         support (should be using binding set here)
7379
7380         * gtk/gtkoptionmenu.c (gtk_option_menu_key_press): numeric keypad
7381         support (should be using binding set here)
7382
7383         * gtk/gtkmenushell.c (gtk_menu_shell_class_init): numeric keypad 
7384         support
7385
7386         * gtk/gtkmenu.c (gtk_menu_class_init): numeric keypad support
7387
7388         * gtk/gtkmenubar.c (gtk_menu_bar_class_init): numeric keypad
7389
7390         * gtk/gtklistitem.c (gtk_list_item_class_init): numeric keypad
7391
7392         * gtk/gtkimcontextsimple.c
7393         (gtk_im_context_simple_filter_keypress): keypad
7394
7395         * gtk/gtkfilesel.c (gtk_file_selection_key_press): keypad 
7396
7397         * gtk/gtkentry.c (gtk_entry_class_init): numeric keypad fixes
7398
7399         * gtk/gtkctree.c (gtk_ctree_class_init): numeric keypad support
7400
7401         * gtk/gtkcolorsel.c (palette_activate): keypad support (of course,
7402         should be binding-setted)
7403
7404         * gtk/gtkwindow.c (gtk_window_class_init): numeric keypad fixes
7405
7406         * gtk/gtkclist.c (gtk_clist_class_init): numeric keypad fixes
7407
7408         * gtk/gtkcalendar.c: numeric keypad fixes
7409
7410         * gtk/gtktextview.c (gtk_text_view_class_init): numeric keypad
7411         support
7412
7413         * gdk/gdkwindow.c (gdk_window_get_clip_region): fix infinite loop
7414         screwup
7415
7416         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha): 
7417         clip the render area to the drawable's clip region in advance,
7418         so we don't get data from the server that we don't need.
7419
7420         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
7421         check return value of gdk_pixbuf_get_from_drawable(), fall back 
7422         to bilevel alpha if we can't get the pixbuf to composite against.
7423
7424         * gdk/gdkdraw.c (gdk_drawable_get_image): set the image colormap
7425
7426         * gdk/gdkimage.c (gdk_image_get_colormap): add
7427         gdk_image_set_colormap, gdk_image_get_colormap
7428
7429         * gdk/gdkpixbuf-drawable.c (rgbconvert): Change all converters to
7430         take a region of the image, instead of converting the entire
7431         image.
7432
7433         * gtk/gtkwidget.h (struct _GtkWidgetClass): add show_help
7434         keybinding signal. Add default bindings for it. Add default
7435         handler for show_help that shows the tooltip for the widget.
7436
7437         * gtk/gtkdialog.c (gtk_dialog_class_init): add binding set and
7438         "close" keybinding signal, remove key press handler.
7439
7440         * gtk/gtktooltips.c (gtk_tooltips_set_colors): Just remove this,
7441         it's not our usual practice to leave a deprecated function around
7442         with a runtime warning, plus we don't want it to appear in docs,
7443         plus if we make them yellow no one will want to change them
7444         anyhow.
7445
7446 Thu Jun 28 23:53:31 2001  Tim Janik  <timj@gtk.org>
7447
7448         * gtk/gtkwidget.c (gtk_widget_hide): !GTK_OBJECT_DESTROYED() ->
7449         GTK_WIDGET_REALIZE() for resize queueing.
7450
7451         * gtk/gtkmain.c (gtk_main_do_event): !GTK_OBJECT_DESTROYED() ->
7452         GTK_WIDGET_REALIZE() for post event delivery destruction upon
7453         GDK_DESTROY.
7454         
7455         * gtk/gtkwidget.c: added GtkWidget::event-after notification signal, to
7456         sompensate for former (pre-2.0) connect_after() facility.
7457         (gtk_widget_send_expose): 
7458         (gtk_widget_event): assert the widget is realized, since event delivery
7459         to non-realized widgets is essentially a bug. event handlers should
7460         be able to unconditionally rely on widget->window (unless they
7461         emit events on their own which can trigger widget destruction).
7462         (gtk_widget_event_internal): removed old outdated GTK_OBJECT_DESTROYED()
7463         logic. event delivery happens as follows:
7464         a) emission of GtkWidget::event (RUN_LAST handler). returns was_handled.
7465         b) if !was_handled in (a) and the widget is still realized, emit event-
7466            specific signal (RUN_LAST handler). returns was_handled.
7467         c) emission of GtkWidget::event-after for notification if the widget is
7468            still realized (regardless of was_handled from previous stages, no
7469            class handler). no return value.
7470         d) was_handled gets passed on to caller, to determine further
7471            propagation. if the widget got unrealized meanwhile, was_handled
7472            is returned as TRUE.
7473
7474         * gdk/gdkevents.[hc]: added gdk_event_get_root_coords() and
7475         gdk_event_get_coords().
7476
7477 Thu Jun 28 17:18:41 2001  Tim Janik  <timj@gtk.org>
7478
7479         * configure.in (GTK_MICRO_VERSION): up version to 1.3.7, interface
7480         age 0, binary age 0. depend on glib 1.3.7.
7481
7482         * gtk/gtkcontainer.c: remove g_signal_handlers_disconnect_by_func() hack.
7483
7484         * gtk/gtkmenubar.c: same here.
7485         
7486         * gtk/gtkcontainer.c (gtk_container_focus_tab): fix param-spec retrival.
7487
7488         * gtk/gtkcolorsel.c (gtk_color_selection_init): fix connect_data() usage.
7489
7490         * gtk/gtkentry.c (gtk_entry_focus_in): same here.
7491         
7492         * gtk/gtkmenubar.c (add_to_window): likewise.
7493         
7494         * gtk/gtktextbtree.c: and here...
7495         
7496         * gtk/gtktextview.c (gtk_text_view_ensure_layout): same thing.
7497         
7498         * gtk/gtktoolbar.c (gtk_toolbar_init): once more.
7499         
7500         * gtk/gtktreemodel.c (connect_ref_callbacks): and another time.
7501         
7502         * gtk/gtktreeviewcolumn.c:
7503         (_gtk_tree_view_column_set_tree_view): yet again.
7504
7505         * demos/gtk-demo/images.c (progressive_timeout): demonstrate
7506         signal connections without g_signal_connect_data().
7507         
7508         * demos/gtk-demo/stock_browser.c (do_stock_browser): second
7509         demo of the matter.
7510         
7511         * demos/testpixbuf.c (main): running out of equality phrases for the
7512         ChangeLog, but had to adapt connections here as well.
7513         
7514         * demos/testanimation.c (progressive_timeout): and for the fun of it,
7515         tackled this the same way.
7516         
7517         * tests/testtext.c (create_view): ok, it's becoming a pain at this
7518         point, but had enough enery for one more fix.
7519
7520         * tests/testtreecolumns.c (main): stand up man, do your work!
7521
7522         * tests/testtreeview.c (set_columns_type): ok, this is the last file i
7523         fix, either that's been all of it or CVS gtk is broken yet again.
7524         
7525 2001-06-29  James Henstridge  <james@daa.com.au>
7526
7527         The following changes correspond to bug #56812
7528
7529         * gdk/gdkinput.h, gdk/gdkevents.c (GDK_TYPE_DEVICE): register type
7530         code for GdkDevice.
7531
7532         * gdk/gdkcursor.[ch] (GDK_TYPE_CURSOR): register type code for
7533         GdkCursor.
7534
7535 2001-06-19  Havoc Pennington  <hp@pobox.com>
7536
7537         * gdk/x11/gdkwindow-x11.c (gdk_window_show_unraised): new function
7538         for mapping a window without fooling with stacking order, but
7539         updating the "withdrawn" flag
7540
7541         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Do event
7542         filtering as soon as possible, moving move resize and wmspec_check
7543         handling after the event filter.  Make default filter apply to all
7544         events, not just those with no GdkWindow wrapped around the X
7545         window. Fix a FIXME about how the window could be a pixmap using 
7546         RTTI; this of course assumes GDK_IS_WINDOW() is optimized. 
7547
7548         Also, be robust against events not on a known GdkWindow.
7549
7550         * gdk/x11/gdkmain-x11.c (gdk_x11_grab_server,
7551         gdk_x11_ungrab_server): export reference-counted server grabs, so
7552         other people can grab server over a GDK function that also does
7553         so.
7554
7555 Wed Jun 27 19:40:31 2001  Jonathan Blandford  <jrb@redhat.com>
7556
7557         * gtk/gtktreeviewcolumn.c
7558         (gtk_tree_view_column_pack_start_cell_renderer): New function to
7559         reflect that you can (hypothetically) pack cell renderers into a
7560         column.
7561         (gtk_tree_view_column_pack_end_cell_renderer): ditto.
7562         (gtk_tree_view_column_cell_is_visible): Move more functionality to
7563         the column.
7564         (gtk_tree_view_column_cell_can_focus): Move more functionality to
7565         the column.
7566
7567         * gtk/gtktreeview.c: Move to use new column-packing code.
7568         (gtk_tree_view_real_expand_row): remove totally braindead code.
7569         (gtk_tree_view_real_collapse_row): ditto.
7570
7571 2001-06-27  Kjartan Maraas  <kmaraas@gnome.org>
7572
7573         * gtk/gtktreeviewcolumn.c: Fix a typo.
7574         
7575 2001-06-26  Joel Becker  <jlbec@evilplan.org>
7576
7577         * gdk-pixbuf/gdk-pixbuf-csource.c: remove '#include "x"' line
7578           at the end of the file
7579
7580 2001-06-26  Havoc Pennington  <hp@redhat.com>
7581
7582         * gtk/gtkwindow.c (gtk_window_set_policy): forgot a notification
7583
7584 2001-06-26  Havoc Pennington  <hp@redhat.com>
7585
7586         * gtk/gtkwindow.c (gtk_window_class_init): add "resizable"
7587         property
7588
7589 Tue Jun 26 12:59:28 2001  Jonathan Blandford  <jrb@redhat.com>
7590
7591         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): fix
7592         stupid missing statement
7593
7594         * gtk/gtktreeview.c (gtk_tree_view_set_destroy_count_func): New
7595         private function for ATK.  It notifies you of how many _visible_
7596         children are deleted when a node is deleted.  Should be used by
7597         atk only.
7598
7599 Tue Jun 26 11:06:34 2001  Owen Taylor  <otaylor@redhat.com>
7600
7601         * gtk/gtkclist.c gtk/gtkentry.c gtk/gtkspinbutton.c:
7602         Use new pango_context_get_metrics() to fix problems
7603         with font lists in descriptions. (#56184, reported by
7604         Jonas Borgström)
7605
7606 Tue Jun 26 10:04:30 2001  Tim Janik  <timj@gtk.org>
7607
7608         * gtk/gtkiconfactory.c:
7609         * gtk/gtkitemfactory.c: use gdk_pixbuf_new_from_stream(). fixed up
7610         item factory so inlined pixbufs actually work.
7611
7612 2001-06-25  Havoc Pennington  <hp@redhat.com>
7613
7614         * gtk/gtktreeviewcolumn.h, gtk/gtktreeviewcolumn.c:
7615         s/RESIZEABLE/RESIZABLE/
7616
7617         * gtk/gtkwindow.c, gtk/gtkwindow.h: s/resizeable/resizable/
7618
7619 2001-06-25  Alexander Larsson  <alexl@redhat.com>
7620
7621         * configure.in:
7622         Added --enable-fbmanager. This is some experimental code
7623         that lets several GtkFB apps coordinate their access to the
7624         framebuffer.
7625         
7626         * acconfig.h:
7627         Added ENABLE_FB_MANAGER.
7628
7629         * gdk/linux-fb/Makefile.am:
7630         Added gdkfbmanager and gdkfbswitch.
7631
7632         * gdk/linux-fb/gdkkeyboard-fb.c:
7633         * gdk/linux-fb/gdkmouse-fb.c:
7634         * gdk/linux-fb/gdkprivate-fb.h:
7635         Split device init and open so that
7636         they can be opened and closed while switched
7637         away.
7638
7639         * gdk/linux-fb/gdkmain-fb.c:
7640         Add the basic manager communication.
7641
7642         * gdk/linux-fb/gdkrender-fb.c:
7643         Don't update to the shadow fb if we're
7644         blocked by the fb manager.
7645
7646 Sun Jun 24 22:15:16 2001  Owen Taylor  <otaylor@redhat.com>
7647
7648         * docs/Changes-2.0.txt: Add note about child property
7649         changes.
7650
7651 Sun Jun 24 21:34:32 2001  Owen Taylor  <otaylor@redhat.com>
7652
7653         * gtk/gtkenums.h gtk/gtkiconfactory.c: Add a special size for
7654         drag-and-drop GTK_ICON_SIZE_DND (Default to 32x32)
7655
7656         * gtk/gtkdnd.c (gtk_drag_dest_set_target_list): Fix problem
7657         with un'reffing wrong list reported by Jeff Franks.
7658
7659         * gtk/gtkdnd.[ch] (_gtk_drag_{source,}dest_handle_event): _prefix.
7660
7661         * gtk/gtkdnd.c (gtk_drag_set_icon_default): Use GTK_STOCK_DND
7662         for the default icon. Remove inline XPM.
7663
7664         * gtk/gtkstock.h gtk/gtkiconfactory.c:
7665         Add GTK_STOCK_DND GTK_STOCK_DND_MULTIPLE (Currently, stock_new
7666         is used for GTK_STOCK_DND, but it is a bit too small.)
7667
7668         * gtk/stock-icons/stock_dnd_multiple.png
7669         gtk/stock-icons/Makefile.am: New stock icon moved from gnome-libs.
7670
7671         * gtk/gtkdnd.c (gtk_drag_source_event_cb): Only return
7672         TRUE when starting a drag. In other cases, we are
7673         just observing. (#52995)
7674
7675         * gtk/gtkdnd.[ch] (gtk_drag_set_icon_{stock,pixbuf}): Add 
7676         function to set the icon for a drag from a GdkPixbuf
7677         or stock ID.
7678
7679         * gtk/gtkdnd.[ch] (gtk_drag_source_set_icon_{stock,pixbuf}): 
7680         Likewise, for drag sources.
7681
7682         * gtk/gtkdnd.h: Deprecate gtk_drag_set_default_icon.
7683         (Now should be done using the stock system.)
7684
7685 Sun Jun 24 12:06:47 2001  Owen Taylor  <otaylor@redhat.com>
7686
7687         * gtk/gtktextview.[ch] (gtk_text_view_set_text_window_size): 
7688         Removed - didn't work and not particularly useful anyways
7689         if it did. 
7690
7691 Sun Jun 24 11:29:35 2001  Owen Taylor  <otaylor@redhat.com>
7692
7693         * gdk/x11/gdkimage-x11.c (gdk_image_new): Fix stupid error
7694         introduced last night that was making things decidedly not work.
7695
7696         * gtk/*.[ch]: Patch from Kristian Rietveld adding 80 getters
7697         so that we have getter/setter pairing everywhere it makes
7698         sense. (#55767)
7699
7700         * gtk/gtkradiobutton.[ch] gtk/gtktoolbar.c tests/testgtk.:
7701         Rename gtk_radio_button_group to gtk_radio_button_get_group, add a
7702         deprecated compat macro. (#55516)
7703
7704         * gtk/gtklabel.[ch]: Add functions
7705         gtk_label_set/get_use_underline(), gtk_label_set/get_use_markup(),
7706         gtk_label_set_label(), which mirror the property API for GtkLabel.
7707         Make gtk_label_get_attributes() only reflect the attributes
7708         set by gtk_label_set_attributes.
7709
7710         * gtk/gtknotebook.c (gtk_notebook_set_current_page) gtk/gtkcompat.h: Rename
7711         from gtk_notebook_set_page().
7712
7713 Sat Jun 23 18:02:46 2001  Owen Taylor  <otaylor@redhat.com>
7714
7715         * configure.in: Fix tests for XShm.h.
7716
7717         * gdk/x11/gdkimage-x11.c: Cleanup error handling in
7718         gdk_image_new() by use of goto, properly use g_object_unref().
7719
7720 Sat Jun 23 22:03:20 2001  Tim Janik  <timj@gtk.org>
7721
7722         * gdk/x11/gdkimage-x11.c (gdk_image_init): disabled g_free (image)
7723         calls, as GdkImage is an object. these should be g_obejct_unref()
7724         instead but that won't work because of the g_error() statement
7725         in gdk_x11_image_destroy(). so for now, i did s/g_free/LEAK_IMAGE/
7726         to spot these places.
7727
7728 Sat Jun 23 10:27:53 2001  Owen Taylor  <otaylor@redhat.com>
7729
7730         * modules/input/gtkimcontextxim.c: Fixup some problems with 
7731         text length handling in error cases.
7732
7733         * gtk/gtkwidget.c (gtk_widget_size_allocate): Reorder
7734         a bit to make test actually warn on attempt to allocation
7735         a negative size. (#56101, Matthias Clasen)
7736
7737 Fri Jun 22 14:06:08 2001  Jonathan Blandford  <jrb@redhat.com>
7738
7739         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
7740         noticed by Brian Cameron.
7741         (gtk_tree_view_real_expand_row): Fix bug noticed by Brian
7742         Cameron.
7743
7744 2001-06-22  Hans Breuer  <hans@breuer.org>
7745
7746         * gdk/gdk.def : updated externals
7747
7748         * gdk/win32/gdkdrawable-win32.c : corrected some casts
7749         in GDK_NOTEs
7750
7751         * gdk/win32/gdkevents-win32.c : use _gdk_windowing_window_get_offsets
7752         to translate coordinates to the internal > 16 bit system
7753         Try to handle WM_WINDOWPOSCHANGED to get better performance for
7754         when moving/resizing
7755
7756         * gdk/win32/gdkkeys-win32.c : implement gdk_keymap_get_default ()
7757         and gdk_keymap_get_direction (). The latter is untested for
7758         the RTL case
7759
7760         * gtk/gtk.def : updated externals
7761
7762         * gtk/gtkmain.c : gtk_get_default_language () should reurn the result
7763         from pango_language_from_string (), not an already freed pointer
7764
7765         * gtk/stock-icons/stock_menu_sort_ascending.png : PNGs need to be 
7766         binary (-kb) to be useable on windoze
7767  
7768 2001-06-21  Alexander Larsson  <alexl@redhat.com>
7769
7770         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description): 
7771         Update to new PangoLanguage changes.
7772         
7773         * gtk/gtkwindow-decorate.c:
7774         * gtk/gtkwindow.[ch]:
7775         Added setting argument to gtk_window_set_has_frame ()
7776         
7777 Thu Jun 21 13:42:01 2001  Owen Taylor  <otaylor@redhat.com>
7778
7779         * gdk/x11/gdkkeys-x11.c (gdk_keymap_get_direction): Handle
7780         the case without XKB properly.
7781
7782         * gtk/gtkrc.c (gtk_rc_set_default_files): Remove
7783         unused gtk_rc_auto_parse variable.
7784
7785         * gtk/gtkrc.[ch] gtk/gtkstyle.c docs/Changes-2.0.txt:
7786         Remove gtk_rc_set_image_loader(), gtk_rc_load_image(), no
7787         longer needed with GdkPixbuf.
7788
7789         * gtk/gtkrc.c (_gtk_rc_init): Make private.
7790
7791 Fri Jun 15 16:26:12 2001  Owen Taylor  <otaylor@redhat.com>
7792
7793         * gtk/gtkentry.h: Mark deprecated functions with
7794         GTK_DISABLE_DEPRECATED.
7795
7796 Mon Jun 11 18:15:16 2001  Owen Taylor  <otaylor@redhat.com>
7797
7798         * gdk/gdk.h: Add missing gdk_rectangle_get_type() prototype.
7799
7800         * gtk/gtk[hv]scale.c: Include math.h, stdlib.h
7801
7802         * gdk/gdkpango.h gtk/gtkclist.c gtk/gtkentry.c gtk/gtkmain.[ch]
7803           gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtktextbuffer.c
7804           gtk/gtktextdisplay.c gtk/gtktextiter.[ch]
7805           gtk/gtktextlayout.c gtk/gtktexttag.[ch] gtk/gtkwidget.c: Adapt
7806           to recent changes in Pango.
7807
7808         * tests/testgtk.c: Set language tags with gtk_label_set_markup()
7809           to test whether the basic engine honors them.
7810
7811 Thu Jun 21 02:13:40 2001  Tim Janik  <timj@gtk.org>
7812
7813         * gtk/gtkcontainer.[hc]: added gtk_container_child_set_property() and
7814         gtk_container_child_get_property().
7815
7816 Wed Jun 20 19:19:15 2001  Jonathan Blandford  <jrb@redhat.com>
7817
7818         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_up_down): clean up
7819         (gtk_tree_view_move_cursor_page_up_down): implement.
7820
7821 Wed Jun 20 05:32:05 2001  Tim Janik  <timj@gtk.org>
7822
7823         * gtk/gtkspinbutton.c: make maximum digits compile time configurable
7824         via MAX_DIGITS and up to 20. 5 was just ridiculously small.
7825         don't use automatic fixed size buffer for printf-ing floats, doubles
7826         can expand to really _huge_ strings, use g_strdup_printf() instead.
7827
7828 Wed Jun 20 04:28:24 2001  Tim Janik  <timj@gtk.org>
7829
7830         * gtk/gtkrange.c (gtk_range_class_init): hum, "adjustment" was a
7831         construct property in 1.2 and still needs to be.
7832
7833         * gtk/gtkwidget.c: "composite_child" is not a settable property.
7834
7835 Tue Jun 19 19:13:19 2001  Jonathan Blandford  <jrb@redhat.com>
7836
7837         * gtk/gtkliststore.c (gtk_list_store_clear): 
7838         * gtk/gtktreestore.c (gtk_tree_store_clear): New functions to
7839         clear a model.
7840
7841 Mon Jun 18 02:00:49 2001  Tim Janik  <timj@gtk.org>
7842
7843         * gtk/gtkwidget.c (gtk_widget_get_property): fix PROP_EVENTS.
7844
7845         * gtk/Makefile.am:
7846         * gtk/gtk.h: disabled GtkPacker compilation.
7847
7848         * gtk/gtkarg.[hc], gtk/gtkargcollector.c: got rid of these.
7849
7850         * gtk/gtknotebook.c:
7851         * gtk/gtktable.c:
7852         * gtk/gtkbox.c: ported this over to child properties.
7853
7854         * gtk/gtksettings.c: fetch class properties via
7855         g_object_class_list_properties().
7856
7857         * gtk/gtkcontainer.[hc]: implemented child properties, got rid of the
7858         child arg interface. use gobjectnotifyqueue.c for child property
7859         notification.
7860
7861         * gtk/gtkwidget.[hc]: provide necessary means for container child
7862         properties, i.e. ::child_notify signal,
7863         gtk_widget_freeze_child_notify(),
7864         gtk_widget_child_notify(),
7865         gtk_widget_thaw_child_notify().
7866
7867         * tests/testgtk.c: removed inferior property handling code, for
7868         property editing, a generic module should be used, and GLE
7869         coincidentally fullfills that purpose.
7870
7871         * docs/reference/Makefile.am: disabled gtk docs building, gtk-doc
7872         needs to be adapted to g_object_class_list_properties() before this
7873         builds again.
7874
7875 Mon Jun 18 20:06:10 2001  Jonathan Blandford  <jrb@redhat.com>
7876
7877         * gtk/gtktreeview.c (gtk_tree_view_row_expanded): New function to
7878         test if a node is expanded.
7879
7880 Mon Jun 18 19:41:38 2001  Jonathan Blandford  <jrb@redhat.com>
7881
7882         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
7883         where collapsing a selected row would result in the cursor/anchor
7884         getting screwed up.
7885
7886 Fri Jun 15 18:53:48 2001  Jonathan Blandford  <jrb@redhat.com>
7887
7888         * gtk/gtktreesortable.c (gtk_tree_sortable_set_sort_func): Rename
7889         gtk_tree_sortable_sort_column_id_set_func.  It's much shorter now.
7890         * gtk/gtktreeview.c (gtk_tree_view_sort_iter_changed): WOOO!!!
7891         Now I can really reorder/sort all Store widgets.  treesorttest
7892         seems to just work now.
7893         * gtk/gtklistview.c (gtk_list_store_iter_changed): Whoops.
7894         testtreesort worked through a big coincidence all this time.
7895         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Nasty bug fix in nasty
7896         code.
7897         * tests/testtreecolumns.c: Big 'ol warning at the top letting
7898         people know that this code should never ever ever be copied.
7899
7900 2001-06-15  Jonas Borgström  <jonas@codefactory.se>
7901
7902         * gtk/gtkwindow.h: Fixed a small typo, it should be
7903         GTK_WINDOW_GROUP_GET_CLASS and not GTK_WINDOW_GET_CLASS
7904         on line 134.
7905
7906 2001-06-14  Havoc Pennington  <hp@redhat.com>
7907
7908         Docs fixups, and:
7909         
7910         * gtk/gtkcompat.h: remove GTK_DISABLE_COMPAT_H, replace with
7911         GTK_DISABLE_DEPRECATED
7912
7913 Thu Jun 14 19:21:27 2001  Jonathan Blandford  <jrb@redhat.com>
7914
7915         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): Whoops.  Forgot
7916         this a couple months ago.  Now GtkTreeStore sort of sorts.  I'll
7917         finish it off tonight, though it basically works now when it's a
7918         list.  Also, I have a sinking feeling neither GtkTreeStore or
7919         GtkListStore actually resort when adding a new item.  I'll look
7920         into it.
7921
7922 2001-06-14  Havoc Pennington  <hp@redhat.com>
7923
7924         * demos/gtk-demo/main.c (load_file): fix bug identified by
7925         warnings I just added to gtktextbuffer
7926
7927 2001-06-14  Havoc Pennington  <hp@redhat.com>
7928
7929         * gtk/gtkwindow.c (window_group_cleanup_grabs): fix other typo
7930
7931         * gtk/gtkwidget.c (gtk_widget_propagate_state): fix typo
7932
7933         * gtk/gtktextbtree.c: don't leak node data all over the place.
7934
7935         * demos/gtk-demo/main.c (main): create fontify tags for the right
7936         buffer
7937
7938         * gtk/gtktextbuffer.c, gtk/gtktexttagtable.c: enhance docs
7939         to mention tags in the same table can't have the same name,
7940         suggested by Skip Montanaro
7941
7942 2001-06-11  Havoc Pennington  <hp@redhat.com>
7943
7944         * gtk/gtktexttagtable.c (gtk_text_tag_table_add): improve warning 
7945         for trying to add two tags with same name to the tag table
7946
7947         * demos/gtk-demo/main.c (main): fix colors ;-)
7948
7949 `Fri Jun  8 17:56:52 2001  Owen Taylor  <otaylor@redhat.com>
7950
7951         * gtk/gtkwindow.[ch] gtk/gtkmain.c: Add a GtkWindowGroup struct
7952         that allows grouping together multiple windows so that grabs
7953         within that set of windows only affect those windows.
7954
7955         * gtk/gtkmain.c gtk/gtkwidget.[ch]: Add a "grab_notify"
7956         signal for notification when a widget becomes shadowed
7957         by a grab or is no longer shadowed by a grab.
7958
7959         * gtk/gtkwidget.c (gtk_widget_propagate_state)
7960           gtk/gtkmain.c: (gtk_widget_grab_add): Don't allow
7961         insenstive widgets to maintain a grab.
7962
7963 2001-06-14  Alexander Larsson  <alexl@redhat.com>
7964
7965         * docs/README.linux-fb:
7966         Add some example config files that can be used with the URW fonts.
7967         
7968         * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init): 
7969         Set up the color ramps for DirectColor mode.
7970
7971 2001-06-11  Havoc Pennington  <hp@redhat.com>
7972
7973         * Release 1.3.6
7974          
7975 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
7976
7977         * gdk/linux-fb/gdkwindow-fb.c:
7978         Unify shaped window code and make it repaint the area that used
7979         to be part of the shape, but isn't anymore.
7980
7981 2001-06-11  Havoc Pennington  <hp@redhat.com>
7982
7983         * NEWS: Updates
7984
7985         * configure.in (GTK_MINOR_VERSION): bump version to 1.3.6
7986
7987         * gtk/Makefile.am: glib_genmarshal already contains top_builddir
7988         
7989 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
7990
7991         * gdk/linux-fb/gdkdnd-fb.c (gdk_drag_status):
7992         Don't pass on GDK_ACTION_DEFAULT. The Xdnd code
7993         passes zero instead, so do we.
7994         
7995 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
7996
7997         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
7998         Deep copy dash_list too.
7999         (_gdk_fb_gc_new): Set default cap_style before
8000         setting values.
8001
8002 2001-06-12  Alexander Larsson  <alla@lysator.liu.se>
8003
8004         * gdk/linux-fb/gdkkeyboard-fb.c (gdk_keymap_get_default,
8005         gdk_keymap_get_direction): New functions.
8006
8007 Tue Jun 12 12:41:27 2001  Jonathan Blandford  <jrb@redhat.com>
8008
8009         * gtk/gtktreemodel.h (GTK_TREE_MODEL_LIST_ONLY): further justify
8010         gtk_tree_model_get_flags by adding a second flag for atk.
8011
8012         * gtk/gtktreemodel.c: make cursor behavior interact better with
8013         mouse presses.
8014
8015 Mon Jun 11 12:43:08 2001  Jonathan Blandford  <jrb@redhat.com>
8016
8017         * gtk/gtktreeview.c (gtk_tree_view_class_init): changed
8018         expand_row/collapse_row to be 2 signals each -- test_expand_row
8019         and row_expanded as well as test_collapse_row and row_collapsed.
8020
8021 2001-06-10  Anders Carlsson  <andersca@codefactory.se>
8022
8023         * demos/gtk-demo/stock_browser.c (do_stock_browser): Update
8024         signal name to be changed instead of selection_changed.
8025
8026 2001-06-08  Havoc Pennington  <hp@redhat.com>
8027
8028         * gtk/gtkentry.c (gtk_entry_class_init): add read-only
8029         "scroll_offset" property for notification when the layout offsets
8030         may have changed
8031         (gtk_entry_adjust_scroll): add notify for scroll_offset
8032         (gtk_entry_layout_index_to_text_index): function to compensate for
8033         preedit string when doing coordinate stuff on the entry's layout
8034         (gtk_entry_text_index_to_layout_index): inverse function
8035         (gtk_entry_get_layout_offsets): hook to get current position of
8036         the layout      
8037         (gtk_entry_get_layout): hook to get the layout itself.
8038
8039         * gtk/gtklabel.c (gtk_label_get_layout): new function
8040
8041 Fri Jun  8 19:49:29 2001  Jonathan Blandford  <jrb@redhat.com>
8042
8043         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): New
8044         keybinding.
8045         (gtk_tree_view_focus): Fix merge conflict.
8046
8047 Fri Jun  8 18:41:30 2001  Jonathan Blandford  <jrb@redhat.com>
8048
8049         * gtk/gtktreeview.c (gtk_tree_view_set_cursor): new function to
8050         clean up cursor handling.
8051
8052 2001-06-08  Havoc Pennington  <hp@redhat.com>
8053
8054         * gtk/gtktextbuffer.c (gtk_text_buffer_get_start_iter): added this
8055         function
8056
8057         * gtk/gtktextview.c (gtk_text_view_get_default_attributes): added
8058         this function
8059
8060 2001-06-08  Alex Larsson  <alexl@redhat.com>
8061
8062         * gtk/gtkcompat.h.in:
8063         Added compat macros for all old GTK_TYPE_GDK_xxx types.
8064         Fixes bug #52892
8065
8066 2001-06-08  Havoc Pennington  <hp@redhat.com>
8067         
8068         * gtk/gtkhsv.h (struct _GtkHSVClass): had GtkContainerClass as
8069         parent still
8070
8071 2001-06-08  Havoc Pennington  <hp@redhat.com>
8072
8073         * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): geez,
8074         don't call g_list funcs on GSList
8075
8076         * gtk/gtkwidget.c (gtk_widget_child_focus): replaces
8077         gtk_container_focus(), since some widgets have focusable locations
8078         which are not other widgets. These widgets should not have to be 
8079         containers just to manage the focus. For example, GtkHSV is
8080         currently a container for no good reason. Also, this cleans
8081         up the "if (is_container && is_sensitive && is_drawable)
8082         container_focus ()" mess in widget implementations.
8083
8084         * gtk/gtkcontainer.c (gtk_container_focus): deprecate this
8085         function, and have it just call gtk_widget_child_focus().
8086
8087         * gtk/gtkhsv.c: derive from widget not container
8088         
8089         Throughout: fix to reflect GtkContainer::focus change
8090         
8091 Fri Jun  8 12:38:49 2001  Jonathan Blandford  <jrb@redhat.com>
8092
8093         * gtk/gtktable.c (gtk_table_resize): warn if row/cols are out of
8094         range.  Fix bug #55921
8095
8096         * gtk/gtkliststore.c (gtk_list_store_new_with_types): fix doc bug
8097         (#55920).
8098
8099 Fri Jun  8 12:03:07 2001  Owen Taylor  <otaylor@redhat.com>
8100
8101         * gdk/gdkkeys.[ch]: Add a direction-changed signal,
8102         and gdk_keymap_get_current_direction().
8103
8104         * gdk/x11/gdkevents-x11.c gdk/x11/gdkkeys-x11.c
8105           gdk/x11/gdkmain-x11.c gdk/x11/gdkprivate-x11.h: Track
8106         the current locked group, use it to set the keymap
8107         direction.
8108
8109         * gtk/gtksettings.c: Add a new gtk-split-cursor setting
8110         to determine whether we draw a split cursor or use
8111         a jumping cursor based on the current direction.
8112
8113         * gtk/gtkentry.c gtk/gtktextview.c gtk/gtktextlayout.[ch]:
8114         Obey the split cursor setting. 
8115
8116 Fri Jun  8 11:57:50 2001  Owen Taylor  <otaylor@redhat.com>
8117
8118         * gtk/gtkimmulticontext.c (activate_cb): Only activate
8119         when toggling on, not when toggling off... (#55906)
8120
8121 Wed Jun  6 10:37:07 2001  Owen Taylor  <otaylor@redhat.com>
8122
8123         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): 
8124         s/gdk_window_begin_paint/gdk_window_begin_paint_region/
8125         in docs. (#55812, Vitaly Tishkov)
8126
8127 2001-06-08  Anders Carlsson  <andersca@codefactory.se>
8128
8129         * demos/gtk-demo/main.c (create_tree): Changed signal name from
8130         selection_changed to changed in signal connection to GtkTreeSelection,
8131         also used g_signal_connectc since GtkTreeSelection is now a GObject.
8132
8133 Thu Jun  7 18:25:42 2001  Jonathan Blandford  <jrb@redhat.com>
8134
8135         * gtk/gtktreeselection.c: Now it's a GObject instead of a
8136         GtkObject.  The GtkTreeSelection::selection_changed signal is now
8137         the GtkTreeSelection::changed signal.
8138
8139         * gtk/gtktreeview.c: Modified to deal with new GtkTreeSelection
8140         object.
8141
8142         * tests/gtktree*.c: Modified to deal with new GtkTreeSelection
8143         object.
8144
8145 2001-06-07  Havoc Pennington  <hp@redhat.com>
8146
8147         * gtk/Makefile.am: fix glib-mkenums and glib-genmarshal again
8148
8149 2001-06-07  Havoc Pennington  <hp@redhat.com>
8150         
8151         * gtk/Makefile.am: fixups for glib-mkenums and glib-genmarshal
8152         (not tested yet because with absolute path to srcdir I can't build
8153         atk, but it was broken anyway so this may help) 
8154
8155 2001-06-07  Havoc Pennington  <hp@redhat.com>
8156
8157         * configure.in: output m4macros/Makefile
8158         
8159 Wed Jun  6 21:59:16 2001  Jonathan Blandford  <jrb@redhat.com>
8160
8161         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): hook up arrow
8162         buttons.  Fixes #55460 reported by matthiasc@poet.de.
8163
8164 Wed Jun  6 21:18:54 2001  Jonathan Blandford  <jrb@redhat.com>
8165
8166         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): centralize
8167         expansion/collapsing so it only happens in one place.
8168         (gtk_tree_view_real_expand_row): ditto.
8169
8170 2001-06-07  Havoc Pennington  <hp@redhat.com>
8171
8172         * tests/Makefile.am: add missing -I flag
8173
8174         * gtk/Makefile.am: use @GLIB_MKENUMS@, @GLIB_GENMARSHAL@, etc.
8175
8176         * configure.in: use pkg-config to see if GModule is
8177         supported; fix to properly turn on included loaders 
8178         when GModule isn't supported; don't use AC_CHECK_LIB 
8179         when libs are not installed yet
8180
8181         * autogen.sh: add support for AUTOGEN_SUBDIR_MODE
8182
8183         * Makefile.am (SUBDIRS): add m4macros subdir
8184
8185         * gtk/Makefile.am: $(srcdir)/foo targets must be $(srcdir)/foo in
8186         dependencies also.
8187
8188 Wed Jun  6 19:31:11 2001  Jonathan Blandford  <jrb@redhat.com>
8189
8190         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix silly bug
8191         reported by "Padraig O'Briain" <Padraig.Obriain@Sun.COM>.
8192
8193 Wed Jun  6 20:01:38 2001  Jonathan Blandford  <jrb@redhat.com>
8194
8195         * gtk/gtktreeview.c
8196         (gtk_tree_view_real_expand_collapse_cursor_row): Handle key
8197         bindings to expand and collapse rows.
8198         (gtk_tree_view_real_select_cursor_parent): New key binding.
8199         (gtk_tree_view_real_toggle_cursor_row): New key binding.
8200
8201         * gtk/gtkmarshal.list: new
8202         marshaller. (VOID__BOOLEAN_BOOLEAN_BOOLEAN)
8203
8204 2001-06-06  Havoc Pennington  <hp@redhat.com>
8205
8206         * gtk/gtkrange.c (gtk_range_class_init): add "inverted" property
8207
8208         * gtk/gtkscale.c (gtk_scale_class_init): Change Page Up and Page
8209         Down to move visually rather than logically, since it confuses 
8210         people. Add -/+ and Ctrl--/+ bindings for logical movement.
8211
8212 2001-06-06  Alex Larsson  <alexl@redhat.com>
8213
8214         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
8215         Fix up error messages.
8216
8217 Wed Jun  6 10:34:42 2001  Owen Taylor  <otaylor@redhat.com>
8218
8219         * gtk/gtktooltips.h: Include gtkwidget.h 
8220         (#55798, Karl Nelson)
8221
8222         * gdk/x11/gdkwindow-x11.c (utf8_is_latin1): 0xff is
8223         a valid latin-1 character. (Marc Lehmann, #35467)
8224
8225         * gdk/x11/gdkwindow-x11.c: Fix minor typo in comment. 
8226         (Marc Lehmann, #35467)
8227         
8228 2001-06-05  Alex Larsson  <alexl@redhat.com>
8229
8230         * demos/gtk-demo/appwindow.c (do_appwindow):
8231         Don't swap the order of the args to gtk_widget_destroyed.
8232
8233         * tests/testgtk.c (destroy_properties):
8234         Don't crash when the properties window is destroyed.
8235
8236         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_from_stock):
8237         Use with_mnemonics to handle the case of stock items with
8238         underscores in them.
8239
8240 2001-06-05  Havoc Pennington  <hp@redhat.com>
8241
8242         * gtk/gtktextiter.c (gtk_text_iter_order): rename from 
8243         gtk_text_iter_reorder
8244
8245 2001-06-05  Havoc Pennington  <hp@redhat.com>
8246
8247         * gtk/gtktoolbar.c (gtk_toolbar_remove_space): new function
8248
8249 2001-06-05  Havoc Pennington  <hp@redhat.com>
8250
8251         * gtk/gtkspinbutton.c (gtk_spin_button_set_range): clamp the value 
8252         to the range that was set
8253
8254         * gtk/gtkrange.c: add value_changed signal, primarily 
8255         intended for use with GtkScale
8256         (gtk_range_set_increments): new function
8257         (gtk_range_set_range): new function with weird name
8258         (gtk_range_set_value): new function
8259         (gtk_range_get_value): new function
8260
8261         * gtk/gtkspinbutton.c (gtk_spin_button_get_value): rename 
8262         from gtk_spin_button_get_value_as_float(). Compat #define
8263         added for get_value_as_float.
8264
8265         * gtk/gtkhscale.c (gtk_hscale_new_with_range): new function
8266
8267         * gtk/gtkvscale.c (gtk_vscale_new_with_range): new function
8268
8269 Tue Jun  5 14:57:18 2001  Jonathan Blandford  <jrb@redhat.com>
8270
8271         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_size): Fix bug #55573
8272
8273 Mon Jun  4 12:41:25 2001  Owen Taylor  <otaylor@redhat.com>
8274
8275         * gtk/gtkwidget.h: Deprecate gtk_widget_set().
8276
8277         * tests/testgtk.c (create_tooltips): Remove usage of
8278         gtk_widget_set().
8279
8280 2001-06-05  Havoc Pennington  <hp@redhat.com>
8281
8282         * gtk/gtkcolorsel.c: Use new mnemonic convenience functions
8283
8284         Applying patch from Jeff Franks, with function docs added.
8285         
8286         * gtk/gtkcheckbutton.c (gtk_check_button_new_with_mnemonic):
8287         remove call to set_mnemonic_widget, change docs a bit.  
8288
8289         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_with_mnemonic):
8290         new function
8291
8292         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_new_with_mnemonic):
8293         new function
8294
8295         * gtk/gtkmenuitem.c (gtk_menu_item_new_with_mnemonic): new function
8296
8297         * gtk/gtkradiobutton.c (gtk_radio_button_new_with_mnemonic): new
8298         function
8299         (gtk_radio_button_new_with_mnemonic_from_widget): new function
8300
8301         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_new_with_mnemonic):
8302         new function
8303
8304         * gtk/gtktogglebutton.c (gtk_toggle_button_new_with_mnemonic): new
8305         function        
8306
8307         * gtk/gtklabel.c (gtk_label_new_with_mnemonic): Improve docs on 
8308         auto-selection of mnemonic widget.
8309
8310 Mon Jun  4 15:05:24 2001  Jonathan Blandford  <jrb@redhat.com>
8311
8312         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_max_width):
8313         Fix segfault found by Vitaly Tishkov <tvv@sparc.spb.su>.
8314         (gtk_tree_view_column_set_min_width): ditto.
8315
8316 Tue Jun  5 11:04:06 2001  Owen Taylor  <otaylor@redhat.com>
8317
8318         * gdk/gdkpixmap.h (GDK_PIXMAP_GET_CLASS): 
8319         s/GdkPixmapClass/GdkPixmapObjectClass/. (#51890, Jeff Franks)
8320
8321 Mon Jun  4 12:50:11 2001  Owen Taylor  <otaylor@redhat.com>
8322
8323         * gtk/gtkctree.c (gtk_ctree_insert_gnode): Add a missing
8324         gtk_clist_thaw().
8325
8326 2001-06-04  Havoc Pennington  <hp@pobox.com>
8327
8328         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore 
8329 r       eleases for buttons 6, 7
8330
8331 2001-06-04  Havoc Pennington  <hp@redhat.com>
8332
8333         * gtk/gtkseparatormenuitem.h: Fix a search-and-replace screwup
8334         (s/CHECK/SEPARATOR/ gone awry). Patch from Jeff Franks, bug
8335         #55562
8336
8337 2001-06-04  Havoc Pennington  <hp@redhat.com>
8338
8339         * gtk/gtktextview.c (gtk_text_view_size_request): handle case
8340         where text_view->layout == NULL by assuming its size is 0, 
8341         i.e. same as if we haven't done any reflow. Reported by 
8342         Hidetoshi Tajima #55448 
8343
8344 2001-06-04  Havoc Pennington  <hp@redhat.com>
8345
8346         * gdk/x11/gdkevents-x11.c (gdk_event_translate): support button 6
8347         and 7 for scroll left/right, from Thomas Broyer
8348
8349 2001-05-10  Havoc Pennington  <hp@redhat.com>
8350
8351         * gtk/gtksettings.c (gtk_settings_get_property): Handle case where
8352         we need to parse the xsetting as if it were an RC file string.
8353
8354         * gtk/gtkcolorsel.c (gtk_color_selection_class_init): load initial
8355         value of palette from settings, not from static variable
8356
8357         * gdk/x11/gdkevents-x11.c: add color palette, toolbar mode to
8358         xsettings translation table
8359
8360         * gtk/gtktoolbar.c (gtk_toolbar_new): Remove arguments, because 
8361         hardcoding the toolbar style conflicts with new customizable 
8362         toolbar style philosophy
8363         (gtk_toolbar_class_init): add settings for default toolbar style;
8364         these are used unless the app specifically forces a toolbar style
8365
8366         * gtk/gtksettings.c (settings_install_property_parser): only
8367         return at the start if we warn and parser == NULL
8368
8369         * gtk/gtkcolorsel.c (gtk_color_selection_finalize): disconnect the
8370         palette changed handler so we don't notify dead color selections
8371
8372         * gtk/gtkstyle.c (gtk_default_draw_shadow): handle
8373         xthickness/ythickness of 0 or 1 properly 
8374         (gtk_default_draw_resize_grip): clear the background behind the
8375         resize grips, and align to bottom right if we square the 
8376         area to be drawn.
8377
8378         * gtk/gtkstatusbar.c (gtk_statusbar_init): set horizontal usize on 
8379         statusbar label to 1, so it doesn't make toplevels resize oddly
8380         (gtk_statusbar_size_request): add grip size to request
8381         (gtk_statusbar_size_allocate): hack so the hbox still works with 
8382         the grip size in the request
8383
8384         * gtk/gtktoolbar.c (gtk_toolbar_show_all): override to fix 
8385         bug where showing all on a toplevel makes the toolbar 
8386         button text appear despite the toolbar mode
8387
8388         * gtk/gtkmenubar.c: add internal padding style property
8389
8390         * gtk/gtktoolbar.c: Add internal padding style property; add
8391         shadow type style property
8392
8393         * gtk/gtkmenubar.c (gtk_menu_bar_paint): paint box with widget
8394         state; and put Container::border_width outside the frame
8395
8396         * gtk/gtktextview.c: don't draw focus rectangle if we're in
8397         interior focus mode, we just use blinking cursor
8398
8399 2001-06-04  Havoc Pennington  <hp@redhat.com>
8400
8401         * configure.in: Make gdk-pixbuf have same version number as GTK
8402
8403 2001-06-04  Havoc Pennington  <hp@redhat.com>
8404
8405         * gtk/gtkspinbutton.c: Get rid of stupid g_return_if_fail on 
8406         digits greater than 6. If there actually are limits (which there
8407         likely aren't), should clamp to them not warn.
8408         (gtk_spin_button_new_with_range): don't take log of 0
8409         (gtk_spin_button_size_request): use digits to compute size
8410         request, rather than step increment.
8411
8412         * tests/testgtk.c (create_spins): test larger values of digits
8413         
8414         * gtk/gtkfontsel.c (gtk_font_selection_init): scroll to selected
8415         font on map not expose, so we don't get weirdness during scrolling
8416
8417 2001-06-04  Havoc Pennington  <hp@redhat.com>
8418
8419         * gtk/gtkclist.c (vadjustment_value_changed): Apply fix from
8420         Sam Solon, bug #54577, update value even if not drawable.
8421
8422 2001-06-04  Havoc Pennington  <hp@redhat.com>
8423
8424         * gtk/gtkrange.c (gtk_range_scroll_event): change SCROLL_RIGHT to
8425         SCROLL_LEFT, reported by Thomas Broyer.
8426
8427 2001-06-04  Havoc Pennington  <hp@redhat.com>
8428
8429         * gtk/gtkrange.c (gtk_range_adjustment_value_changed): 
8430         Process updates immediately, to prevent funny lag effect
8431         when scrolling, at some mild potential efficiency cost.
8432
8433 2001-06-04  Havoc Pennington  <hp@redhat.com>
8434
8435         * gtk/gtkrange.c (gtk_range_button_press): on middle click, center
8436         slider on the click.
8437
8438 2001-06-03  Havoc Pennington  <hp@pobox.com>
8439
8440         * gtk/gtkstyle.c (gtk_default_draw_slider): make this special-case
8441         hscale/vscale details, so we can use it for scrollbar as well.
8442
8443         * tests/testgtk.c (reformat_value): honor digits from GtkScale
8444
8445         * gtk/gtkenums.h (GtkTroughType): Remove this enum
8446         (GtkScrollType): add START and END from GtkTroughType
8447
8448         * gtk/gtkstyle.c (gtk_default_draw_slider): was not properly using
8449         its x/y arguments
8450
8451         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkscrollbar.h,
8452         gtk/gtkscrollbar.c, gtk/gtkscale.h, gtk/gtkscale.c,
8453         gtk/gtkhscrollbar.h, gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.h,
8454         gtk/gtkvscrollbar.c, gtk/gtkhscale.h, gtk/gtkhscale.c,
8455         gtk/gtkvscale.h, gtk/gtkvscale.c: Rewrite GtkRange and subclasses.
8456
8457         Notable changes in the process:
8458          
8459         - stepper_size style property is the height for vertical 
8460           ranges, width for horizontal; the other dimension matches
8461           the trough size
8462         - add ability to do NeXT-style steppers (and several other styles
8463           that don't make any sense)
8464         - added min_slider_length, fixed_slider_length properties to
8465           GtkScrollbar
8466         - cleaned some private (or at least useless) functions out of
8467           gtkscale.h    
8468         - moved bindings to GtkScale from subclasses, even arrow keys,
8469           since blind users don't know scale orientation.
8470         - change move_slider action signal to use new GtkScrollType,
8471           remove GtkTroughType argument
8472         - digits rounds the values a range will input to the given 
8473           number of decimals, but will not try to force adjustment 
8474           values set by other controllers. That is, we no longer
8475           modify adjustment->value inside a value_changed handler.
8476         - added getters for GtkScale setters
8477         - middle-click begins a slider drag
8478         
8479 Fri Jun  1 18:54:47 2001  Jonathan Blandford  <jrb@redhat.com>
8480
8481         * gtk/gtktreeview.c: (gtk_tree_view_focus): Initial stab at
8482         getting the focus code to work.
8483         (gtk_tree_view_class_init): Add a bunch of keybindings.
8484
8485         * gtk/gtktreeviewcolumn.c
8486         (gtk_tree_view_column_set_cell_data_func):
8487         s/GtkCellDataFunc/GtkTreeCellDataFunc.
8488         (_gtk_tree_view_column_set_tree_view): Use "notify::model" instead
8489         of "properties_changed" to help justify the death of the latter
8490         signal. (-:
8491
8492         * tests/testtreefocus.c (main): Let some columns be focussable to
8493         test focus better.
8494
8495 2001-06-01  Havoc Pennington  <hp@redhat.com>
8496
8497         * gtk/gtkentry.c (gtk_entry_commit_cb): implement overwrite mode
8498         
8499         * gtk/gtktextview.c (gtk_text_view_commit_handler): don't
8500         overwrite in overwrite mode if we already deleted the selection
8501         and replaced it with new text.  
8502
8503         * gtk/gtklabel.c (gtk_label_select_region_index): if you set the
8504         selection to an empty range, clear the clipboard if we owned it.
8505         (gtk_label_set_selectable): give up selection if we become
8506         unselectable.
8507         (gtk_label_state_changed): override state changed to unselect text
8508         when insensitive
8509         (get_text_callback): add paranoia check that indexes aren't
8510         outside of label->text
8511         (gtk_label_select_region): make -1 for start_offset mean "end of
8512         label," for consistency with GtkEditable
8513
8514         * gtk/gtkmessagedialog.c (gtk_message_dialog_new): honor
8515         GTK_DIALOG_NO_SEPARATOR flag
8516
8517 Fri Jun  1 11:47:11 2001  Owen Taylor  <otaylor@redhat.com>
8518
8519         * gtk/gtkcombo.c (gtk_combo_set_use_arrows_always): Fix 
8520         notifications on non-existant "enable_arrow_keys".
8521         (#53753, Skip Montanaro)
8522
8523 Fri Jun  1 11:31:55 2001  Owen Taylor  <otaylor@redhat.com>
8524
8525         * gdk/gdkrectangle.c (gdk_rectangle_get_type): Add 
8526         GDK_TYPE_RECTANGLE.
8527
8528         * gtk/gtkwidget.c (gtk_widget_class_init): Fix type
8529         of allocation argument be GDK_TYPE_RECTANGLE.
8530
8531 Thu May 31 12:43:57 2001  Owen Taylor  <otaylor@redhat.com>
8532
8533         * gtk/gtkoptionmenu.c: Account for the fact that the border
8534         width is _outside_ the window. (Fixes #54585, bug found
8535         by Bastien Nocera.)
8536
8537 Wed May 30 15:56:30 2001  Owen Taylor  <otaylor@redhat.com>
8538
8539         * gtk/gtksettings.c (gtk_settings_get_property): Validate
8540         value from GDK settings against parameter spec.
8541
8542         * gdk/x11/gdkevents-x11.c (gdk_setting_get): Add assignments
8543         to temporary values and use g_value_transform(), since
8544         thinking that GValue was going to be easy or efficient
8545         to use was, of course, a mistake.
8546
8547         * gtk/gtksettings.c: Add cursor blink setting.
8548         
8549         * gdk/x11/gdkevents-x11.c: Add cursor blink X settings.
8550
8551         * gtk/gtkentry.c: Add cursor blinking.
8552
8553         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): Use
8554         cursor blink global settings.
8555
8556         * gtk/gtkentry.c (gtk_entry_button_press): Add notification
8557         for :text_position in places where it is missing.
8558
8559 Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
8560
8561         * autogen.sh (have_libtool): Fix GNU sedism (#55430)
8562
8563 Tue May 29 17:40:29 2001  Owen Taylor  <otaylor@redhat.com>
8564
8565         * configure.in (GTK_DEP_CFLAGS): Use $PKG_CONFIG,
8566         not pkg-config. (#51032)
8567
8568         * gdk/gdkproperty.h: Remove inappropriate G_GNUC_CONST
8569         (fixes #51952, James Henstridge)
8570         
8571 2001-05-27  Alexander Larsson  <alla@lysator.liu.se>
8572
8573         * gtk/gtkstock.h (GTK_STOCK_GO_UP):
8574         Rename to the more correct gtk-go-up.
8575
8576         * gtk/stock-icons/stock_menu_sort_ascending.png:
8577         Added new file.
8578         
8579         * gtk/stock-icons/stock_menu_sort_descending.png:
8580         Changed to show descending instead of ascending.
8581
8582         * gtk/gtkiconfactory.c:
8583         Added menu size icon to sort ascending.
8584
8585         * gtk/stock-icons/Makefile.am:
8586         Added stock_menu_sort_ascending.png.
8587         
8588         * gtk/gtkseparatormenuitem.c:
8589         Use correct typenames.
8590
8591 Sun May 20 20:07:35 2001  Tim Janik  <timj@gtk.org>
8592
8593         * gtk/gtksignal.[hc] (gtk_signal_connect_full): make hanlder id a
8594         gulong as in GSignal.
8595
8596 Fri May 25 19:04:17 2001  Jonathan Blandford  <jrb@redhat.com>
8597
8598         * gtk/gtktreeview.c (gtk_tree_view_calc_size): Remove almost all
8599         instances of GtkCellRenderer in code (all but dnd icon code).
8600         Virtualized in GtkTreeViewColumn.  Now I need to move focus in
8601         there, and I can do multiple Cells per column.
8602
8603         * gtk/gtktreeviewcolumn.c: Proxy all cell calls correctly
8604
8605         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): fix bug
8606         when model was unreffed prior to removing the row reference.
8607
8608 2001-05-25  Havoc Pennington  <hp@redhat.com>
8609
8610         * gtk/gtkiconfactory.c: fix so that default icons are created if 
8611         you call gtk_stock_list_ids()
8612
8613         * demos/gtk-demo/stock_browser.c (create_model): sort stock items
8614         in list
8615
8616 2001-05-25  Havoc Pennington  <hp@redhat.com>
8617
8618         * gtk/gtkiconfactory.c (gtk_icon_set_get_sizes): get sizes an icon
8619         set can render without falling back to missing image icon
8620
8621         * gtk/gtktextview.c (gtk_text_view_size_request): request full
8622         size of text, instead of random values
8623
8624         * gtk/gtktreeview.c (gtk_tree_view_size_request): request full
8625         size of tree view, instead of random values
8626
8627         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): render fallback
8628         image in an appropriate size
8629
8630         * gtk/gtkstock.h: Rename the stock items including _BUTTON_,
8631         etc. not to include that. i.e. s/GTK_STOCK_BUTTON_OK/GTK_STOCK_OK/
8632
8633         Throughout: fix GTK_STOCK_BUTTON_ instances
8634         
8635         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
8636         gtk/gtkiconfactory.c, gtk/stock-icons/Makefile.am:
8637         Add a bunch of new stock items/icons
8638
8639         * gtk/gtktreeview.c (gtk_tree_view_insert_column_with_data_func):
8640         new function, convenience for inserting columns with a data func
8641
8642         * gtk/gtkiconfactory.c: keep a list of all existing icon factories
8643         (_gtk_icon_factory_list_ids): use list of all factories to
8644         generate a list of all known IDs
8645
8646         * gtk/gtkstock.c (gtk_stock_list_ids): replace
8647         gtk_stock_list_items() with a function that returns all IDs known
8648         including those for GtkIconFactory.
8649
8650 2001-05-25  Hans Breuer  <hans@breuer.org>
8651
8652         * gdk/win32/gdkgc-win32.c : made fil mode GDK_STIPPLED actually
8653         work -> check boxes and radio buttons are drawn now, even on win9x.
8654         Improved line settings a bit, still no clue how to get really dotted
8655         lines on win9x, on NT it's PS_ALTERNATE.
8656
8657         * gdk/win32/gdkwindow-win32.c : use SafeAdjustWindowRect for 
8658         GDK_HINT_MIN_SIZE as well
8659
8660         * gdk/win32/makefile.am : added gdkkeys-win32.c to EXTRA_DIST
8661
8662         * gtk/gtk.def : updated
8663
8664         * gtk/gtktreeprivate.h : change column_drop_func to be a function
8665         pointer not a function pointer pointer
8666
8667         * tests/testdnd.c : include <stdlib.h> for putenv prototype
8668
8669         * tests/testsocket.c : made it compile on win32 again
8670
8671         * tests/makefile.msc : one more test-app uses prop-editor.obj
8672
8673 2001-05-22  Havoc Pennington  <hp@pobox.com>
8674
8675         * gtk/gtkbin.c (gtk_bin_get_child): New function
8676
8677 Wed May 23 20:07:53 2001  Owen Taylor  <otaylor@redhat.com>
8678
8679         * gtk/gtkimcontextsimple.c: Add Mode_Switch to list of keys
8680         to ignore when doing compose processing.
8681
8682 2001-05-22  Joe Shaw  <joe@ximian.com>
8683
8684         * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_last_toggle): 
8685         Simplify as suggested by Havoc. Just get the last iter and work
8686         backward to the tag instead of getting a line and working back from
8687         there. Fixes passing in an invalid offset to
8688         iter_init_from_byte_offset().
8689
8690 Tue May 22 16:25:27 2001  Jonathan Blandford  <jrb@redhat.com>
8691
8692         * gtk/gtktreeview*.h: 
8693         * gtk/gtkcell*.h:
8694         * gtk/gtk*store.h:
8695         Added patch from Jeff Franks <jcf@tpg.com.au> to add GET_CLASS
8696         macros to all objects.
8697
8698 Tue May 22 15:13:52 2001  Jonathan Blandford  <jrb@redhat.com>
8699
8700         * gtk/gtkcellrenderertext.c
8701         (gtk_cell_renderer_text_set_fixed_size): Evil function to deal
8702         with very large (TM) amounts of text.  May be moved to
8703         GtkCellRenderer in the future, though I'm not sure it wants to be
8704         this accessible.
8705
8706         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button):
8707         More sanity brought to this class.  I like it.
8708
8709         * tests/testtreecolumns.c (ViewColumnModel): Amazingly scary test
8710         case.  Kids, don't try this at home.
8711
8712         * gtk/gtktreemodel.c (gtk_tree_model_get_iter_root): new
8713         convenience function.
8714
8715         * gtk/gtkwindow.c (gtk_window_set_geometry_hints): Fix typo in docs.
8716
8717 2001-05-21  Alexander Larsson  <alexl@redhat.com>
8718
8719         * gtk/gtkfontsel.c:
8720         Added properties. Based on patch by Lee Mallabone.
8721
8722         * gtk/gtkruler.c:
8723         * gtk/gtkhruler.c:
8724         * gtk/gtkvruler.c:
8725         * gtk/gtktext.c:
8726         * gtk/gtktextview.c:
8727         Converted GtkArg to GParam. Based on patches by John Margaglione.
8728
8729         * tests/Makefile.am:
8730         * tests/testtext.c:
8731         Add a property editor to testtext.
8732         
8733 Mon May 21 11:29:21 2001  Owen Taylor  <otaylor@redhat.com>
8734
8735         * gtk/gtk{h,v,}paned.c: Only show the separator if 
8736
8737         * configure.in: Fixed reversed conditional causing all image
8738         libraries to be linked in.
8739
8740 2001-05-21  Joe Shaw  <joe@ximian.com>
8741
8742         * gtk/gtklayout.c (gtk_text_layout_get_lines): Remove the assertion
8743         that top_y needs to be >= 0.
8744
8745 2001-05-11  Havoc Pennington  <hp@pobox.com>
8746         
8747         * gdk/x11/gdkmain-x11.c: Improve error messages for X errors and
8748         losing connection to the X server.
8749
8750 Sun May 20 13:59:20 2001  Owen Taylor  <otaylor@redhat.com>
8751
8752         * configure.in: Start checks for X from pangox/pangoxft
8753         CFLAGS to avoid duplicate libraries.
8754
8755         * gdk/Makefile.am (LDFLAGS): Remove extra -lm.
8756
8757         * configure.in (GDK_PIXBUF_PACKAGES): Fix GDK_PIXBUF_PACKAGES
8758         to include gobject.
8759         
8760 2001-05-18  Alexander Larsson  <alexl@redhat.com>
8761
8762         * gtk/gtkspinbutton.c:
8763         Convert GtkArgs to GParams. Based on patch by John Margaglione.
8764         Also do size request reasonable for MAXDOUBLE. Previously it printed
8765         the limits to a buffer and overran it. Instead do it using log10() and
8766         limit the width to 10 digits.
8767         
8768         * gtk/gtkwidget.c (gtk_widget_get_property):
8769         Correctly handle setting the parent property to NULL.
8770
8771 Fri May 18 15:26:26 2001  Owen Taylor  <otaylor@redhat.com>
8772
8773         * gtk/gtktextview.c (gtk_text_view_style_set): Reset 
8774         style attributes even if the widget isn't realized.
8775
8776         * demos/gtk-demo/main.c: Use a slightly smaller font.
8777
8778 Fri May 18 14:25:20 2001  Owen Taylor  <otaylor@redhat.com>
8779
8780         * gtk/gtkcontainer.c: Remove reallocate-redraws property.
8781         This is something that only a widget writer would ever want
8782         to change.
8783
8784         * gtk/gtksignal.c: Handle G_SIGNAL_TYPE_STATIC_SCOPE for
8785         gtk_signal_emit_by_name().
8786
8787         * gtk/gtkviewport.c: Fix some warnings.
8788
8789         * gtk/gtkwidget.c gtk/gtksizegroup.c: Add "size group" facility
8790         allowing the requisitions of multiple widgets to be grouped
8791         together.
8792
8793         * tests/testgtk.c: Add GtkSizeGroup test
8794
8795         * demos/gtk-demo/sizegroup.c: Add GtkSizeGroup demo.
8796
8797         * demos/gtk-demo/main.c demos/gtk-demo/pixbufs.c: Fix some
8798         warnings.
8799
8800         * configure.in: Switch to using AM_GLIB_GNU_GETTEXT.
8801
8802 2001-04-28  Martin Baulig  <baulig@suse.de>
8803
8804         * gtk/gtkimagemenuitem.[ch]: Renamed gtk_image_menu_item_add_icon()
8805         to gtk_image_menu_item_set_icon() and made it work if there's already
8806         an image.
8807         (gtk_image_menu_item_new): This function doesn't take any arguments anymore.
8808         (gtk_image_menu_item_new_with_label): New function.
8809
8810 Thu May 17 16:20:04 2001  Jonathan Blandford  <jrb@redhat.com>
8811
8812         * demos/gtk-demo/main.c (fontify): It's the worlds ugliest
8813         highlighting code!!!!  The result is okay so long as you don't try
8814         to stress it.  It also highlights a bug in the TextView so it's in
8815         an unproportional font right now until it's fixed.
8816
8817         *demos/gtk-demo/*.c: Clean up code a bit to make it
8818         ugly-parser(TM) friendly. (-:
8819
8820 2001-05-17  Joe Shaw  <joe@ximian.com>
8821
8822         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove the assertions
8823         that x_offset and y_offset must be >= 0. Clip the cursor being drawn
8824         if it is only partially onscreen.
8825
8826 Thu May 17 17:10:13 2001  Owen Taylor  <otaylor@redhat.com>
8827
8828         * gtk/gtkentry.c: Make logical motion and deletion by graphemes, 
8829         not by characters.
8830
8831         * gtk/gtkentry.c: Handle "trailing" returns from Pango when they
8832         are not zero or one; that is, when graphemes of multiple characters
8833         are involved.
8834
8835         * gtk/gtktextlayout.c (line_display_index_to_iter): Remove unnecessary
8836         FIXME.
8837
8838 2001-05-17  Alexander Larsson  <alla@lysator.liu.se>
8839         
8840         * gtk/gtkbbox.c:
8841         Add properties, based on patch by Lee Mallabone.
8842
8843         * gtk/gtknotebook.c:
8844         * gtk/gtktoolbar.c:
8845         Convert from GtkArg to GParam, based on patch by John Margaglione.
8846         
8847         * gtk/gtkhscale.c:
8848         * gtk/gtkvscale.c:
8849         * gtk/gtkhscrollbar.c:
8850         * gtk/gtkvscrollbar.c:
8851         * gtk/gtkrange.c:
8852         Move adjustment property to GtkRange.
8853
8854         * gtk/gtklabel.c:
8855         Setup mnemonics on property changes
8856
8857         * gtk/gtkwidget.c (gtk_widget_get_property):
8858         GdkExtensionMode is an enum, not a flag. Set it with
8859         g_value_set_enum ().
8860
8861         * tests/prop-editor.c:
8862         Better propery editor.
8863
8864         * tests/testgtk.c:
8865         Add new property test. Pass zero to the property editor to
8866         get properties from all derived types.
8867         
8868 Sun May 13 12:01:12 2001  Owen Taylor  <otaylor@redhat.com>
8869
8870         * autogen.sh (have_automake): Require libtool-1.4,
8871         automake-1.4p1.
8872
8873         * acinclude.m4: Remove libtool macros.
8874
8875         * gdk-pixbuf/Makefile.am: Add dependencies to loade
8876         modules.
8877
8878         * gdk/Makefile.am: Add dependency on libgdk_pixbuf.la
8879         for libgdk.
8880
8881         * gtk/Makefile.am: Add dependency on libgdk_pixbuf.la
8882         libgdk.la for libgtk.
8883
8884         * modules/input/Makefile.am: Make modules have full
8885         dependencies.
8886
8887 Wed May 16 14:06:01 2001  Jonathan Blandford  <jrb@redhat.com>
8888
8889         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): fix bug
8890         #54699 where paths weren't being checked for correctness.
8891
8892 Tue May 15 20:13:24 2001  Jonathan Blandford  <jrb@redhat.com>
8893
8894         * gtk/gtktreeviewcolumn.c: You can now set all sorts of properties
8895         in any order you wan, whether or not the column is added to the
8896         tree, or the tree is realized.  Yay!
8897
8898         * gtk/gtktreeviewcolumn.c
8899         (gtk_tree_view_column_setup_sort_column_id_callback): handle
8900         sorting columns a lot saner
8901
8902         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_reorderable):
8903         new function to actually set wether or not a column is
8904         reorderable.
8905
8906         * gtk/gtktreeview.c (gtk_tree_view_unrealize): Only destroy things
8907         if we have 'em.
8908
8909         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_set_tree_view):
8910         Fix nasty bug where we were showing the button just before
8911         realizing it.  As a result, the parent window was
8912         tree_view->window instead of tree_view->priv->header_window.
8913
8914         * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): new property
8915         to let you easily reorder a list or tree.
8916
8917 2001-05-15  Alexander Larsson  <alla@lysator.liu.se>
8918
8919         * gtk/gtkpacker.c: Apply patch from John Margaglione that converts
8920         from args to properties.
8921
8922 Tue May 15 10:11:59 2001  Owen Taylor  <otaylor@redhat.com>
8923
8924         * gtk/gtkpreview.c: Apply patch from John Margaglione converting
8925         from args to properties. (#51957)
8926
8927         * gtk/gtkscale.c (gtk_scale_class_init): Move install property
8928         calls to after ->set_property call.
8929
8930 Mon May 14 14:56:21 2001  Owen Taylor  <otaylor@redhat.com>
8931
8932         * tests/prop-editor.c: Block against redundant changes.
8933
8934         * gtk/gtkpaned.c gtk/gtk[hv]paned.c: Add position, position_set
8935         properties.
8936
8937 Sun May 13 18:40:04 2001  Owen Taylor  <otaylor@redhat.com>
8938
8939         * gdk/gdkpixmap.h: Remove creative formatting.
8940
8941 Thu May 10 19:22:28 2001  Owen Taylor  <otaylor@redhat.com>
8942
8943         * gtk/gtktogglebutton.c:  Patch from John Margaglione converting to
8944         property API. (#51669)
8945
8946         * gtk/gtkscale.c: Patch from John Margaglione converting to
8947         property API. (#51891)
8948
8949         * gtk/gtkaccellabel.c: Applied patch from Lee Mallabone, converting
8950         to property API. (#50985)
8951
8952 Fri May 11 20:13:44 2001  Tim Janik  <timj@gtk.org>
8953
8954         * gtk/gtkmain.c (gtk_main_do_event): remember widget's double
8955         buffering state across expose event, so we still call end_paint().
8956
8957 2001-05-11  Alexander Larsson  <alexl@redhat.com>
8958
8959         * gtk/gtkhsv.c (paint_triangle):
8960         Expose the ring in the triangle at the correct place when
8961         exposing just a part of the triangle.
8962
8963         * gtk/gtkwindow-decorate.c (gtk_decorated_window_focus_change):
8964         Return FALSE, or window focusing will not work.
8965
8966 2001-05-11  Havoc Pennington  <hp@pobox.com>
8967
8968         * gtk/gtkimage.c (gtk_image_new_from_stock): docs, fixes bug
8969         #54144
8970
8971         * gtk/gtkcolorsel.c (gtk_color_selection_new): docs, fixes
8972         bug #54330
8973
8974 Fri May 11 02:53:57 2001  Tim Janik  <timj@gtk.org>
8975
8976         * gtk/gtktogglebutton.c (gtk_toggle_button_expose): don't
8977         propagate exposes to NULL child.
8978
8979         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed): guard
8980         against not having one of the scrollbars.
8981
8982         * gtk/gtklabel.c (gtk_label_setup_mnemonic): clean up after us,
8983         we don't keep a mnemonic window if we have no mnemonic installed.
8984
8985 Fri May 11 01:05:00 2001  Tim Janik  <timj@gtk.org>
8986
8987         * gtk/gtktypeutils.h: grum, gtk_type_class() is not GNUC_CONST
8988         it has the _important_ side effect of initializing a class.
8989
8990 2001-05-10  Alexander Larsson  <alexl@redhat.com>
8991
8992         * gdk/linux-fb/gdkprivate-fb.h:
8993         Make sure you can compile out the implementation/wrapper assert
8994         macros.
8995
8996         * gdk/linux-fb/gdkdrawable-fb2.c:
8997         Check implementation/wrappers, initialize type for pixmap dummys.
8998
8999         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image):
9000         Hide the cursor if reading from the screen.
9001
9002         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
9003         Fix sign bug in tiling code.
9004
9005         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
9006         Handle background pixmaps.
9007
9008 Wed May  9 15:27:22 2001  Jonathan Blandford  <jrb@redhat.com>
9009
9010         * gtk/gtktreeview.c (gtk_tree_view_set_column_drag_function): New
9011         function to let user control where columns are dragged.
9012
9013         * gtk/gtktreeview.c (gtk_tree_view_key_press): Cancel drags if
9014         Escape is pressed.
9015
9016 Wed May  9 09:08:44 2001  Jonathan Blandford  <jrb@redhat.com>
9017
9018         * gtk/gtktreeview.c (gtk_tree_view_class_init): New
9019         "columns_changed" signal.
9020         (gtk_tree_view_motion_draw_column_motion_arrow): Change column
9021         motion code to draw arrows to the side if indicator is outside the
9022         widget.
9023         (gtk_tree_view_map_expanded_rows): Implement.
9024
9025 2001-05-07  Alexander Larsson  <alexl@redhat.com>
9026
9027         * demos/testpixbuf-save.c: 
9028         * demos/testpixbuf-drawable.c:
9029         Include gdkfb.h on linux-fb.
9030
9031 2001-05-07  Alexander Larsson  <alexl@redhat.com>
9032
9033         * gdk/linux-fb/gdkdnd-fb.c (get_toplevel_window_at):
9034         New function for getting toplevel window at position.
9035         (gdk_drag_find_window): Use get_toplevel_window () instead
9036         of gdk_window_get_pointer(). (gdk_drag_status): Use
9037         correct context for getting window.
9038
9039         * gdk/linux-fb/gdkproperty-fb.c (gdk_atom_name):
9040         g_strdup the atom name.
9041
9042         * gdk/linux-fb/gdkwindow-fb.c:
9043         Costmetic fix.
9044
9045         * gtk/gtkdnd.c (gtk_drag_source_handle_event):
9046         Add code for changing cursor on linux-fb backend (same as
9047         win32).
9048
9049 2001-05-07  Federico Mena Quintero  <federico@ximian.com>
9050
9051         * gtk/gtkwindow.c (gtk_window_focus): Test for bin->child being
9052         present before doing anything with it.  Patch from HÃ¥vard KvÃ¥len
9053         <havardk@netcom.no>.  Fixes Ximian bugzilla #2492 (OK, the bug
9054         report was not for the development branch of GTK+, but it applies
9055         anyways).
9056
9057 2001-05-04  Havoc Pennington  <hp@redhat.com>
9058
9059         * configure.in: fix some shell typos
9060
9061         * gtk/gtkcolorsel.c (gtk_color_selection_destroy): warning fix
9062
9063         * gtk/gtkimage.c: handle animations
9064
9065         * gtk/gtkcheckbutton.c (gtk_check_button_size_request): request
9066         border_width * 2, not just border_width
9067
9068         * gtk/gtkscale.c: add "format_value" signal to allow people
9069         to override the way values are drawn.
9070         (gtk_scale_get_value_size): fix width/height mistake,
9071         and compute size from actual displayed text, not 
9072         from made-up text.
9073
9074         * gtk/gtktexttag.c (gtk_text_tag_class_init): fix return type in 
9075         signal registration
9076
9077         * tests/testtext.c: Add "Remove all tags" menu item for testing
9078
9079         * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): implement
9080
9081         * demos/gtk-demo/main.c (main): add hack so we can find modules
9082         without installing gtk
9083
9084         * demos/gtk-demo/textview.c (insert_text): demo font scaling
9085
9086         * gtk/gtkcellrenderertext.c: Add "scale" property (font scaling
9087         factor)
9088         (gtk_cell_renderer_text_set_property): remove some bogus
9089         g_object_notify
9090
9091         * gtk/gtktexttag.c: add "scale" property which is a font scaling
9092         factor
9093
9094         * gtk/gtktextlayout.c (add_text_attrs): add font scale attribute 
9095         to layout
9096
9097         * gtk/gtktextiter.c (gtk_text_iter_is_start): rename from
9098         gtk_text_iter_is_first
9099
9100 2001-01-06  Hans Breuer  <hans@breuer.org>
9101
9102         * gdk/gdk.def : updated exports
9103
9104         * gdk/win32/makefile.msc : -DGDK_ENABLE_BROKEN otherwise
9105         gdk won't compile anymore
9106  
9107         * gdk/win32/gdkevents-win32.c : initialize ret_val when
9108         processing GDK_FILTER functions, initialize event.key->hardware_keycode.
9109         Improved gdk_flush () to not only do pending drawing operations
9110         but also process all currently pending events. This should make
9111         the behaviour more similar to the X11 version.  
9112
9113         * gdk/win32/gdkgc-win32.c (predraw_set_background) : a background
9114         option needs to be set even if there is no GDK_GC_BACKGROUND.
9115         (gdk_win32_hdc_get) : use predraw_set_background () independent
9116         of value_mask. This allows to draw dashed lines leaving the original
9117         background intact.
9118
9119         * gdk/win32/gdkimage-win32.c (gdk_image_new_bitamp) : free data
9120         after processing, because we can't reuse it as the X11 version does.
9121
9122         * gtk/gtk.def : updated exports
9123
9124         * gtk/makefile.msc.in : added ATK, removed all test apps. (I
9125         would like to get rid of this file again, and use straight
9126         makefile.msc again, as the other Gtk+ subdirs do)
9127
9128         * test/makefile.msc (new file) : build the test apps here
9129
9130 2001-05-05  ERDI Gergo  <cactus@cactus.rulez.org>
9131
9132         * gdk/gdkpango.c (gdk_pango_get_item_properties): Peek
9133         strike-through setting
9134         (gdk_draw_layout_line_with_colors): Render strike-through
9135
9136 Sat May  5 10:06:24 2001  Owen Taylor  <otaylor@redhat.com>
9137
9138         * Release 1.3.5
9139
9140         * configure.in (GTK_MICRO_VERSION): Up to 1.3.5
9141
9142         * NEWS: Updated
9143
9144         * demos/gtk-demo/Makefile.am (EXTRA_DIST): Fix minor
9145         Makefile breakage.
9146
9147 Sat May  5 09:18:30 2001  Owen Taylor  <otaylor@redhat.com>
9148
9149         * demos/gtk-demo/images.c (progressive_timeout): Fix
9150         typo in filename.
9151
9152         * gtk/gtktreeview.c (gtk_tree_view_row_activated): Comment
9153         out FIXME warning; just too annoying.
9154
9155 2001-05-04  Alex Larsson  <alla@lysator.liu.se>
9156
9157         * gdk/linux-fb/gdkcolor-fb.c:
9158         Better error messages.
9159
9160         * gdk/linux-fb/gdkpixmap-fb.c (gdk_pixmap_new):
9161         Initialize abs_x and abs_y.
9162         
9163         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
9164         Correct handling of stipple offset.
9165
9166         * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init):
9167         Treat directcolor framebuffers as truecolor.
9168         
9169 Thu May  3 14:13:49 2001  Owen Taylor  <otaylor@redhat.com>
9170
9171         * INSTALL.in HACKING gtk/gtkaccessible.[ch] gtk/gtk.c: Add
9172         dependency on Atk for accessibility support.
9173
9174         * configure.in **/Makefile.am: Major reworking of substituted
9175         variables for CFLAGS/LIBS to make a lot more sane and 
9176         keep the the compile/link lines a bit shorter.
9177
9178         * gdk/x11/gdkkeys-x11.c: Fix #endif with trailing stuff.
9179
9180 Thu May  3 08:10:54 2001  Owen Taylor  <otaylor@redhat.com>
9181
9182         * gtk/gtktexttag.c (gtk_text_tag_class_init): Fix return
9183         value to be G_TYPE_BOOLEAN, not G_TYPE_INT, also,
9184         use _gtk_boolean_handled_accumulator.
9185
9186 Thu May  3 07:00:09 2001  Owen Taylor  <otaylor@redhat.com>
9187
9188         * gtk/gtktextview.c: Patch from Juan Pablo Mendoza Mendoza
9189         to fix things so clicking inside selection leaves cursor
9190         at point where clicked. (#50324)
9191
9192         * gtk/gtksettings.c (gtk_settings_class_init): Restore
9193         sane value for default double click time.
9194
9195         * tests/testtext.c (test_init): Really path to input modules.
9196
9197 2001-05-03  Sven Neumann  <sven@convergence.de>
9198
9199         * demos/testpixbuf-save.c: include target-specific headers as
9200         done in testpixbuf-drawable.c
9201
9202 Wed May  2 20:36:38 2001  Owen Taylor  <otaylor@redhat.com>
9203
9204         * gtk/gtkentry.c (gtk_entry_real_insert_text): Reduce
9205         new_text_length appropriately when we run into the 
9206         size limit for the entry. (#53445, reported by Jeff Franks)
9207
9208         * tests/testgtk.c (create_entry): Remove most of the
9209         property toggle buttons. Replace with a "Props" button
9210         that brings up a property editor.
9211
9212         * tests/prop-editor.[ch] test/testtreeview.c tests/Makefile.am:
9213         Split the property editor code out for reuse, improve.
9214
9215 Wed May  2 17:26:22 2001  Owen Taylor  <otaylor@redhat.com>
9216
9217         * gdk/x11/gdkevents-x11.c gdk/x11/gdkwindow-x11.c: Always
9218         trap errors around calls to XSetInputFocus since we have
9219         no way of knowing reliably whether we are viewable or
9220         not. (#53947)
9221
9222 Tue May  1 09:21:23 2001  Jonathan Blandford  <jrb@redhat.com>
9223
9224         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
9225         fix bug in dropping columns.  Moving columns now basically works
9226         modula some fine tuning.
9227
9228 Tue May  1 19:09:21 2001  Jonathan Blandford  <jrb@redhat.com>
9229
9230         * gtk/gtktreeview.c (gtk_tree_view_horizontal_autoscroll): Add
9231         autoscroll support.  It mostly works, but could use some fine
9232         tuning.
9233         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
9234         Actually move the column.
9235
9236 Mon Apr 30 20:29:27 2001  Owen Taylor  <otaylor@redhat.com>
9237
9238         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtkoptionmenu.c 
9239           gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtkwidget.c:
9240           New default theme! A slighly improved version of the 2.0 Raleigh
9241           theme, with Windows-esque focus/drawing default. 
9242           (GtkWidget::interior_focus defaults to TRUE.)
9243
9244         * gtk/gtkstyle.[ch]: Add a text_aa color halfway between text and base.
9245
9246 2001-04-30  Havoc Pennington  <hp@pobox.com>
9247
9248         * tests/testtext.c (line_numbers_expose): fix to work with
9249         gtk_paint_layout change
9250
9251 Mon Apr 30 19:18:07 2001  Owen Taylor  <otaylor@redhat.com>
9252
9253         * gtk/gtkstyle.[ch] gtk/gtkaccellabel.c gtk/gtkcellrenderertext.c
9254           gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c gtk/gtkprogressbar.c
9255           gtk/gtkvruler.c gtk/gtkvscale.c: Add an extra parameter
9256           use_text to gtk_paint_label() to deal with style->bg[] vs style->text[].
9257
9258         * gtk/gtkbbox.c gtk/gtkdialog.c: Tweak padding some to deal
9259           with GtkWidget::interior_focus = TRUE better.
9260
9261         * gtk/gtkbutton.c: Switch ::default_spacing to ::default_border,
9262         ::default_outside_border for more flexibility.
9263
9264         * gtk/gtkwidget.c (gtk_widget_style_get_valist): Remove 
9265         G_VALUE_NO_COPY_CONTENTS, to correspond with the recent
9266         change that had to be made with g_object_get.
9267
9268 Sun Apr 29 20:13:40 2001  Jonathan Blandford  <jrb@redhat.com>
9269
9270         * gtk/gtktreeview.c (gtk_tree_view_get_columns): new function.
9271         (gtk_tree_view_move_column_after): Clean up interface. 
9272
9273 Sun Apr 29 03:02:02 2001  Tim Janik  <timj@gtk.org>
9274
9275         * gtk/gtkpacker.h:
9276         * gtk/gtkenums.h: moved GtkAnchorType and GtkSideType from gtkpacker.h
9277          to gtkenum.h.
9278
9279         * gtk/gtkmain.c (gtk_main_do_event): silence compiler (GDK_SETTING not
9280         handled in switch).
9281
9282         * gtk/Makefile.am:
9283         (gtk.defs): generate enum portions with  glib-mkenums.
9284         (gtktypebuiltins_evals.c): generate this with glib-mkenums.
9285         got rid of makeenums.pl and makeenums.awk in distributed tarballs.
9286         
9287         * gtk/gtkaccelgroup.c (gtk_accel_group_add): refined havocs warning
9288         addition.
9289
9290         * docs/Changes-2.0.txt: keep a note on signal handlers now
9291         not getting emitted during the emission they were connected within.
9292
9293 2001-04-28  Havoc Pennington  <hp@pobox.com>
9294
9295         * gtk/gtkcolorsel.c (palette_new): fix bug in tooltip
9296
9297 2001-04-24  Havoc Pennington  <hp@redhat.com>
9298
9299         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_previous_line): 
9300         (gtk_text_layout_move_iter_to_next_line): fix these two for
9301         invisible text, lots of other stuff still hosed.
9302
9303         * gtk/gtkcolorsel.c (gtk_color_selection_set_change_palette_hook):
9304         new function, replaces the get/set palette stuff. This function 
9305         is intended for use by libgnomeui which should set the hook to a
9306         thing which sets the palette in GConf, and we need the
9307         GConf-to-xsettings proxy which will result in the change being
9308         propagated back to the GTK app.
9309
9310         * gtk/gtkaccelgroup.c (gtk_accel_group_add): add note to warning 
9311         about unusable signals that it may be because the signal has 
9312         parameters.
9313
9314         * gtk/gtkwidget.c (gtk_widget_modify_style): always copy the
9315         style, otherwise gtkrc.c won't know to create a new GtkStyle for
9316         it.
9317         (gtk_widget_modify_color_component): call
9318         gtk_widget_modify_style() so the rc style will get copied.
9319         (gtk_widget_modify_font): ditto
9320
9321         * gtk/gtkrc.c: make a couple variables static
9322
9323         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): hide
9324         help button by default, since it does nothing
9325
9326         * gtk/gtkcolorsel.c: add tooltips, work on key navigation, fool
9327         around with UI
9328
9329         * gtk/gtkentry.c (gtk_entry_realize): request enter/leave notify
9330         so we can have tooltips
9331
9332         * gtk/gtkhsv.c (gtk_hsv_realize): request enter/leave notify so we
9333         can have tooltips
9334
9335         * gdk/gdkimage.h: mark gdk_image_new_bitmap with
9336         GDK_ENABLE_BROKEN, because its memory behavior is completely
9337         hosed.
9338
9339         * gtk/gtknotebook.c: remove key press handler, replace with
9340         binding set, add numeric keypad support
9341
9342         * gtk/gtktextview.c (gtk_text_view_class_init): accept KP_Delete
9343
9344         * gtk/gtktext.c (gtk_text_key_press): add a bunch of KP keysyms
9345
9346         * gtk/gtkentry.c (gtk_entry_class_init): accept GDK_KP_Delete in
9347         addition to plain Delete
9348
9349         * gtk/gtktextview.c (gtk_text_view_key_press_event): accept
9350         GDK_KP_Enter in addition to GDK_Return
9351
9352         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): connect to
9353         activate on entry instead of key press
9354         (gtk_font_selection_on_clist_key_press): get
9355         rid of this signal handler, not needed with new font sel.
9356
9357         * gtk/gtkfilesel.c (gtk_file_selection_key_press): remove a
9358         no-longer-needed emit_stop_by_name(), just return TRUE
9359
9360         * gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.c: remove keybindings
9361         cruft, this widget is no longer focusable.
9362
9363         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkvscale.c,
9364         gtk/gtkhscale.c: Get rid of trough_keys virtual function, add
9365         move_slider action signal, add binding set for vscale/hscale, in
9366         the process support numeric keypad
9367
9368         * gtk/gtkentry.c (gtk_entry_class_init): Add keypad bindings; 
9369         make GDK_Return and GDK_KP_Enter activate the entry via 
9370         binding set, instead of hardcoded.
9371
9372 Fri Apr 27 20:27:21 2001  Jonathan Blandford  <jrb@redhat.com>
9373
9374         * gtk/gtktreeview.[hc]: Massive reorder/cleanup of a lot of the
9375         code.  Some documentation added.
9376
9377 2001-04-27  Havoc Pennington  <hp@redhat.com>
9378
9379         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fix warning
9380
9381         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): make messages selectable
9382
9383         * gtk/gtkentry.c (gtk_entry_real_insert_text): don't strip
9384         line/para separators
9385         (gtk_entry_create_layout): set single paragraph mode on the layout
9386
9387         * gtk/gtkbutton.c (gtk_button_new_from_stock): don't put much
9388         spacing between the image and label; instead, inside a button box 
9389         the button will get extra space that will go there, but if people 
9390         configure button box for 0 chubbiness, then there's no spacing.
9391
9392         * gtk/gtkbbox.c (gtk_button_box_class_init): Make child ipadding
9393         and min/max size style properties, so people can tune their
9394         chubbiness.
9395
9396         * tests/testgtk.c (make_toolbar): remove calls to removed toolbar
9397         functions
9398
9399         * gtk/gtktoolbar.c (gtk_toolbar_class_init): Make space_size,
9400         space_style, and button_relief into style properties, remove
9401         functions for setting them
9402         
9403         * gtk/gtkmenu.c (gtk_menu_key_press): handle menu bar accel to pop 
9404         it back down
9405
9406         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): free boxed
9407         types from gtk_widget_style_get
9408
9409         * gtk/gtkmenubar.c (gtk_menu_bar_set_shadow_type): Remove, replace
9410         with a style property.
9411
9412         * gdk/x11/gdkevents-x11.c: namespace the settings
9413
9414         * gtk/gtkmenubar.c: Add F10 accelerator to move between menubars.
9415
9416         * gtk/gtksettings.c (gtk_settings_class_init): remove code with
9417         side effects from inside g_assert(), so that G_DISABLE_ASSERT can
9418         be used. Also, translate doc strings for settings. Also, namespace
9419         the double-click-time property. Also, remove bell properties crap.
9420
9421 2001-04-27  Sven Neumann  <sven@gimp.org>
9422
9423         * Makefile.am: before creating links, check if pkg-config files
9424         exist for the default target. Otherwise link to the pkg-config files
9425         that got installed with this build.
9426
9427 Thu Apr 26 19:11:46 2001  Jonathan Blandford  <jrb@redhat.com>
9428
9429         * gtk/gtktreeview.c (gtk_tree_view_motion): clean up column
9430         dragging code.  Revealed some (potential) GdkWindow bugs.
9431
9432         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent): add
9433         _gdk_window_init_position to the end of reparent to fix the case
9434         of reparenting when new_x != old_x and new_y != old_y.
9435
9436 Thu Apr 26 10:54:50 2001  Owen Taylor  <otaylor@redhat.com>
9437
9438         * gtk/gtkentry.c (strstr_len): Fix optimization that
9439         was correct for the use here, but completely incorrect
9440         in general.
9441
9442 Thu Apr 26 10:40:41 2001  Owen Taylor  <otaylor@redhat.com>
9443
9444         * gtk/gtkwindow.h: Remove deprecation of gtk_window_set_default_size()
9445         until patch adding gtk_window_set_size() is recommitted. 
9446
9447         * **Makefile.am configure.in gdk/x11/gdkim-11.c
9448           gtk/gtkmain.c gtk/gtkimmulticontext.c gtk/gtkmain.c
9449           gtk/gtkrc.c: Remove all traces of -DX_LOCALE support.
9450           (#10784)
9451
9452 Wed Apr 25 12:16:36 2001  Owen Taylor  <otaylor@redhat.com>
9453
9454         * gdk/X11/gdkevents-x11.c (gdk_event_translate): Test for 
9455         window == NULL in a number of cases.
9456
9457         * tests/testdnd.c: Set module path for gdk-pixbuf.
9458
9459 Thu Apr 19 16:11:07 2001  Owen Taylor  <otaylor@redhat.com>
9460
9461         * gtk/Makefile.am xembed.h: File containing #defines
9462         for XEMBED protocol.
9463
9464         * gtk/gtkplug.[ch] gtk/gtksocket.[ch]: 
9465
9466         - Change protocol from old plug/socket specific protocol
9467           to XEMBED draft
9468         - Various fixes to work with GTK+-2.0
9469
9470         Still quite a bit of work to do here to handle initiation
9471         from the socket side (as specified by XEMBED), to handle
9472         the more advanced features of XEMBED, and to figure out
9473         a good way to handle same-app embedding with less overhead
9474         than using full XEMBED.
9475
9476 Wed Apr 18 16:04:28 2001  Owen Taylor  <otaylor@redhat.com>
9477
9478         * gtk/gtkwindow.[ch] (gtk_window_real_set_focus): Keep
9479         track of whether the toplevel has the focus; only send
9480         focus-in events to the focus widget when the window
9481         actually has the focus.
9482
9483 2001-04-25  Havoc Pennington  <hp@pobox.com>
9484
9485         * gtk/gtkwindow.h: set_decorations_hint and set_functions_hint
9486         were still in the header
9487
9488 2001-04-24  Alexander Larsson  <alexl@redhat.com>
9489
9490         * gtk/gtkclist.[ch]:
9491         * gtk/gtkctree.c:
9492         When there is a row highlighted for D'n'D it must alse
9493         be painted hightlighted on exposes. Otherwise exposes from
9494         the icon being dragged will mess up the hightlight.
9495
9496         * gtk/gtkfontsel.c:
9497         Don't recenter selected font when exposing the font family
9498         clist. This means you can now actually scroll the font family
9499         list.
9500
9501         * gtk/gtknotebook.c:
9502         Fix focus movement on scrolling tabs that are placed on the left
9503         and right.
9504
9505 2001-04-21  Havoc Pennington  <hp@pobox.com>
9506
9507         * gtk/gtktextdisplay.c (gtk_text_layout_draw): handle 0-height
9508         empty/invisible lines.
9509
9510         * gtk/gtktextiter.c (gtk_text_iter_set_visible_line_offset)
9511         (gtk_text_iter_set_visible_line_index): new functions to set
9512         indexes excluding invisible text
9513
9514         * gtk/gtktextlayout.c (line_display_iter_to_index): get visible 
9515         index
9516
9517         * gtk/gtktextiter.c (gtk_text_iter_get_visible_line_index)
9518         (gtk_text_iter_get_visible_line_offset): new functions to 
9519         get indexes excluding invisible text
9520
9521         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): strip out a
9522         bunch of extra padding that served no purpose
9523
9524         * gtk/gtkdialog.c: Make all the spacings configurable via style
9525         properties, for chubbiness configuration in themes
9526
9527         * tests/testtext.c: fix path to the immodules.
9528         
9529 Mon Apr 23 18:57:03 2001  Jonathan Blandford  <jrb@redhat.com>
9530
9531         * gtk/gtksocket.c (gtk_socket_filter_func): add missing '}' that
9532         got munched by #endif.
9533
9534         * gtk/Makefile.am (gtk_plug_c_sources): add missing '\'
9535
9536         * gtk/gtktreeview.c: Refactored code to clean up a number of
9537         events.
9538
9539         * gtk/gtktreemodel.c (gtk_tree_path_compare): Switched return
9540         values to make consistent with other functions.  Spotted by Jeff
9541         Franks <jcf@tpg.com.au>.
9542
9543         * gtk/gtktreeview.h (struct _GtkTreeViewClass): Fixes to signal
9544         declaration spotted by Jeff Franks <jcf@tpg.com.au>.
9545
9546 2001-04-23  Sven Neumann  <sven@gimp.org>
9547
9548         * gtk/Makefile.am
9549         * gtk/gtkplug.c
9550         * gtk/gtksocket.c: on request of Owen, reverted my last change 
9551         and exclude gtkplug.c/gtksocket.c from the build for non-X11 targets
9552
9553 2001-04-23  Sven Neumann  <sven@gimp.org>
9554
9555         * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+
9556         compile for non-X11 targets again
9557
9558 2001-04-20  Alexander Larsson  <alexl@redhat.com>
9559
9560         * gtk/gtkcolorsel.[ch]:
9561         API Change. Take GdkColor arguments instead of gdouble *.
9562         Leave the old gtk_color_selection_set_color for compatibility,
9563         but marked deprecated.
9564         Do correct rounding when converting RGB <-> HSV.
9565         
9566         * gtk/gtkcolorseldialog.c:
9567         * tests/testgtk.c:
9568         Use new GtkColorSelection API.
9569
9570         * gtk/gtkhsv.c:
9571         Fix problem selecting colors in triangle when Hue is 330.
9572         Fix some black dots around the HSB triangle.
9573         
9574         * gtk/gtkfilesel.c:
9575         return FALSE from the focus_in_event handler to fix focus problems.
9576
9577 2001-04-18  Havoc Pennington  <hp@redhat.com>
9578
9579         * gtk/gtkwindow.c (gtk_window_class_init): add signals and binding
9580         set, so keybindings are configurable    
9581         (gtk_window_activate_default): Change to activate the focus widget
9582         instead if there's a focus widget, to be consistent with the
9583         behavior that previously existed in key_press_event
9584
9585 2001-04-18  Havoc Pennington  <hp@redhat.com>
9586
9587         * gdk/gdkkeyuni.c: Handle numeric keypad keysyms; bug #50201
9588
9589 2001-04-18  Havoc Pennington  <hp@redhat.com>
9590
9591         Close bug #50615:
9592         
9593         * gtk/gtkstyle.c (gtk_default_draw_layout): Use text_gc to draw
9594         the layout
9595
9596         * gtk/gtktext.c: Use base/text instead of bg/fg throughout
9597
9598         * gtk/gtkentry.c: Use base/text instead of bg/fg throughout
9599
9600         * gtk/gtktextdisplay.c: Use base/text instead of bg/fg throughout
9601         
9602         * gtk/gtkstyle.c (gtk_style_init): make GTK_STATE_SELECTED default
9603         to blue for base, in addition to bg
9604         
9605 2001-04-18  Havoc Pennington  <hp@redhat.com>
9606
9607         * tests/testgtk.c (create_image): allow shrinking the image window
9608         to test that we clip to allocation.
9609
9610         * gtk/gtkimage.c (gtk_image_expose): clip to allocation,
9611         #9845
9612
9613         * gtk/gtkenums.h: move GtkWrapMode in here, #50472
9614
9615 Wed Apr 18 14:23:14 2001  Owen Taylor  <otaylor@redhat.com>
9616
9617         * gdk/x11/gdkimage-x11.c (gdk_image_new): Try changing
9618         mode on shm segments to 0600. We'll see who complains.
9619
9620         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Call
9621         _gdk_windowing_window_destroy() AFTER recursing through
9622         children.
9623
9624         * tests/Makefile.am (noinst_PROGRAMS): Build testsocket,
9625         testsocket_child on X.
9626
9627         * tests/testsocket[_child].c: Fix uses of
9628         gtk_window_get_default_accel_group().
9629
9630         [ Merge patch from Ramiro Estrugo  <ramiro@eazel.com> from gtk-1-2 ]
9631
9632         * gdk/gdkimage.c: (gdk_image_get):
9633         Deal with the possibility that XGetImage() might return NULL.
9634         Allocate the GdkImagePrivate structure only after XGetImage()
9635         succeeds in order not to dereference a NULL ximage pointer.  This
9636         prevents a core dump when XGetImage() fails - which is unlikely,
9637         but can happen due to race conditions accessing the geometries of
9638         drawables.  An x error will still be triggered, but the gdk image
9639         wrapper at least wont seg fault.
9640         
9641 2001-04-18  Havoc Pennington  <hp@redhat.com>
9642
9643         * gtk/gtkimage.c: fix to properly queue resizes when the image is
9644         set
9645
9646         * gtk/gtktextview.c (gtk_text_view_do_popup): desensitize Paste
9647         if the insertion point isn't editable
9648
9649         * demos/gtk-demo/images.c: Added a GtkImage demo
9650
9651         * demos/gtk-demo/drawingarea.c: drawing area demo
9652         
9653         * demos/gtk-demo/menus.c (create_menu): cleanups
9654
9655 Wed Apr 18 12:15:52 2001  Owen Taylor  <otaylor@redhat.com>
9656
9657         * gdk/x11/gdkwindow-x11.c gdk/x11/gdkwindow-x11.h 
9658           gdk/x11/gdkevents-x11.c: Introduce an extra child
9659         of toplevel windows that serves to hold the focus to
9660         avoid events being delivered to embedded windows.
9661
9662         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Introduce
9663         some extra variables to clean up code and reduce the
9664         number of casts.
9665
9666         * gdk/x11/gdkwindow-x11.h (struct _GdkXPositionInfo): Use
9667         guint for 1 bit bit fields, not gboolean.
9668
9669 Wed Apr 18 10:04:23 2001  Owen Taylor  <otaylor@redhat.com>
9670
9671         * gtk/gtktooltips.c (gtk_tooltips_paint_window): Return FALSE,
9672         not TRUE. (Fixes #52925)
9673
9674 Tue Apr 17 18:05:34 2001  Owen Taylor  <otaylor@redhat.com>
9675
9676         * Released 1.3.4
9677
9678         * NEWS: Updated
9679
9680         * gtk/gtktextview.c (gtk_text_view_class_init): Fix to not
9681         use GTK_TYPE_ENUM.
9682
9683 Tue Apr 17 13:47:12 2001  Owen Taylor  <otaylor@redhat.com>
9684
9685         * configure.in: Don't put -lgthread in GLIB_LIBS, GLIB_DEPLIBS
9686
9687         * gtk/gtktypeutils.h gtk/gtksignals.h: Restore proper parameter
9688         names to compatibility #defines so docs work.
9689
9690         * gtk/gtkenums.h: Remove GtkMenuFactoryType
9691
9692         * gtk/gtkwindow.c gtk/gtkdnd.c: Docs cleanups.
9693
9694         * configure.in: Don't include -lgthread in GLIB_LIBS, GLIB_DEPLIBS
9695
9696         * tests/testgtkrc: No magenta cursors, please.
9697
9698         * README.in INSTALL.in HACKING README.cvs-commits: Updated.
9699
9700         * gtk/gtkenums.h (enum): Remove left over GtkMenuFactoryType.
9701         
9702 Mon Apr 16 14:38:41 2001  Owen Taylor  <otaylor@redhat.com>
9703
9704         * gtk/gtklist.c gtk/gtklistitem.c: Remove explicit pointer
9705         grabs, since they are no longer necessary.
9706
9707         * gtk/gtkcombo.c (gtk_combo_popup_button_press): Fix #52926
9708         by signal_connect() and call gtk_button_pressed() rather
9709         than signal_connect_after().
9710
9711         * tests/testgtk.c: Restore radio menu items to combos 
9712         since they'll look OK with Raleigh, and it is easier
9713         than finishing the process of removing them that was
9714         started earlier.
9715
9716 2001-04-16  Hans Breuer  <hans@breuer.org>
9717
9718         * gdk/gdk.def :
9719         * gtk/gtk.def : added all exports required to link PyGtk 0.7.1
9720
9721         * gdk/gdkfont.h : #define GDK_TYPE gdk_font_get_type ()
9722         we are interested in the functions return value not the function address
9723         * gdk/gdkvisual.h : same for GDK_TYPE_VISUAL
9724
9725         * gtk/makefile.msc.in : reflect movement of GDK_TYPEs from gtk to gdk
9726
9727 2001-04-14  Hans Breuer  <hans@breuer.org>
9728
9729         * gdk/gdk.def :
9730         * gdk/makefile.msc : updated
9731
9732         * gdk/win32/gdkdrawable.win32 (gdk_win32_draw_rectangle) : if modus is 
9733         "fill with tile" do so with new helper function gdk_win32_draw_tiles 
9734         (the testgtk::text backgound pixmap is drawn again)
9735         Changed SetTextAlign before pango_win32_render to TA_BASELINE to reflect 
9736         Win32 Pango change
9737         * gdk/win32/gdkprivate-win32.h : prototype for gdk_win32_draw_tiles
9738
9739         * gdk/win32/gdkproperty-win32.c : first implementation of gdk_setting_get
9740         Not sure if the returned settings have the right unit, because I couldn't
9741         find any docs for the X version ...
9742
9743         * gtk/gtk.def :
9744         * gtk/makefile.msc.in : updated
9745
9746 Thu Apr 12 17:41:17 2001  Owen Taylor  <otaylor@redhat.com>
9747
9748         * gtk-2.0.m4: Fix up to refer to GTK+, not to GLib; fix some
9749         wording problems. (Compared to version from Johannes Stezenbach to
9750         check correctness.)
9751
9752 Thu Apr 12 21:04:26 2001  Tim Janik  <timj@gtk.org>
9753
9754         * gtk/gtktreeview.c (_gtk_tree_view_column_start_drag): get
9755         this to compile.
9756
9757 2001-04-12  Anders Carlsson  <andersca@codefactory.se>
9758
9759         * gtk/gtkcellrenderertextpixbuf.c (gtk_cell_renderer_text_pixbuf_class_init): It's pixbuf_pos,
9760         not pixbufpos.
9761
9762         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Fix small typo.
9763
9764         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_property): xpad and ypad
9765         are unsigned insts, therefore use g_value_set_uint.
9766         (gtk_cell_renderer_set_property): Likewise, use g_value_get_uint.
9767
9768 Sun Apr  8 05:36:06 2001  Jonathan Blandford  <jrb@redhat.com>
9769
9770         * gtk/gtktextview.c (gtk_text_view_class_init): fix a fixme.
9771
9772         * gtk/gtkcellrendertoggle.c: change GTK_TYPE_POINTER to
9773         GTK_TYPE_STRING.
9774
9775         * gtk/gtktreeview.c: New functions to allow initial column
9776         dragging work.
9777
9778         * gtk/gtktreeviewcolumn.c: Initial column dragging support.
9779
9780         * tests/testtreefocus.c: give dave some love.
9781
9782         * tests/testtreesort.c: Modify test to check really long samples.
9783
9784 2001-04-11  Alexander Larsson  <alexl@redhat.com>
9785
9786         * gtk-2.0.m4: Pass pkg-config options
9787         before the other args so it works even if
9788         POSIXLY_CORRECT is set.
9789
9790 Mon Apr  9 19:02:07 2001  Tim Janik  <timj@gtk.org>
9791
9792         * configure.in (GTK_MICRO_VERSION): increment version to 1.3.4 (binary
9793         0, interface 0).
9794
9795 2001-04-04  Denis Oliver Kropp  <dok@convergence.de>
9796
9797         * gtk/gtkcalendar.c (gtk_calendar_button_press):
9798         check for action_func != NULL
9799
9800 2001-04-04  Sven Neumann  <sven@gimp.org>
9801
9802         * tests/testgtk.c (test_init): corrected path to gtk.immodules
9803
9804 Wed Apr  4 09:18:18 2001  Tim Janik  <timj@gtk.org>
9805
9806         * Released Gtk+-1.3.3.
9807
9808 Wed Apr  4 07:42:23 2001  Tim Janik  <timj@gtk.org>
9809
9810         * gdk/Makefile.am (EXTRA_DIST): add makeenums.pl to EXTRA_DIST.
9811
9812 Wed Apr  4 04:13:18 2001  Tim Janik  <timj@gtk.org>
9813
9814         * gtk/stock-icons/Makefile.am: stay in builddir and read/write
9815         files to/from source dir. (if we don't stay in builddir, we
9816         can't reach make-inline-pixbuf.
9817
9818         * gdk/Makefile.am (gdkenumtypes.c): add $(srcdir) to mekeenums.pl
9819         deps.
9820
9821         * configure.in (GTK_MICRO_VERSION): up and away (1.3.3 bin/interface
9822         ages 0).
9823
9824 Tue Apr  3 15:04:45 2001  Jonathan Blandford  <jrb@redhat.com>
9825
9826         * gtk/gtktreemodelsort.h:  removed set_sort_column, as it was
9827         moved to the GtkTreeSortable interface.
9828
9829         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
9830         Make more efficient (fixes #50262).
9831
9832 Tue Apr  3 13:55:37 2001  Owen Taylor  <otaylor@redhat.com>
9833
9834         * NEWS: Updated.
9835
9836         * configure.in: Remove support for uninstalled glib.
9837
9838         * gtk/gtkdnd.c (gtk_drag_highlight_expose): Return FALSE as
9839         so as not to stop emission.
9840
9841         * gtk-config-2.0.in: Exit with an error message that gtk-config-2.0
9842         is no longer supported.
9843
9844         * Makefile.am gtk/Makefile.am tests/*: Moved all tests
9845         into tests, change build order to build modules before
9846         gtk/.
9847
9848         * modules/input/Makefile.am: Move gtk-query-immodules-2.0 invocation
9849         to here.
9850
9851 Tue Apr  3 13:52:57 2001  Tim Janik  <timj@gtk.org>
9852
9853         * gtk/gtkitemfactory.[hc]: changed gtk_item_factory_dump_items()
9854         and gtk_item_factory_dump_rc() GtkPatternSpec argument to
9855         GPatternSpec. this is actually unlikely to cause breakage in
9856         third-party apps since except for gle, pretty much ever caller
9857         passes NULL here.
9858
9859         * gtk/gtkbindings.[hc]: removed gtk_pattern_*() API.
9860
9861         * *.c: use g_pattern_*() API.
9862
9863         * docs/Changes-2.0.txt: GtkPatternSpec->GPatternSpec updates.
9864
9865         * gtk/gtkstyle.c (gtk_default_draw_resize_grip): assert unhandled
9866         directions aren't passed in.
9867
9868         * gtk/gtksettings.[hc] (_gtk_settings_parse_convert): export conversion
9869         functionality to be usable from gtkstyle.c as well, give precedence
9870         for conversion to user-supplied parsers.
9871         s/_gtk_rc_property_parser_for_type/_gtk_rc_property_parser_from_type/;
9872
9873         * gtk/gtkstyle.c (_gtk_style_peek_property_value): use
9874         _gtk_settings_parse_convert() for rcporperty value conversion.
9875
9876 2001-04-03  Alexander Larsson  <alexl@redhat.com>
9877
9878         * gdk/linux-fb/gdkevents-fb.c:
9879         Add empty gdk_setting_get().
9880
9881 Tue Apr  3 05:09:07 2001  Tim Janik  <timj@gtk.org>
9882
9883         * gtk/gtkmain.c (_gtk_boolean_handled_accumulator): use more elaborate
9884         variable names.
9885         
9886         * gtk/makeenums.pl: touch this so enum files get remade.
9887
9888 Mon Apr  2 19:36:57 2001  Jonathan Blandford  <jrb@redhat.com>
9889
9890         * gtk/gtktreestore.c (gtk_tree_store_init):  Bug fix to make trees
9891         work again when not sorted.
9892
9893         * gtk/gtktreeview.c (gtk_tree_view_class_init): Add "collapse_row"
9894         and "expand_row" signal, closing bug 52578.
9895
9896         * gtk/gtktreeview.c (gtk_tree_view_expand_row): Add signal
9897         support.
9898
9899         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): Add signal
9900         support.
9901
9902 Mon Apr  2 18:18:07 2001  Owen Taylor  <otaylor@redhat.com>
9903
9904         * gdk/gdkevents.h: Add GdkEventSetting event for notification
9905         of changes to system settings, gdk_setting_get() to retrieve
9906         a single system setting.
9907
9908         * gdk/x11/gdkevents-x11.c: Bridge gdk_setting_get() and GdkEventSetting
9909         to the draft XSETTINGS mechanism.
9910
9911         * gdk/x11/xsettings-{common,client}.[ch]: Sample-implementation of
9912         XSETTINGS.
9913
9914         * gtk/gtkmain.c gtk/gtksettings.[ch]: Propagate notification
9915         of GDK settings changes to the GtkSettings object.
9916
9917         * gdk/gdkevents.[ch] gdk/gtk/gtksettings.c: Hook up the
9918         double-click-timeout property to GDK.
9919
9920         * gdk/gdkcolor.[ch] gdk/gdkvisual.h gdk/gdkevent.[ch] gdk/gdkfont.[ch]:
9921         Define GDK boxed types here.
9922
9923         * gdk/Makefile.am gdk/makeenums.pl: Generate source files
9924         gdk/gdkenumtypes.[ch] for enum definitions.
9925
9926         * gtk/gtkcompat.h: Add defines for GTK_TYPE_GDK_*
9927         * gtk/gtk-boxed.defs: Comment out GDK types
9928         * gtk/gtktypeutils.h: Remove GDK types
9929         * gtk/Makefile.am: No longer scan GDK headers for enumerataions
9930
9931 Mon Apr  2 16:41:08 2001  Owen Taylor  <otaylor@redhat.com>
9932
9933         * Applied patch from Ron Steinke to add signal accumulators
9934         so that signals with the convention 'TRUE return means
9935         handled' stop emission on a TRUE return.
9936
9937         * gtk/gtkmain.[ch]: Add private accumulator 
9938         _gtk_boolean_handled_accumulator, used throughout GTK+.
9939         
9940         * gtk/gtkspinbutton.c: Add accumulator for ::output.
9941
9942         * gtk/gtktipsquery.c: Add accumulator for ::widget_selected
9943         
9944         * gtk/gtkwidget.c: Add accumulators for event signals,
9945         ::drag_motion, ::drag_drop. Use _gtk_boolean_handled_accumator
9946         for ::mnemonic-activate.
9947
9948         * gtk/gtkwindow.c: Add accumulator for ::frame_event
9949
9950 Mon Apr  2 16:24:21 2001  Owen Taylor  <otaylor@redhat.com>
9951
9952         * gtk/gtkwidget.c: Add missing include.
9953
9954 Mon Apr  2 16:56:15 2001  Jonathan Blandford  <jrb@redhat.com>
9955
9956         * gtk/gtkmarshal.list (VOID:BOXED,BOXED,BOXED,BOXED): new
9957         marshaller.
9958
9959         * gtk/gtktreemodel.c (gtk_tree_model_range_changed): change
9960         "changed" signal to "range_changed".
9961
9962         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix small bug where
9963         removing a tree from one model would remove all trees from that
9964         model.
9965         * gtk/gtktreeview.c (gtk_tree_view_range_changed): use range
9966         changed signal instead.
9967
9968 Mon Apr  2 16:13:58 2001  Owen Taylor  <otaylor@redhat.com>
9969
9970         * gtk/gtkinvisible.c (gtk_invisible_style_set): Avoid
9971         chaining up to parent impl, since we have a INPUT_ONLY
9972         window.
9973
9974         * gtk/gtkentry.[ch]: Add a cursor_color property to set the
9975         foreground color for the cursor.
9976
9977 Mon Apr  2 15:06:13 2001  Owen Taylor  <otaylor@redhat.com>
9978
9979         * gtk/gtkstyle.c (_gtk_style_peek_property_value): Reference 
9980         param spec when caching property values, since we unref it
9981         later when we free the style.
9982
9983         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): Dont' free
9984         values since they are retrieved with G_VALUE_NO_COPY_CONTENTS.
9985
9986 Mon Apr  2 10:47:57 2001  Owen Taylor  <otaylor@redhat.com>
9987
9988         * gtk/gtkwidget.c (gtk_widget_class_init): Fix 
9989         G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPE
9990         stupidity.
9991
9992 Mon Apr  2 00:51:11 2001  Owen Taylor  <otaylor@redhat.com>
9993
9994         [ First pass at adding style properties. Still needs some definite
9995         fine-tuning. ]
9996
9997         * gtk/gtkbutton.c: Add ::default_spacing style property.
9998          
9999         * gtk/gtkcheckbutton.[ch] gtkradiobutton.c: Add ::indicator_size,
10000         ::indicator_spacing style properties.
10001
10002         * gtk/gtkoptionmenu.c: Add ::indicator_size, ::indicator_spacing
10003         style properties.
10004
10005         * gtk/gtk{,h,v}paned.[ch]: Make handle_size a style property
10006         rather than a normal property.
10007
10008         * gtk/gtkwidget.c: Add an ::interior_focus style property to
10009         draw focus inside buttons, in the Windows/Java Metal/etc. style.
10010
10011         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtktogglenbutton.c:
10012         Honor ::interior_focus.
10013         
10014         * gtk/gtkentry.c: Don't draw focus at all when ::interior_focus is 
10015         TRUE.
10016
10017         * gtk/gtkrange.[ch] gtk/gtk{h,v}scrollbar.c gtk/gtk{h,v}scale.c:
10018         Add ::slider_width, ::trough_border, ::stepper_size,
10019         ::stepper_spacing style properties.
10020
10021         * gtk/gtkscale.[ch] Add ::slider-length style property.
10022
10023 2001-04-02 Alexander Larsson   <alexl@redhat.com>
10024
10025         * gdk/linux-fb/gdkwindow-fb.c:
10026         Add gdk_window_begin_resize_drag and gdk_window_begin_move_drag. Remove some
10027         warnings that were spewed on startup.
10028
10029         * gtk/gtkwindow-decorate.c:
10030         gtk_window_reposition -> _gtk_window_reposition
10031
10032 Sun Apr  1 21:37:22 2001  Owen Taylor  <otaylor@redhat.com>
10033
10034         * gtk/gtkwidget.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
10035         Add boxed type for GtkRequistion. Use it for ::size-request.
10036
10037         * gtk/gtkstyle.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
10038         Add a new GtkBorder structure useful for geometry properties
10039         for widgets. Add corresponding GTK_TYPE_BORDER.
10040         
10041         * gtk/gtkwidget.c (gtk_widget_class_install_style_property):
10042         Support automatic parser selection like
10043         gtk_settings_install_property_parser().
10044
10045         * gtk/gtksettings.c (_gtk_rc_property_select_parser): Export
10046         functionality for use by gtk_widget_class_install_style_property.
10047         Support GTK_TYPE_BORDER, GTK_TYPE_REQUISITION.
10048
10049 Sun Apr  1 20:48:59 2001  Owen Taylor  <otaylor@redhat.com>
10050
10051         * gtk/gtkentry.c (gtk_entry_class_init): Make invisible-char
10052         g_param_spec_unichar(). 
10053
10054 Sun Apr  1 23:41:37 2001  Tim Janik  <timj@gtk.org>
10055
10056         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): raise window for non
10057         _NET window managers.
10058
10059         * gtk/gtkmenufactory.[hc]: cvs removed those files now.
10060
10061 Sun Apr  1 08:00:13 2001  Tim Janik  <timj@gtk.org>
10062
10063         * gtk/gtkwidget.[hc]: got rid of gtk_widget_popup(), a function that
10064         bad needs to be nuked, not just deprecated.
10065
10066         * gtk/gtktooltips.c (gtk_tooltips_draw_tips): don't use 
10067         gtk_widget_popup().
10068
10069         * gtk/*.[hc]: s/activate_mnemonic/mnemonic_activate/g;
10070         
10071         * gtk/gtkmenufactory.[hc]: removed this long-standingly deprecated
10072         widget.
10073         
10074         * docs/Changes-2.0.txt: updates.
10075         
10076 Sun Apr  1 01:02:54 2001  Jonathan Blandford  <jrb@redhat.com>
10077
10078         * gtk/gtktreestore.c (gtk_tree_store_sort_iter_changed):
10079         for (i = 0; i < 100; i ++)
10080           g_print ("I will confirm it compile before committing\n");
10081
10082 Sun Apr  1 00:52:06 2001  Jonathan Blandford  <jrb@redhat.com>
10083
10084         * gtk/gtktreestore.c: Initial work on implementing the
10085         GtkTreeSortable interface.  Basicaly a big cut'n'paste job.
10086
10087 Sun Apr  1 03:28:14 2001  Tim Janik  <timj@gtk.org>
10088
10089         * gtk/gtkwidget.c: fixed a bunch of notifications, added
10090         reference counts around emissions where the widget is used afterwards.
10091         added freeze/thaws around multiple properties being notified.
10092         (_gtk_widget_get_aux_info): cleanups.
10093         
10094         * gtk/gtksettings.c (gtk_settings_install_property): provide
10095         default parsing functions for gdkcolor, enums and flags.
10096
10097         * gtk/gtkwindow.[hc]: partially reverted patch from havoc,
10098         applied by owen.
10099         backed out gtk_window_get_location(), gtk_window_set_location(),
10100         gtk_window_get_size() and gtk_window_set_size(), these
10101         have to be sorted out wrg x/y/width/height/default_with/default_height
10102         properties.
10103         kept a flag in GtkWindowGeometryInfo to handle user
10104         resetting default sizes.
10105         cleaned up ZVT comments.
10106         bunch of assorted bug fixes, notification fixes.
10107         (_gtk_window_reposition): make this a really internal function.
10108         
10109         * gtk/testgtk.c: fixups.
10110         
10111 2001-03-31  Hans Breuer  <hans@breuer.org>
10112
10113         * config.h.win32.in : disable USE_MMX for msvc build cause
10114         the assembler doesn't fit and is out of my scope. Disable
10115         USE_GMODULE for msvc build as wel. The right way to share
10116         binaries on win32 would be to use libtiff.dll etc. To reduce
10117         installation hassles IMO it's better to include all fileformats
10118         builtin to gdk-pixbuf
10119
10120         * gdk-pixbuf/makefile.msc : new file
10121
10122         * gdk/gdk.def : updated
10123
10124         * gdk/win32/gdkevents-win32.c : don't erase the background if
10125         .no_bg is set. It improves the scrolling (e.g. of testgtk main
10126         buttons
10127         * gdk/win32/gdkgeometry-win32.c : added comment about the above
10128
10129         * gdk/win32/gdkwindow-win32.c : added three new functions like
10130         the X version. Only one is implemented, because the other two
10131         "gdk_window_begin_(resize|move)_drag" got no docs and appear to
10132         be default behaviour on win32 anyway ...
10133
10134         * gtk/gtk.def : updated
10135
10136         * gtk/makefile.msc.in : update for new files, use glib-genmarshal
10137         from where it was built and add an additional rule to automagically
10138         build gtkmarshal.[hc]
10139
10140         * gtk/gtkfilesel.c (open_new_dir) : don't increase n_entries
10141         before array access for the current entry isn't finished
10142
10143         * gtk/gtktreeitem.c (gtk_tree_item_subtree_button_click) :
10144         use g_return_val_if_fail
10145
10146         * gtk/testgtk.c (window_controls) : don't use the *wrong* size
10147         for the static array, but let the compiler calculate it. It
10148         makes me wonder if gcc isn't capable to catch bugs like this ...
10149
10150 2001-03-31  James Henstridge  <james@daa.com.au>
10151
10152         * gtk/gtkwidget.c (gtk_widget_size_adjust): fix use of magic
10153         constant "-1" in the aux info structure.
10154
10155 2001-03-30  Alexander Larsson  <alexl@redhat.com>
10156
10157         * gtk/gtkbutton.c (gtk_button_get_property):
10158         * gtk/gtklabel.c:
10159         Remove leaks.
10160         
10161         * gtk/gtkcontainer.c:
10162         * gtk/gtkhscale.c:
10163         * gtk/gtkhscrollbar.c:
10164         * gtk/gtklayout.c:
10165         * gtk/gtkmisc.c:
10166         * gtk/gtkprogress.c:
10167         * gtk/gtkprogressbar.c:
10168         * gtk/gtkrange.c:
10169         * gtk/gtktable.c:
10170         * gtk/gtkviewport.c:
10171         * gtk/gtkvscale.c:
10172         * gtk/gtkvscrollbar.c:
10173         * gtk/gtkwidget.c:
10174         Property patches, based on patches from John Margaglione and Lee Mallabone.
10175
10176 Thu Mar 29 21:20:38 2001  Mike Kestner  <mkestner@ameritech.net>
10177
10178         * gtk/gtkspinbutton.c : added value_changed signal which proxies for the
10179         adjustment. Cleaned redundant preconditions (spin != NULL). Added
10180         inline API function docs.
10181         (gtk_spin_button_new_with_range): New convenience constructor.
10182         (gtk_spin_button_set_increments): New adjustment helper.
10183         (gtk_spin_button_set_range): New adjustment helper.
10184
10185         * gtk/testgtk.c : added test of the new convenince constructor and
10186         value_changed signals.
10187
10188 Thu Mar 29 20:20:38 2001  Jonathan Blandford  <jrb@redhat.com>
10189
10190         * gtk/gtktreemodel.c (gtk_tree_row_ref_reordered_callback): Now we
10191         listen to the reorder signal.
10192
10193 Wed Mar 28 20:30:26 2001  Owen Taylor  <otaylor@redhat.com>
10194
10195         * gtk/gtkwidget.[ch] (_gtk_widget_get_aux_info): Add private function
10196         to get the aux info structure fo the widget.
10197
10198         * gtk/gtklabel.c gtk/gtkscrolledwindow.c gtk/gtkwindow.c: Use
10199         above function.
10200
10201         [ Patch from  Havoc Pennington  <hp@redhat.com> ]
10202
10203         * gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents): function
10204         to get the size of the window manager frame, basically the same
10205         code that gdk_window_get_root_origin() had
10206         (gdk_window_get_root_origin): use gdk_window_get_frame_extents()
10207
10208         * gtk/gtkwindow.c (gtk_window_set_default_size): use
10209         gdk_window_resize() if the window is realized and resizeable
10210
10211         * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): fix
10212         typo so that setting gravity works
10213
10214         * gtk/gtkwindow.c (gtk_window_move_resize): don't ever use
10215         allocation if auto_shrink is on, even if the default size
10216         has not changed.
10217
10218         * gtk/gtkwidget.c (gtk_widget_render_icon): remove bogus
10219         g_return_if_fail
10220
10221 Thu Mar 29 16:29:12 2001  Jonathan Blandford  <jrb@redhat.com>
10222
10223         * gtk/gtkliststore.c (gtk_list_store_iter_changed): Massive
10224         reordering/sorting work.  Now pretty much works.
10225
10226         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Lots of work to make
10227         reorder mostly work.  Still need to get the parity correct.
10228
10229         * gtk/gtktreeviewcolumn.c: Listen for "model" property changed
10230         signal, so I can listen for the sort_column_changed signal so I
10231         can change my "sort_indicator" property.  Cool.
10232
10233 Wed Mar 28 00:03:10 2001  Owen Taylor  <otaylor@redhat.com>
10234
10235         [ Patch from Havoc Pennington, hp@redhat.com ]
10236
10237         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c:
10238         Add functions gdk_window_begin_resize_drag/begin_move_drag
10239         to start resizing or moving a toplevel window. This
10240         is done either using the _NET_WM_MOVERESIZE protocol,
10241         or, if that isn't present, by emulation.
10242
10243         * gtk/gtkwindow.[ch]: Add functions gtk_begin_move/resize_drag
10244         to export the above to GTK+-land.
10245
10246         * gtk/gtkstyle.[ch]: Add ->draw_resize_grip() paint func.
10247         
10248         * gtk/gtkwindow.c gdk/gdkwindow.[ch] (gdk_window_constrain_size):
10249         Move this function into gdkwindow, since we need it
10250         when implementing fallback resizing.
10251
10252         * gdk/x11/gdkwindow-x11.c: gdk_window_set_geometry_hints.
10253         Fix typo when setting gravity.
10254
10255         * gtk/gtkstatusbar.[ch] (gtk_statusbar_set_has_resize_grip):
10256         Add an optional (but on by default) resize grip for resizing 
10257         the parent window.
10258
10259 01-03-29  Alexander Larsson  <alexl@redhat.com>
10260
10261         * gtk/gtktooltips.c (gtk_tooltips_event_handler):
10262         Don't return TRUE from the event handler, that blocks all
10263         event signals on the tooltip widget. Now you can press buttons
10264         in toolbars again.
10265
10266 Wed Mar 28 19:20:43 2001  Owen Taylor  <otaylor@redhat.com>
10267
10268         * gtk/testtext.c (create_buffer): Add missing NULL on
10269         valist.
10270
10271         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Fix
10272         c-n-p problem with INCONSISTENT property.
10273
10274         [ Patch from Havoc Pennington  <hp@redhat.com> ]
10275
10276         * gtk/gtkentry.h (struct _GtkEntryClass): add same populate_popup
10277         hook.
10278
10279         * gtk/gtktextview.h (struct _GtkTextViewClass): add populate_popup
10280         signal as a hook for extending the default popup menu
10281
10282         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
10283         use radio menu items for the input method menuitems
10284
10285         * gtk/gtkimcontextsimple.c (check_hex): do better validation of 
10286         inserted unicode from Ctrl-Shift-hex input method
10287
10288         * gtk/gtktextbtree.c (_gtk_text_btree_insert): remove utf8
10289         validatation here, already done at GtkTextBuffer level.
10290
10291         * gtk/gtkwidget.c (gtk_widget_class_init): add binding set, add
10292         popup_menu run action signal and Shift+F10 and Menu keybindings.
10293
10294         * gtk/gtkentry.c: implement a default handler for popup_menu
10295
10296         * gtk/gtktextview.c: implement a default handler for popup_menu
10297
10298         * gtk/gtkmenu.c (gtk_menu_popup): select first item if popup is
10299         from a key event
10300         
10301         * gtk/gtklabel.c: remove "trailer" cruft
10302
10303 Wed Mar 28 17:27:12 2001  Jonathan Blandford  <jrb@redhat.com>
10304
10305         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): new function to
10306         handle reordering of trees.  Seems to mostly work w/ the exception
10307         of the parity flag.
10308
10309         * gtk/gtktreeview.c (gtk_tree_view_reordered): handle "reordered"
10310         signal.
10311
10312 Wed Mar 28 21:12:37 2001  Tim Janik  <timj@gtk.org>
10313
10314         * gtk/gtkwidget.h: c++ fixes.
10315
10316 Sun Mar 25 15:51:28 2001  Owen Taylor  <otaylor@redhat.com>
10317
10318         * gtk/gtksettings.c (gtk_settings_init): Fix use of uninitialized
10319         memory.
10320
10321 Tue Mar 27 22:36:07 2001  Owen Taylor  <otaylor@redhat.com>
10322
10323         * gtk/gtkwidget.h gtk/gtkrange.h: Apply patch from 
10324         Nils Barth fixing event return values. (#51041)
10325
10326         * gtk/gtkwidget.c: Fix some return values for default
10327         functions.
10328
10329         * gtk/gtk[vh]scrollbar.c gtk/gtk[vh]range.c: Fix
10330         return values for trough_keys functions.
10331
10332         * gtk/gtkwidget.h (struct _GtkWidgetClass): Fix return
10333         value for add_accelerator (shoudl have been a void
10334         return.)
10335
10336         * gtk/gtkcellrenderer.[ch]: gtkcellrenderertoggle.h:
10337         Fix return type of EVENT.
10338
10339         * gtk/gtkmarshal.list gtk/gtktexttag.c: Make EVENT
10340         signal return a boolean.
10341
10342 Tue Mar 27 22:07:44 2001  Jonathan Blandford  <jrb@redhat.com>
10343
10344         * gtk/gtkliststore.c (gtk_list_store_sort): Fix arguments to
10345         reordered signal.
10346
10347         * tests/testtreesort.c (main): fix spelling.
10348
10349 Tue Mar 27 20:55:29 2001  Jonathan Blandford  <jrb@redhat.com>
10350
10351         * gtk/gtkliststore.c: More work on implementing sortable
10352         interface.
10353
10354 Mon Mar 26 15:48:45 2001  Owen Taylor  <otaylor@redhat.com>
10355
10356         * gtk/gtkwindow.c (gtk_window_list_toplevels): Don't
10357         reference the widgets in the resulting list. (#11821)
10358         This makes this consistent with gtk_container_children.
10359
10360         * gtk/gtkwindow.c gtk/gtkwidget.c: Fix up the two
10361         uses of gtk_window_list_toplevels.
10362
10363 Mon Mar 26 15:26:17 2001  Owen Taylor  <otaylor@redhat.com>
10364
10365         * gtk/gtkimcontext.c (gtk_im_context_set_use_preedit): Add
10366         a virtual function to set whether the IM context should use 
10367         the preedit string. (#51922)
10368         
10369 Mon Mar 26 14:42:59 2001  Owen Taylor  <otaylor@redhat.com>
10370
10371         * gdk/gdkpango.h: Remove stale FIXME comment.
10372
10373 2001-03-26  Alexander Larsson  <alla@lysator.liu.se>
10374
10375         * gtk/gtkfilesel.c (gtk_file_selection_get_filename):
10376         Fixed bug that returned NULL if a filename was selected.
10377
10378 2001-03-24  Havoc Pennington  <hp@pobox.com>
10379
10380         * gtk/gtkthemes.c (gtk_theme_engine_load): improve error message
10381         to contain the word "theme"
10382
10383 2001-03-24  Havoc Pennington  <hp@pobox.com>
10384
10385         * gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much
10386         slower but finer-grained
10387         (gtk_hsv_focus): get initial focus on the ring or triangle 
10388         according to tab direction
10389
10390         * gtk/testgtk.c (main): get rid of weird sleep(1) on exit
10391
10392 2001-03-23  Havoc Pennington  <hp@pobox.com>
10393
10394         * gtk/gtkhsv.c: make this somewhat key-navigable
10395
10396         * gtk/gtkfontsel.c: mnemonics
10397
10398         * gtk/gtkgamma.c: mnemonics
10399
10400         * gtk/gtkcolorsel.c: add mnemonics to labels
10401
10402 2001-03-22  Havoc Pennington  <hp@pobox.com>
10403
10404         Applied big patch from Seth Lytle to fix event handler return
10405         values, slightly modified.
10406
10407         * gtk/gtkcalendar.c (gtk_calendar_button_press): return TRUE if
10408         handled.
10409         (gtk_calendar_key_press): return TRUE for GDK_space triggers
10410         select_day
10411
10412         * gtk/gtkclist.c (gtk_clist_button_press): return TRUE if handled
10413         (gtk_clist_button_release): return TRUE if handled
10414
10415         * gtk/gtkcolorsel.c (mouse_release):
10416         (palette_activate): 
10417         (palette_press): 
10418         (palette_new): 
10419         (mouse_press): 
10420         (get_screen_color): 
10421         fixed return type (void to gboolean), return TRUE,
10422         added GTK_SIGNAL_FUNC cast
10423
10424         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fixed return type
10425         (void to gboolean), and return TRUE
10426         (gtk_combo_button_release): changed return value to TRUE after
10427         gtk_grab_add on combo->popwin
10428
10429         * gtk/gtkctree.c (gtk_ctree_button_press): return TRUE if triggers a
10430         collapse or expand
10431
10432         * gtk/gtkcurve.c (gtk_curve_graph_events): return TRUE for
10433         button/motion
10434
10435         * gtk/gtkdnd.c (gtk_drag_source_event_cb): return TRUE for button
10436         press/release and motion that trigger act
10437
10438         * gtk/gtkentry.c (gtk_entry_button_release): return TRUE
10439
10440         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): return TRUE
10441         for GDK_Return
10442         
10443         * gtk/gtklist.c (gtk_list_button_press): return TRUE mostly
10444         (gtk_list_button_release): return TRUE if selection
10445
10446         * gtk/gtklistitem.c (gtk_list_item_button_press): return TRUE on
10447         press
10448
10449         * gtk/gtkmenushell.c (gtk_menu_shell_button_press):
10450         (gtk_menu_shell_button_release): chain parent_menu_shell retval
10451
10452         * gtk/gtknotebook.c (gtk_notebook_button_press): return FALSE if
10453         nothing triggered
10454         (gtk_notebook_button_release): return TRUE if we do anything
10455
10456         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): 
10457         (gtk_spin_button_button_release): return TRUE or chained retval
10458
10459         * gtk/gtktext.c (gtk_text_button_press): 
10460         (gtk_text_button_release): return TRUE
10461         (gtk_text_key_press): remove redundant retval code
10462         
10463         * gtk/gtktreeitem.c (gtk_tree_item_button_press): return TRUE if button
10464         and sensitive
10465         (gtk_tree_item_subtree_button_click): changed type to gint, and return
10466         TRUE if sensitive
10467
10468         * gtk/gtktooltips.c (gtk_tooltips_event_handler): deactivate implies 
10469         return TRUE
10470
10471 2001-03-23  Havoc Pennington  <hp@redhat.com>
10472
10473         * gtk/testgtk.c: fix warnings
10474
10475         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): fix return value
10476
10477         * gtk/gtktextview.c: fix warnings
10478
10479         * gtk/gtktext.c (find_cursor_at_line): fix warning
10480
10481         * gtk/gtkselection.c (gtk_selection_notify): fix warning 
10482
10483         * gtk/gtkitemfactory.c (gtk_item_factory_menu_pos): fix signature
10484         of this function
10485
10486         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
10487         fix warning
10488
10489         * gtk/gtkhandlebox.c (gtk_handle_box_style_set): fix warning
10490
10491         * gtk/gtkfontsel.c: fix warning
10492
10493         * gtk/gtkcolorsel.c: fix warnings
10494
10495 2001-03-23  Havoc Pennington  <hp@redhat.com>
10496
10497         * gtk/gtkhandlebox.c: Apply property patch from Lee Mallabone
10498
10499         * gtk/gtkbox.c: Apply property patch from Lee Mallabone
10500
10501         * gtk/gtkcheckmenuitem.c: Apply property patch from Lee Mallabone,
10502         and deprecated gtk_check_menu_item_set_show_toggle().
10503         
10504         * gtk/gtkbutton.c: Apply property patch from Lee Mallabone
10505
10506         * gtk/gtkfilesel.c: Apply property patch from Lee Mallabone
10507
10508         * gtk/gtkframe.c: Apply property patch from Lee Mallabone
10509
10510 2001-03-23  Havoc Pennington  <hp@redhat.com>
10511
10512         * gtk/gtktoolbar.c, gtk/gtkimcontext.c, gtk/gtklabel.c: fix up
10513         some docs
10514
10515 Fri Mar 23 16:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
10516
10517         * gtk/gtktreeviewcolumn.h (GtkCellDataFunc): Forgot to namespace
10518         this.
10519
10520         * gtk/gtktreestore.c (gtk_tree_store_set_value): change from
10521         set_cell to set_value
10522
10523         * gtk/gtkliststore.c (gtk_list_store_set_value): change from
10524         set_cell to set_value
10525
10526 Thu Mar 22 19:27:34 2001  Jonathan Blandford  <jrb@redhat.com>
10527
10528         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
10529         fix braino.
10530         * gtk/gtktreesortable.[ch]: New interface to add cleanup sortable
10531         support.
10532
10533         * gtk/gtktreeview.c: Addition of initial sortable support.
10534
10535         * gtk/gtktreestore.c: Addition of initial sortable support.
10536
10537         * gtk/gtkliststore.c: Addition of initial sortable support.
10538
10539         * gtk/gtkmarshal.list: yet another marshaller.
10540
10541         * gtk/gtktreedatallist.[ch]: shared code between the store models
10542         for handling sorting headers.
10543
10544 2001-03-22  Havoc Pennington  <hp@redhat.com>
10545
10546         * gtk/gtkcontainer.c (gtk_container_set_focus_chain): 
10547         (gtk_container_unset_focus_chain): Add ability to override the 
10548         focus chain for a container explicitly
10549
10550 Thu Mar 22 13:01:44 2001  Tim Janik  <timj@gtk.org>
10551
10552         * gtk/gtklabel.[hc]: some cleanups, fixed mnemonic_widget handling,
10553         added PROP_MNEMONIC_WIDGET.
10554
10555         * gtk/gtkwindow.c (gtk_window_activate_mnemonic): 
10556         (gtk_window_remove_mnemonic): 
10557         (gtk_window_add_mnemonic): fixed assertions.
10558         (gtk_window_activate_mnemonic): constrain modifier checks to those
10559         permitted by gtk_accelerator_get_default_mod_mask().
10560         got rid of gtk_window_get_default_accel_group().
10561
10562         * gtk/gtkwidget.c (gtk_widget_real_activate_mnemonic): handle non
10563         activatable widgets either by focussing or a warning.
10564         added a signal accumulator to ::activate_mnemonic which stops the
10565         emission once a handler returned TRUE.
10566
10567 2001-03-22  Havoc Pennington  <hp@pobox.com>
10568
10569         * gtk/gtktoolbar.c (gtk_toolbar_insert_stock): handle mnemonics in
10570         the stock item label
10571
10572         * gtk/gtklabel.c: s/@gtk_func/gtk_func()/ in docs
10573
10574         * gtk/gtkstock.c (builtin_items): add mnemonics where missing
10575
10576         * demos/gtk-demo/*.c: Add mnemonics all over the place
10577
10578         * gtk/gtklabel.h: mark parse_uline deprecated
10579
10580 2001-03-21  Alexander Larsson  <alexl@redhat.com>
10581
10582         * gtk/gtkitemfactory.[ch]:
10583         Add support for stock and normal imagemenuitems.
10584         
10585         * gtk/testgtk.c:
10586         Add some tests for mnemonics, stock toolbars, stock
10587         and image menuitems in itemfactory and gdk_window_scroll.
10588
10589 2001-03-21  Alexander Larsson  <alexl@redhat.com>
10590
10591         * gtk/gtkbutton.[ch]:
10592         * gtk/gtkdialog.c:
10593         Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and
10594         removed accel_group argument. Renamed gtk_button_new_accel() to
10595         gtk_button_new_with_mnemonic() and removed accel_group argument.
10596
10597         * gtk/gtkcheckbutton.[ch]:
10598         New function gtk_check_button_new_with_mnemonic().
10599
10600         * gtk/gtkentry.c:
10601         Override activate_mnemonic and just grab focus.
10602
10603         * gtk/gtkitemfactory.c:
10604         Don't add menu uline accel group, instead use mnemonics support.
10605
10606         * gtk/gtklabel.[ch]:
10607         New support for mnemonics.
10608
10609         * gtk/gtkmarshal.list:
10610         Needed BOOLEAN:BOOLEAN for activate_mnemonic.
10611
10612         * gtk/gtkmenu.[c]:
10613         * gtkmenushell.c:
10614         Use mnemonics instead of accel groups for uline
10615         support in menu items.
10616         Removed gtk_menu_get_uline_accel_group() and
10617         gtk_menu_ensure_uline_accel_group().
10618
10619         * gtk/gtkmenuitem.c:
10620         Override activate_mnemonic to handle switching between
10621         menu items if there are collisions.
10622         
10623         * gtk/gtknotebook.c:
10624         Connect to activate_mnemonic on the tab_label, so that
10625         activating it switches to that notebook page.
10626
10627         * gtk/gtkwidget.[ch]:
10628         Add activate_mnemonic signal. New function
10629         gtk_widget_activate_mnemonic() to emit it.
10630         Default implementation does activate/grab_focus.
10631
10632         * gtk/gtkwindow.[ch]:
10633         Add support for mnemonics in windows.
10634         New functions:
10635         gtk_window_add_mnemonic, gtk_window_remove_mnemonic,
10636         gtk_window_activate_mnemonic, gtk_window_set_mnemonic_modifier
10637
10638         * gtk/testgtk.c:
10639         Update to function name changes.
10640         
10641 2001-03-21  Alexander Larsson  <alexl@redhat.com>
10642
10643         * gtk/gtkimagemenuitem.[c]:
10644         Add gtk_image_menu_item_new_from_stock()
10645
10646 Tue Mar 20 15:00:43 2001  Jonathan Blandford  <jrb@redhat.com>
10647
10648         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
10649         Fix buglet in meeting.
10650
10651 2001-03-19  Havoc Pennington  <hp@redhat.com>
10652
10653         * gtk/gtkiconfactory.c: Make GtkIconSource an opaque datatype, and
10654         add a bunch of accessor functions. This is because we have
10655         reasonable expectations of extending what fields it contains in
10656         the future.
10657
10658         * gtk/gtkstyle.c (gtk_default_render_icon): adapt to icon source
10659         changes
10660
10661         * gtk/gtkrc.c (gtk_rc_parse_icon_source): fix to use new
10662         GtkIconSource   
10663
10664 Mon Mar 19 15:53:36 2001  Owen Taylor  <otaylor@redhat.com>
10665
10666         * gtk/gtkitemfactory.c gtk/testgtk.c: Handle quoting of / with \; properly
10667         handle __ in paths, quote " and \n in gtk_item_factory_dump_items().
10668
10669         * gtk/gtkadjustment.[ch] gtk/gtkclist.c gtk/gtkhruler.c gtk/gtklayout.c 
10670           gtk/gtklist.c gtk/gtkprogress.[ch] gtk/gtkprogressbar.[ch] gtk/gtkrange.[ch]
10671           gtk/gtkruler.[ch] gtk/gtkscale.c gtk/gtkscrolledwindow.c gtk/gtkspinbutton.[ch]
10672           gtk/gtktext.c gtk/gtktextview.c gtk/gtkvruler.c gtk/testgtk.c:
10673         Change float to double everywhere with the exception of 0<->1.0 alignment
10674         and GtkCurve.
10675
10676 2001-03-19  Tor Lillqvist  <tml@iki.fi>
10677
10678         * gdk/win32/gdkdrawable-win32.c
10679         * gdk/win32/gdkimage-win32.c: Use correct casts in debugging
10680         output.
10681
10682         * demos/testpixbuf-drawable.c: If GDK_WINDOWING_WIN32, include
10683         gdkwin32.h.
10684
10685 2001-03-18  Tor Lillqvist  <tml@iki.fi>
10686
10687         * gdk/win32/gdkevents-win32.c (print_window_state): New function.
10688         print_event_state, print_event): Use preprocessor macro to make
10689         code more compact. Print also GDK_WINDOW_STATE events.
10690         (synthesize_crossing_events): Remove the old #ifdeffed-out code.
10691         
10692         * gtk/gtk.def
10693         * gtk/makefile.mingw.in: Update.
10694
10695         * gtk/gtkmain.h: Check for G_PLATFORM_WIN32, not only G_OS_WIN32,
10696         to catch also Cygwin.
10697
10698 Sun Mar 18 01:15:30 2001  Tim Janik  <timj@gtk.org>
10699
10700         * gtk/gtkspinbutton.[hc]: added rc-style argument
10701         GtkSpinButton::shadow_type.
10702         removed spin_button->shadow_type, gtk_spin_button_set_shadow_type()
10703         and ARG_SHADOW_TYPE as it doesn' make much sense to try to override
10704         rc-style settings.
10705
10706         * gtk/gtkfixed.c: removed gtk_fixed_paint() (was unused).
10707
10708         * gtk/gtkwidget.c: quark cleanups.
10709
10710         * gtk/gtkrc.[hc]: added gtk_rc_scanner_new() to create an rc-file
10711         scanner with appropriate configuration, renamed GtkRcStyleClass.clone
10712         to create_rc_style() (we don't do cloning in standard OO sense).
10713         added per rc style properties.
10714         
10715         * gtk/gtkstyle.[hc]: added code to retrive pspec conformant rc-style
10716         property values and for caching those. some cleanups.
10717         
10718         * gtk/Makefile.am: -DG_DISABLE_CONST_RETURNS.
10719         
10720         * gtk/gtksettings.[hc]: new file for global rc-file properties
10721         (at least currently, should get extended to support X properties
10722         and other communication mechanisms).
10723         
10724         * gtk/gtkwidget.[hc]: added style property support:
10725         (gtk_widget_class_install_style_property_parser): install style
10726         property pspec with parser function for rc-file values other
10727         than LONG, DOUBLE or STRING.
10728         (gtk_widget_class_install_style_property): same as above without
10729         parser (parsers are going to be needed quite infrequently).
10730         (gtk_widget_style_get_property): retrive style property value.
10731         (gtk_widget_style_get_valist): same as above with varargs support,
10732         has NOCOPY semantics.
10733         (gtk_widget_style_get): wrapper around gtk_widget_style_get_valist().
10734
10735 Fri Mar 16 18:24:53 2001  Jonathan Blandford  <jrb@redhat.com>
10736
10737         * demos/gtk-demo/main.c (row_activated_cb): modified to use
10738         "row_activated" signal.
10739
10740         * gtk/gtktreeview.c (gtk_tree_view_row_activated): oh, the
10741         stupidity.  Lets actually pass in the row with this signal...
10742
10743 Fri Mar 16 18:01:17 2001  Jonathan Blandford  <jrb@redhat.com>
10744
10745         * gtk/gtktreeviewcolumn.[ch]: s/GTK_TREE_COLUMN/GTK_TREE_VIEW_COLUMN
10746
10747         * gtk/gtktreeview.c (gtk_tree_view_row_activated): New signal.
10748
10749         * gtk/gtktreeview.c (gtk_tree_view_destroy): moved pretty much
10750         everything into the ::destroy function, and freed a lot more.
10751
10752 2001-03-16  Havoc Pennington  <hp@redhat.com>
10753
10754         * gtk/gtkwidget.h (struct _GtkWidgetAuxInfo): change to use gint
10755         instead of gint16, to avoid overflow issues, since sizes > 16-bit
10756         are now allowed.
10757
10758 2001-03-16  Havoc Pennington  <hp@redhat.com>
10759
10760         * Applied patch from Nils Barth (bug # 51041) to 
10761         replace "gint" with "gboolean" and 0/1 with TRUE/FALSE
10762         in various places.
10763
10764 2001-03-15  Havoc Pennington  <hp@redhat.com>
10765         
10766         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): add varargs 
10767         for properties to set on the tag.
10768
10769         * gtk/testtext.c: fixups to reflect create_tag change
10770         
10771         * gtk/gtktexttag.c (gtk_text_tag_set_property):
10772         background/foreground stipple are objects, not boxed.
10773
10774         * demos/gtk-demo/textview.c: intellihancing
10775
10776 Fri Mar 16 11:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
10777
10778         * gtk/gtktreeview.c (gtk_tree_view_set_model): Fixed some
10779         braindeadness spotted by Jamie Strachan <frostfreek@yahoo.com>.
10780
10781 2001-03-16  Alexander Larsson  <alexl@redhat.com>
10782
10783         * gdk/x11/gdkgeometry-x11.c (_gdk_window_process_expose):
10784         Fix sign error with queued region translations.
10785
10786 2001-03-15  HideToshi Tajima  <tajima@happy>
10787
10788         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_set_cursor_location): 
10789         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_location):
10790         * gtk/gtkentry.c (update_im_cursor_location): 
10791         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_location):
10792         * gtk/gtkimcontext.h (struct _GtkIMContextClass): rename
10793         set_cursor_pos to set_cursor_location in GtkInputContext class
10794
10795 Thu Mar 15 18:22:44 2001  Jonathan Blandford  <jrb@redhat.com>
10796
10797         * gtk/gtkcellrenderer.h: Changed prototype to allow for getting
10798         the location of the cell relative to its area.
10799         * gtk/gtkcell*: modified for above change
10800         * gtk/gtktreeview.c: modified for above change.
10801
10802 Wed Mar 14 13:58:32 2001  Jonathan Blandford  <jrb@redhat.com>
10803
10804         * gtk/gtktreeview.c (gtk_tree_view_set_model): Ref the model.
10805          (gtk_tree_view_finalize): actually unref the model.  Thanks to
10806         Jamie Strachan <frostfreek@yahoo.com> for noticing this error.
10807
10808 2001-03-14  Havoc Pennington  <hp@redhat.com>
10809
10810         * gtk/gtkdata.h, gtk/gtkdata.c: Delete.
10811         
10812         * gtk/gtk.h: remove gtkdata.h
10813
10814         * gtk/Makefile.am: remove gtkdata
10815         
10816         * gtk/gtktext.c (gtk_text_set_adjustments): connect to "destroy"
10817         not "disconnect" on the adjustments.
10818         
10819         * gtk/gtktooltips.h, gtk/gtktooltips.c: derive from GtkObject not
10820         GtkData
10821
10822         * gtk/gtkadjustment.h, gtk/gtkadjustment.c: derive from GtkObject
10823         not GtkData
10824
10825         * configure.in: handle case where X render exists, but Pango lacks
10826         Xft support.
10827
10828 2001-03-15 Alexander Larsson  <alexl@redhat.com>
10829
10830         * gtk/gtktoolbar.[ch]:
10831         New functions gtk_toolbar_set_icon_size and gtk_toolbar_insert_stock
10832         to add stock items to toolbars.
10833
10834         * gtk/Makefile.am:
10835         Remove ../gdk/gdkim.h from gdk_headers.
10836
10837 2001-03-15  Sven Neumann  <sven@gimp.org>
10838
10839         * gdk/gdkim.h: removed
10840         
10841         * gdk/gdkprivate.h
10842         * gdk/x11/gdkim-x11.c: do not include gdkim.h 
10843
10844 2001-03-14  HideToshi Tajima  <tajima@happy.sunsoft.eng.sun.com>
10845
10846         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_pos):
10847         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_pos):
10848         * gtk/gtkimcontext.h (struct _GtkIMContextClass): add
10849         set_cursor_pos() virtual method
10850
10851         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_class_init):
10852         (gtk_im_context_xim_set_cursor_pos): add implementation for
10853         set_cursor_pos() method
10854
10855         * gtk/gtkentry.c (recompute_idle_func): set current cursor
10856         position to input methods
10857
10858 Mon Mar 12 21:02:08 2001  Jonathan Blandford  <jrb@redhat.com>
10859
10860         * gtk/gtktreeview.c (gtk_tree_view_header_focus): Fix up focus
10861         code a lot.
10862
10863         * gtk/gtktreedatalist.c (_gtk_tree_data_list_free): use
10864         g_mem_chunk.
10865         (_gtk_tree_data_list_alloc): use g_mem_chunk.
10866         (_gtk_tree_data_list_node_to_value): Fix to switch on
10867         G_TYPE_FUNDAMENTAL.
10868         (_gtk_tree_data_list_value_to_node): Fix to switch on
10869         G_TYPE_FUNDAMENTAL.
10870         (_gtk_tree_data_list_node_copy): Fix to switch on
10871         G_TYPE_FUNDAMENTAL.
10872
10873 2001-03-12  Havoc Pennington  <hp@redhat.com>
10874
10875         * gtk/gtkwindow.c (gtk_window_class_init): Patch from John Margaglione 
10876         to convert to new property API. Also, change default_width and
10877         default_height get_property to return 0 as the flag value for
10878         "unset"; -1 is not a valid value for these fields.
10879
10880 2001-03-12  Havoc Pennington  <hp@redhat.com>
10881
10882         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: Switch to using an
10883         enum with registration for icon sizes, instead of strings.
10884
10885         * gtkimage.h, gtkimage.c, gtkstyle.h, gtkstyle.c, gtkwidget.h, 
10886         gtkwidget.c: Fix to reflect GtkIconSize
10887         
10888 2001-03-12  Alexander Larsson  <alexl@redhat.com>
10889
10890         Make GtkFB compile and link.
10891         
10892         * gdk/linux-fb/gdkdrawable-fb2.c:
10893         window->mapped to GDK_WINDOW_IS_MAPPED(). 
10894         
10895         * gdk/linux-fb/gdkwindow-fb.c:
10896         window->mapped to GDK_WINDOW_IS_MAPPED(). 
10897         Added gdk_window_shape_combine_region.
10898         Added assorted placeholders for unimplemented new GdkWindow API calls.
10899
10900 2001-03-12  Alexander Larsson  <alexl@redhat.com>
10901
10902         * gtk/gtkfilesel.c:
10903         Add more test when converting filenames from/to utf-8.
10904         Don't allow entering text in the filename entry which isn't allowed in
10905         a filename. Just beep instead.
10906
10907 2001-03-12  Alexander Larsson  <alexl@redhat.com>
10908
10909         * gtk/gtkclist.c:
10910         Scroll using gdk_window_scroll(). Don't wait for exposes.
10911         Move the column headers in an order that makes them flash less.
10912
10913 2001-03-10  Hans Breuer  <hans@breuer.org>
10914
10915         * gdk/gdk.def : updated
10916
10917         * gdk/win32/gdkgc-win32.c : pixmaps are visible again, due
10918         to offseting the clip_mask at the right place
10919
10920         * gdk/win32/gdkwindow-win32.c : don't create background brushes
10921         for all the gdkClasses, especially not for the input_only case.
10922         Otherwise flickering wont be avoidable, because we don't get
10923         WM_ERASEBKGND message for these windows.
10924
10925         * gdk/win32/gdkevents-win32.c : initialize event->expose.region
10926         and fixed massive redraw problems apparently triggered by Alexanders 
10927         recent change. Not fully understood the GDK_EXPOSE / WM_PAINT handling
10928         but it seems to work quite well :-)
10929
10930         * gdk/win32/gdkprivate-win32.h : added _gdk_window_process_expose
10931         prototype
10932
10933 Sat Mar 10 12:15:31 2001  Jonathan Blandford  <jrb@redhat.com>
10934
10935         * gtk/gtktreestore.c (gtk_tree_store_set_cell): Fix a stupid typo.
10936         (gtk_list_store_set_cell): Fix a stupid typo.
10937
10938 Fri Mar  9 20:36:21 2001  Jonathan Blandford  <jrb@redhat.com>
10939
10940         * gtk/gtktreeselection.c (gtk_tree_selection_select_all): Make
10941         select_all not work if you're in SINGLE mode (it doesn't make that
10942         much sense, anyway.)
10943
10944         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
10945         handle types more sanely.
10946         (_gtk_tree_data_list_value_to_node): handle types more sanely.
10947         (_gtk_tree_data_list_node_copy): handle types more sanely.
10948
10949         * gtk/gtkliststore.c (gtk_list_store_set_cell): fix to work with
10950         GValue better. Converts the type as well.
10951
10952         * gtk/gtktreestore.c (gtk_tree_store_set_cell): fix to work with
10953         GValue better. Converts the type as well.
10954
10955 Wed Mar  7 20:47:41 2001  Owen Taylor  <otaylor@redhat.com>
10956
10957         * gtk/gtktext.c gtk/gtkoldeditable.[ch] gdk/gdk.[ch]
10958         gdk/Makefile.am gdk/x11/Makefile.am gdk/x11/gdkevents-x11.c 
10959         gdk/x11/gdkglobals-x11.c gdk/x11/gdkprivate-x11.c
10960         gdk/x11/gdkx.h gdk/x11/gdkim-x11.c: Remove old XIM code.
10961
10962         * gdk/win32/gdkim-win32.c gdk/linux-fb/gdkim-fb.c: Remove
10963         gdk_im/gdk_ic.
10964
10965 2001-03-09  Hans Breuer  <hans@breuer.org>
10966
10967         * gdk/gdk.def : updated
10968
10969         * gdk/win32/gdkevents-win32.c : don't ask input_only windows
10970         for their palette
10971
10972         * gdk/win32/gdkgeometry-win32.c : reflect GdkWindowObject::mapped
10973         removing
10974
10975         * gdk/win32/gdkwindow-win32.c : reflect GdkWindowObject::mapped
10976         removing and implemented Havoc's GdkWindow state functions; 
10977         stick/unstick only as no-op, cause I don't know how to emulate 
10978         on win32 ...
10979
10980         * gtk/gtk.def : updated
10981
10982         * gtk/gtkbox.c (gtk_box_get_spacing) : use g_return_val_if_fail ()
10983
10984         * gtk/gtktypeutils.c : #include <string.h>
10985
10986         * gtk/gtkwindow.h : declare gtk_window_set_decorated ()
10987
10988 Fri Mar  9 09:31:55 2001  Tim Janik  <timj@gtk.org>
10989
10990         * gtk/gtkwidget.c (gtk_widget_class_init): fixed signals with
10991         GDK_TYPE_DRAG_CONTEXT, it needs to be marshaled as an object,
10992         not a boxed.
10993
10994 2001-03-09  Alexander Larsson  <alexl@redhat.com>
10995
10996         * docs/Changes-2.0.txt:
10997         Document expose event->region change and that gtk_widget_event
10998         doesn't allow passing expose events.
10999
11000         * gdk/gdkevents.h:
11001         Add region to expose event.
11002         
11003         * gdk/gdkevents.c:
11004         Handle event->region in gdk_event_copy() and gdk_event_free().
11005
11006         * gdk/gdkwindow.c (gdk_window_process_updates_internal):
11007         Generate expose_event->region when creating expose events.
11008
11009         * gdk/x11/gdkevents-x11.c:
11010         Generate expose events with regions when translating X events.
11011
11012         * gtk/gtkcontainer.[ch]:
11013         Default expose handler that propagates expose events to NO_WINDOW
11014         children. New function gtk_container_propagate_expose()
11015
11016         * gtk/gtkwidget.[ch]:
11017         Moved gtk_widget_event implementation to gtk_widget_event_internal.
11018         gtk_widget_event calls gtk_widget_event_internal but doesn't allow
11019         expose events. New function gtk_widget_send_expose() to send expose
11020         events. New function gtk_widget_region_intersect() to calculate
11021         window/region intersections.
11022         
11023         * gtk/gtkmain.c (gtk_main_do_event):
11024         Use gdk_window_begin_paint_region() instead of gdk_window_begin_paint_rect().
11025         Use gtk_widget_send_expose() to send expose events.
11026         
11027         * gtk/gtkbin.c:
11028         * gtk/gtkbox.c:
11029         * gtk/gtkfixed.c:
11030         * gtk/gtkimagemenuitem.c:
11031         * gtk/gtklist.c:
11032         * gtk/gtkpacker.c:
11033         * gtk/gtktable.c:
11034         * gtk/gtktree.c:
11035         Remove expose handler, using the default container implementation
11036         instead.
11037         
11038         * gtk/gtkbutton.c:
11039         * gtk/gtkcheckbutton.c:
11040         * gtk/gtkeventbox.c:
11041         * gtk/gtkfixed.c:
11042         * gtk/gtkhandlebox.c:
11043         * gtk/gtklayout.c:
11044         * gtk/gtklistitem.c:
11045         * gtk/gtkmenu.c:
11046         * gtk/gtkmenubar.c:
11047         * gtk/gtkmenuitem.c:
11048         * gtk/gtknotebook.c:
11049         * gtk/gtkoptionmenu.c:
11050         * gtk/gtkpaned.c:
11051         * gtk/gtkscrolledwindow.c:
11052         * gtk/gtktogglebutton.c:
11053         * gtk/gtktoolbar.c:
11054         * gtk/gtktreeitem.c:
11055         * gtk/gtkviewport.c:
11056         Chain expose handler to parent class handler. Use
11057         gtk_container_propagate_expose() to propagate exposes.
11058
11059         * gtk/gtkclist.c (check_exposures):
11060         * gtk/gtktext.c (process_exposes):
11061         Use gtk_widget_send_expose instead of gtk_widget_event.
11062
11063 Thu Mar  8 19:40:28 2001  Jonathan Blandford  <jrb@redhat.com>
11064
11065         * gtk/gtktreeview.c (gtk_tree_view_destroy): Add destroy function.
11066
11067 Thu Mar  8 19:18:27 2001  Jonathan Blandford  <jrb@redhat.com>
11068
11069         * gtk/gtktreeview.c (gtk_tree_view_unref_tree_helper): Actually
11070         unref the nodes.   Fixes bug #50058.
11071
11072         * gtk/gtktreemodel.c (gtk_tree_model_ref_node): change
11073         "::ref_iter" to "::ref_node".
11074         (gtk_tree_model_unref_node): change "::unref_iter" to
11075         "::unref_node". Fixes bug #50064.
11076
11077 Thu Mar  8 17:40:09 2001  Jonathan Blandford  <jrb@redhat.com>
11078
11079         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon): add
11080         support for invisible cells.
11081          (gtk_tree_view_bin_expose): ditto
11082
11083 Thu Mar  8 16:36:00 2001  Jonathan Blandford  <jrb@redhat.com>
11084
11085         * gtk/gtktreemodel.c (gtk_tree_model_get_type): add prerequesite
11086         on gobjects.
11087
11088         * tests/testtreefocus.c (main): New test file.
11089
11090         * tests/testtreeview.c: update to latest glib changes.
11091
11092         * tests/testtreecolumns.c: update to latest glib changes.
11093
11094 Thu Mar  8 18:13:20 2001  Tim Janik  <timj@gtk.org>
11095
11096         * gtk/testgtk.c: re-enabled event watcher emission hooks.
11097
11098 Thu Mar  8 16:51:21 2001  Tim Janik  <timj@gtk.org>
11099
11100         * *.c: added accumulator data argument to g_signal_newc()
11101         functions.
11102
11103         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): 
11104         * gtk/gtktreeview.c (gtk_tree_view_setup_model): 
11105         * gtk/treestoretest.c (make_window):
11106         s/g_signal_connect/g_signal_connectc/.
11107
11108         * gtk/gtktextbuffer.c: completed signal arg fixups,
11109         they also needed G_SIGNAL_TYPE_STATIC_SCOPE flag.
11110
11111 Thu Mar  8 00:02:30 2001  Owen Taylor  <otaylor@redhat.com>
11112
11113         * gtk/gtkwidget.[ch] (gtk_widget_get_name): Make
11114         G_CONST_RETURN.
11115
11116         * gtk/gtkwidget.[ch] gtk/gtkprivate.h: Add a 
11117         ::hierarchy-changed signal when a widget changes
11118         from anchored to unanchored or vice versa.
11119         (anchored means 
11120          gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW) != NULL.)
11121         Use a private flag to keep track of this efficiently.
11122
11123 2001-03-07  Havoc Pennington  <hp@redhat.com>
11124
11125         * gtk/testgtk.c (create_spins): uglify so that size request gets
11126         tested.
11127
11128         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Base size
11129         request on values for upper/lower, completes #6152
11130
11131 Wed Mar  7 20:07:22 2001  Owen Taylor  <otaylor@redhat.com>
11132
11133         * Makefile.am: Remove gtk-config-2.0 again.
11134         (Grrrr, pkg-config. And stops make loops.)
11135
11136 Thu Mar  8 00:18:29 2001  Tim Janik  <timj@gtk.org>
11137
11138         * gtk/gtksignal.[hc]: removed old emission hook API.
11139         
11140         * docs/Changes-2.0.txt: fixed sections.
11141         
11142         * gtk/gtktextbuffer.c: signal arg fixups.
11143
11144 2001-03-07  Havoc Pennington  <hp@redhat.com>
11145
11146         * gtk/gtktextview.c (invalidated_handler): use PRIORITY_VALIDATE
11147
11148         * gtk/gtktextview.h (GTK_TEXT_VIEW_PRIORITY_VALIDATE): add this
11149         here, bug #50368; changed to be GDK_PRIORITY_REDRAW + 5, instead
11150         of GDK_PRIORITY_REDRAW + 1, so you can insert stuff in between the
11151         validation and the redraw which is higher priority than the
11152         validation.
11153
11154 2001-03-07  Havoc Pennington  <hp@redhat.com>
11155
11156         * gtk/gtkentry.c (gtk_entry_get_property): remove trailer
11157         (gtk_entry_set_property): remove trailer
11158
11159         * gtk/gtkentry.c (gtk_entry_set_width_chars): 
11160         (gtk_entry_get_width_chars): new functions, to set size request to 
11161         a given number of characters
11162
11163         * gtk/testgtk.c (create_dialog): beef up the dialog test slightly
11164
11165         * gtk/gtkdialog.c (gtk_dialog_set_has_separator): new function
11166         (gtk_dialog_get_has_separator): new function
11167         (run_delete_handler): fix to not emit "response" signal
11168         because we already did in the delete event handler installed
11169         at dialog creation time.
11170         
11171         * gtk/gtkdialog.h: add a has_separator property,
11172         add GTK_DIALOG_NO_SEPARATOR flag
11173
11174 2001-03-07  Havoc Pennington  <hp@redhat.com>
11175
11176         * gtk/gtkwindow.c (gtk_window_set_decorated): new function, turns
11177         off decorations for a window.
11178
11179         * demos/gtk-demo/button_box.c (create_bbox): adapt to button box
11180         changes
11181
11182         * gtk/gtklabel.c (gtk_label_get_layout_offsets): new function 
11183         to get location of PangoLayout inside the label, closes #51198
11184
11185         * gtk/testgtk.c (create_bbox): fix up button box usage
11186
11187         * gtk/testcalendar.c (create_calendar): fix up button box usage
11188
11189         * gtk/gtkfilesel.c (gtk_file_selection_init): fixup buttonbox usage
11190
11191         * gtk/gtkdialog.c (gtk_dialog_init): fixup buttonbox usage
11192
11193         * gtk/gtkhbbox.h: deprecations
11194
11195         * gtk/gtkvbbox.h: deprecations
11196
11197         * gtk/gtkbox.c (gtk_box_get_spacing): new function, used to
11198         emulate deprecated gtk_button_box_get_spacing
11199
11200         * gtk/gtkbbox.h: deprecate some useless functions, remove entirely 
11201         the "set global default" functions
11202         (struct _GtkButtonBox): remove "spacing" field, use the one from 
11203         GtkBox base class
11204
11205         * gtk/gtkbbox.c (_gtk_button_box_child_requisition): rename with uscore
11206
11207         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): If we fail to
11208         render the icon, return the missing image icon.
11209
11210         * gtk/gtkimage.c (gtk_image_set_from_file): fall back to missing
11211         image icon if the load fails.   
11212
11213         * gtk/gtkstock.h (GTK_STOCK_MISSING_IMAGE): Add stock icon for use
11214         when no image is found; should be the Netscape "missing image"
11215         icon eventually but for now is a random image
11216
11217         * gtk/gtkwindow.c (gtk_window_set_role): new function, sets the 
11218         role for the session manager
11219
11220         * gtk/testgtk.c (dnd_drop): remove use of GTK_WINDOW_DIALOG
11221
11222         * gtk/gtkcompat.h (GTK_WINDOW_DIALOG): compat #define
11223         GTK_WINDOW_DIALOG GTK_WINDOW_TOPLEVEL
11224
11225         * gtk/gtkenums.h (enum GtkWindowType): remove GTK_WINDOW_DIALOG
11226
11227 Wed Mar  7 13:24:57 2001  Tim Janik  <timj@gtk.org>
11228
11229         * gtk/*.c: marshaller fixes.
11230         
11231         * gtk/gtkmarshal.list: extreme cleanup.
11232
11233         * gtk/gtktreeview.c (gtk_tree_view_class_init): disable interface
11234         param spec for now.
11235
11236         * gtk/gtktexttag.c (gtk_text_tag_set_property): use g_value_get_boxed()
11237         where appliable.
11238
11239         * gtk/gtktypeutils.[hc]: updates to GLib API changes.
11240         special cased autogenerated boxed types from gtktypebuiltins_ids.c
11241         which are not reference counted:
11242         GtkSelectionData, GdkEvent, GdkColor, GtkTextIter, PangoTabArray,
11243         PangoFontDescription, GtkTreeIter and GtkTreePath.
11244
11245 Thu Mar  1 03:58:56 2001  Tim Janik  <timj@gtk.org>
11246
11247         * gtk/gtktreeselection.h: 
11248         * gtk/gtktreemodel.c:
11249         * gtk/gtktreedatalist.[hc]: fixed includes. no gobject/*
11250         file should be included directly, and gobject/gmarshal.h
11251         as well as gtk/gtkmarshal.h even can't be included directly.
11252
11253         * Makefile.am: grr, install gtk-config-2.0.
11254
11255         * gtk/testgtk.c:
11256         * gtk/simple.c:
11257         * gtk/gtkmenu.c:
11258         * gtk/gtkitemfactory.c: use g_object_connect() instead of
11259         passing "*signal*::*" args to gtk_widget_set().
11260         
11261         * gtk/gtktypeutils.[hc]: got rid of GTK_TYPE_SIGNAL.
11262         
11263         * gtk/*.c: removed trailer arg from property setters and getters.
11264         macro fixups.
11265
11266 2001-03-07  Alexander Larsson  <alexl@redhat.com>
11267
11268         * gtk/gtklabel.c (set_markup): Removed warning
11269
11270 Tue Mar  6 19:59:12 2001  Jonathan Blandford  <jrb@redhat.com>
11271
11272         * gtk/gtkcellrenderer.h (struct _GtkCellRenderer): Add visible
11273         field to allow you to hide cell renderers.
11274
11275         * gtk/gtkcellrenderer.c: Add support for invisible cells.
11276
11277         * gtk/gtktreeview.c: Add support for invisible cells.
11278
11279 Tue Mar  6 17:25:07 2001  Jonathan Blandford  <jrb@redhat.com>
11280
11281         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_clicked):
11282         Add "clicked" signal back to columns.
11283
11284         * ChangeLog: remove conflict markers.
11285
11286 Tue Mar  6 10:45:45 2001  Owen Taylor  <otaylor@redhat.com>
11287
11288         * gtk/gtkbutton.c: Add animation of activation by, on 
11289         activate, pressing the button, and adding a timeout that 
11290         releases the button after 250ms or on key release and
11291         emits ::clicked. (#51501)
11292
11293         * gtk/gtkdialog.c: Bit of a hack - for buttons in the
11294         action area, we connect to ::clicked instead of ::activate
11295         so the dialog stays up through the animation.
11296
11297 Mon Mar  5 16:38:15 2001  Owen Taylor  <otaylor@redhat.com>
11298
11299         * gtk/gtkmenushell.c (gtk_menu_shell_enter_notify): Only
11300         check the ignore_enter flag for the menu shell that
11301         the item is actually a child of, not for attached
11302         submenus. (#51536)
11303
11304 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
11305
11306         * gtk/gtkmain.c (gtk_propagate_event): Only do special
11307         special key-press grab handling for widgets within
11308         GtkWindows. Otherwise, fall through to normal case.
11309
11310         This prevents key events being sent twice to GtkInvisible
11311         widgets, which can cause all sorts of mischief.
11312
11313 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
11314
11315         * gtk/gtkmain.c (gtk_propagate_event): When a grab
11316         widget is in effect, give the grab widget a first
11317         crack at KEY_PRESS/RELEASE events. (#424)
11318
11319 2001-03-06  James Henstridge  <james@daa.com.au>
11320
11321         * gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
11322         offset for the window_state_event to point at window_state_event
11323         rather than no_expose_event.
11324
11325 Mon Mar  5 19:10:15 2001  Jonathan Blandford  <jrb@redhat.com>
11326
11327         * gtk/gtkimmodule.h: fix busted /* comment */
11328
11329 Mon Mar  5 15:07:05 2001  Jonathan Blandford  <jrb@redhat.com>
11330
11331         * gtk/gtktreeview.c: Apply patch from John Margaglione to add
11332         object properties.
11333
11334 Mon Mar  5 14:55:19 2001  Jonathan Blandford  <jrb@redhat.com>
11335
11336         * gtk/gtkcellrenderertoggle.c: Apply patch from Lee Mallabone to
11337         add object properties.
11338
11339         * gtk/gtkcellrenderertextpixbuf.c: Apply patch from Lee Mallabone
11340         to add object properties.
11341
11342         * gtk/gtkcellrenderertext.c: Apply patch from Lee Mallabone to add
11343         object properties.
11344
11345         * gtk/gtkcellrendererpixbuf.c: Apply patch from Lee Mallabone to
11346         add object properties.
11347
11348         * gtk/gtkcellrenderer.c: Apply patch from Lee Mallabone to add
11349         object properties.
11350
11351 Mon Mar  5 14:38:54 2001  Jonathan Blandford  <jrb@redhat.com>
11352
11353         * gtk/gtktreemodel.c: renamed "child_toggled" to
11354         "has_child_toggled".
11355
11356         * gtk/gtktreeview.c: Handle removing columns better.  Updated to
11357         handle new signal name.
11358
11359         * gtk/gtktreestore.c: Updated to handle new signal name.
11360         * gtk/gtklisttore.c: Updated to handle new signal name.
11361         * gtk/gtktreemodelsort.c: Updated to handle new signal name.
11362
11363 2001-03-05  Alexander Larsson  <alexl@redhat.com>
11364
11365         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state):
11366         Set GDK_WINDOW_TYPE_HINT_MENU on tearoff window.
11367
11368 2001-03-05  Michael Natterer  <mitch@gimp.org>
11369
11370         * gtk/gtklabel.c: Made the "parent_class" pointer static. The
11371         pixbuf-engine coincidentially also failed to make one of it's
11372         parent_class pointers static, causing overwriting of GtkLabel's
11373         parent_class pointer in pixbuf_style_class_init().
11374         (Will commit the fix to the pixbuf-engine too).
11375
11376 2001-03-05  Alexander Larsson  <alexl@redhat.com>
11377
11378         * gdk/gdkwindow.h:
11379         Added GdkWindowTypeHint type. Added modal_hint field to GdkWindindow.
11380         New functions gdk_window_set_type_hint, gdk_window_set_modal_hint and
11381         gdk_window_set_icon_list for net wmspec functionality.
11382
11383         * gdk/x11/gdkwindow-x11.c:
11384         Set _NEW_WM_STATE_MODAL from window->modal_hint in set_inital_hints.
11385         Implement gdk_window_set_type_hint, gdk_window_set_modal_hint and
11386         gdk_window_set_icon_list.
11387         Added gdk_wmspec_change_state helper function and used it in the code.
11388         Set _NET_WM_ICON_NAME in gdk_window_set_title and gdk_window_set_icon_name.
11389
11390         * gtk/gtkdialog.c (gtk_dialog_init):
11391         Set GDK_WINDOW_TYPE_HINT_DIALOG.
11392
11393         * gtk/gtkhandlebox.c (gtk_handle_box_realize):
11394         Set GDK_WINDOW_TYPE_HINT_TOOLBAR.
11395
11396         * gtk/gtkwindow.c:
11397         new function gtk_window_set_type_hint.
11398         On realize, set type hint and modal hint.
11399
11400         * gtk/gtkwindow.h:
11401         Added type_hint field and gtk_window_set_type_hint.
11402
11403 2001-03-05  Alexander Larsson  <alexl@redhat.com>
11404
11405         * gtk/gtklabel.[ch]:
11406         Convert from GtkArg to GParam (originally based on patch from Lee Mallabone).
11407         New function gtk_label_get_accel_keyval () to get the underline accelerator
11408         of the label. Setting the label pattern overrides other attributes.
11409
11410 Mon Mar  5 14:51:10 MET 2001  Sven Neumann  <sven@gimp.org>
11411
11412         * gtk/gtkrc.c: fixed compiler warnings by inserting some consts.
11413         Added missing initializers to gtk_rc_style_init().
11414
11415 Sun Mar 04  07:30:03 2001 CET Mikael Hermansson <mikeh@bahnhof.se>
11416
11417         * gtk/gtktextview.c: fixed bug #51097 about setting 
11418         gtk_text_view_set_border_window_size() if the widget is 
11419         already realized.
11420
11421 Sat Mar  3 16:59:16 2001  Owen Taylor  <otaylor@redhat.com>
11422
11423         * gdk/gdkpango.h gdk/x11/gdkwindow-x11.c: Doc fixes
11424
11425         * gdk/win32/gdkinput.c (gdk_device_get_axis): Remove doc
11426         comment. Won't do to have duplicated doc comments between
11427         the platform subdirs.
11428
11429 Sat Mar  3 16:26:33 2001  Owen Taylor  <otaylor@redhat.com>
11430
11431         * gdk/x11/gdkmain-x11.c gdk/x11/gdkkeys-x11.c 
11432           gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.c:
11433
11434         Detectable auto-repeat - make a repeating key generate
11435         press/press/press/release instead of press/release pairs.
11436
11437         If we have Xkb and XkbSetDectableAutoRepeat supports
11438         that, we do it that way. Otherwise, when we get
11439         a release event, we check ahead with XPending to see
11440         if the next key is a KeyPress with the same keycode
11441         and timestamp. (Not 100% reliable, but pretty close.)
11442           
11443 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
11444         
11445         * gtk/gtkmain.c (gtk_propagate_event): Only do special
11446         special key-press grab handling for widgets within
11447         GtkWindows. Otherwise, fall through to normal case.
11448  
11449         This prevents key events being sent twice to GtkInvisible
11450         widgets, which can cause all sorts of mischief.
11451  
11452 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
11453  
11454         * gtk/gtkmain.c (gtk_propagate_event): When a grab
11455         widget is in effect, give the grab widget a first
11456         crack at KEY_PRESS/RELEASE events. (#424)
11457  
11458 Sat Mar  3 15:39:49 2001  Owen Taylor  <otaylor@redhat.com>
11459
11460         * gtk/gtkentry.c (gtk_entry_button_press): Add shift-clicking
11461         to extend the selection. (Roughly based on patch
11462         from Jay Cox, #50939)
11463
11464         * gtk/gtkentry.c (gtk_entry_button_press): Fix triple-clicking
11465         to properly handle previous GDK_BUTTON_PRESS. 
11466         (Patch from Jay Cox, #50938)
11467
11468         * gtk/gtkentry.c (gtk_entry_real_delete_text): Move the
11469         '\0' back along with the deleted text. (#51148)
11470
11471 Mon Jan 22 14:31:29 2001  Owen Taylor  <otaylor@redhat.com>
11472
11473         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Unshift
11474         the group when extracting it from the X keyboard event.
11475
11476         * modules/input/Makefile.am modules/input/imipa.c: 
11477         Simple module for entering IPA. (Do we need a 
11478         gtk-stupid-input-tricks CVS module?)
11479
11480 Sat Mar  3 13:32:47 2001  Owen Taylor  <otaylor@redhat.com>
11481
11482         * gtk/gtkimmodule.c (gtk_im_module_init): Remove spurious
11483         const.
11484
11485         * gdk-pixbuf-2.0.pc.in gtk+-2.0.pc.in: Fix include path.
11486
11487         * gtk/gtkdialog.c (gtk_dialog_set_default_response): If there
11488         is no focus widget for the dialog currently, grab the focus as well
11489         as the default.
11490
11491         * gtk/gtkdialog.c (gtk_dialog_set_default_response): Get
11492         the action area's children to iterate through, not the
11493         dialog's children.
11494
11495 Sat Mar  3 13:21:27 2001  Owen Taylor  <otaylor@redhat.com>
11496
11497         * tests/Makefile.am tests/testsocket.c tests/testsocket_child.c:
11498         Add plug-socket tests. (Won't work worth a darn until I commit
11499         the rest of the plug-socket changes, but no reason these
11500         can't go into CVS now.)
11501
11502 2001-03-02  Havoc Pennington  <hp@redhat.com>
11503
11504         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_flush): use
11505         _gdk_region_get_xrectangles()
11506
11507         * gdk/x11/gdkmain-x11.c (_gdk_region_get_xrectangles): new function
11508
11509         * gtk/testgtk.c (create_shapes): add test for shape_combine_region
11510
11511         * gdk/x11/gdkwindow-x11.c (gdk_window_shape_combine_region): new
11512         function, contributed by Ron Steinke    
11513
11514         * gdk/x11/gdkevents-x11.c (gdk_wmspec_supported): rename
11515         gdk_net_wm_supports
11516
11517         * gdk/gdkregion-generic.c (gdk_region_get_rectangles): 
11518         New function, contributed by Ron Steinke
11519
11520         * gtk/gtkentry.c (gtk_entry_get_layout_offsets): New function, 
11521         used to line up the text in the entry when using the entry for
11522         editable sheet cell hacks
11523
11524         * gtk/testgtk.c (create_entry): test the activate_default setting
11525         on GtkEntry
11526
11527         * gtk/gtkentry.c (gtk_entry_set_activates_default): New function to 
11528         cause the entry to activate the default button for a dialog when 
11529         activated
11530         (gtk_entry_get_activates_default): new function
11531
11532 Wed Feb 28 19:10:43 2001  Owen Taylor  <otaylor@redhat.com>
11533
11534         * gtk/gtkclist.c (real_remove_row): Patch from ChiDeok
11535         Hwang to move call to sync_selection() up a few lines
11536         to before the row list is modified, to fix crash when
11537         removing rows in the undo_selection list.
11538
11539         (Test case provided by Daniel Elstner:
11540
11541         http://mail.gnome.org/archives/gtk-list/2001-February/msg00359.html)
11542
11543 Fri Feb 23 15:06:48 2001  Owen Taylor  <otaylor@redhat.com>
11544
11545         * gtk/gtktree.c (gtk_tree_class_init): Do the setting
11546         of tree->root_tree in parent_set rather than _map(), 
11547         fixing #50892 in a bit better manner.
11548
11549 Thu Feb 22 17:07:58 2001  Owen Taylor  <otaylor@redhat.com>
11550
11551         * gtk/gtkmenu.c (gtk_menu_popup): Don't flip cursor. (#50934)
11552
11553 Tue Feb  2 11:22:33 2001  Jody Goldberg <jgoldberg@home.com>
11554
11555         * gtk/gtkstyle.c : Remove duplicate fwd decl for
11556         gtk_default_draw_shadow.
11557
11558 ue Feb 20 11:40:58 2001  Owen Taylor  <otaylor@redhat.com>
11559
11560         * gdk/gdkimage.c (gdk_image_new): Remove excess 
11561         warning, make warnings more verbose, treat a error
11562         in shmat as permanent, and don't try again.
11563         (#51163, Ed Randall.)
11564
11565 Mon Feb 19 20:15:28 2001  Owen Taylor  <otaylor@redhat.com>
11566
11567         * gtk/gtkrange.c (gtk_range_timer_1st_time): Add an initial
11568         delay for the first click before starting to scroll.
11569         (based on #51026, gtk-enf-990512-0.patch, Eric Fisher)
11570
11571         * gtk/gtktext.c: GtkText should have I-beam cursor. 
11572         (based on gtk-enf-990513-1.patch, Eric Fisher.)
11573
11574 Mon Feb 19 16:42:19 2001  Owen Taylor  <otaylor@redhat.com>
11575
11576         * gtk/gtklayout.c (gtk_layout_allocate_child): Tiny
11577         cleanup to remove some references to unused
11578         ->xoffset, ->yoffset.
11579
11580 Mon Feb 19 14:20:36 2001  Owen Taylor  <otaylor@redhat.com>
11581
11582         * gdk/gdkrgb.c (gdk_rgb_convert_555_br): Fix incorrect
11583         mask. (#51039, fix from Martin Maierhofer)
11584
11585 Fri Feb 16 20:09:42 2001  Owen Taylor  <otaylor@redhat.com>
11586
11587         * gtk/gtkctree.c (gtk_ctree_class_init): Add bindings
11588         for unshifted + and shifted = for non-us keyboards.
11589         Make <Control>+ and <Control>- work as well as 
11590         <Control>KP_Plus, <Control>KP_Minus for recursive
11591         open/close.  (#2682, René Seindal)
11592
11593 Fri Feb 16 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
11594
11595         * gtk/gtkmenushell.c (gtk_real_menu_shell_cancel): Unset
11596         the active menu item before deactivating the menu,
11597         so gtk_menu_popdown doesn't change the history. (#50964)
11598         
11599 Fri Feb 16 15:55:22 2001  Owen Taylor  <otaylor@redhat.com>
11600
11601         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): 
11602         draw lines with text_gc rather than black_gc.
11603         (Patch from Vlad Harchev <hvv hippo ru>, #50926)
11604
11605 Thu Mar  1 19:50:56 2001  Jonathan Blandford  <jrb@redhat.com>
11606
11607         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
11608         Move handling of buttons fully in gtktreeviewcolumn.  This code is
11609         less interrelated then it was, but it still requires the
11610         GtkTreeView to map it.
11611
11612         * test/testtreecolumn.c: Now I can add a column to one view,
11613         remove it, add it to the another view, remove it, then re-add it
11614         to the first.  Nifty.
11615
11616 Thu Mar  1 13:14:27 GMT 2001  Tony Gale <gale@gtk.org>
11617
11618         * docs/tutorial/gtk-tut.sgml: Minor corrections
11619
11620 Wed Feb 28 16:36:46 2001  Jonathan Blandford  <jrb@redhat.com>
11621
11622         * gtk/gtktreemodel.c (gtk_tree_row_reference_*): Sanitize
11623         GtkRowReference.
11624
11625 2001-02-28  Havoc Pennington  <hp@redhat.com>
11626
11627         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove draw_focus and
11628         draw_default
11629         (gtk_widget_draw_focus): remove this function; we could instead
11630         make it just gtk_widget_draw(), but in most cases I think the
11631         result would be broken user code, so think it's better to have
11632         that code not compile and get fixed
11633         (gtk_widget_draw_default): ditto
11634
11635         * gtk/gtkwidget.c: Add default handlers for focus_in_event and
11636         focus_out_event that set/unset GTK_HAS_FOCUS and call queue_draw
11637         
11638         * gtk/gtkwindow.c (gtk_window_set_default): just queue a draw when
11639         widgets lose/get the default, instead of calling draw_default
11640         
11641         * docs/Changes-2.0.txt: note about all this
11642
11643         Then fixed every widget in GTK, I won't list all the filenames.
11644
11645 Tue Feb 27 19:32:53 2001  Jonathan Blandford  <jrb@redhat.com>
11646
11647         * gtk/gtktreemodel.c (deleted_callback): Proxy out to
11648         _gtk_tree_row_reference_deleted.
11649         (inserted_callback): Proxy out to
11650         _gtk_tree_row_reference_inserted.
11651         (_gtk_tree_row_reference_new_from_view): Somewhat yukky hack to
11652         get around signal emission ordering problem.
11653
11654         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
11655         fix to work with SINGLE 
11656         (_gtk_tree_selection_internal_select_node): Major sanitization on
11657         selections.  SINGLE now seems to work.
11658
11659         * tests/Makefile.am: add testtreecolumn.c:
11660
11661         * tests/testtreecolumn.c: New test.  Mostly points out selection
11662         bugs currently, but will test columns later.
11663
11664         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Fix really nasty
11665         selection bug.  I hate touching this code -- it's scary.
11666
11667 2001-02-26  Havoc Pennington  <hp@redhat.com>
11668
11669         * gtk/testgtk.c: test the window state stuff
11670
11671         * gtk/gtkwindow.c (gtk_window_present): new function, makes a
11672         window come to the user's attention as if it were just created
11673         (gtk_window_iconify): new function
11674         (gtk_window_deiconify): new function
11675         (gtk_window_stick): new function
11676         (gtk_window_unstick): new function
11677         (gtk_window_maximize): new function
11678         (gtk_window_unmaximize): new function
11679
11680         * gtk/gtkwidget.h, gtk/gtkwidget.c: add window_state_event signal
11681
11682         * gtk/gtkmain.c (gtk_main_do_event): handle GDK_WINDOW_STATE
11683
11684         * gdk/x11/gdkevents-x11.c: create window state events when
11685         appropriate
11686         (gdk_wmspec_supported): new function
11687
11688         * gdk/x11/gdkwindow-x11.c (gdk_window_iconify): handle
11689         iconification before showing the window
11690         (gdk_window_deiconify): new function
11691         (gdk_window_stick): new function
11692         (gdk_window_unstick): new function
11693         (gdk_window_maximize): new function
11694         (gdk_window_unmaximize): new function
11695
11696         * gdk/gdkwindow.c: store the window state in the window; 
11697         change to using the GDK_WINDOW_STATE_WITHDRAWN flag instead of
11698         window->mapped.
11699         (gdk_window_get_state): return the current window state
11700
11701         * gdk/gdkevents.c (gdk_event_get_time): handle GDK_WINDOW_STATE
11702         (gdk_event_get_state): handle GDK_WINDOW_STATE
11703         (gdk_synthesize_window_state): function to create the window state
11704         events
11705
11706         * gdk/gdkevents.h (struct _GdkEventWindowState): new type of
11707         event, for changes to "window state" such as maximized, sticky, 
11708         etc.
11709         
11710         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): new function,
11711         focuses a window
11712
11713         * gdk/x11/gdkmain-x11.c (_gdk_wmspec_supported): new function, 
11714         finds out if we support a given WM spec hint
11715
11716 Tue Feb 27 13:37:38 GMT 2001  Tony Gale <gale@gtk.org>
11717
11718         * docs/faq/gtk-faq.sgml: New question re memory leaks.
11719
11720 2001-02-25  Hans Breuer  <hans@breuer.org>
11721
11722         * gdk/gdk.h : changed #ifdef GDK_DISBALE_DEPRECARED to #ifndef
11723         cause we want to loose those prototypes only in the latter case
11724
11725         * gdk/win32/gdkevents-win32.c : can't cast from GdkPixmap to
11726         GdkPixmapImplWin32 because it itsn't derived from it. Use the
11727         impl member variable instead
11728
11729         * gtk/gtk.def : updated
11730
11731         * gtk/gtklist.c : 
11732         * gtk/gtkmenus.c : include <string.h> for memset ()
11733
11734         * gtk/makefile.msc.in : updated and don't define GTK_COMPILATION
11735         for everthing built here, but for gtk-x.x.dll only. This solves
11736         problem of indifferent gtk type definitions
11737
11738 Sat Feb 24 20:11:39 2001  Jonathan Blandford  <jrb@redhat.com>
11739
11740         * gtk/gtkclipboard.h: actually put /* */ around #endif comment.
11741
11742 Fri Feb 23 17:50:13 2001  Jonathan Blandford  <jrb@redhat.com>
11743
11744         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Only draw the
11745         column that is exposed.
11746
11747         (_gtk_tree_view_update_size): Changed name from set_size, and
11748         changed function to do more work, and not force people calling it
11749         to figure out the size.  Simplifies a lot of code elsewhere.
11750
11751 2001-02-23  Alexander Larsson  <alexl@redhat.com>
11752
11753         * gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf):
11754         return solid masks for xpms that have no transparent color.
11755         This makes the ..._create_from_xpm... API backwards
11756         compatible.
11757
11758 2001-02-23  Tor Lillqvist  <tml@iki.fi>
11759
11760         * README.win32: Update. Mention the gtk-1-3-win32-production
11761         branch.
11762
11763         * gdk/win32/bdfcursor.c: New file. A program that generates
11764         xcursors.h. Thanks to Stefan Ondrejicka.
11765
11766         * gdk/win32/xcursors.h: New file, contains the X cursor font in a
11767         compact format.
11768
11769         * gdk/win32/Makefile.am (EXTRA_DIST): Add new files.
11770
11771         * gdk/win32/gdkcursor-win32.c (_gdk_win32_data_to_wcursor): New
11772         function, uses xcursors.h.
11773         (gdk_cursor_new): Use _gdk_win32_data_to_wcursor to generate
11774         cursor from inline data instead of using LoadCursor() to generate
11775         it from a resource.
11776
11777         * gdk/win32/gdkevents-win32.c (gdk_event_translate): At button up
11778         event, must check the Windows message for mouse button state, as
11779         the GDK event state might not have been built if it is
11780         undelivered. Remove one goto.
11781
11782         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Call
11783         SetCursor() if the current cursor as returned by GetCursor() is
11784         the window's previous cursor. The ChildWindowFromPoint() test
11785         apparently didn't work correctly.
11786
11787         * gdk/win32/rc/*.cur: Remove.
11788
11789         * gdk/win32/rc/gdk.rc.in: Remove cursors.
11790
11791         * gdk/win32/rc/Makefile.am (EXTRA_DIST): Remove from here, too.
11792
11793         * gtk/makefile.{mingw,msc}.in: Updates.
11794
11795 Wed Feb 21 20:56:50 2001  Jonathan Blandford  <jrb@redhat.com>
11796
11797         * gtk/gtktreemodel.h: add functions for signal emission.
11798
11799         * gtk/gtktreestore.c: move to use above functions instead of
11800         g_signal_emit.
11801
11802         * gtk/gtkliststore.c: ditto
11803
11804 Wed Feb 21 15:41:34 2001  Jonathan Blandford  <jrb@redhat.com>
11805
11806         * gtk/gtktreestore.c: removed signals.  Moved to inherit from
11807         GObject instead of GtkObject.
11808
11809         * gtk/gtkliststore.c: ditto.
11810
11811         * gtk/gtktreemodelsort.c: ditto.
11812
11813         * gtk/gtktreemodel.c (gtk_tree_model_base_init): moved signals to
11814         GtkTreeModelIface, instead of in each model.
11815
11816 2001-02-21  Havoc Pennington  <hp@redhat.com>
11817
11818         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_child_anchor):
11819         unbreak this function
11820
11821         * gtk/gtkentry.c: apply patch from Lee Mallabone to add object 
11822         properties
11823
11824         * gtk/gtkcurve.c: apply patch from Lee Mallabone to add object
11825         properties
11826
11827         * gtk/gtkcombo.c: apply patch from Lee Mallabone to add object 
11828         properties
11829
11830         * gtk/gtkentry.c (gtk_entry_set_max_length): have this take -1 to
11831         mean unset the max length
11832
11833 Wed Feb 21 14:23:05 2001  Jonathan Blandford  <jrb@redhat.com>
11834
11835         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data_func):
11836         Changed name to be set_cell_data_func to make it clear what
11837         the functino does.  Close bug #51069.
11838
11839 Tue Feb 20 16:49:00 2001  Jonathan Blandford  <jrb@redhat.com>
11840
11841         * gtk/testgtk.c (main): Remove turning on of profiling malloc,
11842         have memory actually freed.  Keeps box running longer.
11843
11844 2001-02-21  Alexander Larsson  <alexl@redhat.com>
11845         
11846         * gtk/gtkseparatormenuitem.[ch]:
11847         Added new menu separator item. The drawing and size handling
11848         is still done in GtkMenuItem, but the API is a bit more sane.
11849         
11850         * gtk/Makefile.am:
11851         Add gtkseparatormenuitem.[ch].
11852
11853         * gtk/gtk.h:
11854         Add gtkseparatormenuitem.h.
11855         
11856         * gtk/gtkentry.c:
11857         * gtk/gtkmenufactory.c:
11858         * gtk/gtktextview.c:
11859         Use the new API for menu separators.
11860         
11861         * demos/gtk-demo/menus.c (create_menu):
11862         Add some GtkSeparatorMenuItem demo code.
11863
11864 2001-02-20  Havoc Pennington  <hp@redhat.com>
11865
11866         * gtk/gtkaspectframe.c: Convert to new property API, patch from 
11867         Lee Mallabone
11868
11869         * gtk/gtkarrow.c: Convert to new property API, patch from 
11870         Lee Mallabone
11871
11872 Tue Feb 20 14:26:41 2001  Jonathan Blandford  <jrb@redhat.com>
11873
11874         * tests/testtreeview.c (toggled_callback): fix to reflect change
11875         in GtkTreeModelStore.
11876
11877 Tue Feb 20 12:16:12 2001  Jonathan Blandford  <jrb@redhat.com>
11878
11879         * gtk/gtkiconfactory.c (gtk_icon_set_new_from_pixbuf): New
11880         function to create an icon set from a pixbuf.
11881
11882 2001-02-20  Alexander Larsson  <alexl@redhat.com>
11883
11884         * gtk/gtkcellrenderertext.[ch]:
11885         Add a "markup" property.
11886
11887         * gtk/treestoretest.c:
11888         Use the markup property, remove some leftover stuff from
11889         GtkTreeModelMapping.
11890
11891 2001-02-20  Alexander Larsson  <alexl@redhat.com>
11892
11893         * gtk/gtklabel.c (gtk_label_set_selectable):
11894         Queue a redraw if the selectable setting was changed.
11895
11896 2001-02-20  Alexander Larsson  <alexl@redhat.com>
11897
11898         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
11899         Actually copy the whole gc, not just the public parts.
11900         
11901         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
11902         GDK_WINDOW_TEMP are not toplevel. Fixes selectable
11903         labels.
11904
11905 2001-02-19  Havoc Pennington  <hp@pobox.com>
11906
11907         * gdk/gdkwindow.c: docs
11908
11909         * gdk/gdkrgb.c: docs
11910
11911         * gdk/gdkregion-generic.c: docs
11912
11913         * gdk/gdkgc.c (gdk_gc_set_values): docs
11914
11915         * gdk/gdkdraw.c: docs
11916
11917         * gdk/gdkdrawable.h: deprecate drawable get/set data
11918
11919 Mon Feb 19 20:37:35 2001  Jonathan Blandford  <jrb@redhat.com>
11920
11921         * demos/gtk-demo/dialog.c: Add simple new demo.
11922
11923 2001-02-19  Havoc Pennington  <hp@redhat.com>
11924
11925         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): add
11926         insert_child_anchor signal, bug #50245
11927
11928         * gtk/gtktextbtree.c (_gtk_text_btree_insert_child_anchor): change
11929         from create_child_anchor, so the anchor is passed in
11930
11931         * gtk/gtktextchild.c (gtk_text_child_anchor_new): new function
11932         (_gtk_widget_segment_new): have the child anchor object passed in, 
11933         instead of creating it.
11934
11935         * gtk/gtktextbuffer.c (gtk_text_buffer_modified): rename
11936         to gtk_text_buffer_get_modified
11937
11938 2001-02-19  Havoc Pennington  <hp@redhat.com>
11939
11940         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): hmm, someone
11941         changed GLib without fixing GTK
11942
11943         * gtk/gtkrange.h: Rename all the stupid implementation detail 
11944         functions to have an underscore in front. Most of them should 
11945         probably just go away, but for starters don't export them.
11946         Bug #50482
11947
11948 2001-02-19  Havoc Pennington  <hp@redhat.com>
11949
11950         * gdk/gdkcolor.h: test was backward, so deprecated functions were
11951         excluded by default
11952
11953         * gtk/gtkstyle.c (gtk_default_draw_diamond): draw etched in/out,
11954         clean up the old code a bit
11955
11956         * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): draw
11957         inconsistent state
11958
11959         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_draw_indicator):
11960         draw inconsistent state
11961
11962         * gtk/testgtk.c (create_toggle_buttons): add test for inconsistent
11963         (create_menu): add inconsistent test
11964
11965         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_set_inconsistent):
11966         new function
11967         (gtk_check_menu_item_get_inconsistent): new function
11968         (gtk_real_check_menu_item_draw_indicator): draw the inconsistent
11969         state (using etched in for now)
11970
11971         * gtk/gtkcheckbutton.c (gtk_real_check_button_draw_indicator):
11972         draw inconsistent state
11973
11974         * gtk/gtktogglebutton.c (gtk_toggle_button_set_inconsistent): new
11975         function, used when the user has selected a range of stuff in
11976         different states
11977         (gtk_toggle_button_get_inconsistent): accessor for that
11978         (gtk_toggle_button_paint): draw inconsistent state (etched in?
11979         don't know what else to do)
11980
11981 2001-02-19  Hans Breuer <hans@breuer.org>
11982
11983         * gtk/gtk.def : updated exported symbols
11984
11985         * gtk/makefile.msc.in : updated
11986
11987         * gtk/gtkstyle.c (gtk_style_realize) : gets called without
11988         a colormap, when invoked from testgtk::entry. I'm not sure where
11989         the bug is, but g_return_if_fail (GDK_IS_COLORMAP (colormap));
11990         avoids immediate crashing ...
11991
11992         * gtk/gtkmain.c (check_setugid) : totally disabled on win32;
11993         any objections ?
11994
11995         * gtk/gtktreemodel.c : called G_VALUE_LCOPY with an extra
11996         0 parameter. At least msvc doesn't like macros with var args. 
11997         I simply removed the extra 0, was it a feature or a typo ?
11998
11999         * gtk/gtktreeviewcolumn.[hc] (gtk_tree_view_column_set_func) :
12000         removed the extra indirection from the GtkTreeViewColumnFunc parameter,
12001         because the value assignment to the internal struct wasn't working.
12002         I'm not absolutely sure. The problem could have been resolved by
12003         changing the "func" declartion in the struct, but was the pointer
12004         to the function pointer intended ?
12005
12006         * gtk+/gtk/gtktreedatalist.c : include gboxed.h
12007
12008         * gdk/gdk.def : updated exported symbols
12009
12010         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_image) :
12011         only use SetDIBitsToDevice if there is a palette at the drawable
12012         and the image is GDK_VISUAL_PSEUDO_COLOR
12013
12014         * gdk/win32/gdkkeys-win32.c : msvc still has no <unistd.h> ...
12015
12016         * gdk/win32/gdkwindow-win32.c : #include "gdk.h" /* gdk_rectangle_intersect */
12017
12018         * gdk/*/makefile.msc : updated
12019
12020 2001-02-19  Havoc Pennington  <hp@redhat.com>
12021
12022         * demos/gtk-demo/Makefile.am (INCLUDES): GDK_DISABLE_COMPAT_H,
12023         GDK_DISABLE_DEPRECATED (we need to merge those two #defines)
12024
12025         * gdk/x11/gdkmain-x11.c (gdk_key_repeat_disable): nuke
12026         (gdk_key_repeat_restore): nuke
12027
12028         * gdk/gdk.c (gdk_exit_func): #if 0 this for now, don't install it
12029         (gdk_init_check): no atexit func
12030
12031         * gdk/gdkrgb.h: mark some stuff deprecated
12032
12033         * gdk/gdkcolor.h: mark some stuff deprecated
12034         
12035         * gdk/gdk.h: deprecated gdk_exit, gdk_input_*
12036
12037         * gdk/gdkfont.h: bracket in GDK_DISABLE_DEPRECATED
12038
12039 2001-02-16  Havoc Pennington  <hp@redhat.com>
12040
12041         * gtk/gtkvscrollbar.c (gtk_vscrollbar_trough_keys): use the visual
12042         scroll steps.
12043
12044         * gtk/gtkvscale.c (gtk_vscale_trough_keys): use the visual scroll
12045         steps, and add Ctrl-arrow shortcuts for paging visually as with
12046         HScale, since Page Up and Page Down move logically.
12047
12048         * gtk/gtkenums.h (GtkScrollType): add GTK_SCROLL_STEP_UP,
12049         GTK_SCROLL_STEP_DOWN, etc. for visual scroll directions
12050         
12051         * gtk/gtkrange.c (gtk_range_key_press): handle the visual scroll
12052         steps
12053         (gtk_range_scroll): handle the visual steps
12054
12055         * gtk/gtklist.c (gtk_list_scroll_horizontal): handle the up/down
12056         scroll steps
12057
12058         * gtk/gtkhscale.c (gtk_hscale_trough_keys): use the visual scroll
12059         steps, not the logical ones.
12060
12061         * gtk/gtkclist.c (move_focus_row): handle the up/down scroll steps
12062         (scroll_vertical): handle up/down steps
12063
12064 2001-02-19 Alexander Larsson  <alexl@redhat.com>
12065
12066         * gdk/linux-fb/gdkimage-fb.c (gdk_image_new_bitmap):
12067         Copy data and free data with free().
12068
12069         * gdk-pixbuf/gdk-pixbuf.c:
12070         * gdk-pixbuf/io-jpeg.c:
12071         * gdk-pixbuf/io-png.c:
12072         Use g_try_malloc/g_free instead malloc/free.
12073         
12074         * gdk-pixbuf/test-gdk-pixbuf.c:
12075         Must... initialize... gobject...
12076         
12077         * gdk-pixbuf/pixops/timescale.c:
12078         * gtk/gtkcalendar.c:
12079         Use g_malloc instead of malloc.
12080         
12081 2001-02-19 Alexander Larsson  <alla@lysator.liu.se>
12082
12083         * gtk/testgtkrc:
12084         Comment out property assignments, these don't work yet.
12085
12086 2001-02-17  Havoc Pennington  <hp@pobox.com>
12087
12088         * gtk/gtkalignment.c (gtk_alignment_class_init): clean this up a
12089         bit.
12090
12091 2001-02-17  Havoc Pennington  <hp@pobox.com>
12092
12093         * gtk/gtklabel.c (gtk_label_ensure_layout): fix screwup with
12094         shadowed variables that had broken size request in some cases,
12095         leading to bogus tooltips (#50996)
12096
12097 2001-02-06  Jon K Hellan  <hellan@acm.org>
12098
12099         Implement fast browsing of tooltips, bug #50619
12100         
12101         * gtk/gtktooltips.h (struct _GtkTooltips): Add use_sticky_delay
12102         and last_popdown
12103         
12104         * gtk/gtktooltips.c (gtk_tooltips_init): Initialize sticky_delay,
12105         use_sticky_delay and last_popdown.
12106         (gtk_tooltips_draw_tips, gtk_tooltips_set_active_widget): Record
12107         time of popdown.
12108         (gtk_tooltips_set_active_widget): Unset sticky behaviour if widget
12109         is NULL.
12110         (gtk_tooltips_recently_shown): New static function.  Return true
12111         if < sticky_delay has elapsed since last popdown.
12112         (gtk_tooltips_event_handler): Display window after sticky_delay
12113         (presumably < normal delay) if < STICKY_REVERT_DELAY has elapsed
12114         since last popdown.
12115         
12116 2001-02-17  Havoc Pennington  <hp@pobox.com>
12117
12118         * gtk/gtktypeutils.h (GtkSignalFunc): change it to take (void)
12119         instead of (). #6394
12120
12121         * gtk/gtkprogressbar.c (gtk_progress_bar_get_text): Add
12122         G_CONST_RETURN, make it return by reference, #50473
12123         
12124 Sat Feb 17 06:47:27 2001  Tim Janik  <timj@gtk.org>
12125
12126         * gtk/gtkmenu.c (gtk_menu_motion_notify): default initialize the
12127         generated ENTER_NOTIFY event with 0, otherwise not explicitely
12128         setup fields contain garbage (e.g. subwindow, breaking
12129         gdk_drawable_ref() upon event copy).
12130         (gtk_menu_stop_navigating_submenu_cb): same here.
12131
12132         * gtk/gtklist.c (gtk_list_vertical_timeout): 
12133         * gtk/gtklist.c (gtk_list_horizontal_timeout): 
12134         * gtk/gtkclist.c (vertical_timeout): 
12135         * gtk/gtkclist.c (horizontal_timeout): change direct assignment
12136         default-zero-intialization for unions to memset(,0,), as unions are
12137         not fully default-zero-initialized by compilers (GdkEvent x = { 0, };
12138         has to become GdkEvent x; memset (&x, 0, sizeof (x)); )
12139
12140         * gtk/gtktreeview.c (gtk_tree_view_set_rows_drag_source): scratch
12141         g_closure_sink() warning.
12142
12143         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): 
12144         * gtk/gtktreestore.c (gtk_tree_store_set_valist): 
12145         * gtk/gtkliststore.c (gtk_list_store_set_valist): 
12146         fix G_VALUE_COLLECT() and G_VALUE_LCOPY() calls.
12147         
12148 Fri Feb 16 17:49:59 2001  Jonathan Blandford  <jrb@redhat.com>
12149
12150         * gtk/gtktreestore.[hc], gtk/gtkliststore.[ch]: removed
12151         gtk_*_store_get, and moved to GtkTreeModel.
12152
12153         * gtk/gtktreemodel.h (gtk_tree_model_set{v,}): Added
12154
12155         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): added.
12156
12157         * gtk/Makefile.am: remove gtktreemodelmapping.[ch]
12158
12159         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_func): let you
12160         set the func.
12161
12162         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
12163         freeze/thaw notify between setting all the properties for a cell.
12164
12165         * gtk/gtk.h: remove gtktreemodelsimple.h, and gtktreemodelmapping.h
12166
12167 2001-02-15  Havoc Pennington  <hp@redhat.com>
12168
12169         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): convert
12170         the X coordinates so they're with respect to the line, rather than 
12171         with respect to the layout.
12172
12173         * gtk/gtkalignment.c: Convert to new property API, patch from Lee
12174         Mallabone
12175
12176         * gtk/testgtk.c (create_range_controls): add vscale tests, 
12177         and inverted test
12178
12179         * gtk/gtkrange.c (gtk_range_set_inverted): new function to fix 
12180         #50806
12181
12182         * gtk/gtkentry.c (gtk_entry_get_text): add G_CONST_RETURN
12183
12184         * gtk/gtktextiter.h (gtk_text_iter_is_last): rename 
12185         gtk_text_iter_is_end
12186
12187         * gtk/gtktextbuffer.h (gtk_text_buffer_get_last_iter):
12188         rename gtk_text_buffer_get_end_iter
12189
12190         * gtk/testgtk.c (create_labels): Add test for selectable
12191
12192         * gtk/gtkentry.c (gtk_entry_draw_text): Use new GDK API to draw
12193         the selection stuff. This code is kind of broken since it doesn't 
12194         use the theme engine.
12195
12196         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): 
12197         fix infinite loop and y offset problem
12198         (gdk_draw_layout_line_with_colors): fix foreground color handling
12199
12200         * gtk/gtklabel.h, gtk/gtklabel.c: Implement a "selectable" flag 
12201         that makes the label selectable.
12202         
12203         * gtk/gtklabel.c (gtk_label_style_set): recreate the label's
12204         layout when the style is set, since fonts etc. could have changed.      
12205
12206 Fri Feb 16 14:22:05 2001  Jonathan Blandford  <jrb@redhat.com>
12207
12208         * gtk/Makefile.am: Removed gtktreemodelsimple.[ch]
12209
12210         * gtk/gtktreemodelsimple.[ch]: removed.
12211
12212 2001-02-16  Alexander Larsson  <alexl@redhat.com>
12213
12214         * gtk/gtktreemodelmapping.[ch]:
12215         New files. Implement GtkTreeModelMapping.
12216         
12217         * gtk/Makefile.am:
12218         Add gtktreemodelmapping.[ch].
12219         
12220         * gtk/gtk.h:
12221         Add gtktreemodelmapping.h
12222
12223         * gtk/treestoretest.c:
12224         Test the GtkTreeModelMapping
12225
12226 Tue Feb 13 13:16:09 2001  Jonathan Blandford  <jrb@redhat.com>
12227
12228         * demos/gtk-demo/panes.c (create_pane_options): If we're going to
12229         have a demo, we might as well pass in real values.  Thanks to
12230         clahey for pointing this out.
12231
12232 2001-02-14  Havoc Pennington  <hp@pobox.com>
12233
12234         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_remove): add
12235         "static" to a private function
12236         (gtk_image_menu_item_class_init): remove destroy handler,
12237         add "image" object property
12238
12239 2001-02-13  Alexander Larsson  <alla@lysator.liu.se>
12240
12241         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region):
12242         Add a shortcut if the window and the current clip_region doesn't
12243         overlap. This is needed when there are a lot of windows in a
12244         window. The layout test in testgtk is a good test.
12245
12246         * gdk/linux-fb/gdkwindow-fb.c:
12247         Whitespace fix.
12248
12249 2001-02-13  Sven Neumann  <sven@convergence.de>
12250
12251         * demos/testanimation.c: replaced deprecated gtk_drawing_area_size
12252
12253 2001-02-13  Alexander Larsson  <alexl@redhat.com>
12254
12255         * gdk/linux-fb/gdkcursor-fb.c (gdk_fb_cursor_unhide):
12256         Don't reference last_cursor if it is null. Fixes crash when rotating
12257         the screen before having moved the mouse.
12258
12259         * gdk/linux-fb/gdkcc-fb.c: Zapp!
12260
12261         * gdk/linux-fb/Makefile.am: Don't compile gdkcc-fb.c
12262
12263         * gdk/linux-fb/gdkwindow-fb.c: Fix typo. width->height. Fixes redraw 
12264         when using 90 or 270 degrees rotation.
12265
12266 2001-02-12  Havoc Pennington  <hp@pobox.com>
12267
12268         * gdk/gdkpango.c (gdk_pango_get_gc): fix bug where 
12269         it always set the foreground, even if we were only using
12270         a stipple.
12271         (gdk_draw_layout_line_with_colors): new function, allow
12272         override colors
12273         (gdk_draw_layout_with_colors): new function, allow override
12274         colors
12275         (gdk_pango_layout_line_get_clip_region): function to get the clip
12276         region for a logical text range
12277         (gdk_pango_layout_get_clip_region): get the clip region for a
12278         logical text range
12279
12280         * gdk/x11/gdkcolor-x11.c: forward declare gdk_colormap_sync(),
12281         (gdk_colormap_new): fix call to gdk_colormap_sync() so it has 
12282         the right number of arguments.
12283
12284         * gtk/gtktextbtree.c (gtk_text_btree_node_check_consistency):
12285         enhance the function to check that node data corresponds to a 
12286         view still belonging to the tree.
12287
12288         * gtk/gtktreeview.c (gtk_tree_view_changed): we were leaking the 
12289         GtkTreePath
12290         (gtk_tree_view_inserted): ditto
12291         (gtk_tree_view_child_toggled): ditto
12292
12293         * gtk/gtktreemodel.c (gtk_tree_path_append_index): use realloc to
12294         simplify this code.
12295
12296         * gtk/gtkcellrenderertext.c (get_layout): fix leak of 
12297         a PangoAttrList
12298
12299         * demos/gtk-demo/main.c (load_file): Fix leak of a GString
12300
12301         * gtk/gtkentry.c (gtk_entry_realize): Fix leak of a GdkCursor
12302
12303         * gtk/gtkmenubar.c (gtk_menu_bar_size_request): consider toggle
12304         size in the size request 
12305         (gtk_menu_bar_size_allocate): consider toggle size here
12306
12307         * gtk/gtkimagemenuitem.h, gtkimagemenuitem.c: Menu item
12308         that displays a widget in the toggle slot
12309
12310         * gtk/testgtk.c: test GtkImageMenuItem
12311
12312         * gtk/Makefile.am, gtk/gtk.h: Add GtkImageMenuItem
12313         
12314         * gtk/gtkmenuitem.h: Use "gint" not "guint16" for toggle size
12315         request and allocation
12316
12317         * gtk/gtkmenu.c (gtk_menu_size_request): use gint not guint16
12318
12319         * gtk/gtkcheckmenuitem.c
12320         (gtk_check_menu_item_toggle_size_request): ditto
12321         
12322 Mon Feb 12 23:43:30 2001  Owen Taylor  <otaylor@redhat.com>
12323
12324         * gtk/Makefile.am (gdk_headers): Remove gdkcc.h 
12325         reference.
12326
12327         * configure.in gtk/gtkmain.c: Add checks for setuid/setgid,
12328         and refuse to initialize GTK+ if they fail.
12329
12330 Mon Feb 12 15:02:07 2001  Owen Taylor  <otaylor@redhat.com>
12331
12332         * configure.in: Add check for gtk-doc version.
12333
12334 Thu Feb  8 17:18:26 2001  Owen Taylor  <otaylor@redhat.com>
12335
12336         * gtk/gtklabel.c (gtk_label_size_request): Fix bug
12337         where the xpad/ypad was only being used on one side!
12338
12339 2001-02-11  Tor Lillqvist  <tml@iki.fi>
12340
12341         * gdk/win32/gdkcolor-win32.c (gdk_colormap_query_color): New
12342         function, copied from X11 version.
12343
12344         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Eliminate
12345         DestroyCursor failures. The reason for the problem (despite the
12346         inconsistent messages from GetLastError()) was that
12347         DestroyCursor() cannot be called while a cursor is set in a
12348         window. Set the new cursor first and then destroy the old one.
12349         Thanks to jpe@archaeopteryx.com.
12350
12351         * gdk/win32/gdkcc-win32.c: Remove.
12352
12353         * gdk/win32/Makefile.am: Remove from here, too.
12354         
12355         * gdk/gdk.def
12356         * gdk/makefile.mingw.in: Update. Godbye GdkColorContext.
12357
12358         * gtk/gtk.def
12359         * gtk/makefile.mingw.in: Updates.
12360
12361 2001-02-08  Havoc Pennington  <hp@redhat.com>
12362
12363         * gtk/gtkbin.c (gtk_bin_add): better error message if you try to
12364         add a widget to a bin that already has a child.
12365
12366         * gdk/gdkcc.h, gdk/gdkcc-x11.c: Remove GdkColorContext, #50512
12367
12368         * docs/Changes-2.0.txt: note that GdkColorContext is gone.
12369         
12370         * gdk/x11/Makefile.am (libgdk_x11_la_SOURCES): remove gdkcc-x11.c
12371
12372         * gdk/gdk.h: remove gdkcc.h
12373
12374         * gdk/Makefile.am (gdk_public_h_sources): remove gdkcc.h
12375
12376         * gtk/gtkpixmap.c (build_insensitive_pixmap): rewrite using
12377         GdkPixbuf, since the previous implementation was GdkColorContext
12378         dependent.
12379
12380         * gtk/testgtk.c (create_pixmap): add test for insensitive GtkPixmap
12381         
12382 Thu Feb  8 19:00:00 2001  Jonathan Blandford  <jrb@redhat.com>
12383
12384         * gtk/gtktreeview.c (TREE_VIEW_VERTICAL_SEPARATOR): moved back to
12385         a sane value!
12386
12387 2001-02-08  Havoc Pennington  <hp@redhat.com>
12388
12389         * gtk/gtkstyle.c (get_darkened_gc): let's darken colors, not
12390         lighten them.
12391
12392 2001-02-08  Havoc Pennington  <hp@redhat.com>
12393
12394         * gtk/gtktextview.c (gtk_text_view_destroy_layout): remove
12395         validation idle
12396
12397         * demos/gtk-demo/main.c (create_tree): adjust to changes in text
12398         cell renderer
12399
12400         * demos/pixbuf-demo.c (timeout): remove deprecated
12401         gtk_widget_draw
12402
12403         * demos/testpixbuf-save.c (main): remove deprecated
12404         gtk_drawing_area_size
12405
12406         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): allocate
12407         buttons even if the model isn't setup. gtk_tree_view_check_dirty()
12408         at the start of the allocation.
12409         (gtk_tree_view_check_dirty): handle column->button == NULL, handle
12410         unsetup or NULL model.
12411
12412         * gtk/gtkstyle.c (gtk_default_draw_flat_box): drawing for the 
12413         even/odd/sorted cells in the tree view.
12414
12415         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
12416         bugfixes
12417
12418         * gtk/gtktreeview.c: assorted bugfixy stuff. Draw the row
12419         backgrounds with draw_flat_box using different detail for even/odd
12420         rows.
12421
12422         * gtk/gtkrbtree.c, gtkrbtree.h: Keep track of the parity of each
12423         row, so we can draw the alternating colors thing
12424
12425         * gtk/gtktexttag.c (gtk_text_tag_set_property): if we change a
12426         property from a synonym property, notify for the synonym.
12427         Also, nuke the background_gdk_set and foreground_gdk_set synonyms
12428         (gtk_text_tag_get_property): Always return the font, even if
12429         all its fields aren't set
12430
12431         * gtk/gtkcellrenderertext.h (struct _GtkCellRendererText): don't
12432         store the attr list; it leaves us with no way to change attributes
12433         in _render according to the render flags, and no way to implement
12434         get_property. Instead store all the specific text attributes. 
12435         Separate whether an attribute is enabled from its value. Sync all
12436         properties with GtkTextTag, make them all consistent, etc.
12437
12438         * gtk/gtkcellrenderer.h: Add a flag GTK_CELL_RENDERER_SORTED so
12439         renderers can highlight the sort row/column     
12440
12441         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_property): use
12442         accessor functions to get values; this has the side effect of
12443         showing up which accessor functions were missing. Added those.
12444
12445         * gtk/gtktreeviewcolumn.h: Replace set_justification with
12446         set_alignment, to be consistent with GtkLabel, GtkMisc
12447
12448         * gtk/gtktreeviewcolumn.c: Added code to display sort indicator
12449         arrow.
12450
12451         * gtk/Makefile.am (gtk_public_h_sources): add gtktreesortable.h
12452
12453         * gtk/gtktreesortable.h: updates in here
12454
12455 2001-02-07  Sven Neumann  <sven@convergence.de>
12456
12457         * gtk/gtkentry.c (gtk_entry_draw_text): convert area_height to 
12458         pango dimensions after painting the background. We used to draw
12459         gigantic flat boxes here.
12460
12461 Mon Feb  5 22:05:57 2001  Owen Taylor  <otaylor@redhat.com>
12462
12463         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Fix syntax
12464         error introduced with earlier commit) (pointed out by
12465         Ollie Lho)
12466
12467 Mon Feb  5 12:25:06 2001  Owen Taylor  <otaylor@redhat.com>
12468
12469         * gtk/gtkbutton.c: Remove calls to gtk_grab_add/gtk_grab_remove,
12470         which are no longer necessary.
12471
12472 Mon Feb  5 13:22:54 GMT 2001  Tony Gale <gale@gtk.org>
12473
12474         * docs/faq/gtk-faq.sgml: s/MISK/MISC/
12475
12476 2001-02-04  Tor Lillqvist  <tml@iki.fi>
12477
12478         * gdk/gdk.def
12479         * gdk/win32/gdkim-win32.c (gdk_ic_attr_new, gdk_ic_attr_destroy):
12480         Provide dummy implementations.
12481
12482 Sun Feb  4 07:55:17 2001  Tim Janik  <timj@gtk.org>
12483
12484         * gtk/gtksignal.h: removed gtk_signal_init() compat define.
12485
12486         * gtk/gtktypeutils.[hc]: gtk_tpye_init() take an additional argument
12487         GTypeDebugFlags debug_flags and pass it on to g_type_init ();
12488         deprecated this function.
12489
12490         * gdk/gdk.c (gdk_init_check): call g_type_init () with 0 as
12491         argument.
12492
12493 Sun Feb  4 07:45:45 2001  Tim Janik  <timj@gtk.org>
12494
12495         * gtk/gtkdebug.h: nuke GTK_DEBUG_OBJECTS and GTK_DEBUG_SIGNALS.
12496
12497 2001-02-03  Havoc Pennington  <hp@pobox.com>
12498
12499         * gtk/gtktextbtree.c (_gtk_text_btree_tag): Fix bug reported by
12500         Mikael Hermansson with patch from Mikael (if there was a toggle
12501         start one after the first character in the range, this function
12502         was broken). Bug #50380
12503
12504 Sat Feb  3 11:28:03 2001  Owen Taylor  <otaylor@redhat.com>
12505
12506         * configure.in: Remove confusing comment about X11.
12507
12508 Fri Feb  2 19:21:23 2001  Owen Taylor  <otaylor@redhat.com>
12509
12510         * gdk/gdkwindow.c (gdk_propagate_shapes): Surround additional
12511         regions with HAVE_SHAPE_EXT. (#50511, Eric Ding)
12512         
12513 Fri Feb  2 18:31:54 2001  Owen Taylor  <otaylor@redhat.com>
12514
12515         * gdk/x11/gdkimage-x11.c: Remove definition of _XOPEN_SOURCE, since
12516         it breaks things on BSD. If you want to compile GTK+ with
12517         -ansi -pedantic, you should supply CPP_FLAGS=_XOPEN_SOURCE 
12518         when configuring, since GTK+ simply can't be "pure ANSI" 
12519         in the header files it uses. (#8170, Greg Hudson)
12520
12521 2001-02-02  Havoc Pennington  <hp@redhat.com>
12522
12523         * gtk/gtkwindow.c: docs
12524
12525         * gtk/gtkwidget.c: docs
12526         (gtk_widget_set_colormap): add a reference to the colormap
12527         (gtk_widget_get_default_colormap): add a reference to the colormap
12528
12529         * gtk/gtktextbtree.c (gtk_text_mark_set_visible): docs
12530
12531         * gtk/gtktextiter.c: docs
12532
12533         * gtk/gtkmain.c (gtk_propagate_event): docs
12534
12535         * gtk/gtkpaned.c (gtk_paned_get_position): docs
12536         (gtk_paned_set_position): docs
12537
12538         * gtk/gtktreesortable.h (struct _GtkTreeSortableIface): Initial
12539         sort interface, no implementation yet.
12540
12541         * demos/testpixbuf.c (new_testrgb_window): replace
12542         gtk_drawing_area_size() with gtk_widget_set_usize()
12543
12544         * demos/testpixbuf-drawable.c (main): ditto
12545         
12546         * gtk/testgtk.c: remove use of GtkStatusbarMsg
12547
12548         * gtk/gtktextbuffer.c: docs
12549
12550         * gtk/gtkstock.c: docs
12551
12552         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_shadow_type): docs
12553
12554         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): docs
12555
12556         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): fix docs
12557         
12558         * gtk/gtkimage.c: add some docs in here
12559         (gtk_image_size_request): change name of
12560         gtk_widget_render_stock_icon
12561         (gtk_image_get_icon_set): don't dup returned string
12562         (gtk_image_get_icon_set): don't dup returned string
12563
12564         * gtk/gtkwidget.c (gtk_widget_render_icon): rename from 
12565         gtk_widget_render_stock_icon(), more consistent with gtkstyle.h
12566         and gtkiconfactory.h functions
12567
12568         * gtk/gtkiconfactory.c: add some docs in here
12569
12570         * gtk/gtkmain.c (gtk_get_default_language): document
12571         (gtk_get_current_event): document
12572         (gtk_get_current_event_state): document
12573         (gtk_get_event_widget): document
12574
12575         * gtk/gtkentry.c (gtk_entry_set_invisible_char): document
12576
12577         * gtk/gtkcontainer.c: Add some documentation
12578         (gtk_container_add): give a more explanatory warning on adding an
12579         already-parented widget, this is kind of a FAQ and also a common
12580         typo that's easier to debug with a nice warning 
12581
12582         * gtk/gtkcellrenderertoggle.c
12583         (gtk_cell_renderer_toggle_get_active): remove, I was on crack
12584         adding this, it's useless
12585         (gtk_cell_renderer_toggle_set_active): remove
12586         (gtk_cell_renderer_toggle_get_radio): add
12587
12588         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): don't allow
12589         the NULL cell renderer, that doesn't make any sense to me. 
12590
12591         * demos/gtk-demo/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED,
12592         demo code should never use deprecated features.
12593
12594         * demos/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED, demo
12595         code should never use deprecated features.
12596
12597         * gtk/gtkwidget.h: Mark gtk_widget_draw, gtk_widget_queue_clear,
12598         gtk_widget_queue_clear_area deprecated
12599
12600         * gtk/gtklayout.h: mark gtk_layout_freeze/gtk_layout_thaw
12601         deprecated
12602
12603         * gtk/gtklabel.h: mark gtk_label_get() deprecated
12604
12605         * gtk/gtkimage.h: mark the legacy GtkImage functions that took 
12606         a GdkImage deprecated, replaced by new consistently-named
12607         functions       
12608
12609         * gtk/gtkmain.h: Mark gtk_exit() deprecated
12610
12611         * gtk/gtkdrawingarea.h: mark gtk_drawing_area_size deprecated
12612
12613         * gtk/gtkstyle.h: mark gtk_draw_string, gtk_paint_string 
12614         deprecated
12615
12616         * gtk/gtkstatusbar.h: Move GtkStatusbarMsg to the .c file, 
12617         so it won't appear in docs and confuse people.
12618
12619         * gtk/gtkprogressbar.h: Mark all the old methods deprecated
12620
12621         * gtk/gtkprogress.h: Mark all methods deprecated, mark the cast
12622         macros deprecated. (can't mark the type itself deprecated, since
12623         GtkProgressBar is not deprecated and we need the type decl to use
12624         GtkProgressBar)
12625
12626         * gtk/gtkpixmap.h: Mark deprecated
12627
12628         * gtk/gtkoldeditable.h: Mark deprecated
12629
12630         * gtk/gtklist.h: Mark deprecated
12631
12632         * gtk/gtklabel.h: delete "GtkLabelWord" typedef, not used 
12633         for anything anymore.
12634
12635         * gtk/gtkctree.h: Mark deprecated
12636
12637         * gtk/gtkclist.h: Mark deprecated
12638
12639         * gtk/gtkpreview.h: Mark deprecated
12640
12641         * gtk/gtkpacker.h: Mark deprecated
12642
12643         * gtk/gtktipsquery.h: Mark deprecated
12644
12645         * gtk/gtkinputdialog.h: Add comment that it will move out of GTK
12646
12647         * gtk/gtkvruler.h: Add comment that it will move out of GTK
12648
12649         * gtk/gtkhruler.h: Add comment that it will move out of GTK
12650
12651         * gtk/gtkruler.h: Add comment that it will move out of GTK
12652
12653         * gtk/gtkgamma.h: Add comment that it will move out of GTK
12654
12655         * gtk/gtkcurve.h: Add comment that it will move out of GTK
12656
12657 Fri Feb  2 17:16:09 2001  Owen Taylor  <otaylor@redhat.com>
12658
12659         * gdk/x11/gdkcolor-x11.c (gdk_colormap_sync): Make
12660         gdk_colormap_sync private since it was never exported
12661         in a header file.
12662
12663         * gdk/x11/gdkcolor-x11.c (gdk_colormap_new): Fill in
12664         colormap->colors[] for StaticGray, StaticColor colormaps.
12665
12666         * gdk/gdkpixbuf-drawable.c: Fix problems where image->bpp
12667         was being used as if it was image->bits_per_pixel.
12668
12669         * gdk/gdkimage.h, gdk/x11/gdkimage-x11.c: Save the bits-per-pixel
12670         for the image in the GdkImage structure since it isn't
12671         reconstructable, and we need it to handle packed types
12672
12673         * gdk/win32/gdkimage-win32.c: Set image->bits_per_pixel. (I'm making
12674         the assumption that on Win32 image->bits_per_pixel == image->depth,
12675         always.
12676
12677         * gdk/linux-fb/gdkimage-fb.c: Set image->bits_per_pixel.
12678
12679         * gdk/gdkrgb.c (gdk_rgb_select_conv): Exit with an informative
12680         warning message if no converter can be found. 
12681
12682 Fri Feb  2 15:09:51 2001  Owen Taylor  <otaylor@redhat.com>
12683
12684         * gtk/fnmatch.c (FOLD): Fix problem with passing signed
12685         chars to isupper() / tolower(). (#567)
12686
12687         * examples/packer/pack.c: Add GINT_TO_POINTER, GPOINTER_TO_INT
12688         to clear up 64-bit warnings. (#567)
12689
12690 Fri Feb  2 12:26:50 2001  Owen Taylor  <otaylor@redhat.com>
12691
12692         * gtk/gtkrc.c (gtk_rc_add_initial_default_files): Get rid of
12693         a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().
12694
12695         * gtk/gtkrc.c Makefile.am: Use $(libdir), not $(exe_prefix),
12696         since some people set $(libdir) separately. (#1290, David Kaelbling)
12697
12698 Thu Feb  1 18:25:46 2001  Owen Taylor  <otaylor@redhat.com>
12699
12700         * gtk/gtkfilesel.c: If PATH_MAX and MAXPATHLEN are not
12701         defined, define MAXPATHLEN to 2048. (The Hurd doesn't have
12702         MAXPATHLEN, but the code here depends on a fixed value.)
12703         (#4524)
12704
12705 Wed Jan 31 22:01:04 2001  Owen Taylor  <otaylor@redhat.com>
12706
12707         * gtk/gtkhandlebox.c (gtk_handle_box_button_changed): Handle the case
12708         where child == NULL and handle_position == RIGHT or BOTTOM. (#8041g)
12709
12710 Wed Jan 31 21:20:39 2001  Owen Taylor  <otaylor@redhat.com>
12711
12712         * gtk/gtkctree.c (real_tree_move): If the node being moved isn't
12713         viewable there is no way that moving the node will cause the 
12714         focus row to become not viewable, so omit check on the visibility
12715         of new_sibling, which is irrelevant. (Fixes #8002, David Helder)
12716
12717 Wed Jan 31 20:38:17 2001  Owen Taylor  <otaylor@redhat.com>
12718
12719         * gtk/gtkentry.c (gtk_entry_commit_cb): Delete the current
12720         selection before inserting new text.
12721
12722 Wed Jan 31 18:49:33 2001  Owen Taylor  <otaylor@redhat.com>
12723
12724         * gtk/gtkoptionmenu.c (gtk_option_menu_item_state_changed_cb):
12725         Make the sensitivity of the reparented child track that of
12726         the original parent menu item. (#34218, David Hodson)
12727
12728         * gtk/gtkoptionmenu.c (gtk_option_menu_item_destroy_cb): Handle
12729         the case where the current item is destroyed properly.
12730
12731         * gtk/gtkoptionmenu.c: Some additional code cleanups and fix
12732         some edge cases with child-less menuitems.
12733         
12734 Wed Jan 31 17:16:13 2001  Owen Taylor  <otaylor@redhat.com>
12735
12736         * gtk/gtkcombo.c (gtk_combo_window_key_press): Make Return
12737         key pop down window. (#12074, Jon K Hellan)
12738
12739 Wed Jan 31 16:21:42 2001  Owen Taylor  <otaylor@redhat.com>
12740
12741         * gtk/gtklist.c (gtk_list_signal_item_toggle): Don't allow
12742         toggling of rows off in BROWSE or EXTENDED mode. (#12072, Jon K Hellan) 
12743         The solution here isn't perfect - you get an extraneous
12744         emission of "toggle", which could conceivably confuse an app,
12745         but better than the current situation. LXR search seems to
12746         indicate that no apps in GNOME CVS connect to "toggle".
12747
12748 Wed Jan 31 15:46:13 2001  Owen Taylor  <otaylor@redhat.com>
12749
12750         * gtk/Makefile.am (libgtkinclude_HEADERS): Move gtkcompat.h from
12751         gtk_public_h_sources to directly here to avoid warning when
12752         building srcdir != builddir. (#9656)
12753
12754 Tue Jan 30 19:49:02 2001  Owen Taylor  <otaylor@redhat.com>
12755
12756         * gtk/gtkrange.c: Patch from Kipp Hickman to make the event
12757         handlers in gtkrange.c return the proper values (TRUE == handled)
12758         (#10316).
12759
12760         This is just the tip of the iceberg, but gtkrange.c is the
12761         most common place where the propagation is problematical,
12762         and also a place where it is almost certainly safe to change
12763         this in the stable branch.
12764
12765         (You don't want right click popups on a range control or anything...)
12766
12767 Tue Jan 30 18:57:59 2001  Owen Taylor  <otaylor@redhat.com>
12768
12769         * gtk/gtktext.c (clear_focus_area): We need to clear the focus
12770         area on focus out, even if a background pixmap isn't set.
12771         (#13941)
12772         
12773 Tue Jan 30 18:24:10 2001  Owen Taylor  <otaylor@redhat.com>
12774
12775         * gtk/gtknotebook.c (gtk_notebook_set_shape): Fix from Sean Cunningham
12776         to deal with setting the shape properly when scrolling arrows are
12777         turned on, but not visible because there is sufficient space.
12778         (#13432)
12779
12780 Tue Jan 30 16:39:25 2001  Owen Taylor  <otaylor@redhat.com>
12781
12782         * gtk/gtkitemfactory.c (gtk_item_factory_delete_item): For menu
12783         items with submenus, destroy the item along with the submenu.
12784         (#7841, Brian Masney(?)) Also, handle paths of the form '<foo>/abcd...' 
12785         properly.
12786
12787         * gtk/testgtk.c (menu_items): Add a dummy branch that we delete
12788         later.
12789
12790 Tue Jan 30 15:51:25 2001  Owen Taylor  <otaylor@redhat.com>
12791
12792         * gtk/gtkwindow.c (gtk_window_real_set_focus): Fix a problem where
12793         the focus widget sometimes wasn't drawn with the default if there
12794         was no default widget.
12795
12796         * gtk/gtkstyle.c (gtk_style_real_unrealize): free colors,
12797         unreference pixmaps. 
12798
12799         * gtk/gtkstyle.c (gtk_style_realize): Reference colormap
12800         for some extra safety.
12801
12802 Mon Jan 29 19:00:01 2001  Owen Taylor  <otaylor@redhat.com>
12803
12804         * gtk/gtk{ctree.c,clist.c} (set_cell_contents): Handle setting
12805         the text of a cell to the old pointer value better, by
12806         copying the new text before freeing the old text. Some code
12807         cleanup. (#8079, Karl Nelson)
12808
12809 Mon Jan 29 16:50:19 2001  Owen Taylor  <otaylor@redhat.com>
12810
12811         * gtk/gtklabel.[ch] gtk/gtkframe.[ch]: Make gtk_label_get_text()
12812         gtk_frame_get_label() non strdup'ing, and G_CONST_RETURN.
12813
12814 Mon Jan 29 15:22:51 2001  Owen Taylor  <otaylor@redhat.com>
12815
12816         * gtk/gtkmenu.c (gtk_menu_remove): When removing an
12817         item from a menu, check to see if it matches 
12818         menu->old_active_menu_item, and if so, unref and clear
12819         old_active_menu_item (Patch from Pavel Cisler)
12820
12821         * gtk/gtkmenushell.c (gtk_menu_shell_remove): Unset 
12822         menu_shell->active_menu_item, if it is the child being
12823         removed. (Patch based on that of Gene Ragan, #50337)
12824
12825 2001-01-31  Alexander Larsson  <alla@lysator.liu.se>
12826
12827         * gdk/linux-fb/gdkselection-fb.c: 
12828         * gdk/linux-fb/gdkcolor-fb.c: 
12829         * gdk/linux-fb/gdkdrawable-fb2.c: 
12830         * gdk/linux-fb/gdkfont-fb.c: 
12831         * gdk/linux-fb/gdkim-fb.c: 
12832         * gdk/linux-fb/gdkinput.c: 
12833         * gdk/linux-fb/gdkkeyboard-fb.c: 
12834         * gdk/linux-fb/gdkmain-fb.c: 
12835         * gdk/linux-fb/gdkrender-fb.c: 
12836         A bunch of whitespace cleanup.
12837         
12838 2001-01-30  Havoc Pennington  <hp@pobox.com>
12839
12840         * gtk/gtktreeitem.h, gtk/gtktree.h, gtk/gtktext.h: bracket in 
12841         #ifdef GTK_ENABLE_BROKEN.
12842
12843         * gtk/gtktreeitem.c, gtk/gtktree.c, gtk/gtktext.c: #define
12844         GTK_ENABLE_BROKEN just before including the broken headers.
12845         
12846         * gtk/gtktypeutils.c: #define GTK_ENABLE_BROKEN, so we can get the
12847         deprecated types registered.
12848
12849         * gtk/testgtk.c, gtk/testselection.c: #define GTK_ENABLE_BROKEN,
12850         we have to test the broken stuff.
12851
12852         * docs/Changes-2.0.txt: explain GTK_ENABLE_BROKEN
12853         
12854 2001-01-30  Havoc Pennington  <hp@redhat.com>
12855
12856         * gtk/gtkliststore.c (gtk_list_store_insert_before): fix bug in
12857         here where prev pointer was set to the wrong thing
12858
12859         * gtk/gtktreemodel.c (gtk_tree_path_is_ancestor): new function
12860         (gtk_tree_path_is_descendant): new function
12861
12862         * gtk/gtkliststore.c (gtk_list_store_iter_n_children): return
12863         cached length
12864         (gtk_list_store_get_iter): don't modify iter if we can't get the
12865         path.
12866
12867         * gtk/gtkliststore.h (struct _GtkListStore): cache the length
12868         
12869         * gtk/gtktreednd.h: add virtual function row_drop_possible() to
12870         GtkTreeDragDest
12871
12872         * gtk/gtktreestore.c (copy_node_data): fix varargs type error that
12873         was causing segfault
12874
12875         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_copy): set next
12876         pointer to NULL
12877
12878         * gtk/gtktreestore.c (gtk_tree_store_append): fix memleak
12879
12880         * gtk/gtkliststore.c (gtk_list_store_iter_next): don't modify iter
12881         on returning FALSE
12882         (gtk_list_store_iter_children): ditto
12883         (gtk_list_store_iter_nth_child): ditto
12884         (gtk_list_store_iter_nth_child): ditto
12885         (gtk_list_store_iter_parent): ditto
12886
12887         * gtk/gtktreestore.c (gtk_tree_store_get_path): g_return_if_fail
12888         on iter->user_data != NULL instead of silently accepting it.
12889         (gtk_tree_store_iter_next): ditto. Also, don't modify iter unless
12890         we are returning TRUE.
12891         (gtk_tree_store_iter_children): ditto
12892         (gtk_tree_store_iter_nth_child): ditto
12893         (gtk_tree_store_iter_parent): ditto
12894         (gtk_tree_store_insert): remove handling of parent->user_data ==
12895         NULL, replace with parent == NULL       
12896
12897         * gtk/gtktreemodel.c (inserted_callback): put some fixes in here,
12898         and a comment explaining things
12899
12900         * gtk/gtktreestore.c: add GtkTreeDragSource/GtkTreeDragDest
12901         interface support to GtkTreeStore.
12902
12903         * gtk/gtktreemodel.c (gtk_tree_path_prev): didn't properly return
12904         FALSE if no prev, fix
12905
12906         * gtk/gtktreeview.c (set_source_row): use a row reference
12907         (set_dest_row): use a row reference
12908
12909 Sat Jan 27 15:52:02 2001  Jonathan Blandford  <jrb@redhat.com>
12910
12911         * gtk/gtktreeselection.c (gtk_tree_selection_unselect_iter): Fix
12912         stupid typo pointed out by Kristian Rietveld <kristian@planet.nl>.
12913         (gtk_tree_selection_select_iter): The same as above.
12914
12915 2001-01-26  Havoc Pennington  <hp@redhat.com>
12916
12917         * gtk/gtktreemodel.c, gtk/gtktreemodel.h: add GtkTreeRowReference
12918         which holds a handle to a specific row (particular set of values
12919         in the model, i.e. pointer-identity row).
12920
12921         * gtk/gtktreeview.c, gtk/gtktreeprivate.h, gtk/gtktreeselection.c:
12922         use GtkTreeRowReference for anchor, cursor, and drag_dest_row.
12923         Still need to use it for the src/dest row saved on the drag context.
12924
12925 2001-01-26  Havoc Pennington  <hp@redhat.com>
12926
12927         * gtk/gtktextlayout.c (convert_color): adapt to handle PangoColor
12928
12929         * gtk/gtktreeview.c (gtk_tree_view_widget_to_tree_coords): fix to
12930         not offset by TREE_VIEW_HEADER_HEIGHT
12931         (gtk_tree_view_tree_to_widget_coords): fix to not offset by
12932         TREE_VIEW_HEADER_HEIGHT
12933
12934         * configure.in (included_loaders): for me, --with-included-loaders
12935         generates the error "the specified loader yes does not exist",
12936         i.e. the arg defaults to "yes", so change test for value ""
12937         to test for value "yes", and include all loaders in that case.
12938
12939         * gtk/gtkrbtree.c (_gtk_rbtree_get_depth): new function
12940
12941         * gtk/gtktreeview.c (gtk_tree_view_get_cell_rect): fix to properly
12942         handle TREE_VIEW_VERTICAL_SEPARATOR
12943         (gtk_tree_view_bin_expose): fix to consider the row offset as
12944         pointing halfway into vertical separator.       
12945         (gtk_tree_view_draw_node_focus_rect): ditto
12946
12947         * gtk/gtkdebug.h, gtk/gtkmain.c (gtk_init_check): Add
12948         --gtk-debug=updates, which causes gdk_window_set_debug_updates
12949         (TRUE) to be called.
12950
12951         * gdk/gdkwindow.c (gdk_window_set_debug_updates): Allow enabling a
12952         debug mode where the invalid region is colored in on invalidate,
12953         so you can see the flicker and know whether your redraw code is 
12954         doing a good job.
12955
12956         * gtk/gtktreeview.c (gtk_tree_view_queue_draw_node): Work in 
12957         tree window coordinates (clip rect is in tree window coords)
12958
12959         * gtk/Makefile.am: add gtktreednd.[hc]
12960
12961         * gtk/gtkliststore.c: implement gtktreednd interfaces.
12962
12963         * gtk/gtktreednd.c, gtk/gtktreednd.h: New interface to support
12964         drag-and-drop data operations on a model (so we can set up tree
12965         drag-and-drop automatically)
12966
12967         * gtk/testgtk.c: Add a window to change sensitivity in the
12968         GtkLabel test; add a way to change the entry frame in GtkEntry
12969         test
12970
12971         * gtk/gtkentry.c (gtk_entry_set_has_frame): 
12972         (gtk_entry_get_has_frame): new functions to remove the frame
12973         around an entry
12974         (gtk_entry_size_request): shrink requisition if no frame
12975         (gtk_entry_draw_focus): don't draw frame if no frame
12976
12977         * gtk/gtkstyle.c (gtk_default_draw_check): draw custom look for
12978         checks inside a cell renderer
12979         (gtk_default_draw_option): ditto for options
12980
12981         * gtk/gtktreeviewcolumn.c (update_button_contents): add/remove
12982         children from the alignment, not the button
12983         (gtk_tree_view_column_init): ref/sink the column, to emulate
12984         GObject refcounting.
12985
12986         * gtk/gtkcellrenderer.c (gtk_cell_renderer_init): ref/sink
12987         
12988         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
12989         Use theme functions to draw the toggles 
12990
12991         * gdk/gdkpango.c (gdk_pango_get_gc): use GdkRGB to alloc colors
12992
12993         * gdk/gdkpango.h, gdk/gdkpango.c: Add GdkPangoAttrStipple and
12994         GdkPangoAttrEmbossed to use in rendering insensitive text
12995
12996         * gdk/gdkpango.c (gdk_draw_layout_line): render new properties
12997
12998         * gtk/gtkstyle.c (gtk_default_draw_layout): handle sensitivity
12999         using new GDK features
13000         
13001 2001-01-24  Alexander Larsson  <alexl@redhat.com>
13002
13003         * gtk/gtkimage.c:
13004         Splitted gtk_image_clear into gtk_image_clear() and
13005         gtk_image_reset(). Call gtk_image_clear() in ::destroy
13006         to avoid leaks.
13007
13008         * gtk/gtklabel.c (set_markup):
13009         Don't leak text.
13010
13011         * gtk/gtktextlayout.c:
13012         Always free display->shaped_objects.
13013
13014         * gtk/testgtk.c (create_clist):
13015         Don't leak custom style.
13016
13017 2001-01-23  Alexander Larsson  <alexl@redhat.com>
13018
13019         * gtk/gtkcolorsel.c (grab_color_at_mouse):
13020         Don't leak image. Simplify using gdk_colormap_query_color().
13021         (gtk_color_selection_init): Don't leak dropper_pixmap and mask.
13022
13023         * linux-fb/gdkcolor-fb.c:
13024         Implemented gdk_colormap_query_color.
13025
13026 2001-01-23  Alexander Larsson  <alexl@redhat.com>
13027
13028         * linux-fb/gdkcursor-fb.c:
13029         Don't leak built-in cursors.
13030
13031         * linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_polygon):
13032         Don't leak tmp_points.
13033
13034         * linux-fb/gdkfont-fb.c (gdk_font_from_description):
13035         Don't modify desc. Don't leak font if the PangoFont
13036         isn't found.
13037         
13038         * linux-fb/gdkgc-fb.c (gdk_fb_gc_finalize):
13039         Free dash_list.
13040
13041         * linux-fb/gdkkeyboard-fb.c (gdk_fb_handle_key):
13042         Don't leak string.
13043         
13044 2001-01-20  Havoc Pennington  <hp@pobox.com>
13045
13046         * gtk/gtktexttag.h (enum GtkWrapMode): rename member fields
13047         from GTK_WRAPMODE_WORD to GTK_WRAP_WORD, etc., seems nicer to 
13048         me, matches Pango
13049
13050 2001-01-22  Havoc Pennington  <hp@redhat.com>
13051
13052         * demos/testanimation.c: fix to reflect gdk-pixbuf changes
13053
13054         * demos/testpixbuf.c: fix to reflect gdk-pixbuf changes
13055
13056         * gtk/gdk-pixbuf-loader.c, gtk/gdk-pixbuf-loader.h: 
13057         Remove, move back to gdk-pixbuf
13058
13059         * gtk/gtktextiter.c, gtk/gtktextiter.h: add sentence equivalents
13060         to all the word functions
13061
13062         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): return
13063         before doing anything on NULL layout or if we don't have the focus
13064
13065         * gtk/testtext.c (fill_example_buffer): "justification"
13066
13067         * gtk/gtktexttag.h, gtk/gtktexttag.c: change the tag attribute
13068         to be called "justification" not "justify"
13069
13070         * demos/gtk-demo/textview.c (create_tags): "justification"
13071         
13072         * gtk/gtktextlayout.c (set_para_values): Handle char-wise wrapping
13073
13074 2001-01-22  Alexander Larsson  <alexl@redhat.com>
13075
13076         * gdk/gdkwindow.c (gdk_window_invalidate_region):
13077         Don't leak visible_region. Use visible_region instead of region.
13078         
13079         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
13080         Don't do extra gdk_drawable_ref(). This is not X.
13081         (gdk_fb_window_find_focus, gdk_fb_change_focus): make sure
13082         gdk_fb_focused_window is ref:ed.
13083         (gdk_fb_window_send_crossing_events): Watch out for destroyed
13084         windows.
13085
13086 2001-01-22  Alexander Larsson  <alexl@redhat.com>
13087
13088         * gtk/gtkwindow-decorate.c (gtk_decorated_window_realize):
13089         Don't leak the PangoFontDescriptor.
13090
13091 Sun Jan 21 09:58:00 2001  Jonathan Blandford  <jrb@redhat.com>
13092
13093         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): Make fail
13094         when not realized.
13095         (gtk_tree_view_scroll_to_cell): Make work when not realized.
13096         (gtk_tree_view_realize): add scroll_to support
13097         (gtk_tree_view_finalize): add a finalize method.  Populate.
13098         (gtk_tree_view_insert_column): ref and sink the column.
13099         (gtk_tree_view_append_column): ref and sink the column.
13100         (gtk_tree_view_queue_draw_node): New function to handle redrawing
13101         individual nodes.  Should make the code much more efficient, if
13102         actually used.
13103
13104 2001-01-19  Havoc Pennington  <hp@redhat.com>
13105
13106         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
13107         byte_offset variable was being used to mean both "offset into
13108         layout" and "offset into buffer line" which was no longer true
13109         with addition of preedit string; fix
13110
13111 2001-01-19  Havoc Pennington  <hp@redhat.com>
13112
13113         * demos/gtk-demo/main.c (button_press_event_cb): sync to tree changes
13114
13115         * gtk/gtkrbtree.c (_gtk_rbtree_node_find_offset): fix this
13116         function
13117
13118         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_widget):
13119         implement
13120
13121         * gtk/gtktreeview.c (gtk_tree_view_move_to): rename
13122         scroll_to_cell, matches TextView scroll functions better
13123         (gtk_tree_view_tree_to_widget_coords): new function
13124         (gtk_tree_view_widget_to_tree_coords): new function
13125         (gtk_tree_view_get_visible_rect): new function
13126         (gtk_tree_view_get_path_at_pos): accept negative coordinates
13127         (gtk_tree_view_draw_node_focus_rect): new function moved from
13128         draw_focus, also, use width of bin_window as width of the focus
13129         rect
13130         (gtk_tree_view_expand_row): fix bug where it didn't recognize
13131         already-expanded rows
13132         (gtk_tree_view_get_cell_rect): new function
13133         (gtk_tree_view_get_path_at_pos): return the click position
13134         relative to the passed-in cell
13135         (gtk_tree_view_set_expander_column): new function
13136
13137         * configure.in: remove gtk-config-2.0 chmod
13138
13139         * gtk/gtktextview.c (gtk_text_view_drag_motion): small cleanups,
13140         and properly handle drags with targets we don't understand
13141         (gtk_text_view_drag_end): don't stop scrolling, the source isn't
13142         scrolling anyway
13143         (gtk_text_view_drag_drop): stop scrolling here though, and set the
13144         mark invisible
13145
13146         * gtk/gtkdnd.c (gtk_drag_dest_find_target): export as a public
13147         function
13148         (gtk_drag_dest_get_target_list): new function
13149         (gtk_drag_dest_set_target_list): new function
13150         
13151         * gtk/gtktreeview.c: Add a bunch of drag-and-drop implementation
13152
13153         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): add fields
13154         related to drag-and-drop
13155
13156 2001-01-19  Alexander Larsson  <alexl@redhat.com>
13157
13158         * gdk/linux-fb/gdkprivate-fb.h:
13159         Define EMULATE_GDKFONT.
13160         Add extra pango_font stuff to GfkFontPrivate.
13161         
13162         * gdk/linux-fb/gdkdrawable-fb2.c:
13163         * gdk/linux-fb/gdkfont-fb.c:
13164         If EMULATE_GDKFONT defined, implement a slow lame GdkFont
13165         emulation using PangoFont.
13166
13167 2001-01-17  Havoc Pennington  <hp@pobox.com>
13168
13169         * gtk/gtkprogressbar.c, gtk/gtkprogressbar.h: Add "getters" for
13170         all the non-deprecated set_foo functions. Added missing object
13171         properties, and added g_object_notify() to setters. 
13172         Wrote docs.
13173         
13174 2001-01-18  Tor Lillqvist  <tml@iki.fi>
13175
13176         * gtk/gtkmain.c
13177         * gtk/gtkrc.c: (Win32) Use the new
13178         g_win32_get_package_installation_(sub)directory() functions.
13179
13180         * config.h.win32.in: New file.
13181         
13182         * config.h.win32: Removed.
13183
13184         * configure.in: Output config.h.win32.
13185
13186         * Makefile.am: Add it to EXTRA_DIST.
13187
13188         * gtk/gtk.def: Update.
13189
13190 Wed Jan 17 16:22:54 2001  Owen Taylor  <otaylor@redhat.com>
13191
13192         * gtk/gtklabel.c (gtk_label_size_request): Set the
13193         attributes onto the PangoLayout even if they are newly
13194         created from label->pattern.
13195
13196 Tue Jan  9 11:20:48 2001  Owen Taylor  <otaylor@redhat.com>
13197
13198         * gdk/x11/gdkdnd-x11.c: Remove unused variable.
13199
13200         * gtk/gtkdnd.c: Encapsulate storing and retrieving info
13201         structures in functions. Fixes bug where gtk_dataset_*
13202         was accidentally still being used in one place, causing
13203         every dest side event to be treated independently.
13204
13205         * gtk/gtkdnd.c: Remove last vestages of handling
13206         ::draw (fixes warning)
13207         
13208         * gtk/gtkentry.[ch]: Add drag and drop support.
13209
13210         * gtk/gtkdnd.[ch] gtk/gtktextview.c gtk/gtkentry.c: Add
13211         new function gtk_check_drag_threshhold() for checking
13212         to check if (dx,dy) has exceeded the threshhold for starting
13213         a drag and use it everywhere.
13214
13215 Mon Jan  8 11:58:05 2001  Owen Taylor  <otaylor@redhat.com>
13216
13217         * gtk+-2.0.pc.in gdk-pixbuf-2.0.pc.in (Cflags): Remove -I${includedir},
13218         add -I{includedir}/gtk-2.0.
13219
13220         * gtk/gtktreeview.[ch] gtktreemodelsort.[ch] gtknotebook.c
13221         gdk/gdk-pixbuf.h: Doc fixups.
13222         
13223         * gtk/gtkobject.h: Remove trailing , from enum
13224
13225 2001-01-17 Alexander Larsson <alexl@redhat.com> 
13226
13227         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_shadow_fb_draw_arc):
13228         Doh! Mixed up x and y.
13229
13230         * gdk/linux-fb/gdkglobals-fb.c:
13231         Removed gdk_fb_pointer_grab_window_events,
13232         added _gdk_fb_pointer_grab_owner_events and
13233         _gdk_fb_keyboard_grab_owner_events.
13234
13235         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab):
13236         Set all button mask if GDK_BUTTON_MOTION_MASK set. Send
13237         crossing events before grabbing. Set _gdk_fb_pointer_grab_owner_events.
13238         (gdk_fb_pointer_ungrab): Unset _gdk_fb_pointer_grab_owner_events
13239         Send crossing events after ungrab finished.
13240         (gdk_keyboard_grab): Set ..._owner_events
13241         (type_masks): Move out of function.
13242         (gdk_fb_other_event_window, gdk_fb_pointer_event_window,
13243         gdk_fb_keyboard_event_window): New functions, return the
13244         window an event should be targeted at. Handles grabs and
13245         event propagation. Can return NULL.
13246         (gdk_event_make): Remove event_mask checking. Now always
13247         returns an event.
13248                 
13249         * gdk/linux-fb/gdkkeyboard-fb.c:
13250         * gdk/linux-fb/gdkproperty-fb.c:
13251         * gdk/linux-fb/gdkselection-fb.c:
13252         Use new event_window/gdk_event_make() behaviour.
13253         
13254         * gdk/linux-fb/gdkmouse-fb.c:
13255         Use new event_window/gdk_event_make() behaviour.
13256         Only send motion events if in the same window.
13257         If grabbed, use cursor from window if sibling of grabbed
13258         window, and cursor from grabbed window otherwise.
13259
13260         * gdk/linux-fb/gdkprivate-fb.h:
13261         Update gdk_fb_window_send_crossing_events, gdk_event_make
13262         and grab varaible declarations. Add gdk_fb_*_event_window().
13263
13264         * gdk/linux-fb/gdkwindow-fb.c:
13265         Use new event_window/gdk_event_make() behaviour.
13266         Keep correct track of focus window.
13267         (gdk_window_set_events): Set all specific button motion masks
13268         if GDK_BUTTON_MOTION_MASK set.
13269
13270         * gtk/gtkdnd.c (gtk_drag_update):
13271         Free info->last_event if gdk_drag_motion returned FALSE.
13272
13273 2001-01-16  Tor Lillqvist  <tml@iki.fi>
13274
13275         * gdk/win32/gdkwindow-win32.c (gdk_window_show, gdk_window_hide):
13276         Eliminate redraws when input-only windows are shown or
13277         hidden. Thanks to jpe@archaeopteryx.com.
13278
13279 Tue Jan 16 13:13:13 GMT 2001  Tony Gale <gale@gtk.org>
13280
13281         * docs/faq/gtk-faq.sgml: FAQ update:
13282           - Update to bugzilla
13283           - Add GTK+ and security/SUID/SGID
13284           - Add DnD question
13285
13286 2001-01-16  Alexander Larsson  <alla@lysator.liu.se>
13287
13288         * gdk/linux-fb/gdkdnd-fb.c:
13289         Some cleanups.
13290         
13291 2001-01-15  Havoc Pennington  <hp@pobox.com>
13292
13293         * tests/testtreeview.c: add test stuff for CellRendererToggle
13294
13295         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_model): add this
13296         accessor
13297
13298         * gtk/gtkcellrenderertoggle.c: distinguish different event types,
13299         only toggle on button press (would do release like GtkButton, but
13300         we'd need implicit grab code for treeview cells)
13301
13302 2001-01-16  Tor Lillqvist  <tml@iki.fi>
13303
13304         * gdk/win32/gdkvisual-win32.c: Include <stdlib.h> for getenv().
13305
13306         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Don't use
13307         GDK_COLORMAP_PRIVATE_DATA on a potentially NULL GdkColormap.
13308
13309         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Adapt calls
13310         to g_{locale,filename}_{to,from}_utf8 to match current API.
13311
13312         * gtk/makefile.msc.in (gtk_OBJECTS)
13313         * gtk/makefile.mingw.in (gtk_OBJECTS): Add gtkwindow-decorate.
13314
13315         * gtk/gtk.def: Update.
13316
13317 2001-01-15  Tor Lillqvist  <tml@iki.fi>
13318
13319         * gdk/win32/gdkevents-win32.c (synthesize_crossing_events): New
13320         implementaion that more closely mimics the events that an X server
13321         would generate. Especially, properly generate GDK_NOTIFY_VIRTUAL and
13322         GDK_NOTIFY_NONLINEAR_VIRTUAL crossing events. This makes buttons
13323         with nested preview widgets, for instance, more responsive when
13324         you move the mouse quickly into them.
13325         (find_window_for_pointer_event): Make it actually compile.
13326         (gdk_event_translate): Set send_event to the value of
13327         InSendMessage (). This doesn't really mean the same as X11's
13328         send_event flag, but is close enough, says jpe@archaeopteryx.com
13329
13330 2001-01-15  Alexander Larsson  <alexl@redhat.com>
13331
13332         * gdk/linux-fb/gdkdnd-fb.c:
13333         Implemented drag and drop.
13334         Seems to be mostly working. I sometimes get an assert from gtkdnd.c:2664
13335         when it tries to free and then copy the same event (info->last_event).
13336         I am not sure about why this happens, but will continue looking.
13337
13338 2001-01-15  Alexander Larsson  <alexl@redhat.com>
13339
13340         * gdk/linux-fb/gdkwindow-fb.c:
13341         Use gdk_window_invalidate_rect instead of
13342         gdk_window_invalidate_rect_clear to minimise flashing.
13343         When hiding windows you need to clear the root window though.
13344
13345 2001-01-15  Alexander Larsson  <alexl@redhat.com>
13346
13347         * gdk/linux-fb/gdkdrawable-fb2.c:
13348         For optization, add an full_shapes argument to gdk_fb_clip_region.
13349         If this is false, only the cliprects of the shapes are used.
13350
13351         * gdk/linux-fb/gdkprivate-fb.h:
13352         Export gdk_fb_window_peek_shape.
13353         Add full_shapes to gdk_fb_clip_region.
13354
13355         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
13356         When moving a window, don't clear everything under the it, just the
13357         root window. Makes stuff faster and flash less.
13358         (gdk_window_get_pointer): Correctly handle offseted shapes, due to
13359         USE_CHILD_SHAPE. (gdk_fb_window_peek_shape): Return the correct
13360         offset of the shape.
13361         
13362
13363 2001-01-12  Havoc Pennington  <hp@redhat.com>
13364
13365         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): offset the 
13366         current invalid region, fixes redraw bug while scrolling the 
13367         text widget
13368
13369         * gtk/gtktextview.c, gtk/gtktextview.h:
13370         Rearrange the scrolling/validation/etc. code in a major way, 
13371         so it seems to make sense to me. Probably isn't genuinely that
13372         much better, but...
13373
13374         * gtk/gtktexttag.c (set_fg_color): fix name of property used for
13375         notifies
13376
13377         * gtk/gtktextmark.c (gtk_text_mark_get_left_gravity): new function
13378
13379 2001-01-12  Alexander Larsson  <alla@lysator.liu.se>
13380
13381         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_set_rotation):
13382         Hide mouse pointer while rotation. Show it afterwards.
13383
13384 2001-01-12  Alexander Larsson  <alexl@redhat.com>
13385
13386         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region): Take shaped
13387         windows in consideration when generating clip region.
13388
13389         * gdk/linux-fb/gdkfb.h:
13390         Huge HACK. Added GDK_FB_USE_CHILD_SHAPE.
13391
13392         * gdk/linux-fb/gdkprivate-fb.h:
13393         Add shape to GdkWindowFBDatat.
13394         exported gdk_fb_window_get_abs_shape().
13395         removed gdk_fb_draw_lines declaration.
13396
13397         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_impl_fb_init):
13398         Init shape to NULL. (gdk_fb_window_send_crossing_events): Don't
13399         send focus changes when there is a grabbed window.
13400         (gdk_window_get_pointer): Handle shaped windows.
13401         (gdk_fb_region_create_from_bitmap): Convert bitmap to region.
13402         (gdk_fb_window_peek_shape): Returns the shape for a window,
13403         handles GDK_FB_USE_CHILD_SHAPE.
13404         (gdk_fb_window_get_abs_shape): Returns the shape of the window,
13405         offseted to absolute positions. Handles GDK_FB_USE_CHILD_SHAPE.
13406         (gdk_window_shape_combine_mask): Implement.
13407
13408         * gtk/gtkwindow-decorate.c:
13409         HACK! Set GDK_FB_USE_CHILD_SHAPE on window->frame to make sure
13410         setting the shape of a window makes the window transparent.
13411
13412 2001-01-11  Havoc Pennington  <hp@redhat.com>
13413
13414         * gtk/gtktreemodelsimple.h: Oops, broke some macros
13415
13416 2001-01-10  Havoc Pennington  <hp@redhat.com>
13417
13418         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clear_attributes):
13419         add this function, bug 40251
13420
13421         * gtk/gtktreemodelsimple.h (GTK_TYPE_TREE_MODEL_SIMPLE): fix name
13422         of type macro   
13423
13424 2001-01-11  Alexander Larsson  <alexl@redhat.com>
13425
13426         * acconfig.h:
13427         Added ENABLE_SHADOW_FB
13428
13429         * configure.in:
13430         Added --disable-shadowfb
13431
13432         * gdk/linux-fb/gdkcursor-fb.c:
13433         Update shadowfb when updating cursor
13434
13435         * gdk/linux-fb/gdkdrawable-fb2.c:
13436         Added wrappers for shadowfb that calls  the normal drawable
13437         methods, but calls gdk_shadow_fb_update(bounding box) when
13438         GdkWindows are drawed to.
13439         Moved gdk_draw_glyphs implementation to _gdk_draw_glyphs
13440         which also returns the bounding box.
13441
13442         * gdk/linux-fb/gdkfb.h:
13443         Added GdkFBAngle type and gdk_fb_set_rotation declaration.
13444
13445         * gdk/linux-fb/gdkgeometry-fb.c:
13446         Update shadowfb when scrolling window.
13447
13448         * gdk/linux-fb/gdkglobals-fb.c:
13449         Add _gdk_fb_screen_angle.
13450         
13451         * gdk/linux-fb/gdkkeyboard-fb.c:
13452         Test code for screen rotation. Shift-F2 in the xlate driver
13453         rotates the screen.
13454
13455         * gdk/linux-fb/gdkmain-fb.c:
13456         Handle shadowfb. Add gdk_fb_set_rotation(). Remove CM and RP.
13457
13458         * gdk/linux-fb/gdkmouse-fb.c:
13459         Use fb_width/height instead of modeinfo.xres/yres.
13460
13461         * gdk/linux-fb/gdkprivate-fb.h:
13462         Added fb_men, fb_width, fb_height & fb_stride. When using
13463         shadow fb these can differ from the framebuffer stuff.
13464         Declarations for gdk_shadow_fb_update, gdk_shadow_fb_init,
13465         gdk_shadow_fb_stop_updates, gdk_fb_recompute_all,
13466         _gdk_fb_screen_angle. Removed CM, RP.
13467
13468         * gdk/linux-fb/gdkrender-fb.c:
13469         Added code for shadowfb handling and screen rotation using
13470         shadowfb.
13471
13472         * gdk/linux-fb/gdkwindow-fb.c:
13473         Use fb_mem, fb_stride, fb_width, fb_height.
13474         Added recompute_rowstride to reset the rowstride of all windows.
13475         Added gdk_fb_recompute_all() which recomputes rootwindow size,
13476         window abs positions and window rowstrides. Usefull when the
13477         rotation has changed.
13478
13479 Thu Jan 11 13:16:50 GMT 2001  Tony Gale <gale@gtk.org>
13480
13481         * docs/faq/gtk-faq.sgml: update to make web site updating easier
13482
13483 2001-01-10  Havoc Pennington  <hp@redhat.com>
13484
13485         * gtk/gtktreestore.c (gtk_tree_store_insert_before): handle case
13486         where sibling == iter
13487         (gtk_tree_store_insert_after): handle sibling == iter
13488         (gtk_tree_store_prepend): remove stamp checks
13489         (gtk_tree_store_insert_before): ditto
13490         (gtk_tree_store_append): ditto
13491         (gtk_tree_store_get_path): ditto
13492         (gtk_tree_store_get_value): ditto
13493         (gtk_tree_store_iter_has_child): ditto
13494         (gtk_tree_store_iter_n_children): ditto
13495         (gtk_tree_store_iter_nth_child): ditto
13496         (gtk_tree_store_insert_after): ditto
13497         (gtk_tree_store_is_ancestor): ditto
13498         (gtk_tree_store_iter_depth): ditto
13499         (gtk_tree_store_insert_before): assert that sibling's parent is
13500         the same as the passed-in parent
13501         (gtk_tree_store_insert_after): assert that sibling's parent is
13502         the same as the passed-in parent
13503
13504         
13505         * gtk/gtktreemodel.c (gtk_tree_model_get_first): new convenience 
13506         function to get the first iterator in a model
13507         
13508         * gtk/gtktreestore.c (gtk_tree_store_get_root_iter): remove,
13509         conventionally the "root" in this sense is just NULL afaict.
13510
13511         * gtk/gtkliststore.c (gtk_list_store_insert_before): handle case
13512         where sibling == iter
13513         (gtk_list_store_insert_after): handle case where sibling == iter
13514
13515         * tests/testtreeview.c (run_automated_tests): fairly lame basic
13516         automated tests for ListStore, TreeStore
13517
13518         * gtk/gtkliststore.c (gtk_list_store_remove): update tail pointer
13519         (gtk_list_store_insert): update tail pointer, and fix it to work
13520         (gtk_list_store_insert_before): update tail pointer, and fix it to work
13521         (gtk_list_store_append): use tail to be faster
13522         (gtk_list_store_prepend): fix it, update tail pointer
13523         (gtk_list_store_insert_after): fix it, update tail pointer
13524
13525         * gtk/gtkliststore.h (struct _GtkListStore): add tail pointer for 
13526         the list
13527
13528 2001-01-09  Havoc Pennington  <hp@redhat.com>
13529
13530         * gtk/gtklabel.c (gtk_label_expose): don't draw if label->layout
13531         is NULL due to a pending resize
13532
13533         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): don't set the
13534         column width to values less than 1
13535
13536         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_width): clamp
13537         width to be between min/max width, and still set the width 
13538         even if autosize is turned on, so the tree view can use this 
13539         function in order to autosize.
13540         (gtk_tree_view_column_init): set initial width to 1 not 0
13541
13542         * gtk/gtktreeview.c (gtk_tree_view_size_request_buttons): use
13543         setter function to modify column width, so we get notification
13544         (gtk_tree_view_insert_iter_height): ditto
13545         (gtk_tree_view_calc_size): ditto
13546         (gtk_tree_view_check_dirty): ditto
13547
13548         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add
13549         properties to change all the interesting attributes of the tree
13550         view column.
13551         (gtk_tree_view_column_set_header_clickable): rename set_clickable
13552         (gtk_tree_view_column_get_clickable): add
13553         (gtk_tree_view_column_set_cell_renderer): don't unset the current
13554         attributes; assume a cell renderer with equivalent object
13555         properties has been swapped in. Do g_object_notify().
13556         (gtk_tree_view_column_set_visible): g_object_notify
13557         (gtk_tree_view_column_get_sizing): rename from get_col_type
13558         (gtk_tree_view_column_set_sizing): g_object_notify
13559         (gtk_tree_view_column_set_width): add g_object_notify
13560         (gtk_tree_view_column_set_min_width): ditto
13561         (gtk_tree_view_column_set_max_width): ditto
13562         (gtk_tree_view_column_set_title): ditto
13563         (gtk_tree_view_column_set_clickable): ditto
13564         (gtk_tree_view_column_set_widget): ditto
13565         (gtk_tree_view_column_set_justification): ditto
13566
13567 2001-01-09  Havoc Pennington  <hp@redhat.com>
13568
13569         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): handle case where
13570         there are no rows in the model
13571
13572         * gtk/gtkliststore.c (gtk_list_store_iter_children): if parent is
13573         NULL, then return the start of the list
13574
13575         * gtk/gtktreeview.c (gtk_tree_view_setup_model): don't build tree
13576         if we can't get any rows from an empty model 
13577
13578         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): remove
13579         extraneous * after function pointer typedef usage
13580
13581         * Makefile.am: don't specify full path to cp and rm
13582
13583         * gtk/gtkcellrenderertextpixbuf.c
13584         (gtk_cell_renderer_text_pixbuf_get_size): check width/height !=
13585         NULL before dereferencing, fixes a segfault that happened from
13586         time to time
13587
13588         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render):
13589         use gdk_pixbuf_render_to_drawable_alpha() to get alpha channel,
13590         and reindent the function
13591         (gtk_cell_renderer_pixbuf_get_size): indentation
13592
13593         * gtk/gtkdialog.c (gtk_dialog_run): destroy main loop only after
13594         we quit it
13595         (gtk_dialog_add_buttons_valist): add g_return_if_fail
13596         (gtk_dialog_set_default_response): New function, to set default
13597         button
13598         (gtk_dialog_set_response_sensitive): New function, to set 
13599         sensitivity of buttons
13600
13601         * gtk/gtkcellrendererpixbuf.c
13602         (gtk_cell_renderer_pixbuf_get_property): allow getting a NULL pixbuf
13603         (gtk_cell_renderer_pixbuf_set_property): allow setting a NULL pixbuf
13604
13605         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
13606         handle any G_TYPE_OBJECT subclass, not just the base class, and 
13607         also boxed types.
13608         (_gtk_tree_data_list_value_to_node): ditto
13609
13610         * gtk/gtkrbtree.c: Run _gtk_rbtree_test at strategic points if 
13611         --gtk-debug=tree
13612
13613         * gtk/gtkmain.c: add GTK_DEBUG_TREE
13614
13615         * gtk/gtkdebug.h: add GTK_DEBUG_TREE
13616
13617 2001-01-09  Tor Lillqvist  <tml@iki.fi>
13618
13619         * gdk/win32/gdkevents-win32.c: Implement better mouse
13620         capturing. Do use SetCapture(). Thanks to jpe@archaeopteryx.com.
13621         (find_window_for_pointer_event): New function.
13622         (gdk_event_translate): Use it when handling mouse events.
13623
13624 2001-01-09  Alexander Larsson  <alla@lysator.liu.se>
13625
13626         * configure.in:
13627         Added --with-included-loaders option
13628
13629         * gdk-pixbuf/Makefile.am:
13630         * gdk-pixbuf/gdk-pixbuf-io.c:
13631         Add support for including selected gdk-pixbuf loaders only.
13632
13633         * gtk/gtkwindow.c (gtk_window_set_frame_dimensions,
13634         gtk_window_set_has_frame):
13635         Added inline documentation.
13636
13637         * gdk/x11/gdkwindow-x11.c (gdk_window_get_decorations):
13638         * docs/reference/gdk/tmpl/windows.sgml:
13639         Added inline documentation.
13640
13641 Mon Jan  8 14:42:06 2001  Jonathan Blandford  <jrb@redhat.com>
13642
13643         * gtk/gtktreeview.c (gtk_tree_view_realize_buttons): Skip
13644         realizing buttons that have already been realized.
13645
13646 Mon Jan  8 14:06:29 2001  Jonathan Blandford  <jrb@redhat.com>
13647
13648         * tests/testtreeview.c (main): Show menu items before adding to
13649         option menu.
13650
13651         * gtk/gtktreeview.c (gtk_tree_view_set_model): Keep the columns
13652         around if we kill them.
13653
13654         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
13655         Return if we pass in a NULL model.
13656
13657 2001-01-08  Havoc Pennington  <hp@redhat.com>
13658
13659         * tests/testtreeview.c: hack on this some
13660
13661         * gtk/gtktreestore.c (gtk_tree_store_setv): rename
13662         gtk_tree_store_set_valist, v is for arrays, valist for varargs
13663         list
13664         (gtk_tree_store_getv): rename gtk_tree_store_get_valist
13665
13666         * gtk/gtkliststore.h: Add varargs set() and get() convenience
13667         functions
13668
13669 2001-01-08  Alexander Larsson  <alexl@redhat.com>
13670
13671         * gtk/gtkwindow-decorate.[hc]:
13672         * gtk/Makefile.am:
13673         New files. Contains an implementation of a minimal WM for
13674         linux-fb.
13675
13676         * gtk/gtkwindow.h:
13677         Add the possibility for GtkWindows to specify a frame. This
13678         is used for the window decoration code, but could concievably
13679         be used for X programs too (xmms style windows).
13680         GtkWindow->frame is the toplevel window if the window is framed.
13681         The signal frame_event gets all events that are targeted to
13682         GtkWindow->frame.
13683         (_gtk_window_constrain_size): Exported for usage by gtkwindow-decorate.c.
13684         
13685         * gtk/gtkwindow.c:
13686         Implement gtk_window_set_has_frame and gtk_window_set_frame_dimensions.
13687         Call out to gtkwindow-decorate.c for WM support in linx-fb.
13688
13689 2001-01-08  Alexander Larsson  <alexl@redhat.com>
13690
13691         * docs/README.linux-fb:
13692         Correct filename ~/.pangoft2_aliases
13693
13694         * gdk/gdkwindow.h:
13695         Added new function gdk_window_get_decorations.
13696
13697         * gdk/linux-fb/gdkfb.h:
13698         Removed _gdk_window_get_decorations declaration.
13699         Renamed _gdk_window_set_child_handler to
13700         gdk_fb_window_set_child_handler.
13701
13702         * gdk/linux-fb/gdkwindow-fb.c:
13703         Renamed _gdk_window_set_child_handler to
13704         gdk_fb_window_set_child_handler.
13705
13706         * gdk/x11/gdkwindow-x11.c:
13707         New function gdk_window_get_mwm_hints().
13708         Implemented gdk_window_get_decorations.
13709
13710         * docs/reference/gdk/tmpl/windows.sgml:
13711         * docs/reference/gdk/gdk-sections.txt:
13712         Added gdk_window_get_decorations docs.
13713         
13714 2001-01-08  Alexander Larsson  <alla@lysator.liu.se>
13715
13716         * gdk/linux-fb/gdkwindow-fb.c (_gdk_fb_window_find_focus,
13717         gdk_fb_window_find_focus, gdk_fb_send_focus_change,
13718         gdk_fb_window_send_crossing_events):
13719         Possibly send focus events when the mouse moves from one
13720         window to another.
13721
13722 2001-01-07  Tor Lillqvist  <tml@iki.fi>
13723
13724         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title,
13725         gdk_window_new): Adapt calls to g_{locale,filename}_{to,from}_utf8
13726         to match current API.
13727
13728         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): If a secret
13729         environment variable is set, don't call g_error when on a
13730         palettized (PseudoColor) display. Some people want to use GTK+ 
13731         in 256-colour mode even though works only partially.
13732
13733         * gdk/gdk.def
13734         * gtk/gtk.def
13735         * gtk/makefile.mingw.in: Update.
13736
13737 2001-01-05  Havoc Pennington  <hp@redhat.com>
13738
13739         * tests/testtreeview.c: hack on this a bit
13740
13741         * gtk/gtktextlayout.c (gtk_text_layout_class_init):
13742         s/GTK_RUN_LAST/G_SIGNAL_RUN_LAST
13743
13744         * gtk/gtktreemodelsimple.h (GTK_IS_TREE_MODEL_SIMPLE_CLASS): 
13745         was spelled incorrectly
13746         (GTK_IS_TREE_MODEL_SIMPLE): ditto
13747
13748         * gtk/gtktreeview.c (gtk_tree_view_set_headers_clickable): rename
13749         from gtk_tree_view_set_headers_active   
13750
13751         * gtk/gtktexttag.c:
13752         (gtk_text_tag_get_property): handle PROP_DIRECTION
13753         (gtk_text_tag_set_property): g_object_notify when we toggle the _set
13754         properties, bug 40235
13755
13756         * gtk/gtktextiter.c (gtk_text_iter_forward_to_delimiters): rename
13757         forward_to_line_end
13758
13759 Fri Jan  5 16:16:29 2001  Owen Taylor  <otaylor@redhat.com>
13760
13761         * gtk/{gtkcalender.c,gtkfilesel.c,gtkimcontext.c},
13762         modules/input/gtkimcontextxim.c: Adapt to new prototypes
13763         for unicode,locale,filename conversion functions.
13764
13765 2001-01-05  Havoc Pennington  <hp@redhat.com>
13766
13767         * gtk/gtktextiter.c (gtk_text_iter_ends_line): this function was
13768         broken if called on the first position in the buffer.
13769
13770         * gtk/gtktextlayout.c (line_display_index_to_iter): fix
13771         forward_to_delimiters to be called only if we aren't already at
13772         the delimiters.
13773
13774 2001-01-05  Havoc Pennington  <hp@redhat.com>
13775
13776         * demos/gtk-demo/main.c (create_tree): Oops, that didn't link. Fix.
13777
13778 2001-01-05  Alexander Larsson  <alexl@redhat.com>
13779
13780         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_drawable_finalize): free
13781         colormap in here. Sync from X port.
13782         (gdk_fb_set_colormap): allow the colormap to be NULL if you like.
13783         Sync from X port.
13784         (gdk_fb_clip_region): Comment out g_warning about empty clip region.
13785         This happens now and then, and i don't think it is a bug.
13786         (gdk_fb_draw_polygon): Correctly add extra point if startpoint
13787         != endpoint.
13788         (gdk_fb_draw_lines): Don't draw dashed lines if line_style is
13789         GDK_LINE_SOLID.
13790
13791         * gdk/linux-fb/gdkfont-fb.c: Return bogus GdkFont that has
13792         some of the fields filled in at least.
13793
13794         * gdk/linux-fb/miwideline.c: The widths argument to miLineArcI, and
13795         miLineArcD is no more, remove it from the function definition.
13796
13797 2001-01-04  Havoc Pennington  <hp@redhat.com>
13798
13799         * gtk/gtktreeselection.c (gtk_tree_selection_get_tree_view): add
13800         this
13801
13802         * gtk/gtktreemodel.h (struct _GtkTreeIter): rename fields to
13803         user_data instead of tree_node
13804
13805         * gtk/gtktreeprivate.h (TREE_VIEW_COLUMN_WIDTH): rename from
13806         TREE_VIEW_COLUMN_SIZE
13807
13808         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): rename
13809         "size" field to "width" finishes bug 40061
13810
13811         * gtk/gtkcellrenderer.h: Use GtkCellRendererState instead of guint
13812         for bitfields, bug 40268
13813
13814 2001-01-04  Havoc Pennington  <hp@redhat.com>
13815
13816         Rename some stuff:
13817         
13818         s/gtk_tree_view_column_set_size/gtk_tree_view_column_set_width/g;
13819
13820         s/GtkModelSimple/GtkTreeModelSimple/g;
13821         s/GTK_MODEL_SIMPLE/GTK_TREE_MODEL_SIMPLE/g;
13822         s/gtk_model_simple/gtk_tree_model_simple/g;
13823         s/gtkmodelsimple/gtktreemodelsimple/g;
13824
13825         s/gtk_tree_view_column_set_header_active/gtk_tree_view_column_set_header_clickable/g;
13826
13827         s/GtkTreeViewColumnType/GtkTreeViewColumnSizing/g;
13828         s/column_set_col_type/column_set_sizing/g;
13829
13830         s/GtkTreeSelectionType/GtkTreeSelectionMode/g;
13831         s/gtk_tree_selection_set_type/gtk_tree_selection_set_mode/g;
13832
13833         s/GtkCellRendererType/GtkCellRendererState/g;
13834         
13835         * gtk/gtkcellrenderertoggle.c: remove _ macro, include gtkintl.h
13836         (gtk_cell_renderer_toggle_class_init): change "state" property to
13837         "active", to match GtkToggleButton
13838         (gtk_cell_renderer_toggle_get_active): new function, bug
13839         40269
13840         (gtk_cell_renderer_toggle_set_active): new function
13841         (gtk_cell_renderer_toggle_set_property): route changes to toggle
13842         state through gtk_cell_renderer_set_active
13843
13844 Thu Jan  4 15:46:18 2001  Jonathan Blandford  <jrb@redhat.com>
13845
13846         * gtk/gtkmodelsimple.c: Changed a bunch of boxed types to pointers
13847         temporarily until they work again.  Brought up to date with
13848         changes in the model.
13849         * gtk/gtkmodelsimple.h: Brought up to date with changes in the
13850         model.
13851
13852 2001-01-04  Havoc Pennington  <hp@redhat.com>
13853
13854         * gtk/gtktextlayout.c (line_display_index_to_iter): if index is
13855         equal to the line length, then position iterator before paragraph 
13856         separators. Fixes crash reported by Mikael Hermansson when
13857         pressing left arrow from the start of a line.   
13858
13859         * gtk/gtktextiter.c (iter_set_from_byte_offset): Add g_error
13860         about byte indexes off the end
13861         (iter_set_from_char_offset): add g_error about char offsets
13862         off the end
13863
13864 2001-01-03  Havoc Pennington  <hp@redhat.com>
13865
13866         * gtk/gtktextbtree.c: Adapt to uscore-ification of gtktextiterprivate
13867
13868         * gtk/gtktextdisplay.c (gtk_text_layout_draw): remove use 
13869         of private functions; remove inclusion of private headers.
13870
13871         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_line): Add this 
13872         function, so we don't need private functions in gtktextdisplay.c
13873
13874         * gtk/gtktextiterprivate.h: underscore-ification
13875
13876         * gtk/gtkwidget.c: Clean up a bunch of docs that said "INTERNAL"
13877         to instead say "only useful to implement widgets"
13878
13879         * gtk/gtkenums.h (GtkMovementStep): Rename GTK_MOVEMENT_CHARS,
13880         GTK_MOVEMENT_POSITIONS to GTK_MOVEMENT_LOGICAL_POSITIONS,
13881         GTK_MOVEMENT_VISUAL_POSITIONS. Resolves bug 40249.
13882
13883         * gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_set_colormap):
13884         This function was completely broken
13885
13886         * gtk/testtext.c (line_numbers_expose): use gtk_paint_layout
13887
13888         * gtk/gtkvscale.c (gtk_vscale_draw_value): use gtk_paint_layout
13889
13890         * gtk/gtkvruler.c (gtk_vruler_draw_ticks): use gtk_paint_layout
13891
13892         * gtk/gtklabel.c (gtk_label_expose): use gtk_paint_layout
13893
13894         * gtk/gtkhscale.c (gtk_hscale_draw_value): use gtk_paint_layout
13895
13896         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): use gtk_paint_layout
13897
13898         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): use
13899         gtk_paint_layout
13900
13901         * gtk/gtkaccellabel.c (gtk_accel_label_expose_event): use
13902         gtk_paint_layout
13903
13904         * gtk/gtkstyle.h: Add draw/paint expander to draw tree expanders.
13905         Progress on bug 40103. Add draw_layout to draw a PangoLayout.
13906         (struct _GtkStyleClass): Remove draw_cross, draw_oval, draw_ramp,
13907         which were not implemented.     
13908
13909         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): Add
13910         insert_pixbuf signal. Rename delete_text to delete_range since it
13911         also deletes pixbufs and child anchors. This almost closes bug
13912         40245 (still need to deal with child anchors)
13913
13914         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Add
13915         insert_pixbuf, change signal names as appropriate, change types of
13916         signals taking marks/tags to have the specific type, not just
13917         G_TYPE_OBJECT
13918         
13919         * gtk/gtkmain.c (gtk_get_current_event_state): Add this function; 
13920         closes bug 40051
13921
13922         * gtk/gtkoptionmenu.c (gtk_option_menu_set_history): clean up
13923         unnecessary remove_contents() call
13924         (gtk_option_menu_class_init): add a "changed" signal, closes
13925         bug 40039
13926         (gtk_option_menu_update_contents): emit "changed" if the 
13927         active menu item changes
13928
13929         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done): fix bad
13930         cast to GtkObject, reported by Jonas Borgstrom
13931         (gdk_pixbuf_loader_finalize): don't close the loader on finalize;
13932         we can't do stuff with side effects in finalize. Instead, spew a
13933         warning if the loader isn't closed.
13934
13935         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_finalize): free
13936         colormap in here, non-X ports probably need to sync to this change
13937
13938         * gdk/x11/gdkdrawable-x11.c (gdk_x11_set_colormap): remove 
13939         assertion that colormap != NULL, you can set the colormap to NULL
13940         if you like.
13941         
13942         * Makefile.am: remove gtk-config-2.0
13943
13944         * configure.in: Use pkg-config to locate GLib. Remove
13945         separated-out GMODULE_LIBS, GMODULE_CFLAGS; these were not used,
13946         and the gmodule libs/cflags were in GLIB_LIBS GLIB_CFLAGS anyhow.
13947         Use pkg-config to locate Pango. Output correct Pango libs to
13948         gdk-2.0.pc.in. Fix test for FREETYPE_CONFIG (typo fix).
13949
13950         * Makefile.am (pkgconfig_DATA): install only target-specific pc
13951         files
13952         (install-data-local): symlink gtk+-2.0.pc and gdk-2.0.pc to the
13953         X11 pc files
13954
13955         * gtk+-2.0.pc.in (Requires): require the GDK for the current target
13956         unref from here
13957
13958 2001-01-03  Alexander Larsson  <alla@lysator.liu.se>
13959
13960         * configure.in:
13961         Change GTK_NO_CHECK_CASTS to G_DISABLE_CAST_CHECKS.
13962
13963 Tue Jan  2 16:23:05 2001  Owen Taylor  <otaylor@redhat.com>
13964
13965         * gtk/gtktextlayout.c
13966         (gtk_text_layout_move_iter_to_previous_line): Fix unitialized
13967         variable when moving back onto a single line.
13968
13969 2001-01-01  Havoc Pennington  <hp@redhat.com>
13970
13971         * gtk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
13972
13973         * gdk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
13974
13975         * configure.in (LIBTOOL_EXPORT_OPTIONS): define
13976         LIBTOOL_EXPORT_OPTIONS with options to control symbol export
13977
13978 2001-01-01  Havoc Pennington  <hp@redhat.com>
13979
13980         * gtk/gtktexttagprivate.h: uscore-prepend all the stuff in here.
13981
13982         * gtk/gtk-boxed.defs (GtkTextAttributes): Add boxed type for 
13983         GtkTextAttributes
13984
13985         * gtk/gtktexttag.c: Fix up GtkTextAttributes copying to close bug 
13986         #40246
13987         (gtk_text_attributes_copy_values): rename from 
13988         gtk_text_attributes_copy
13989         (gtk_text_attributes_copy): a more standard GTK copy function, 
13990         which returns a new object
13991
13992 2001-01-01  Havoc Pennington  <hp@redhat.com>
13993
13994         * gtk/gtktreeview.c: Adapt to GtkTreeSelection changes
13995         
13996         * gtk/gtktreeselection.c (_gtk_tree_selection_set_tree_view):
13997         don't fill in tree_view->priv->selection, kind of an unexpected
13998         side effect
13999
14000         * gtk/gtkcellrenderertext.c: Remove definition of _ and include
14001         gtkintl.h
14002         
14003         * gtk/gtkcellrenderer.c: Remove definition of _ and include
14004         gtkintl.h
14005         (gtk_cell_renderer_get_property): remove calls to g_value_init
14006
14007         * gtk/gtkcellrendererpixbuf.c: Remove definition of _ and include
14008         gtkintl.h
14009
14010         * gtk/gtkcellrenderertextpixbuf.c: Remove definition of _ macro
14011         and include gtkintl.h
14012         (gtk_cell_renderer_text_pixbuf_class_init): remove spaces from
14013         property names
14014
14015         * gtk/gtktreeselection.c (_gtk_tree_selection_new): rename, return
14016         GtkTreeSelection
14017         (_gtk_tree_selection_new_from_with_view): rename, return
14018         GtkTreeSelection
14019         (_gtk_tree_selection_set_tree_view): rename with uscore
14020         (gtk_tree_selection_get_selected): fill in the "model" out param
14021         first, so it gets filled in even if we return at the top of the 
14022         function
14023         (gtk_tree_selection_real_select_all): add a comment and an else{}
14024         to clarify this a bit
14025         (gtk_tree_selection_real_unselect_all): add the same else{}
14026
14027         * gtk/gtktreeselection.h: Rename new, new_with_tree_view, and
14028         set_tree_view to have underscore prefixes, move them to the
14029         private header, fix return type of new_with_tree_view
14030         (struct _GtkTreeSelection): mark struct
14031         fields private  
14032
14033         * gtk/gtktreemodel.c (gtk_tree_model_get_flags): return
14034         GtkTreeModelFlags, not a guint
14035         (gtk_tree_path_prev): return gboolean not gint
14036         (gtk_tree_path_up): return gboolean not gint
14037
14038         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): make get_flags
14039         return GtkTreeModelFlags, not a guint
14040
14041         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_finalize): check
14042         that child model is non-null before unrefing it
14043         (g_value_int_compare_func): make this a qsort compare func, not 
14044         a boolean predicate
14045
14046         * gtk/gtktreemodelsort.h: rename gtk_tree_model_set_sort_column,
14047         (add -umn to the end), and mark it unimplemented
14048         (gtk_tree_model_sort_resort): remove, this wasn't implemented, and 
14049         I don't see what it's for - doesn't the model always sort itself?
14050         (gtk_tree_model_sort_set_compare): this had the wrong signature
14051
14052         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_attributes):
14053         Fix the docs to say that it destructively replaces existing
14054         attributes (previously said that it added attributes).
14055         (gtk_tree_view_column_set_visible): canonicalize bool before
14056         equality testing. Also, check for realization before
14057         hiding/showing the tree_column->window; if this window could exist
14058         before realization, then it's busted and needs fixing, we can't 
14059         create GDK resources pre-realization. Also, remove
14060         superfluous queue_resize(), since set_size() does that for us.
14061         (gtk_tree_view_column_set_col_type): check realization before 
14062         using tree_column->window
14063
14064         * gtk/gtktreedatalist.c: fix filename in copyright notice
14065
14066 2000-12-31  Havoc Pennington  <hp@pobox.com>
14067
14068         * gtk/gtktextview.c: Rearrange all the
14069         scroll-while-dragging-or-selecting code to be different, not
14070         necessarily better. ;-)
14071         (gtk_text_view_scroll_to_mark): Change this
14072         function to take within_margin as a fraction instead of a pixel
14073         value, and to take alignment arguments (indicating where to align 
14074         the mark inside the visible area)
14075         
14076         * gtk/testtextbuffer.c (fill_buffer): fix bad cast of GtkTextTag
14077         to GtkObject
14078
14079         * gtk/gtktextiter.c (gtk_text_iter_set_line_offset): change
14080         behavior so that offsets past the end of the line are not 
14081         allowed, and an offset equal to the line length moves the iterator
14082         to the next line
14083         (gtk_text_iter_set_line_index): make parallel change
14084         (gtk_text_iter_get_bytes_in_line): add this function
14085         
14086         * gtk/gtktextbtree.c (_gtk_text_line_byte_locate): change handling
14087         of byte indexes off the end of the line; byte index at the end of
14088         the line now returns FALSE and doesn't fill in the requested
14089         values, byte index past the end of the line is an error.  Also,
14090         don't allow -1 offset anymore, since its meaning is unclear.
14091
14092         This change exposes some bug in visual cursor motion, where we
14093         end up with a huge invalid byte index; needs fixing. Symptom of 
14094         bug is a crash when you hit up arrow.
14095         
14096         (_gtk_text_line_char_locate): match the change to byte_locate
14097
14098         * gtk/gtktextiter.c (find_by_log_attrs): Handle iteration backward
14099         from start of line properly. fixes bug reported by Mikael
14100         Hermansson where backspace would delete all text before the
14101         cursor.
14102
14103 2000-12-30  Tor Lillqvist  <tml@iki.fi>
14104
14105         * gdk/win32/gdkwindow-win32.c
14106         (gdk_window_impl_win32_get_visible_region): New function, as in
14107         the X11 backend.
14108         (gdk_window_new, gdk_window_set_title): Use g_locale_from_utf8()
14109         instead of duplicating the same code here.
14110
14111         * gdk/win32/gdkwin32.h (GDK_COLORMAP_PRIVATE_DATA): Use
14112         GDK_COLORMAP macro.
14113
14114         * gdk/win32/gdkevents-win32.c (gdk_event_funcs): Use NULL as
14115         destroy function.
14116         (gdk_event_translate): Use GDK_COLORMAP_PRIVATE_DATA to correctly
14117         access that.
14118
14119         * gtk/gtk.def: Update.
14120
14121         * gtk/makefile.mingw.in: Use glib-genmarshal from $(GLIB)/gobject.
14122
14123 2000-12-30  Havoc Pennington  <hp@pobox.com>
14124
14125         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set the system
14126         colormap on input only windows, to avoid special cases all over
14127         the code for these windows.
14128
14129 2000-12-26  Tor Lillqvist  <tml@iki.fi>
14130
14131         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): Call g_error if
14132         we are on a palettized display ("PseudoColor" in X11), as the code
14133         for that doesn't work anyway, and never has.
14134
14135 2000-12-22  Alexander Larsson  <alexl@redhat.com>
14136
14137         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_io):
14138         Don't use isprint() for chars > 255.
14139
14140 2000-12-21  Havoc Pennington  <hp@redhat.com>
14141
14142         * tests/testtreeview.c: more work
14143
14144 2000-12-21  Alexander Larsson  <alexl@redhat.com>
14145
14146         * docs/README.linux-fb:
14147         Update the docs to the new pangoft2 way.
14148
14149 2000-12-21  Alexander Larsson  <alexl@redhat.com>
14150
14151         * configure.in:
14152         For linux-fb get the pangoft2 cflags and libs. This needs a recent
14153         pango version.
14154         Remove modules/linux-fb/Makefile.
14155
14156         * gdk/linux-fb/gdkdrawable-fb2.c:
14157         Render glyphs using freetype.
14158
14159         * gdk/linux-fb/gdkfb.h:
14160         Add new fb-specific functions needed for managing windows.
14161
14162         * gdk/linux-fb/gdkmain-fb.c:
14163         Remove gdk_font_init/fini() calls.
14164
14165         * gdk/linux-fb/gdkpango-fb.c:
14166         Remove old implementation. Use pangoft2 instead.
14167
14168         * gdk/linux-fb/gdkprivate-fb.h:
14169         Remove PangoFBFont and related stuff.
14170
14171         * gdk/linux-fb/gdkwindow-fb.c:
14172         Implement drawable->get_visible_region.
14173         Implement support for _gdk_window_set_child_handler () and
14174         _gdk_window_get_decorations().
14175
14176         * modules/Makefile.am:
14177         Remove linux-fb subdir.
14178
14179         * modules/linux-fb/*:
14180         Removed all.
14181         
14182 2000-12-20  Jonathan Blandford  <jrb@redhat.com>
14183
14184         * gtk/gtkcellrenderer*.c (::get_property): remove g_value_init
14185         calls, as they are no longer needed.
14186
14187         * gtk/gtktreemodelsort.c: Fix up the comparison code.
14188         
14189         * gtk/gtktreemodel.h: Start work on ::reordered signal.  Need to
14190         figure out how to emit a signal on an interface.
14191
14192 2000-12-20  Havoc Pennington  <hp@redhat.com>
14193
14194         * tests: new directory to contain tests, gtk/test* should move
14195         here sometime (with appropriate on-cvs-server hackery)
14196
14197         * tests/testtreeview.c, tests/Makefile.am: a test
14198         
14199         * configure.in (AC_OUTPUT): add tests/Makefile
14200
14201         * gtk/gtktexttag.c (gtk_text_tag_get_property): Add "invisible"
14202         and "invisible_set" which were missing
14203
14204         * gtk/gtkrbtree.h: some cheesy indentation fix
14205         
14206 2000-12-20  Alexander Larsson  <alexl@redhat.com>
14207
14208         * gtk/gtkinvisible.c (gtk_invisible_realize):
14209         Attach the style to the window so that the style it is not
14210         leaked when unrealizing the window.
14211
14212 2000-12-18  Havoc Pennington  <hp@redhat.com>
14213
14214         * gtk/gtktextview.c (gtk_text_view_delete_from_cursor): do
14215         begin/end user action where appropriate
14216         (gtk_text_view_commit_handler): add begin/end user action
14217
14218         * gtk/gtktextbuffer.c: add begin/end user action signals, and
14219         bracket interactive operations with begin/end user action pair.
14220         
14221         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): remove
14222         "interactive" arg from insert_text and delete_text signals.
14223         Add begin_user_action, end_user_action signals
14224         (gtk_text_buffer_begin_user_action): 
14225         (gtk_text_buffer_end_user_action): New functions to delimit 
14226         a user-visible action
14227
14228         * gtk/gtkmarshal.list: update to reflect changes to gtktextbuffer
14229         signals.
14230         
14231 2000-12-18  Havoc Pennington  <hp@redhat.com>
14232
14233         * gdk/gdkevents.c (gdk_event_get_state): wow, that implementation
14234         was pretty non-working.
14235
14236         * gtk/testtext.c (fill_file_buffer): make this a bit more robust
14237         by passing the length to g_utf8_validate().
14238
14239 2000-12-16  Havoc Pennington  <hp@pobox.com>
14240
14241         * gtk/gdk-pixbuf-loader.h, gtk/gdk-pixbuf-loader.c: 
14242         Port to GObject, can go back in gdk-pixbuf after setting up 
14243         a gdk-pixbuf-marshal.h header over there.
14244
14245         * gtk/gtktreeview.c: s/SEPERATOR/SEPARATOR/g;
14246         (gtk_tree_view_class_init): specify GTK_TYPE_ADJUSTMENT for signal
14247         args
14248         (gtk_tree_view_init): don't unset GTK_NO_WINDOW, it shouldn't be
14249         set
14250         (gtk_tree_view_realize_buttons): don't gtk_widget_show() buttons
14251         here, do it when we create the buttons later
14252         (gtk_tree_view_realize_buttons): add some g_return_if_fail 
14253         (gtk_tree_view_map): paranoia checks that column->button is shown 
14254         and unmapped
14255         (gtk_tree_view_size_request): only request visible children.
14256         Move header size calculation in here, for cleanliness, and 
14257         to maintain invariants for child widgets if we eventually 
14258         let users set different children inside the buttons
14259         (gtk_tree_view_map_buttons): factor out code to map buttons,
14260         since it was being called several times
14261         (gtk_tree_view_size_allocate_buttons): move_resize the drag
14262         windows instead of just moving them; their height may change 
14263         if we allow random widgets in there, or the theme changes.
14264         (gtk_tree_view_size_allocate): move button size allocation 
14265         above emitting the scroll signals, to ensure a sane state when we
14266         hit user code
14267         (gtk_tree_view_button_release): remove queue_resize after
14268         tree_view_set_size(), set_size() will handle any resize queuing
14269         that's needed
14270         (gtk_tree_view_focus_in): just queue a draw, don't fool with
14271         draw_focus goo
14272         (gtk_tree_view_focus): use gtk_get_current_event() and
14273         gdk_event_get_state()
14274         (gtk_tree_view_deleted): don't queue_resize() after calling set_size()
14275         (gtk_tree_view_build_tree): fix a "if (foo); {}" bug - i.e. remove
14276         semicolon
14277         (gtk_tree_view_create_button): show the button here
14278         (gtk_tree_view_button_clicked): actually emit the clicked signal
14279         on the column
14280         (_gtk_tree_view_set_size): return right away if the size is
14281         unchanged, as a cheesy optimization
14282         (gtk_tree_view_setup_model): rename set_model_realized to 
14283         setup_model to match the flag that indicates whether we've 
14284         called it
14285         (gtk_tree_view_get_hadjustment): create adjustment if it doesn't
14286         exist, because set_scroll_adjustment does that and it shouldn't
14287         matter what order you call these in
14288         (gtk_tree_view_get_vadjustment): ditto
14289         (gtk_tree_view_set_headers_visible): canonicalize the bool, 
14290         for paranoia
14291         (gtk_tree_view_set_headers_visible): call
14292         gtk_tree_view_map_buttons() instead of using cut-and-paste code
14293         (gtk_tree_view_append_column): clarify whether the return value
14294         is the count of columns before or after, and do the increment 
14295         separately from the return statement so you can tell from the code.
14296         (gtk_tree_view_remove_column): ditto
14297         (gtk_tree_view_insert_column): ditto
14298         (gtk_tree_view_get_column): remove g_return_if_fail for columns
14299         outside the existing range, the docs say that outside-range
14300         columns are allowed, so we handle them as documented. (Presumably
14301         this allows a nice loop with column != NULL as test.)
14302         (gtk_tree_view_move_to): document what 0.0, 0.5, 1.0 alignments 
14303         mean (left/right/center etc.).
14304         (gtk_tree_view_collapse_all): only queue a draw if we're mapped
14305         (gtk_tree_view_expand_row): add docs
14306         (gtk_tree_view_collapse_row): add docs
14307
14308         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clicked): new
14309         function to emit the clicked signal on a column
14310         
14311         * gdk/gdkevents.c (gdk_event_get_state): new function, to get the
14312         state of an event
14313         (gdk_event_get_time): don't treat GDK_SCROLL 
14314         as a button event, remove default case from switch so gcc 
14315         will whine if we don't explicitly handle all event types
14316
14317         * gtk/gtktreeselection.h: added some FIXME 
14318         
14319         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): rename
14320         "columns" to "n_columns" and "column" to "columns" for clarity
14321
14322 2000-12-16  Havoc Pennington  <hp@pobox.com>
14323         
14324         * gtk/gtktextiter.c: General cleanup of the log attr iteration
14325         stuff. This should make e.g. the delete key work again in the
14326         text widget...
14327         (gtk_text_iter_forward_cursor_positions): handle negative count
14328         (gtk_text_iter_backward_cursor_positions): handle negative count
14329         (gtk_text_iter_forward_word_ends): handle negative count
14330         (gtk_text_iter_backward_word_starts): handle negative count
14331
14332         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktexttag.h,
14333         gtk/gtktexttag.c, gtk/gtktexttagtable.h, gtk/gtktexttagtable.c, 
14334         gtk/gtktextbuffer.h, gtk/gtktextbuffer.c: Convert everything to 
14335         GObject. No doubt will cause breakage.
14336
14337         * demos/gtk-demo/textview.c: remove hacks around
14338         non-GObject-ification of the text objects
14339
14340         * demos/gtk-demo/main.c (main): use g_object_set() to manipulate 
14341         the text tag
14342         
14343 2000-12-14  Havoc Pennington  <hp@pobox.com>
14344
14345         * configure.in: only AC_DEFINE(HAVE_XFT) if we actually determined
14346         that we have Xrender
14347
14348 Thu Dec 14 20:22:31 2000  Owen Taylor  <otaylor@redhat.com>
14349
14350         * gdk/{gdkdrawable.[ch],gdkpixmap.c,gdkwindow.c,x11/gdkwindow.c}:
14351         Add two virtualized functions gdk_drawable_get_clip_region - to
14352         get the clip region when drawing.
14353         
14354         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Rewrite to simple
14355         use invalidate_region.
14356
14357         * gdk/gdkwindow.c (gdk_window_invalidate_region): Clip to visible
14358         region.
14359
14360         * acconfig.h configure.in: Check for Xft. For now, assume
14361         that if Xft is found, Pango was compiled with Xft support
14362         as well.
14363
14364         * gdk/gdkcolor.h gdk/x11/gdkcolor-x11.c: Add 
14365         gdk_colormap_query_color().
14366         
14367         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_glyphs): Draw
14368         with Xft if appropriate.
14369
14370         * gdk/x11/gdkpango-x11.c (gdk_pango_context_get): Create
14371         a pangoxft context if we have XFT and the environment
14372         variable GD_USE_XFT is set.
14373         
14374         * gdk/x11/gdkx.h (struct _GdkGCX11): Cache the fg_pixel
14375         and also possibly an XftDraw structure.
14376
14377         * gtk/gtkfontsel.c: Handle the case where the font from the
14378         style doesn't match any of the fonts a bit better.
14379         
14380         * gtk/testgtk.c: Add tabs between directional segments for
14381         hebrew/arabic test. (Not really necessary, just a little
14382         prettier.)
14383
14384 2000-12-14  Havoc Pennington  <hp@redhat.com>
14385
14386         * gtk/testtext.c (fill_file_buffer): fix unicode validation when
14387         reading a file
14388
14389 2000-12-14  Havoc Pennington  <hp@redhat.com>
14390
14391         * gtk/gtktextbtree.c (_gtk_text_btree_validate_line): remove
14392         unused call to get_last_line()
14393
14394         * gtk/gtkobject.c (gtk_object_add_arg_type): add G_TYPE_POINTER
14395         here until boxed is working (and maybe after that - we should
14396         really not gratuitously break old code)
14397
14398         * gtk/gtktexttag.c (gtk_text_tag_class_init): add commented-out
14399         specific types for font_desc and tabs args, move them to
14400         GTK_TYPE_POINTER for now, waiting on g_param_spec_boxed() to get 
14401         fixed. Move GdkColor args to GTK_TYPE_POINTER also.
14402
14403         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): temporarily
14404         use GTK_TYPE_POINTER for signal signatures as a hack-around
14405
14406         * gtk/gtk-boxed.defs: Add boxed types for PangoFontDescription and
14407         PangoTabArray
14408
14409         * gtk/gtktextlayout.c (line_display_iter_to_index): 
14410         make static
14411         (line_display_index_to_iter): make static
14412
14413         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
14414         to marshal a string not a boxed
14415
14416         * gtk/gtkmarshal.list: add marshaller for GtkTextBuffer:insert_text
14417
14418         * gtk/testtext.c (fill_file_buffer): don't use g_utf8_next_char
14419         since the UTF-8 isn't validated yet
14420
14421         * gtk/gtktextsegment.c (char_segment_check_func): don't require
14422         lines to end in '\n'
14423         
14424         * gtk/gtktextview.c (gtk_text_view_move_cursor): update to use
14425         forward_to_delimiters, and grapheme boundaries
14426         (gtk_text_view_delete_from_cursor): properly handle non-newline
14427         delimiters, and grapheme boundaries
14428
14429         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): rename
14430         to gtk_text_iter_forward_to_delimiters, and make it work properly
14431         if empty lines end with a character other than '\n'
14432
14433         * gtk/gtktextiter.h, gtk/gtktextiter.c: Add movement by cursor
14434         position
14435
14436 2000-12-15  Tor Lillqvist  <tml@iki.fi>
14437
14438         * gdk/makefile.{mingw.in,msc} (gdk_OBJECTS): Add gdkkeys.
14439
14440         * gtk/gtk.def
14441         * gdk/gdk.def: Update.
14442
14443         * gdk/win32/gdkmain-win32.c
14444         * gdk/win32/gdkkeys-win32.c: New file. Move some functions from
14445         gdkmain-win32.c here.
14446
14447         * gdk/win32/makefile.mingw.in (all): No need to make
14448         gdk-win32res.o here, the makefile one step up will call us to make
14449         it.
14450
14451         * gdk/win32/makefile.{mingw.in,msc} (gdk_win32_OBJECTS): Add
14452         gdkkeys-win32.
14453
14454         * gdk/win32/gdkcolor-win32.c: Silence gcc -Wall.
14455
14456         * gdk/win32/gdkevents-win32.c (gdk_events_init): Remove leftover
14457         call to g_source_add().
14458
14459         * gdk/win32/gdkgc-win32.c (BitmapToRegion): Plug memory
14460         leak. Thanks to Andreas Kemnade.
14461
14462 2000-12-13  Havoc Pennington  <hp@pobox.com>
14463
14464         * gtk/gtktextbtree.h: Remove double _ in front of some functions
14465
14466         * gtk/gtktext*.[hc]: update accordingly
14467         
14468 2000-12-13  Havoc Pennington  <hp@pobox.com>
14469
14470         * gtk/gtktextbtree.h: Put _ in front of every function in this 
14471         header file
14472
14473         * gtk/gtktext*.[hc]: update to reflect renamed btree functions
14474
14475 2000-12-13  Alex Larsson  <alexl@redhat.com>
14476
14477         * gdk/linux-fb/gdkmouse-fb.c (mouse_devs):
14478         Add support for ps2 intellimouse.
14479
14480         * gdkkeyboard-fb.c:
14481         Move shift-F1 repaint handling to xlate handler only.
14482         
14483         * docs/README.linux-fb:
14484         Add imps2 to docs.
14485         Document the new refresh keys.
14486         
14487 Tue Dec 12 23:46:44 2000  Tim Janik  <timj@gtk.org>
14488
14489         * gtk/stock-icons/Makefile.am: doh, this was broken beyond believe.
14490
14491         * gtk/gtkbox.c: change property types from (u)long to (u)int for
14492         ::position and ::padding.
14493
14494         * gtk/gtkcontainer.c: make ::border_width an INT property.
14495
14496         * gtk/gtkpacker.c: make ::position an INT property.
14497
14498         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed):
14499         guard against NULL h/v scrollbars, since this is used at construction
14500         time.
14501
14502         * gtk/gtkclist.[hc]: nuked gtk_clist_construct(), implemented
14503         internal gtk_clist_constructor().
14504
14505         * gtk/gtkctree.[hc]: nuked gtk_ctree_construct(), implemented
14506         gtk_ctree_constructor().
14507
14508         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): property
14509         ::pulse_step should use ARG_PULSE_STEP, not ARG_FRACTION.
14510
14511         * docs/reference/Makefile.am: fun stuff, disabled docs generation
14512         again, gtk-scan.c needs to introspec paramspecs, not GtkAgs.
14513
14514         * gtk/gtkwidget.[hc]:
14515         removed gtk_widget_setv(), gtk_widget_getv(), gtk_widget_newv()
14516         and gtk_widget_get().
14517         (gtk_widget_new): use g_object_new_valist().
14518         (gtk_widget_set): use g_object_set_valist().
14519
14520         * gtk/gtkobject.[hc]:
14521         removed gtk_object_arg_get_info(), gtk_object_getv(),
14522         gtk_object_query_args(), gtk_object_newv(),
14523         gtk_object_class_add_signals(),
14524         gtk_object_class_user_signal_new(),
14525         gtk_object_class_user_signal_newv(),
14526         gtk_object_arg_set(), gtk_object_arg_get(),
14527         gtk_object_args_collect(),
14528         gtk_object_default_construct(),
14529         gtk_object_constructed(),
14530         GTK_CONSTRUCTED and GTK_OBJECT_CONSTRUCTED().
14531         removed nsignals, signals and n_args members from GtkObjectClass.
14532         (gtk_object_new): use g_object_new_valist().
14533         (gtk_object_set): use g_object_set_valist().
14534         (gtk_object_get): use g_object_get_valist().
14535         
14536         * gtk/gtkcompat.h: define gtk_object_default_construct().
14537         
14538         * gtk/gtktypeutils.c (gtk_type_new): create constructed objects via
14539         g_object_new().
14540
14541         * gtk/*.c: removed gtk_object_class_add_signals() from class_init()
14542         fucntions, cleaned up method assignments (make sure your structures
14543         are setup properly before calling out). removed all GTK_CONSTRUCTED
14544         hacks ;)
14545
14546 Tue Dec 12 11:52:16 2000  Owen Taylor  <otaylor@redhat.com>
14547
14548         * gtk/gtkclist.c (gtk_clist_optimal_column_width): Fix 
14549         off-by-one error in checks. (Dave Lambert)
14550
14551 2000-12-12  Alexander Larsson  <alexl@redhat.com>
14552
14553         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_close, raw_close):
14554         Don't free gdk_fb_keyboard twice.
14555
14556 Tue Dec 12 08:24:42 2000  Tim Janik  <timj@gtk.org>
14557
14558         * gtk/testgtk.c:
14559         (create_tooltips): 
14560         (create_statusbar): get rid of object_signal:: GtkObject argument uses,
14561         use GObject swapped_signal:: properties instead.
14562
14563         * gtk/gtkcellrenderertoggle.c: 
14564         * gtk/gtkcellrenderertextpixbuf.c: 
14565         * gtk/gtkcellrenderertext.c: 
14566         * gtk/gtkcellrendererpixbuf.c: 
14567         * gtk/gtkcellrenderer.c:
14568         * gtk/gtktreeviewcolumn.c: s/[sg]et_param/[sg]et_property/, fixed
14569         missing warnings for invalid property ids, install properties
14570         with g_object_class_install_property() now.
14571         
14572         * gtk/gtksignal.c:
14573         (gtk_signal_emit): let g_signal_emit_valist() collect the values for us.
14574         
14575 Wed Oct 25 14:17:43 2000  Owen Taylor  <otaylor@redhat.com>
14576         
14577         * gtk/gtkwidget.[ch] (gtk_widget_is_focus): Add a function
14578         to determine if a window is the focus widget within
14579         its toplevel.
14580
14581         * gtk/gtkcontainer.[ch]: Fix the return type of ::focus
14582         to be boolean.
14583
14584         * gtk/gtkcontainer.c (gtk_container_real_focus): Move handling 
14585         of the case where the container CAN_FOCUS to here instead
14586         of having it in each individual move-the-focus place.
14587
14588         * gtk/gtkcontainer.c: Rewrite handling of left-right and up-down
14589         focusing to be geometric in a much more obvious sense. Arrowing
14590         around is still non-intuitive because it isn't perfect and
14591         because entries, etc, grab the arrow keys, but it at least
14592         usually will do what you expect now.
14593         
14594         * gtk/gtknotebook.[ch]: Many cleanups. Moved docs inline in this
14595         file.
14596
14597         * gtk/gtknotebook.c: Change tabs to be a single item in
14598         the focus chain. Make movement of focus on tabs with arrow
14599         keys wrap around.
14600         
14601         * gtk/gtknotebook.c (gtk_notebook_find_child): Add
14602         CHECK_FIND_CHILD macro to give informative error messages
14603         instead of silent returns.
14604
14605         * gtk/gtknotebook.c (gtk_notebook_init): Set the RECEIVES_DEFAULT 
14606         flag since we handle GdkReturn on the tabs.
14607
14608         * gtk/gtknotebook.c (gtk_notebook_expose_tabs): Invalidate
14609         windows rather than sending expose events directly.
14610
14611         * gtk/gtknotebook.[ch] docs/Changes-2.0.txt: Move structure 
14612         definition for GtkNotebookPage into .c file, since it is private.
14613
14614         * gtk/testgtk.c (create_notebook): Add option for 
14615         testing borderless notebook.
14616
14617         * gtk/testgtk.c (page_switch): Removed egregious poking
14618         around in GTK+ internals.
14619
14620         * docs/widget-system.txt: Remove references to GTK_REDRAW_PENDING.
14621
14622         * gtk/gtkclist.[ch]: Remove key press handler, handle focusing
14623         properly through gtk_clist_focus. Make the title headers a
14624         single item in the tab-focus chain, and make left-right wrap
14625         around.
14626
14627         * gtk/gtkwindow.c (gtk_window_focus): Add a custom
14628         focus method so that wrapping around works properly.
14629
14630         * gtk/gtktreeview.c: Remove calls to gtk_container_set_focus_child() - 
14631         that is handled for the widget now. 
14632
14633 Mon Dec 11 11:41:12 2000  Owen Taylor  <otaylor@redhat.com>
14634
14635         * gtk/gtkinvisible.c (gtk_invisible_init): Flag invisible
14636         widgets as TOPLEVEL.
14637
14638         * gtk/gtkwidget.c (gtk_widget_queue_resize): Don't assume
14639         TOPLEVEL widgets are containers.
14640
14641         * gtk/gtkinvisible.h: Remove useless include.
14642
14643 2000-12-11  Havoc Pennington  <hp@redhat.com>
14644
14645         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): 
14646         Handle chopping off \r\n and 0x2029 in addition to \n before
14647         passing to PangoLayout
14648
14649         * gtk/gtkimcontextsimple.c
14650         (gtk_im_context_simple_get_preedit_string): 
14651         return an empty string if no match is pending
14652
14653         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): add
14654         assertion that the returned preedit string was sane
14655
14656         * gtk/gtktext*.[hc], gtk/testtext.c, gtk/testtextbuffer.c:
14657         s/gtk_text_iter_next_char/gtk_text_iter_forward_char/g;
14658         s/gtk_text_iter_prev_char/gtk_text_iter_backward_char/g;
14659
14660 Mon Dec 11 10:02:26 2000  Owen Taylor  <otaylor@redhat.com>
14661
14662         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_finalize): 
14663         Fix up finalizer to chain to its parent.
14664
14665 2000-12-11  Alexander Larsson  <alexl@redhat.com>
14666
14667         * docs/README.linux-fb (GDK_KEYBOARD_TYPE):
14668         Clearified the difference between the keyboard types. Wrote a note
14669         about the magic sysrq key to get out of raw mode.
14670
14671 2000-12-09  James Henstridge  <james@daa.com.au>
14672
14673         * gdk/linux-fb/gdkmouse-fb.c (GdkFBMouseDevice): add prot struct
14674         member to hold masks for detecting the start of a protocol packet.
14675         (mouse_devs): add packet start masks for ps2 and ms device types.
14676         Left the mask for fidmour blank, as I have no idea what it should
14677         be.
14678         (handle_mouse_io): skip bytes until we get to the start of a
14679         packet.  My Logitech mouse seems to be passing an extra NULL pad
14680         byte, and GPM does a similar thing here.
14681         (gdk_fb_mouse_ms_open): changed error message to not say psaux, as
14682         this is the ms mouse driver.
14683         (gdk_fb_mouse_ms_packet): fix up button handling, which was
14684         completely broken except for button1.  It was checking the wrong
14685         bit in the packet for the status of the right mouse button, and
14686         wrongly assuming right == button2 rather than 3.  I fixed that and
14687         also added support for middle button (button2).
14688
14689 2000-12-08  Havoc Pennington  <hp@redhat.com>
14690
14691         * gtk/gtktextbtree.c (gtk_text_btree_insert): fix breakage here
14692         that cause a segfault on text insertion
14693
14694         * gtk/gtktextchild.c (gtk_text_child_anchor_queue_resize): fix 
14695         warning
14696
14697         * gtk/gtktextiter.c (test_log_attrs): use
14698         _gtk_text_buffer_get_line_log_attrs to speed things up a bit
14699
14700         * gtk/gtktextbuffer.c (_gtk_text_buffer_get_line_log_attrs): 
14701         Get log attrs for a line, using a cache stored on the buffer
14702         
14703         * gtk/gtkcolorsel.h (GTK_COLOR_SELECTION_GET_CLASS): fix typo,
14704         reported by Jeff Franks
14705
14706 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
14707
14708         * gdk/linux-fb/gdkmouse-fb.c (gdk_fb_mouse_ms_open):
14709         /dev/ttyS0 -> /dev/mouse
14710
14711 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
14712
14713         * gdk/linux-fb/gdkfont-fb.c (gdk_fontset_load):
14714         Added dummy gdk_fontset_load.
14715
14716 2000-12-08  Alexander Larsson  <alexl@redhat.com>
14717
14718         * docs/README.linux-fb:
14719         * docs/Makefile.am:
14720         Initial GtkFB docs.
14721         
14722         * gdk/linux-fb/Makefile.am:
14723         Define GDK_DATA_PREFIX.
14724
14725         * gdk/linux-fb/gdkmain-fb.c:
14726         Fix typo.
14727         Change default display to /dev/fb0.
14728
14729         * gdk/linux-fb/gdkpango-fb.c:
14730         Add $(prefix)/share/fonts/ to font path.
14731         
14732 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
14733
14734         * gdk/linux-fb/gdkkeyboard-fb.c:
14735         New file containing the abstracted keyboard driver. Most code
14736         taken from gdkinput-ps2.c
14737
14738         * gdk/linux-fb/gdkinput-ps2.c:
14739         Removed file.
14740         
14741         * gdk/linux-fb/Makefile.am:
14742         Added gdkkeyboard-fb.c, removed gdkinput-ps2.c.
14743
14744         * gdk/linux-fb/gdkcolor-fb.c:
14745         display->fb was renamed to display->fb_fd.
14746
14747         * gdk/linux-fb/gdkcursor-fb.c:
14748         gdk_mouse_get_info -> gdk_fb_mouse_get_info
14749
14750         * gdk/linux-fb/gdkinput.c:
14751         Moved gdk_input_init here from gdkinput-ps2.c
14752
14753         * gdk/linux-fb/gdkmain-fb.c:
14754         display->fb was renamed to display->fb_fd.
14755         Now the tty and the console is opened here instead
14756         of in the keyboard driver. Also check GDK_VT to see what
14757         tty to open.
14758         Move gdk_beep () here from gdkinput-ps2.c
14759         gdk_mouse_get_info -> gdk_fb_mouse_get_info
14760
14761         * gdk/linux-fb/gdkmouse-fb.c:
14762         Add header.
14763         gdk_mouse_get_info -> gdk_fb_mouse_get_info
14764         Return correct keyboard modifiers.
14765         GDK_MOUSETYPE -> GDK_MOUSE_TYPE for consistancy
14766
14767         * gdk/linux-fb/gdkprivate-fb.h:
14768         Add tty and vt info to display.
14769         Add orignal modeinfo storage to display
14770         Update global functions
14771
14772         * gdk/linux-fb/gdkwindow-fb.c:
14773         Added gdk_fb_window_find_focus().
14774         gdk_mouse_get_info -> gdk_fb_mouse_get_info
14775
14776 2000-12-07  Havoc Pennington  <hp@pobox.com>
14777
14778         * gdk/x11/gdkkeys-x11.c (gdk_keymap_lookup_key): fix name of 
14779         function, noticed by Alex
14780
14781 2000-12-06  Elliot Lee  <sopwith@redhat.com>
14782
14783         * configure.in: Detect freetype properly
14784
14785         * modules/basic/Makefile.am, gdk/linux-fb/Makefile.am: Make use of
14786         above.
14787
14788 2000-12-06  Alexander Larsson  <alexl@redhat.com>
14789
14790         * gdk/linux-fb/Makefile.am:
14791         Add gdkmouse-fb.c
14792         
14793         * gdk/linux-fb/gdkmouse-fb.c:
14794         New file. Abstracted the mouse drivers a bit.
14795
14796         * gdk/linux-fb/gdkcursor-fb.c:
14797         The cursor hide/show functions was moved here from gdkinput-ps2.c.
14798
14799         * gdk/linux-fb/gdkinput-ps2.c:
14800         Removed old mouse handling code. Moved cursor handling code
14801         to gdkcursor-fb.c, moved gdk_fb_window_send_crossing_events() to
14802         gdkwindow-fb.c. gdk_input_get_mouseinfo was renamed to
14803         gdk_mouse_get_info.
14804
14805         * gdk/linux-fb/gdkmain-fb.c:
14806         Pass NULL pointers for x,y in gdk_mouse_get_info call.
14807
14808         * gdk/linux-fb/gdkprivate-fb.h:
14809         Removed public gdk_fb_find_common_ancestor, added and renamed
14810         functions for the new mouse handling code.
14811
14812         * gdk/linux-fb/gdkwindow-fb.c:
14813         Moved gdk_fb_window_send_crossing_events here. added global
14814         variable gdk_fb_window_containing_pointer. made
14815         gdk_fb_find_common_ancestor static. gdk_input_get_mouseinfo was
14816         renamed to gdk_mouse_get_info.
14817
14818 2000-12-06  Alexander Larsson  <alexl@redhat.com>
14819
14820         * gdk/linux-fb/gdkevents-fb.c:
14821         Update to match latest gmain/gsource changes.
14822
14823         * gdk/linux-fb/gdkinput-ps2.c:
14824         Bogus gdk_keymap_get_entries_for_keycode implementation so that
14825         it links. Will be implemented later.
14826
14827 2000-12-03  Havoc Pennington  <hp@pobox.com>
14828
14829         * gdk/Makefile.am: add gdkkeys.[hc]
14830
14831         * gdk/gdkkeys.h, gdk/gdkkeys.c: Move all the keyval stuff to these
14832         files from gdk.h, gdk.c; add GdkKeymap type and operations on it.
14833
14834         * acconfig.h, configure.in: add checks and command line options
14835         for XKB
14836
14837         * gdk/x11/gdkkeys-x11.c: Implement the above functions
14838         
14839         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Put the keycode
14840         and group in the key event
14841
14842         * gdk/gdkevents.h (struct _GdkEventKey): Add a hardware_keycode
14843         field with the low-level hardware key code, and a group
14844         field with the keyboard group
14845
14846         * gdk/x11/gdkprivate-x11.h: include config.h for HAVE_XKB,
14847         and declare a couple globals used for keymap handling
14848         
14849         * gtk/gtkimcontextsimple.c: Implement ISO 14755 input method,
14850         hold down Shift-Control and type a hex number to get a Unicode 
14851         character corresponding to the hex number
14852         (gtk_im_context_simple_get_preedit_string): Fix cursor position
14853         (return bytes not chars)
14854
14855 2000-12-05  Elliot Lee  <sopwith@redhat.com>
14856
14857         * gdk/gdkcolor.h: Make GdkColor specify element sizes
14858         to avoid waste on 64-bit platforms.
14859
14860 Tue Dec  5 15:49:31 2000  Owen Taylor  <otaylor@redhat.com>
14861
14862         * INSTALL: Fix link to PNG home, remove reference
14863         to fribidi.
14864
14865         * gdk/x11/gdkevents-x11.c: Fix up for new GMain API.
14866         
14867         * gdk/win32/gdkevents-win32.c: Fix up for new GMain API. (Not
14868         tested.)
14869
14870         * gtk/gtkcheckmenuitem.c: Permanently turn on
14871         always_show_toggle.
14872
14873         * gtk/gtkclist.c (gtk_clist_get_pixtext): Allow mask to 
14874         be NULL. (Vladimir Klebanov, #26545)
14875
14876         * gtk/gtkspinbutton.c (gtk_spin_button_insert_text): Fix 
14877         some signed/unsigned comparison problems. (#6510,
14878         David Kaelbling)
14879
14880         * gtk/gtkwidget.[ch] (gtk_widget_is_ancestor): Change
14881         return type to boolean (Oskar Liljeblad, #18648)
14882
14883 2000-12-05  Alexander Larsson  <alexl@redhat.com>
14884
14885         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_display_new):
14886         Remove bogus colormap setting.
14887
14888 2000-12-05  Alexander Larsson  <alexl@redhat.com>
14889
14890         * gdk/linux-fb/gdkcolor-fb.c:
14891         More complete colormap handling. Now GdkRGB work in 8 bpp modes.
14892
14893         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_image):
14894         Must set colormap.
14895         
14896 Tue Dec  5 13:17:53 GMT 2000  Tony Gale <gale@gtk.org>
14897
14898         * docs/tutorial/gtk-tut.sgml: DND updates
14899
14900 2000-12-05  Alexander Larsson  <alla@lysator.liu.se>
14901
14902         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
14903         Remove old debug g_warning().
14904         (gdk_fb_draw_drawable): The src argument can be either a wrapper
14905         or an implementation, just pass the implementation to draw_drawable_2.
14906         
14907         * gdk/linux-fb/gdkprivate-fb.h:
14908         Added GDK_IS_DRAWABLE_IMPL_FBDATA()
14909
14910         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
14911         clear and invalidate area when window is destroyed.
14912         (send_map_events): Remove old commented out code.
14913
14914 2000-12-05  Alexander Larsson  <alexl@redhat.com>
14915
14916         * gdk/linux-fb/gdkpango-fb.c:
14917         Use italic instead of oblique in font aliases.
14918         
14919         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic,
14920         _gdk_fb_gc_calc_state): Support GDK_XOR, add g_warning for
14921         other unsupported functions.
14922
14923 2000-12-04  Havoc Pennington  <hp@redhat.com>
14924
14925         * gtk/gtkpaned.c (gtk_paned_expose): fix this to be sane
14926
14927         * gtk/gtkvpaned.c (gtk_vpaned_expose): Add an expose handler
14928
14929         * gtk/gtkhpaned.c (gtk_hpaned_expose): Add an expose handler
14930
14931         * gtk/gtknotebook.c (gtk_notebook_draw_tab): put in a temporary 
14932         hack to avoid infinite loops (synthetic expose event) - 
14933         Owen has more appropriate fixes in a branch he'll check in later.
14934
14935         * gtk/gtktextiter.c (gtk_text_iter_ends_line): handle paragraph
14936         separator, CR, and CRLF as line ends
14937
14938         * gtk/gtktextbtree.c (gtk_text_btree_insert): on insertion, break
14939         into lines using pango_find_paragraph_boundary(); other bits of
14940         the widget are still going to be broken if the boundary isn't '\n'
14941         though
14942
14943 2000-12-04  Alexander Larsson  <alexl@redhat.com>
14944
14945         * gdk/linux-fb/gdkfont-fb.c (gdk_text_width): Divide size by 2, not
14946         multiply.
14947
14948         * gdk/linux-fb/gdkpango-fb.c:
14949         Copied some 26.6 scaling macros from pango to clean up the rounding.
14950         (pango_fb_font_get_glyph_info): Correct sign on x value.
14951
14952         * gdk/linux-fb/gdkprivate-fb.h:
14953         Removed unreferenced external functions.
14954
14955         * modules/linux-fb/Makefile.am: Use ` instead of '.
14956
14957         * modules/linux-fb/basic.c:
14958         Remove dead code. In particular the dummy lang engine which broke all
14959         pango layouts in GtkFB. Don't include tables-big.i anymore.
14960
14961         * modules/linux-fb/tables-big.i:
14962         Upgrade to latest version from pango. Left for reference, basic_ranges
14963         moved to basic.c.
14964         
14965 2000-12-04  Havoc Pennington  <hp@redhat.com>
14966
14967         Fix bugs Alex found:
14968         
14969         * gtk/gtktooltips.c (gtk_tooltips_force_window): nuke connection
14970         to "draw"
14971
14972         * gtk/gtkdnd.c (gtk_drag_highlight): nuke connection to "draw"
14973
14974         * gtk/gtkcolorsel.c (palette_new): nuke connection to "draw"
14975
14976         * gtk/gtklistitem.c (gtk_list_item_expose): Put the old _draw() 
14977         implementation in here, apparently the expose() implementation was
14978         dead code.
14979
14980 2000-12-04  Alexander Larsson  <alexl@redhat.com>
14981
14982         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
14983         Return positive descent.
14984
14985 2000-12-02  Havoc Pennington  <hp@pobox.com>
14986
14987         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove "draw" virtual
14988         method and signal
14989         
14990         * gtk/gtkwidget.c (gtk_widget_draw): Now just queues a draw then
14991         calls gdk_window_process_updates() to push the exposes through
14992         (gtk_widget_class_init): No more draw signal, no
14993         gtk_widget_real_draw()  
14994         
14995         * gtk/gtkbin.c (gtk_bin_draw): remove
14996
14997         * gtk/gtkbox.c (gtk_box_draw): remove
14998
14999         * gtk/gtkbutton.c (gtk_button_draw): remove
15000
15001         * gtk/gtkcalendar.c (gtk_calendar_draw): remove
15002
15003         * gtk/gtkcheckbutton.c (gtk_check_button_draw): remove
15004
15005         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_draw): remove
15006
15007         * gtk/gtkclist.c (gtk_clist_draw): remove
15008
15009         * gtk/gtkentry.c (gtk_entry_draw): remove
15010
15011         * gtk/gtkeventbox.c (gtk_event_box_draw): remove
15012
15013         * gtk/gtkfixed.c (gtk_fixed_draw): remove
15014
15015         * gtk/gtkframe.c (gtk_frame_draw): remove
15016
15017         * gtk/gtkhandlebox.c (gtk_handle_box_draw): remove
15018
15019         * gtk/gtkhpaned.c (gtk_hpaned_draw): remove
15020
15021         * gtk/gtklayout.c (gtk_layout_draw): remove
15022
15023         * gtk/gtklist.c (gtk_list_draw): remove
15024
15025         * gtk/gtklistitem.c (gtk_list_item_draw): remove
15026
15027         * gtk/gtkmenu.c (gtk_menu_draw): remove
15028
15029         * gtk/gtkmenubar.c (gtk_menu_bar_draw): remove
15030
15031         * gtk/gtkmenuitem.c (gtk_menu_item_draw): remove
15032
15033         * gtk/gtknotebook.c (gtk_notebook_draw): remove
15034
15035         * gtk/gtkoptionmenu.c (gtk_option_menu_draw): remove
15036
15037         * gtk/gtkpacker.c (gtk_packer_draw): remove
15038
15039         * gtk/gtkrange.c (gtk_range_draw): remove
15040
15041         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_draw): remove
15042
15043         * gtk/gtkspinbutton.c (gtk_spin_button_draw): remove
15044
15045         * gtk/gtktable.c (gtk_table_draw): remove
15046
15047         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_draw): remove
15048
15049         * gtk/gtktext.c (gtk_text_draw): remove
15050
15051         * gtk/gtktextview.c (gtk_text_view_draw): remove
15052
15053         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): remove
15054
15055         * gtk/gtktoolbar.c (gtk_toolbar_draw): remove
15056
15057         * gtk/gtktree.c (gtk_tree_draw): remove
15058
15059         * gtk/gtktreeitem.c (gtk_tree_item_draw): remove
15060
15061         * gtk/gtktreeview.c (gtk_tree_view_draw): remove
15062
15063         * gtk/gtkviewport.c (gtk_viewport_draw): remove
15064
15065         * gtk/gtkvpaned.c (gtk_vpaned_draw): remove
15066
15067         * gtk/gtkvscale.c (gtk_vscale_draw): remove
15068
15069         * gtk/gtkwindow.c (gtk_window_draw): remove
15070
15071 2000-20-01  Anders Carlsson  <andersca@gnu.org>
15072
15073         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): Fix bug when
15074         a GtkToggleButton is both insensitive and active, it was being
15075         drawn by the GtkButton draw handler which doesn't check the
15076         state. Now it's calling gtk_toggle_button_paint instead.
15077         
15078 2000-12-01  Havoc Pennington  <hp@redhat.com>
15079
15080         * gtk/gtktextdisplay.c (gtk_text_layout_draw): don't create
15081         dangling pointers to the appearance attributes from the 
15082         line display
15083
15084         * gdk/gdkdraw.c (gdk_drawable_get_image): allow negative
15085         width/height to mean "full width/height of drawable"
15086
15087         * gtk/gtktextview.h, gtk/gtktextview.c: Implement double/triple
15088         click to select word/line
15089         
15090         * gtk/gtktextiter.c (test_log_attrs): include paragraph delimiters 
15091         when getting log attrs. Get a slice, so that pixmaps and stuff
15092         are properly handled.
15093
15094         * gtk/gtktextbuffer.c (paste): Fix pasting to work properly if you
15095         paste into the selection (replaces selection now, previously
15096         crashed or added to selection). Reveals longstanding btree bug -
15097         select multiple lines, middle-click on the selection, boom. This
15098         isn't related to my changes though.
15099
15100         * gtk/gtkentry.c (gtk_entry_move_forward_word): Update to reflect
15101         PangoLogAttrs changes
15102         (gtk_entry_move_backward_word): ditto
15103
15104         * gtk/gtktextlayout.h, gtk/gtktextlayout.c: Make the iter motion
15105         functions return bool whether the iter moved onto a
15106         dereferenceable position.
15107  
15108         * gtk/gtktextview.h, gtk/gtktextview.c: Add a bunch of public
15109         functions for motion in terms of display lines.
15110
15111         * gtk/gtktextmark.c (gtk_text_mark_get_buffer): Add function to
15112         get the buffer a mark is inside
15113         
15114 2000-12-01  Alexander Larsson  <alexl@redhat.com>
15115
15116         * gdk/linux-fb/Makefile.am:
15117         * modules/linux-fb/Makefile.am:
15118         Freetype 2 final uses freetype-config
15119
15120         * gdk/linux-fb/gdkpango-fb.c:
15121         Upgrade to use Freetype 2 final.
15122         More flexible support for font aliases, this also fixes a bug with
15123         GtkFontSelector, as the aliases must be visible in the font/family list,
15124         or GtkFontSelector reads uninitialized memory.
15125
15126 2000-11-30 Hidetoshi Tajima  <tajima@eng.sun.com>
15127
15128         * modules/input/gtkimcontextxim.c (setup_im): Add NULL argument to
15129         XGetIMValues to properly terminate variable argument list, and do
15130         NULL return check for ic_values and xim_styles.
15131
15132         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset):
15133         Restore preedit state after XmbResetIC().
15134         
15135         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic):
15136         XvaCreateNestedList() should take XvaNestedList, but not
15137         XvaNestedList*.
15138
15139         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset,
15140         preedit_draw_callback, preedit_caret_callback): Match
15141         "preedit-changed" signal name to "preedit_changed" to be
15142         consistent to the spec.
15143
15144         * gtk/gtkimcontextsimple.c (check_table):
15145         Match "preedit-changed" to "preedit_changed" to be consistent
15146         to the spec.
15147
15148 Thu Nov 30 23:03:04 2000  Owen Taylor  <otaylor@redhat.com>
15149
15150         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Properly handle
15151         gc->clip_region == NULL>
15152
15153 2000-11-30  Tor Lillqvist  <tml@iki.fi>
15154
15155         Changes by Hans Breuer:
15156         
15157         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
15158         Dont't use negative width and height as max_hints. This fixes
15159         Owen's recent testgtk changes for win32.
15160
15161         * gdk/win32/gdkgc-win32.c (gdk_win32_hdc_get,
15162         gdk_win32_hdc_release): These are exported and may be called with
15163         other drawable types than our GdkDrawableImplWin32 (?).
15164
15165         * gdk/gdkwindow.c: Backing store appears to work on Windows now,
15166         so always #define USE_BACKING_STORE.
15167
15168         * gtk/gtktextdisplay.c (render_layout_line): Use g_print instead
15169         of printf for debugging output.
15170
15171         * gtk/gtktextlayout.c (allocate_child_widgets): Ditto.
15172         
15173         * gtk/gtktextview.c (gtk_text_view_child_allocated): Ditto.
15174
15175         * gtk/gtkmain.h (GTKMAIN_C_VAR): Win32 fix for dllimport
15176         declaration.
15177
15178         * gtk/gtktexttypes.h: Ditto.
15179
15180         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): Return a value
15181         (GDK_VoidSymbol) also if in case of arg check failure.
15182
15183         * gtk/gtkimcontextsimple.c
15184         (gtk_im_context_simple_get_preedit_string): Don't assign cursor
15185         position to the pointer, but to the variable it points to.
15186
15187         * gtk/makefile.msc.in (DEFINES): Define GTK_VERSION.
15188
15189         * gtk/gtk.def: Updates.
15190
15191 2000-11-29  Elliot Lee  <sopwith@redhat.com>
15192
15193         * gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
15194         GTK_TYPE_TREE_MODEL.
15195
15196 2000-11-29  Alexander Larsson  <alexl@redhat.com>
15197
15198         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
15199         Set the size of the font from the description.
15200         (gdk_text_width): Gross hack that calculates the width
15201         of text by text_length * size/2. This is necessary because
15202         GtkLabel does some ugly gtk_string_width call to calculate
15203         an good size.
15204         (linux-fb/gdkprivate-fb.h): Removed unused field FT_Face.
15205
15206 Wed Nov 29 13:39:19 GMT 2000  Tony Gale <gale@gtk.org>
15207
15208         * docs/tutorial/gtk-tut.sgml: DND updates
15209
15210 2000-11-29  Alexander Larsson  <alexl@redhat.com>
15211
15212         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
15213         If you pass width or height == 0 to gdk_window_clear_area they
15214         should be calculated from the window size.
15215
15216 2000-11-29  Alexander Larsson  <alexl@redhat.com>
15217
15218         * gdk/linux-fb/gdkinput-ps2.c (move_pointer): If there is
15219         a grab, but no grab-cursor, use the cursor from the grabbed
15220         window. (gdk_fb_window_send_crossing_events): Send normal
15221         enter/leave notifications if grab and owner_events == TRUE.
15222
15223 2000-11-29  Alexander Larsson  <alexl@redhat.com>
15224
15225         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
15226         Do implicit button grabs, even if the window doesn't
15227         want the event.
15228         (gdk_fb_window_send_crossing_events): If there is a
15229         grab, only the grabbed window gets normal enter/leave
15230         notifications. On ungrab go from grabbed window to current.
15231         Don't send any notification to b when propagating from c -> b.
15232         If setting a grab on window, don't set prev_window.
15233         (handle_mouse_input): Send enter/leave events to the window the
15234         mouse is over, not the grabbed one.
15235         
15236 2000-11-28  Elliot Lee  <sopwith@redhat.com>
15237
15238         * gdk/gdkregion-generic.c: Zap warning.
15239         * modules/input/Makefile.am: Only build im-xim if USE_X11 is enabled
15240         * gtk/gtkrc.c: s/strcpy/memcpy/ to save a few nanoseconds.
15241
15242 2000-11-28  Alexander Larsson  <alla@lysator.liu.se>
15243
15244         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
15245         The cursor should be hidden if it is part of either the
15246         source or destination region. Not only if it is in both.
15247         (gdk_window_set_transient_for): Silence warnings.
15248
15249 2000-11-28  Alexander Larsson  <alexl@redhat.com>
15250
15251         * gdk/linux-fb/mifillarc.c (miFillArcSliceSetup):
15252         The default mode in X is Pie Arcs, therefore that is
15253         what Gtk+ uses.
15254
15255 2000-11-28  Alexander Larsson  <alexl@redhat.com>
15256
15257         * gdk/linux-fb/gdkinput-ps2.c:
15258         Implement correct EnterNotify/LeaveNotify:
15259         (gdk_fb_window_send_crossing_events): New function that sends
15260         all GdkCrossingEvents from the last mouse-window to the specified
15261         destination.
15262         (gdk_fb_window_visibility_crossing): Removed function.
15263         (handle_mouse_input): Use gdk_fb_window_send_crossing_events()
15264         (send_button_event, gdk_fb_cursor_reset): Use gdk_window_at_pointer
15265         instead of gdk_window_get_pointer() for better readability.
15266
15267         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab,
15268         gdk_fb_pointer_ungrab): Use gdk_fb_window_send_crossing_events.
15269
15270         * gdk/linux-fb/gdkprivate-fb.h:
15271         removed gdk_fb_window_visibility_crossing, added
15272         gdk_fb_window_send_crossing_events and gdk_fb_find_common_ancestor.
15273
15274         gdk/linux-fb/gdkwindow-fb.c (gdk_fb_find_common_ancestor):
15275         New function that finds the least common ancestor of two windows.
15276         (gdk_window_show, gdk_window_hide):
15277         Use gdk_fb_window_send_crossing_events.
15278         (gdk_fb_window_move_resize): Send configure events to toplevel
15279         windows. Use gdk_fb_window_send_crossing_events.
15280
15281 2000-11-27  Havoc Pennington  <hp@redhat.com>
15282
15283         * gtk/gtkprivate.h (enum): Remove a trailing comma
15284
15285 2000-11-27  Federico Mena Quintero  <federico@helixcode.com>
15286
15287         * gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to
15288         the "changed" callback of the adjustment.  We need to redraw the
15289         spin button's arrows when the adjustment's range changes.
15290         (adjustment_changed_cb): Draw the arrows.
15291         (gtk_spin_button_value_changed): Draw the arrows.
15292
15293 2000-11-23  Alexander Larsson  <alexl@redhat.com>
15294
15295         * gdk/linux-fb/gdkselection-fb.c:
15296         Initial selection implementation.
15297
15298         * gtk/gtkselection.c:
15299         if GDK_WINDOWING_FB defined, include linux-fb/gdkfb.h and look up
15300         requestor in gtk_selection_request.
15301         
15302         * gdk/linux-fb/gdkfb.h, gdk/linux-fb/gdkglobals-fb.c:
15303         Added gdk_selection_property atom.
15304
15305         * gdk/linux-fb/gdkprivate-fb.h:
15306         Export _gdk_selection_window_destroyed.
15307         Removed mask_off_x/y from GdkCursorPrivateFB.
15308         Removed hbearing, added top, left to PangoFBGlyphInfo.
15309
15310         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
15311         Call _gdk_selection_window_destroyed
15312         (_gdk_windowing_window_init): Don't call gdk_cursor_new() before
15313         the root window has been created.
15314         (static_dx_hack, static_dy_hack, compare_draw_rects,
15315         gdk_fb_window_move_resize): Remove unnecessary sort of rectangles
15316         in region. They are already sorted. Instead just traverse them in
15317         reverse if draw_direction < 0.
15318         
15319         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
15320         Double-clicks must be sent after the normal button_press.
15321         (gdk_fb_cursor_unhide): Remove usage of mask_off_x/y. Clean up.
15322         
15323         * gdk/linux-fb/gdkgeometry-fb.c (gdk_window_scroll):
15324         Pass _gdk_fb_screen_gc instead of NULL.
15325
15326         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
15327         Initialize gdk_selection_property.
15328         (gdk_event_make): Remove unused code.
15329
15330         * gdk/linux-fb/gdkcursor-fb.c:
15331         Make the pixmap for the cursor the same size as the mask. Also remove
15332         the mask_off_x/y fields in GdkCursorPrivateFB and combine
15333         _gdk_cursor_new_from_pixmap() and gdk_cursor_new_from_pixmap()
15334         Now the whole cursor is visible.
15335
15336         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
15337         Fix bug where xdest+height instead of ydest+height was used
15338         to calculate if the source and dest overlapped. This fixes the
15339         redraw bug when the main window in testgtk was scrolled when
15340         partially covered by a tall window.
15341         Copy rectangles in region in order depending on draw_direction.
15342         Also moved the draw_direction flipping of start_y and end_y into
15343         the gc functions, as this might not be what all of them want.
15344         (gdk_fb_draw_lines): Support dashed lines.
15345         (gdk_fb_draw_glyphs): Clean up glyph placement. Also fix positioning
15346         so that the text is positioned correctly (was 1 pixel high).
15347
15348         gdk/linux-fb/gdkgc-fb.c:
15349         Initialize cap_style to GTK_CAP_BUTT. This fixes a problem where
15350         all lines were drawn a pixel to short. Also checked the default of
15351         the rest of the values, and they're the same as X now.
15352
15353         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_glyph_info):
15354         Clean up pixel positioning of the glyphs. Just use bgy->top and
15355         bgy->left. Also used PANGO_PIXEL where appropriate and added 0.5
15356         to all divisions to get correct rounding behaviour.
15357
15358         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_draw_drawable_generic,
15359         gdk_fb_draw_drawable_memmove, gdk_fb_draw_drawable_aa_24):
15360         Moved start_y/end_y flip into draw_drawable implementations.
15361         Flip also x rendering when draw_direction < 0.
15362         Remove unneccesary multiply with draw_direction.
15363
15364 Wed Nov 22 14:11:19 GMT 2000  Tony Gale <gale@gtk.org>
15365
15366         * docs/tutorial/gtk-tut.sgml:
15367           - get rid of gtk_toggle_button_toggled FUD
15368           - start DND section - needs work - based on:
15369                 http://wolfpack.twu.net/docs/gtkdnd/
15370
15371 2000-11-22  Alexander Larsson  <alexl@redhat.com>
15372
15373         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
15374         Correct calculation of font metrics. Now GtkEntrys have sane
15375         size.
15376
15377 2000-11-22  Alexander Larsson  <alexl@redhat.com>
15378
15379         * gdk/gdktypes.h:
15380         Add new type GdkSpan
15381         
15382         * docs/reference/gdk/gdk-sections.txt,
15383         docs/reference/gdk/tmpl/regions.sgml, gdk/gdkregion-generic.c,
15384         gdk/gdkregion.h:
15385         Implement and document gdk_region_spans_intersect_foreach.
15386
15387         * gdk/linux-fb/Makefile.am, gdk/linux-fb/gdkrender-fb.c:
15388         Add new file gdkrender-fb.c which contains all core
15389         rendering code.
15390         Add gdk_fb_fill_rectangle_generic (old rectangle code) and
15391         gdk_fb_fill_rectangle_simple_16, gdk_fb_fill_rectangle_simple_32
15392         (optimized rectangle fillers).
15393
15394         * gdk/linux-fb/gdkdrawable-fb2.c:
15395         Move all rendering code to gdkrender-fb.c.
15396         Change from using GdkRectangles and GdkSegments for spans to GdkSpan.
15397         Use the new span intersection functions in gdk_fb_fill_spans.
15398         gdk_fb_draw_rectangle() clips filled rectangles and calls
15399         gc->fill_rectangle with the result.
15400         gdk_fb_fill_spans() gets extra argument "sorted".
15401
15402         * gdk/linux-fb/gdkevents-fb.c:
15403         Remove unused includes and defines.
15404         New function gdk_fb_get_time() to get correct time for events.
15405
15406         * gdk/linux-fb/gdkinput-ps2.c:
15407         Use gdk method of generating multiple-clicks (gdk_event_button_generate)
15408         Make sure to set the time of all events.
15409
15410         * gdk/linux-fb/gdkmain-fb.c:
15411         Use gdk_fb_get_time ().
15412
15413         * gdk/linux-fb/gdkprivate-fb.h:
15414         New virtual GC calls: fill_span & fill_rectangle.
15415         Export gdk_fb_get_time().
15416         gdk_fb_fill_spans() gets extra argument "sorted".
15417
15418         * gdk/linux-fb/mi*.c:
15419         Use GdkSpan instead of GdkRectangle.
15420         Pass correct sorted to gdk_fb_fill_spans. (sorted value taken
15421         from XFree 4 source)
15422         
15423 2000-11-22    <jrb@redhat.com>
15424
15425         * gtk/gtktreeview.c (gtk_tree_view_calc_size): It's amazing what
15426         reversing the order in an if statement will do.  Doing so managed
15427         to make the treemodelsort half work.  Other half will follow after
15428         I get the insert function fully fixed.
15429
15430 2000-11-21  Elliot Lee  <sopwith@redhat.com>
15431         * gtk/gtkmenushell.h: GdkEventButton->button can occupy significantly
15432         more than 2 bits. Besides, I need to implement an evil hack. :)
15433
15434 Tue Nov 21 14:17:51 GMT 2000  Tony Gale <gale@gtk.org>
15435
15436         * docs/tutorial/gtk-tut.sgml: minor corrections
15437
15438 2000-11-20  Jonathan Blandford <jrb@redhat.com>
15439         * gtk/gtktreemodelsort.h: Add convertion functions to let you
15440           convert to and from relative path's and iters.
15441
15442         * gtk/treestoretest.c: move to having a sorted/unsorted view.  Start
15443           testing sorting functions a bit better.  Currently broken -- will
15444           fix in morning.
15445
15446 2000-11-20  Havoc Pennington  <hp@redhat.com>
15447
15448         * gtk/gtkwidget.c: Documented a bunch of functions in here
15449         (gtk_widget_realize): Warn if you try to realize
15450         a widget with no parent that isn't a toplevel
15451         (gtk_widget_intersect): return a gboolean
15452
15453 2000-11-20  Havoc Pennington  <hp@redhat.com>
15454
15455         * gtk/gtktextview.c, gtk/gtktextlayout.c, gtk/gtktextchild.c,
15456         gtk/testtext.c: Semi-finish widget embedding. Need guffaw
15457         scrolling to be implemented in GDK to finish. Also, right now
15458         we just size_allocate all children on every layout change,
15459         which is pretty lame. Test commented out of testtext.c, 
15460         until it works better.
15461
15462 2000-11-20  Alexander Larsson  <alla@lysator.liu.se>
15463
15464         * gdk/linux-fb/gdkdrawable-fb2.c:
15465         Removed unused arguments from gdk_fb_drawable_get_pixel().
15466
15467         * gdk/linux-fb/gdkinput-ps2.c (handle_input_ps2):
15468         Renamed fidur specific mouse packet data in MouseDevice to
15469         generic. Used it in ps2 mouse handling code to avoid blocking
15470         reads.
15471
15472 Sat Nov 18 18:00:17 2000  Jonathan Blandford  <jrb@redhat.com>
15473
15474         * demos/gtk-demo/main.c: Changed to have the list become
15475         non-italic when the demo window is destroyed through an external
15476         event (like a close button).  Doing so found three bugs in the
15477         widget.
15478
15479         * demos/gtk-demo/*.c (do_*): Changed to return the toplevel window.
15480
15481         * gtk/gtkliststore.c (gtk_list_store_set_cell): emit "change" when
15482         we actually set the cell.
15483
15484         * gtk/gtktreestore.c (gtk_tree_store_set_cell): ditto
15485
15486         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
15487         free a leaked path.  Thanks memprof.
15488
15489 Sat Nov 18 11:58:17 2000  Owen Taylor  <otaylor@redhat.com>
15490
15491         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Fix 
15492         off-by-one error when destroying allocated segments
15493         on failure. (Elliot)
15494
15495 Sat Nov 18 11:45:09 2000  Owen Taylor  <otaylor@redhat.com>
15496
15497         * gtk/gtkcalendar.c: Patch from ChiDeok Hwang to fix
15498         memleaks found by Evan Martin.
15499
15500 Fri Nov 17 20:14:20 2000  Owen Taylor  <otaylor@redhat.com>
15501
15502         * Released 1.3.2
15503         
15504         * NEWS: Updates for 1.3.2
15505
15506 2000-11-17  Tor Lillqvist  <tml@iki.fi>
15507
15508         * gdk/gdkevents.h: Add comment that GdkXEvent isn't only for XEvent,
15509         but in general for window system specific events.
15510
15511         * gtk/gtk.def
15512         * gtk/makefile.mingw.in
15513         * gtk/makefile.msc.in: Update.
15514         
15515         * gtk/gtktexttypes.h: Mark variables for export/import from DLL.
15516
15517 Thu Nov 16 16:11:39 2000  Owen Taylor  <otaylor@redhat.com>
15518
15519         * gtk/Makefile.am (EXTRA_DIST): Do not, in any circumstances,
15520         distribute gtk.immodules.
15521
15522         * gtk/Makefile.am (install-data-local): Don't install the
15523         gtk.immodules file created for the uninstalled modules;
15524         instead run gtk-query-immodules after install
15525
15526 Wed Nov 15 21:51:31 2000  Owen Taylor  <otaylor@redhat.com>
15527
15528         * modules/input/Makefile.am (im_xim_la_LDFLAGS): Point
15529         -rpath to the right install location.
15530
15531         * modules/input/Makefile.am (im_inuktitut_la_LDFLAGS): Remove
15532         -export-dynamic.
15533
15534         * gtk/gtkthemes.c (gtk_theme_engine_get): Set engine->name
15535         properly.
15536
15537 2000-11-15  Havoc Pennington  <hp@pobox.com>
15538
15539         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): Apply
15540         patch from Mikael Hermansson to temporarily stop blinking while
15541         the user is using the keyboard to type or navigate. 
15542
15543         Also, when blinking, stay on for longer than we stay off. Also,
15544         return from start_cursor_blink if !cursor_visible, to save
15545         checking that flag all over the place before we call
15546         start_cursor_blink.
15547
15548 Thu Nov 16 01:25:51 2000  Robert Brady  <robert@suse.co.uk>
15549
15550         * gtk/gtkrc.*: Remove the locale-specific gtkrc's, as they
15551         only contain a "fontset" line, which is now ignored.
15552
15553         * gtk/gtkentry.c (gtk_entry_button_release): Make 
15554         double-click-to-select-word work.
15555         
15556 Wed Nov 15 20:16:54 2000  Owen Taylor  <otaylor@redhat.com>
15557
15558         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): 
15559         Don't move back one char when we are actually at the end of the 
15560         paragraph.
15561
15562 2000-11-15  Robert Brady  <robert@suse.co.uk>
15563
15564         * modules/input/iminuktitut.c (inuktitut_compose_seqs): 
15565         'o' < 'p'.
15566         
15567         * gtk/gtkmain.c: s/CODSET/CODESET/, include <libintl.h> for
15568         bind_textdomain_codeset.
15569
15570         (gtk_init_check): Make the warning about translating default:LTR
15571         sterner.
15572         
15573 Wed Nov 15 18:39:40 2000  Owen Taylor  <otaylor@redhat.com>
15574
15575         * **/Makefile.am : remove unecessary rules for win32-specific
15576         config-substituted targets. If you want these rules, use
15577         --enable-maintainer-mode (called automatically by autogen.sh).
15578         Stops a lot of unneccessary make-time warnings.
15579
15580         * gtk/gtktext{layout,display}.c: Factor in total width as
15581         well as screen when figuring alignment for word-wrap as well as
15582         no wrap; this is necessary to handle lines that cannot be wrapped
15583         at all.
15584
15585 2000-11-15  Havoc Pennington  <hp@redhat.com>
15586
15587         * gtk/testtext.c: Implement essential color cycling feature
15588
15589 2000-11-15  Havoc Pennington  <hp@redhat.com>
15590
15591         * gtk/gtktextview.c (changed_handler): Invalidate the side windows
15592         when we invalidate the main window.
15593
15594         * gtk/testtext.c (create_view): Get rid of text_changed_callback,
15595         GtkTextView will now invalidate the side windows for us when text
15596         changes.
15597
15598 Wed Nov 15 16:02:20 2000  Owen Taylor  <otaylor@redhat.com>
15599
15600         * gtk/gtktextview.c (changed_handler): Call scroll_calc_now()
15601         unconditionally, since we may need to update the horizontal
15602         scrollbars even if the height didn't change.
15603
15604         * gtk/gtktextlayout.c (add_preedit_attrs): Always get
15605         the extra attrs, since some of them affect size.
15606
15607         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Factor in
15608         x_offset correctly.
15609
15610 2000-11-15  Havoc Pennington  <hp@redhat.com>
15611
15612         * gtk/gtktextlayout.c (set_para_values): If indent is negative,
15613         don't move the first line out into the margin, instead move the
15614         whole paragraph in order to make space for the first line within 
15615         the margin
15616
15617 2000-11-15  Havoc Pennington  <hp@redhat.com>
15618
15619         * gtk/gtktextview.c (changed_handler): offset redraw rect by
15620         xoffset in addition to yoffset, so horizontal scrolling doesn't
15621         break redraws
15622
15623 2000-11-15  Havoc Pennington  <hp@redhat.com>
15624
15625         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove extra pixel
15626         from the cursor
15627         (render_layout_line): fix reversed test that caused weird
15628         underlines to get drawn
15629
15630 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
15631
15632         * gdk/linux-fb/gdkprivate-fb.h:
15633         Fix debug macros.
15634         
15635 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
15636
15637         * gdk/linux-fb/gdkprivate-fb.h:
15638         Added virtual functions set_pixel, get_color,
15639         fill_span and draw_drawable to the GC.
15640         Added global _gdk_fb_screen_gc to use instead of
15641         NULL when drawing to the screen.
15642         Added _gdk_fb_gc_calc_state() prototype.
15643
15644         * gdk/linux-fb/gdkgc-fb.c:
15645         Call _gdk_fb_gc_calc_state() on any gc state change.
15646
15647         * gdk/linux-fb/gdkglobals-fb.c:
15648         Add _gdk_fb_screen_gc
15649                 
15650         * gdk/linux-fb/gdkdrawable-fb2.c:
15651         _gdk_fb_gc_calc_state() calculates best functions
15652         for the GC state and depth.
15653         Moved bpp specialized code to separate functions.
15654         Added optimized 24 bpp AA draw_drawable.
15655
15656         * gdk/linux-fb/gdkevents-fb.c:
15657         Silence gcc warning.
15658
15659         * gdk/linux-fb/gdkimage-fb.c:
15660         Use _gdk_fb_screen_gc
15661
15662         * gdk/linux-fb/gdkwindow-fb.c:
15663         Init and use _gdk_fb_screen_gc
15664
15665         * gdk/linux-fb/mitypes.h:
15666         Remove unused types.
15667
15668 2000-11-14  Havoc Pennington  <hp@pobox.com>
15669
15670         * gtk/gtktextlayout.c (add_cursor): use PANGO_PIXELS() to convert
15671         to pixels
15672
15673 2000-11-14  Havoc Pennington  <hp@pobox.com>
15674
15675         * gtk/testtextbuffer.c (fill_buffer): change "offset" to "rise"
15676
15677         * gtk/gtktexttypes.h (GTK_TEXT_UNKNOWN_CHAR): Add macro for
15678         unknown char, no real reason we were using a variable. 
15679         Remove gtk_text_unknown_char variable. Fix all the text widget
15680         files accordingly.
15681
15682         * gtk/gtktexttypes.c: Change "unknown character" to 0xFFFC, 
15683         since the Unicode spec seems to prefer that character for our
15684         purposes.
15685
15686 Wed Nov 15 02:18:01 2000  Robert Brady  <robert@suse.co.uk>
15687
15688         * gtk/gtkrc.c (gtk_rc_get_im_module_file): The return 
15689         value of g_getenv() isn't freeable, so g_strdup it.
15690
15691         * modules/input/inuktitut.c: Inuktitut input method.
15692
15693         * modules/input/Makefile.am: Build this.
15694         
15695 2000-11-14  Elliot Lee  <sopwith@redhat.com>
15696
15697         * gtk/Makefile.am: Install gtk.immodules, needed for operation
15698         of gtk programs.
15699
15700 Tue Nov 14 20:13:06 2000  Owen Taylor  <otaylor@redhat.com>
15701
15702         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): Fix
15703         reversed > that was causing Home to go to end of previous line.
15704
15705         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): Ignore
15706         modified-keypresses (leave for bindings.)
15707
15708         * modules/input/Makefile.am: Remove useless -export-dynamic
15709         from module LDFLAGS.
15710
15711 2000-11-14  Havoc Pennington  <hp@redhat.com>
15712
15713         * gdk/gdkpango.c (gdk_draw_layout_line): Draw underlines one pixel
15714         higher.
15715
15716         * gtk/gtktextdisplay.c (render_layout_line): Take rise into
15717         account. Also, render rise, underline, background, etc. for
15718         pixbufs as well as text. Also, draw underlines one pixel higher.
15719
15720         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): Add a
15721         PangoAttribute for the rise, so it gets drawn properly. Also,
15722         add the GtkTextAppearance attribute for pixbuf/widget segments
15723         as well; we should go ahead and have rise, underline, background,
15724         stipple work for those
15725
15726         * gtk/gtktexttag.c: Rename "offset" property to "rise" to match
15727         Pango
15728
15729 2000-11-15  Tor Lillqvist  <tml@iki.fi>
15730
15731         * gtk/makefile.{mingw,msc}.in (gtk_OBJECTS): Add new objects.
15732
15733         * gtk/gtk.def: Update.
15734
15735         * gtk/gtkrc.c: Can't check for G_OS_WIN32 until glib.h has been
15736         included.
15737         (gtk_rc_get_im_module_file): Use run-time installation directory
15738         on Win32.
15739
15740         * gdk/win32/rc/gdk.rc: Remove.
15741         * gdk/win32/rc/gdk.rc.in: New file.
15742         * gdk/win32/rc/Makefile.am: New file
15743         * gdk/win32/Makefile.am: Corresponding changes.
15744
15745         * gtk/gtk.rc: Remove.
15746         * gtk/gtk-win32.rc.in: New file.
15747         * gtk/Makefile.am: Corresponding changes.
15748
15749         * configure.in: Corresponding changes.
15750
15751         * gtk/gtkcompat.h.win32: Remove, useless. A distribution already
15752         has a built gtkcompat.h. Developers using CVS code on Win32 can
15753         hand-edit it from gtkcompat.h.in.
15754
15755         * gtk/makefile.{mingw,msc}.in: Correspondingly don't try to make
15756         gtkcompat.h from gtkcompat.h.win32.
15757
15758 2000-11-14  Havoc Pennington  <hp@redhat.com>
15759
15760         * gtk/gtktextview.c (gtk_text_view_drag_motion): Fix drag-and-drop
15761         to default to GDK_ACTION_MOVE if the drag is within a single
15762         widget. Defaults to GDK_ACTION_COPY between widgets.
15763
15764 Mon Nov 13 14:43:48 2000  Owen Taylor  <otaylor@redhat.com>
15765
15766         * demos/Makefile.am (test-inline-pixbufs.h): Fix srcdir != builddir
15767
15768         * gtk/Makefile.am (INCLUDES): Add -I$(builddir)/gtk
15769
15770         * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): Handles
15771         srcdir != builddir
15772
15773         * modules/input/Makefile.am (INCLUDES): add $(top_srcdir)/gdk
15774
15775         * configure.in (GTK_VERSION): Up to 1.3.2
15776
15777         * modules/input/Makefile.am (im_xim_la_SOURCES): Add 
15778         gtkimcontextxim.h
15779
15780         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): Add
15781         missing doc comment.
15782
15783 2000-11-14  Alexander Larsson  <alexl@redhat.com>
15784
15785         * modules/linux-fb/basic.c:
15786         Use the glib iconv wrappers.
15787
15788 2000-11-13  Havoc Pennington  <hp@pobox.com>
15789
15790         * demos/gtk-demo/textview.c: spiff up the demo a bit; reveals
15791         still more bugs.
15792
15793         * gtk/gtktextview.c (gtk_text_view_value_changed): don't try to
15794         scroll the GdkWindows before realization.
15795
15796 2000-11-13  Havoc Pennington  <hp@redhat.com>
15797
15798         * gtk/gtktextdisplay.c (gtk_text_render_state_update): fix bug 
15799         where GC didn't always get updated properly
15800
15801         * demos/gtk-demo/textview.c (create_tags): Use subattributes
15802         of fonts instead of setting the entire font
15803
15804         * gtk/testtext.c (fill_example_buffer): Use "size" instead of
15805         setting entire font
15806
15807         * gtk/gtkdialog.c (gtk_dialog_add_button): Fix some warnings
15808
15809         * gtk/gtktexttag.h, gtk/gtktexttag.c: Explode font_desc into 
15810         a bunch of individually-settable font attributes. You can still 
15811         use the "font" and "font_desc" args, they just set all the font
15812         attributes at once.
15813
15814 2000-11-13 Elliot Lee <sopwith@redhat.com>
15815
15816         * gdk/gdk.h: Add a couple of missing G_GNUC_CONST's.
15817
15818 Mon Nov 13 14:29:32 2000  Jonathan Blandford  <jrb@redhat.com>
15819
15820         * gtk/gtktreemodel.c (gtk_tree_path_copy): confirm path != NULL
15821         * gtk/gtktreemodel.c (gtk_tree_path_free): ditto
15822
15823         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): make
15824         work better.
15825
15826 2000-11-13  Havoc Pennington  <hp@redhat.com>
15827
15828         * gtk/gtkimmodule.c (gtk_im_module_init): Free the filename of 
15829         the module file.
15830
15831         * gtk/gtktexttag.c (gtk_text_attributes_copy): fix memory leak of
15832         dest->language
15833
15834         * gtk/testtext.c: Test pixels above/below/inside paragraphs
15835         settings
15836
15837         * gtk/gtktextview.c: Implement object args and setters/getters for
15838         all the aspects of the GtkTextAttributes that are not set from
15839         GtkWidget attributes. This is spacing, justification, margins,
15840         etc.
15841
15842         (gtk_text_view_set_arg)
15843         (gtk_text_view_get_arg): implement get/set for editable, wrap mode
15844         args
15845         (gtk_text_view_class_init): Add args for justify, left_margin,
15846         right_margin, indent, and tabs
15847         
15848
15849         * gtk/gtktextlayout.c (set_para_values): fix to display indent
15850         attribute properly
15851
15852         * gtk/gtktexttag.c: Remove left_wrapped_line_margin attribute, 
15853         replace with indent attribute
15854
15855         * gtk/gtktextlayout.c (set_para_values): multiply indent by
15856         PANGO_SCALE
15857
15858         * gtk/gtktextdisplay.c (render_para): Use PangoLayoutIter,
15859         rearranging code to do that
15860         (gtk_text_layout_draw): Pass in the y for the whole LineDisplay,
15861         i.e. don't subtract the top_margin first, just to keep
15862         all margin-futzing in one place.
15863
15864         * gdk/gdkpango.c (gdk_draw_layout): Use PangoLayoutIter
15865
15866         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Remove
15867         special case of last line, Pango now handles this itself.
15868         (gtk_text_layout_get_iter_at_pixel): Fix incorrect clamp of the 
15869         Y coordinate
15870         (gtk_text_layout_move_iter_to_x): port to use PangoLayoutIter
15871         (find_display_line_above): wasn't moving the byte index as it
15872         iterated over lines, so always returned byte 0. Also, port to use
15873         PangoLayoutIter.
15874         (find_display_line_below): same problem as
15875         find_display_line_above. Also, port to use PangoLayoutIter.
15876
15877 2000-11-13  Alexander Larsson  <alexl@redhat.com>
15878
15879         * gdk/linux-fb/*.[ch]:
15880         Massive reindent to gtk+ standard. My hands hurt.
15881
15882         * gdk/linux-fb/gdkcolor-fb.c:
15883         Move GdkColorPrivateFB from inherited to windowing_data
15884
15885         * gdk/linux-fb/gdkcursor-fb.c:
15886         _gdk_cursor_new_from_pixmap made static
15887
15888         * gdk/linux-fb/gdkdnd-fb.c:
15889         GdkDragContextPrivate moved to windowing_data
15890
15891         * gdk/linux-fb/gdkdrawable-fb2.c:
15892         Removed endian.h, use glib endianness macros instead
15893         Some cleanups in the usage of GDK_DRAWABLE_FBDATA
15894         and GDK_DRAWABLE_IMPL_FBDATA
15895
15896         * gdk/linux-fb/gdkfont-fb.c:
15897         Add empty gdk_font_load(). Needed for linking of Gtk+.
15898
15899         * gdk/linux-fb/gdkimage-fb.c:
15900         Removed endian.h, use glib endianness macros instead
15901         Moved GdkImagePrivateFB to windowing_data
15902         gdk_image_new_bitmap didn't always allocate enough
15903         memory.
15904
15905         * gdk/linux-fb/gdkinput-ps2.c:
15906         Added semi-working support for MS serial mice.
15907
15908         * gdk/linux-fb/gdkprivate-fb.h:
15909         s/GdkWindowPrivate/GdkWindowObject/
15910         Removed GdkWindowPrivate typedef
15911         s/GDK_DRAWABLE_P/GDK_DRAWABLE_FBDATA/
15912         Removed GDK_DRAWABLE_P
15913         Move GdkColorPrivateFB from inherited to windowing_data
15914         Moved GdkImagePrivateFB to windowing_data
15915
15916         * gdk/linux-fb/gdkvisual-fb.c:
15917         Removed some unused debug code.
15918
15919         * gdk/linux-fb/gdkwindow-fb.c:
15920         Use stock cursors instead of including X headers.
15921         s/GdkWindowPrivate/GdkWindowObject/
15922
15923         * gdk/linux-fb/mitypes.h:
15924         Removed unused types.
15925
15926         * modules/linux-fb/basic.c:
15927         Use the pango fribidi wrappers.
15928
15929 2000-11-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
15930
15931         * gdk/linux-fb/gdkcolor-fb.c, gdk/nanox/gdkmain-nanox.c,
15932         gdk/win32/gdkcolor-win32.c, gdk/win32/gdkwin32id.c,
15933         gdk/x11/gdkcolor-x11.c, gdk/x11/gdkvisual-x11.c, gdk/x11/gdkxid.c,
15934         gtk/gtkgc.c, gtk/gtkrc.c, gtk/gtktext.c: GCompareFunc ->
15935         GEqualFunc where applicable.
15936         
15937         * gdk/linux-fb/gdkpango-fb.c: pango_font_description_compare ->
15938         pango_font_description_equal as changed in pango.
15939         
15940         * gdk/nanox/gdkmain-nanox.c: gdk_xid_compare -> gdk_xid_equal.
15941
15942         * gdk/win32/gdkcolor-win32.c: gdk_colormap_cmp -> gdk_colormap_equal.
15943
15944         * gdk/win32/gdkwin32id.c: gdk_handle_compare -> gdk_handle_equal.
15945
15946         * gdk/x11/gdkcolor-x11.c: gdk_colormap_cmp -> gdk_colormap_equal.
15947
15948         * gdk/x11/gdkvisual-x11.c: gdk_visual_compare -> gdk_visual_equal.
15949
15950         * gdk/x11/gdkxid.c: gdk_xid_compare -> gdk_xid_equal.
15951
15952         * gtk/gtkgc.c: gtk_gc_key_compare -> gtk_gc_key_equal and
15953         gtk_gc_drawable_compare -> gtk_gc_drawable_equal.
15954
15955         * gtk/gtkrc.c: gtk_rc_style_compare -> gtk_rc_style_equal and
15956         gtk_rc_styles_compare -> gtk_rc_styles_equal.
15957
15958 2000-11-12  Havoc Pennington  <hp@pobox.com>
15959
15960         * demos/gtk-demo/Makefile.am (democodedir): change demo install
15961         dir to datadir/gtk+-2.0/demo
15962
15963         * demos/gtk-demo/textview.c: Text widget demo; reveals all 
15964         sorts of text widget and Pango font bugs. Urgh.
15965
15966         * demos/gtk-demo/Makefile.am (demos): Add textview.c
15967
15968         * demos/gtk-demo/main.c (create_tree): Add instructions at top of
15969         tree that you should double click to see the demo. Fix 
15970         types of variables to reflect changed return values from 
15971         GtkTreeStore and GtkTreeViewColumn constructors.
15972
15973         * gtk/gtktextbuffer.c (gtk_text_buffer_new): ref/sink the
15974         newly-created buffer to prepare for GObject semantics
15975
15976         * gtk/testtext.c: don't leak the buffer with GObject semantics
15977
15978         * gtk/testtextbuffer.c: ditto
15979         
15980 2000-11-12  Havoc Pennington  <hp@pobox.com>
15981
15982         Rename this testgtk to gtk-demo to avoid confusion, and 
15983         install it so people can use it as a supplement to 
15984         the documentation.
15985         
15986         * demos/gtk-demo: Moved from demos/testgtk
15987
15988         * demos/testgtk: Removed
15989
15990         * configure.in: make Makefile in gtk-demo
15991         
15992         * demos/gtk-demo/Makefile.am: Install sample source to 
15993         datadir/gtk-demo (maybe there's a better place?), and 
15994         rename the binary to gtk-demo
15995         
15996         * demos/gtk-demo/main.c (load_file): Load installed sample
15997         source if source isn't found in pwd.
15998
15999 2000-11-09  Havoc Pennington  <hp@pobox.com>
16000
16001         * gtk/gtkentry.c (gtk_entry_class_init): Add an "invisible_char" 
16002         argument to set the char displayed when visibility == FALSE
16003         (gtk_entry_create_layout): If !entry->visible, replace 
16004         all chars with the "invisible char"
16005
16006         * gtk/testgtk.c: Test the invisible_char deal
16007         
16008 Mon Nov 13 02:16:33 2000  Robert Brady  <robert@suse.co.uk>
16009
16010         * gtk/gtkstyle.c (gtk_style_init): Fall back to "fixed" if we
16011         can't get a native font in the right encoding.
16012
16013 Mon Nov 13 00:09:29 2000  Robert Brady  <robert@suse.co.uk>
16014
16015         * configure.in: Chinese .pos have been renamed to zh_CN and zh_TW
16016         respectively.
16017
16018 Sun Nov 12 19:11:42 2000  Owen Taylor  <otaylor@redhat.com>
16019
16020         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_next_line):
16021         Fix warning when moving between paragraphs.
16022
16023         * gtk/gtkentry.[ch]: Change move => move_cursor, 
16024         delete => delete_from_cursor, insert => insert_at_cursor
16025
16026 Sun Nov 12 22:52:51 2000  Robert Brady  <robert@suse.co.uk>
16027
16028         * modules/input/imviqr.c: A vietnamese VIQR-based input method.
16029
16030         * modules/input/imthai-broken.c: A Thai input method for use if
16031         Thai keys are really generating Latin1 keysyms.
16032
16033         * modules/input/Makefile.am: Build these.
16034
16035 Sun Nov 12 22:15:35 2000  Robert Brady  <robert@suse.co.uk>
16036
16037         * gtk/gtkfileselection.c, gdk/win32/gdkfont-win32.c: 
16038         g_filename_{to,from}_utf8 now takes an extra parameter.
16039
16040         * gtk/gtkcalendar.c (gtk_calendar_init): Convert output of
16041         strftime into UTF-8.
16042
16043         (column_from_x, gtk_calendar_paint_day_names): Support RTL
16044         calendars.
16045
16046         (gtk_calendar_paint_day_names): Draw day names in the right 
16047         place.
16048         
16049 Sun Nov 12 14:10:09 2000  Owen Taylor  <otaylor@redhat.com>
16050
16051         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): Fix
16052         problem with using result of g_get_charset() backwards -
16053         pointed out by Mikael Hermansson <mikeh@bahnhof.se>.
16054
16055         * gtk/gtkwindow.c (gtk_window_compute_hints): Support
16056         negative min_width/height and max_width/height to
16057         mean "requisition"; this allows setting a window
16058         to be user-resizable in only one direction easily.
16059
16060         * gtk/testgtk.c (create_main_window): Remove hard-coded
16061         usize - set a default size in the vertical direction.
16062
16063 Sun Nov 12 13:33:01 2000  Owen Taylor  <otaylor@redhat.com>
16064
16065         * gtk/gtkrange.c: Add some missing casts. Support 
16066         2 and 3 button clicks on the arrows to mean 
16067         "move by pages" and "jump to end". (Like gtkspinbutton)
16068
16069 2000-11-12 Hans Breuer <Hans@Breuer.Org>
16070
16071         * gdk/win32/makefile.msc : reflect build module changes
16072
16073         * gdk/win32/gdkcursor-win32.c : can't cast to impl type directly
16074         from GdkPixmap*, cast implementation member instead.
16075
16076         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_drawable) : The
16077         passed in drawable is of type GdkDrawableImplWin32, the GdkPixmap *src 
16078         maybe either GdkDrawable or GdkDrawableImpl. Corrected all casts, add
16079         more Gdi functions return value checking. 
16080         (gdk_win32_draw_image) : use IMAGE_PRIVATE_DATA to get on the
16081         GdkImagePrivateWin32 *.
16082
16083         * gdk/win32/gdkevents-win32.c : Disable the SetCapture call to make
16084         menus useable again. Add #pragma message to keep reminded on this issue.
16085         (gdk_event_translate) : don't generate GDK_EXPOSE events for InputOnly
16086         windows. This allows to enable backing store on Win32!
16087
16088         * gdk/win32/gdkimage-win32.c (_gdk_win32_get_image) : the passed
16089         in drawable is of impl type. Correct specific type checks appropriate.
16090  
16091         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_create_from_data) : check 
16092         GDK_WINDOW_DESTROYED before allocating new resources.
16093
16094         * gdk/win32/gdkselection-win32.c : Handle GDK_WINDOW_DESTROYED case
16095
16096         * gdk/win32/gdkwindow-win32.c : more Gdi return value checking,
16097         (gdk_window_foreign_new) initialize parent handle.
16098         (gdk_window_destroy_notify) add GDK_IS_WINDOW check
16099
16100         * gdk/win32/gdkgeometry-win32.c (_gdk_window_move_resize_child) :
16101         Let the GDI invalidate the window on MoveWindow call to fix scrolling
16102         problems (e.g. main buttons in testgtk). 
16103
16104 Sat Nov 11 23:07:30 2000  Owen Taylor  <otaylor@redhat.com>
16105
16106         * gtk/gtkentry.c (gtk_entry_key_press): Call 
16107         gtk_widget_activate for GDK_Return.
16108
16109         * gtk/gtkentry.c (gtk_entry_preedit_changed_cb): Fix handling
16110         of preedit cursor position.
16111
16112 Sun Nov  5 04:24:53 2000  Owen Taylor  <otaylor@redhat.com>
16113
16114         * gtk/gtkcellrenderertextpixbuf.c: Make parent_class
16115         static.
16116
16117 Tue Sep 19 10:54:22 2000  Owen Taylor  <otaylor@redhat.com>
16118
16119         * modules/input/{gtkimcontextxim.[ch],imxim.c}: Rip
16120         out support for multiple locales; that simple doesn't
16121         work reliably with current Xlib
16122
16123         * gtk/gtkimcontext*.[ch] gtk/gtkimmulticontext.[ch]
16124         gtk/gtktextlayout.[ch] gtk/gtktextview.c gtk/gtkentry.c: 
16125         Add support for positioning the cursor within the preedit string.
16126
16127 Mon Sep 18 23:56:32 2000  Owen Taylor  <otaylor@redhat.com>
16128
16129         * modules/input/{imxim.c,gtkimcontextxim.[ch]}: Start
16130         at XIM input method module.
16131
16132         * gtk/gtktextview.c: Check for bindings after passing
16133         events to im context filter.
16134
16135 Mon Sep 18 11:50:51 2000  Owen Taylor  <otaylor@redhat.com>
16136
16137         * gtk/gtktextlayout.c (add_preedit_attrs): Handle
16138         empty attribute lists properly.
16139
16140 Sun Sep 17 10:08:16 2000  Owen Taylor  <otaylor@redhat.com>
16141
16142         * gtk/queryimmodules.c (main): Return non-zero exit
16143         status if errors were encountered querying any
16144         modules.
16145
16146         * modules/input/Makefile.am (moduledir): remove
16147         leftover bin program target.
16148
16149         * docs/make-todo: Fix typo in error message.
16150
16151 Sat Sep 16 14:04:30 2000  Owen Taylor  <otaylor@redhat.com>
16152
16153         * configure.in: Add modules/input/Makefile
16154
16155 Sat Sep 16 14:01:52 2000  Owen Taylor  <otaylor@redhat.com>
16156
16157         * gtk/gtk.h: include gtkmodule.h gtkoldeditable.h,
16158         don't include gtkthemes.h.
16159
16160         * gtk/testgtk.c gtk/testtext.c: Set environment variables
16161         to point
16162
16163         * gtk/Makefile.am: Add new .c and .h files, build 
16164         gtk-query-immodules and use it to create a gtk.immodules
16165         file for use of test programs.
16166
16167         * gtk/gtkpreview.c: remove extra blank line.
16168
16169 Sat Sep 16 13:21:04 2000  Owen Taylor  <otaylor@redhat.com>
16170
16171         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_add_table): 
16172         Add the ability to add extra tables beyond the default
16173         one, and also the ability to have compose sequences 
16174         that are prefixes of other compose sequences. 
16175
16176         * gtk/gtkimcontextsimple.c: Export a preedit string which
16177         consists of possible candidates for keystrokes that have
16178         been entered but not yet committed.
16179
16180         * gtk/gtkimcontext.[ch] gtk/immulticontext.[ch]
16181         gtk/gtkimcontextsimple.[ch]: add gtk_im_context_reset()
16182
16183         * gtk/gtkmulticontext.[ch] (gtk_im_multicontext_append_menuitems): 
16184         Add a function to add input-method switching menu items
16185         to a menu.
16186
16187         * gtk/gtkimmulticontext.[ch]: Properly handly set_client_window
16188         when switching input methods.
16189
16190         * gtk/gtkimcontextsimple.[ch]: Change the format of
16191         the compose table to allow compose tables of different
16192         lengths / sequence.
16193
16194 Sat Sep 16 13:05:48 2000  Owen Taylor  <otaylor@redhat.com>
16195
16196         * gtk/gtkimmodule.[ch]: Support routines for loading
16197         GtkIMContext implementations dynamically at runtime.
16198
16199         * modules/input/imcyrillic-translit.c: A sample input
16200         method (based on GtkIMContextSimple with an extra table),
16201         which demonstrates preedit strings and the module
16202         system for input modules
16203
16204         * gtk/queryimmodules.c: Program to query the available
16205         input modules and write the results into a file.
16206          
16207         * gtk/gtkrc.[ch] (gtk_rc_get_im_module_file): Add
16208         extra config options "im_module_file" (cache file for
16209         input method modules), and "im_module_path" - path
16210         to look for modules when generating cache file.
16211
16212         This doesn't scale.
16213
16214 Sat Sep 16 13:09:06 2000  Owen Taylor  <otaylor@redhat.com>
16215
16216         * gtk/gtkthemes.[ch] gtk/gtkmodule.[ch]: Move most of the 
16217         generic code from gtkthemes into a new abstraction
16218         GtkModule which has the logic for implementing
16219         a loadable module which implements a number of 
16220         GObject types.
16221
16222 Sat Sep 16 13:07:13 2000  Owen Taylor  <otaylor@redhat.com>
16223
16224         * gtk/gtkeditable.[ch]: Convert GtkEditable from
16225         a class into an interface  
16226         
16227         * gtk/gtkoldeditable.[ch]: Move the old editable
16228         implementation into here, so legacy widgets can
16229         still rely on the implemenation. GtkOldEditable
16230         exports GtkEditable. Make selection handling
16231         code use new text conversion functions (and
16232         handle UTF-8 as a side-effect). Use GtkClipboard
16233         for CLIPBOARD.
16234
16235         * gtk/gtktext.[ch] gtk/gtkcombo.c gtk/gtkspinbutton.c:
16236         Adopt to match above changes.
16237
16238         * gtk/gtkentry.[ch]: Implement GtkEditable directly,
16239         avoid GtkOldEditable implementation. Restructure
16240         to reduce number of places that modify state directly.
16241         Move to GtkBindingSet. Display the preedit string.
16242         Queue recomputation of PangoLayout and scroll position
16243         to improve effiency of doing complex changes naively.
16244         Add a menu with cut/copy/paste and input method selection.
16245
16246 Thu Sep 14 22:11:05 2000  Owen Taylor  <otaylor@redhat.com>
16247
16248         * gtk/gtktextlayout.[ch]: Add gtk_text_layout_set_preedit_string()
16249         to set preedit string and attributes; display preedit string by
16250         inserting string and attributes at cursor when creating the
16251         GtkTextLineDisplay.
16252
16253         * gtk/gtktextlayout.c: Move all conversions between byte
16254         positions in PangoLayout and GtkTextIter into new functions
16255         line_display_iter_to_index/index_to_iter that properly
16256         handle the preedit string.
16257
16258         * gtk/gtktextmark.[ch]: Restore gtk_text_mark_get_name, modify
16259         it to return const char * (eventually will end up
16260         as GCONST char *, most likely.)
16261
16262         * gtk/gtktextview.[ch]: Handle the preedit string, call
16263         gtk_im_context_reset() as necessary, add a menu to switch
16264         input methods.
16265         
16266         * gtk/gtktextlayout.[ch]: Remove useless
16267         gtk_text_layout_get_log_attrs() function.
16268
16269 2000-11-11  Tor Lillqvist  <tml@iki.fi>
16270
16271         * gdk/gdk.def
16272         * gtk/gtk.def: Update.
16273
16274         * gdk/win32/*.c: Add last argument to g_type_register_static()
16275         calls.
16276
16277         * gdk/win32/gdkwindow-win32.c: Silence gcc -Wall.
16278
16279         * gdk/win32/gdkevents-win32.c: Handle MSH_MOUSEWHEEL messages
16280         generated by older wheel mouse drivers. Get the correct y
16281         coordinate from WM_MOUSEWHEEL messages.
16282
16283         * gdk/win32/gdkgc-win32.c (gdk_win32_cap_style_to_string,
16284         gdk_win32_fill_style_to_string, gdk_win32_function_to_string,
16285         gdk_win32_join_style_to_string, gdk_win32_line_style_to_string):
16286         Debugging functions.
16287
16288         * gdk/win32/gdkprivate-win32.h: Declare them.
16289
16290         * gdk/win32/gdkinput-win32.h: Add declaration for
16291         gdk_input_window_destroy().
16292
16293         * gtk/makefile.mingw.in: Pass -DGTK_VERSION. Add gtktreemodel.o.
16294
16295 Fri Nov 10 19:06:41 2000  Jonathan Blandford  <jrb@redhat.com>
16296
16297         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): New
16298         function to help handle keeping things in sync.
16299
16300 Fri Nov 10 12:10:34 2000  Jonathan Blandford  <jrb@redhat.com>
16301
16302         * gtk/gtkliststore.c (gtk_model_simple_class_init): use the new
16303         BOXED marshallers.
16304
16305         * gtk/gtkliststore.c (gtk_list_store_get_column_type): Add this.
16306         (gtk_list_store_class_init): use the new BOXED marshallers.
16307
16308         * gtk/gtktreestore.c (gtk_tree_store_new_with_types): change
16309         new_with_values to new_with_types.
16310         (gtk_tree_store_get_column_type): add this.
16311         (gtk_tree_store_class_init): use the new BOXED marshallers.
16312
16313         * gtk/gtkmarshal.list: Added a number of BOXED marshallers to
16314         mirror some POINTER marshallers.
16315
16316 Thu Nov  9 11:23:22 2000  Jonathan Blandford  <jrb@redhat.com>
16317
16318         * gtk/gtktreemodel.h (struct _GtkTreeIter): added more fields to
16319         allow more interesting iterators.  Also, made the lifecycle of
16320         iterators more explicit.
16321
16322         * gtk/gtktreemodelsort.[ch]: New model for sorting.
16323
16324         * gtk/gtk-boxed.defs (GtkTreeIter, GtkTreePath): Added two boxed
16325         types.
16326
16327 2000-11-09  Alexander Larsson  <alexl@redhat.com>
16328
16329         * demos/testgtk/menus.c:
16330         Changes to make the new testgtk compile after
16331         gtk_menu_append was removed.
16332
16333         * gdk/linux-fb/gdkdrawable-fb2.c
16334         (gdk_fb_get_depth, gdk_fb_get_visual,
16335         gdk_drawable_impl_fb_class_init): Implement
16336         these drawable functions. Now GtkImages work again.
16337
16338         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Change prototype.
16339
16340         * gdk/linux-fb/gdkprivate-fb.h (_gdk_fb_get_image): Change prototype.
16341         
16342         * gdk/linux-fb/gdkmain-fb.c (fb_modes_parse_mode,
16343         gdk_fb_setup_mode_from_name, gdk_fb_set_mode, gdk_fb_display_new);
16344         Parse /etc/fb.modes, use the environment variables GDK_DISPLAY_MODE,
16345         GDK_DISPLAY_DEPTH, GDK_DISPLAY_WIDTH, GDK_DISPLAY_HEIGHT.
16346
16347 2000-11-08  Havoc Pennington  <hp@pobox.com>
16348
16349         * gtk/gtktexttag.c (gtk_text_tag_class_init): Add visible and
16350         visible_set args, don't know where these had gone, I thought they
16351         used to be there
16352
16353         * gtk/testtext.c: Add a menu item to apply invisibility tag;
16354         now we can test the feature and see that it's totally broken.
16355
16356 2000-11-08  Havoc Pennington  <hp@pobox.com>
16357
16358         Make DND copy pixbufs and tags when source and target share a 
16359         tag table.
16360         
16361         * gtk/gtktextview.c (gtk_text_view_drag_data_get): provide the
16362         in-process GTK_TEXT_BUFFER_CONTENTS target
16363         (gtk_text_view_drag_data_received): Paste from
16364         GTK_TEXT_BUFFER_CONTENTS if we receive it.
16365
16366 2000-11-08  Alexander Larsson  <alexl@redhat.com>
16367
16368         * docs/Changes-2.0.txt: Add note about GtkMenuPositionFunc
16369         API changes.
16370
16371         * gtk/gtkmenu.c: Add support for scrolling menus.
16372         Remove gtk_menu_append/prepend/insert, these have been moved to
16373         gtkcompat.h as #defines.
16374
16375         * gtk/gtkcompat.h.in:
16376         Add compatibility #defines for gtk_menu_append/prepend/insert
16377
16378         * gtk/gtkmenu.h: Add data needed for scrolling menus.
16379         GtkMenuPositionFunc gets an extra argument push_in.
16380         gtk_menu_append/prepend/insert removed.
16381         
16382         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Change menu
16383         positioning behaviour to fit to scrolling menus.
16384
16385         * gtk/gtkmenuitem.c (gtk_menu_item_forall): Don't recurse
16386         into menuitem->submeny. That is wrong, and broke torn
16387         off submenus of torn off menus, since they were unrealized
16388         when the first menu was unrealized.
16389
16390         * gtk/gtkmenushell.[ch]: Virtualize gtk_menu_shell_insert() and
16391         gtk_menu_shell_select_item() since these need to be overridden in
16392         GtkMenu.
16393
16394         * gtk/gtkoptionmenu.c (gtk_opttion_menu_position): Change menu
16395         positioning behaviour to fit to scrolling menus.
16396         (gtk_option_menu_key_press, gtk_option_menu_button_press): Select
16397         the current item so that it is prelighted when the menu pops up.
16398         This is a workaround to the fact that the menu doesn't get the
16399         initial enter event (due to grabs).
16400
16401         * gtk/gtkfilesel.c, gtk/gtkinputdialog.c, gtk/testgtk.c:
16402         s/gtk_menu_append/gtk_menu_shell_append/
16403
16404         * gtk/gtknotebook.c:
16405         s/gtk_menu_insert/gtk_menu_shell_insert/
16406
16407         * gtk/testgtk.c (create_menu, create_menus):
16408         Create the first menu with 50 items so that menu scrolling
16409         can be tested.
16410         
16411         
16412         Patch from Jonathan Blandford  <jrb@redhat.com>
16413
16414         * gtk/gtkmenuitem.[ch] (gtk_menu_item_toggle_size_request): new
16415         system to handle size requests.  First, we ask what the size of
16416         the toggle is.  Then, when allocating the size, we allocate the
16417         toggle_size first.  This way we can have multiple menu-item
16418         classes w/o needing a seperate class for each.
16419
16420         * gtk/gtkmenu.c (gtk_menu_size_request): Actually use the new system.
16421         * gtk/gtkmenu.c (gtk_menu_size_allocate): Use the new system.
16422
16423         * gtk/gtkcheckmenuitem.c
16424         (gtk_check_menu_item_toggle_size_request): New function to handle
16425         the toggle size-request.
16426
16427 2000-11-07  Havoc Pennington  <hp@redhat.com>
16428
16429         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location):
16430         Half-ass somewhat fix this function, so that scrolling to the
16431         insertion point works. Pango hacking is in the future to really
16432         fix it.
16433
16434         * gtk/gtktextview.c (gtk_text_view_drag_data_get): Don't calculate
16435         length of data, no longer used.
16436
16437         * gtk/gtktextbuffer.c (gtk_text_buffer_finalize): move destroy
16438         method contents in here, get rid of destroy method
16439         (gtk_text_buffer_insert_range): Fix some g_return_if_fail checks
16440         that were backward. Remove debug spew.
16441         (cut_or_copy): Make the clipboard work with insert_range to
16442         preserve tags and pixbufs, not just the primary selection.
16443
16444 2000-11-07  Havoc Pennington  <hp@redhat.com>
16445
16446         * gtk/gtktextmark.c (gtk_text_mark_is_visible): rename 
16447         to gtk_text_mark_get_visible
16448
16449         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): fix
16450         bug that was generating an invalid iterator
16451
16452         * gtk/gtktextiter.c (gtk_text_iter_get_offset): move call to
16453         ensure_char_offsets() in front of code placing the iter in an
16454         invalid state.
16455
16456         * gtk/gtktextbuffer.c (gtk_text_buffer_paste_primary):
16457         make override_location arg const
16458         (paste): Replace the selection if we paste into the 
16459         current selection
16460
16461         * gtk/gtkselection.h: Remove "GtkSelectioData"
16462         (struct _GtkSelectionData): move the definition here.
16463
16464         * gtk/gtktextbuffer.c (gtk_text_buffer_update_primary_selection):
16465         Export the GTK_TEXT_BUFFER_CONTENTS target for in-process copies
16466
16467         * gtk/gtktextiter.c (gtk_text_iter_get_tags): New function
16468
16469         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_range): implement
16470         (gtk_text_buffer_insert_range_interactive): implement
16471         (gtk_text_buffer_get_tags): Remove, replaced by
16472         gtk_text_iter_get_tags()
16473
16474         * gtk/gtktextiter.c (gtk_text_iter_forward_search): Add a search
16475         limit parameter, to avoid infinite linear scan.
16476         (gtk_text_iter_backward_search): Add search limit
16477         (gtk_text_iter_forward_find_char): Add search limit
16478         (gtk_text_iter_backward_find_char): Add search limit
16479
16480 2000-11-07  Alexander Larsson  <alla@lysator.liu.se>
16481
16482         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
16483         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkimage-fb.c,
16484         gdk/linux-fb/gdkpango-fb.c, gdk/linux-fb/gdkpixmap-fb.c,
16485         gdk/linux-fb/gdkwindow-fb.c:
16486         use g_object_new() instead of g_type_create_instance() which
16487         is a private function for fundamental type implementations.
16488
16489         * gdk/linux-fb/gdkinput-ps2.c:
16490         Use MEDIUMRAW instead of RAW keycodes. Remove keyboard state-table
16491         instead just store the current modifier state. Add a (somewhat broken)
16492         keyboard input parser for XLATE mode too, if we couldn't use MEDIUMRAW.
16493         Rename exported function gdk_input_ps2_get_mouseinfo to
16494         gdk_input_get_mouseinfo.
16495
16496         * gdk/linux-fb/gdkmain-fb.c, gdk/linux-fb/gdkprivate-fb.h,
16497         gdk/linux-fb/gdkwindow-fb.c:
16498         gdk_input_ps2_get_mouseinfo was renamed to gdk_input_get_mouseinfo.
16499         
16500
16501 2000-11-02  Havoc Pennington  <hp@redhat.com>
16502
16503         * gtk/gtkfilesel.h, gtk/gtkfilesel.c: Derive from GtkDialog, and
16504         use stock buttons. Should be 100% source compatible, appropriate
16505         filesel fields now point to dialog->vbox and dialog->action_area.
16506         On the bizarre side, dialog->action_area and filesel->action_area
16507         are not the same widget.
16508         (gtk_file_selection_init): Put some padding around the selection
16509         entry, so it isn't touching the GtkDialog separator.    
16510
16511         * gtk/gtkfontsel.h, gtk/gtkfontsel.c: Derive from GtkDialog, 
16512         use stock buttons, etc. Should also be source compatible.
16513         Set the dialog default title in _init not _new().
16514         
16515         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): 
16516         Use stock buttons; don't put a button box inside the existing
16517         dialog button box. Don't bother with push/pop colormap anymore.
16518
16519         * gtk/gtkdialog.h (GtkResponseType): Add a bunch of more 
16520         specific GTK_RESPONSE_* values. This is clearer than ACCEPT/REJECT
16521         for message dialog, and necessary for the font selection and color
16522         selection with help and apply buttons.
16523         
16524         * gtk/gtkdialog.c (gtk_dialog_add_button): Return a pointer 
16525         to the created button widget. Set GTK_CAN_DEFAULT on the button.
16526         (gtk_dialog_init): Default to GTK_BUTTONBOX_END, put less spacing
16527         between buttons, put less padding around the action area.
16528         (gtk_dialog_run): Exit on unmap rather than on destroy. 
16529         This will also exit the loop if the widget is hidden.
16530         (gtk_dialog_delete_event_handler): Use GTK_RESPONSE_DELETE_EVENT
16531         instead of GTK_RESPONSE_NONE; since we're already adding a bunch
16532         of GTK_RESPONSE_* stuff, this seems cleaner, and lets you 
16533         special-case delete event.
16534
16535         * gtk/gtktexttagtable.c, gtk/gtktextview.c: Fix doc comment
16536         formatting
16537         
16538 Sun Nov  5 05:32:39 2000  Tim Janik  <timj@gtk.org>
16539
16540         * gtk/testgtk.c (uposition_stop_configure): provide a toggle
16541         button to temporarily disable position recording in the
16542         "saved position" test.
16543
16544 Sat Nov  4 05:37:17 2000  Tim Janik  <timj@gtk.org>
16545
16546         * gtk/gtkthemes.c: added compat code that temporarily implements
16547         GtkThemeEnginePlugin as a GObject exporting GTypePlugin. this is
16548         going to be revamped by owen's upcoming GtkModule patches, but
16549         untill then people want gtk to build, right? ;)
16550
16551 2000-11-04  Havoc Pennington  <hp@pobox.com>
16552
16553         * gtk/gtkenums.h: remove trailing comma from GtkDeleteType member
16554         list
16555
16556         * docs/Changes-2.0.txt: Add note about
16557         gtk_container_get_toplevels()
16558
16559         * gtk/gtktextview.h: formatting
16560         
16561         * gtk/gtktextview.c: don't start descriptions with "Returns",
16562         confuses gtk-doc
16563
16564 Sat Nov  4 10:12:27 2000  Owen Taylor  <otaylor@redhat.com>
16565
16566         * autogen.sh: When doing sanity checking on ACLOCAL_FLAGS,
16567         look for glib-2.0.m4 not glib.m4. (Ali Abdin)
16568
16569 2000-11-03  Havoc Pennington  <hp@redhat.com>
16570
16571         * gtk/gtktexttagtable.c: Docs
16572         (gtk_text_tag_table_size): return a signed int
16573
16574         * gtk/gtktexttag.c: s/tkxt/text/g; write documentation
16575         (gtk_text_tag_event): make the event_object a GObject
16576
16577         * gtk/gtktextview.c: Write API docs for all functions.
16578
16579         * gtk/gtktextview.h: add GTK_TEXT_WINDOW_PRIVATE as return value
16580         for gtk_text_view_get_window_type() called on one of the private
16581         windows.
16582
16583         * gtk/gtktextview.c: Instead of accessing text_view->buffer
16584         directly, call get_buffer() which demand-creates a default
16585         buffer. So gtk_text_view_new() can be used to create a view with a
16586         default buffer in it, if you just want an empty text box users can
16587         put data in. Useful for GUI builders also.
16588
16589 2000-11-03  Pablo Saratxaga <pablo@mandrakesoft.com>
16590
16591         * gtk/gtkrc.zh_TW.*: moved gtkrc.zh_TW.Big5 to gtkrc.zh_TW.big5;
16592         the charset encodign portion MUST be in lowercase.
16593         * gtk/gtkrc.az: added file for Azeri language
16594
16595 2000-11-03  Havoc Pennington  <hp@redhat.com>
16596
16597         Get widgets working on the btree/buffer side. Display of them 
16598         still doesn't work.
16599         
16600         * gtk/gtktextview.c: start implementing child widget stuff
16601
16602         * gtk/gtktextiter.c (gtk_text_iter_get_child_anchor): new function
16603
16604         * gtk/gtktextlayout.c: handle embedded widgets
16605
16606         * gtk/gtktextdisplay.c: handle embedded widgets
16607
16608         * gtk/gtktextchild.c: Implement all the child anchor goo
16609
16610         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor): New
16611         function
16612
16613         * gtk/gtktextbtree.c: Add child anchor table to the btree struct
16614         (insert_pixbuf_or_widget_segment): abstract out common portions of 
16615         creating a child anchor or a pixbuf segment.
16616         (gtk_text_btree_create_child_anchor): new function
16617         (gtk_text_btree_unregister_child_anchor): new function
16618
16619         * gtk/gtkmarshal.list: added VOID:OBJECT,INT,INT for the
16620         allocate_child signal on GtkTextLayout
16621
16622         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): fix bogus return
16623         values
16624         (gtk_text_iter_get_child_anchor): new function
16625
16626         * gtk/gtktextbuffer.c (gtk_text_buffer_real_changed): Add a
16627         default handler for the changed signal, which calls
16628         gtk_text_buffer_set_modified(), instead of just always emitting
16629         changed then calling set_modified() manually. I guess this is
16630         maybe more flexible. It seems logical.
16631
16632 Fri Nov  3 08:58:38 2000  Tim Janik  <timj@gtk.org>
16633
16634         * gtk/gtkobject.c: _g_signal_handlers_destroy() is prefixed with '_'
16635         now.
16636
16637         * gtk/gtksignal.c: use g_signal_connect_closure_by_id() now.
16638
16639 Thu Nov  2 14:10:51 2000  Owen Taylor  <otaylor@redhat.com>
16640
16641         * gdk/x11/gdkdnd-x11.c: Fix a bunch of functions that should have
16642         been marked static.
16643
16644 2000-11-02  Havoc Pennington  <hp@redhat.com>
16645
16646         * gtk/testgtk.c (create_labels): had a test backward
16647
16648         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Copy the client-side GC
16649         fields, so the dest GC ends up with the correct clip origin, 
16650         etc. Fixes a bug where colored labels didn't redraw 
16651         properly.
16652
16653 2000-11-02  Alexander Larsson  <alexl@redhat.com>
16654
16655         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
16656         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkpango-fb.c,
16657         gdk/linux-fb/gdkpixmap-fb.c, gdk/linux-fb/gdkwindow-fb.c:
16658         Add last argument to t_type_register_static call.
16659         
16660         * gdk/linux-fb/gdkdrawable-fb2.c:
16661         Add last argument to t_type_register_static call.
16662         export the get_image drawable virtual function.
16663
16664         * gdk/linux-fb/gdkimage-fb.c:
16665         Add last argument to t_type_register_static call.
16666         rename gtk_image_get to _gdk_fb_get_image and
16667         export it for use by gdkdrawable-fb2.
16668
16669         * gdk/linux-fb/gdkprivate-fb.h:
16670         export _gdk_fb_get_image.
16671
16672         * gdk/linux-fb/gdkselection-fb.c:
16673         Add new api call stubs.
16674
16675         * gtk/Makefile.am:
16676         Missing ( in linux-fb part.
16677
16678         * modules/linux-fb/Makefile.am:
16679         Must link with gdk_pixbuf or get unresolved symbol.
16680
16681 2000-11-01  Havoc Pennington  <hp@pobox.com>
16682
16683         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Use 
16684         GTK_TYPE_TEXT_ITER and BOXED marshallers
16685
16686         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): ditto
16687
16688         * gtk/gtktexttag.c (gtk_text_tag_class_init): ditto
16689         
16690         * gtk/gtk-boxed.defs: add GtkTextIter
16691
16692         * gtk/gtkmarshal.list: Add marshallers for text widget that 
16693         properly use OBJECT and BOXED
16694
16695 2000-11-01  Havoc Pennington  <hp@redhat.com>
16696
16697         * gtk/testgtk.c (create_labels): Test set_markup_with_accel()
16698
16699         * gtk/gtklabel.c (set_markup): Convert the unichar to a GDK keyval
16700         before returning it. 
16701         
16702 2000-11-01  Havoc Pennington  <hp@redhat.com>
16703
16704         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
16705         Clip the rectangle to be rendered to the drawable, since
16706         get_from_drawable() requires a region within the drawable
16707
16708 2000-11-01  Havoc Pennington  <hp@redhat.com>
16709
16710         * gtk/gtkimage.c (gtk_image_expose): Um, don't randomly subtract 4
16711         from coordinates.
16712
16713 Wed Oct 25 20:10:57 2000  Owen Taylor  <otaylor@redhat.com>
16714
16715         * gdk/gdkevents.c (gdk_event_copy): Only ref the window if
16716         it isn't NULL.
16717
16718 2000-11-01  Havoc Pennington  <hp@pobox.com>
16719
16720         * gtk/gtklabel.c (gtk_label_set_attributes): Set a PangoAttrList
16721         on a label
16722         (gtk_label_finalize): unref the attr list if any.
16723
16724         * gtk/testgtk.c (create_get_image): close test on second click
16725         (make_message_dialog): close dialog if it exists
16726
16727         * gdk/gdkpango.c (gdk_draw_layout): Handle rise attribute
16728
16729         * gdk-2.0.pc.in (Requires): Make it require gdk-pixbuf-2.0 not
16730         gdk-pixbuf
16731
16732         * gtk/gtklabel.c (gtk_label_set_markup): new function to set label
16733         from Pango markup format
16734         (gtk_label_set_markup_with_accel): ditto but with accelerator
16735         parsing
16736
16737         * gtk/gtkimage.c (gtk_image_expose): reformatting.
16738
16739         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_drawable): Hack to
16740         reflect current state of GDK - use gdk_drawable_get_colormap, etc.
16741         Check GDK_IS_WINDOW() not !GDK_IS_PIXMAP() to decide whether to 
16742         call gdk_window_get_origin().
16743
16744         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
16745         implement GDK_PIXBUF_ALPHA_FULL
16746         
16747 Wed Nov  1 03:43:42 2000  Tim Janik  <timj@gtk.org>
16748
16749         * gtk/gtksignal.c (gtk_signal_compat_matched): make use of
16750         g_signal_handlers_block_matched, g_signal_handlers_unblock_matched and
16751         g_signal_handlers_disconnect_matched to block/unblock and disconnect
16752         multiple handlers respectively, instead of only treating the
16753         first handler found (bug reported by owen).
16754
16755 Mon Oct 30 19:23:50 2000  Jonathan Blandford  <jrb@redhat.com>
16756
16757         * gtk/gtktreeview.c (gtk_tree_view_expand_row): New function.
16758
16759         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): New function.
16760
16761         * gtk/gtktreeview.c, gtk/gtktreemodel.c, gtk/gtktreeselection.c
16762         gtk/gtktreestore.h, gtk/gtktreeview.h, gtk/gtktreeviewcolumn.c,
16763         gtk/gtktreeviewcolumn.h: Fixed inline docs.
16764
16765         * docs/reference/gtk/tree_widget.sgml: Proto intro to the tree
16766         widget.  Needs writing someday.
16767
16768         * docs/reference/gtk/tmpl/gtktree*sgml: Added the tree widget to
16769         the docs.
16770
16771 2000-10-30  Havoc Pennington  <hp@redhat.com>
16772
16773         * gtk/gtktextview.h, gtk/gtktextview.c:
16774         Rename delete_at_cursor delete_from_cursor, and 
16775         move to move_cursor.
16776
16777 2000-10-30  Havoc Pennington  <hp@redhat.com>
16778
16779         * gtktextbtree.c, gtktextbtree.h, gtktextbuffer.c,
16780         gtktextbuffer.h, gtktextchild.c, gtktextchild.h,
16781         gtktextchildprivate.h, gtktextdisplay.c, gtktextdisplay.h,
16782         gtktextiter.c, gtktextiter.h, gtktextiterprivate.h,
16783         gtktextlayout.c, gtktextlayout.h, gtktextmark.c, gtktextmark.h,
16784         gtktextmarkprivate.h, gtktextsegment.c, gtktextsegment.h,
16785         gtktexttag.c, gtktexttag.h, gtktexttagprivate.h,
16786         gtktexttagtable.c, gtktexttagtable.h, gtktexttypes.c,
16787         gtktexttypes.h, gtktextview.c, gtktextview.h:
16788
16789         Massive reindentation and reformatting. Arg alignment and comments
16790         still need fixing in various places.
16791
16792 2000-10-30  Havoc Pennington  <hp@redhat.com>
16793
16794         * gtk/gtktextview.h, gtk/gtktextview.c: Change run action signals
16795         to be named insert_at_cursor and delete_at_cursor so C++ can
16796         handle them.
16797
16798 2000-10-28  Tor Lillqvist  <tml@iki.fi>
16799
16800         * gtk/gtkrc.c (gtk_rc_append_default_module_path): Make sure not
16801         to get a double directory separator in case the home directory
16802         ends with one. This would cause trouble especially on Windows,
16803         where the path will be confused with the syntax for an an UNC
16804         (network share) path \\server\share\path.
16805         (gtk_rc_add_initial_default_files): Ditto.
16806
16807 Sat Oct 28 02:33:09 2000  Robert Brady  <robert@suse.co.uk>
16808
16809         * gtk/gtkmarshal.list: add new marshallers for GtkTextView.
16810
16811         * gtk/gtktextview.c: Use correct marshallers.
16812
16813 Fri Oct 27 17:56:26 2000  Jonathan Blandford  <jrb@redhat.com>
16814
16815         * gtk/gtkliststore.c: Not sure how this ever worked.  Fixed it to
16816         use new iter stuff, and added all the appropriate signals et al.
16817
16818         * gtk/gtktreedatalist.h: s/gtk/_gtk to further reinforce that this
16819         code is internal to gtk only.
16820
16821 2000-10-28  Tor Lillqvist  <tml@iki.fi>
16822
16823         * gtk/gtk.def
16824         * gtk/makefile.{mingw,msc}.in: Adjust to Tim's changes. Use
16825         glib-genmarshal etc.
16826
16827 Fri Oct 27 20:15:00 2000  Tim Janik  <timj@gtk.org>
16828
16829         * gtk/Makefile.am: added dependancies for testtextbuffer which broke
16830         parallel builds.
16831
16832 Fri Oct 27 18:51:44 2000  Tim Janik  <timj@gtk.org>
16833
16834         * gtk/gtksignal.[hc]: adapt to GSignal signature changes.
16835
16836 2000-10-27  Robert Brady  <robert@suse.co.uk>
16837
16838         * configure.in (ALL_LINGUAS): Add en@IPA (English, phonetic), 
16839         en_GB (British), ia (Interlingua).
16840
16841 2000-10-26  Havoc Pennington  <hp@redhat.com>
16842
16843         * gtk/gtktextiter.c (my_strrstr): fix constness warning
16844
16845         Fixed output of:
16846         nm -g -l .libs/libgtk-x11-1.3.so | grep ' T ' | grep -v gtk_ | grep -v GTK_
16847         
16848         * gtk/gtktextsegment.c (char_segment_new): rename
16849         (_char_segment_new_from_two_strings): rename
16850         (_toggle_segment_new): rename
16851         
16852         * gtk/gtkclipboard.c (ensure_clipboard_widget): make this static
16853         (make_clipboard_widget): make it static
16854         (text_get_func): static
16855         (text_clear_func): static
16856
16857         * gtk/gtkcolorsel.c (adjustment_changed): make this function
16858         static
16859         (hex_changed): make it static
16860         (hsv_changed): make it static
16861         (opacity_entry_changed): make it static
16862
16863         * gtk/gtktextbtree.c (change_node_toggle_count): rename with _gtk
16864         (toggle_segment_check_func): rename with _gtk
16865
16866         * gtk/gtktextchild.c (_pixbuf_segment_new): rename with _gtk
16867         (_widget_segment_new): rename
16868         (_widget_segment_add): rename
16869         (_widget_segment_remove): rename
16870         (_widget_segment_ref): rename
16871         (_widget_segment_unref): rename
16872
16873         * gtk/gtktextmark.c (_mark_segment_new): Rename
16874         _gtk_mark_segment_new   
16875
16876 2000-10-26  Havoc Pennington  <hp@redhat.com>
16877
16878         * gtk/gtkmarshal.list: add new marshallers used by the text widget
16879         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
16880         types
16881
16882         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): fix
16883         marshaller types
16884
16885         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktextdisplay.h,
16886         gtk/gtktextdisplay.c: We need to preserve Tk copyrights and
16887         license on these files.
16888
16889         * gtk/gtktextiter.c (gtk_text_iter_backward_search): Make this
16890         work.
16891
16892         * gtk/gtktextbtree.c (gtk_text_btree_new): init stamps to 
16893         runtime random number different for each tree, instead of 
16894         a constant I made up.
16895
16896 Thu Oct 26 07:36:16 2000  Tim Janik  <timj@gtk.org>
16897
16898         * gtk/Makefile.am: buncha cleanups, kludged build sources
16899         dependencies with a Makefile: oldest-source-stamp dependancy
16900         for the moment. automake is really fighting us here, with
16901         intentionally not allowing user-defined rules or dependancies
16902         prior to it's -include $(DEP_FILES) statement. sucks rocks!
16903
16904         * gtk/Makefile.am: added gtktextlayout.h and gtktextdisplay.h
16905         to public headers. tehy have a comment stating that they are
16906         "semi-public" aren't included by gtk.h and if enums popup there,
16907         they can be /*< skip >*/-ed.
16908
16909         * gtk/gtktextlayout.h: 
16910         * gtk/gtktextdisplay.h: indentation fixes, comment fixes,
16911         added LGPL... <SIGH>
16912
16913 Wed Oct 25 20:40:25 2000  Jonathan Blandford  <jrb@redhat.com>
16914
16915         * gtk/gtktreemodel.h: Got rid of GtkTreeNode, and changed it to
16916         GtkTreeIter.  Added iterators everywhere.
16917
16918         * gtk/gtktreeviewcolumn.c: Changed to use the iterators.
16919
16920         * gtk/gtktreeviewselection.c: Changed to use the iterators.
16921
16922         * gtk/gtktreestore.c: Changed to use the iterators.
16923
16924         * gtk/gtkliststore.c: Commented out the code.  Will convert to
16925         iterators tomorrow.
16926
16927         * gtk/gtkmodelsimple.c: Commented out the code.  Will convert to
16928         iterators tomorrow.
16929
16930         * gtk/treestoretest.c: Changed to use iterators.
16931
16932         * demos/testgtk/main.c: Moved to use the new iterator system.
16933
16934 Thu Oct 26 02:10:32 2000  Tim Janik  <timj@gtk.org>
16935
16936         * gtk/Makefile.am: invoke maketypes.awk with LC_ALL=C to avoid
16937         localization misbehaviour.
16938
16939         * gtk/gtk-boxed.defs: nuked "boxed" type GtkCTreeNode, since it's
16940         a useless type without copy/free.
16941
16942         * gtk/gtkctree.c (gtk_ctree_class_init): use GTK_TYPE_POINTER instead
16943         of GTK_TYPE_CTREE_NODE.
16944
16945 Thu Oct 26 00:51:52 2000  Tim Janik  <timj@gtk.org>
16946
16947         * gtk/gtksignal.c:
16948         (gtk_signal_emitv): use g_value_set_static_{string|boxed} where
16949         applicable.
16950
16951         * gtk/gtk-boxed.defs (GtkSelectionData): specify
16952         gtk_selection_data_copy and gtk_selection_data_free
16953         do GtkSelectionData work as params in signals.
16954
16955 Wed Oct 25 20:47:41 2000  Tim Janik  <timj@gtk.org>
16956
16957         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init): urg, removed
16958         implementation of gtk_marshal_VOID__INT_INT_INT_INT. if people do that,
16959         couldn't they at least give it a non-standard name?
16960         
16961         * gtk/gtktextlayout.c: arg! yet another implementation of
16962         gtk_marshal_VOID__INT_INT_INT_INT(), is this a conspiracy?
16963
16964         * gtk/gtktextbuffer.c: gotcha! captured a vagabonding
16965         gtk_marshal_VOID__INT_POINTER_INT() implementation, braught it back
16966         home. now i know this _is_ a conspiracy.
16967
16968         * gtk/gtkwidget.c (gtk_widget_class_init): marshaller fixups for
16969         ::state-changed.
16970
16971         * gtk/gtkaccelgroup.c (gtk_accel_group_create_remove): 
16972         (gtk_accel_group_create_add): marshaller signature fixups.
16973
16974         * gtk/gtklistitem.c (gtk_list_item_class_init): signal creation fixups,
16975         pass in GTK_TYPE_SCROLL_TYPE instead of GTK_TYPE_ENUM.
16976
16977         * gtk/gtkobject.[hc]: removed GTK_CONNECTED flag, it's not valid
16978         anymore.
16979
16980 Tue Oct 24 23:59:21 2000  Tim Janik  <timj@gtk.org>
16981
16982         * docs/reference/Makefile.am: disabled SUBDIRS for the moment, since
16983         due to the signal system changes, it wouldn't build currently. to
16984         be fixed soon.
16985
16986         * docs/Changes-2.0.txt: GtkSignal/GSignal updates.
16987
16988         * gtk/gtkwidget.c: ::direction_changed takes an enum as argument,
16989         so it needs gtk_marshal_VOID__ENUM() instead of
16990         gtk_marshal_NONE__UINT().
16991
16992         * gdk/gdk*.c: adapted type registration functions.
16993
16994         * gtk/gtkbindings.c:
16995         * gtk/gtkaccelgroup.c: operate on GSignalQuery, GtkSignalQuery is
16996         gone.
16997
16998         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType.
16999
17000         * gtk/gtkobject.c:
17001         (gtk_object_destroy):
17002         (gtk_object_shutdown): fixed recursion guards. basically we have to
17003         catch the case where any of GObject.shutdown() or gtk_object_destroy()
17004         is called during ::destroy, and avoid recursion there.
17005
17006         * gtk/gtktypeutils.c:
17007         * gtk/maketypes.awk: awk-script hackup to provide gtk_type_init() with
17008         boxed_copy/boxed_free. this needs a more general solution based on a
17009         publically installed code-generator utility.
17010
17011         * gtk/gtktypeutils.[hc]: compat aliased GTK_TYPE_BOXED to G_TYPE_BOXED,
17012         glib's gobject has support for that now.
17013         define GtkSignalMarshaller in terms of GSignalCMarshaller.
17014
17015 Mon Oct 23 09:36:42 2000  Tim Janik  <timj@gtk.org>
17016
17017         * gtk/gtksignal.[hc]:
17018         * gtk/gtkmarshal.[hc]:
17019         * gtk/Makefile.am: generate marshallers with glib-genmarshal and don't
17020         compile gtkmarshal.c on its own anymore, just include it in gtksignal.c.
17021         removed #include <gtkmarshal.h>s all over the place, gtksignal.h takes
17022         care of that.
17023
17024         * *.c: marshaller name fixups.
17025
17026         * gtk/gtkmarshal.list: added a comment briefing the format.
17027
17028 Sun Oct 22 23:14:39 2000  Tim Janik  <timj@gtk.org>
17029
17030         * gtk/gtksignal.[hc]: nuked old implementation. we mostly have
17031         compatibility macros here now. more specifically, most of
17032         the API is preserved (yes, _most_, nonwithstanding the
17033         following exceptions listed, the API is stil lHUGE ;)
17034         things that got removed completely:
17035         GtkSignalQuery, gtk_signal_query(), gtk_signal_n_emissions(),
17036         gtk_signal_n_emissions_by_name(), gtk_signal_handlers_destroy(),
17037         gtk_signal_set_funcs(), gtk_signal_handler_pending_by_id(),
17038         gtk_signal_add_emission_hook(), gtk_signal_add_emission_hook_full(),
17039         gtk_signal_remove_emission_hook().
17040         non-functional functions variants:
17041         gtk_signal_add_emission_hook(), gtk_signal_remove_emission_hook().
17042         the GtkCallbackMarshal argument to gtk_signal_connect_full() is
17043         not supported anymore.
17044         (gtk_signal_compat_matched): new internal function to aid
17045         implementation of the compatibility macros, it  provides
17046         functionality to block/unblock/disconnect handlers based
17047         on func/data.
17048
17049         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType,
17050
17051         * *.c: adaptions to new type registration API signatures.
17052
17053 Fri Oct 20 15:26:33 2000  Tim Janik  <timj@gtk.org>
17054
17055         * gtk/gtktypeutils.[hc]: removed G_TYPE_GTK_POINTER cludge.
17056
17057 2000-10-25  Robert Brady  <robert@suse.co.uk>
17058
17059         * gdk/x11/gdkproperty-x11.c (gdk_property_get, gdk_property_change,
17060         gdk_property_delete): If window == NULL, assume the root window.
17061         (restoring the behaviour that was in 1.2).
17062         
17063         * gtk/testtext.c (save_buffer): Allow creation of new files when
17064         saving.
17065
17066         (fill_file_buffer): Don't die if a UTF-8 sequence is split across
17067         calls to read().
17068
17069 2000-10-25  Tor Lillqvist  <tml@iki.fi>
17070
17071         * gdk/gdkwindow.c: Include x11/gdkx.h only when building for X11.
17072
17073         * gdk/win32/gdkdrawable-win32.c
17074         * gdk/win32/gdkimage-win32.c
17075         * gdk/win32/gdkprivate-win32.h: Corresponding changes as in the
17076         X11 backend.
17077
17078         * gdk/win32/gdkcc-win32.c
17079         * gdk/win32/gdkcolor-win32.c
17080         * gdk/win32/gdkfont-win32.c
17081         * gdk/win32/gdkinput-win32.c
17082         * gdk/win32/gdkmain-win32.c
17083         * gdk/win32/gdkproperty-win32.c: Silence gcc -Wall.
17084
17085 2000-10-24  Havoc Pennington  <hp@redhat.com>
17086
17087         * gtk/gtktextview.c (gtk_text_view_scroll_to_mark_adjusted): make
17088         it a static function
17089
17090         * gtk/gtktextbtree.c (gtk_text_btree_tag): Gee, maybe we should
17091         redraw text when a tag is applied to it.
17092
17093         * gtk/gtktexttag.c (gtk_text_tag_affects_size)
17094         (gtk_text_tag_affects_nonsize_appearance): private functions to
17095         see if a tag requires various kinds of redraw/layout to be queued
17096         up.
17097
17098         * gtk/gtktexttag.h (struct _GtkTextTag): Remove relief crackrock
17099
17100         * gtk/testtext.c (fill_example_buffer): Put the cursor 
17101         at the start of the buffer, so search works by default
17102
17103         * gtk/gtktextiter.c (lines_match): init match_start always
17104
17105         * gtk/gtktextbuffer.c (gtk_text_buffer_get_iter_at_line_index): New
17106         function, get iter at a line + a byte index
17107
17108         * gtk/gtktextiter.c (gtk_text_iter_set_line_index): New function,
17109         to set byte position within a line
17110         (gtk_text_iter_check): remove leftover G_BREAKPOINT thing
17111
17112 2000-10-23  Havoc Pennington  <hp@redhat.com>
17113
17114         * gtk/testtext.c: Re-enable the "find" dialog
17115
17116         * gtk/testgtk.c: Add test for gdk_drawable_get_image
17117         
17118         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix bug where
17119         the arguments to gdk_draw_drawable were in the wrong order
17120         (gdk_window_paint_init_bg): This function was ignoring the
17121         init_region, instead of clipping to it, so the entire backing
17122         pixmap was cleared on every begin_paint()
17123         (gdk_window_begin_paint_region): Hmm, the same list-walking bug
17124         was in here again, the loop kept using the same GtkWindowPaint
17125         over and over.
17126         (gdk_window_begin_paint_region): Fix a bug where we had two
17127         x_offset instead of x_offset and y_offset
17128
17129         * gdk/gdkdraw.c (gdk_drawable_get_image): get composite drawable
17130         before we get the image.
17131         (gdk_draw_drawable): get the composite before we draw the drawable.
17132         (gdk_drawable_real_get_composite_drawable): default
17133         get_composite_drawable implementation that returns the drawable 
17134         itself
17135
17136         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Add
17137         get_composite_drawable virtual function
17138
17139         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix a cheesy
17140         list-walking bug
17141
17142         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable): Add a hack to
17143         make this work if the source drawable is a GdkDrawableImplX11
17144         instead of a public drawable type. This is really broken; the
17145         problem is that GdkDrawable needs a virtual method get_xid(), but
17146         of course that doesn't work in practice. Enter RTTI.
17147
17148         Also, improve mismatched depth message.
17149
17150         * gdk/gdkpixmap.c (gdk_pixmap_get_image): Implement get_image for
17151         GdkPixmap
17152
17153         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_class_init):
17154         install _gdk_x11_get_image as our implementation of get_image
17155         
17156         * gdk/x11/gdkimage-x11.c (gdk_image_get): Rename to
17157         _gdk_x11_get_image and export for use in gdkdrawable-x11.c
17158
17159         * gdk/gdkimage.c (gdk_image_get): Make this just a wrapper around
17160         gdk_drawable_get_image
17161
17162         * gdk/gdkdraw.c (gdk_drawable_get_image): call virtual get_image
17163
17164         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Virtualize
17165         get_image
17166
17167         * gtk/gtktreestore.c (gtk_tree_store_get_node): remove weird
17168         trailing semicolon after for loop
17169
17170 Mon Oct 23 12:07:57 2000  Owen Taylor  <otaylor@redhat.com>
17171
17172         * gtk/gtkwidget.c (gtk_widget_set_style_internal): Fix problem
17173         where font_desc for widget's context lagged widget's font_desc by
17174         one step.
17175
17176 2000-10-22  Tor Lillqvist  <tml@iki.fi>
17177
17178         * gdk/win32/gdkgc-win32.c
17179         * gdk/win32/gdkimage-win32.c: Remove gcc -Wall warnings.
17180
17181         * gtk/makefile.mingw.in
17182         * gtk/gtk.def: Updates.
17183
17184         * gtk/testgtk.c: sleep() is called _sleep in MS's C
17185         library.
17186
17187         * gtk/gtkimcontextsimple.c: Include <stdlib.h> for bsearch().
17188
17189         * gtk/makefile.msc: Remove
17190
17191         * gtk/makefile.msc.in: New file, like makefile.mingw.in.
17192
17193         * gtk/Makefile.am: Add it.
17194
17195         * configure.in: Generate it.
17196
17197         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor)
17198         * gtk/gtktextbtree.c (gtk_text_line_char_to_byte): Return
17199         something even if not implemented, to satisfy picky MSVC.
17200
17201         Patches by Hans Breuer:
17202         
17203         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_glyphs): Call
17204         SetBkMode() and SetTextAlign() before calling
17205         pango_win32_render().
17206
17207         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_values_to_win32values):
17208         Set hcliprgn to NULL after destroying it.
17209         (gdk_gc_set_clip_rectangle): Delete hcliprgn and set to NULL.
17210
17211         * gdk/win32/gdkgeometry-win32.c
17212         (_gdk_windowing_window_queue_antiexpose): More effective
17213         implementation.
17214
17215         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new): Use drawable's
17216         depth as default, not the visual's.
17217
17218         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title): Guard
17219         against empty title.
17220
17221         * gdk/win32/gdkprivate-win32.h: Define a helper macro,
17222         IMAGE_PRIVATE_DATA.
17223
17224         * gdk/win32/gdkimage-win32.c: Use it.
17225
17226 2000-10-22  Robert Brady  <robert@suse.co.uk>
17227
17228         * configure.in: Check for bind_textdomain_codeset
17229
17230         * gtk/gtkmain.c (gtk_init_check): If bind_textdomain_codeset 
17231         present, make use of it.
17232
17233         Add a translatable string "default:LTR" which, if translated
17234         to "default:RTL", will cause the default direction to be
17235         Right-to-Left.
17236
17237         * gtk/gtkrange.h, gtk/gtkrange.c: Take into account the widget 
17238         direction if marked as flippable.
17239
17240         * gtk/gtkhscale.c: Mark widget as flippable.
17241         
17242 2000-10-04  Havoc Pennington  <hp@redhat.com>
17243
17244         * gtk/testgtk.c (create_buttons): create some stock buttons
17245         with the default accel group
17246         (create_image): test some new GtkImage features
17247         (make_message_dialog): test GtkMessageDialog
17248         (create_modal_window): fix someone's bizzarro indentation
17249
17250         * gtk/gtkwindow.h, gtk/gtkwindow.c: Implement 
17251         GTK_WIN_POS_CENTER_ON_PARENT. 
17252         Add "destroy with parent" setting, which means the window goes
17253         away with its transient parent.
17254         (gtk_window_get_default_accel_group): get the default accel group
17255         for the window.
17256         (gtk_window_set_destroy_with_parent): set/unset destroy with
17257         parent flag
17258         (gtk_window_read_rcfiles): invalidate icon set caches
17259         after reloading rcfiles 
17260
17261         * gtk/gtkenums.h (GtkWindowPosition): add
17262         GTK_WIN_POS_CENTER_ON_PARENT, which centers a dialog 
17263         on its parent window when the dialog is mapped for the first time.
17264
17265         * gtk/gtkmessagedialog.h, gtk/gtkmessagedialog.c: Add 
17266         a simple message dialog class
17267         
17268         * gtk/gtkdialog.c (gtk_dialog_init): Connect delete event 
17269         handler to emit response signal, and maybe later it would
17270         honor a hide_on_delete flag - though that isn't there yet.
17271         Set border width on the vbox to 2, so we get some padding.      
17272         Use a button box for the action area.
17273         (gtk_dialog_key_press): synthesize a delete event if Esc
17274         is pressed and the GtkWidget key press handler didn't 
17275         handle the escape key.
17276         (gtk_dialog_new_with_buttons): new function creates a dialog
17277         with some default buttons in it.
17278         (gtk_dialog_add_action_widget): add an activatable widget
17279         as a button in the dialog - you can also add a non-activatable
17280         widget by accessing the action area directly.
17281         (gtk_dialog_add_button): add a simple button - stock ID or 
17282         label - to the action area
17283         (gtk_dialog_response): emit response signal
17284         (gtk_dialog_run): block waiting for the dialog, return 
17285         the response. Override normal delete_event behavior, so that 
17286         delete_event does nothing inside gtk_dialog_run().
17287         * gtk/gtkdialog.h, gtk/gtkdialog.c: Add "response" signal
17288         emitted when an action widget is clicked or the dialog gets
17289         delete_event
17290
17291         * gtk/gtk.h: add gtkmessagedialog.h
17292
17293         * gtk/Makefile.am: add gtkmessagedialog.[hc]
17294
17295 2000-10-18  Havoc Pennington  <hp@redhat.com>
17296
17297         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): Fix a bug 
17298         where any number of empty lines would get skipped
17299
17300         * gtk/gtktextiter.h: Remove padding from GtkTextIter; live on the
17301         edge.
17302
17303         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): enhance the
17304         warning about invalid iterators (explain more thoroughly)
17305         (gtk_text_iter_in_region): rename gtk_text_iter_in_range
17306
17307         * gtk/gtktextview.c (FOCUS_EDGE_WIDTH): Make focus rectangle less
17308         big
17309
17310         * demos/*.c: Add error handling
17311
17312         * gtk/gtktextbuffer.c: don't modify const iterators
17313
17314         * gtk/gdk-pixbuf-loader.c: Add full error handling here
17315
17316         * gtk/gtkimage.c (gtk_image_set_from_file): ignore errors
17317         on file load
17318
17319         * gtk/gtkiconfactory.c: Update to reflect addition of error
17320         handling to gdk-pixbuf loaders
17321
17322 Wed Oct 18 11:14:05 2000  Owen Taylor  <otaylor@redhat.com>     
17323
17324         * configure.in demos/Makefile.am demos/testgtk/*: Start of work to
17325         move to new modularized testgtk.
17326
17327 2000-10-17  Jonathan Blandford  <jrb@redhat.com>
17328
17329         * gtk/gtktreeview.c: Draw the arrows correctly.
17330
17331         * gtk/gtktreemodel.c: Added user docs.
17332
17333         * gtk/gtk.h: remove gtktreedatalist.h.
17334
17335         * gtk/gtktreestore.c (gtk_tree_store_get_type): Get the correct
17336         parent when generating my type.
17337
17338         * gtk/gtkmarshal.list: Added four more marshallers: INT:NONE,
17339         POINTER:NONE, POINTER:POINTER, and POINTER:POINTER,INT.
17340
17341 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
17342
17343         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Move
17344         GtkTreeModel from object to interface.
17345
17346 2000-10-16  Havoc Pennington  <hp@redhat.com>
17347
17348         * gtk/gtktreeviewcolumn.c: #include gtklabel.h, fixing 
17349         compilation
17350
17351 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
17352
17353         * gtk/gtktreeselection.c: Add API documentation to all public
17354         functions.
17355
17356         * gtk/gtktreeviewcolumn.c: Added API documentation to all public
17357         functions.
17358
17359 2000-10-15  Jonathan Blandford  <jrb@redhat.com>
17360
17361         * gtk/gtktreeview.c (gtk_tree_view_insert_column): New function
17362         proposed by Guy Harris <gharris@flashcom.net>.  Also, added API
17363         docs to all public functions.
17364
17365         * gtk/gtktreeview.c, gtk/gtktreeview.h, gtk/gtktreestore.h,
17366         gtk/gtktreestore.c, gtk/gtkliststore.h, gtk/gtkliststore.c,
17367         gtk/gtkmodelsimple.c, gtk/gtkmodelsimple.h, gtk/gtktreedatalist.c,
17368         gtk/gtktreemodel.h, gtk/gtktreeselection.c,
17369         gtk/gtktreeselection.h: Fix GtkTreeNode *node ->GtkTreeNode node
17370         issue.
17371
17372 2000-10-14  Robert Brady  <robert@suse.co.uk>
17373
17374         * configure.in: Added "fa" (Persian) to ALL_LINGUAS.
17375
17376 2000-10-12  Jonathan Blandford  <jrb@redhat.com>
17377
17378         * gtk/gtktreedatalist.[ch] (gtk_tree_data_list_value_to_node): Added
17379         values other then G_TYPE_STRING.
17380         * gtk/gtktreeselection.c: Minor commenting updates.
17381         * gtk/gtktreeview.c: Format updates.
17382
17383 2000-10-09  Tor Lillqvist  <tml@iki.fi>
17384
17385         * README.win32: Update.
17386
17387         * gdk/win32/gdkgeometry-win32.c (gdk_window_clip_changed): Add two
17388         lines that had been deleted by mistake (?).
17389
17390         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Handle
17391         also the case fg==white and bg==black (but still not randomly
17392         coloured cursors). Thanks to Wolfgang Sourdeau.
17393
17394         * gdk/win32/*.c: Silence gcc -Wall.
17395
17396         * gtk/gtk.def: Add missing entry points.
17397
17398         Fixes by Hans Breuer:
17399
17400         * gdk/makefile.msc
17401         * gdk/win32/makefile.msc: Update.
17402
17403         * gdk/testgdk.c: If compiling with debugging (with _DEBUG defined,
17404         some MSVC thing, presumably), cause breakpoint on failures. Add
17405         GDK_NOR case. Call g_log_set_always_fatal.
17406
17407         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_insert): Handle
17408         should be pased by reference.
17409         
17410         * gdk/win32/gdkprivate-win32.h: Correct declaration accordingly.
17411         
17412         * gdk/win32/*.c: Correct calls to gdk_win32_handle_table_insert.
17413
17414         * gdk/win32/gdkevents-win32.c
17415         * gdk/win32/gdkwindow-win32.c: Handle WM_CREATE.
17416
17417         * gdk/win32/gdkgc-win32.c: Fix mixups of drawable and
17418         implementation object.
17419
17420         * gdk/win32/gdkimage-win32.c (gdk_image_get): Handle drawables,
17421         not just windows.
17422         
17423         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_impl_win32_finalize):
17424         Use the wrapper object.
17425         
17426 2000-10-06  Havoc Pennington  <hp@redhat.com>
17427
17428         * Makefile.am (SRC_SUBDIRS): contrib subdir
17429
17430         * gdk/gdkpixbuf.h: Move GdkPixbufAlphaMode to gdk-pixbuf library,
17431         so it can be used in Xlib version
17432
17433         * demos/testpixbuf.c (update_timeout): error checking from 1.0
17434         tree
17435
17436         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_get_pixbuf): Sync
17437         change from 1.0 tree that returns first frame of animation
17438         if the loaded file is an animation.
17439
17440         * contrib: add new directory to hold stuff that comes with GTK+
17441         but isn't really part of GTK+ (for now, gdk-pixbuf-xlib)
17442         
17443         * configure.in: add contrib/*
17444
17445 2000-10-05  Havoc Pennington  <hp@redhat.com>
17446
17447         * demos/testpixbuf-save.c: add pixbuf save test
17448
17449         * demos/Makefile.am: add testpixbuf-save.c
17450
17451 2000-10-05  Jonathan Blandford  <jrb@redhat.com>
17452
17453         * gtk/gtktree.h (GTK_TREE_SELECTION): Replaced with
17454         GTK_TREE_SELECTION_OLD to prevent conflict with gtktreeselection.c
17455         * gtk/testgtk.c: s/GTK_TREE_SELECTION/GTK_TREE_SELECTION_OLD/
17456         * gtk/gtktreeselection.[ch]: Replaced
17457         "node_selected"/"node_unselected" signal with "selection_changed"
17458         signal.
17459
17460 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
17461
17462         * gtk/gtk{tree,cell}?*.[ch]: Checked in initial draft of the new
17463         tree widget.
17464
17465 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
17466
17467         * gdk/gdkwindow.c (gdk_window_draw_arc): Fix obvious bug in circle
17468         drawing.
17469
17470 Wed Oct  4 15:52:15 2000 Owen Taylor  <otaylor@redhat.com>
17471
17472         * gdk/x11/gdkselection-x11.c (_gdk_selection_window_destroyed):
17473         Move list pointer forwards before removing item from
17474         list. (Crash reported by Salmaso Raffaele)
17475
17476         * gdk/gdkwindow.h: Remove spurious trailing ,
17477
17478         * gdk/Makefile.am (LDFLAGS): You can't do interlibrary
17479         dependencies on uninstalled libraries, sorry folks.
17480
17481 2000-10-04  Havoc Pennington  <hp@redhat.com>
17482
17483         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
17484         gtk/gtkiconfactory.c: Fix copyrights    
17485
17486         * demos/testpixbuf.c: add inline pixbuf test
17487         
17488 Mon Sep 25 15:05:17 2000  Owen Taylor  <otaylor@redhat.com>
17489
17490         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c (gdk_window_iconify):
17491         Add gdk_window_iconify.
17492
17493         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c
17494         (gdk_window_set_geometry_hints): Add win_gravity
17495         to geometry structure.
17496
17497         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter):
17498         Implement _NET_WM_PING.
17499
17500         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check):
17501         Set _NET_WM_PID on the client leader.
17502
17503         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_name):
17504         Handle UTF-8 better.
17505
17506         * gdk/x11/gdkwindow-x11.c (gdk_window_set_title): Handle
17507         UTF-8 better, set _NET_WM_NAME as well. Only set
17508         icon name if it hasn't previously been explicitely 
17509         set.
17510
17511 2000-10-03  Havoc Pennington  <hp@redhat.com>
17512
17513         * gtk/testtextbuffer.c: clean up trailing whitespace,
17514         add extensive tests for tag toggle iteration.
17515         
17516         * gtk/gtktextiter.c (MAX_LINEAR_SCAN): decrease linear scan 
17517         distance
17518
17519         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
17520         optimize case where the tag root is on level 1
17521         (gtk_text_line_previous_could_contain_tag): attempt to implement
17522         (gtk_text_line_next_could_contain_tag): Abstract out node_compare
17523         functionality
17524
17525         * gtk/gtktextiter.c (gtk_text_iter_backward_to_tag_toggle):
17526         Implement this, though not very efficiently.
17527
17528         * gtk/gtktextiterprivate.h: reformat
17529
17530         * gtk/gtktextiter.c (gtk_text_iter_get_char): return 0 on the end
17531         iterator
17532
17533         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_interactive): Fix
17534         this to properly revalidate the iterators.
17535
17536         * gtk/gtktextview.c (gtk_text_view_delete): fix control-K to work
17537         properly at the end of the line (and therefore on empty lines)
17538
17539         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Gee,
17540         maybe we should return a value...
17541
17542 2000-10-03  Tor Lillqvist  <tml@iki.fi>
17543
17544         * config.h.win32: Guard definition of alloca(). glib.h now handles
17545         that.
17546
17547         * gdk/gdk.def
17548         * gtk/gtk.def: Add new entry points.
17549
17550         Changes just to make GTK+ build without errors on Win32. No hope
17551         of it working in its current state, though...:
17552         
17553         * gdk/win32/gdkselection-win32.c: Remove gcc -Wall warnings.  Add
17554         some functions from the X11 backend, just to make GTK+ build.
17555
17556         * gdk/makefile.mingw.in
17557         * gtk/makefile.mingw.in: Use correct gdk_pixbuf version
17558         number. Add new object files.
17559
17560         * gtk/gtkclipboard.c: Include gdkwin32.h on Win32. Use
17561         GetMessageTime to get timestamp (where on X11 uses
17562         gdk_x11_get_server_time()).
17563
17564 2000-10-02  Havoc Pennington  <hp@pobox.com>
17565
17566         * gtk/gtktextview.c: text_window_* weren't static and should have
17567         been.
17568         Start work on child widgets; not yet complete, syncing to 
17569         office computer.
17570
17571         * gtk/gtktextchild.h: change this to contain a public interface,
17572         starting work on child interfaces.
17573         * gtk/gtktextchildprivate.h: move private interfaces here
17574
17575         * gtk/Makefile.am: update to reflect gtktextchildprivate.h
17576
17577         * gtk/gtktextview.h, gtk/gtktextview.c, gtk/gtktextbuffer.h,
17578         gtk/gtktextbuffer.c, gtk/gtktextiter.h, gtk/gtk/textiter.c, 
17579         gtk/gtktextmark.c: copyright notices
17580
17581         * gtk/gtktextmarkprivate.h: reformat, and put _ in front of
17582         internal functions      
17583
17584         * gtk/gtktextchild.c (_pixbuf_segment_new): put _ in front of
17585         internal function
17586
17587         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
17588         Reformatting    
17589
17590 2000-09-30  Havoc Pennington  <hp@pobox.com>
17591
17592         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Handle
17593         NULL start/end pointers
17594
17595         * gtk/gtktextbuffer.c: Write some docs
17596         (gtk_text_buffer_get_selection_bounds): Allow start/end to be
17597         NULL, so you can just check whether there's a selection.        
17598
17599         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): No need to 
17600         cleanup_line or segments_changed ourselves, it gets done 
17601         in unlink_segment
17602
17603         * gtk/gtktextmark.h:
17604         s/gtk_text_mark_deleted/gtk_text_mark_get_deleted/
17605         
17606         * gtk/gtktextsegment.h: Clean up some indentation and naming mess
17607
17608         * gtk/gtktextmark.c: delete some more old Tk cruft
17609
17610         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_mark): add ref to
17611         mark before removing it, so we can emit MARK_DELETED with a valid
17612         pointer.
17613         (gtk_text_buffer_mark_set): hold ref across signal emission
17614
17615         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): improve
17616         whining about attempts to delete special marks
17617
17618         * gtk/gtktextbuffer.c (_gtk_text_buffer_spew): Prepend with
17619         underscore, since it's internal.
17620
17621         * gtk/gtktextbuffer.h: Remove find_string prototype, this is 
17622         now implemented in terms of iterators in gtktextiter.h
17623
17624         * gtk/gtktextbuffer.c (gtk_text_buffer_set_text): 
17625         New function, destructively sets contents of buffer. Also 
17626         a convenient way to clear the buffer by setting text to ""
17627
17628         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): reformat
17629         multiline string literal
17630
17631         * gtk/testtext.c (text_changed_callback): Redraw line numbers if
17632         text changes.
17633
17634         * gtk/gtktextiter.c (forward_char): Return FALSE if new location 
17635         is not dereferenceable
17636         (gtk_text_iter_forward_lines): fix return value
17637
17638 2000-09-29  Havoc Pennington  <hp@redhat.com>
17639
17640         * gtk/gtktexttag.c (gtk_text_tag_set_priority): fix indentation
17641
17642         * gtk/gtktextview.c: Implement drag thresholding; change functions 
17643         that set border window size to have nicer name
17644         (gtk_text_view_mark_set_handler):  Fix this to have the 
17645         right signature.
17646
17647         * gtk/testtextbuffer.c (fill_buffer): Update with pixbuf changes
17648
17649         * gtk/testtext.c: Update with API changes, put line numbers on 
17650         both sides.
17651         
17652         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): Replace get_pixmap
17653         with this
17654
17655         * gtk/gtktextchild.h, gtk/gtktextchild.c: replace all pixmap with
17656         pixbuf; delete a big block of #if 0 Tk code
17657
17658         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_pixbuf): Replace 
17659         insert_pixmap with insert_pixbuf
17660
17661 2000-09-29  Martin Baulig  <baulig@suse.de>
17662
17663         * gdk-pixbuf.pc.in: Renamed to gdb-pixbuf-2.0.pc.in to avoid
17664         confusion with the GdkPixbuf of the GNOME 1.x platform.
17665
17666 2000-09-29  Havoc Pennington  <hp@pobox.com>
17667
17668         * gtk/gtktextview.c: Implement the side windows.
17669
17670         * gtk/testtext.c: Implement simple line numbering in the 
17671         left side window; seems to make scrolling sloooow. Oops.
17672         Also, cursor blink is for some reason causing redraws
17673         of the line numbers. Should investigate...
17674
17675 2000-09-28  Havoc Pennington  <hp@redhat.com>
17676
17677         * gtk/gtktextview.c: Set up infrastructure to deal with lots of 
17678         scrolling child windows, and draw focus rectangle properly.
17679         
17680         (gtk_text_view_buffer_to_window_coords):
17681         Coordinate transformation to deal with all these freaking windows
17682         and offsets
17683         (gtk_text_view_window_to_buffer_coords): transform the other way
17684
17685         * gtk/testtext.c (create_buffer): Update to match Pango API change
17686
17687         * gtk/gtktexttagtable.c (gtk_text_tag_table_foreach): Go over the
17688         anonymous tags
17689         (foreach_unref): don't emit remove signal from finalize, just
17690         set tag's parent to NULL
17691
17692 2000-09-26  Havoc Pennington  <hp@redhat.com>
17693
17694         * gtk/gtkiconfactory.c (gtk_icon_set_clear): remove
17695         Fix some warnings       
17696
17697 2000-09-26  Havoc Pennington  <hp@redhat.com>
17698
17699         * gtk/Makefile.am (gtk_private_h_sources): Move more text widget
17700         headers into the private header list
17701
17702         * Makefile.am (pkgconfig_DATA): install pkg-config files
17703
17704         * configure.in: add pkg-config files
17705
17706         * gdk-2.0.pc.in, gdk-pixbuf.pc.in, gtk+-2.0.pc.in: pkg-config files
17707
17708         * gtk/gtkwindow.c (gtk_window_read_rcfiles): Invalidate
17709         outstanding icon caches on theme change.
17710
17711         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: New icon system. Three 
17712         important types:
17713
17714         (GtkIconSource): Specification for creating a pixbuf 
17715         appropriate for a direction/state/size triplet from 
17716         a source pixbuf or filename
17717
17718         (GtkIconSet): List of GtkIconSource objects that are used to
17719         create the "same" icon (e.g. an OK button icon), and cache for
17720         rendered icons
17721
17722         (GtkIconFactory): Hash from stock ID to GtkIconSet; used to look
17723         up the icon set for a given stock ID.  GTK maintains a stack of
17724         GtkIconFactory to search, and applications or libraries can add
17725         additional icon factories on top of the stack
17726         
17727         * gtk/gtkrc.h, gtk/gtkrc.c: When loading an RcStyle, parse 
17728         the set of GtkIconSource specified for a given stock ID into 
17729         a GtkIconSet, and put the GtkIconSet into a GtkIconFactory for the 
17730         RcStyle, under the specified stock ID.
17731
17732         * gtk/gtkstyle.h, gtk/gtkstyle.c: Add a virtual function
17733         render_icon used to derive a GdkPixbuf from a GtkIconSource.
17734         This allows people to theme how prelight, insensitive, etc. are
17735         done.
17736
17737         (gtk_style_lookup_icon_set): Look up a stock ID in the list of
17738         icon factories for a style, and return the resulting 
17739         icon set if any.
17740
17741         (gtk_style_render_icon): Render an icon using the render_icon 
17742         method in the GtkStyleClass.
17743
17744         * gtk/gtkwidget.h, gtk/gtkwidget.c (gtk_widget_render_icon): 
17745         Use the style for a given widget to look up a stock ID, get the
17746         icon set, and render an icon using the render_icon method 
17747         of the style
17748
17749         * gtk/gtkstock.h, gtk/gtkstock.c: Header with the GtkStockItem type
17750         (contains information about a stock item), the built-in stock item
17751         IDs, and functions to add/lookup stock items.
17752
17753         * gtk/stock-icons/*: Stock icons that come with GTK
17754
17755         * gtk/gtkbutton.h, gtk/gtkbutton.c (gtk_button_new_stock): Returns
17756         a button based on a GtkStockItem
17757         (gtk_button_new_accel): Takes a uline string and accel group, and
17758         installs the accelerator.
17759
17760         * gtk/gtkimage.h, gtk/gtkimage.c: Make this into a generic
17761         image-display widget.
17762
17763 2000-09-25  Havoc Pennington  <hp@redhat.com>
17764
17765         * gtk/gtktexttypes.c: Remove Latin1 conversion stuff
17766
17767         * gtk/gtktextbtree.c (gtk_text_btree_node_remove_data): 
17768         Fix a bug when removing node data, we didn't properly 
17769         re-splice the linked list after removing the data.
17770
17771         * gtk/gtktextview.c (gtk_text_view_key_press_event): Pass through 
17772         GDK_Tab as literal tab, Ctrl-Tab to tab to focus widget
17773
17774         * gtk/gtktextbuffer.c (selection_received): fix g_convert usage
17775
17776         * gtk/gtktextlayout.c (set_para_values): Set tab array 
17777         for the layout from the GtkTextTag.
17778
17779         * gtk/gtktexttypes.h: delete tab and search cruft, 
17780         remove g_convert() in favor of GLib version
17781
17782         * gtk/gtktexttypes.c: remove tab implementation from here,
17783         move to Pango
17784
17785         * gtk/gtktexttag.h, gtk/gtktexttag.c: Implement 
17786         tab stuff using new PangoTabArray from Pango
17787
17788         * gtk/gtktexttag.c (gtk_text_attributes_fill_from_tags): Remove
17789         unused border_width stuff
17790
17791 Thu Sep 14 12:21:12 2000  Owen Taylor  <otaylor@redhat.com>
17792
17793         * gtk/gtktexttypes.[ch]: Remove g_convert (moved to
17794         glib) and now useless utf_to_latin1() latin1_to_utf()
17795
17796         * gtk/gtktextview.[ch]: Change ::move_insert and
17797         ::delete_text action signals to ::move and ::delete;
17798         create the signals with the right enumeration type,
17799         not GTK_TYPE_ENUM so that bindings work. Add C-d, M-d,
17800         C-v bindings, change Home, End to move to beginning/end
17801         of line, Add C-Home C-End to move to beginning/end
17802         of buffer. Change ::cut_text to ::cut_clipboard, etc;
17803         combine ::scroll_text into ::move; use new GtkSelectionData
17804         functions to simplify DND text handling.
17805         
17806         * gtk/gtkenums.h gtk/gtktextview.h: Move movement,
17807         deletion enumerations here, rename enumeration values to 
17808         be consistently plural.
17809
17810         * gtk/gtktextbuffer.c: Use new clipboard interfaces
17811         for cut/copy/paste and primary selection.
17812
17813         * gtk/gtktextbuffer.[ch]: Remove excess time and
17814         'interactive' arguments from cut/copy/paste;
17815         rename cut to cut_clipboard, etc; remove
17816         gtk_text_buffer_get_clipboard_contents().
17817
17818         * gtk/gtktextlayout.[ch]: Add 
17819         gtk_text_layout_move_iter_to_line_end() to move the iter to 
17820         line ends.
17821
17822         * gtk/gtkselection.[ch] (gtk_selection_data_set/get_text):
17823         Functions to set or get a UTF-8 string on the selection
17824         data.
17825
17826         * gtk/gtkclipboard.[ch]: New, simplified selection handling
17827         interfaces.
17828
17829         * gtk/gtkinvisible.c (gtk_invisible_new): Realize newly
17830         created widgets - one of these is useless if we don't.
17831
17832         * gtk/gtkselection.[ch] (gtk_selection_clear_targets): Export
17833         a public function clear all targets registered for the
17834         widget.
17835
17836         * gtk/gtkselection.c (gtk_selection_owner_set) docs/Changes-2.0.txt:
17837         Never call gtk_widget_realize() - that was just asking
17838         for bizarre side-effects.
17839
17840         * gtk/gtkselection.c (gtk_selection_owner_set): Call
17841         gdk_selection_owner_set even if the widget is the
17842         same so that we reliably update the timestamp on
17843         the server.
17844
17845         * gdk/x11/gdkevents-x11.c gdk/x11/gdkx.h: Add a 
17846         gdk_x11_get_server_time() function.
17847         
17848         * gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.h
17849         gdk/x11/gdkselection-x11.c gdk/x11/gdkwindow-x11.h:
17850         Add some tricky filtering on serial numbers for
17851         selection clear events to fix up long-standard
17852         race condition FIXME's in gtkselection.c.
17853
17854         * gdk/gdkproperty.h gdk/x11/gdkselection-x11.h: Add
17855         routines to convert from utf8 to compound text or
17856         STRING and from a text property to UTF-8.
17857
17858         * gtk/gtkmain.[ch] (gtk_get_current_event_time): Add 
17859         a convenience function gdk_get_current_event_time().
17860
17861         * gtk/gtkselection.c (gtk_selection_data_copy/free): Copy
17862         and free selection_data->data properly
17863
17864 Sat Sep  9 10:23:53 2000  Owen Taylor  <otaylor@redhat.com>
17865
17866         * gtk/gtkthemes.c: Remove some unecessary includes.
17867
17868 2000-09-08  Jonathan Blandford  <jrb@redhat.com>
17869
17870         * gtk/gtktextdisplay.c
17871         * gtk/gtktextlayout.c
17872         * gtk/gtktexttag.c
17873         * gtk/gtktexttag.h
17874         * gtk/testtext.c: Change the overstrike property to strikethrough,
17875         to closer match pango.
17876
17877 Fri Sep  8 14:28:00 2000  Owen Taylor  <otaylor@redhat.com>
17878
17879         * gtk/gtktextview.c: Fix up visibility so that focus,
17880         cursor_visible and blink interact properly.  Reenable cursor blink
17881         which had been roughly disabled. Make blink and focus
17882         properly per-view.
17883
17884         * gtk/gtktextlayout.[ch] (gtk_text_layout_set_cursor_visible):
17885         Add a flag for whether to display insertion cursor and
17886         a function to set the flag.
17887
17888         * gtk/gtktextlayout.c (gtk_text_layout_get_line_yrange): Change
17889         get_line_y() to get_line_yrange(), to be a bit more generally
17890         useful.
17891
17892 Thu Sep 07 20:54:33 2000  George Lebl <jirka@5z.com>
17893
17894         * gtk/gtkmenu.c:  in gtk_menu_set_submenu_navigation_region
17895           do stop_navigating_submenu, to clear last timeout properly.
17896           Also in gtk_menu_motion_notify move ignore_enter above
17897           the conditional to make it always happen as suggested by Owen
17898
17899 2000-09-07  Tor Lillqvist  <tml@iki.fi>
17900
17901         * gdk/win32/makefile.mingw.in: Use -Wall. Add gdkpango-win32.o
17902
17903         * gdk/win32/gdkwin32.h: Add more definitions missing from the free
17904         w32api headers.
17905
17906         * gdk/win32/gdkprivate-win32.h: Add a couple of missing
17907         declarations.
17908
17909         * gdk/win32/gdkdrawable-win32.c: Remove gcc -Wall warnings.
17910         (gdk_win32_get_colormap): A line had been deleted by mistake.
17911
17912         * gdk/win32/gdkevents-win32.c: Remove lint (gcc -Wall) here, too.
17913         (gdk_event_translate): Handle more virtual keycodes to be able to
17914         generate GDK events for Control-comma, Control-period, etc.
17915
17916         * gtk/gtk.def: Add some missing entry points.
17917
17918 Thu Sep  7 11:47:02 2000  Owen Taylor  <otaylor@redhat.com>
17919
17920         * gtk/gtktextbuffer.c gtk/gtkimcontext.c gtk/gtkwidget.c:
17921         Doc comment fixing. (Mostly non-matching parameter names.)
17922
17923         * gtk/gtkcalendar.c gtk/gtklist.c gtk/gtknotebook.c: Modify
17924         comments a little to avoid looking like a doc comment.
17925
17926         * gtk/gtkspinbutton.h (GTK_INPUT_ERROR): Change INPUT_ERROR to
17927         GTK_INPUT_ERROR. (Should the mechanism for erros in spin button
17928         conversions be changed to GError?)
17929
17930         * gtk/gtkcolorsel.c (GTK_CUSTOM_PALETTE_WIDTH/HEIGHT): 
17931         Move private #defines into .c file.
17932
17933         * gtk/gtktexttag.c (gtk_text_tag_class_init): Alphabetize
17934         order of argument addition, remove duplicates.
17935
17936         * gtk/gtkaspectframe.h (struct _GtkAspectFrameClass):
17937         parent class is FrameClass, not BinClass.
17938
17939         * gtk/gtk.h: Add gtkinvisible, which was missing.
17940         (It's occasionalyl useful for client apps, if seldom.)
17941
17942         * gdk/gdktypes.h: Remove obsolete GDK_CORE_POINTER
17943         #define.
17944
17945 Wed Sep  6 09:53:15 2000  Owen Taylor  <otaylor@redhat.com>
17946
17947         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Use X-space
17948         coordinates when creating window, instead of GDK-space
17949         coordinates. (Avoid BadValue on too large windows.)
17950
17951 2000-09-05  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
17952
17953         * configure.in (use_mmx_asm): Remove conftest* after use along the
17954         lines of AC_TRY_COMPILE.        
17955         
17956         * gtk/gtkrc.c (gtk_rc_parse_file): Use g_path_get_dirname instead
17957         of g_dirname, which is deprecated.
17958         (gtk_rc_parse_any): Removed calls to
17959         g_scanner_{freeze,thaw}_symbol_table, which are deprecated.
17960
17961         * gtk/gtkbindings.c (binding_entry_new, binding_entry_destroy):
17962         Removed calls to g_hash_table_{freeze,thaw}, as they are
17963         deprecated now.
17964
17965         * gtk/testtext.c (buffer_pretty_name): Use g_path_get_basename
17966         instead of g_basename.
17967         
17968 2000-09-04 Elliot Lee <sopwith@redhat.com>
17969         
17970         * gdk/gdkpixbuf.h: Put text after #endif inside a comment to avoid
17971         ANSI warning.
17972
17973 Sun Sep 03 00:47:08 2000  George Lebl <jirka@5z.com>
17974
17975         * gtk/gtkwidget.h:  Add some documenting comments about 
17976           GTK_CAN_DEFAULT, GTK_HAS_DEFAULT and GTK_RECEIVES_DEFAULT
17977           just as owen said on irc.
17978
17979         * gtk/gtkwindow.c (gtk_window_set_default):  Don't blindly
17980           set HAS_DEFAULT.  Only set it if there isn't another window
17981           holding it (a focus window which RECEIVES_DEFAULT) and only unset
17982           it if the widget is not the focused window with RECEIVES_DEFAULT.
17983           This fixes weird double default bugs in dialogs which has things
17984           call gtk_window_set_default at times.
17985
17986 Fri Sep  1 22:39:07 2000  Owen Taylor  <otaylor@redhat.com>
17987
17988         * gtk/gtkmenu.[ch] TODO.xml: Apply patch from
17989         Nils Barth and David Santiago to improve submenu
17990         navigation. The patch does this by creating a triangular
17991         region from the point where the pointer leaves the
17992         menu to the submenu.  While the pointer is in
17993         that region and a timeout has not expired, events 
17994         that would cause the active submenu to change are
17995         ignored.
17996
17997 Fri Sep  1 15:34:46 2000  Owen Taylor  <otaylor@redhat.com>
17998
17999         * gdk/x11/gdkwindow-x11.c (gdk_window_move): Fix bug where
18000         moving a toplevel window immediately after sizing it would
18001         result in it being sized back to the old size since 
18002         impl->width, impl->height aren't updated until we hear
18003         back from the server. There is still a (longstanding) bug
18004         here that gdk_window_get_size() will give the wrong size
18005         until we do hear back.
18006
18007 2000-08-31  Havoc Pennington  <hp@redhat.com>
18008
18009         * gtk/gtktextiter.h, gtk/gtktextiter.c, gtk/gtktextlayout.h, 
18010         gtk/gtktextlayout.c, gtk/gtktexttag.h, gtk/gtktexttag.c, 
18011         gtk/gtktexttagprivate.h, gtk/gtktextview.c:
18012         Rename GtkTextStyleValues to GtkTextAttributes
18013
18014 2000-08-31  Havoc Pennington  <hp@pobox.com>
18015
18016         * gtk/gtktextbtree.c (GtkTextBTree): cache end line, 
18017         for rapid testing whether an iterator is the end iterator
18018         (gtk_text_btree_new): init end line cache
18019         (gtk_text_line_is_last): use fast cached line to 
18020         see if we're the last line.
18021         (get_last_line): use cached line here too, should 
18022         speed up some random unrelated code.
18023         
18024 2000-08-30  Havoc Pennington  <hp@pobox.com>
18025
18026         * gtk/gtkmarshal.list: Add marshallers for changed GtkTextBuffer
18027         signals.
18028
18029         * gtk/gtktextbuffer.h: Add "interactive" arg to insert_text and
18030         delete_text signals. This allows the signals to be used for
18031         implementing undo.
18032
18033         * gtk/gtktextbuffer.c: Change signal handler signatures; 
18034         provide "interactive" argument when emitting insert_text or
18035         delete_text signal.
18036         
18037 2000-08-30  Havoc Pennington  <hp@pobox.com>
18038
18039         * gtk/gtktextbuffer.c: Docs
18040
18041 Fri Aug 25 12:16:15 2000  Owen Taylor  <otaylor@redhat.com>
18042
18043         * gdk/x11/gdkimage-x11.c: remove GDK_IMAGE_SHARED_PIXMAP
18044         from switch statements, since Tor removed the enumeration
18045         value.
18046         
18047         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
18048         s/GDK_IS_WINDOW/GDK_IS_DRAWABLE/.
18049
18050 2000-08-29 Elliot Lee <sopwith@redhat.com>
18051         * */*.h: Use G_GNUC_CONST.
18052
18053 2000-08-27  Havoc Pennington  <hp@pobox.com>
18054
18055         * gtk/gtktextiter.c, gtk/gtktextiter.h: wrote lots of API docs,
18056         minor indentation fixes, inserted some FIXME about stuff I
18057         realized was broken while documenting it.
18058         (gtk_text_iter_get_pixmap): allow out params to be NULL, following
18059         GTK convention  
18060
18061 Tue Aug 22 12:33:24 2000  Owen Taylor  <otaylor@redhat.com>
18062
18063         * gtk/testgtk.c (create_styles): Fix double free of
18064         font desc.
18065
18066 Mon Aug 21 22:39:18 2000  Owen Taylor  <otaylor@redhat.com>
18067
18068         * gtk/gtkwidget.[ch]: Add gtk_widget_modify_{fg,bg,text,base,font}.
18069         
18070         * gtk/testgtk.c (create_styles): Add a test for modifying
18071         the style through gtk_widget_modify_*.
18072
18073         * gtk/gtkwidget.c (gtk_widget_get_modifier_style): Add
18074         a function to get the current modifier style.
18075
18076         * gtk/gtkwidget.c (gtk_widget_modify_style): Make a copy
18077         of the passed in GtkRcStyle instead of ref'ing it.
18078
18079         * gtk/gtkrc.[ch]: Add gtk_rc_style_copy().
18080
18081 2000-08-20  Tor Lillqvist  <tml@iki.fi>
18082
18083         * gdk/gdkimage.h
18084         * gdk/win32/gdkimage-win32.c: No need any longer on Win32 for the
18085         shared memory image+pixmap GdkImage type, or
18086         gdk_image_bitmap_new(). They were used in the gdk_imlib port, but
18087         I am dropping that.
18088
18089         * gtk/gtkmain.h: On Win32, use a #define to map gtk_init() to
18090         actually call gtk_init_abi_check(), passing also
18091         sizeof(GtkWindow). Ditto for gtk_init_check(). 
18092
18093         * gtk/gtk.def
18094         * gtk/gtkmain.c: (gtk_init_abi_check, gtk_init_check_abi_check):
18095         New functions, used to check that the GTK+-using code has been
18096         compiled using the correct compiler and switches. In particular,
18097         with gcc one has to use the -fnative-struct switch as GTK+ is
18098         compiled with that.
18099
18100 Fri Aug 18 17:27:46 2000  Owen Taylor  <otaylor@redhat.com>
18101
18102         * gtk/gtkclist.c (gtk_clist_merge): Don't leave dangling
18103         ->prev fields when merging lists. (Found simultaneously
18104         by Pawel Salek and Jakub Jelinek)
18105
18106 2000-08-12  Tor Lillqvist  <tml@iki.fi>
18107
18108         * gdk/gdk.def
18109         * gtk/gtk.def: Add missing entries.
18110
18111         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Use
18112         OUT_TT_ONLY_PRECIS, try to get a TrueType font.
18113
18114         * gdk/win32/gdkinput-win32.c (gdk_device_get_state): New
18115         function. Dummy implementation at this point.
18116
18117         * gtk/makefile.mingw.in: Fix typo. Add testtext and testtextbuffer
18118         rules. Undefine GTK_COMPILATION when compiling the test programs.
18119         
18120         * gtk/gtkdebug.h: Mark gtk_debug_flags for export/import.
18121
18122 2000-08-11  Tor Lillqvist  <tml@iki.fi>
18123
18124         * gtk/gtkfilesel.c: Add more calls to g_filename_{to,from}_utf8()
18125         to convert back and forth from UTF-8 and the "system" (or "current
18126         locale") charset when necessary. Indentation/spacing cleanup.
18127
18128 2000-08-10  Havoc Pennington  <hp@redhat.com>
18129
18130         * Makefile.am (snapshot): Change the format of the snapshot
18131         version to match glib
18132
18133         * gdk/win32/Makefile.am (EXTRA_DIST): remove gdkinputprivate.h
18134         from EXTRA_DIST since it doesn't seem to exist
18135
18136 2000-08-10  Tor Lillqvist  <tml@iki.fi>
18137
18138         * gtk/gtkfilesel.c (open_new_dir): Use the "system codepage"
18139         version of the directory name (not the UTF-8 one) when building
18140         the path name to stat().
18141
18142 2000-08-03  Elliot Lee  <sopwith@redhat.com>
18143
18144         * gdk/gdkpango.c (gdk_draw_layout_line): Don't shape runs with a
18145         PANGO_ATTR_SHAPE set.
18146
18147 Thu Aug  3 09:17:06 2000  Owen Taylor  <otaylor@redhat.com>
18148
18149         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Applied patch from
18150         Peter Osterlund to simplify the code while keeping the
18151         functionality the same.
18152
18153 Wed Aug  2 14:57:38 2000  Owen Taylor  <otaylor@redhat.com>
18154
18155         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Move
18156         is_viewable() test further inside the function, since removing the 
18157         window from the redraw list without clearing ->update_area
18158         was also very broken.
18159
18160 2000-08-02  Tor Lillqvist  <tml@iki.fi>
18161
18162         * configure.in: Check for <unistd.h>.
18163
18164 2000-08-01  Martin Baulig  <baulig@suse.de>
18165
18166         * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning()
18167         to display the message that this is a development version of GTK+.
18168
18169 Mon Jul 31 18:37:36 2000  Owen Taylor  <otaylor@redhat.com>
18170
18171         * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
18172         was depending on widget->allocation instead of the width of text_area,
18173         which was incorrect for subclasses like GtkSpinButton.
18174
18175         * gdk/gdkpango.c (gdk_draw_layout): Fix a couple of typos
18176         with width == 1 tests that should be width == -1.
18177
18178 Mon Jul 31 16:45:48 2000  Owen Taylor  <otaylor@redhat.com>
18179
18180         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Replace broken, 
18181         (broken, Elliot, every single window blank on X) custom code with call
18182         to gdk_window_is_viewable() which a) prevents code duplicate and
18183         b) works. 
18184
18185 2000-07-31  Elliot Lee  <sopwith@redhat.com>
18186
18187         * gtk/gtkcolorsel.c: We really do need to include gdkfb.h in order
18188         to get the GDK_PARENT_ROOT() macro to work.
18189         * gtk/gtkmarshal.list: Add NONE:STRING,POINTER
18190         * gdk/gdkwindow.c: Don't send expose events, or invalidate pieces
18191         of, windows that aren't shown.
18192         * gdk/linux-fb: Redraw-when-menu-hidden solved, plus a bunch of
18193         pointer grab stuff.
18194
18195 Mon Jul 31 13:53:16 BST 2000  Tony Gale <gale@gtk.org>
18196
18197         * docs/gtkfaq.sgml docs/gtk-faq.sgml:
18198           s/gtk_main_iteration/g_main_iteration/
18199
18200           Did this already in change:
18201                 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
18202           don't know how it got reverted.
18203
18204 2000-07-31  Stanislav Brabec  <utx@penguin.cz>
18205
18206         * gdk/gdk.c: #ifdef G_ENABLE_DEBUG around gdk_arg_debug_cb and
18207         gdk_arg_no_debug_cb to fix compilation problem with --disable-debug.
18208
18209         * gdk/Makefile.am: Link gdk against actually compiled gdk_pixbuf-1.3,
18210         not gdk_pixbuf.
18211
18212 2000-07-30  Pablo Saratxaga <pablo@mandrakesoft.com>
18213
18214         * configure.in,po/{sp,sr}.po: Added Serbian files
18215
18216 2000-07-30  Tor Lillqvist  <tml@iki.fi>
18217
18218         * gdk/Makefile.am: Add makefile.mingw.in to EXTRA_DIST.
18219
18220         * gdk/win32/gdkevents-win32.c (gdk_events_init, gdk_events_queue):
18221         Remove the g_pipe_readable_msg stuff. Not needed with new GLib
18222         GIOChannel implementation.
18223
18224         * gdk/win32/gdkinput.c
18225         * gdk/win32/gdkpango-win32.c: Update license name here, too.
18226
18227         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_lookup): Fix
18228         definition to match prototype.
18229
18230         * gtk/makefile.mingw.in: Add libiconv CFLAGS and LIBS.
18231
18232 2000-07-27  Elliot Lee  <sopwith@redhat.com>
18233
18234         * gtk/gdk-pixbuf-loader.[ch]: Add gdk_pixbuf_loader_new_with_type
18235         function, to allow handling image formats that cannot be detected
18236         by looking at content alone.
18237
18238 Thu Jul 27 13:13:21 BST 2000  Tony Gale <gale@gtk.org>
18239
18240         * docs/tutorial/*.gif *.jpg *.eps
18241           Update these to the same look-n-feel.
18242           Why does including images in DocBook suck so badly?
18243
18244 Thu Jul 27 05:06:29 2000  Tim Janik  <timj@gtk.org>
18245
18246         * gtk/gtktable.c: applied patch from Phil Thompson
18247         <phil@river-bank.demon.co.uk> that enables space settings for
18248         the last row/columns as well.
18249
18250 Wed Jul 26 12:59:31 2000  Tim Janik  <timj@gtk.org>
18251
18252         * *.[hc]: applied patch from Andreas Persenius <ndap@swipnet.se> that
18253         updates the license headers to the GNU Lesser General Public License,
18254         as well as updating the copyright year to 2000.
18255
18256 2000-07-26  Robert Brady  <rwb197@zepler.org>
18257
18258         * configure.in: Cause GETTEXT_PACKAGE to be consistent in config.h
18259           and po/Makefile, was installing and looking for them under gtk20
18260           and gtk2 respectively.
18261
18262 2000-07-25  Havoc Pennington  <hp@redhat.com>
18263
18264         * gtk/testtext.c: Comment out some stuff that depends on the rest
18265         of my patches.
18266
18267 2000-07-25  Havoc Pennington  <hp@redhat.com>
18268
18269         * gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
18270         buffer
18271
18272 2000-07-25  Havoc Pennington  <hp@redhat.com>
18273
18274         * gtk/testtext.c, gtk/testtextbuffer.c: update to reflect text
18275         widget changes.
18276
18277         * gtk/gtktextview.h: To be consistent with usage of "line"
18278         throughout the API to mean "newline-terminated thingy", change
18279         MOVEMENT_LINE to be MOVEMENT_WRAPPED_LINE, and MOVEMENT_PARAGRAPH
18280         to MOVEMENT_LINE.
18281
18282         (GtkTextView): Add flags for default editability, and whether to
18283         show the cursor. Add functions to get/set that. Add 
18284
18285         (gtk_text_view_get_iter_location): new function
18286
18287         * gtk/gtktexttypes.h: Move GtkTextLine typedef from here to
18288         gtktextlayout.h
18289         (g_convert): Add g_convert temporarily, will go in glib in a bit
18290         
18291         * gtk/gtktexttagtable.h: include gtktexttag.h, and define
18292         GtkTextTagTableForeach instead of brokenly using GHFunc.
18293         Change gtk_text_tag_table_foreach() so it doesn't use GHFunc.
18294
18295         * gtk/gtktexttagprivate.h: Remove GtkTextStyleValues from here,
18296         moved to public header.
18297
18298         * gtk/gtktexttag.h: Rename the "elide" attribute of tags to
18299         "invisible", since "elide" was a bad name.
18300         (gtk_text_tag_get_priority): Added
18301
18302         (GtkTextStyleValues): put this in public header, along with
18303         functions to use it.
18304
18305         * gtk/gtktextmarkprivate.h: Include more headers, since we no
18306         longer include gtktextbtree.h.
18307
18308         * gtk/gtktextmark.h: Add gtk_text_mark_ref, gtk_text_mark_unref,
18309         gtk_text_mark_deleted
18310
18311         * gtk/gtktextlayout.h: Don't include the "really private" headers,
18312         only buffer/iter. Forward declare GtkTextLIne and GtkTextLineData
18313         to make this possible. Now we only need to install
18314         gtktextlayout.h, not gtktextbtree.h and gtktext*private.h.
18315         (However the Makefile.am isn't changed yet because of the
18316         logistics of merging gtk-hp-patches piecemeal)
18317
18318         * gtk/gtktextiterprivate.h: include btree header, so it compiles;
18319         rename gtk_text_iter_get_line to gtk_text_iter_get_text_line since
18320         gtk_text_iter_get_line is now used in the public API for a
18321         different purpose.
18322
18323         * gtk/gtktextiter.h: Clean up function names to be more
18324         consistent. Always call char offset "offset" and byte index
18325         "index". A "line" is always a line number. 
18326
18327         (gtk_text_iter_is_last): new function, more efficient than 
18328         the existing way to check
18329         (gtk_text_iter_is_first): new function, also more efficient
18330
18331         (gtk_text_iter_up_lines, gtk_text_iter_down_lines): Remove these
18332
18333         (gtk_text_iter_next_char, gtk_text_iter_prev_char): Renamed from 
18334         gtk_text_iter_forward_char, etc.
18335
18336         (gtk_text_iter_forward_to_tag_toggle): Renamed from
18337         forward_find_tag_toggle, since this isn't a linear search
18338
18339         (GtkTextCharPredicate): rename from GtkTextViewCharPredicate
18340
18341         (gtk_text_iter_forward_search, gtk_text_iter_backward_search): 
18342         New functions, search for a buffer substring.
18343
18344         * gtk/gtktextbuffer.h: Add fields to store whether a paste is
18345         interactive and default editable (since we need to store that info
18346         until we receive the selection data).
18347
18348         Remove all the _at_char and at_line etc. versions of functions;
18349         only have iterator versions.
18350
18351         Add _interactive() versions of functions, that consider the
18352         editability of text. (FIXME add interactive flag to the 
18353         insert/delete signals per Darin's suggestion)
18354
18355         (gtk_text_buffer_get_tag_table): new function, demand-creates the
18356         tag table if necessary
18357
18358         Remove declaration of gtk_text_buffer_get_iter_from_string
18359
18360         (_gtk_text_buffer_get_btree): private/internal function, added.
18361         
18362
18363         * gtk/gtktextbtree.h: Remove forward decl of GtkTextLineData.
18364         (gtk_text_line_is_last): new function
18365
18366 2000-07-25  Havoc Pennington  <hp@redhat.com>
18367
18368         * gtk/gtkprogressbar.h: Implement new sane, 5-function API for
18369         using GtkProgressBar. See Changes-2.0.txt for details.
18370
18371         * gtk/gtkprogressbar.c: Add object arguments "fraction" and
18372         "pulse_step" which are the equivalent of
18373         gtk_progress_bar_set_pulse_step and gtk_progress_bar_set_fraction.
18374         Implement new API.
18375         
18376         * gtk/gtkprogress.h (struct _GtkProgress): Add a field
18377         (use_text_format) to mark whether text set on the progress bar is
18378         a format string. Deprecate entire GtkProgress interface.
18379
18380         * gtk/gtkprogress.c (gtk_progress_init): init use_text_format to TRUE
18381         (gtk_progress_build_string): make this a no-op if use_text_format
18382         is FALSE
18383
18384         * docs/Changes-2.0.txt: Describe progress bar changes.
18385
18386 2000-07-25  Tor Lillqvist  <tml@iki.fi>
18387
18388         * Makefile.am: Include the build directory.
18389
18390         * configure.in: Generate build/Makefile, build/win32/Makefile,
18391         gdk/, gdk/win32/, and gtk/makefile.mingw.
18392
18393         * config.h.win32: Add USE_GMODULE and USE_MMX for gdk-pixbuf.
18394         Add GETTEXT_PACKAGE.
18395         
18396         * gdk/gdk.def
18397         * gtk/gtk.def: Updates.
18398
18399         * gdk/gdkfont.h
18400         * gdk/gdkpixmap.h: Remove temporary Win32-only functions, we don't
18401         need them any longer.
18402
18403         * gdk/gdkinput.h: Mark gdk_core_pointer for export/import.
18404
18405         * gdk/makefile.mingw.in: Define GDK_COMPILATION. Link with
18406         PANGOWIN32_LIBS and gdk_pixbuf.
18407
18408         * gdk/win32: Compiles, but no doubt doesn't work at all.
18409
18410         * gdk/win32/makefile.mingw.in: Define GDK_COMPILATION. 
18411
18412         * gdk/win32/gdkinput.c: New file, temporarily.
18413         
18414         * gdk/win32/gdkinput-win32.h: New file
18415
18416         * gdk/win32/gdkinputprivate.h: Remove.
18417
18418         * gdk/win32/gdkpango-win32.c: New file.
18419
18420         * gtk/makefile.mingw.in: New file
18421
18422         * gtk/makefile.cygwin: Removed
18423         
18424         * gtk/Makefile.am: Update accordingly.
18425
18426         * gtk/gtkrc.[ch] (gtk_win32_get_installation_directory): Renamed and
18427         made externally visible.
18428
18429         * gtk/gtkmain.c: Use it.
18430         
18431         * gtk/gtktextdisplay.c: No need to include pangox.h, pango.h
18432         is enough.
18433
18434         * gtk/gtktypeutils.c: Mark glib_debug_objects for import.
18435
18436 2000-07-24 Elliot Lee <sopwith@redhat.com>
18437         * gdk/gdkprivate.h: Remove gdk_*_lookup() defines, since they are defined by the
18438         individual backends already.
18439         * gdk/gdkregion-generic.h, gdk/gdktypes.h: Put gdkregionbox & gdksegment back together
18440         again. Yes, there really is a good reason for this, if you are using the gdkregion
18441         internals, and if you're not, why do you care?
18442         * gdk/gdkwindow.c: Fix inverted condition
18443         * gdk/linux-fb: Compiles (for me - it will not work elsewhere most likely).
18444         * gtk/gtkcolorsel.c, gtk/gtkwindow.c: Add include for linux-fb
18445         * gtk/gtkrange.c: Redraw trough when moving.
18446         * gtk/gtktypeutils.c: Fix warning by adding const cast.
18447         * modules/linux-fb/basic.c: Fix unknown glyph retrieval.
18448
18449 2000-07-23  Tor Lillqvist  <tml@iki.fi>
18450
18451         * configure.in: Check for mkstemp and sigsetjmp. Output
18452         gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw.
18453
18454         More work on GDK for Win32. Still in an intermediate state.
18455
18456         * gdk/makefile.cygwin
18457         * gdk/win32/makefile.cygwin: Removed.
18458         
18459         * gdk/makefile.mingw.in
18460         * gdk/win32/makefile.mingw.in: New files.
18461
18462         * gdk/Makefile.am
18463         * gdk/win32/Makefile.am: Generate and distribute them.
18464
18465         * gdk/win32/gdkwindow-win32.h
18466         * gdk/win32/gdkdrawable-win32.h
18467         * gdk/win32/gdkpixmap-win32.h: New files.
18468
18469         * gdk/win32/gdkcolor-win32.c
18470         * gdk/win32/gdkcursor-win32.c
18471         * gdk/win32/gdkdrawable-win32.c
18472         * gdk/win32/gdkgc-win32.c
18473         * gdk/win32/gdkimage-win32.c
18474         * gdk/win32/gdkprivate-win32.h
18475         * gdk/win32/gdkwin32.h: Update data structures. Cosmetics:
18476         Rename fields and variables called xcursor, xid, etc (these names
18477         were leftovers from the X11 backend) to hcursor, hwnd, hbitmap etc.
18478
18479 Sat Jul 22 17:41:26 2000  Owen Taylor  <otaylor@redhat.com>
18480
18481         * gtk/gtkentry.[ch]: Fix some problems with vertical
18482         alignment.
18483
18484         * gtk/gtkentry.c (gtk_entry_find_position): Fix 
18485         char/byte confusion.
18486
18487 Sat Jul 22 11:16:05 2000  Owen Taylor  <otaylor@redhat.com>
18488
18489         * gtk/gtktextview.c (changed_handler): Fix bug where
18490         redraw wasn't being done properly when height of
18491         dirty region changed.
18492
18493         * demos/Makefile.am: Remove various references to
18494         -lgmodule
18495
18496 Fri Jul 21 15:28:13 2000  Owen Taylor  <otaylor@redhat.com>
18497
18498         * gtk/gtktextlayout.[ch], gtk/gtktextdisplay.c: Use new
18499         PangoAttrShape to reserve space for pixmaps, add 
18500         GSList *pixmaps to GtkTextLineDisplay, draw the pixmaps
18501         in the display functions.
18502         
18503         * gtk/testgtk.c (create_layout): Set some more exotic
18504         scrolled window options
18505
18506         * gtk/gtkscrolledwindow.[ch] (gtk_scrolled_window_set_shadow_type):
18507         Add function to set the shadow type of a window, to allow
18508         putting a shadow around widgets such as GtkLayout or GnomeCanvas
18509         which don't draw their own frame.
18510
18511 Fri Jul 21 16:34:42 BST 2000  Tony Gale <gale@gtk.org>
18512
18513         * docs/tutorial/package-db-tutorial.sh: New file for
18514           packaging DocBook format tutorial
18515
18516 Fri Jul 21 14:23:51 BST 2000  Tony Gale <gale@gtk.org>
18517
18518         * docs/tutorial/gtk-tut.sgml: Minor updates
18519
18520         * docs/tutorial/*.jpg *.eps: Screenshots for tutorial
18521
18522 2000-07-19  Tor Lillqvist  <tml@iki.fi>
18523
18524         * gtk/gtksignal.c: Fix C++ comment.
18525
18526         * gtk/gtkimmulticontext.c
18527         * gtk/gtktextbtree.c: Remove gccisms: Don't use __FUNCTION__,
18528         don't return value from void functions.
18529
18530         * gtk/gtk.def: Add gtk_rc_style_unref.
18531
18532 2000-07-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
18533
18534         * gdk-pixbuf/gdk-pixbuf.h, gtk/gtkhsv.h, gtk/gtktextbtree.h,
18535         gtk/gtktextbuffer.h, gtk/gtktextchild.h, gtk/gtktextdisplay.h,
18536         gtk/gtktextiter.h, gtk/gtktextiterprivate.h, gtk/gtktextlayout.h,
18537         gtk/gtktextmarkprivate.h, gtk/gtktextsegment.h, gtk/gtktexttag.h,
18538         gtk/gtktexttagtable.h, gtk/gtktexttypes.h, gtk/gtktextview.h,
18539         gtk/gtktypeutils.h: Include files outside of the extern "C"
18540         block. Makes some C++ compiler happy. Reported by Denis Vakatov
18541         <vakatov@peony.nlm.nih.gov>.
18542
18543 Wed Jul 19 14:07:57 BST 2000  Tony Gale <gale@gtk.org>
18544
18545         * docs/tutorial/gtk-tut.sgml: Yet more clean ups.
18546           Completes first pass. Hurrah!
18547
18548 Tue Jul 18 17:17:55 BST 2000  Tony Gale <gale@gtk.org>
18549
18550         * docs/tutorial/gtk-tut.sgml: More clean ups.
18551
18552 Mon Jul 17 18:52:38 2000  Owen Taylor  <otaylor@redhat.com>
18553
18554         * gtk/gtkentry.c (gtk_entry_draw_text): Restore code to
18555         paint the background of the text area which was accidentally
18556         removed at some point.
18557
18558         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch] gtk/gtkthemes.[ch]: 
18559           
18560          - Move most of the functionality from the theme vtable
18561            into GtkRcStyleClass and GtkStyleClass. The moved
18562            vtable functions were changed a bit in the move to
18563            work better in their new home.
18564
18565          - Get rid of the engine and engine_data fields from
18566            GtkRcStyle and GtkStyle; instead the theme
18567            engine derives theme-specific subclasses of GtkRcStyle
18568            and GtkStyle
18569
18570          - Add extra dlsym() found entry point to themes,
18571            theme_create_rc_style().
18572
18573         * gtk/gtkstyle.c: Copy xthickness, ythickness fields
18574         in gtk_style_real_copy.
18575
18576         * gtk/themes.[ch]: add a function gtk_theme_engine_register_type()
18577         to register a type associated with an engine. (The engine
18578         won't be unloaded as there is an instance of the type.)
18579
18580
18581 Mon Jul 17 18:19:06 BST 2000  Tony Gale <gale@gtk.org>
18582
18583         * docs/tutorial/gtk-tut.sgml: Clean ups.
18584
18585 Mon Jul 17 13:59:29 BST 2000  Tony Gale <gale@gtk.org>
18586
18587         * docs/tutorial/gtk-tut.sgml: Initial DocBook version. Lots
18588           of cleaning up to do.
18589
18590 2000-07-15  Tor Lillqvist  <tml@iki.fi>
18591
18592         * gdk/testgdk.c: New file, quick hack to test backends for
18593         pixel-by-pixel correctness of the most simple graphic operations.
18594
18595 Fri Jul 14 20:30:25 2000  Owen Taylor  <otaylor@redhat.com>
18596
18597         * Really release 1.3.1
18598         
18599         * gtk-config-2.0.in gtk-2.0.m4: Fix up to correspond to new
18600         include structure.
18601
18602 Fri Jul 14 18:40:39 2000  Owen Taylor  <otaylor@redhat.com>
18603
18604         * Released 1.3.1
18605
18606 Fri Jul 14 16:21:26 2000  Owen Taylor  <otaylor@redhat.com>
18607
18608         * gtk/gtktextlayout.c: use FALSE for size_only most
18609         of the time when calling gtk_text_layout_get_line_display()
18610         to avoid causing double reshapes when a redraw follows
18611         immediately after.
18612
18613 Tue Jul 11 11:13:40 2000  Owen Taylor  <otaylor@redhat.com>
18614
18615         * gtk/gtkrange.c (gtk_range_default_[hv]slider_update): Invalidate
18616         appropriate region and gdk_window_process_updates() so trough
18617         updating doesn't lag behind the window being scrolled.
18618
18619         * gdk/gdkgc.c: Make parent_class pointer static.
18620          
18621 Sun Jul  9 21:31:23 2000  Owen Taylor  <otaylor@redhat.com>
18622
18623         * gdk/gdk-pixbuf.c gtk/gdk-pixbuf-loader.c gtk/gtktextview.c:
18624         include <string.h>.
18625          
18626         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Fix
18627         cut-and-paste error in computing memory offset for 4 channels.
18628
18629 Fri Jul 14 14:05:02 2000  Owen Taylor  <otaylor@redhat.com>
18630
18631         * gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string): Remove
18632         gtk_rc_append_default_pixmap_path(), since it wasn't
18633         adding an interesting path and we don't have a meaningful
18634         default for this value.
18635
18636 Fri Jul 14 12:22:49 2000  Owen Taylor  <otaylor@redhat.com>
18637
18638         * configure.in Makefile.am gtk-config.m4 gtk.m4: Move
18639         gtk-config to gtk-config-2.0 move gtk_.m4 to
18640         gtk-2.0.m4
18641
18642         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
18643         gdk/Makefile.am demos/Makefile.am: Change 
18644         library names to libgtk-1.3.la, etc, so that we
18645         can distinguish gtk-1.2 and gtk-2.0 on the linkline.
18646
18647         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
18648         gdk/Makefile.am gdk/x11/Makfile.am
18649         Move include files into /usr/include/gtk-2.0, 
18650         /usr/lib/gtk-2.0/include/
18651          
18652         * autogen.sh acconfig.h configure.in gtk/gtkmain.c
18653         gtk/gtkintl.h: Change package for gettext from 
18654         gtk+ to gtk20. Put hack in autogen.sh to modify
18655         po/Makefile.in.in after gettextize to make this
18656         possible.
18657
18658         * gtk+.spec: Some updates, not tested.
18659
18660         * gdk-pixbuf/Makefile.am: Move loaders into
18661         $(libdir)/gtk-2.0/$(GTK_VERSION)/loaders.
18662
18663         * gtk/Makefile.am gtk/gtkrc.c: Move RC file locations
18664         $(sysconfdir)/gtk-2.0 ~/.gtkrc-2.0; theme subdir
18665         to THEMENAME/gtk-2.0/. Move engine directory  to
18666         $(libdir)/gtk-2.0/$(GTK_VERSION)/engines.
18667         
18668 2000-07-12  Tor Lillqvist  <tml@iki.fi>
18669
18670         Win32 changes, still doesn't build though.
18671
18672         * gdk/makefile.cygwin
18673         * gdk/win32/makefile.cygwin
18674         * gtk/makefile.cygwin: Updates.
18675
18676         * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Use the same
18677         default values for fg and bg pixel as X11 does (0 and 1), not
18678         black and white. Use PS_ENDCAP_FLAT and PS_JOIN_MITER by default.
18679         Use 0 for pen width by default (treated as 1 anyway later, but for
18680         apps that might check the value in the GdkGC).
18681         (gdk_win32_hdc_get, gdk_win32_hdc_release): New functions, public
18682         interface to gdk_gc_predraw and _postdraw.
18683
18684         * gdk/win32/gdkwin32.h
18685         * gdk/gdk.def: Add gdk_win32_hdc_{get,release}.
18686
18687         * gdk/win32/gdkcolor-win32.c (gdk_colormap_alloc1): Remove
18688         extraneous semicolon.
18689
18690         * gdk/win32/gdkdrawable-win32.c: Check also for pen_width == 0.
18691
18692         * gdk/win32/gdkimage-win32.c (gdk_image_new): Use the visual's depth,
18693         not the Win32 bitspixel value.
18694
18695         * gdk/win32/gdkcc-win32.c:
18696         * gdk/win32/gdkcolor-win32.c 
18697         * gdk/win32/gdkprivate-win32.h
18698         * gdk/win32/gdkwin32.h: Changes to make compilable, with new
18699         GDK object structure.
18700
18701 Tue Jul 11 20:59:35 2000  Tim Janik  <timj@gtk.org>
18702
18703         * docs/tutorial/gtk_tut_12.es.sgml (name): 
18704         * docs/tutorial/gtk_tut_it.sgml (name): 
18705         * docs/tutorial/gtk_tut_fr.sgml (name): 
18706         * docs/tutorial/gtk_tut.sgml (name): scratched notion of completely
18707         outdated email adress: s/timj@psynet.net/timj@gtk.org/.
18708
18709 Tue Jul 11 13:10:57 BST 2000  Tony Gale <gale@gtk.org>
18710
18711         * docs/faq/gtk-faq.sgml: Cleanup indenting and various
18712           small changes.
18713
18714 Tue Jul 11 08:04:58 2000  Tim Janik  <timj@gtk.org>
18715
18716         * gtk/gtktree.c (gtk_real_tree_select_child): eek, i've never seen
18717         a bug here, never been here and never fixed anything ;(
18718         (don't segfault if tree->root_tree is NULL, which happens prior
18719         to widget realization, but puke instead).
18720
18721 Tue Jul 11 06:38:42 2000  Tim Janik  <timj@gtk.org>
18722
18723         * gtk/gtkrc.h: add xthickness and ythickness to GtkRcStyle and
18724         add the necessary tokens.
18725
18726         * gtk/gtkrc.c (gtk_rc_style_init): properly initiality the rc style.
18727         (gtk_rc_style_to_style): copy thicknesses.
18728         (gtk_rc_init_style): apply thicknesses.
18729         (gtk_rc_parse_style): parse xthickness and ythickness.
18730
18731         * gdk/x11/gdkdnd-x11.c: silence compiler in switch() statements.
18732
18733         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): 
18734         (gdk_window_new): 
18735         (_gdk_windowing_window_init): 
18736         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_foreign_new): 
18737         (gdk_pixmap_create_from_data): 
18738         (gdk_bitmap_create_from_data): 
18739         (gdk_pixmap_new): 
18740         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
18741         (gdk_image_new): 
18742         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): 
18743         * gdk/x11/gdkdnd-x11.c (gdk_drag_context_new): 
18744         * gdk/x11/gdkcolor-x11.c (gdkx_colormap_get):
18745         (gdk_colormap_get_system): 
18746         (gdk_colormap_new): 
18747         * gdk/gdkwindow.c (gdk_window_init): 
18748         * gtk/gtkstyle.c (gtk_style_new):
18749         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done):
18750         * gdk/gdkpixmap.c (gdk_pixmap_init): 
18751         * gtk/gtkrc.c (gtk_rc_style_new):
18752         use g_object_new() instead of g_type_create_instance() which
18753         is a private function for fundamental type implementations.
18754
18755 Thu Jul  6 16:12:14 2000  Owen Taylor  <otaylor@redhat.com>
18756
18757         * configure.in: Add check for db2html
18758
18759 Thu Jul  6 14:53:05 2000  Owen Taylor  <otaylor@redhat.com>
18760
18761         * gtk/gtktypeutils.c (gtk_type_init): Add a temporary 
18762         hack to set glib_debug_objects based on gtk_debug_flags.
18763
18764 Thu Jul  6 14:12:13 2000  Owen Taylor  <otaylor@redhat.com>
18765
18766         * INSTALL.in: Update the Prerequisites section.
18767
18768         * Makefile.am demos/Makefile.am docs/Makefile.am
18769         docs/tutorial/Makefile.am gdk/x11/Makefile.am
18770         gdk/linux-fb/Makefile.am: Dist fixes
18771
18772 Thu Jul  6 12:26:03 2000  Owen Taylor  <otaylor@redhat.com>
18773
18774         * NEWS: 10,000 foot view of 1.3.1 changes.
18775
18776 Thu Jul  6 11:54:03 2000  Owen Taylor  <otaylor@redhat.com>
18777
18778         * gdk/gdk.h gdk/gdktypes.h gdk/linux-fb/gdkmain-fb.c
18779         gdk/nanox/gdkmain-nanox.c gdk/win32/gdkevents-win32.c
18780         gdk/win32/gdkinput-win32.c gdk/win32/gdkwin32.h
18781         gdk/x11/gdkmain-x11.c: 
18782
18783         Patch from George Lebl to add a GdkGrabStatus enumeration to use
18784         as a return value of gdk_*_grab(). Previously, we just
18785         returned the X11 values directly.
18786
18787 Thu Jul  6 11:27:44 2000  Owen Taylor  <otaylor@redhat.com>
18788
18789         * gdk/x11/Makefile.am: Patch from George Lebl to 
18790         install all the headers in the right place.
18791
18792 Tue Jul  4 13:13:01 BST 2000  Tony Gale <gale@gtk.org>
18793
18794         * docs/faq/gtk-faq.sgml: Add remaining sections. Completes
18795           initial conversion to DocBook.
18796
18797 2000-07-04  Tor Lillqvist  <tml@iki.fi>
18798
18799         * README.win32: Improve a bit.
18800
18801         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle also
18802         WM_SYSCHAR, and other changes to get handling of Alt+nnn or
18803         Alt+0nnn on the numpad (used to enter characters by numeric code
18804         from current DOS or ANSI codepage) working correctly, as in other
18805         Windows apps.
18806
18807         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Use
18808         same argument validity tests as in X11 version.
18809         (_gdk_cursor_destroy): Use DestroyCursor, not DestroyIcon.
18810
18811         * gdk/win32/gdkwin32.h: Add also WM_MOUSEWHEEL and CopyCursor
18812         definitions in case missing from headers.
18813
18814         * gdk/win32/gdkwindow-win32.c (gdk_win32_window_destroy): Also
18815         destroy the window-specific cursor.
18816         (RegisterGdkClass): Use the global gdk_ProgInstance instead of
18817         calling GetModuleHandle(NULL).
18818         (gdk_window_set_cursor): Reworked to always copy the passed cursor
18819         with CopyCursor before setting it as the window-specific
18820         cursor. It is OK for the caller to destroy the GdkCursor (and thus
18821         also its Windows cursor) after calling this function. Destroy any
18822         previous window-specific cursor.
18823
18824 Mon Jul  3 17:54:49 2000  Owen Taylor  <otaylor@redhat.com>
18825
18826         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): 
18827         font charset is iso8859-1, not iso-8859-1.
18828
18829 Mon Jul  3 17:08:14 2000  Owen Taylor  <otaylor@redhat.com>
18830
18831         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale):
18832         Use g_get_charset() instead of g_get_codeset().
18833
18834         * gtk/gtkframe.[ch] gtkframe.h gtk/gtktextmark.h: 
18835         Comment out some strdup'ing functions to keep timj
18836         happy until we finish fighting this out.
18837
18838 Mon Jul  3 14:24:16 2000  Owen Taylor  <otaylor@redhat.com>
18839
18840         * gtk/gtkwidget.c (gtk_widget_draw): Ignore calls with
18841         <= width or height.
18842
18843         * gtk/gtktable.c (gtk_table_attach): Fix missed merge
18844         from 1.2 for parent/child states.
18845
18846         * gdk/gdkgc.c (gdk_gc_set_rgb_fg/bg_color): Fix a couple
18847         of typos.
18848
18849         * gdk/gdkevents.[ch]: Remove press/xtilt/ytilt fields of
18850         event structures, replace with a generic axes field. Replace 
18851         deviceid/sourec with GdkDevice *device.
18852
18853         * gdk/gdkevents.[ch] (gdk_event_get_axis): Add function
18854         to extract particular axis use value from event. (Also
18855         can be used for normal X/Y.)
18856
18857         * gdk/gdkinput.h gdk/x11/gdkinput*: Major revision;
18858         allow for arbitrary number of axes, namespace everything
18859         as gdk_device_*. Replace guint32 deviceid with GdkDevice *
18860         everywhere.
18861
18862         * gdk/x11/{gdkmain-x11.c,gdkevent-x11.c,gdkinput*}: 
18863         Get rid of the gdk_input_vtable setup if favor of simply
18864         defining the functions in gdkinput-none/gxi/xfree.c in
18865         a similar fashion to the way that the port structure is 
18866         done.
18867
18868         * gtk/gtkdnd.c: Fix fields of synthesized button press event
18869         for new event structures. 
18870
18871         * gtk/gtkinputdialog.c gtk/testinput.c: Revise to match
18872         new device interfaces.
18873
18874 Sun Jul  2 18:19:50 2000  Owen Taylor  <otaylor@redhat.com>
18875
18876         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_layout): Add a 'text' argument to
18877         set the initial text.
18878
18879         * gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c
18880         gtk/gtkentry.c gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c
18881         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvruler.c
18882         gtk/gtkvscale.c: Adapt to new argument of create_pango_layout().
18883
18884         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
18885         pango_layout_set_font_description to simplify.
18886
18887 Sun Jul  2 17:43:41 2000  Owen Taylor  <otaylor@redhat.com>
18888
18889         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
18890         pango_layout_set_font_description to simplify.
18891
18892 Sun Jul  2 17:06:40 2000  Owen Taylor  <otaylor@redhat.com>
18893
18894         * gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkctree.c gtk/gtkhscale.c
18895         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvscale.c gtk/gtkaccellabel.c: Use
18896         pango_layout_get_pixel_extents() to remove a large number of '/ PANGO_SCALE'.
18897
18898         * gtk/gtk[hv]ruler.c gtk/gtklabel.c: replace some / PANGO_SCALE with
18899         PANGO_PIXELS() macro.
18900
18901 Sun Jul  2 15:24:41 2000  Owen Taylor  <otaylor@redhat.com>
18902
18903         * gtk/gtkwidget.[ch] (gtk_widget_get_pango_context): Add new function
18904         that returns a PangoContext owned by the widget and updated to
18905         match future changes in the widget. Also, make 
18906         gtk_widget_create_pango_layout() use this context. If we ever
18907         add a ::changed signal to PangoContext, this will make things
18908         much more convenient. 
18909
18910         * gtk/gtkentry.c gtk/gtklabel.c: Call pango_layout_context_changed()
18911         in the appropriate places instead of destroying the layouts and
18912         creating new ones.
18913
18914         * gtk/gtkfontsel.[ch] gtk/gtkclist.c: Use gtk_widget_get_pango_context()
18915         in a few strategic places.
18916
18917 Sun Jul  2 14:37:58 2000  Owen Taylor  <otaylor@redhat.com>
18918
18919         * gtk/gtkoptionmenu.c (gtk_option_menu_size_request): Call 
18920         gtk_widget_size_request() on reparented child, if one. Otherwise,
18921         queue_resize() on the child never results in it getting size-requested
18922         at all.
18923
18924         * gtk/testgtk.c (build_option_menu): Remove silly radio-menu-items
18925         in option menus, so that (with luck) people won't copy it into
18926         their apps in the future.
18927
18928         * gtk/gtkoptionmenu.c: Connect ::size_request on the menu
18929         to gtk_option_menu_calc_size. This isn't perfect, but should fix
18930         a lot of problems with changing the size of the menu's menu
18931         items after adding it to the option menu.
18932
18933         * gtk/gtktexttag.c: Include gtkmain.h for gtk_get_default_language().
18934
18935         * gtk/gtkwidget.[ch]: Add a ::direction_changed that triggers when
18936         the text direction for a widget changes.
18937
18938         * gtk/gtk{entry.c,label.[ch],textview.[ch]} gtk/testgtk.c: Use
18939         ::direction_changed to get rid of various hacks.
18940
18941 Sun Jul  2 13:19:12 2000  Owen Taylor  <otaylor@redhat.com>
18942
18943         * docs/Changes-2.0.txt: Move Changes-1.4.txt to the appropriate
18944         name.
18945
18946 Sun Jul  2 13:06:26 2000  Owen Taylor  <otaylor@redhat.com>
18947
18948         * gdk/x11/gdkpixmap-x11.[ch] Changes-1.4.txt: Add a is_foreign
18949         flag to the structure. Do not call XFreePixmap on pixmaps created
18950         by gdk_pixmap_foreign_new().
18951
18952 Sun Jul  2 12:45:50 2000  Owen Taylor  <otaylor@redhat.com>
18953
18954         * gdk/gdkrgb.[ch]: Add gdk_rgb_find_color() to get a pixel
18955         value using GdkRGB functionality given GdkColormap and GdkColor.
18956         (name not final, waiting for inspiration.)
18957         
18958         * gdk/gdkgc.[ch] (gdk_gc_set_rgb_fg/bg_color): New functions to
18959         set the foreground/background of a GC using the GC's colormap
18960         and GdkRGB. (name not final, waiting for inspiration.)
18961
18962         * gdk/gdkcompat.h gdk/gdkrgb.c (gdk_rgb_get_colormap): Rename from 
18963         gdk_rgb_get_cmap(), put #define in gdkcompat.h.
18964
18965         * gtk/gtkwidget.[ch] gtkcompat.h: Make visuals for
18966         gtk_widget_get_visual(), gtk_widget_get_default_visual, etc,
18967         purely a function of the corresponding colormap. Make
18968         gtk_widget_set_visual(), etc, noop macros in gtkcompat.h.
18969
18970         * gdk/gdkpixmap.c gdk/x11/gdkpixmap-c11.c: Rewrite
18971         gdk_pixbuf_*create_from_xpm_* in terms of
18972         gdk_pixbuf_new_from_xpm_data(), move into platform independent
18973         code.
18974
18975         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Take
18976         advantage of the new draw_rgb_32_image_dithalign.
18977
18978         * gdk/gdkrgb.c (gdk_draw_rgb_32_image_dithalign): Added.
18979
18980         * gtk/gtkgc.c (gtk_gc_new): Set the appropriate colormap
18981         on each created GC.
18982
18983         * gdk/gdkgc.[ch]: Add gdk_gc_get/set_colormap.
18984
18985         * gdk/gdkgc.[ch]: Add a colormap field to the GdkGC structure
18986         which we initialize from the drawable when the GC is created,
18987         if the drawable has a colormap.
18988
18989         * gdk/x11/gdkgc-x11.c: include string.h for memset.
18990
18991         * gdk/x11/gdkinput-x11.c: include string.h for strlen, etc.
18992
18993         * gtk/gtklayout.[ch]: Remove unsed configure serial member.
18994
18995 Sat Jul  1 16:28:32 2000  Owen Taylor  <otaylor@redhat.com>
18996
18997         * gdk/x11/gdkevents-x11.c (gdk_event_translate): When
18998         actually returning expose events, make sure to set
18999         the count field properly.
19000
19001         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): Fix
19002         accidentally reintroced bug which always cleared
19003         the graphics_exposures value. 
19004
19005 Wed Jun 28 18:03:09 BST 2000  Tony Gale <gale@gtk.org>
19006
19007         * docs/faq/gtk-faq.sgml: Change DocBook layout slightly
19008
19009 Wed Jun 28 17:49:05 BST 2000  Tony Gale <gale@gtk.org>
19010
19011         * docs/faq/gtk-faq.sgml: Finish Section 6. Add Section 7.
19012
19013 Wed Jun 28 13:31:55 BST 2000  Tony Gale <gale@gtk.org>
19014
19015         * docs/faq/gtk-faq.sgml: Start of Section 6.
19016
19017 Mon Jun 26 19:37:04 2000  Owen Taylor  <otaylor@redhat.com>
19018
19019         * configure.in: Put 1.3.1 in warning message, not 1.3.0.
19020         
19021         (Fixes problem with drawing childless frames. Pointed out
19022         by and a first patch from Anders)
19023         
19024         * gtk/gtkframe.c (gtk_frame_compute_child_allocation): Always
19025         compute a child_allocation, even if we don't have a child.
19026
19027         * gtk/gtkaspectframe.c (gtk_aspect_frame_compute_child_allocation):
19028         Always chain to the parent's impl, even if we don't have a child.
19029
19030 Mon Jun 26 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
19031
19032         * gdk/gdkrgb.c: If possible, create only a single shm segment and
19033         use multiple parts of it instead of creating a bunch of separate
19034         segments, since the maximum number of segments per system is not
19035         large. (This might be worth backporting to GTK+-1.2.x if we make a
19036         new release )
19037
19038         * gdk/gdkrgb.c: Localize a bunch of variables into the GdkRgbInfo
19039         structure in preparation for per-colormap GdkRGB.
19040
19041         * gdk/x11/gdkimage-x11.c (gdk_image_new): Don't set gdk_use_xshm
19042         to False when we get EINVAL from shmget so that the caller of
19043         gdk_image_new can retry with a smaller segment size.
19044
19045 Mon Jun 26 13:01:16 BST 2000  Tony Gale <gale@gtk.org>
19046
19047         * docs/faq/gtk-faq.sgml: Add Sections 4 & 5.
19048
19049 Fri Jun 23 17:54:23 2000  Tim Janik  <timj@gtk.org>
19050
19051         * configure.in: make the current version number 1.3.1 (binary age 0,
19052         interface age 0).
19053         
19054         * gtkfeatures.h, gtkfeatures.h.in: dejavue, get rid of these *again*,
19055         gtkcompat.h is all we want.
19056
19057         * gtk/gtktypeutils.[hc]: define most of the primitive types in terms of
19058         GLib primitive types. fixed g_type_register_fundamental() argument
19059         ordering.
19060
19061         * gtk-config.in (lib_gtk): add -lgdk_pixbuf so third party code
19062         compiles.
19063
19064         * gdk-pixbuf-loader.[hc]: get rid of unistd.h include.
19065         object code cleanup, comment trigraph fixes, etc...
19066
19067 2000-06-23  Havoc Pennington  <hp@redhat.com>
19068
19069         * gtk/gtktextview.c (gtk_text_view_set_buffer): Use anonymous mark 
19070         instead of making up a bogus name for first_para_mark
19071
19072         * gtk/gtkstatusbar.h, gtk/gtkstatusbar.c: Allow 
19073         0 as a context ID
19074
19075 Thu Jun 22 17:43:51 BST 2000  Tony Gale <gale@gtk.org>
19076
19077         * docs/faq/gtk-faq.sgml: Change filename. Add Section 3.
19078
19079 2000-06-21  Havoc Pennington  <hp@pobox.com>
19080
19081         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Fix bug where
19082         we didn't check window->bg_pixmap != GDK_NO_BG.
19083
19084         * gtk/gdk-pixbuf-loader.c: Change to reflect GObject-ification of
19085         gdk-pixbuf
19086
19087 Thu Jun 22 14:02:19 BST 2000  Tony Gale <gale@gtk.org>
19088
19089         * docs/faq/gtk-faq.sgm: Move file to here.
19090           TODO: Update Makfile.am 
19091
19092 Thu Jun 22 13:41:09 BST 2000  Tony Gale <gale@gtk.org>
19093
19094         * docs/gtk-faq.sgm: Add Section 2
19095
19096 Thu Jun 22 08:43:45 BST 2000  Tony Gale <gale@gtk.org>
19097
19098         * docs/gtk-faq.sgm: New file. Start of DocBook
19099           version of the FAQ.
19100
19101 Wed Jun 21 23:04:17 2000  Owen Taylor  <otaylor@redhat.com>
19102
19103         * configure.in (GDK_PIXBUF_MAJOR): Define version
19104         numbers for GDK_PIXBUF_*, as they get substituted
19105         into a header file. Need to consider versioning
19106         for gdk-pixbuf more carefully later.
19107
19108 2000-06-21  Raja R Harinath  <harinath@cs.umn.edu>
19109
19110         Work with srcdir != builddir.   
19111         * demos/testanimation.c: Don't include "gdk-pixbuf.h".  Use
19112         <gtk/gdk-pixbuf-loader.h>, not "gtk-pixbuf/gdk-pixbuf-loader.h".
19113         * demos/testpixbuf.c: Likewise.
19114         * demos/testpixbuf-scale.c: Don't include "gdk-pixbuf.h".
19115         * demos/testpixbuf-drawable.c: Don't include "gdk-pixbuf.h".  Use
19116         <gdk/x11/gdkx.h>.
19117         * demos/pixbuf-demo.c: Use <gtk/gtk.h> not "gtk.h".  Don't include
19118         "gdk-pixbuf.h".
19119         * demos/Makefile.am (INCLUDES): Remove unneeded directories.
19120
19121 Wed Jun 21 19:45:02 2000  Owen Taylor  <otaylor@redhat.com>
19122
19123         * TODO.xml: Change 1.4 version numbers to 2.0.
19124
19125 Wed Jun 21 19:29:08 2000  Owen Taylor  <otaylor@redhat.com>
19126
19127         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf-drawable.c: Indentation
19128         fixups to GTK+ standard.
19129
19130 Wed Jun 21 16:38:13 2000  Owen Taylor  <otaylor@redhat.com>
19131
19132         * gdk-pixbuf/* docs/reference/gdk-pixbuf/*: Welcome aboard,
19133         gdk-pixbuf.
19134
19135         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init):
19136         fixups for GObject.
19137
19138         * gdk/Makefile.am gdk/gdkpixbuf-render.[ch] gdk/gdkpixbuf.[ch]: Bits of 
19139         gdk-pixbuf with GDK dependencies moved into GDK.
19140         
19141         * gtk/Makefile.am gtk/gdk-pixbuf-loader.[ch]: Temporarily
19142         move gdk-pixbuf-loader here until GObject has signals.
19143
19144         * demos/: New directory of demos. Move demos from
19145         gdk-pixbuf here.
19146
19147         * demos/pixbuf-init.c: Small bit of code to check for
19148         loaders in ../gdk-pixbuf/.libs/gdk-pixbuf, and if found,
19149         set GDK_PIXBUF_MODULEDIR appropriately.
19150
19151         * gdk/gdkcompat.h: Remove GDK_DRAWABLE_PIXMAP compat
19152         define which no longer makes sense.
19153
19154 2000-06-21  Havoc Pennington  <hp@redhat.com>
19155
19156         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Use
19157         gtk_get_default_language
19158
19159         * gtk/gtkmain.h, gtk/gtkmain.c (gtk_get_default_language): 
19160         new function to get the default language
19161
19162         * gtk/gtktexttagprivate.h, gtk/gtktexttag.c, gtktextview.c: 
19163         s/gtk_text_view_style_values/gtk_text_style_values/
19164
19165         * gtk/gtktexttag.c, gtk/gtktexttag.h, gtk/gtktexttagprivate.h:
19166         Add a "language" field to tags.
19167
19168         (gtk_text_tag_set_arg): Fix bug in setting
19169         "bg_full_height_set" tag.
19170
19171 2000-06-21  Havoc Pennington  <hp@redhat.com>
19172
19173         * gtk/gtktextiter.h: Use gunichar instead of gint when appropriate
19174         in the interfaces
19175
19176         * gtk/gtktexttypes.c: Remove UTF functions, use glib 
19177         stuff instead when possible.
19178
19179         * gtk/gtktexttypes.h: Delete some unused constants
19180
19181         * gtktextbtree.c, gtktextiter.c, gtktextsegment.c, gtktextview.c,
19182         testtextbuffer.c: use glib instead of custom unicode routines
19183
19184 Wed Jun 21 12:50:58 2000  Owen Taylor  <otaylor@redhat.com>
19185
19186         * docs/es/: Removed mistakenly added generated sgml
19187
19188         * docs/{gdk.texi,gtk.texi,gdk.sgml} macros.texi texinfo.tex:
19189         Remove outdated info files.
19190
19191         * docs/gtk_tut* docs/package_tutorial.sh docs/tutorial:
19192         Moved tutorial files into subdir
19193
19194         * docs/gtkfaq.sgml docs/faq/gtkfaq.sgml: Move FAQ into
19195         subdir.
19196
19197         * docs/man/gtk_button.pod: Remove. (contents will be
19198         integrated into gtk-reference button page.)
19199
19200         * configure.in docs/Makefile.am docs/tutorial/Makefile.am
19201         docs/faq/Makefile.am: Adjust for new organization
19202
19203 2000-06-21 Christopher Blizzard  <blizzard@redhat.com>
19204
19205         * gdk/x11/Makefile.am (install-data-local): use $(mkinstalldirs)
19206         not $(MKINSTALLDIRS)
19207
19208 Wed Jun 21 12:24:28 2000  Owen Taylor  <otaylor@redhat.com>
19209
19210         * gtk/testgtk.c (create_text): Finish the job Elliot started
19211         of removing font setting test for text widget. (Since text widget
19212         and GdkFont are not deprecated, and cause portability problems.)
19213
19214 Wed Jun 21 11:41:43 2000  Owen Taylor  <otaylor@redhat.com>
19215
19216         * gtk/gtkentry.c gtk/gtkimcontextsimple.c gtk/gtklabel.c
19217         gtk/gtktexttypes.c gtk/testtext.c modules/linux-fb/basic.c:
19218         Remove use of libunicode in favor of new GLib functions.
19219
19220         * gtk/gtkcolorsel.c: Remove conditional includes for FB, win32,
19221         nano-x, framebuffer. The X11 include is just a hack until we get
19222         the necessary functions in gdkcolor.h, so there is no reason to
19223         add other includes of platforms.
19224
19225         * gtk/gtkwindow.c (gtk_window_compute_default_size): Revert 
19226         window bigger than the screen change.
19227
19228         * gtk/testgtk.c: Revert some random changes from Elliot
19229         that had no particular point and were causing testgtkrc
19230         not to function correctly.
19231         
19232         * gdk/gdkregion-generic.h: Revert change from Elliot. Just
19233         because GdkSegment and GdkRegionBox have the same fields,
19234         it doesn't mean that 'typedef GdkSegment GdkRegionBox'
19235         results in clearer code.
19236
19237         * gdk/x11/gdkinput-x11.c (gdk_input_common_select_events,
19238         gdk_input_translate_coordinates): Fix missed GdkObjectification
19239
19240 2000-06-18  Elliot Lee  <sopwith@redhat.com>
19241
19242         * gdk/Makefile.am, gdk/*/Makefile.am: Fix conditionality to work the "right" way.
19243         * gtk/gtk{plug,socket}.h: Missed commits from previous.
19244
19245 2000-06-20  Havoc Pennington  <hp@redhat.com>
19246
19247         * modules/linux-fb/Makefile.am: Make this compile
19248         without framebuffer enabled
19249
19250         * gdk/linux-fb/Makefile.am: Add conditional to not build
19251         framebuffer unless specified in configure
19252
19253         * gdk/gdkdraw.c (gdk_draw_drawable): Fix bug where I was getting
19254         the size of the target instead of source if -1 was passed for
19255         width/height
19256
19257         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): Fix 
19258         width/height confusion.
19259
19260 2000-06-19  Havoc Pennington  <hp@redhat.com>
19261
19262         * gdk/x11/gdkx.h (GDK_WINDOW_XWINDOW): change this to be
19263         GDK_DRAWABLE_XID. In the future, we probably want to make it
19264         faster with G_DISABLE_CHECKS turned on.
19265
19266 2000-06-14  Havoc Pennington  <hp@redhat.com>
19267
19268         * gdk/Makefile.am: add gdkpixmap.c
19269
19270         * gdk/gdk.c: s/gdk_window_init/_gdk_windowing_window_init/
19271         s/gdk_image_init/_gdk_windowing_image_init
19272
19273         * gdk/gdkcolor.c: make ref/unref compat wrappers for GObject
19274         ref/unref
19275
19276         * gdk/gdkcolor.h: make GdkColormap a GObject subclass
19277
19278         * gdk/gdkcompat.h: remove GdkWindowType compat, since
19279         GdkWindowType is now non-deprecated; 
19280         change gdk_window_get_type() compat to be
19281         gdk_window_get_window_type().
19282
19283         * gdk/gdkdnd.h: make GdkDragContext a GObject.
19284
19285         * gdk/gdkdraw.c, gdk/gdkdraw.h: Convert GdkDrawable to a pure
19286         virtual GObject. Make all functions call into the vtable.
19287         Move gdk_image_put() guts in here. Remove GdkDrawableType
19288         and gdk_drawable_get_type(), these are now GdkWindow-specific.
19289         draw_image, get_depth, get_size, set_colormap, get_colormap,
19290         get_visual added to the vtable.
19291         
19292         * gdk/gdkgc.h, gdk/gdkgc.c: Convert GdkGC to a pure virtual 
19293         GObject. Virtualize everything. 
19294         (gdk_gc_new_with_values): remove check for destroyed window,
19295         because now GdkWindow::create_gc will check this.
19296         (gdk_gc_set_values): New function to set GC values, this 
19297         was already implemented but wasn't in the header
19298
19299         * gdk/gdkimage.h, gdk/gdkimage.c: Convert GdkImage to a GObject.
19300
19301         * gdk/gdkinternals.h: Remove _gdk_window_alloc(), remove
19302         _gdk_window_draw_image(), remove _gdk_windowing_window_class,
19303         remove _gdk_window_class; add _gdk_window_impl_get_type() and
19304         _gdk_pixmap_impl_get_type(). Rename gdk_window_init to
19305         _gdk_windowing_window_init, rename gdk_image_init to
19306         _gdk_windowing_image_init.
19307         
19308         * gdk/gdkpango.c: Reflect GObject-ification of PangoContext.
19309         (gdk_draw_layout): Remove check for destroyed window, 
19310         because all the drawable methods already check it.
19311         
19312         * gdk/gdkpixmap.h, gdk/gdkpixmap.c: Convert GdkPixmap to GObject.
19313         Add gdkpixmap.c which contains implementation of GdkDrawable
19314         virtual table (by chaining to a platform-specific implementation
19315         object).
19316         
19317         * gdk/gdkprivate.h: Remove GDK_IS_WINDOW, GDK_IS_PIXMAP, 
19318         GDK_DRAWABLE_DESTROYED. Add GDK_WINDOW_DESTROYED. Replace
19319         GDK_DRAWABLE_TYPE with GDK_WINDOW_TYPE. Remove GdkDrawablePrivate,
19320         GdkWindowPrivate, GdkImageClass, GdkImagePrivate, GdkGCPrivate,
19321         GdkColormapPrivate. 
19322
19323         * gdk/gdktypes.h: #include <glib-object.h>
19324
19325         * gdk/gdkwindow.h, gdk/gdkwindow.c: Convert GdkWindow to GObject.
19326         Move most functionality to platform-specific implementation
19327         object. GdkWindow itself now handles the backing store, then
19328         chains to the platform-specific implementation.
19329         (gdk_window_get_window_type): return GdkWindowType of the window.
19330         (gdk_window_peek_children): New routine, returns the children of 
19331         a GdkWindow
19332         (gdk_window_get_children): Was in X11-specific code and did 
19333         XQueryTree. Changed to simply return a copy of window->children; 
19334         so it can go in cross-platform code.
19335         
19336         * gdk/x11/Makefile.am: fix broken MKINSTALLDIRS path
19337
19338         * gdk/x11/gdkcolor-x11.c: implement X-specific parts of 
19339         GdkColormap; just changed to use the new private data instead
19340         of casting to GdkColormapPrivate.
19341
19342         * gdk/x11/gdkcursor-x11.c: added a couple typechecks to 
19343         gdk_cursor_new().
19344
19345         * gdk/x11/gdkdnd-x11.c: Change the way we access private fields 
19346         (private data member in the GObject). 
19347         (xdnd_manager_source_filter): Function had broken 
19348         error handling, fix it (use gdk_error_trap_push).
19349
19350         * gdk/x11/gdkdrawable-x11.c: This file now implements
19351         a base class for GdkWindowImplX11/GdkPixmapImplX11. This 
19352         base class is purely for the convenience of the X port,
19353         and not part of the interface to cross-platform GDK.
19354
19355         * gdk/x11/gdkevents-x11.c: Reflect various renamings.
19356         
19357         * gdk/x11/gdkgc-x11.c: Implement a subclass of GdkGC that's
19358         specific to X, and returned by the create_gc virtual method
19359         of GdkDrawableImplX11. 
19360         (gdk_x11_gc_set_dashes): Change this to take an array of gint8
19361         rather than gchar, this was also changed in the GdkGC vtable.
19362         (gdk_x11_gc_values_to_xvalues): If GdkGCValues is NULL, or the
19363         mask is 0, return immediately, instead of checking every flag.
19364         This is faster, and keeps us from segfaulting if values is NULL
19365         and the mask contains some nonzero flags.
19366
19367         * gdk/x11/gdkgeometry-x11.c: deal with all the rearranging of
19368         GdkWindow.
19369
19370         * gdk/x11/gdkglobals-x11.c: change type of grab window, since 
19371         GdkWindowPrivate is gone.
19372
19373         * gdk/x11/gdkim-x11.c: rename things that got renamed.
19374
19375         * gdk/x11/gdkimage-x11.c: implement in terms of GObject, and 
19376         remove the image_put stuff that got transferred to GdkDrawable.
19377         
19378         * gdk/x11/gdkinput.c: renamings
19379
19380         * gdk/x11/gdkmain-x11.c: #include <pango/pangox.h>
19381
19382         * gdk/x11/gdkpixmap-x11.c: GObject conversion
19383
19384         * gdk/x11/gdkprivate-x11.h: indentation fixes
19385
19386         * gdk/x11/gdkproperty-x11.c: renamings
19387
19388         * gdk/x11/gdkselection-x11.c: renamings
19389
19390         * gdk/x11/gdkwindow-x11.c: Restructuring and renaming; this now 
19391         implements the platform-specific "impl" object.
19392         Moved gdk_window_get_children to gdk/gdkwindow.c
19393
19394         * gdk/x11/gdkx.h: Remove all the private structs and private datas
19395         that no longer exist. Add declaration of GdkGCX11 object here.
19396         Fix all the macros to still work. 
19397
19398         * gtk/gtk-boxed.defs: Remove GtkStyle, GdkColormap, GdkWindow,
19399         GdkDragContext from the boxed types since they are now GObjects.
19400
19401         * gtk/gtkstyle.h, gtk/gtkstyle.c: Converted GtkStyle to a GObject,
19402         moved xthickness/ythickness into the instance. GtkStyleClass
19403         functions are now in the standard vtable for GtkStyle, so you have
19404         to create a GObject subclass to write a theme engine.
19405         (gtk_style_copy): fixed a leaked PangoFontDescription
19406         (gtk_style_init): renamed gtk_style_realize, so gtk_style_init
19407         can be the standard GObject function.
19408         
19409         * Throughout GTK:
19410         s/style->klass->[xy]thickness/style->[xy]thickness
19411         s/pango_layout_unref/g_object_unref/
19412
19413         * gtk/gtkrc.h, gtk/gtkrc.c: Converted GtkRcStyle to a GObject.
19414         
19415         * gtk/gtksocket.c: Use gdk_window_get_user_data() instead of 
19416         accessing GDK internals.
19417
19418         * gtk/gtkwidget.c: Use gdk_window_peek_children() instead of 
19419         accessing GDK internals.
19420
19421 2000-06-18  Elliot Lee  <sopwith@redhat.com>
19422
19423         * gtk/gtkwindow.c: Don't allow creation of a window bigger than the screen.
19424
19425         * gtk/gtkrange.c: Fix the mega-jumpy-with-lagged-events scrollbar
19426         problem by calculating event position relative to the trough
19427         rather than the slider.
19428         * gtk/gtkdnd.c, gtk/gtkcolorsel.c: Include FB headers if appropriate.
19429
19430         * gdk/gdkgc.h: Add GDK_NOR.
19431
19432         * configure.in, Makefile.am: Add modules top level dir
19433         * configure.in: Only use pangox library if building x11 target.
19434         * gdk/gdkdnd.h: Add GDK_DRAG_PROTO_LOCAL enum for future intra-app use.
19435
19436 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
19437
19438         * gtk/gtkcolorsel.c: Change private class member to be named
19439         private_data throughout the file.
19440
19441         * gtk/gtkcolorsel.h (struct _GtkColorSelection): Change private to
19442         private_data to avoid clashing with keyword.
19443
19444 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
19445
19446         * gdk/gdkdnd.h: Add comment to remove warning.
19447
19448 Sun Jun 18 15:35:35 2000  Pablo Saratxaga <pablo@mandrakesoft.com>
19449
19450         * gtk/gtkrc.cp1251,gtk/Makefile.am: the cp1251 is also used by
19451         Byelorussian language; changed the Makefile and file names 
19452         to reflect that.
19453
19454 Mon Jun 12 16:58:40 2000  Owen Taylor  <otaylor@redhat.com>
19455
19456         * gtk/gtkwindow.c (gtk_window_unmap): Call gdk_window_withdraw
19457         rather than gdk_window_hide; this makes things work
19458         correctly if the window is programmatically hidden while
19459         iconified.
19460
19461 Sun Jun 11 12:46:19 2000  Owen Taylor  <otaylor@redhat.com>
19462
19463         * gtk/gtkdnd.c (gtk_drag_set_default_icon): Fix
19464         cut and paste typo where wrong pixmap was being
19465         unref'ed. (Pointed out by a friend of KUSANO Takayuki.)
19466
19467 Sun Jun 11 10:22:36 2000  Owen Taylor  <otaylor@redhat.com>
19468
19469         * gtk/gtkselection.c (gtk_selection_bytes_per_item):
19470         Add helper function to compute format / bytes 
19471         relationship. Use in a couple places to fix up
19472         errors which assume 8 * format.
19473
19474         * gtk/gtkselection.c (gtk_selection_request): Use 32
19475         rather than 8 * sizeof (GdkAtom), to work correctly
19476         on Alpha.
19477
19478 Thu Jun  8 21:54:51 2000 Christopher Blizzard  <blizzard@redhat.com>
19479
19480         * gtk/Makefile.am (DEPS): deps include libgtk-x11.la, not
19481         libgtk.la
19482         (LDADDS): include libgtk-x11.la and libgdk-x11.la, not the non-x11
19483         versions
19484
19485         * gtk/gtklabel.c (gtk_label_get_text): Make sure that the error
19486         checking macros return NULL since the function has a return value.
19487
19488 Wed Jun  7 15:44:42 2000  Owen Taylor  <otaylor@redhat.com>
19489
19490         * gtk/Makefile.am (LDFLAGS): Add missing backslash that was keeping
19491         GTK+ from building at all.
19492
19493         * gdk/Makefile.am (gdk_c_sources): Fix up some indentation issues.
19494
19495 Mon Jun  5 19:32:53 CEST 2000 Paolo Molaro <lupus@linuxcare.com>
19496
19497         * configure.in, gtk-config.in, gdk/Makefile.am, gdk/*/Makefile.am,
19498         gtk/Makefile.am: make it possible to configure gtk for different
19499         targets on the same platform. The library name is now 
19500         libgtk-$target-$version.so. gtk-config accepts a --target x11|nanox|linux-fb
19501         flag. Only the x11 target compiles right now.
19502         * gdk/gdkregion-generic.h, gdk/gdkregion-generic.c, gdk/gdkpoly-generic.h,
19503         gdk/gdkpolyreg-generic.c: move generic region code in the main GDK dir.
19504         * gdk/nanox/gdk*generic*: delete generic region code.
19505         * gdk/linux-fb/gdk*generic*: delete generic region code.
19506         * README.nanox: update information.
19507         
19508 Tue Jun  6 10:53:59 2000  Owen Taylor  <otaylor@redhat.com>
19509
19510         * gtk/gtktoolbar.c (gtk_toolbar_prepend_widget): Fix to
19511         prepend not append. (Pointed out by Brett Hall.)
19512
19513 Tue Jun  6 01:59:57 2000  Owen Taylor  <otaylor@redhat.com>
19514
19515         * gtk/gtkentry.c (gtk_entry_finalize): Unref the entry's layout.
19516
19517 Mon Jun  5 16:00:09 2000  Owen Taylor  <otaylor@redhat.com>
19518
19519         * gdk/gdk.c (gdk_init_check): Add call to g_type_init() - we'll
19520         need this later, and this makes sure that the atexit for
19521         glib gets called after that for GDK, so atexits are
19522         properly ordered for object leak checking.
19523
19524         * gdk/gdk.c (gdk_exit_func): Call gdk_windowing_exit().
19525
19526         * gdk/x11/gdkmain-x11.c (gdk_windowing_exit): Call 
19527         pango_x_shutdown_display()
19528
19529         * gtk/simple.c (main): Close window on destroy.
19530
19531 Mon Jun  5 11:50:02 2000  Owen Taylor  <otaylor@redhat.com>
19532
19533         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): We need
19534         to treat initial creation different from setting with 
19535         regards to the graphics-exposures parameter, so add a parameter
19536         indicating whether this is initial or not.
19537
19538 Mon Jun  5 13:29:31 2000  Owen Taylor  <otaylor@redhat.com>
19539
19540         * gdk/x11/gdkevents-x11.c: Hack gdk_event_get_graphics_expose()
19541         to sort of work by adding an extra return_exposes arg
19542         to gdk_event_translate() - it might be better to simply
19543         deprecate the function altogether and force people to rewrite
19544         without it. gdk_window_scroll() handles most of it, and where
19545         gdk_window_scroll() doesn't work, simply redrawing more does.
19546
19547         * gtk/gtkwidget.c (gtk_widget_set_default_direction): Fix up
19548         assertion.
19549
19550         * gtk-config.in: Include PANGO_CFLAGS/LIBS.
19551
19552         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Remove a 
19553         bunch of pretty much useless /* Print debugging info */ comments 
19554         which had drifted away from the code they were commenting.
19555
19556 2000-06-02  Havoc Pennington  <hp@pobox.com>
19557
19558         * gtk/testtextbuffer.c: Test program to make sure GtkTextBuffer
19559         is in working order.
19560         
19561         * gtk/testtext.c: Change to reflect anonymous mark API
19562
19563         * gtk/gtktextview.c: Convert from mark names to GtkTextMark*.
19564
19565         * gtk/gtktexttag.h (struct _GtkTextTag): remove the affects_size
19566         field, which was unused.
19567
19568         * gtk/gtktextmarkprivate.h (GTK_IS_TEXT_MARK): add this macro,
19569         saves some typing.
19570
19571         * gtk/gtktextbuffer.c: Switch from mark names to GtkTextMark*   
19572
19573         * gtk/gtktextbtree.c (gtk_text_btree_new): set the not_deleteable
19574         flag on the insertion point and selection bound
19575
19576         Throughout, use GtkTextMark instead of GtkTextLineSegment, and 
19577         make mark-manipulation functions take a GtkTextMark* instead of a
19578         mark name.
19579         
19580         * gtk/gtktextmarkprivate.h: Add a "not_deleteable" flag to 
19581         GtkTextMarkBody; will be used to detect attempts to delete
19582         the permanent marks (insert and selection bound)
19583
19584         * gtk/Makefile.am (noinst_PROGRAMS): add testtextbuffer 
19585
19586 Fri Jun  2 12:56:01 2000  Owen Taylor  <otaylor@redhat.com>
19587
19588         * gtk/gtkwidget.c (gtk_widget_init): Initialize DOUBLE_BUFFERED
19589         flag to on.
19590
19591         * gtk/gtkwidget.c (gtk_widget_draw) gtk/gtkmain.c (gtk_main_do_event): 
19592         Honor DOUBLE_BUFFRED_FLAG
19593
19594         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): Add a
19595         function to set the DOUBLE_BUFFERED flag.
19596
19597         * gtk/gtkwidget.h: Add GTK_DOUBLE_BUFFERED flag to indicate whether
19598         or not exposes done on the widget should be double-buffered.
19599
19600         * gtk/gtkenums.h (GtkTextDirection): Reverse order of enumerations
19601         to be what would be expected. (Fixes problem with a
19602         g_return_if_fail() validating a TextDirection enumeration)
19603
19604 Thu Jun  1 23:05:13 2000  Owen Taylor  <otaylor@redhat.com>
19605
19606         * gtk/gtkwidget.c: Remove all references to 
19607         offscreen flag which was no longer used.
19608
19609         * gtk/gtkprivate.h (enum): Remove unused flags and compress.
19610
19611         * gtk/gtkframe.c (gtk_frame_set_label_widget): Check
19612         for non-null label_widget->parent.
19613
19614         * gtk/gtkentry.c: Get rid of code to deal with PangoAttribute 
19615         which no longer was used.
19616
19617         * gdk/gdkpango.c (gdk_pango_context_get_info): make static.
19618
19619         * gdk/gdkpango.c (gdk_draw_layout[_line]): Add checks
19620         for null arguments.
19621
19622         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): add
19623         check for destroyed windows.
19624
19625 Thu Jun  1 13:48:45 2000  Owen Taylor  <otaylor@redhat.com>
19626
19627         * gtk/gtkimmulticontext.c: Add a finalize method and unref
19628         the slave context there.
19629
19630         * gtk/gtkinvisible.[ch]: Make reference counting behavior
19631         identical to GtkWindow.
19632
19633 Thu Jun  1 01:54:11 2000  Owen Taylor  <otaylor@redhat.com>
19634
19635         * Makefile.am gdk/gdkpango.c: Copy the layout render function from
19636         pangox to here, so we can write them independent of rendering
19637         system, using GDK primitives.
19638
19639         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c
19640         gdk/x11/gdkdrawable-x11.c: Remove draw_layout() from the vtable,
19641         since we have a rendering-system independent implementation in
19642         terms of draw_glyphs().
19643         
19644         * gdk/gdkpango.c gdkdrawable.h (gdk_draw_layout_line): New
19645         function to render a single line.
19646
19647         * gdk/x11/gdkpango.c: Move the guts of this file mostly
19648         into ../gdkpango.c, which simplifies things, since we
19649         don't have to deal with raw X gc's.
19650
19651 Fri May 19 04:28:16 2000  Owen Taylor  <otaylor@redhat.com>
19652
19653         * gtk/gtktextlayout.[ch]: Add get_log_attrs() function to
19654         get the logical attributes for a given GtkTextLine.
19655
19656 Tue May 30 16:05:39 2000  Owen Taylor  <otaylor@redhat.com>
19657
19658         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Track
19659         g_locale_get_codeset() to g_get_codeset() change.
19660
19661 Tue May 30 15:03:19 2000  Owen Taylor  <otaylor@redhat.com>
19662
19663         * gtk/testcalendar.c (calendar_font_selection_ok): Use font
19664         descriptions.
19665
19666         * gtk/gtkentry.c (gtk_entry_draw_text): Center text within
19667         the entry.
19668
19669         * gtk/gtkfontsel.c (gtk_font_selection_dialog_init): Start of
19670         redoing (vastly simplifying) for Pango. Still needs quite
19671         a bit of work. (Size selection is currently poor. List of 
19672         predefined sizes is not a good idea, since all of these
19673         sizes won't necessarily be distinct.)
19674
19675 Tue May 30 13:50:19 2000  Owen Taylor  <otaylor@redhat.com>
19676
19677         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Handle
19678         CODESET results for LANG=C.
19679
19680 Mon May 29 15:49:10 2000  Owen Taylor  <otaylor@redhat.com>
19681
19682         * gtk/gtkrc.[ch]: Add a 'font_name' declaration to RC
19683         which takes a stringized pango font description;
19684         ignore the older 'font' and 'fontset' declarations.
19685
19686         * gtk/gtkstyle.c gtk/gtkrc.c: Fill in the style->font
19687         field with a GdkFont derived via gdk_font_from_description(),
19688         for compatibility. (Should we just remove it entirely?
19689         Probably too much compatibility breakage, but people
19690         should be migrating to the new Pango stuff as quickly
19691         as possible.)
19692
19693 Mon May 29 15:47:41 2000  Owen Taylor  <otaylor@redhat.com>
19694
19695         * gtk/gtkentry.c gtk/gtkclist.c: s/pango_font_unref/g_object_unref/.
19696
19697 Mon May 29 15:44:46 2000  Owen Taylor  <otaylor@redhat.com>
19698
19699         * gtk/gtkcalender.c: Roughly pango-ized. Really needs 
19700         redoing; there are some bugs in size allocation right
19701         now, the semi-existant distinction between header / day
19702         fonts was removed, but, with Pango, could actually
19703         be made functional in a nice way.
19704         
19705         * gtk/testcalender: Move calender from examples into this
19706         directory as a test program. (We really need to restrcture
19707         testgtk into a whole directory full of tests for every
19708         widget or functionality group, separated into multiple .c
19709         files.)
19710
19711 Mon May 29 15:19:56 2000  Owen Taylor  <otaylor@redhat.com>
19712
19713         * gtk/testgtk.c (file_exists): Fix stupid typo that
19714         was keeping RC file from being loaded.
19715
19716         * gtk/testgtkrc gtk/testgtkrc2: Test new pango-ized
19717         RC file font code.
19718
19719 Mon May 29 14:31:27 2000  Owen Taylor  <otaylor@redhat.com>
19720
19721         * gdk/gdkfont.h gdk/x11/gdkfont-x11.c (gdk_font_from_description):
19722         Add function to load a GdkFont from a PangoFontDescription.
19723
19724 2000-05-29  Tor Lillqvist  <tml@iki.fi>
19725
19726         * gdk/win32/gdkevents-win32.c (gdk_WindowProc): The local "event"
19727         variable should be of type GdkEventPrivate.
19728
19729 Fri May 26 17:16:40 2000  Owen Taylor  <otaylor@redhat.com>
19730
19731         * gtk/frame.[ch] gtkaspectframe.c: Make frame widgets able
19732         to have any widget for the label, use a GtkLabel widget
19733         to display the text. (Based partially on a patch from
19734         Anders Carlson.)
19735
19736         (Quite a bit of code reorganization - strip 90% of the
19737         guts out of gtkaspectframe and add a single virtual
19738         func to GtkFrameClass - compute_child_allocation.)
19739
19740 Fri May 26 12:00:02 2000  Owen Taylor  <otaylor@redhat.com>
19741
19742         * gtk/gtkctree.c gtk/gtkclist.[ch]: Pangoized.
19743         (Removed clist->row_center_offset field because caching
19744         it wasn't saving time or code, added private function
19745         _gtk_clist_create_cell_layout()).
19746
19747 Wed May 24 15:59:37 2000  Owen Taylor  <otaylor@redhat.com>
19748
19749         * gtk/gtkaccellabel.c: Pangoized.
19750
19751         * gtk/[hv]ruler.c: Pangoized
19752
19753 Mon May 22 19:23:59 2000  Owen Taylor  <otaylor@redhat.com>
19754
19755         * gtk/gtkfilesel.c (gtk_file_selection_init):
19756         Use gtk_clist_set_column_auto_resize() to remove need
19757         need for manual column width computations.
19758
19759 Mon May 22 18:50:26 2000  Owen Taylor  <otaylor@redhat.com>
19760
19761         * gtk/gtktooltips.[ch]: Replace custom drawing with a GtkLabel, 
19762         ensuring Pango correctness, and considerably simplifying the
19763         code.
19764         
19765         * gtk/gtklabel.c gtk[hv]scale.c: 1000 => PANGO_SCALE.
19766
19767         * gtk/gtklabel.c (gtk_label_size_request): Fixed incorrect
19768         getting of numbers of lines.
19769
19770         * gtk/gtklabel.c (gtk_label_size_request): Set the requisition
19771         to the actual requested width of the lable, not to the wrap
19772         width we set.
19773
19774         * gtk/gtktextchild.h: Remove extraneous include of gtk/gtk.h.
19775
19776         * gtk/gtktextbtree.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
19777           gtk/gtktextview.c gtk/gtktextview.[ch]: Fix up includes.
19778
19779         * gtk/gtktextview.c: Fix structure inheritance.
19780
19781         * gtk/gtkprogressbar.c: Pangoize.
19782
19783 Mon May 22 15:47:30 2000  Owen Taylor  <otaylor@redhat.com>
19784
19785         * gtk/gtktextview.c (gtk_text_view_get_first_para_iter): Encapsulate
19786         in a function.
19787
19788         * gtk/gtktextlayout.c (find_display_line_above): Fixed
19789         bug with computing line tops.
19790
19791         * gtk/gtktextview.c (changed_handler): Fix < , <= confusion.
19792
19793 Thu May 18 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
19794
19795         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix up the x_offset
19796         and y_offset coordinates to do what we need now. (The offset between
19797         buffer and layout coordinates has been reintroduced, but is a 
19798         bit different than before.)
19799
19800         * gtk/gtktextview.[ch]: No longer inherit from GtkLayout; instead
19801         handle the adjustments ourselves, and scroll as necessary using
19802         the new gdk_window_scroll().
19803         
19804         The advantage of this is that when we are incrementally revalidating,
19805         we are essentially rearranging things around the visible portion
19806         of the screen. With the old setup, the visible portion of the
19807         screen was moved around in the layout, so scrolling and redrawing
19808         to track that caused jumping of the display. Since we now
19809         control the scrolling ourselves, we can suppress this and
19810         only redraw when things actually change.
19811
19812 Thu May 18 18:47:25 2000  Owen Taylor  <otaylor@redhat.com>
19813
19814         * gtk/gtktextbtree.c (redisplay_mark): We need to invalidate
19815         the region not just redisplay it after-all, since we store the
19816         cursors in the LineDisplay. (Ugly interactions here between
19817         GtkLayout and GtkTextBTree here.)
19818         
19819         * gtk/gtktextbtree.c (redisplay_region): Fixed reversed comparison.
19820
19821 Thu May 18 18:43:21 2000  Owen Taylor  <otaylor@redhat.com>
19822
19823         * gdk/gdkwindow.h gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): 
19824         Added function to scroll contents of a window while keeping the
19825         window constant. Works by XCopyArea or guffaw-scrolling depending
19826         on the details of how the window is set up. (guffaw-scrolling
19827         still needs to be filled in.)
19828
19829 Wed May 17 22:36:53 2000  Owen Taylor  <otaylor@redhat.com>
19830
19831         * gtk/gtktextiter.c gtk/gtkmain.c: Add a debug key for the text widget,
19832         move the debugging that was tied to a global variable
19833         to that.
19834
19835         * gtk/gtkmarshal.list: Add NONE:INT,INT,INT
19836
19837         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.c: Keep a separate
19838         validated flag, in line data instead of setting height/width to
19839         -1. This allows us to perform operations with partially invalid
19840         buffer (using the old size for invalid lines) and thus to do
19841         incremental vaidation. Keep height/width aggregates up to date
19842         when deleting text and rebalancing the tree.
19843
19844         * gtk/gtktextbtree.[ch]: Add functions validate a line
19845         (gtk_text_btree_validate_line), and to validate up
19846         to a number of pixels (gtk_text_btree_validate).
19847
19848         * gtk/gtktextlayout.[ch]: Add an ::invalidated signal
19849         that indicates that something is changed and a revalidation
19850         pass is needed. Change ::need_repaint to ::changed, and
19851         make it take old and new yranges instead of a rectangle.
19852
19853         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.[ch]: Move
19854         the line_data_destroy() function from 
19855         gtk_text_btree_add_view() to a virtual function in 
19856         GtkTextLayout
19857
19858         * gtk/gtktextbtree.[ch]: Remove gtk_text_btree_get_damage_range(),
19859         since we are handling partial repaints in a different fashion
19860         now.
19861
19862         * gtk/gtktextbtree.[ch]: Only repaint the changed portion
19863         of the selection instead of queueing a repaint on the
19864         entire widget.
19865
19866         * gtk/gtktextbuffer.[ch] gtk/gtktextbtree.[ch]: Move
19867         get_selection_bounds() down to btree, make the function
19868         in buffer a wrapper around the btree function.
19869
19870         * gtk/gtktextlayout.[ch]: Add functions to check if the
19871         layout is valid and to recompute either a range of pixels
19872         aroudn a line or a certain total number of pixels.
19873
19874         * gtk/gtktextlayout.[ch]: Cache a single line display;
19875         now that we only redraw the needed portions, the hit rate
19876         for this cache is quite high.
19877         
19878         * gtk/gtktextview.[ch]: Keep track of the first paragraph
19879         on the screen so that when re-laying-out the buffer, we can
19880         keep the same place. This requires connecting to ::value_changed
19881         on the adjustments
19882
19883         * gtk/gtktextview.[ch]: Add idle functions to revalidate
19884         the buffer after we receive an ::invalidated signal.
19885         
19886 Wed May 17 22:10:47 2000  Owen Taylor  <otaylor@redhat.com>
19887
19888         * gtk/gtklayout.c (gtk_layout_size_allocate): Set upper
19889         to max of allocation and layout size, not just to the
19890         layout size.
19891
19892         * gtk/gtk[hv]scrollbar.c (gtk_[hv]scrollbar_calc_slider_size): 
19893         Invalidate window so it gets redrawn properly.
19894
19895         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Allow rect == NULL
19896         to mean the entire window.
19897
19898         * gdk/gdkevents.h: Move definition for GDK_PRIORITY_REDRAW
19899         into public header.
19900
19901 Mon May 15 14:51:31 2000  Owen Taylor  <otaylor@redhat.com>
19902
19903         * gtk/gtktextmark.c (gtk_text_mark_get_name): Add function
19904         to get the name of a mark.
19905
19906         * gtk/gtktextlayout.c (gtk_text_layout_get_line_at_y): Add a function
19907         to find the paragraph from a y position.
19908
19909 Thu May 11 12:57:20 2000  Owen Taylor  <otaylor@redhat.com>
19910
19911         * gtk/gtktextbtree.c (gtk_text_btree_node_invalidate_upward): Valid
19912         nodes have width/height >= 0, not > 0.
19913
19914 Tue May  9 21:29:06 2000  Owen Taylor  <otaylor@redhat.com>
19915
19916         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c (gtk_text_layout_get_line_display):
19917         Add a size_only flag, so when we only need the size, we don't create
19918         useless appearance attributes.
19919
19920         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Remove
19921         duplicate setting of font description.
19922
19923         * gtk/gtkscale.c: Use PANGO_SCALE instead of 1000 
19924
19925 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
19926
19927         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
19928         EXTRA_DIST. It does not work well when the file that
19929         everything depends on is not in the tarball.
19930
19931 Wed Apr 26 00:56:14 2000  Owen Taylor  <otaylor@redhat.com>
19932
19933         * gtk/testgtk.c: Some hacks and fixes so that it basically
19934         works when not sitting in the GTK+ build tree.
19935
19936 2000-05-03  Havoc Pennington  <hp@redhat.com>
19937
19938         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
19939         Properly determine the ordering of the tag root and the current
19940         line within the tree. Previous algorithm only worked if the tag
19941         root's immediate parent was the common root of both the current
19942         line and the tag root.
19943
19944 Wed Apr 26 00:43:00 2000  Owen Taylor  <otaylor@redhat.com>
19945
19946         * gtk/gtktextlayout.c (set_para_values): Fix some bugs in
19947         alignment.
19948
19949         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Track
19950         the widget text directional dynamically.
19951
19952         * gtk/gtktextview.[ch]: Added functions to get and set default
19953         wrap mode.
19954
19955 Tue Apr 25 23:47:38 2000  Owen Taylor  <otaylor@redhat.com>
19956
19957         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Fix bug
19958         in cursor location computation.
19959
19960 Tue Apr 25 23:22:59 2000  Owen Taylor  <otaylor@redhat.com>
19961
19962         * gtk/gtklayout.c (gtk_layout_set_size): Clamp hadjustment/
19963         vadjusment values properly when layout gets smaller.
19964
19965         * gtk/gtktextview.c (need_repaint_handler): Areas being
19966         passed in are far completely inaccurate, and sometimes
19967         too small, so, for now, just queue a redraw on the
19968         whole visible region.
19969
19970 2000-04-25  Havoc Pennington  <hp@redhat.com>
19971
19972         * gtk/gtktextbtree.c (summary_destroy): new function to 
19973         destroy tag summary nodes
19974         (gtk_text_line_next_could_contain_tag): this function was 
19975         totally broken if the line passed in wasn't below the tag
19976         root. Fix it.
19977         (gtk_text_btree_first_could_contain_tag): In the tag == NULL 
19978         "wildcard" case, we have to do a linear scan. Blah.
19979         (gtk_text_btree_last_could_contain_tag): In tag == NULL case,
19980         we have to do the linear scan
19981         (tag_removed_cb): When a tag is removed from the tag table, 
19982         remove the GtkTextTagInfo node from the btree.
19983         (gtk_text_btree_spew): Implement the spew function, for 
19984         our debugging pleasure.
19985
19986 Tue Apr 25 19:40:18 2000  Owen Taylor  <otaylor@redhat.com>
19987
19988         * gtk/gtktextlayout.c (gtk_text_layout_set_buffer): Fix
19989         a problem with referring to the wrong buffer.
19990
19991         * gtk/gtkentry.c: Fix focus-in/focus-out confusion.
19992
19993         * gtk/gtkrc.c gtk/gtkstyle.c: Moving setting default
19994         font description to gtk_style_new() - otherwise things
19995         don't work without a .gtkrc file.
19996
19997         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Sink the
19998         tags table if we create it ourself, too.
19999
20000         * gdk/gdktypes.h (enum): Move GDK_RELEASE_MASK, since
20001         it was conflicting with XKB modifiers.
20002
20003         * gtk/gtktextview.[ch]: Add simple support for 
20004         GtkIMContext.
20005
20006 Mon Apr 24 19:34:18 2000  Owen Taylor  <otaylor@redhat.com>
20007
20008         * gtk/gtkentry.c (gtk_entry_move_cursor_visually): Fix problem
20009         with deletion from last commit.
20010
20011 Mon Apr 24 19:29:40 2000  Owen Taylor  <otaylor@redhat.com>
20012
20013         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Set the language
20014         in the context from the current locale.
20015         
20016         * gtk/gtkentry.c (gtk_entry_size_request): Use language from the
20017         context, not hardcoded value.
20018
20019         * gtk/gtkentry.c (gtk_entry_move_cursor): Make character movement visual,
20020         not logical.
20021
20022 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
20023
20024         * gtk/gtkentry.c gtk/gtktextdisplay.c: Don't handle selections as
20025         attributes - that doesn't handle partial-glyph selection
20026         properly. Instead use new pango_layout_line_get_x_ranges()
20027         functionality to draw the selection.
20028
20029         * gtk/gtkentry.c: Simplify code since pango_layout_line_index_to_x()
20030         now properly handles out-of-range coordinates.
20031
20032         * gtk/gtktextbuffer.c: Emit "mark_set" when the cursor is moved.
20033
20034         * gtk/gtktextiter.h gtk/gtktextiterprivate.h: Make gtk_text_iter_get_line_byte()
20035         public.
20036
20037         * gtk/gtktextlayout.[ch]: Properly set the direction in the PangoContext
20038         for paragraphs opposite to the base direction of the widget.
20039
20040         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c: Fixes for alignment.
20041
20042         * gtk/gtktextlayout.c: Don't split segments on marks, since that
20043         causes Arabic words to reshape as you cursor through.
20044
20045         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Implement virtual
20046         cursor position when moving vertically with the arrow keys and
20047         scrolling with page-up/page-down. (Arrow keys save only the X,
20048         scrolling saves both X and Y.)
20049
20050         This means you can line-up / line-down or page-up / page-down
20051         without losing your place, and also that moving vertically
20052         with the cursor keys keeps the same X position, not the same
20053         character count:
20054
20055         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Make vertical
20056         arrow keys move by display lines, not paragraphs.
20057
20058 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
20059
20060         * gtk/gtklayout.c: Make sure that the bin window is at least
20061         as big as the allocation. (Should we also make sure that the
20062         bin window is big enough to completely cover widget->window?)
20063
20064         * gtk/gtktextview.c (gtk_text_view_get_visible_rect): Add
20065         function to get the onscreen rectangle.
20066
20067         * gdk/x11/gdkwindow-x11.c (gdk_window_get_pointer): Correctly account
20068         for offsets in window coordinates.
20069
20070 Sun Apr 16 16:13:27 2000  Owen Taylor  <otaylor@redhat.com>
20071
20072         * gtk/gtkentry.c (gtk_entry_get_cursor_locations): Fix index/offset
20073         confusion.
20074
20075         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Set the default direction
20076         from the widget direction.
20077
20078         * gtk/gtktexttag.c gtk/gtktexttagprivate.h (gtk_text_tag_set_arg): 
20079         Add a "direction" attribute.
20080
20081         * gtk/gtktextview.c: global s/tkxt/text_view/.
20082
20083         * gtk/testtext.c: Added long block of text in Arabic, to test out
20084         the direction attributes. (Some problems with the shaping system
20085         for arabic become obvious - like the fact the cursor splits words
20086         into unjoined pieces.)
20087
20088 Fri Apr 14 12:54:34 2000  Owen Taylor  <otaylor@redhat.com>
20089
20090         * gtk/gtktextdisplay.c (render_layout): Add overstrike handling.
20091
20092         * gtk/gtktextlayout.c: Fix up alignment.
20093
20094         * gtk/testtext.c: Add some tests for centering, wrapping.
20095
20096 Fri Apr 14 09:26:22 2000  Owen Taylor  <otaylor@redhat.com>
20097
20098         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c gdk/x11/gdkdrawable-x11.c:
20099         Add a draw_glyphs() operation to the drawable vtable and gdk_draw_glyphs().
20100         If we wrote GTK+-specific layout-render function this could just replace
20101         the draw_layout() operation in the vtable.
20102
20103         * gtk/gtkentry.c: Move guts of gtk_entry_get_cursor_locations to 
20104         pango_layout_get_cursor_pos() and use that function.
20105
20106         * gtk/gtktextchild.[ch]: add gtk_ onto pixmap_segment_new(), since it
20107         is a non-static symbol.
20108
20109         * gtk/gtktextbtree.[ch]: Replace gtk_text_btree_find_line_data_by_y()
20110         with gtk_text_btree_find_line_by_y()
20111
20112         * gtk/gtktextdisplay.c: Rewrote for Pango - uses a custom layout
20113         renderer that handles GtkTextAppearance attributes.
20114
20115         * gtk/gtktexttag.[ch] gtk/gtktexttagprivate.h: 
20116
20117           - Move the values in the style that don't affect geometry into a
20118             GtkTextAppearance structure.
20119           - Change underline to take a PangoUnderline and "font" a string
20120             representation of a font description
20121           - Add a "font_desc" attribute which takes a FontDescription structure.
20122
20123         * gtk/gtktextlayout.[ch]:
20124
20125           - Get rid of the display-line list per each line. Instead, we
20126             generate, on demand, a GtkTextLineDisplay structure which]
20127             contains a PangoLayout * and other necesary information
20128             (offsets, cursor locations) for displaying a paragraph.
20129           - Get rid of the code to wrap lines, create display chunks,
20130             etc. Instead, we just go through a paragraph and convert
20131             it into the necessary inputs to a PangoLayout.
20132           - Implement a new attribute type, GtkTextAttrAppearance. This
20133             holds a GtkTextAppearance, and is used to pass colors, 
20134             stipple, etc, through from the layout to the display without
20135             having to use lots and lots of individual attributes.
20136           - Reimplement gtk_layout_get_iter_at_pixel() gtk_layout_get_iter_pos()
20137             in terms of PangoLayout functions.
20138         
20139         * gtk/gtktextview.c: 
20140          
20141           - Handle passing the necessary PangoContext to the layout
20142           - Some fixups in painting to deal with the automatic backing store
20143             and offsetting of GTK+-1.4
20144           - Add a style_set handler so that the default style reacts
20145             properly to theme changes.
20146         
20147         * gtk/gtktext?*.[ch]: Random code-style fixes.
20148
20149         * gtk/testtext.c: Substitute in languages that Pango handles now for Thai
20150
20151 Mon Apr 10 10:33:45 2000  Owen Taylor  <otaylor@redhat.com>
20152
20153         * gtk/gtktext?*.[ch]: Check in Havoc's port of the Tk text widget,
20154         in original form preparatory to Pango-ization and gdkimcontext-ization.
20155
20156 Thu Apr  6 19:25:39 2000  Owen Taylor  <otaylor@redhat.com>
20157
20158         * gtk/gtkimcontext.c: Move default implementations to real_* vfuncs,
20159         so that we can derive from gtkimcontext in language bindings properly.
20160
20161 Thu Apr  6 16:02:52 2000  Owen Taylor  <otaylor@redhat.com>
20162
20163         * gtk/gtkimcontextsimple.[ch]: Use gdk_keyval_to_unicode to gdk_unicode_to_keyval.
20164         Add a compose table including (almost) all the compose combinations
20165         from X. This is 6k of static, shared data as opposed to 50k or so of dynamic
20166         data in the XIM implementation.
20167
20168         * gdk/gdk.h gdk/gdkkeyuni.c gdk/win32/gdkevents-win32.c (gdk_keyval_to_unicode, gdk_unicode_to_keyval):
20169         Moved functions to convert keyvalues from and to unicode here from
20170         the win32 port and made them public.
20171
20172 Wed Apr  5 16:37:29 2000  Owen Taylor  <otaylor@redhat.com>
20173
20174         * gtk/gtkeditable.c (gtk_editable_insert_text): Allow new_text_length == -1.
20175
20176 Wed Apr  5 16:27:45 2000  Owen Taylor  <otaylor@redhat.com>
20177
20178         * gtk/gtkimcontext.[ch]: Base class for new input context system
20179
20180         * gtk/gtkimmulticontext.[ch]: Proxy input context that allows
20181         the real input context implementation to be loaded from modules
20182         and switched on the fly.
20183
20184         * gtk/gtkcontextsimple.[ch]: Simple implementation of an input
20185         context that just does direct keysymbol => unicode translation.
20186
20187         * gtk/gtkentry.[ch]: Start switching editing over to using
20188         GtkInputContext. (No handling of preedit yet.)
20189
20190 Wed Apr  5 15:48:41 2000  Owen Taylor  <otaylor@redhat.com>
20191
20192         * gtk/gtktypeutils.h (GTK_CHECK_GET_CLASS): Fix problem with one too
20193         many substitutions. (klass should not be subsituted.)
20194
20195 Wed Apr  5 00:18:14 2000  Owen Taylor  <otaylor@redhat.com>
20196
20197         * configure.in: Add checks for Pango
20198
20199         * configure.in docs/Makefile.am: Add test for sgml2html
20200         and allow 'make dist' without building html, but print out
20201         warnings in that case. (For making snapshots)
20202
20203         * gdk/Makefile.am gdk/x11/Makefile.am gtk/Makefile.am:
20204         Add Pango libraries and C flags
20205
20206         * gdk/gdkdraw.c gdk/gdkdrawable.h gdkwindow.c gdk/x11/gdkdrawable-x11.c:
20207         Add function (gdk_draw_layout) to draw a pango layout.
20208
20209         * gdk/gdkpango.h gdk/x11/gdkpango-x11.c: New file with functions
20210         for getting Pango contexts for GDK.
20211
20212         * gtk/gtkeditable.c: Get rid of dead code gtk_editable_parent_set()
20213
20214         * gtk/gtkentry.[ch]: Complete rewrite to use Pango, add bidirectional
20215         editing.
20216
20217         * gtk/gtkentry.c: Hack in simple Hebrew input with direct
20218         keysym => unicode translations. More languages can be added
20219         here, but real input-method support is needed.
20220
20221         * docs/Changes-1.4.txt: Added note about entry behavior.
20222         
20223         * gtk/gtkenums.h gtk/gtkwidget.[ch] testgtk.c gtkprivate.h: Add functions
20224         to set the reading direction for a widget and the global direction.
20225         Add test which allows toggling the global direction. Two private
20226         flags are used to store the direction. (GTK_DIRECTION_SET + GTK_DIRECTION_LTR)
20227
20228         * gtk/gtkcheckbutton.c gtk/gtkframe.c gtk/gtkhbbox.c gtk/gtkhbox.c
20229           gtk/gtkradiobutton.c gtk/gtkspinbutton.c gtk/gtktable.c 
20230
20231         * gtk/gtk[hv]scale.c gtk/gtkscale.[ch]: Draw numbers using Pango
20232
20233         * gtk/gtklabel.[ch]: Moved to Pango and considerably rewritten. Line breaking,
20234         underlining now handled by Pango.
20235
20236         * gtk/gtkstyle.[ch] gtk/gtkrc.[ch]: Add a PangoFontDescription
20237         to RCStyle and Style. (Having both this and the old font name and GdkFont 
20238         is temporary.)
20239
20240         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_{context,layout}): Added 
20241         convenience functions for creating contexts and layouts for widgets.
20242
20243         * gtk/testgtk.c: Enhance label tests with multilingual labels.
20244
20245 2000-05-29  Jonathan Blandford  <jrb@redhat.com>
20246
20247         * gtk/gtkclist.c (gtk_clist_column_titles_active): let you set the
20248         titles to be active, even if they aren't visible.
20249         (gtk_clist_column_titles_passive):  Ditto.
20250
20251 2000-05-21  Nils Barth  <nils_barth@post.harvard.edu>
20252
20253         * gtkmenu.c:
20254         * gtkmenu.h:
20255         * gtktypeutils.h: Spelling/grammar fixes in comments.
20256
20257 Tue May 23 12:25:07 CEST 2000 lupus <lupus@debian.org>
20258
20259         * gdk/nanox/*.h: add missing header files.
20260
20261 Fri May 19 11:52:59 2000  Tim Janik  <timj@gtk.org>
20262
20263         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set
20264         send_event to TRUE.
20265         (gtk_drawing_area_size): queue a resize.
20266
20267 Sun Mar 26 03:21:28 2000  Tim Janik  <timj@gtk.org>
20268
20269         * gtk/gtksignal.c (gtk_signal_handlers_destroy): when unref-ing
20270         the handlers, also invalidate them. bug nailed down by Karl Nelson
20271         <kenelson@ece.ucdavis.edu>.
20272
20273 Fri May 19 06:49:23 2000  Tim Janik  <timj@gtk.org>
20274
20275         * gtk/gtkfontsel.c (gtk_font_selection_get_font_name): handle
20276         "(nil)" foundries, patch from Grigorios Magklis.
20277
20278         * gtk/gtkfontsel.c (gtk_font_selection_load_font): don't crash
20279         on non-available fonts, based on a patch by Grigorios Magklis
20280         <maglis@cs.rochester.edu>.
20281
20282 2000-05-18  Elliot Lee  <sopwith@redhat.com>
20283
20284         * gdk/x11/gdkregion-generic.c: If a region does not have any
20285         rectangles, or if the specified rectangle is not in the region, then return GDK_OVERLAP_RECTANGLE_OUT
20286         instead of GDK_OVERLAP_RECTANGLE_IN.
20287
20288 2000-05-17  Jonathan Blandford  <jrb@redhat.com>
20289
20290         * gtk/gtklayout.c (gtk_layout_map): Remove references to
20291         OFFSCREEN, as it is no longer necessary.
20292
20293 Wed May 17 10:52:12 2000  Owen Taylor  <otaylor@redhat.com>
20294
20295         * gtk/gtkcolorsel.c: Patch from David Santiago
20296         <mrcooger@cyberverse.com> to change things so that the 
20297         indicator of the active palette entry is done independently,
20298         not via the focus, since it should always be visible.
20299
20300 2000-05-17  Tor Lillqvist  <tml@iki.fi>
20301
20302         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Plug same
20303         refcount leaks as in the X11 backend.
20304
20305         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Logging
20306         cosmetics.
20307
20308         * gdk/win32/gdkwindow-win32.c: Similar changes as in X11
20309         backend. Add _gdk_windowing_window_destroy().
20310
20311         * gtk/gtkcolorsel.c: Include correct backend-specific header.
20312         Don't use XColor unless on X11. (No GDK_VISUAL_STATIC_COLOR
20313         either, but these probably do exist on nanox?)
20314         
20315         * gtk/gtkhsv.c: Use G_PI (fresh from <glib.h>) instead of M_PI
20316         which isn't necessarily defined by <math.h>.
20317
20318         * gtk/gtkobject.c (gtk_object_init): Don't go up the class
20319         ancestry past GtkObject.
20320
20321         * gtk/gtktypeutils.h: Mark GTK_TYPE_IDENTIFIER for export/import
20322         from DLL on Win32.
20323
20324         * gtk/gtk.def: Update corresponding to recent changes.
20325
20326         * gtk/makefile.{cygwin,msc}: Updates.
20327
20328 Fri May 12 18:46:51 2000  Owen Taylor  <otaylor@redhat.com>
20329
20330         * docs/Changes-1.4.txt: A bit of editing.
20331
20332         * gdk/gdkwindow.c (_gdk_window_clear_update_area) 
20333         * gdk/x11/gdkwindow-x11.c (gdk_window_hide): Add a function
20334         to clear the update area for the window, and clear it
20335         when hiding a window.
20336
20337         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Ignore
20338         if window destroyed.
20339
20340         * gdk/gdkwindow.c (gdk_window_end_paint): Likewise.
20341
20342         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c gdk/gdkinternals.h: Move 
20343         gdk_window_destroy() to the generic code, since there was a lot of 
20344         window-system-independent logic it in. Add a function:
20345         
20346          _gdk_window_destroy() 
20347
20348         to the internal API to destroy a window without unreferencing it.
20349         Add a function:
20350
20351          _gdk_windowing_window_destroy()
20352
20353         That does the windowing-system-dependent part of destroying 
20354         the window.
20355
20356 Fri May 12 11:07:41 2000  Owen Taylor  <otaylor@redhat.com>
20357
20358         * gtk/testgtk.c: Fix various memory leaks of pixmaps.
20359
20360 Fri May 12 11:06:10 2000  Owen Taylor  <otaylor@redhat.com>
20361
20362         * gtk/gtkwidget.c docs/Changes-1.4.txt (gtk_widget_shape_combine_mask): 
20363         Make gtk_widget_shape_combine_mask() keep a reference count on
20364         the pixmap since it keeps it around.
20365
20366 Fri May 12 10:53:29 2000  Owen Taylor  <otaylor@redhat.com>
20367
20368         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix refcount
20369         leak.
20370
20371         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix refcount
20372         leak with event filters.
20373
20374 Thu May 11 14:29:44 2000  Owen Taylor  <otaylor@redhat.com>
20375
20376         * gtk/gtkdnd.c (gtk_drag_dest_set_internal): Remove the
20377         signal handlers with the right data arguments. (Fixes
20378         some warnings when a widget was repeatedly set as a drag
20379         destination.)
20380
20381         * gdk/x11/gdkdnd-x11.c (gdk_window_register_dnd): Set data on the
20382         window so we can avoid avoid setting the DND properties on the
20383         toplevel window repeatedly.
20384
20385 2000-05-13  Tor Lillqvist  <tml@iki.fi>
20386
20387         * gdk/win32/gdkwin32.h: Define more message types missing from
20388         mingw headers.
20389
20390         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On WM_DESTROY
20391         call gdk_window_destroy_notify(). It was never called. This
20392         probably meant that the GdkWindow was never freed. Thanks Owen for
20393         noticing (!).
20394
20395         * gdk/win32/gdkwindow-win32.c (gdk_window_internal_destroy): Mark
20396         window as destroyed before calling DestroyWindow(). DestroyWindow()
20397         causes a call to the window procedure (gdk_WindowProc), which
20398         calls gdk_event_translate(), which calls
20399         gdk_window_destroy_notify(), which gets confused unless the window
20400         is set as destroyed.
20401
20402         * gdk/win32/gdkcolor-win32.c (gdk_win32_color_to_string): Rename
20403         this function to indicate it's win32 only. Put inside #ifdef
20404         G_ENABLE_DEBUG.
20405
20406         * gdk/win32/gdkevents-win32.c (gdk_win32_message_name): New
20407         debugging function. (gdk_event_translate:) Add a default branch
20408         that uses the above function to print debug messages with all
20409         Windows messages symbolically.
20410
20411         * gdk/win32/gdkprivate-win32.h: Declare it, and
20412         gdk_win32_color_to_string, but only if G_ENABLE_DEBUG.
20413
20414 Fri May 12 20:07:32 2000  Tim Janik  <timj@gtk.org>
20415
20416         * gtk/gtkcolorseldialog.c: don't include gtk/gtkintl.h in a
20417         public header file.
20418
20419 Fri May 12 17:13:32 2000  Tim Janik  <timj@gtk.org>
20420
20421         * docs/Changes-1.4.txt: documented necessary changes for 1.4 transition.
20422
20423         * gtk/gtktext.c: made the adjustments no-construct args, simply
20424         provide default adjustments.
20425         (gtk_text_destroy): release adjustments.
20426
20427         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): made the
20428         adjustment argument non-construct.
20429
20430         * gtk/gtkprogress.c (gtk_progress_destroy): release adjustment here,
20431         instead of in finalize.
20432         (gtk_progress_get_text_from_value): 
20433         (gtk_progress_get_current_text): 
20434         (gtk_progress_set_value): 
20435         (gtk_progress_get_percentage_from_value): 
20436         (gtk_progress_get_current_percentage): 
20437         (gtk_progress_set_percentage): 
20438         (gtk_progress_configure): ensure an adjustment is present.
20439
20440 Thu May 11 01:24:08 2000  Tim Janik  <timj@gtk.org>
20441
20442         * gtk/gtkcolorsel.[hc]:
20443         * gtk/gtkcolorseldialog.[hc]:
20444         * gtk/gtkhsv.[hc]: major code cleanups, destroy handlers need to chain
20445         their parent implementation, use bit fields for boolean values, don't
20446         create unused widgets, usage of glib types, braces go on their own
20447         lines, function argument alignment, #include directives etc. etc. etc..
20448
20449         * gtk/Makefile.am (gtk_public_h_sources): install gtkhsv.h.
20450
20451 Wed May 10 23:29:52 2000  Tim Janik  <timj@gtk.org>
20452
20453         * gtk/gtktoolbar.c (gtk_toolbar_destroy): don't unref a NULL tooltips.
20454
20455         * gtk/gtkfilesel.c (gtk_file_selection_destroy): don't free a cmpl_state
20456         of NULL.
20457
20458         * gtk/gtkcombo.c (gtk_combo_item_destroy): don't keep references
20459         to freed data.
20460         (gtk_combo_destroy): don't keep a pointer to a destroyed window.
20461
20462         * gtk/gtkmenu.c (gtk_menu_init): reset the menu's toplevel pointer
20463         to NULL when the toplevel is getting destroyed.
20464         (gtk_menu_set_tearoff_state): same here for the tearoff_window.
20465         (gtk_menu_destroy): 
20466         (gtk_menu_init): store the information of whether we have to
20467         readd the initial child ref_count during destruction in a new
20468         GtkMenu field needs_destruction_ref_count.
20469
20470         * gtk/gtkviewport.c: SHAME! ok this one is tricky, so i note it
20471         here, those reading: learn from my mistake! ;)
20472         in order for set_?adjustment to support a default adjustemnt if
20473         invoked with an adjustment pointer of NULL, the code read (pseudo):
20474         if (v->adjustment) unref (v->adjustment);
20475         if (!adjustment) adjustment = adjustment_new ();
20476         if (v->adjustment != adjustment) v->adjustment = ref (adjustment);
20477         now imagine the first unref to actually free the old adjustment and
20478         adjustment_new() creating a new adjustment from the very same memory
20479         portion. here, the latter comparision will unintendedly fail, and
20480         all hell breaks loose.
20481         (gtk_viewport_set_hadjustment):
20482         (gtk_viewport_set_vadjustment): reset viewport->?adjustment to NULL
20483         after unreferencing it.
20484
20485         * gtk/gtkcontainer.[hc]: removed toplevel registration
20486         functions: gtk_container_register_toplevel(),
20487         gtk_container_unregister_toplevel() and
20488         gtk_container_get_toplevels() which had wrong semantics
20489         anyways: it didn't reference and copy the list.
20490
20491         * gtk/gtkwindow.c: we take over the container toplevel registration
20492         bussiness now. windows are registered across multiple destructions,
20493         untill they are finalized. the initial implicit reference count
20494         users are holding on windows is removed with the first destruction
20495         though.
20496         (gtk_window_init): ref & sink and set has_user_ref_count, got
20497         rid of gtk_container_register_toplevel() call. add window to
20498         toplevel_list.
20499         (gtk_window_destroy): unref the window if has_user_ref_count
20500         is still set, got rid of call to
20501         gtk_container_unregister_toplevel().
20502         (gtk_window_finalize): remove window from toplevel list.
20503         (gtk_window_list_toplevels): new function to return a newly
20504         created list with referenced toplevels.
20505         (gtk_window_read_rcfiles): use gtk_window_list_toplevels().
20506
20507         * gtk/gtkhscale.c (gtk_hscale_class_init): made the GtkRange
20508         adjustment a non-construct arg.
20509         * gtk/gtkvscale.c (gtk_vscale_class_init): likewise.
20510         * gtk/gtkhscrollbar.c (gtk_vscrollbar_class_init): likewise.
20511         * gtk/gtkvscrollbar.c (gtk_vscrollbar_class_init): likewise.
20512
20513         * gtk/gtkrange.c: added some realized checks.
20514         (gtk_range_destroy): get rid of the h/v adjustments in the
20515         destroy handler instead of finalize. remove timer.
20516         (gtk_range_get_adjustment): demand create adjustment.
20517
20518         * gtk/gtkviewport.c: made h/v adjustment non-construct args.
20519         we simply create them on demand now and get rid of them in
20520         the destroy handler.
20521         (gtk_viewport_destroy): get rid of the h/v adjustments in the
20522         destroy handler instead of finalize.
20523         (gtk_viewport_get_hadjustment): 
20524         (gtk_viewport_get_vadjustment): 
20525         (gtk_viewport_size_allocate): demand create h/v adjustment
20526         if required.
20527
20528         * gtk/gtkwidget.c (gtk_widget_finalize): duplicate part of the
20529         gtk_widget_real_destroy () functionality.
20530         (gtk_widget_real_destroy): reinitialize with a new style, instead
20531         of setting widget->style to NULL.
20532
20533 Fri May  5 13:02:09 2000  Tim Janik  <timj@gtk.org>
20534
20535         * gtk/gtkcalendar.c:
20536         * gtk/gtkbutton.c: ported _get_type() implementation over to
20537         GType, either to preserve memchunks allocation facilities,
20538         or because Gtk+ 1.0 GtkTypeInfo was still being used.
20539
20540         * gtk/gtkobject.[hc]: derive from GObject. ported various functions
20541         over. prepare for ::destroy to be emitted multiple times.
20542         removed reference tracer magic. chain into GObjectClass.shutdown()
20543         to emit ::destroy signal.
20544
20545         * gtk/gtksignal.c: removed assumptions about GTK_TYPE_OBJECT being
20546         fundamental.
20547
20548         * gtk/gtkmain.c: removed gtk_object_post_arg_parsing_init()
20549         cludge.
20550
20551         * gtk/gtksocket.c:
20552         * gtk/gtkplug.c:
20553         * gtk/gtklayout.c:
20554         * gtk/gtklabel.c:
20555         * gtk/gtkargcollector.c:
20556         * gtk/gtkarg.c: various fixups to work with GTK_TYPE_OBJECT
20557         not being a fundamental anymore, and to work with the new
20558         type system (nuked fundamental type varargs clutter).
20559
20560         * gtk/*.c: install finalize handlers in the GObjectClass
20561         part of the class structure.
20562         changed direct GTK_OBJECT()->klass accesses to
20563         GTK_*_GET_CLASS().
20564         changed direct object_class->type accesses to GTK_CLASS_TYPE().
20565
20566         * gtktypeutils.[hc]: use the reserved fundamental ids provided by
20567         GType. made most of the GTK_*() type macros and Gtk* typedefs
20568         simple wrappers around macros and types provided by GType.
20569         most notably, a significant portion of the old API vanished:
20570         GTK_TYPE_MAKE(),
20571         GTK_TYPE_SEQNO(),
20572         GTK_TYPE_FLAT_FIRST, GTK_TYPE_FLAT_LAST,
20573         GTK_TYPE_STRUCTURED_FIRST, GTK_TYPE_STRUCTURED_LAST,
20574         GTK_TYPE_ARGS,
20575         GTK_TYPE_CALLBACK,
20576         GTK_TYPE_C_CALLBACK,
20577         GTK_TYPE_FOREIGN,
20578         GtkTypeQuery,
20579         gtk_type_query(),
20580         gtk_type_set_varargs_type(),
20581         gtk_type_get_varargs_type(),
20582         gtk_type_check_object_cast(),
20583         gtk_type_check_class_cast(),
20584         gtk_type_describe_tree(),
20585         gtk_type_describe_heritage(),
20586         gtk_type_free(),
20587         gtk_type_children_types(),
20588         gtk_type_set_chunk_alloc(),
20589         gtk_type_register_enum(),
20590         gtk_type_register_flags(),
20591         gtk_type_parent_class().
20592         replacements, where available are described in ../docs/Changes-1.4.txt.
20593         implemented compatibility functions for the remaining API.
20594
20595         * configure.in: depend on glib 1.3.1, use gobject module.
20596
20597 Thu May 11 12:39:50 2000  Owen Taylor  <otaylor@redhat.com>
20598
20599         * TODO.xml: Various updates to current status.
20600
20601 Wed May 10 20:25:04 2000  Owen Taylor  <otaylor@redhat.com>
20602
20603         * gtk.m4: Print out version when test succeeds.
20604
20605 Wed May 10 16:38:17 2000  Owen Taylor  <otaylor@redhat.com>
20606
20607         * gtk/Makefile.am docs/Changes-1.4.txt gtk/gtkcolorsel.[ch]
20608         gtk/gtkhsv.[ch]: Color selection dialog rewrite.
20609         
20610         (Original triangle color selector from Simon Budig
20611         <Simon.Budig@unix-ag.org>, Cleaned up and rewritten for GTK+ by
20612         from Jonathan, Havoc, and Federico. Merge into GTK+ done by David
20613         Santiago <mrcooger@cyberverse.com>)
20614
20615         * gtk/gtkcolorseldialog.[ch]: Split color selection dialog
20616         out into a separate widget.
20617
20618         * gtk/testgtk.c: Add some checkbuttons for toggling palette
20619         and opacity controls.
20620
20621 Wed May 10 16:08:09 2000  Owen Taylor  <otaylor@redhat.com>
20622
20623         * configure.in (GTK_LIBS_EXTRA): Remove references to gobject that 
20624         snuck in prematurely.
20625
20626 2000-05-07  Tor Lillqvist  <tml@iki.fi>
20627
20628         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix typo. I
20629         had deleted a ! operator by mistake, which caused
20630         GDK_SELECTION_CLEAR events never to be generated, which caused
20631         only the first copy to the clipboard from an gtkeditable to
20632         actually cause a copy to the Windows clipboard.
20633
20634 2000-05-06  Tor Lillqvist  <tml@iki.fi>
20635
20636         * gdk/win32/gdkdnd-win32.c: Enable shortcut resolution for gcc
20637         compilation, too. Current mingw gcc distributions include the
20638         necessary headers. Also the necessary IIDs are now in mingw
20639         headers/libraries, and own definitions unnecessary.
20640
20641         More hacking on OLE2 DND, still doesn't work though, and thus
20642         ifdeffed out.
20643
20644         * gdk/win32/gdkwindow-win32.c: Remove gdk_window_clear() from
20645         here, too.
20646
20647 Sat,  6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com>
20648
20649         * gdk/nanox/*: nano-X port work in progress.
20650         * gdk/simple.c: simple test for Gdk.
20651         * README.nanox: notes about the port: read this first!
20652         * gtk/gtk{dnd,plug,selection,window}.c: minimal changes to make gtk compile
20653         with nano-X.
20654
20655 Fri May  5 11:18:47 2000  Owen Taylor  <otaylor@redhat.com>
20656
20657         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c (gdk_window_clear): Move
20658         gdk_window_clear() into common code, implement in terms of
20659         gdk_window_clear_area(). (Fixes bug where gdk_window_clear() was
20660         not redirected to the backing rectangle.
20661
20662 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
20663
20664         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
20665         EXTRA_DIST. It does not work well when the file that
20666         everything depends on is not in the tarball.
20667
20668 Tue Apr 25 22:20:41 2000  Owen Taylor  <otaylor@redhat.com>
20669
20670         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix error
20671         with recursion where process_updates() is called from
20672         an expose handler. (GtkTextView is highly broken in
20673         doing this, but it should work, so it is a nice test
20674         case.)
20675
20676 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
20677
20678         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Gracefully
20679         handle the case where updates are queued during processing of
20680         updates.
20681
20682 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
20683
20684         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): We already assume
20685         window is on gdk_display - use that instead of segfaulting.
20686
20687 Thu May  4 02:04:46 2000  Tim Janik  <timj@gtk.org>
20688
20689         * configure.in (STRIP_DUMMY): some Make 3.79 $(strip ) versions are
20690         broken and require an empty arg, give it to them.
20691
20692 Fri Apr 28 19:34:32 2000  Tim Janik  <timj@gtk.org>
20693
20694         * gtk/gtklabel.h: indentation fixes.
20695
20696 2000-05-02  Tor Lillqvist  <tml@iki.fi>
20697
20698         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_arc): Don't try to
20699         draw too narrow or too low arcs, they seem to fail, at least with
20700         some display drivers.
20701
20702         * gdk/gdk.c (gdk_init_check): Use G_DIR_SEPARATOR.
20703
20704         Large changes to the Win32 backend, partially made necessary by
20705         the changes to the backend-independent internal
20706         structures. Attempts to implement similar backing store stuff as
20707         on X11. The current (CVS) version of the Win32 backend is *not* as
20708         stable as it was before the no-flicker branch was merged. A
20709         zipfile with that version is available from
20710         http://www.gimp.org/win32/. That should be use by "production"
20711         code until this CVS version is usable. (But note, the Win32
20712         backend has never been claimed to be "production quality".)
20713
20714         * README.win32: Add the above comment about versions.
20715
20716         * gdk/gdkwindow.c: Don't use backing store for now on Win32.
20717
20718         * gdk/gdk.def: Update.
20719
20720         * gdk/gdkfont.h: Declare temporary Win32-only functions. Will
20721         presumably be replaced by some more better mechanism as 1.4 gets
20722         closer to release shape.
20723
20724         * gdk/makefile.{cygwin,msc}: Update.
20725
20726         * gdk/win32/*.c: Correct inclusions of the backend-specific and
20727         internal headers. Change code according to changes in these. Use
20728         gdk_drawable_*, not gdk_window_* where necessary.
20729
20730         * gdk/win32/gdkdnd-win32.c: Use MISC selector for GDK_NOTE, not
20731         our old DND.
20732
20733         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_text): Don't try
20734         to interpret single characters as UTF-8. Thanks to Hans Breuer.
20735         Use correct function name in warning messages.
20736
20737         * gdk/win32/gdkevents-win32.c: Use correct parameter lists for the
20738         GSourceFuncs gdk_event_prepare and gdk_event_check.
20739         (gdk_event_get_graphics_expose): Do implement, use
20740         PeekMessage. Thanks to Hans Breuer.
20741         (event_mask_string): Debugging function to print an GdkEventMask.
20742         (gdk_pointer_grab): Use it.
20743
20744         * gdk/win32/gdkfont-win32.c: The Unicode subrange that the
20745         (old) book I used claimed was Hangul actually is CJK Unified
20746         Ideographs Extension A. Also, Hangul Syllables were missing.
20747         Improve logging.
20748
20749         * gdk/win32/gdkgc-win32.c: Largish changes.
20750
20751         * gdk/win32/gdkim-win32.c (gdk_set_locale): Use
20752         g_win32_getlocale() from GLib, and not setlocale() to get current
20753         locale name.
20754
20755         * gdk/win32/gdkprivate-win32.h
20756         * gdk/win32/gdkwin32.h: Move stuff from gdkprivate-win32.h to
20757         gdkwin32.h, similarily as in the X11 backend.
20758
20759         * gdk/win32/gdkwindow-win32.c (gdk_propagate_shapes): Bugfix,
20760         assignment was used instead of equals in if test. Thanks to Hans
20761         Breuer.
20762
20763         * gdk/win32/gdkgeometry-win32.c: New file, just a quick hack of
20764         the X11 version.
20765
20766         * gdk/win32/makefile.{cygwin,msc}
20767         * gtk/makefile.{cygwin,msc}: Updates. Better kludge to get the
20768         path to the Win32 headers that works also with the mingw compiler.
20769
20770         * gtk/gtkstyle.c: Include <string.h>.
20771
20772 2000-04-26  Havoc Pennington  <hp@redhat.com>
20773
20774         * gtk/gtklabel.c (gtk_label_get_text): Add this function,
20775         replacing the broken gtk_label_get ()
20776
20777 2000-04-15  Havoc Pennington  <hp@pobox.com>
20778
20779         * gdk/gdkdnd.h: clean up enum format, remove extra comma, 
20780         this keeps scanner scripts from getting confused.
20781
20782         * gdk/gdkdraw.c (gdk_drawable_get_data): This should return the
20783         data, rather than void
20784
20785 2000-04-15  Tor Lillqvist  <tml@iki.fi>
20786
20787         * gtk/gtkclist.c (gtk_clist_motion)
20788         * gtk/gtklist.c (gtk_list_motion_notify): If we get a motion event
20789         with is_hint FALSE, get x and y from the event. They used to be
20790         used uninitialised. The Win32 backend never sends motion events
20791         marked as hints. This for instance fixes the annoying file and
20792         font selector behaviour in the Win32 version.
20793
20794 2000-04-14  Tor Lillqvist  <tml@iki.fi>
20795
20796         * gtk/gtksignal.c: (Win32:) Export the gtk_private_signals and
20797         gtk_private_n_signals variables, they are used by some software,
20798         sigh.
20799
20800         * gtk/gtkrc.c (get_gtk_sysconf_directory): (Win32:) Fetch the
20801         installation directory from the Registry, where the installer
20802         should have put it.
20803
20804 Fri Apr  7 17:19:27 2000  Owen Taylor  <otaylor@redhat.com>
20805
20806         * gdk/x11/Makefile.am: Fix problem with installation directory for
20807         gdkx.h
20808
20809         * gtk/gtkmenuitem.c gtk/gtkmenushell.c: Patch from David Santiago
20810         <mrcooger@cyberverse.com> so that when selecting menus with the
20811         mouse, the first item will not be selected, but when selecting
20812         with an accelerator, or navigating left-right on a menubar with
20813         the menus popped up, the first item will be selected.
20814
20815 2000-04-05  Dan Damian  <dand@dnttm.ro>
20816
20817         * configure.in: Added "ro" to ALL_LINGUAS.
20818
20819 Wed Apr  5 00:08:36 2000  Owen Taylor  <otaylor@redhat.com>
20820
20821         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Fix screwy
20822         indentation.
20823
20824         * Makefile.am (EXTRA_DIST): Fix typo.
20825
20826         * gdk[/x11]/Makefile.am (INCLUDES): Add $(top_builddir)/gdk
20827         to catch gdkconfig.h
20828
20829         * gtk/gtkitemfactory.c: Added FIXME.
20830
20831 2000-03-30  Jonathan Blandford  <jrb@redhat.com>
20832
20833         * gtk/gtkpaned.c (gtk_paned_get_position): oops.
20834         s/return_if_fail/return_val_if_fail/g and add a return value.
20835
20836 Mon Mar 27 20:56:14 2000  Owen Taylor  <otaylor@redhat.com>
20837
20838         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Fix up 
20839         merge slipup.
20840
20841         * gdk/gdkinput.h: Fix missing line from merge.
20842
20843 Mon Mar 27 20:39:49 2000  Owen Taylor  <otaylor@redhat.com>
20844
20845         * gdk/gdkcolor.c cursor.c gdkdraw.c gdkfont.c: Include gdkinternals.h
20846         instead of gdkprivate.h.
20847
20848 Sun Mar 12 15:19:24 2000  Owen Taylor  <otaylor@redhat.com>
20849
20850         * gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
20851         parent class to correctly be GtkDialogClass.
20852
20853 Thu Feb 24 23:58:21 2000  Owen Taylor  <otaylor@redhat.com>
20854
20855         * gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
20856         toplevel windows and their immediate children by their parents,
20857         since the size of toplevel windows is out of our immediate
20858         control and we don't get any real benefit from trying to track
20859         this size for clipping.
20860
20861         * gdk/gdkprivate.h (struct _GdkWindowPrivate) gdk/x11/gdkwindow-x11.c : Add a flag
20862         for input_only windows.
20863
20864         * gdk/gdkwindow.c gdk/x11/gdkgeometry-x11.c: Use the above flag
20865         to fix some hacks and make sure that we don't try to set the
20866         background of input only windows.
20867
20868 Thu Feb 24 18:11:46 2000  Owen Taylor  <otaylor@redhat.com>
20869
20870         * gdk/gdkinternals.h gdk/gdkprivate.h gdk/Makefile.am: Add a header file for
20871         the _really_ internal stuff, and leave gdkprivate.h for the fake private
20872         stuff that we've traditionally exposed.
20873
20874         * gdk/**.c: Use gdkinternals.h where appropriate.
20875
20876         * gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h gdk/x11/*.c: Make gdkx.h
20877         not include gdkprivate-x11.h, move all stuff of conceivable public
20878         interest into gdkx.h; keep all really private stuff in
20879         uninstalled header gdkprivate-x11.h.
20880
20881         * gdk/gdkdraw.c gdk/gdkwindow.c gdk/gdkinternals: Redirect all calls to
20882         image->image_put on windows through a new function _gdk_window_draw_image()
20883         to allow us to do backing store for images. (Sort of ugly)
20884
20885         * gdk/gdkgc.c gdk/gdkprivate.h: Cache the ts and clip origins for graphics
20886         contexts locally so that we can offset them properly when drawing 
20887         onto backing pixmaps.
20888
20889         * gdk/gdkinput.h: Reindented
20890
20891         * gdk/gdkprivate.h gdk/x11/gdkwindow-x11.c: Store the background
20892         pixmap or color for the window, so we can properly initialize
20893         our double-buffer pixmaps, and also so that we temporarily set
20894         a background of None while scrolling.
20895
20896         * gdk/gdkregion.h: Revise region boolean operators to have an
20897         interface that is actually convenient - switch from creating new
20898         regions on every op, to "methods" that modify existing regions
20899         (A = A OP B). 3 argument forms which allow dest == src, would also
20900         be possible, but the current interfaces seem to map nicely
20901         onto what needs to be done. (There is quite a lot of region
20902         code in GDK now.)
20903
20904         * gdk/gdkregion.h: Add constructor from rectangle and a copy
20905         operator.
20906
20907         * gdk/x11/{gdkregion-generic.[ch],gdkpolyreg-generic.c,
20908         gdkpoly-generic.h: Copy region code from Xlib, switch it over
20909         to 32 bit coordinates, modify it to be mostly GTK+ style
20910         and to have interfaces that match gdkregion.h.
20911
20912         * gdk/gdkwindow.c gdk/gdkprivate.h: Add facility for
20913         double-buffered drawing. gdk_window_begin_paint_{rect,region}()
20914         create a backing pixmap and redirect all drawing to
20915         that backing pixmap until a matching gdk_window_end_paint().
20916
20917         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkdrawable-x11.c:
20918         Create a special drawable class for GtkWindow's that 
20919         redirects the drawing to the backing pixmap as necessary
20920         and then calls the real operations in _gdk_windowing_window_class.
20921
20922         * gdk/gdkprivate.h gdk/gdkwindow.[ch] gdk/x11/gdkevents-x11.c:
20923         Store invalid region for each window. Generate expose events for invalid
20924         region in an idle. This replaces both the expose compression
20925         and the redrawing queuing in GTK+. It is both more efficient and
20926         simpler than either one individually and far more so then the
20927         combination.
20928
20929         * gdk/x11/gdkgeometry.c gdk/x11/gdkwindow.c gdk/x11/gdkprivate-x11.h:
20930         Emulate 32 bit coordinates for windows with 16 bit coordinates
20931         by offsetting drawing, guffaw scrolling techniques and
20932         mapping/unmapping child windows as necessary.
20933
20934         * gdk/gdkwindow.[ch] gdk/x11/gdkgeometry.c: Add anti-exposes,
20935         where, when invalid regions are processed, the region is stored,
20936         and if expose events come in that are detectably duplicate
20937         the processed exposes (by comparison of event serial numbers),
20938         the stored region is subtracted out of those exposes.
20939
20940         * gdk/x11/gdkgeometry.c: Temporarily unset backing pixmaps of
20941         regions newly exposed when scrolling or resizing windows.
20942         This, combined with forcing processesing of queued invalidated
20943         regions, gives nice flicker-free scrolling.
20944
20945         * gtk/gtklayout.c gtk/gtkviewport.c: Force processing of
20946         invalidated regions after every scroll.
20947
20948         * gtk/gtklayout.c: Vastly simplify using the new 32 bit coordinate
20949         emulation in GDK. Its, for all practical purposes just a
20950         GtkViewport/GtkFixed hybrid now.
20951
20952         * gdk/gdkdrawable-x11.c: Convert from GDK (32 bit) to X11
20953         (16-bit) structures as necessary instead of just casting.
20954
20955         * gdk/x11/gdkgc-x11.c gdk/x11/gdkx.h: Replace XSetRegion with code
20956         in terms of the structures from gdkregion-generic.c, using appropriate
20957         offsets from GDK to X11 coordinates. Cache clip mask and
20958         origin and ts origin locally and only flush to the server
20959         when drawing, to avoid constantly setting and resetting these
20960         values when offsetting GC's for scrolling and backing pixmaps.
20961
20962         * gdk/x11/gdkinput-x11.c: Fix leak of axes structures.
20963
20964         * gtk/gtkcontainer.c: Call process_all_updates at end
20965         of resizing to reduce flicker. (Avoids having redraw
20966         lag arbitrarily behind resize under some circumstances)
20967
20968         * gtk/gtkentry.c: Remove old backing store code, and simply take
20969         advantage of the new backing store capabilities of GDK.
20970
20971         * gtk/gtkmain.c: Simple implementation of widget backing
20972         store - simply push a paint while handling each expose.
20973         (Should really be configurable widget for widget.)
20974         
20975         * gtk/gtkwidget.c: Remove all the old complicated redraw
20976         code, and simply invalidate the GDK windows from
20977         gdk_window_queue_clear(), etc. (Sigh, so much carefully
20978         debugged complexity ... gone to the winds.)
20979
20980         Remove all the code for suppressing expose events while
20981         resizes are pending; this isn't needed since the invalid
20982         areas won't be processed until after the resizes are
20983         processed, since they are in a lower priority idle.
20984
20985 Thu Feb 24 15:37:41 2000  Owen Taylor  <otaylor@redhat.com>
20986
20987         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Set width
20988         and height of dest rectangle for non-intersecting rectangles.
20989
20990 Sun Feb 20 16:47:31 2000  Owen Taylor  <otaylor@redhat.com>
20991
20992         * gtk/gtkwidget.h: Make GtkAllocation just a typedef
20993         for GdkRectangle.
20994
20995 Sun Feb 20 11:27:00 2000  Owen Taylor  <otaylor@redhat.com>
20996
20997         * gdk/gdk{events,image,private,types,window}.h
20998          gdk/x11/gdkinputprivate.h: Change all coordinates
20999          from int16 to int. Also, Change width and height from
21000          unsigned to signed to avoid all the stupid C 
21001          signedness bugs.
21002
21003 Sat Feb 19 12:01:53 2000  Owen Taylor  <otaylor@redhat.com>
21004
21005         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable):
21006         Use gdk_drawable_get_depth instead of gdk_drawable_get_visual.
21007         Add some more detailed checking.
21008
21009         * gdk/gdkdraw.c gdk/gdkdrawable.h (gdk_drawable_get_depth):
21010         New function to retrieve the depth of a drawable.
21011
21012         * gdk/gdkprivate.h (struct _GdkDrawablePrivate): Add a depth
21013         field, reorder fields to save memory. 
21014
21015 Mon Dec 13 14:06:03 1999  Owen Taylor  <otaylor@redhat.com>
21016
21017         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): Draw a small portion
21018         of the background image instead of scaling the background down to
21019         a line.
21020
21021         * gtk/gtk[hv]scrollbar.c (gtk_hscrollbar_size_allocate): Removed mysterious
21022         which temporarily set slider to wrong size.
21023
21024         * gtk/gtkaspectframe.c gtkbin.c: Remove unecessary calls to
21025         queue_clear().
21026
21027 Wed Nov 17 18:36:05 1999  Owen Taylor  <otaylor@redhat.com>
21028
21029 2000-03-23  Jonathan Blandford  <jrb@redhat.com>
21030
21031         * gtk/gtkpaned.c (gtk_paned_get_position): add getter.
21032
21033 2000-03-17  Tor Lillqvist  <tml@iki.fi>
21034
21035         * gdk/win32/gdkevents-win32.c: Remove the #ifndef
21036         USE_DISPATCHMESSAGE sections, we do want to use DispatchMessage.
21037
21038         * gdk/win32/gdkfont-win32.c
21039         * gdk/win32/gdkproperty-win32.c
21040         * gdk/win32/gdkselection-win32.c
21041         * gdk/win32/gdkwindow-win32.c: Add const to some arguments that are
21042         now declared such.
21043
21044 Wed Mar 15 02:59:38 PST 2000 Manish Singh <yosh@gimp.org>
21045
21046         * gtk/gtkvpaned.c: removed stray gutter_size reference, a 1.2 relic
21047
21048 Mon Mar 13 18:37:55 2000  Owen Taylor  <otaylor@redhat.com>
21049
21050         * gdk/gdkdnd.c: Fix a bunch of cases where XGetWindowProperty()
21051         is called without trapping X errors.
21052
21053 Fri Feb 25 10:48:53 2000  Owen Taylor  <otaylor@redhat.com>
21054
21055         * gtk/gtkrc.*: Fix problem where stray '"' characters found their
21056         way into the fontset lists.
21057
21058 Tue Feb 22 08:52:52 2000  Tim Janik  <timj@gtk.org>
21059
21060         * gtk/gtkthemes.h: add extern "C" scope.
21061
21062 Mon Feb 21 20:16:42 2000  Lars Hamann  <lars@gtk.org>
21063
21064         * gtk/gtkclist.c: applied  patch from Guy Harris <guy@netapp.com>
21065         to make appends to the list constant. (gtk-guy-990901-0.patch)
21066
21067 Mon Feb 14 22:50:10 2000  Tim Janik  <timj@gtk.org>
21068
21069         * gtk/gtktypeutils.c (gtk_type_init): use g_str_hash() and g_str_equal()
21070         for the typename hash table.
21071
21072 Mon Feb 14 15:01:23 2000  Owen Taylor  <otaylor@redhat.com>
21073
21074         * gtk/gtkpaned.c (gtk_paned_compute_position): Add some sanity checks
21075         to make sure we never divide by zero. 
21076         (Problem pointed out by Michal Jaegermann <michal@ellpspace.math.ualberta.ca>)
21077
21078 Mon Feb 14 12:29:38 2000  Owen Taylor  <otaylor@redhat.com>
21079
21080         * gtk/gtkfontsel.c: Apply patch from
21081         SHIRASAKI Yasuhiro <yasuhiro@awa.tohoku.ac.jp> to make font selector work a little
21082         better with 2-byte fonts. (Load a fontset instead of a font for two byte fonts.)
21083
21084         Also, some cleanups in atom handling.
21085
21086 Sun Feb 13 08:02:21 2000  Tim Janik  <timj@gtk.org>
21087
21088         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
21089         not GtkWidget.
21090
21091 Fri Feb 11 02:19:32 2000  Tim Janik  <timj@gtk.org>
21092
21093         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): 
21094         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): 
21095         * gtk/gtkpaned.c (gtk_paned_compute_position): had to squeeze some
21096         more guint wrap-around bugs before going to bed.
21097
21098 Thu Feb 10 16:16:35 2000  Tim Janik  <timj@gtk.org>
21099
21100         * gtk/gtkspinbutton.c (gtk_spin_button_size_allocate): guard against
21101         guint wrap arounds in allocation.width.
21102
21103         * gtk/gtktable.c (gtk_table_size_allocate_pass1): repeat shrinking
21104         process untill we fit the allocation given.
21105
21106 Tue Feb  8 09:38:29 2000  Tim Janik  <timj@gtk.org>
21107
21108         * gtk/gtkwidget.c:
21109         (gtk_widget_unrealize): guard widget access with ref/unref
21110         around signal emission.
21111         (gtk_widget_hide): same here, but also check its destroyed
21112         state before queueing a resize.
21113
21114 Tue Feb  8 03:05:55 2000  Tim Janik  <timj@gtk.org>
21115
21116         * gtk/gtkstyle.c (gtk_style_new): use gtk_default_prelight_bg instead
21117         of gtk_default_insensitive_bg as insensitive base color.
21118
21119         * gtk/gtktext.c (gtk_text_style_set): set the background color according
21120         to the widget's state.
21121         (gtk_text_realize): same here.
21122         (gtk_text_state_changed): same here.
21123         (draw_bg_rect): compare background color against base[] from
21124         GTK_WIDGET_STATE (text) not GTK_STATE_NORMAL.
21125
21126 Mon Feb  7 04:01:55 2000  Tim Janik  <timj@gtk.org>
21127
21128         * gtk/gtkmain.c (gtk_main_do_event): ignore delete events when
21129         grabs are active, unless a delete event is send to the toplevel
21130         of the currently grab holding widget.
21131
21132 Sun Feb  6 10:13:15 2000  Owen Taylor  <otaylor@redhat.com>
21133
21134         * gtk/gtkctree.c (gtk_ctree_drag_data_received): Remove
21135         debugging g_print's.
21136
21137 Fri Feb  4 15:54:54 2000  Owen Taylor  <otaylor@redhat.com>
21138
21139         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_request): Don't
21140         ever make the scrolled-window requisition ever depend on the 
21141         visibility state of the scrollbars for the AUTOMATIC policy. 
21142         This breaks the GTK+ requisition model, and causes loops.
21143
21144 Fri Feb  4 15:09:12 2000  Owen Taylor  <otaylor@redhat.com>
21145
21146         * gtk/gtkstyle.c (gtk_style_new): Set the charset explicitely for
21147         the default font to avoid problems with XFree86-4.0 where the
21148         default charset is iso10646-1, not iso8859-1.
21149
21150 Thu Feb  3 14:58:48 PST 2000 Manish Singh <yosh@gimp.org>
21151
21152         * acinclude.m4
21153         * config.guess
21154         * config.sub
21155         * ltconfig
21156         * ltmain.sh: upgrade to libtool 1.3.4 (bugfix only release)
21157
21158         * gtk/Makefile.am: minor cosmetic consistency tweak
21159
21160 Thu Feb  3 14:46:01 2000  Owen Taylor  <otaylor@redhat.com>
21161
21162         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): Set
21163         the activate_time to 0, so that we handle a quick
21164         press/release press/release properly and don't suppress
21165         the second release. (Red Hat bug #7545)
21166
21167 Wed Feb  2 22:25:17 2000  Tim Janik  <timj@gtk.org>
21168
21169         * gtk/gtkctree.c (row_delete):
21170         (gtk_ctree_node_set_row_data_full): fixed very evil reentrancy
21171         bugs with destruction notifier, *always* update internal
21172         structures *before* calling user code.
21173
21174 Sun Jan 30 20:10:52 2000  Lars Hamann  <lars@gtk.org>
21175
21176         A few more fixes for bug #5487, #2051, #2677.
21177         * gtk/gtkclist.c : 
21178         (gtk_clist_button_press):  Reset clist->anchor to -1 if event->type is
21179         not GDK_BUTTON_PRESS.
21180         (resync_selection): resync only if selection_mode is
21181         GTK_SELECTION_EXTENDED
21182         * gtk/gtkctree.c (resync_selection): same here
21183
21184 Sun Jan 30 12:29:20 2000  Owen Taylor  <otaylor@redhat.com>
21185
21186         * gdk/gdk.h gtk/gtkmenu.h: Removed duplicate prototypes for
21187         gdk_drag_get_selection() and gtk_menu_detach().
21188
21189         [ From Jeroen Ruigrok/Asmodai ]
21190
21191 Sat Jan 29 10:11:56 2000  Owen Taylor  <otaylor@redhat.com>
21192
21193         * gtk/gtknotebook.c (gtk_notebook_size_request): 
21194         page->tab_label can be NULL.
21195
21196 2000-01-25  Havoc Pennington  <hp@pobox.com>
21197         
21198         * gdk/gdkwindow.c (gdk_window_set_back_pixmap): parent_relative
21199         arg is boolean
21200
21201         * gdk/gdkselection.c (gdk_selection_owner_set): return boolean
21202
21203         * gdk/gdkrectangle.c (gdk_rectangle_intersect): return boolean
21204
21205         * gdk/gdkproperty.c (gdk_property_get): return boolean
21206
21207         * gdk/gdkinput.c (gdk_input_set_mode): return boolean
21208
21209         * gdk/gdkim.c (gdk_im_ready): return boolean
21210
21211         * gdk/gdkgc.c (gdk_gc_set_exposures): gboolean arg
21212
21213         * gdk/gdkfont.c (gdk_font_equal): return gboolean (mild
21214         glib clash, should fix glib)
21215
21216         * gdk/gdkevents.c (gdk_set_show_events): take gboolean arg
21217         (gdk_get_show_events): return gboolean, and canonicalize 
21218         to TRUE/FALSE
21219
21220         * gdk/gdkcolor.c (gdk_colormap_new): gboolean flag whether the
21221         colormap is private
21222         (gdk_colors_alloc): gboolean whether to be contiguous
21223         (gdk_color_equal): return gboolean since we are a predicate
21224         and not a qsort() (this looks semi-wrong due to glib breakage,
21225         IMO glib should be fixed)
21226         
21227         * gdk/gdk.c (gdk_set_use_xshm): take gboolean arg
21228         (gdk_get_use_xshm): return gboolean
21229         (gdk_pointer_is_grabbed): return gboolean
21230
21231         * gdk/gdk.h: Change prototypes to match all the above changes,
21232         and re-run egtk-format-protos as required.
21233
21234 Fri Jan 28 12:28:17 2000  Owen Taylor  <otaylor@redhat.com>
21235
21236         * gtk/gtkctree.c (resync_selection): 
21237         * gtk/gtkclist.c (resync_selection):
21238
21239         Return immediately if clist->drag_pos < 0. This is a workaround
21240         for the corrupt state that the clist gets into when a
21241         GDK_2BUTTON_PRESS occurs. See note in gtk_clist_button_press().
21242
21243         Bug #5487, #2051, #2677; fix suggested by David Helder and T. Alexander Popiel.
21244         
21245         * gtk/gtknotebook.c (gtk_notebook_size_request): Fix uninitialized
21246         variable from recent commit.
21247
21248 Thu Jan 27 15:22:09 2000  Owen Taylor  <otaylor@redhat.com>
21249
21250         * gtk/gtkdnd.c (gtk_drag_begin): Fix stupid typo in last commit.
21251
21252 Thu Jan 27 18:00:55 2000  Tim Janik  <timj@gtk.org>
21253
21254         * gtk/Makefile.am: prefix all autogenerated source that get build in
21255         $(srcdir) with $(srcdir)/, so make doesn't assume they got generted
21256         in builddir. since we subsequently cd into srcdir for autogeneration,
21257         the paths have to be stripped from the target file names, thusly we
21258         use $(@F) as target names now.
21259         put a comment about configure.in's --disable-rebuilds option,
21260         which can be used for non-writable source directories, for development
21261         setups though, srcdir has to be *writable*.
21262
21263 hu Jan 27 00:15:03 2000  Owen Taylor  <otaylor@redhat.com>
21264
21265         * gtk/gtkdnd.c (gtk_drag_begin gtk_drag_get_event_actions):
21266           Finish the job of allowing event to be NULL.
21267           (Fixes bug #4283, reported by Chris Blizzard)
21268
21269         * gtk/gtkentry.c (entry_adjust_scroll): When calculating
21270           things so that the cursor appears on screen, properly
21271           take into account INNER_BORDER.
21272           (Fixes bug #4754, reported by Antonio Campos)
21273
21274 Wed Jan 26 23:12:28 2000  Owen Taylor  <otaylor@redhat.com>
21275
21276         * gtk/gtknotebook.c (gtk_notebook_map): Don't
21277           show the tab_label unless it itself is visible.
21278
21279           gtk/gtknotebook.c (gtk_notebook_size_request):
21280           Do a better job of making sure that the visibility
21281           of the tab label corresponds to whether it should
21282           be mapped or not.
21283
21284 Wed Jan 26 21:17:03 2000  Owen Taylor  <otaylor@redhat.com>
21285
21286         * gtk/gtkoptionmenu.c (gtk_option_menu_position):
21287           Use the requisition, not the allocation, since the
21288           allocation has not necessarily been computed yet.
21289           (Pointed out by Eugene Osintsev)
21290
21291 Wed Jan 26 19:44:25 2000  Owen Taylor  <otaylor@redhat.com>
21292
21293         * gtk/gtkstyle.c (gtk_style_new): Dont' set
21294           style/base[GTK_STATE_INSENSITIVE] both to
21295           gtk_default_insensitive_bg!
21296           (Bug #2187, reported by Jonathan Blandford)
21297
21298         * gtk/gtkaccelgroup.c (gtk_accelerator_valid):
21299           Add Alt_L, Alt_R to list of invalid accelerators.
21300           (Bug #3736, reported by Vlad Harchev)
21301
21302 Wed Jan 26 19:01:56 2000  Owen Taylor  <otaylor@redhat.com>
21303
21304         * gtk/gtkfilesel.c (open_ref_dir): Fix several
21305         bugs which occured after an attempt to open 
21306         invalid home directory left cmpl_state->reference_dir == NULL.
21307
21308          - completion on files in home directory didn't work
21309          - completion on an empty string caused  segfault
21310
21311          (Bug #3678, reported by Steve Ratcliffe)
21312
21313         * gtk/gtkscale.c (gtk_scale_get_value_width): Fix
21314         cut and paste error that was causing scales to
21315         be incorrectly positioned.
21316         (Bug #2956,
21317          patch from Steve Ratcliffe <steve@parabola.demon.co.uk>)
21318
21319 2000-01-27  Shirasaki Yasuhiro  <yasuhiro@gnome.gr.jp>
21320
21321         * acinclude.m4 (AM_GTK_WITH_NLS): Add -lintl to libs
21322         when checking for dcgettext, if we've found we needed
21323         it for dgettext.
21324 +
21325 Wed Jan 26 18:06:07 2000  Owen Taylor  <otaylor@redhat.com>
21326
21327         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
21328         queue_clear on NO_WINDOW widgets during a reparent,
21329         since at that point the window and widget heirarchies
21330         are out of sync. This stops crashing in some cases
21331         (the scrolled window reparent test, for instance), and
21332         _probably_ won't cause drawing errors.
21333
21334         * gtk/testgtk.c: Make the reparenting-a-scrolled-window
21335         test do what it was supposed to do and be robust against
21336         window closings, etc. (Bug #2443)
21337
21338 Wed Jan 26 16:56:54 2000  Owen Taylor  <otaylor@redhat.com>
21339
21340         * gtk/gtkentry.c: Fix return values on mouse events.
21341         (Bug #2686, Sky <seb_sky@yahoo.com>)
21342
21343         * gtk/genmarshal.pl: Fix up handling of FOREIGN.
21344         (pointed out by George Lebl)
21345
21346         * gdk/gdkcolor.c (gdk_color_copy): Made const-safe.
21347         (From Ettore Perazzoli  <ettore@helixcode.com>)
21348  
21349 Mon Jan 24 10:44:48 2000  Owen Taylor  <otaylor@redhat.com>
21350
21351         * gtk/gtkcalendar.c (gtk_calendar_main_button): Handle
21352         clicks between rows or outside calender area correctly.
21353         (Patch from Damon Chaplin)
21354
21355         * gtk/gtkclist.c (gtk_clist_set_row_data_full): 
21356         * gtk/gtkctree.c (gtk_ctree_node_set_row_data_full): 
21357           Call destroy function when overwriting existing data. 
21358           (Pointed out by Damon Chaplin)
21359
21360 Tue Jan 25 09:55:41 2000  Owen Taylor  <otaylor@redhat.com>
21361
21362         * gdk/gdk.c: Remove useless #include of <X11/Xmu/WinUtil.h>,
21363           which was causing problems on various systems with Xmu.
21364           This hasn't been needed for a very long time.
21365           (Fixes #1185 3167)
21366
21367 Sun Jan 23 22:27:36 2000  Owen Taylor  <otaylor@redhat.com>
21368
21369         * gdk/gdki18n.h: Include <ctype.h> when defining
21370           gdk_isw* in terms of is* as a fallback.
21371           (Bug #4106 - Dan Winship <danw@MIT.EDU>)
21372
21373 Sun Jan 23 22:12:36 2000  Owen Taylor  <otaylor@redhat.com>
21374
21375         * gtk/gtkviewport.c (gtk_viewport_size_allocate): Don't
21376           realize the widget when it is size allocated!
21377           (old, old bug)
21378
21379         * gtk/gtkviewport.c (gtk_viewport_adjustment_value_changed):
21380           Removed unused call to gdk_window_get_size() that
21381           showed up when the above was fixed.
21382
21383 Sat Jan 22 15:44:30 2000  Owen Taylor  <otaylor@redhat.com>
21384
21385         * gtk/gtkwidget.c (gtk_widget_reparent): Correctly
21386           fix up widget->window when the widget is a
21387           NO_WINDOW container widget.
21388
21389 Sat Jan 22 12:40:48 2000  Owen Taylor  <otaylor@redhat.com>
21390
21391         * gdk/gdkpixmap.c (gdk_pixmap_seek_string): Rewrite
21392           to account for the fact that feof() does _not_ 
21393           return TRUE on errors, and thus avoid infinite loops
21394           when trying to use gdk_pixmap_create_from_xpm()
21395           on unreadable values.
21396
21397 Fri Jan 21 18:32:43 2000  Owen Taylor  <otaylor@redhat.com>
21398
21399         * gtk/gtkaspectframe.h (struct _GtkAspectFrame): s/gint/gboolean/.
21400
21401 Fri Jan 21 16:24:08 2000  Owen Taylor  <otaylor@redhat.com>
21402
21403         * gdk/gdkgc.c (gdk_gc_set_dashes): Change from
21404           gdk_gc_set_dashes to take gint8 instead of gchar to
21405           make it clearer that it is _not_ a NULL terminated string.
21406
21407         * gdk/gdk.h gdk/gdkfont.c gdk/gdkgc.c gdk/gdkselection.c
21408           gdk/gdkwindow.c gtk/gtkprogress.[ch] gtk/gtkthemes.[ch]
21409           gtk/gtktreeitem.[ch] gtk/gtkwidget.[ch]: Constify string
21410           arguments.
21411
21412 Thu Dec 30 04:51:05 1999  Tim Janik  <timj@gtk.org>
21413
21414         * gtk/gtkvscale.c (gtk_vscale_pos_background): 
21415         * gtk/gtkhscale.c (gtk_hscale_pos_background): when calculating the
21416         background size relative to our allocation, guard against small
21417         allocations, we may have not yet been size allocated.
21418
21419 Thu Dec  2 10:59:14 1999  Owen Taylor  <otaylor@redhat.com>
21420
21421         * gdk/gdkdnd.c (xdnd_check_dest): Allow version >= 3,
21422         not just version == 3. We implement all 3 + most of 4 - 
21423         (we don't support matching text/plain;charset=iso-8859-1
21424         to a dest that expects text/plain). We'll still advertise
21425         3 to be safe, but any client implementing version >= 3
21426         must interoperate with 3.
21427         
21428 Tue Mar 14 11:53:31 2000  Owen Taylor  <otaylor@redhat.com>
21429
21430         * gtk/gtktooltips.[ch] (struct _GtkTooltips): Remove foreground,
21431         background and gc members, add a warning in gtk_tooltips_set_color()
21432         indicating that this function is deprecated.
21433
21434 Thu Mar  9 22:10:56 GMT 2000  Tony Gale <gale@gtk.org>
21435
21436         * docs/gtkfaq.sgml: FAQ Update:
21437           - Minor cleanups (Emmanuel, me)
21438           - New questions:
21439                 I need to add a new signal to a GTK+ widget. Any idea? (timj)
21440                 How can I retrieve the text from a GtkMenuItem? (timj)
21441                 How do I validate/limit/filter the input to a GtkEntry? (me)
21442                 Memory does not seem to be released when I free the list
21443                         nodes I've allocated (timj)
21444
21445 2000-03-07  Tor Lillqvist  <tml@iki.fi>
21446
21447         * gdk/win32/gdkmain-win32.c: Internal GDK error reporting changes:
21448         (gdk_win32_gdi_failed) New function for reporting errors from GDI,
21449         for which it is no use to call GetLastError onWin9x.
21450         (gdk_other_api_failed) New function, for general error
21451         reporting without calling GetLastError.
21452         (gdk_win32_api_failed) OTOH, this function always calls
21453         GetLastError. (gdk_win32_last_error_string) Remove this function,
21454         GLib has the equivalent now.
21455
21456         * gdk/win32/gdkprivate-win32.h: Declare the above, and macros to
21457         call them with function name, file name and line number in the
21458         arguments.
21459
21460         * gdk/win32/*.c: Use the new macros for reporting errors from GDI
21461         functions.
21462         
21463         * gtk/gtk.def: Add some missing entry points.
21464
21465         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
21466         gtk_paned_set_gutter_size, which don't exist any longer, as void.
21467         
21468         Fixes by Hans Breuer:
21469
21470         * gdk/makefile.msc: Update for debugging.
21471
21472         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_dashes): Fake
21473         implementation, just use the PS_DASH, PS_DOT, PS_DASHDOT or
21474         PS_DASHDOTDOT or PS_DASH styles depending on the number of entries
21475         in the dash_list.
21476
21477         * gdk/win32/gdkwin32.h (GDK_FONT_XFONT): New macro, similar as in
21478         the x11 backend.
21479
21480         * gdk/win32/gdkprivate-win32.h (IS_WIN_NT): New macro.
21481
21482         * gtk/testgtk.c: Include config.h, guard inclusion of unistd.h.
21483
21484 2000-03-04  Tor Lillqvist  <tml@iki.fi>
21485
21486         * gdk/win32/gdkprivate-win32.h (struct _GdkWindowWin32Data): Store
21487         just pixel value of background colour.
21488
21489         * gdk/win32/gdkgc-win32.c (gdk_colormap_color): New function
21490         containing code snippet previously duplicated in a couple of
21491         places.
21492         
21493         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_points): Use
21494         gdk_colormap_color.
21495
21496         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Generate
21497         GDK_SCROLL events for WM_MOUSEWHEEL messages. Don't generate
21498         events for autorepeated Shift, Control and Alt keys. Use
21499         gdk_colormap_color.
21500
21501         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): If the
21502         pointer is inside the window the cursor of which we are setting,
21503         call SetCursor immediately.
21504
21505         * gdk/win32/makefile.cygwin
21506         * gtk/makefile.cygwin: If we don't have the build number stamp
21507         file, use zero.
21508
21509         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
21510         gtk_paned_set_gutter_size as empty.
21511
21512         * gtk/gtk.def: Remove gtk_paned_set_gutter_size.
21513         
21514 Tue Feb 29 13:10:00 GMT 2000  Tony Gale <gale@gtk.org>
21515
21516         * gdk/gdkwindow.h gdk/x11/gxid.c gtk/gtkclist.c gtk/gtkclist.h
21517           gtk/gtkctree.c gtk/gtkmenu.h gtk/gtkwidget.c gtk/testgtk.c
21518           docs/styles.txt docs/refcounting.txt docs/gtkfaq.sgml
21519           docs/gtk_tut.sgml docs/gtk.texi TODO:
21520
21521           Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org>
21522
21523 Sat Feb 26 11:46:25 GMT 2000  Tony Gale <gale@gtk.org>
21524
21525         * gtk/gtkcalendar.c: Implement num_marked_dates,
21526           and don't emit mutiple day_selected signals on
21527           month_prev.
21528
21529 2000-02-25  Jonathan Blandford  <jrb@redhat.com>
21530
21531         * docs/make-todo (lineno): let title and logo be configurable so
21532         that GNOME can use this script too.
21533
21534         * TODO.xml: added logourl and a title
21535
21536 Fri Feb 25 11:12:00 2000  Owen Taylor  <otaylor@redhat.com>
21537
21538         * TODO.xml: Added some UI items, and an explanatory
21539         comment at the top of the file.
21540
21541 Thu Feb 24 09:07:28 2000  Tim Janik  <timj@gtk.org>
21542
21543         * TODO.xml: some updates, added abunch of new entries.
21544         a note for those fiddeling with this file, when done
21545         with it, invoke:
21546         $ ./docs/make-todo TODO.xml >/dev/null
21547         and correct output errors before comitting changes.
21548
21549 Wed Feb 23 22:59:50 2000  Owen Taylor  <otaylor@redhat.com>
21550
21551         * TODO.xml: Added XML-structured TODO file.
21552         * docs/make-todo: python script to turn TODO.xml into
21553           pretty XML output. 
21554
21555 2000-02-23  Jonathan Blandford  <jrb@redhat.com>
21556
21557         * gtk/gtkstyle.c (gtk_default_draw_handle): add a 'paned' mode to
21558         the function to let it draw the seven dots, instead of the old,
21559         much maligned, method.
21560         (draw_dot): New function to draw a dot.
21561
21562         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): changed allocation
21563         to draw the handle inside the border width as opposed to outside.
21564         Use paint function instead of gdk_draw_point.
21565
21566         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): changed allocation
21567         to draw the handle inside the border width as opposed to outside.
21568         Use paint function instead of gdk_draw_point.
21569
21570         * gtk/gtkfilesel.c (gtk_file_selection_update_history_menu):
21571         Change indenting to be more GTK like.
21572
21573 Wed Feb 23 10:54:14 GMT 2000  Tony Gale <gale@gtk.org>
21574
21575         * docs/gtk_tut.sgml: New section on GtkCalendar
21576         * examples/calendar: Update example code
21577
21578 Tue Feb 22 13:54:12 GMT 2000  Tony Gale <gale@gtk.org>
21579
21580         * docs/gtkfaq.sgml: FAQ Update
21581
21582 2000-02-19  Anders Carlsson  <andersca@gnu.org>
21583
21584         * gtk/gtkrange.c (gtk_range_scroll_event): Return TRUE
21585         to prevent the scroll event to be propagated upwards.
21586
21587 Fri Feb 18 14:37:29 2000  Owen Taylor  <otaylor@redhat.com>
21588
21589         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Remove
21590         OwnerGrabButtonMask from button entries for
21591         GDK_BUTTON_PRESS / GDK_BUTTON_RELEASE.
21592
21593         * gtk/gtklayout.c (gtk_layout_realize): Always add GDK_SCROLL
21594         to the event mask (which will result in button/press release
21595         being added to the event mask on Unix) so scrolling works
21596         for layouts in scroll windows.
21597
21598         * gdk/gdkevents.h (enum): Fix up GDK_ALL_EVENTS_MASK.
21599
21600         Patch from Anders Carlsson  <andersca@gnu.org> to add
21601         a scroll event.
21602
21603         * gtk/testgtk.c (scroll_test_scroll): Added an example of mouse wheel
21604         scrolling to the "Test Scrolling" part of testgtk.
21605  
21606         * gtk/gtkwidget.h (struct _GtkWidgetClass): Added scroll_event signal.
21607  
21608         * gtk/gtkwidget.c: Added "scroll_event" GTK+ signal and matched
21609         it against GDK_SCROLL.
21610  
21611         * gtk/gtkrange.c (gtk_range_scroll_event): Updated to use the new
21612         way of mouse wheel scrolling.
21613  
21614         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_scroll_event): Likewise.
21615  
21616         * gtk/gtkspinbutton.c (gtk_spin_button_scroll): Likewise.
21617  
21618         * gtk/gtkmain.c: Removed previous mouse wheel hack.
21619  
21620         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Added entry in
21621         gdk_event_mask_table.
21622  
21623         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Added 
21624         GdkEventScroll handler.
21625  
21626         * gdk/gdkevents.h: Added GdkEventScroll structure.
21627  
21628 Thu Feb 17 17:10:12 2000  Owen Taylor  <otaylor@redhat.com>
21629
21630         * gtk/gt{h,k,}vpaned.[ch]: Add patch from Jonathan Blandford
21631         and Anders Carlsson to change the Paned widgets so that they
21632         can be dragged from anywhere along the length. Also change
21633         the way that this is drawn to make this apparent.
21634
21635         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): Apply patch
21636         from George Lebl to check that option_menu->menu is present
21637         before getting history.
21638
21639 2000-02-14  Tor Lillqvist  <tml@iki.fi>
21640
21641         * gdk/gdkdraw.c (gdk_draw_segments): Move the test for no segments
21642         before the assertion for non-NULL segment list.
21643
21644         * gdk/win32/gdkgc-win32.c: (gdk_win32_gc_values_to_win32values):
21645         Seems that pattern brushes *must* be 8x8 pixels! At least on my
21646         machine, but it might be display driver dependent. Sigh, so make
21647         sure the stipple is that size. Does Windows suck or what?
21648
21649         * gdk/win32/gdkdrawable-win32.c: Improve error handling in a few
21650         places.
21651
21652 2000-02-13  Havoc Pennington  <hp@pobox.com>
21653
21654         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): init
21655         refcount to 1
21656         (gdk_cursor_new): init refcount to 1
21657
21658         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new): init refcount to 1
21659
21660 2000-02-13  Tor Lillqvist  <tml@iki.fi>
21661
21662         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Add an extra parameter
21663         so that we don't have to do unnecessary settings to the HDC.
21664
21665         * gdk/win32/gdkdrawable-win32.c
21666         * gdk/win32/gdkimage-win32.c: Corresponding changes to the calls of
21667         gdk_gc_predraw.
21668
21669         * gdk/win32/gdkdrawable-win32.c: Special-casing for GdkGCs where
21670         the fill style is GDK_OPAQUE_STIPPLED. In those cases we construct
21671         GDI paths, call WidenPath to get the outline of the stroken path,
21672         and then fill the outline (with the brush that was built from the
21673         stipple).
21674
21675         * gdk/win32/gdkgc-win32.c: Factor out common code from
21676         _gdk_win32_gc_new and gdk_win32_gc_set_values into
21677         gdk_win32_gc_values_to_win32values. Use correct colour for
21678         SetBkColor() (Until now the code actually used a random colour in
21679         the call to SetBkColor()... but that didn't show up as not many
21680         GDI APIs use the background colour. Pattern (opaque stippled)
21681         brushes do.)
21682
21683         * gdk/win32/gdkmain-win32.c (gdk_win32_last_error_string,
21684         gdk_win32_api_failed): New functions for error logging.
21685
21686         * gdk/win32/gdkprivate-win32.h: Declare them, and define a macro
21687         WIN32_API_FAILED to call them, passing function or file name and
21688         line number.
21689
21690         * gdk/win32/*.c: Use the WIN32_API_FAILED macro.
21691
21692         * gdk/win32/gdkprivate-win32.h: Store just the pixel values from
21693         GdkColor for foreground and background in GdkGCWin32Data.
21694
21695         * gdk/makefile.cygwin: Link in the resource object separately.
21696
21697         * gdk/win32/rc/gdk.rc
21698         * gtk/gtk.rc (New file)
21699         * gdk/win32/makefile.cygwin
21700         * gtk/makefile.cygwin: Update build number in DLLs automatically,
21701         as in GLib.
21702
21703 Sun Feb 13 08:54:45 2000  Tim Janik  <timj@gtk.org>
21704
21705         * gdk/gdkcursor.h (struct _GdkCursor): s/refcount/ref_count/.
21706         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): 
21707         * gdk/x11/gdkcursor-x11.c (_gdk_cursor_destroy): 
21708         * gdk/gdkcursor.c (gdk_cursor_ref): insert assertments for the
21709         parameters given and cursor->ref_count. coding style fixups.
21710
21711         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
21712         not GtkWidget.
21713         
21714         * gtk/*.h: applied patch from Mathieu Lacage <lacage@email.enst.fr> to
21715         fix up widget macros and add _GET_CLASS() variant.
21716         
21717         * gtk/*.c: some GtkType fixups.
21718
21719 2000-02-09  Tor Lillqvist  <tml@iki.fi>
21720
21721         * gdk/win32/gdkproperty-win32.c
21722         * gdk/x11/gdkproperty-x11.c: The assertions for GDK_IS_WINDOW
21723         were reversed.
21724
21725 2000-02-04  Tor Lillqvist  <tml@iki.fi>
21726
21727         * gdk/win32/gdkfont-win32.c (logfont_to_xlfd): Use
21728         g_filename_to_utf8 to convert the font names Windows gives us from
21729         whatever is the default codepage to UTF-8.
21730         (gdk_font_load_internal) Use g_filename_from_utf8 for conversion
21731         in the other direction.
21732
21733         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Fix cut&paste
21734         error in debugging output.
21735
21736 2000-02-02  Tor Lillqvist  <tml@iki.fi>
21737
21738         * gdk/win32/gdkwindow-win32.c (gdk_window_clear): Pass zero width
21739         and height parameters to gdk_window_clear_area(). Not minus one.
21740
21741 Wed Feb  2 11:58:05 2000  Owen Taylor  <otaylor@redhat.com>
21742
21743         * gtk/gtkdnd.c (gtk_drag_selection_received): Add some sanity
21744         checks if the widget passed to gtk_drag_get_data() was not the
21745         dest widget.
21746
21747 2000-02-01  Tor Lillqvist  <tml@iki.fi>
21748
21749         * gtk/gtkfilesel.c: Use the g_filename_to_utf8 and
21750         g_filename_from_utf8 functions (which were added a moment ago to
21751         GLib). Some cleanups: Use gbooleans. Use GStrings instead of fixed
21752         size buffers.
21753
21754         gtk_file_selection_get_filename returns the filename in the C
21755         runtime encoding. It calls g_filename_from_utf8, but copies the
21756         returned string to a static buffer, which is returned. I think
21757         this is better than returning the result from g_filename_from_utf8
21758         directly, which would mean all apps that use it would have to free
21759         the return value. Or should this function care about this issue at
21760         all? Maybe a new function with clearly defined semantics.
21761
21762         * gtk/gtkfilesel.h: Add comment about
21763         gtk_file_selection_get_filename returning the filename in the C
21764         runtime's encoding.
21765
21766         * README.win32
21767         * gdk/gdk.def
21768         * gdk/makefile.{cygwin,msc}
21769         * gtk/gtk.def: Updates.
21770
21771         * gdk/gdkcursor-win32.c: Initialise refcount.
21772
21773 2000-01-31  Yuan-Chung Cheng <platin@linux.org.tw>
21774
21775         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
21776
21777 2000-01-30  Havoc Pennington  <hp@pobox.com>
21778
21779         * gtk/testgtk.c (set_cursor): use gdk_cursor_unref instead of
21780         destroy
21781
21782         * gdk/gdkimage.c (gdk_image_ref): image wasn't being returned
21783
21784         * gdk/gdkprivate.h: declare _gdk_cursor_destroy which is then 
21785         implemented in platform-specific code
21786
21787         * gdk/Makefile.am (gdk_c_sources): add gdkcursor.c
21788
21789         * gdk/x11/gdkcursor-x11.c (gdk_cursor_destroy): rename with an
21790         underscore in front
21791
21792         * gdk/win32/gdkcursor-win32.c (gdk_cursor_destroy):
21793         put an underscore in front
21794
21795         * gdk/gdkcursor.c: new file, implements
21796         gdk_cursor_ref/gdk_cursor_unref
21797
21798         * gdk/gdkcursor.h: Refcount GdkCursor
21799
21800         * gdk/gdkcompat.h (gdk_cursor_destroy): compat
21801
21802 2000-01-29  Tor Lillqvist  <tml@iki.fi>
21803
21804         * gdk/gdkwindow.h
21805         * gdk/gdkpixmap.h: Remove prototypes for renamed functions.
21806
21807 Tue Jan 25 11:43:21 2000  Owen Taylor  <otaylor@redhat.com>
21808
21809         * gtk/gtkinvisible.h (struct _GtkInvisible[Class]): Fix
21810         structures to properly inherit from GtkWidget not GtkBin.
21811
21812 Sun Jan 23 20:28:24 2000  Owen Taylor  <otaylor@redhat.com>
21813
21814         * gtk+.spec.in: Added lib/gtk+/include/* to %files
21815         (bug #5178 - Peter Wainright)
21816         
21817         * gtk/Makefile.am (gtk_public_h_sources): Add gtkcompat.h
21818         so that it will be installed.
21819         (bug #4889 - "david d `zoo' zuhn" <zoo@mnnr.org>)
21820
21821 Fri Jan 21 16:29:28 2000  Owen Taylor  <otaylor@redhat.com>
21822
21823         * gtk/gtkstyle.[ch] docs/Changes-1.4.txt: Make the @detail argument
21824         for the GtkStyleClass vtable const.
21825
21826         * gtk/gtkitemfactory.[ch] docs/Changes-1.4.txt: Make GtkPrintFunc
21827         take a const string argument like GtkTranslateFunc. This will
21828         require changes in use code.
21829
21830 2000-01-19  Tor Lillqvist  <tml@iki.fi>
21831
21832         * gdk/win32/gdkwindow-win32.c (gdk_window_clear_area): The correct
21833         semantics (to mimic the X11 backend, which just calls XClearArea)
21834         is to check for zero width (and height), and in that case use the
21835         window's width minus x (height minus y). This fixes for instance
21836         some redraw problems with gtkclist, which were easily noticeable
21837         in the gtk file selection widget.
21838
21839         (gdk_window_new): Don't set WS_EX_TOPMOST for dialog
21840         windows.
21841
21842 2000-01-13  Tor Lillqvist  <tml@iki.fi>
21843
21844         * configure.in
21845         * gdk/Makefile.am
21846         * gdk/x11/Makefile.am
21847         * gdk/win32/Makefile.am: Small fixes, thanks to Peter Wainwright
21848         (bug #5177).
21849         * gdk/win32/gdkcc-win32.c: Reintroduce, to be thrown
21850         out later.
21851
21852 2000-01-09  Tor Lillqvist  <tml@iki.fi>
21853
21854         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Ignore
21855         WM_MOVE for iconified or invisible windows. This fixes various
21856         problems when minimising windows. Thanks to Bernd Herd.
21857
21858 2000-01-05  Tor Lillqvist  <tml@iki.fi>
21859
21860         * gdk/gdkdraw.c (gdk_draw_lines): Fix copy&paste error: Call the
21861         backend's draw_lines method, not draw_points.
21862
21863 2000-01-02  Tor Lillqvist  <tml@iki.fi>
21864
21865         * gdk/win32/gdkevents-win32.c: Clean up some more leftovers from
21866         before Owen's reorganisation: Don't have queued_events and
21867         queued_tail statics in this file, but use gdk_queued_events and
21868         gdk_queued_tail. This makes exposure event compression work again.
21869
21870         (gdk_WindowProc): Comment out a posting of gdk_ping_msg, doesn't
21871         seem to be needed?
21872
21873 1999-12-30  Tor Lillqvist  <tml@iki.fi>
21874
21875         * gdk/gdk.c: If we don't HAVE_XCONVERTCASE we must #include
21876         gdkkeysyms.h to get the GDK_* keysym constants that are needed by
21877         gdk_keyval_convert_case(). Otherwise, gdk_keyval_convert_case()
21878         doesn't do anything.
21879
21880         * gdk/gdk.def: Add gdk_xid_table_insert.
21881
21882         * gdk/win32/gdkprivate-win32.h
21883         * gdk/win32/gdkevents-win32.c
21884         * gdk/win32/gdkinput-win32.c
21885         
21886         * gdk/win32/gdkwindow-win32.c: Remove the superfluous
21887         extension_events field in the GdkWindowWin32Data struct. Use only
21888         the extension_events field in GdkWindowPrivate. Previously one was
21889         set, and the other one tested, which broke tablet
21890         functionality. Thanks to Keishi Suenaga for pointing this out.
21891
21892 1999-12-18  Tor Lillqvist  <tml@iki.fi>
21893
21894         * gdk/win32/gdkfont-win32.c (gdk_text_size, gdk_text_extents):
21895         When handling a single character (text length == 1), don't handle
21896         it as if it was UTF-8.
21897
21898 1999-12-11  Tor Lillqvist  <tml@iki.fi>
21899
21900         * Makefile.am: Distribute README.win32.
21901         
21902         * gdk/Makefile.am
21903         * gdk/win32/Makefile.am: Distribute Win32 files.
21904
21905         * gdk/makefile.msc: New file.
21906
21907         * gdk/gdk.c (gdk_arg_context_parse): Fix gccism (no statement
21908         after label).
21909
21910         * gdk/gdkprivate.h: Must mark also gdk_error_warnings and
21911         gdk_error_code as GDKVAR, as they are referred outside GDK.
21912
21913         * gdk/win32/makefile.msc: Update.
21914
21915         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): More
21916         tweaks. Check only if at least one of those Unicode subrange bits
21917         we care for is set. If no code page bits are set, guess (wildly)
21918         based on the charset.
21919
21920         * gdk/win32/gdkinput-win32.c: Remove debugging leftover.
21921
21922         * gdk/win32/gdkwindow-win32.c (gdk_window_new): Assure title is
21923         non-NULL.
21924
21925         * gtk/gtkdnd.c
21926         * gtk/gtklayout.c
21927         * gtk/gtkplug.c
21928         * gtk/gtkselection.c
21929         * gtk/gtksocket.c
21930         * gtk/gtkwindow.c: Include x11/gdkx.h *or* win32/gdkwin32.c as
21931         appropriate. There must be a cleaner way to handle this?
21932
21933         * gtk/gtkrc.c: Must include windows.h on Win32.
21934
21935         * gtk/testgtk.c: No need to include gdkx.h.
21936
21937         * gtk/makefile.cygwin: Correct invokation of genmarshal.pl.
21938
21939 1999-12-07  Tor Lillqvist  <tml@iki.fi>
21940
21941         * gdk/win32/gdkfont-win32.c: Fix string measurement code. For now,
21942         the rbearing is set to the same as the width, but this should be
21943         fixed.
21944
21945 1999-12-06  Tor Lillqvist  <tml@iki.fi>
21946
21947         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): New
21948         function. If Windows doesn't tell us what Unicode subranges a font
21949         covers, guesstimate based on the codepages it covers. This will
21950         hopefully help those Windows versions or fonts that don't give us
21951         any useful Unicode subrange information with GetTextCharsetInfo.
21952         Call this function in gdk_font_load_internal.
21953
21954         * gdk/win32/{gdkdnd,gdkimage,gdkpixmap,gdkprivate}-win32.c: Misc
21955         minor changes.
21956
21957 Fri Dec  3 14:09:50 1999  Owen Taylor  <otaylor@redhat.com>
21958
21959         * gtk/gtkoptionmenu.[ch] (gtk_option_menu_get_history):
21960         New function, long needed.
21961
21962 Wed Dec  1 22:35:43 1999  Owen Taylor  <otaylor@redhat.com>
21963
21964         * gdk/gdkproperty.h x11/gdkproperty.c: Change 
21965         only_if_exists argument of gdk_atom_intern to
21966         bool.
21967
21968 1999-11-25  Tor Lillqvist  <tml@iki.fi>
21969
21970         * gdk/gdkgc.c (gdk_gc_set_ts_origin, gdk_gc_set_clip_origin): 
21971         Fix two copy&paste errors.
21972
21973         * gdk/makefile.cygwin: Also rebuild DLL when the static archive in
21974         win32 has changed.
21975
21976         * gdk/win32/gdkprivate-win32.h: Don't need CPINFO in the
21977         GdkWin32SingleFont struct.
21978
21979         * gdk/win32/gdkfont-win32.c: Some more debugging: Print Unicode
21980         subranges of loaded fonts. Clear font signature first, in case
21981         GetTextCharsetInfo fails. Pretend SYMBOL_CHARSET fonts have
21982         ASCII+Basic Latin (i.e. 0x40--0xFF) as they are single-byte.
21983
21984         * gdk/win32/gdkgc-win32.c: Improved logging. (gdk_gc_postdraw):
21985         Unoffset clip region.
21986
21987 1999-11-23  Tor Lillqvist  <tml@iki.fi>
21988
21989         * gdk/win32/gdkevents-win32.c (gdk_event_translate): set
21990         event->any.window before calling filter functions.
21991
21992 Fri Nov 19 10:34:41 1999  Owen Taylor  <otaylor@redhat.com>
21993
21994         * gtk/gtkgamma.h: Adapt cast macros to standard.
21995
21996 [ Merges from 1.2 ]
21997
21998 Tue Nov 16 10:15:54 1999  Owen Taylor  <otaylor@redhat.com>
21999
22000         * gtk/gtkitemfactory.c (gtk_item_factory_parse_path):
22001         If translation does not include a '/', use entire
22002         translation instead of crashing.
22003
22004 Sun Oct 31 22:21:11 1999  Tim Janik  <timj@gtk.org>
22005
22006         * docs/gtk_tut.sgml:
22007         s/gtk_accel_group_attach/gtk_window_add_accel_group/.
22008
22009 Sat Oct 30 09:09:09 1999  Owen Taylor  <otaylor@redhat.com>
22010
22011         * gtk/gtkselection.c (gtk_target_list_remove): Use
22012         g_list_remove_link, not g_list_remove.
22013
22014         [ From Geert Bevin <gbevin@thunderstorms.org> ]
22015         
22016 Sun Oct 24 07:41:40 1999  Tim Janik  <timj@gtk.org>
22017
22018         * gtk/gtkclist.c (real_undo_selection): commented out g_print()
22019         statement upon unselection (how the heck did that slip in?).
22020
22021 Sat Oct 23 03:03:08 1999  Tim Janik  <timj@gtk.org>
22022
22023         * gtk/gtktext.c (gtk_text_freeze): 
22024         (gtk_text_thaw): undraw/draw cursor here to avoid unnecessary scrolling
22025         in frozen state (and aparently crashes). patch provided by Anders
22026         Melchiorsen <and@kampsax.dtu.dk>.
22027
22028 Sat Oct 23 02:53:20 1999  Tim Janik  <timj@gtk.org>
22029
22030         * fix insensitive default/focus widget activation,
22031         reported by Matt Goodall <mgg@isotek.co.uk>.
22032
22033         * gtk/gtkwindow.c (gtk_window_key_press_event): 
22034         (gtk_window_activate_default):
22035         (gtk_window_activate_focus):
22036         return handled=FALSE for actiavtion of insensitive default
22037         widgets. return handled=TRUE for activation of insensitive
22038         focus widgets. don't activate in either case.
22039
22040 Tue Oct 19 09:55:08 1999  Owen Taylor  <otaylor@redhat.com>
22041
22042         * gtk-config.in (lib_gtk): Switch order of @x_cflags@
22043         and $glib_cflags to match library order and in the
22044         theory that an old version of GLib is more likely to
22045         be in the include directory for X then vice-versa.
22046         (Bug #2776)
22047
22048 Tue Oct 19 09:46:49 1999  Owen Taylor  <otaylor@redhat.com>
22049
22050         * gtk/gtkrc.c (gtk_rc_init): Always use LC_CTYPE 
22051         to determine the locale for fontsets, not LC_MESSAGES;
22052         the user may want English messages with a handling
22053         for non-English languages. (LC_CTYPE=ru_RU LC_MESSAGES=fr_FR
22054         will still be broken) (Bug #2891)
22055
22056 Tue Oct 19 20:36:42 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
22057
22058         * gtk/gtkrc.ko: Fixed the wrong number of "*"'s.
22059
22060 Tue Oct 19 12:15:13 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
22061
22062         * gtk/gtkrc.ko: Changed the Korean default fontset.
22063
22064 Fri Oct  8 02:32:47 1999  Owen Taylor  <otaylor@redhat.com>
22065
22066         * gtk/gtklayout.c (gtk_layout_adjustment_changed): Fix bug
22067         where when scrolling to the left or top double exposes
22068         were done, causing major slowdowns.
22069
22070 Thu Oct  7 18:31:55 1999  Owen Taylor  <otaylor@redhat.com>
22071
22072         * gtk/gtkrc.c (gtk_rc_init): Always normalize codeset
22073         names to lowercase and alphanumeric, before looking
22074         them up.
22075
22076         * gtk/Makefile.am: Install codeset variant gtkrc files
22077         with normalized names.
22078
22079 Thu Oct  7 22:52:42 1999  Tim Janik  <timj@gtk.org>
22080
22081         * gtk/gtkitemfactory.c (gtk_item_factory_popup_with_data): even
22082         popup menus when the menu is already visible, but its parent
22083         is still hidden, (happens after tornoff window got hidden).
22084
22085 Thu Oct  7 11:09:55 1999  Owen Taylor  <otaylor@redhat.com>
22086
22087         * gtk/Makefile.am (install-data-local): Fix
22088         a typo where gtkrc.vi_VN.tcvn5712 wasn't getting
22089         deleted, causing error messages on install.
22090
22091 Thu Oct  7 11:03:06 1999  Owen Taylor  <otaylor@redhat.com>
22092
22093         * gtk/gtk[hv]paned.c (gtk_{h,v}paned_draw): Redraw
22094         the handle as well, since we now sometimes ignore
22095         exposes on the handle while resizing.
22096
22097 Wed Oct  6 18:02:31 1999  Owen Taylor  <otaylor@redhat.com>
22098
22099         * gtk/gtkrc.c (gtk_rc_append_default_pixmap_path): Fix stupid
22100         extra g_free introduced in one of the last one or two 
22101         commits.
22102
22103 Wed Oct  6 16:38:36 1999  Owen Taylor  <otaylor@redhat.com>
22104
22105         * gtk/Makefile.am gtk/gtkrc*: Make naming of gtkrc files
22106         consistent, put each style that a gtkrc.* file creates
22107         in a unique namespace, remove old files before installing.
22108
22109 Wed Oct  6 14:31:16 1999  Owen Taylor  <otaylor@redhat.com>
22110
22111         * gtk/gtkrc.c (gtk_rc_init): Avoid leaking memory when
22112         gtk_rc_init is called multiple times. (Yes, people who
22113         do that have bugs in their code.)
22114
22115 Tue Oct  5 11:36:57 PDT 1999 Manish Singh <yosh@gimp.org>
22116
22117         * gtk/Makefile.am: listing gtkrc in gtkconf_DATA seems to barf.
22118         Remove it since it's generated by the Makefile anyway
22119
22120 Tue Oct  5 02:43:41 1999  Owen Taylor  <otaylor@redhat.com>
22121
22122         * gdk/gdkinputcommon.h (gdk_input_device_new): Free
22123         device->info.axes for core pointer.
22124
22125 Thu Sep 30 13:55:25 1999  Owen Taylor  <otaylor@redhat.com>
22126
22127         * gtk/testgtk.c (destroy_idle_test): Rename idle to 
22128         idle_id, to deal with obsolete, broken C libraries.
22129
22130 Mon Sep 27 02:50:15 1999  Owen Taylor  <otaylor@redhat.com>
22131
22132         * gtk/gtkvscale.c (gtk_vscale_draw): Don't add in
22133         allocation->x/y twice!
22134
22135         * gtk/gtkhscale.c: Make usage of gtk_hscale_pos_trough()
22136         consistent with gtk_vscale_pos_trough().
22137
22138 Sun Sep 26 19:44:34 1999  Owen Taylor  <otaylor@redhat.com>
22139
22140         * gtk/gtkcontainer.c (gtk_container_queue_resize): We may
22141         be queueing a resize on a toplevel container between
22142         the time we show it and when we map it. So, we need
22143         to test GTK_WIDGET_VISIBLE() for toplevels, and only
22144         use GTK_WIDGET_DRAWABLE() for child windows.
22145
22146 Thu Sep 23 16:41:03 1999  Owen Taylor  <otaylor@redhat.com>
22147
22148         * gtk/Makefile.am (LDADDS): Add GDK_WLIBS to LDADDS 
22149         (fixes bug #2144)
22150
22151 Fri Sep 24 00:51:45 1999  Tim Janik  <timj@gtk.org>
22152
22153         * gtk/gtkcontainer.c (gtk_container_queue_resize): check for
22154         container DRAWABLE (instead of VISIBLE), so we don't queue
22155         resizes on non-toplevel containers.
22156
22157 Sun Sep 19 18:13:31 1999  Owen Taylor  <otaylor@redhat.com>
22158
22159         * gtk/gtkselection.[ch]: Make the data argument
22160         const guchar *.
22161
22162 Sat Sep 18 21:27:40 1999  Owen Taylor  <otaylor@redhat.com>
22163
22164         * gtk/gtkwindow.c: Try to behave sensibly if 
22165         the focus widget is the window itself. (Should
22166         we allow this at all?)
22167
22168 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
22169
22170         * gtk/gtkwidget.c (gtk_widget_set_sensitive): 
22171         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): 
22172         * gtk/gtknotebook.c (gtk_notebook_set_show_border): 
22173         * gtk/gtkclist.c (gtk_notebook_set_show_border): make gboolean args
22174         in prototypes and implementations consistent (Tomas Ogren).
22175
22176         * gtk/gtklayout.c (gtk_layout_remove): unset GTK_IS_OFFSCREEN flag
22177         before the widget is unparented (reported by damon).
22178
22179         * gtk/gtkdnd.c: make the cursor and icon data _unsigned_ char,
22180         since we provide unsigned data anyways.
22181
22182 Thu Sep 16 21:32:01 1999  Owen Taylor  <otaylor@redhat.com>
22183
22184         * gtk/gtktooltips.c (gtk_tooltips_set_tip): Delay
22185         the call to gtk_tooltips_layout_text() until later.
22186
22187         * gtk/gtktooltips.c (gtk_tooltips_draw_tips):
22188         Call gtk_widget_ensure_style() before using the style.
22189
22190 Wed Sep 15 02:52:19 1999  Owen Taylor  <otaylor@redhat.com>
22191
22192         * gtk/gtkwidget.c (gtk_widget_event): Added workaround
22193         for old widgets that don't propagate draws to all
22194         children. (Namely gnome-dock for gnome-libs <= 1.0.16)
22195
22196 Tue Sep 14 19:22:19 1999  Tim Janik  <timj@gtk.org>
22197
22198         * gtk/gtkwidget.c (gtk_widget_queue_resize): don't queue the parent
22199         for a redraw but just the widget that requested the resize.
22200
22201 Tue Sep 14 18:29:47 1999  Tim Janik  <timj@gtk.org>
22202
22203         * gtk/gtkcontainer.c: added new widget level method
22204         gtk_container_set_reallocate_redraws() and a GtkContainer flag
22205         reallocate_redraws : 1 to reflect the setting, exported this through
22206         the argument system as a boolean ::reallocate_redraws.
22207
22208         * gtk/gtkwidget.c (gtk_widget_size_allocate): when queueing redraws
22209         on the widget because the allocation changes, do so as well for
22210         widget->parent if the parent has reallocate_redraws set to TRUE.
22211         with that containers requesting reallocation redraws get automatically
22212         redrawn if their children changed allocation (this unfortunately
22213         affects also other children that didn't change allocation, but we
22214         cannot work around that before 1.3).
22215
22216 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
22217
22218         * gtk/gtkwidget.c (gtk_widget_idle_draw): only emit ::draw if width
22219         _and_ height are >0 (not _or_).
22220
22221         * gtk/gtktable.c (gtk_table_remove): use gtk_widget_queue_resize()
22222         instead of gtk_container_queue_resize(), which is a core gtk internal
22223         function (must have been on crack when i queued that).
22224
22225         * gtk/gtkprivate.h: added new private flag GTK_FULLDRAW_PENDING, so
22226         we can check more reliably if we want to discard expose events.
22227         * gtk/gtkwidget.c: added setting/unsetting of the GTK_FULLDRAW_PENDING
22228         flag.
22229         
22230         * gtk/gtkwidget.c (gtk_widget_event): don't discard synthesized exposes,
22231         we simply trust these events. for deciding whether to discard exposes,
22232         check GTK_FULLDRAW_PENDING instead of RESIZE_PENDING.
22233         
22234 Mon Sep 13 15:01:21 1999  Owen Taylor  <otaylor@redhat.com>
22235
22236         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
22237         queues of areas that are completely off screen.
22238
22239         * gtk/gtkwidget.c (gtk_widget_idle_draw): Fix broken
22240         logic for handleboxes.
22241
22242         * gtk/gtkwidget.c (gtk_widget_queue_draw_data): Add santity
22243         check on width/height.
22244
22245 Mon Sep 13 02:22:47 1999  Tim Janik  <timj@gtk.org>
22246
22247         * gtk/Makefile.am: backed out Raja's recent VPATH build "improvements",
22248         we are fine with using $@ the way we do (if we actually encounter
22249         brokeness with $@ in VPATH builds because of additional path prefixes,
22250         we need to use $(@F) actually).
22251
22252 Mon Sep 13 01:34:53 1999  Tim Janik  <timj@gtk.org>
22253
22254         * gtk/gtksignal.c: renamed two variables, hopefully didn't introduce
22255         short lived bugs, that would allow language bindings to do surgeries
22256         to our guts.
22257
22258 Fri Sep 10 15:22:50 1999  Owen Taylor  <otaylor@redhat.com>
22259
22260         * gtk/gtkwindow.c (gtk_window_size_allocate): Fix typo
22261         where comparison was being done against an uninitialized
22262         value causing intermittant results depending on
22263         compiler flags. Also make it clearer that we aren't
22264         ever initializing the child as 0x0 (though this will
22265         be caught in gtk_widget_size_allocate())
22266
22267 Fri Sep 10 10:06:56 1999  Owen Taylor  <otaylor@redhat.com>
22268
22269         * gtk/gtkwindow.c (gtk_window_set_transient_for): Move
22270         gtk_window_unset_transient_for() call after we do checks
22271         involving the old transient parent.
22272         [ From Lance Capser <lmc@cyberhighway.net> ]
22273
22274 1999-09-07  Raja R Harinath  <harinath@cs.umn.edu>
22275
22276         * gtk/Makefile.am (gtk.defs): Go back to using `touch' to create
22277         an empty file.
22278
22279 Mon Sep  6 00:11:56 1999  Lars Hamann  <lars@gtk.org>
22280
22281         * gtk/gtkctree.c (gtk_ctree_is_ancestor): return FALSE if node has
22282         no children. (Reported by: Chris Rogers <gandalf@pobox.com>)
22283
22284 1999-09-03  Raja R Harinath  <harinath@cs.umn.edu>
22285
22286         * gtk/Makefile.am (gen_sources): Improve VPATH builds.
22287         `$@' is valid only in the build dir, not after we've done 
22288         `cd $srcdir'.  Also use `test -f' instead of less portable
22289         `test -e'.
22290
22291 Fri Sep  3 15:59:56 1999  Owen Taylor  <otaylor@redhat.com>
22292
22293         * gtk/gtktext.c (correct_cache_insert): Rewrite
22294          for simplicity, and hopefully correctness.
22295          (Fixes bug #1322, which was a segfault when
22296           on some insertions with the properties around
22297           the insertion set up just wrong.)
22298
22299         * gtk/gtktext.c (gtk_text_adjustment): When we receive
22300          a "changed" signal, clamp the new value to the adjustment
22301          bounds to avoid segfaulting if someone tries to change
22302          the adjustment to a bogus value. (Bug #1795)
22303
22304 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
22305
22306         * gtk/gtkmain.c: Ignore unexpected destroy notifies
22307         for children, for toplevel windows handle them
22308         like delete_event.
22309
22310         * gtk/gtkplug.c: Add an unrealize handler so that
22311         we unref plug->socket_window when we are done
22312         with it.
22313
22314 Fri Sep  3 14:52:54 1999  Owen Taylor  <otaylor@redhat.com>
22315
22316         * gtk/gtktext.c (clear_area): Fix stupid signedness
22317          problem that was causing background to sometimes
22318          be misaligned.
22319
22320 Fri Sep  3 12:26:33 1999  Owen Taylor  <otaylor@redhat.com>
22321
22322         [ Fixes pointed out by Ettore Perazzoli <ettore@comm2000.it> ]
22323         
22324         * gtk/gtkmenu.c (gtk_menu_position): Make
22325          sure we never position menus with negative x, y,
22326          since gtk_widget_set_uposition() can't handle that.
22327
22328         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu):
22329          Modify the positioning code a bit so that we always
22330          put the top-left corner onscreen. (This is for
22331          UI reasons, gtk_menu_position() now takes care of
22332          gtk_widet_set_uposition() brokeness.)
22333
22334 Fri Sep  3 03:06:30 1999  Tim Janik  <timj@gtk.org>
22335
22336         * gtk/Makefile.am: fixed up things for -jx, x > 1.
22337
22338 Sun Sep  5 08:48:51 1999  Owen Taylor  <otaylor@redhat.com>
22339
22340         * gtk/gtkwidget.c (gtk_widget_modify_style): Ref the
22341           RC style that is passed in. The lack of the ref
22342           before was a bug. If people worked around this
22343           bug, this will introduce a slight memory leak
22344           in their code. The code should typically look like:
22345
22346             rc_style = gtk_rc_style_new ();
22347             [...]
22348             gtk_widget_modify_style (widget, rc_style);
22349             gtk_rc_style_unref (rc_style);
22350
22351         * gtk/gtkwidget.c (gtk_widget_modify_style): Reset
22352           the style if it was already set.
22353
22354         * gtk/gtkwidget.c (gtk_widget_set_name): Only set the
22355           style if it was set before.
22356
22357 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
22358
22359         * gtk/testgtk.c (main): Add a check to see if we
22360           are being run from the correct directory and
22361           to quit nicely if we are not.
22362
22363         * gtk/gtkrc.c (gtk_rc_slist_remove_all): Make function
22364           static.
22365
22366 Thu Sep  2 23:00:03 1999  Tim Janik  <timj@gtk.org>
22367
22368         * gtk/gtkenums.h (GtkWindowPosition): added GTK_WIN_POS_CENTER_ALWAYS.
22369
22370         * gtk/gtkwindow.c:
22371         queue resizes unconditionally (gtk_widget_queue_resize will figure
22372         what to do if the window is not realized).
22373         (gtk_window_move_resize): only recenter the window
22374         for GTK_WIN_POS_CENTER_ALWAYS.
22375         (gtk_window_compute_reposition): handle GTK_WIN_POS_CENTER_ALWAYS in
22376         the same way as GTK_WIN_POS_CENTER.
22377
22378 Thu Sep  2 22:39:27 1999  Tim Janik  <timj@gtk.org>
22379
22380         * gtk/gtkwindow.c (gtk_window_reposition): check for the last position
22381         with (!(info->last_flags & GDK_HINT_POS)) instead of
22382         (!info->last_flags & GDK_HINT_POS).
22383
22384         * gtk/gtkwindow.c (gtk_window_move_resize): constrain new_width and
22385         new_height unconditionally, because we use these values even if
22386         !default_size_changed && !hints_changed.
22387         comented the (default_size_changed || hints_changed) case with
22388         respect to resize rejects from the window manager.
22389
22390         * gtk/gtkwindow.c (gtk_window_move_resize): save info->last values
22391         in the zvt condition hack, since this includes the window hints, set
22392         the hints after the handling_resize case.
22393
22394         * gtk/gtkwindow.c (gtk_window_show): constrain the default size that a
22395         window is initially shown with to the geometry.
22396
22397 Thu Sep  2 07:38:56 1999  Tim Janik  <timj@gtk.org>
22398
22399         * gtk/gtkwindow.c (gtk_window_move_resize):
22400         s/size_changed/default_size_changed/g so i know what's
22401         really going on (frying brain on smaller flame now).
22402
22403 Thu Sep  2 05:47:47 1999  Tim Janik  <timj@gtk.org>
22404
22405         * gtk/gtkwindow.c (gtk_window_move_resize): queue a new resize if
22406         we have size_changed upon handling_resize. this is a gross
22407         workaround for the broken zvt widget and should be removed in
22408         1.3 again (search for FIXME).
22409         Owen provided an accurate comment for this:
22410
22411         /* We could be here for two reasons
22412          *  1) We coincidentally got a resize while handling
22413          *     another resize.
22414          *  2) Our computation of size_changed was completely
22415          *     screwed up, probably because one of our children
22416          *     is broken. It's probably a zvt widget.
22417          *
22418          * For 1), we could just go ahead and ask for the
22419          * new size right now, but doing that for 2)
22420          * might well be fighting the user (and can even
22421          * trigger a loop). Since we really don't want to
22422          * do that, we requeue a resize in hopes that
22423          * by the time it gets handled, the child has seen
22424          * the light and is willing to go along with the
22425          * new size. (this happens for the zvt widget, since
22426          * the size_allocate() above will have stored the
22427          * requisition corresponding to the new size in the
22428          * zvt widget)
22429          *
22430          * This doesn't buy us anything for 1), but it shouldn't
22431          * hurt us too badly, since it is what would have
22432          * happened if we had gotten the configure event before
22433          * the new size had been set.
22434          */
22435
22436 Wed Sep  1 20:46:11 1999  Owen Taylor  <otaylor@redhat.com>
22437
22438         * gtk/gtkrc.c: deal properly with the fact that RC
22439           style lists may include rc styles more than once.
22440
22441         * gtk/gtkrc.c (gtk_rc_append_pixmap_path): Removed
22442           unused static function.
22443
22444         * gtk/gtkrc.c (gtk_rc_find_pixmap_in_path): Keep a
22445           stack of directories of RC files currently being
22446           parsed and implicitely add them to pixmap path.
22447           
22448           This fixes a bug where the directory would get
22449           appended then overwritten by pixmap_path declarations.
22450
22451           (bug #1462, from Peter Wainright <prw@wainpr.demon.co.uk>)
22452
22453         * gtk/gtkthemes.c (gtk_theme_engine_unref): Call
22454           theme's exit function. (Patch from Peter Wainwright,
22455           bug #1454)
22456
22457         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy):
22458           Add a destroy() handler to take care of removing
22459           group for menu item. (Fixes bug #1197)
22460
22461         * gtk/gtkwidget.c (gtk_widget_size_request): Fixed thinko
22462           in warning message.
22463
22464 Wed Sep  1 21:27:42 1999  Tim Janik  <timj@gtk.org>
22465
22466         * gtk/gtkwindow.c (gtk_window_move_resize): don't require a server
22467         roundtrip to figure window's width and height, since we know that
22468         anyways from widget->allocation.
22469
22470 Wed Sep  1 12:37:44 1999  Owen Taylor  <otaylor@redhat.com>
22471
22472         * gtk/gtkwindow.c (gtk_window_move_resize): Compute
22473           the hints after we request the new size.
22474
22475 Wed Sep  1 10:38:37 1999  Owen Taylor  <otaylor@redhat.com>
22476
22477         * gtk/gtkwindow.c (gtk_window_compute_hints): Removed
22478           GTK_WIDGET_REALIZED() assertion - we can compute the
22479           hints before we are realized.
22480
22481         * gtk/gtkwindow.c (gtk_window_move_resize): Reorder
22482           hint changing so that we have a value of hints_changed
22483           when we decide whether to constrain the window size.
22484
22485         * gtk/gtkwindow.c (gtk_window_move_resize): Spelling fix.
22486
22487         * gtk/gtkwindow.c (gtk_window_constrain_size): cleanups,
22488         change back to G_MAXINT.
22489
22490 Wed Sep  1 06:54:59 1999  Tim Janik  <timj@gtk.org>
22491
22492         * gtk/gtkwindow.c (gtk_window_get_geometry_info): zero initialize
22493         new GtkWindowGeometryInfo, so fields like GdkGeometry geometry
22494         contain uncluttered values.
22495         (gtk_window_compute_hints): simply assert that window is realized
22496         and that geometry_info is valid, since we rely on this anyways.
22497         (gtk_window_constrain_size): major cleanups to the code.
22498         if (flags & GDK_HINT_BASE_SIZE) use geometry's base width and height
22499         for the base size, instead of the minimums. use 32767 as max width
22500         and height (like in gtkwindow.c) instead of G_MAXINT.
22501
22502 Wed Sep  1 04:41:25 1999  Tim Janik  <timj@gtk.org>
22503
22504         * cleaned up the GtkContainer.need_resize flag handling mess, we
22505         only need to force resize requests when we were prematurely
22506         realized, or our widget tree was modified when we were temporarily
22507         hidden. handling these cases directly upon showing the window (i.e.
22508         while the GdkWindow is still unmapped) avoids the need to wait for
22509         a configure event response and therefore makes the GUI more snappier
22510         and avoids blank windows during the roundtrip.
22511
22512         * gtk/gtkwidget.c:
22513         (gtk_widget_hide): 
22514         (gtk_widget_show): don't queue resizes on toplevels, they know how
22515         to deal with matters.
22516
22517         * gtk/gtkcontainer.c (gtk_container_queue_resize): set the ->need_resize
22518         flag directly for not visible resize containers and spare us unecessary
22519         signal emissions.
22520
22521         * gtk/gtkwindow.c:
22522         (gtk_window_realize): if we need to enforce premature size allocation,
22523         queue a container resize so we are correctly resized later on.
22524         (gtk_window_init):
22525         (gtk_window_size_request):
22526         don't freak around with the ->need_resize flag,
22527         gtk_container_queue_resize() will care about that.
22528         (gtk_window_show):
22529         handle initial resizing issues here, we can handle matters better in
22530         this place, especially since we know that our GdkWindow is still
22531         unmapped.
22532         (gtk_window_move_resize):
22533         don't care about ->need_resize at all.
22534         handle size changes properly that occoured while we waited for a
22535         configure event.
22536
22537 Tue Aug 31 15:58:46 1999  Owen Taylor  <otaylor@redhat.com>
22538
22539         * gtk/gtkwidget.c (gtk_widget_set_uposition):
22540         * gtk/gtkwindow.[hc] (gtk_window_reposition):
22541         Move the hint setting code from gtk_widget_set_uposition
22542         to here; set the hints so that we respect any previously
22543         set geometry hints.
22544
22545         * gtk/gtkwindow.c (gtk_window_compute_reposition): Don't
22546         change the window hints here or move the window here,
22547         let that happen in gtk_window_move_resize().
22548
22549 Tue Aug 31 06:58:52 1999  Tim Janik  <timj@gtk.org>
22550
22551         * gtk/gtkwidget.c (gtk_widget_event): when discarding exposes due
22552         to already queued resizes (and therefore redraws) on a widget, check
22553         its anchestry as well.
22554
22555         * gtk/gtkcontainer.c:
22556         (gtk_container_queue_resize): clear resize widgets for resize
22557         containers before aborting prematurely. this is especially important
22558         for toplevels which may need imemdiate processing or their resize
22559         handler to be queued.
22560         (gtk_container_dequeue_resize_handler): added new internal function for
22561         gtkwindow.c.
22562
22563         * gtk/gtkwindow.c (gtk_window_move_resize): if we are resizing due to a
22564         configure event, take possible changes in window position into account
22565         as well.
22566         if we request a new window size, queue up a resize handler that will
22567         last until the configure event response arrives.
22568         combined the ->need_resize case (initial show) with the general size
22569         (hints) changed case and added even more comments.
22570         if !auto_shrink, only revert to the old allocation if the new size
22571         is smaller than the current allocation.
22572
22573 Tue Aug 31 11:55:20 1999  Owen Taylor  <otaylor@redhat.com>
22574
22575         * gtk/gtkwindow.c (gtk_window_set_arg, gtk_window_set_policy,
22576                            gtk_window_set_geometry_hints
22577                            gtk_window_set_default_size):
22578         When hints are set, queue a resize so that the hints will
22579         be eventually reset on the toplevel.
22580
22581         * gtk/gtkwindow.c (gtk_window_show): Use
22582         gtk_window_compute_default_size(). Clear the need_resize flag
22583         on the initail map so that we don't unnecessarily trigger the
22584         resize code.
22585
22586         * gtk/gtkwindow.c (gtk_window_move_resize): Split apart
22587         into separate functions. Compare the hints we are setting
22588         with what we set last time so that we can accurately
22589         tell when we need to reset the hints.
22590
22591         * gtk/gtkwindow.c (gtk_window_compute_default_size): New
22592         function to figure out the size from requisition
22593         and default_size.
22594
22595         * gtk/gtkwindow.c (gtk_window_constrain_size): Function
22596         from fvwm to constrain a size to the geometry hints.
22597
22598         * gtk/gtkwindow.c (gtk_window_compare_hints): New function
22599         to compare two sets of geometry hints.
22600
22601         * gtk/gtkwindow.c (gtk_window_compute_hints): Renamed
22602         from gtk_window_set_hints(), just compute the hints,
22603         don't set them.
22604
22605         * gtk/gtkwindow.c (gtk_window_compute_reposition): Move
22606         code from gtk_window_move_resize() to separate function,
22607         rationalize a bit.
22608
22609 Tue Aug 31 13:05:03 1999  Owen Taylor  <otaylor@redhat.com>
22610
22611         * gtkrc.h: Move the ref_count member out of the GtkRcStyle
22612         structure into a new private structure.
22613
22614         * gtkrc.c: Split GtkRcStyle into public/private.
22615         In the private part, add a list of pointers to the
22616         RcStyle lists this RcStyle participates in.
22617
22618         * gtkrc.c: When a RcStyle is free, remove all
22619         lists referencing it from the 
22620         realized_style_ht hash, and free those lists.
22621         
22622         * gtk/gtkrc.c (gtk_rc_clear_styles): Don't call
22623         gtk_rc_init(), since that adds the default styles
22624         to the list of parsed RC files again.
22625
22626         * gtk/gtkrc.c: Use gtk_rc_style_find() consistently.
22627         
22628 Thu Aug 26 14:14:42 1999  Tim Janik  <timj@gtk.org>
22629
22630         * gtk/gtkwidget.c (gtk_widget_size_allocate): reactivated the sanity
22631         checks that ensure that a widget's allocation is at least 1 in width
22632         and height. (GNOME note: this doesn't affect old panel code anymore,
22633         because GtkSocket will request width and height of at least 1 since
22634         Fri Jul 23).
22635
22636         * gtk/gtkwindow.c (gtk_window_realize): if the widget hasn't been
22637         allocated yet (happens if the user realizes the window prematurely),
22638         size request and allocate it.
22639         (gtk_window_size_allocate): guard against guint underflows.
22640
22641 Wed Aug 25 19:01:36 1999  Lars Hamann  <lars@gtk.org>
22642
22643         * gtk/Makefile.am (gtk_built_sources): reordered stamp-gtk.defs
22644         in gtk_built_sources, so gtk.defs gets built prior to all other
22645         sources.
22646
22647 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
22648
22649         * gtk/Makefile.am:
22650         invoke indent on gtkmarshal.*. 
22651         rewrote source generation rules, use COPYING as oldest source tag for
22652         a piggyback rule to generate all sources from (don't touch it ;).
22653         major cleanups, strip spaces on build rules for GNU Make.
22654
22655         * gtk/genmarshal.pl: don't operate on hardcoded filenames but take
22656         source and target files from commandline arguments. don't invoke indent.
22657
22658 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
22659
22660         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
22661         notebook after switch to avoid drawing problems.
22662         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
22663         
22664         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
22665         show them instead. 
22666         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
22667
22668 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
22669
22670         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
22671         notebook after switch to avoid drawing problems.
22672         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
22673         
22674         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
22675         show them instead. 
22676         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
22677
22678 Wed Aug 18 09:20:10 1999  Tim Janik  <timj@gtk.org>
22679
22680         * gtk/gtkwindow.c:
22681         we use window->need_resize from configure_event now, to indicate that
22682         the gtkwindow should keep its allocation (e.g. because the user resized
22683         the window through window manager handles). resize_count is now reliably
22684         used to figure whether we got the allocation we requested from the
22685         window manager.
22686         configure events get queued as resizes now, the real stuff (size
22687         computation and allocation) now only goes on in gtk_window_move_resize().
22688         GtkWindow's requisition now contains its *real* requisition (like all
22689         other widgets), *not* taking usize into account.
22690         geometry_info->last_{width|height} is now updated from set_hints() only
22691         so it always contains the last hints we set for the window manager.
22692         made some event handlers return TRUE instead of FALSE.
22693         the overall code should be much more straight forward now, and the
22694         significant code portions are accompanied by comments now.
22695         (gtk_window_set_hints):
22696         removed requisition argument and made it
22697         fetch the requisition through gtk_widget_get_child_requisition.
22698         we also don't move the gdkwindow here anymore, gtk_window_move_resize()
22699         does that now.
22700         (gtk_window_show):
22701         ensure that the widget is realized before calling 
22702         gtk_container_check_resize() (and thus gtk_window_move_resize()), also
22703         ensure that we got properly size requested and allocated before
22704         realization.
22705         (gtk_window_configure_event):
22706         ignore plain window moves, or reallocate the widget tree through the
22707         resize queue otherwise.
22708         (gtk_window_move_resize):
22709         mostly rewrote this function to figure window manager hints more
22710         reliably, coalesce window moves and resizes to reduce configure events
22711         and do actuall size allocations.
22712
22713 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
22714
22715         * gtk/gtkwidget.c (gtk_widget_event): discard expose events for widgets
22716         that have a resize pending, because a redraw is already queued for them.
22717
22718         * gtk/gtkcontainer.c: removed ugly connect_to ::size_allocate signal
22719         hack to clear resize_widgets.
22720
22721         * gtk/gtkwidget.c (gtk_widget_size_allocate): call clear_resize_widgets
22722         for resize containers prior to size allocation. (this is also a bit
22723         ugly, but avoids side effects for stopped emissions and is thus more
22724         reliable).
22725         (gtk_widget_unparent): removed disconnect call for clear_resize_widgets.
22726
22727         * gtk/gtktooltips.c (gtk_tooltips_paint_window): renamed this
22728         function from gtk_tooltips_expose, as we connect to ::expose_event
22729         *and* ::draw now.
22730
22731 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
22732
22733         * gtk/gtkselection.c (gtk_target_list_ref): Added missing sanity
22734         checks.
22735         (gtk_target_list_unref): Likewise.
22736
22737         * gtk/gtkthemes.c (gtk_theme_engine_unref): Likewise.
22738
22739 Tue Aug 17 15:47:07 1999  Owen Taylor  <otaylor@redhat.com>
22740
22741         * gtk/gtkcolorsel.c (gtk_color_selection_draw_value_bar):
22742         guard against division by zero. (Fixes bug #1339)
22743
22744 Tue Aug 17 10:56:49 1999  Owen Taylor  <otaylor@redhat.com>
22745
22746         * gtk/gtkentry.c (gtk_move_{forward,backward}_word): 
22747         Prevent the trivial leak of information of allowing
22748         word motion when the entry is not visible.
22749
22750 Tue Aug 17 10:28:52 1999  Owen Taylor  <otaylor@redhat.com>
22751
22752         * gtk/gtkfilesel.c (gtk_file_selection_fileop_error): Propagate
22753         modality to error dialog as well as confirmation dialogs.
22754         (Bug #1803, reported by Rosanna Wing Sze Yuen)
22755
22756 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
22757
22758         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): Honor
22759         tree->view_lines.
22760         (gtk-guy-990611-3.patch: Guy Harris <guy@netapp.com>)
22761
22762         * gtk/Makefile.am (install-data-local): Solaris apparently
22763         has various troubles with ln -f; use rm first instead.
22764         (gtk-guy-990611-2.patch: Guy Harris <guy@netapp.com>)
22765
22766 1999-07-30  Raja R Harinath  <harinath@cs.umn.edu>
22767
22768         * gtk/Makefile.am (stamp-m): Don't `mv' from builddir to srcdir,
22769         use `cp' followed by `rm' (the `rm' was already there).
22770
22771 July 30, 1999 Elliot Lee <sopwith@redhat.com>
22772         
22773         * configure.in: Fix autoconf warnings about cross compilation by
22774         trying to provide sane defaults for AC_TRY_RUN.
22775         * gtk/Makefile.am: If we refer to gtkmarshal.[ch] in $(srcdir),
22776         put them into $(srcdir) when generated. Also add a dependency of
22777         gtksignal.h on gtkmarshal.h for -j builds. 
22778         * gtk/gtk(dnd,style,gamma).c: Minor warning fixes.
22779
22780 Wed Jul 28 09:29:19 1999  Owen Taylor  <otaylor@redhat.com>
22781
22782         * gtk/gtkmain.c (gtk_main_iteration_do): Added missing
22783         GDK_THREADS_{LEAVE,ENTER} pair.
22784         (From Paul Fisher <pnfisher@redhat.com>)
22785
22786 Fri Jul 23 01:00:15 1999  Tim Janik  <timj@gtk.org>
22787
22788         * gtk/gtksocket.c (gtk_socket_size_request): asure that the requested
22789         width and height are always >0 (owen).
22790
22791 Fri Jul 23 00:00:47 1999  Tim Janik  <timj@gtk.org>
22792
22793         * gtk/gtkwidget.c (gtk_widget_size_allocate): backed out my recent
22794         change that assured that a widget's allocated with and height are
22795         always >1, since this breaks *buggy* panel code. unfortunately this
22796         back-breaks the gimp's color selector.
22797
22798         * gtk/gtkdrawingarea.c (gtk_drawing_area_size_allocate): asure that our
22799         allocation is always >0 in width and height, before sending the
22800         configure event; this is a *gross* hack to get the gimp back to work.
22801         
22802         * marked both cases with TODO-1.3
22803
22804 Wed Jul 21 15:47:39 1999  Owen Taylor  <otaylor@redhat.com>
22805
22806         * gtk/gtktext.c: Don't display wrap indicators when
22807         text is not editable and word wrap is on.
22808
22809 Wed Jul 21 08:21:40 1999  Tim Janik  <timj@gtk.org>
22810
22811         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): special case
22812         option menus here as they are not derived from menu shell, assure that
22813         the option menu has a menu we can add items to.
22814
22815 Tue Jul 20 23:29:48 1999  Tim Janik  <timj@gtk.org>
22816
22817         * gtk/gtknotebook.c (gtk_notebook_page_allocate): convert allocation->
22818         width/height to (gint) before calculations and check against < 0 to
22819         avoid guint wraparounds.
22820
22821 Sun Jul 18 00:35:49 1999  Tim Janik  <timj@gtk.org>
22822
22823         * gtk/gtkwidget.c (gtk_widget_size_allocate): ensure that the allocated
22824         width and height is never zero. sanity check both dimensions against
22825         32767 and issue a warning if the allocation is greater than that.
22826
22827 Wed Jul  7 15:03:30 1999  Owen Taylor  <otaylor@redhat.com>
22828
22829         * gtk/gtkmain.c (gtk_events_pending): Unlock around call
22830         to g_main_pending() as well.
22831
22832 Wed Jul  7 14:59:01 1999  Owen Taylor  <otaylor@redhat.com>
22833
22834         * gtk/gtkmain.c (gtk_main_iteration): Unlock around
22835         call to g_main_iteration() - since that will regrab
22836         GTK+ lock to process events.
22837
22838 Thu Jul  1 15:01:55 1999  Owen Taylor  <otaylor@redhat.com>
22839
22840         * gtk/gtkwindow.c
22841         - Regularize with the rest of GTK+ by making widget->requisition
22842           not reflect the set_usize()
22843         - Always recompute geometry hints, then check if they
22844           changed before sending them to the X server. The
22845           previous checks for changes would fail in a number
22846           of circumstances. 
22847
22848 Thu Jul  1 11:55:59 1999  Owen Taylor  <otaylor@redhat.com>
22849
22850         * gtk/gtkstyle.c: Include <stdlib.h> for strcmp().
22851
22852 Wed Jun 30 19:26:36 1999  Owen Taylor  <otaylor@redhat.com>
22853
22854         * gtk/gtkdnd.c:
22855         - Code cleanups
22856         - Instantaneously update on modifier key presses
22857         - Allow cancellation of the drag with Escape.
22858
22859 Tue Jun 29 17:04:09 1999  Owen Taylor  <otaylor@redhat.com>
22860
22861         * gtk/testgtk.c (create_handle_box): Set the policy
22862         to auto_shrink - otherwise the appearance is rather
22863         strange when flipping between horizontal and vertical.
22864
22865 Mon Jun 28 09:29:52 1999  Tim Janik  <timj@gtk.org>
22866
22867         * gtk/gtkwindow.c: add ::default_width and ::default_height arguments.
22868         (gtk_window_set_default_size): don't change a value if it's < 0.
22869         queue a resize.
22870
22871 Sun Jun 27 11:00:33 1999  Tim Janik  <timj@gtk.org>
22872
22873         * gtk/gtktext.c (gtk_text_insert): don't segfault on NULL inserts.
22874
22875 Mon Jun 28 12:08:25 1999  Owen Taylor  <otaylor@redhat.com>
22876
22877         * gtk/gtkfilesel.c (cmpl_completion_fullname): Don't
22878         add an extra "/" when concating "/" + filename.
22879         (From Matt Grossman <mattg@oz.net>)
22880
22881 Mon Jun 28 10:57:12 1999  Owen Taylor  <otaylor@redhat.com>
22882
22883         * gtk/gtkctree.c (draw_cell_pixmap): Reset clip mask
22884         for fg_gc if we set it for drawing pixmap.
22885
22886 Tue Jun 15 12:45:12 1999  Owen Taylor  <otaylor@redhat.com>
22887
22888         Fixes from Peter Wainwright <prw@wainpr.demon.co.uk>
22889         
22890         * gtk/gtkrc.c (gtk_rc_parse_engine): If rc_style->engine is
22891         already set, call old engine's destroy function and
22892         unref the old engine.
22893
22894 Thu Jun 10 17:59:38 1999  Tim Janik  <timj@gtk.org>
22895
22896         * gtk/gtkdrawingarea.c (gtk_drawing_area_size): queue a resize.
22897
22898 Wed Jun  9 15:13:16 1999  Tim Janik  <timj@gtk.org>
22899
22900         * gtk/gtkaccelgroup.h: mark certain functions as internal.
22901
22902 Wed Jun  9 13:48:28 1999  Tim Janik  <timj@gtk.org>
22903
22904         * gtk/gtkpreview.c (gtk_preview_set_expand): queue a resize if the
22905         expand behaviour changed.
22906
22907         * gtk/gtklabel.c (gtk_label_set_pattern):
22908         (gtk_label_set_justify):
22909         (gtk_label_set_line_wrap):
22910         don't bother invoking queue_clear, the reallocation does
22911         that for us, always free_words so the upcoming resize will
22912         relayout the label's contents.
22913
22914 Wed Jun  9 12:50:48 1999  Tim Janik  <timj@gtk.org>
22915
22916         * applied argument implementation patches from Elena Devdariani
22917         <elena@cogent.ca>.
22918
22919         * gtk/gtktoolbar.c: ::orientation, ::toolbar_style, ::space_size,
22920         ::space_style, ::relief
22921         * gtk/gtkruler.c: ::lower, ::upper, ::position, ::max_size
22922         * gtk/gtkpreview.c: ::expand
22923         * gtk/gtkpaned.c: ::handle_size, ::gutter_size
22924         * gtk/gtknotebook.c: ::homogeneous
22925         * gtk/gtklabel.c: ::wrap
22926         * gtk/gtklist.c: ::selection_mode
22927         * gtk/gtkhandlebox.c: ::handle_position, ::snap_edge
22928         * gtk/gtkcurve.c: ::curve_type, ::min_x, ::max_x, ::min_y, ::max_y
22929         * gtk/gtkcolorsel.c: ::update_policy, ::use_opacity
22930         * gtk/gtkclist.c: ::sort_type
22931         * gtk/gtkcheckmenuitem.c: ::active, ::show_toggle
22932         * gtk/gtkaspectframe.c: ::xalign, ::yalign, ::ratio, ::obey_child
22933
22934 Tue Jun  1 23:38:38 1999  Owen Taylor  <otaylor@redhat.com>
22935
22936         * gtk/gtkstyle.c: Removed ill-thought-out part of last
22937         comment.
22938
22939 Tue Jun  1 23:30:09 1999  Owen Taylor  <otaylor@redhat.com>
22940
22941         * gtk/gtkstyle.c (gtk_style_attach): Get the reference
22942         counting right when we have to attach a new style
22943         for a different visual. (Chi-Deok Hwang <cdhwang@sr.hei.co.kr>)
22944
22945         * gtk/gtkstyle.c: Documented the refcounting
22946         peculularities of gtk_style_attach.
22947
22948 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
22949
22950         * gtk/gtkwindow.c (gtk_window_new): added return if fail for invalid
22951         window types.
22952
22953         * examples/packer/pack.c (main): use GTK_WINDOW_TOPLEVEL instead
22954         of GTK_TOPLEVEL for creating the window.
22955
22956 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
22957
22958         * gtk/gtkmain.c (gtk_init_check): don't segfault when --gtk-module is
22959         the last argument (reported by Per Winkvist).
22960         
22961 Tue May 25 13:13:12 1999  Owen Taylor  <otaylor@redhat.com>
22962
22963         Fixes for invisible XOR lines (Frank Loemker
22964         <floemker@TechFak.Uni-Bielefeld.DE>)
22965         
22966         * gtk/gtkclist.c (gtk_clist_realize): Always use
22967         a non-zero pixel for GDK_XOR.
22968
22969         * gtk/gtkvpaned.c gtk/gtkhpaned.c: 
22970         Use GDK_INVERT instead of GDK_XOR.
22971
22972 Wed May 12 21:56:40 1999  Lars Hamann  <lars@gtk.org>
22973
22974         * gtk/gtkclist.c (adjust_adjustments): signal emit value_changed
22975         signals if h/voffsets differ from adjustment values.
22976         Reportet by Jerome Bolliet <bolliet@in2p3.fr>
22977
22978 Mon May 10 04:20:41 1999  Tim Janik  <timj@gtk.org>
22979
22980         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): propagate
22981         ::selection-done emissions up to the topmost menu shell.
22982
22983 Fri May  7 10:15:14 1999  Owen Taylor  <otaylor@redhat.com>
22984
22985         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): Unset
22986         the user data on the window before destroying it.
22987
22988         * gtk/gtknotebook.c (gtk_notebook_unrealize): Add an
22989         unrealize handler to take care of destroying 
22990         notebook->panel properly. 
22991         (Bug #1198 - Morten Welinder <terra@diku.dk>)
22992
22993         * gtk/gtktext.c (expand_scratch_buffer): Fix reversal
22994         of g_new and g_realloc to stop memory leak. (Actually,
22995         we could just use g_realloc(), but I'm not 100% sure
22996         that is portable).
22997         (Bug #1196 - Morten Welinder <terra@diku.dk>)
22998
22999 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
23000
23001         * gtk/gtkplug.h: Removed stray GtkPlugButton declaration.
23002
23003         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
23004         for fontsets.
23005
23006         * gtk/gtkbutton.c (gtkbutton_expose): Fix warning
23007         with bin/button confusion.
23008
23009 Thu May  6 04:53:26 1999  Tim Janik  <timj@gtk.org>
23010
23011         * gtk/testgtk.c: in the ItemFactory test, link radio items together,
23012         and show how preselection of radio items is done.
23013
23014 Sun May  2 13:31:14 1999  Tim Janik  <timj@gtk.org>
23015
23016         * gtk/gtktreeitem.c (gtk_tree_item_set_subtree): 
23017         * gtk/gtktree.c (gtk_tree_add) (gtk_tree_insert):
23018         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): 
23019         * gtk/gtkpaned.c (gtk_paned_pack2) (gtk_paned_pack1):
23020         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_add): 
23021         * gtk/gtktable.c (gtk_table_attach): 
23022         * gtk/gtklist.c (gtk_list_insert_items): 
23023         * gtk/gtkmenushell.c (gtk_menu_shell_insert): 
23024         * gtk/gtknotebook.c (gtk_notebook_insert_page_menu): 
23025         * gtk/gtkpacker.c (gtk_packer_add_defaults) (gtk_packer_add): 
23026         * gtk/gtkbin.c (gtk_bin_add): 
23027         * gtk/gtkbox.c (gtk_box_pack_start) (gtk_box_pack_end): 
23028         * gtk/gtkfixed.c (gtk_fixed_put): 
23029         * gtk/gtklayout.c (gtk_layout_put):
23030         general fixups to container_add logic. always realize child if
23031         child->parent is realized, only map the child and queue a resize
23032         if child and child->parent are both visible.
23033
23034 Fri Apr 30 09:02:28 1999  Tim Janik  <timj@gtk.org>
23035
23036         * gtk/gtkwidget.c (gtk_widget_real_unrealize): use gtk_container_forall
23037         instead of gtk_container_foreach to walk and unrealize children, so
23038         composite children get also unrealized.
23039         (gtk_widget_real_show): don't call gtk_widget_map() if we don't need to.
23040         (gtk_widget_map): assert that the widget is visible (basic constrain).
23041         (gtk_widget_real_map): assert that the widget is realized (basic
23042         constrain).
23043
23044 Fri Apr 29 00:53:20 1999  Tim Janik  <timj@gtk.org>
23045
23046         * gtk/gtkbindings.c (gtk_pattern_spec_init): plugged a memory leak.
23047
23048 Tue May  4 09:32:08 1999  Owen Taylor  <otaylor@redhat.com>
23049
23050         * gtk/Makefile.am gtk/gtkrc.iso-8859-2: Add a gtkrc
23051         file for iso-8859-2 locales.
23052
23053         * configure.in (ALL_LINGUAS): ALL_LINGUAS update.
23054
23055 Tue Apr 27 16:38:32 1999  Owen Taylor  <otaylor@redhat.com>
23056
23057         * gtk/Makefile.am: Fix typo of static_sources for static_SOURCES.
23058          (Pointed out by andy@rz.uni-karlsruhe.de and others).
23059          Remove some suspicious and useless lines. 
23060
23061 Tue May  4 08:44:08 1999  Owen Taylor  <otaylor@redhat.com>
23062
23063         * gtk/gtkclist.c (gtk_clist_draw, draw_rows): Use 
23064         width,height = 0, 0 to mean - here to edge of window,
23065         instead of -1, -1, since the former is all we support.
23066
23067 Tue May  4 08:34:43 1999  Owen Taylor  <otaylor@redhat.com>
23068
23069         * gtk/gtkmain.c (gtk_main): Correctly free list nodes
23070         when removing from quit_functions list.
23071
23072 Tue Apr 27 14:17:16 1999  Tim Janik  <timj@gtk.org>
23073
23074         * gtk/gtkpacker.c (gtk_packer_size_request): remove unused variable.
23075
23076 Tue Apr 27 18:23:35 1999  Owen Taylor  <otaylor@redhat.com>
23077
23078         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): 
23079          When redrawing characters on non-visible entry, use appropriate
23080          '*' character. (Bug #1130 - Jean-Marc Jacquet <jm@littleigloo.org>)
23081
23082 Tue Apr 27 01:31:40 1999  Lars Hamann  <lars@gtk.org>
23083
23084         * gtk/gtkclist.c (drag_dest_cell): compute destination cell
23085         from drag coordinates.
23086         (gtk_clist_drag_data_received) (gtk_clist_drag_motion):
23087         use drag_dest_cell.
23088
23089         * gtk/gtktree (drag_dest_cell)
23090         (gtk_ctree_drag_data_received) (gtk_ctree_drag_motion): likewise.
23091         (Bug #1129)
23092
23093 Wed Apr 21 21:26:11 1999  Tim Janik  <timj@gtk.org>
23094
23095         * gtk/gtkitemfactory.c (gtk_item_factory_init): properly initialize
23096         translate_* fields.
23097         (gtk_item_factory_finalize): invoke translate_notify independant from
23098         translate_data.
23099         (gtk_item_factory_set_translate_func): likewise.
23100         (gtk_item_factory_destroy): only remove ifactory pointer from those
23101         widgets that belong to us (stupid me).
23102
23103 Mon Apr 19 12:05:31 1999  Owen Taylor  <otaylor@redhat.com>
23104
23105         * gtk/gtkrc.c (gtk_rc_style_init): Fixed leak of
23106         rc_style list when lookup succeeeds.
23107
23108 Thu Apr 15 01:11:24 1999  Lars Hamann  <lars@gtk.org>
23109
23110         * gtk/gtkctree.c (resync_selection): 
23111         * gtk/gtkclist.c (resync_selection): fixed undo_selection bug.
23112         * gtk/gtkclist.c (gtk_clist_button_release): fixed resync_selection
23113         bug.
23114
23115 Fri Apr  9 19:22:19 1999  Owen Taylor  <otaylor@redhat.com>
23116
23117         * gtk/gtkcolorsel.c gtk/gtkdnd.c gtk/gtkmenuitem.c:
23118         Add some missing GDK_THREADS_ENTER()/LEAVE around
23119         timeouts. (Patches from Sebastian Wilhelmi <wilhelmi@ira.uka.de>)
23120
23121 Thu Apr  8 20:10:33 1999  Tim Janik  <timj@gtk.org>
23122
23123         * gtk/gtkentry.c (gtk_entry_key_press): use gtk_widget_activate()
23124         rather than emit_by_name.
23125
23126         * gtk/gtkeditable.c (gtk_editable_insert_text): keep a reference
23127         on the widget across multiple signal emissions.
23128         (gtk_editable_delete_text): same here.
23129         (gtk_editable_class_init): set widget_class->activate_signal after
23130         editable_signals[ACTIVATE] has been created.
23131
23132 Wed Apr  7 22:59:47 1999  Owen Taylor  <otaylor@redhat.com>
23133
23134         * gtk/gtkpaned.c (gtk_paned_set_position): Don't clamp
23135         position here prematurely -- we might not have the
23136         right ->min_position and ->max_position yet.
23137
23138 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
23139
23140         * gtk/gtkselection.c gdk/gdkselection.c: (gtk_selection_request):
23141         Add error traps so if the other end of the connection
23142         dies, we survive.
23143
23144         * gtk/gtkselection.c (gtk_selection_notify): Clean
23145         up properly when selection property retrieval fails.
23146         
23147         * gtk/gtkselection.c (gtk_selection_request): Correctly
23148         reject SelectionRequest notifies where the handler
23149         returns no data.
23150
23151 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
23152
23153         * gtk/gtkdnd.c (gtk_drag_dest_leave): Only unhighlight
23154         when we've previously highlighted.
23155
23156         * gtk/gtkdnd.c (gtk_drag_dest_handle_event): Don't
23157         emit two "drag_leave" signals for Motif drops.
23158
23159         * gtk/gtkdnd.c (gtk_drag_source_handle_event): Send
23160         back the correct status messages when dropping from
23161         Motif onto a proxy window that is rejecting the
23162         drop.
23163
23164 Sat Mar 27 23:32:13 1999  Tim Janik  <timj@gtk.org>
23165
23166         * gtk/gtkarg.[hc]: added functions from GLE, gtk_arg_reset() to free
23167         the value and reset type to GTK_TYPE_INVALID, and gtk_arg_values_equal()
23168         to compare two argument values. added gtk_arg_to_valueloc() to set a
23169         variable from an arg through its location (pointer).
23170
23171         * gtk/gtkobject.[hc]: implemented gtk_object_get() in terms of
23172         gtk_object_arg_get() and gtk_arg_to_valueloc(), floats are collected
23173         as gfloat*, uchars are collected as guchar*, ints are collected as
23174         gint*, etc...
23175
23176 Mon Mar 29 17:45:47 1999  Owen Taylor  <otaylor@redhat.com>
23177
23178         * gtk/gtkaccelgroup.c gtk/gtkgtkbindings.c:
23179         Include <string.h> instead of <strings.h>.
23180
23181         * gtk/gtkstyle.c: Fix double include of gtkthemes.h
23182         (actually, a lot more duplicate includes occur if
23183          you trace through the sequence of #include's)
23184         gtk-jbb-990320-0: John Bley, jbb6@acpub.duke.edu
23185         
23186 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
23187
23188         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
23189         gtk-a-higuti-990322-[0-3]
23190
23191         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
23192         that was causing -DX_LOCALE not to work.
23193
23194         * gtk/gtkrc.c (gtk_rc_init):
23195         X_LOCALE will never have LC_MESSAGES defined
23196
23197 Thu Mar 25 12:38:31 1999  Tim Janik  <timj@gtk.org>
23198
23199         * gtk/gtkrc.c (gtk_rc_append_default_module_path): get $HOME from
23200         g_get_home_dir() (gtk-pmc-990123-0.patch.gz).
23201
23202         * gtk/gtkwindow.c (gtk_window_key_press_event): feature keypad up/down/
23203         left/right as well (gtk-michael-980726-0.patch.gz).
23204
23205         * gtk/gtklabel.[hc]: bunch of miscellaneous cleanups, such as s/0/NULL/
23206         for pointer values, use gchar instead of char. fixed uline allocation
23207         leaks, changed the allocation pattern so we use G_ALLOC_AND_FREE mem
23208         chunks instead of G_ALLOC_ONLY.
23209         (gtk_label_size_request): always alter requisition as passed and leave
23210         widget->requisition alone.
23211         (gtk_label_set_text): allow NULL strings.
23212         (gtk_label_new): likewise.
23213
23214 Wed Mar 24 09:24:03 1999  Tim Janik  <timj@gtk.org>
23215
23216         * gtk/gtkdrawingarea.[hc]: type/macro fixups.
23217
23218 Mon Mar 22 05:51:34 1999  Tim Janik  <timj@gtk.org>
23219
23220         * gtk/gtkbin.c (gtk_bin_draw): only redraw children that are visible
23221         *and* mapped (i.e. drawable).
23222         (gtk_bin_expose): only send exposes to drawable children.
23223
23224         * gtk/gtkbox.c (gtk_box_draw): only redraw children that are drawable.
23225         (gtk_box_expose): only send exposes to drawable children.
23226
23227         * gtk/gtkhscale.c (gtk_hscale_draw): 
23228         * gtk/gtkvscale.c (gtk_vscale_draw):
23229         hm, this is an ugly one. we first compute the size of our trough area
23230         here (window relative) and then check intersection with the draw_area
23231         which is parent relative because we're a NO_WINDOW widget, so we need
23232         to offset the trough area by allocation.x and allocation.y before the
23233         check. (this must not be done for the background area though, since
23234         that's already computed parent relative).
23235
23236 Mon Mar 22 00:41:39 1999  Lars Hamann  <lars@gtk.org>
23237
23238         * gtk/gtkclist.c (gtk_clist_unrealize): unmap clist if neccessary,
23239         unrealize title buttons.
23240
23241 Fri Mar 19 00:00:22 1999  Lars Hamann  <lars@gtk.org>
23242
23243         * gtk/gtkclist.c (gtk_clist_column_title_passive)
23244         (gtk_clist_column_title_active): 
23245         only connect/disconnect to GtkWidgetClass::event to block mouse events.
23246
23247         * gtk/gtkclist.c (vertical_timeout) (horizontal_timeout): 
23248         zero initialize event, removed superfluous gdk_window_get_pointer call
23249
23250         * gtk/gtklist.c (gtk_list_vertical_timeout)
23251         (gtk_list_horizontal_timeout): removed superfluous
23252         gdk_window_get_pointer call
23253
23254 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
23255
23256         * plugging problems reported by "Bruce Mitchener, Jr."
23257         <bruce@puremagic.com> due to a purify session.
23258
23259         * gtk/gtkstyle.c:
23260         (gtk_style_ref): 
23261         (gtk_style_unref): assert ref_count to be > 0.
23262
23263         * gtk/gtkclist.c (gtk_clist_set_cell_style): { 0 } initilaize
23264         the requisition.
23265         (gtk_clist_set_shift): likewise.
23266
23267         * gtk/gtklayout.c: introduce gtk_layout_finalize() to unref the
23268         adjustments.
23269
23270         * gtk/gtklist.c (gtk_list_horizontal_timeout): zero initialize the
23271         event before sending it and set send_event to TRUE (which needs to
23272         be done for *all* synthesized events).
23273         (gtk_list_vertical_timeout): likewise.
23274
23275         * gtk/gtktipsquery.c (gtk_tips_query_destroy): plug small memory
23276         leaks.
23277
23278         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set send_event
23279         to TRUE when synthesizing events.
23280
23281 [ *** end of merges from 1.2 *** ]      
23282         
23283 1999-11-21  Tor Lillqvist  <tml@iki.fi>
23284
23285         * gdk/gdkconfig.h: Remove, as this is a file generated by configure
23286         (or copied from gdkconfig.h.win32 on Win32, sigh).
23287
23288         * gdk/gdkprivate.h: Mark gdk_parent_root for export from DLL.
23289
23290         * gdk/gdk.c (gdk_keyval_convert_case): Fix typo.
23291
23292         * gdk/gdkgc.c (gdk_gc_alloc): Remove duplicated line.
23293
23294         * gdk/gdkconfig.h.win32: New file.
23295
23296         * gdk/win32/makefile.cygwin: Build just a static archive here.
23297
23298         * gdk/makefile.cygwin: New file. Get the win32-specific stuff
23299         for the DLL from the static archive built above.
23300
23301         * gdk/gdk.def: Moved here from the win32 subdirectory.
23302
23303         * gdk/win32/*: Adapt for the changed private struct organisation.
23304
23305         * gtk/makefile.{cygwin,msc}: Get gdk library from ../gdk now.
23306
23307 Sun Nov 21 16:44:35 1999  Stefan Jeske  <stefan@gtk.org>
23308
23309         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): Added support 
23310         for wheel mice (buttons 4 and 5).
23311
23312 1999-11-18  Tor Lillqvist  <tml@iki.fi>
23313
23314         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Also for truecolor
23315         drawables use just the pixel field in the foreground and
23316         background GdkColor of the GdkGC.
23317
23318         gdk_gc_set_{fore,back}ground() are called in the GIMP with
23319         GdkColors containing uninitialized (red,green,blue) fields, and
23320         just the pixel field filled in, and furthermore in the
23321         visual-dependent format as returned by gdk_rgb_xpixel_from_rgb().
23322         It thus turns out that we really don't need to have the full
23323         GdkColor for fg and bg in GdkGCWin32Data after all. Will change
23324         it later to have just the pixel values.
23325
23326 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
23327
23328         * docs/gtkfaq.sgml: s/gtk_main_iteration/g_main_iteration/
23329
23330 Sat Nov 13 22:30:29 GMT 1999 Tony Gale  <gale@gtk.org>
23331
23332         * docs/gtkfaq.sgml: threads example from Erik Mouw.
23333         New question on GtkLabel background colors.
23334
23335         * docs/gtk_tut.sgml:
23336           - Correct the example code callback
23337             function definitions.
23338           - Update the gtkdial example code, from Frans van Schaik.
23339           - Update setselection.c to current API.
23340
23341         * examples/Makefile examples/*/*.c: Update to code
23342         listed in tutorial.
23343
23344 1999-11-10  Tor Lillqvist  <tml@iki.fi>
23345
23346         * gdk/win32/gdkfont-win32.c: Fix a couple of bugs. The Unicode
23347         subrange table (from the "Developing International Software for
23348         WIndows 95 and Windows NT" book) was missing the Hangul syllable
23349         block... Get the loaded font's charset correctly.
23350
23351         (Note that this, and the other *-win32.c files, still really are
23352         the old ones, the win32 subdirectory is not ready for compilation
23353         yet after the reorg.)
23354
23355 Wed Nov 10 17:26:49 GMT 1999 Tony Gale  <gale@gtk.org>
23356
23357         * gtk/gtkclist.c: Fix off-by-one bug in parameter
23358         check.
23359
23360 Wed Nov 10 12:12:03 1999  Owen Taylor  <otaylor@redhat.com>
23361
23362         * gdk/x11/gdkinput-{x11,xfree}.c: Call XFreeDeviceState()
23363         on results of XQueryDeviceState().
23364
23365 Mon Nov  8 16:40:43 1999  Owen Taylor  <otaylor@redhat.com>
23366
23367         * gtk/gtkwidget.c: Substitute gdkx.h => gdkprivate.h since
23368         we need to accesss only ->children. We need an accessor
23369         for the children.
23370
23371         * gtk/gtkhandlebox.c gtk/testgtk.c: Substitute G
23372         DK_ROOT_PARENT() => NULL, in call to gtk_window_get_pointer()
23373         to get rid of gdkx.h include.
23374         
23375         * gtk/gtkctree.c: Get rid of #include <gdk/gdkx.h>
23376         and random references to 'None'.
23377
23378         * gtk/gtkclist.c gtk/gtkeditable.c gtk/gtkpreview.c
23379         Get rid of unused #include <gdk/gdkx.h>
23380
23381         * gtk/gtkrc.c gtk/gtkmain.c: Get rid of #include <gdk/gdkx.h>
23382         gdkx.h is _X_ specific stuff. GDK_WINDOWING comes from
23383         gdkconfig.h.
23384
23385 1999-11-08  Tor Lillqvist  <tml@iki.fi>
23386
23387         * gdk/win32/gdkdraw.c
23388         * gdk/win32/gdkfont.c
23389         * gdk/win32/gdkgc.c: Various minor cleanups and bugfixes
23390         following yesterday's changes. (Unrelated to Owen's reorg.)
23391
23392 Mon Nov  8 16:18:25 1999  Owen Taylor  <otaylor@redhat.com>
23393
23394         * gdk/x11/gdkinput-gxi.c: Add missing include,
23395           fix GdkWindowPrivate => GdkDrawablePrivate.
23396
23397         * gdk/x11/gdkinputprivate.h: include <X11/Xlib.h>.
23398
23399         * gdk/x11/Makefile.am (xinput_sources): Add missing
23400         backslash to fix building with --with-xinput=none
23401
23402 Mon Nov  8 14:47:04 1999  Owen Taylor  <otaylor@redhat.com>
23403
23404         Move all X specific code into the x11/ directory.
23405         Aside from shuffling things around, did the following:
23406
23407        * gdk/gdkprivate.h gdk/gdk.h gdk/x11/gdkmain-x11.h: Add
23408          gdk_arg_context_* - a simple argument parsing system
23409          in the style of popt.
23410
23411        * gdk/gdkdrawable.[ch] gdk/gdkprivate.h gdk/gdkwindow.[ch]
23412          gdk/x11/gdkprivate-x11.h:
23413          Remove X specific stuff from GdkDrawable and GdkWindowPrivate - 
23414          add ->klass and ->klass_data fields. The klass_data
23415          field points to an auxilliary structure that is
23416          windowing system dependent.
23417
23418        * gdk/gdkfont.c: Make most of the measurement functions
23419          simply wrappers around gdk_text_extents().
23420
23421        * gdk/gdkfont.c gdk/gdkprivate.h gdk/x11/gdkfont-x11.c: Add a 
23422          _gdk_font_strlen() function that hides the weird
23423          behavior in gtk+-1.[02] where a string is interpreted
23424          differently for 8-bit and 16-bit fonts.
23425
23426        * gdk/gdkevents.c: Add a new function gdk_event_button_generate()
23427          to store common code for synthesizing double/triple
23428          press events.
23429         
23430        * gdk/gdkgc.[ch]: Virtualize in the same way as gdkdrawable.h.
23431          Make all the function that modify an existing GC
23432          simply wrappers around gdk_gc_set_values().
23433          
23434        * gdk/gdkcc.[ch]: Moved into x11/ directory in preparation
23435          for throwing out later.
23436
23437        * gdk/gdkfont.c gdk/gdkimage.c gdk/gdkcolor.c: Change GdkFontPrivate,
23438          GdkImagePrivate and GdkColormapPrivate to have a
23439          windowing system dependent part (GdkFontPrivateX etc.)
23440          that "derives" from the system-independent part.
23441
23442        * configure.in gdk/x11/Makefile.in gdk/x11/gdkinput*.c:
23443          Got rid of the included-source-files for XInput in
23444          favor of automake conditionals. (Which didn't exist
23445          when XInput support was originally added.)
23446
23447        * gdk/gdkrgb.c: Remove the visual id from the debugging
23448          statements since that is X11 specific; print out
23449          type/depth info instead.
23450          
23451
23452 Wed Nov  3 18:14:49 1999  Owen Taylor  <otaylor@redhat.com>
23453
23454         * gdk/x11/gdkfont-x11.c (gdk_font_load): Ref fonts when
23455         loading duplicates of hashed fonts.
23456
23457         * gdk/gdk.c (gdk_keysym_convert_case): rename
23458         gdk_XConvertCase to gdk_keysym_convert_case, allow
23459         results to be NULL in the GTK+ style.
23460
23461         * gdk/gdkcompat.h: Started compatibility header
23462         for renames.
23463
23464 1999-11-07  Tor Lillqvist  <tml@iki.fi>
23465
23466         * gdk/win32/gdkprivate.h: New font private structures, related to
23467         fontsets.
23468
23469         * gdk/win32/gdkfont.c: New functions gdk_font_list_new() and
23470         gdk_font_list_free(). On X11, will just be wrappers to
23471         XListFonts() and XFreeFontNames(). On Win32, the code previously
23472         in gtkfontsel.c is now here.
23473
23474         New function gdk_font_xlfd_create(). On X11 will get the FONT
23475         property of the font (for GDK_FONT_FONTs), or call
23476         XBaseFontNameListOfFontSet (for GDK_FONT_FONTSETs), on Win32
23477         builds a XLFD style name from the font information in the LOGFONT
23478         struct(s).
23479
23480         New function gdk_font_xlfd_free(), which correspondingly frees the
23481         string returned by gdk_font_xlfd_create().
23482
23483         Implement fontsets on Win32. Add a function that iterates over a
23484         wide char string and calls a callback function for each substring
23485         of wide chars from the same Unicode subrange (and thus probably
23486         available in the same real font).
23487
23488         Improve the XLFD emulation a bit.
23489
23490         * gdk/win32/gdkim.c (gdk_nmbstowchar_ts): Small bugfix.
23491
23492         * gdk/win32/gdkevents.c: Workaround for suspected bug on Win2k
23493         Beta3, WM_IME_CHAR messages don't seem to contain the composed
23494         multi-byte char as with the Active IMM on Win9x. Oh well, handle
23495         WM_IME_COMPOSITION with GCS_RESULTSTR instead, use
23496         ImmGetCompositionStringW() to get the composed Unicode chars.
23497
23498         * gdk/win32/gdkgc.c
23499         * gdk/win32/gdkdraw.c: Changes needed because of the font private
23500         struct changes.
23501
23502         * gdk/win32/gdk.def: Add the new functions.
23503
23504 1999-11-04  Tor Lillqvist  <tml@iki.fi>
23505
23506         * config.h.win32: Don't define HAVE_DIMM_H if MSC, as you have to
23507         get the Platform SDK to get <dimm.h>.
23508
23509         * gdk/win32/gdkevents.c: More event handling fixes and
23510         simplification. Never generate motion events with is_hint true. We
23511         used to do that on bogus grounds earlier. Windows sends
23512         WM_MOUSEMOVE messages on button events even if the mouse hasn't
23513         moved, ignore these.
23514
23515         * gdk/win32/gdkfont.c: Load all fonts as (pretended) fontsets.
23516
23517         * gdk/win32/gdkglobals.c
23518         * gdk/win32/gdkprivate.h: Define a typedef for the pointer to
23519         the TrackMouseEvent function, and use it.
23520
23521         * gdk/win32/gdkwindow.c: Terminate widechar string with a zero
23522         char before calling WideCharToMultiByte in order to get a string
23523         for the window title.
23524
23525         * gdk/win32/gdkdnd.c: Some more random hacking, ifdeffed out.
23526
23527         * gdk/win32/gdk.def: Remove obsolete functions.
23528
23529         * gdk/win32/makefile.{cygwin,msc}: Remove gdkcompat.{o,obj}. Add
23530         /nodefaultlib and /defaultlib switches.
23531
23532         * gtk/gtkrc.c: s/gwin_getlocale/g_win32_getlocale/.
23533
23534 1999-10-31  Tor Lillqvist  <tml@iki.fi>
23535
23536         * gdk/gdkkeysyms.h: Add new keysyms from X11R6.4 (including
23537         EuroSign).
23538
23539         * gdk/gdktypes.h: Add note about wchar_t not necessarily being the
23540         same type as GdkWChar, especially on Win32.
23541
23542         * gdk/win32/*.c: Change gdk_root_parent to be a pointer.
23543
23544         * gdk/win32/*.c: Assume all strings are UTF-8. Convert to Unicode
23545         before passing to Windows GDI for drawing etc. Convert to the
23546         system default codepage before passing to Windows as window
23547         titles.
23548
23549         * gdk/win32/gdkprivate.h: Add more fields to GdkWindowPrivate to
23550         support changing input locale on the fly.
23551
23552         * gdk/win32/gdkevent.c: Support input language (keyboard locale)
23553         on-the-fly changes. Convert incoming characters from the current
23554         codepage to Unicode (and then to a UTF-8 multi-byte string) based
23555         on the current input language. Use keysym<->Unicode mapping tables
23556         and functions borrowed from xterm sources.
23557
23558         Support IMEs (Input Method Editors) for CJK languages. On non-CJK
23559         editions of Win9x, use the ActiveX-based Active IMM (Input Method
23560         Manager) if available. IMEs and the Active IMM are available under
23561         the disguise of Chinese, Korean and Japanese support for IE and
23562         Outlook Express from "Windows Update" for Win98. On Win2k, the CJK
23563         support is present in all editions (as long as you install it).
23564
23565         Call DispatchMessage from gdk_events_queue() (and thus
23566         gdk_WindowProc()), instead of duplicating the code in
23567         gdk_WindowProc().
23568
23569         Reworked the grab handling and propagation code, factored out
23570         duplicated code snippets into separate functions. Other cleanups,
23571         too.
23572
23573         * gdk/win32/surrogate-dimm.h: Provide just the bits we need from
23574         the <dimm.h> header describing the Active IMM.
23575
23576         * gdk/win32/gdkfont.c: Pretend to support fontsets, but so far
23577         just do the same as for "single" fonts.
23578
23579         * gdk/win32/gdk.c: Call CoInitialize() (COM initialisation) from
23580         gdk_init_check, and CoUninitialize() from gdk_exit_func. Handle
23581         the new keysyms from gdkkeysyms.h.
23582
23583         * gtk/gtkfontsel.c (Win32): Load the font for the preview as a
23584         fontset, so that gtkentry uses wide characters.
23585
23586         * gtk/gtkrc.c (Win32): Get the locale with gwin_getlocale(). Call
23587         GTk+'s system directory "gtk+", not "gtk".
23588
23589 Sat Oct 30 13:17:18 BST 1999 Tony Gale <gale@gtk.org>
23590
23591         * docs/gtkfaq.sgml: FAQ update
23592
23593 1999-10-21  Tor Lillqvist  <tml@iki.fi>
23594
23595         * gdk/win32/gdkprivate.h: Add more font private data.
23596
23597         * gdk/win32/gdkfont.c
23598         * gdk/win32/gdkdraw.c: Revamped handling of multi-byte charset
23599         fonts and strings. Now works much better. You still have to
23600         have a correct font selected, though. No fontset emulation yet.
23601
23602 1999-10-19  Tor Lillqvist  <tml@iki.fi>
23603
23604         * gtk/maketypes.awk: Use G_OS_WIN32.
23605
23606         * gtk/gtk.def: Add some missing entry points. Also some non-public
23607         ones, but PyGTK porter claims to need them.
23608
23609         * gtk/makefile.{cygwin,msc}: Drop some unneeded headers from the
23610         built-in type generation.
23611
23612 1999-10-14  Tor Lillqvist  <tml@iki.fi>
23613
23614         * gdk/win32/gdkdraw.c (gdk_draw_text_wc): Don't use TextOutW for
23615         GDK_FONT_FONT fonts (which is all we have for now, we don't
23616         emulate fontsets). The X11 version uses plain XDrawString in that
23617         case, too. The string passed to gdk_draw_text_wc seems to be in
23618         fact (at least, when used by gtkentry and gtktext) either in a
23619         single-byte charset, or a DBCS. Not Unicode.
23620
23621         This fixes the problem in gtkfontsel, where even if you had
23622         selected a font with a non-Latin1 charset (windows-greek, for
23623         instance), the preview still used Latin-1 glyphs.
23624
23625         * gdk/win32/gdkfont.c (gdk_text_width_wc): Similar change. Don't
23626         use GetTextExtentPoint32W, use GetTextExtentPoint32A.
23627         (gdk_font_load): Recognize the demibold etc weights, even if we
23628         don't have the corresponding constants in the headers.
23629         (gdk_font_hash_insert): Use same hash mechanism as in the X11
23630         version. Should save font resources a bit, when we don't have
23631         multiple HFONTs for the same font.
23632
23633         * gdk/win32/gdkprivate.h: Add the names field as in the X11
23634         version.
23635
23636 1999-10-11  ERDI Gergo  <cactus@cactus.rulez.org>
23637
23638         * gdk/gdk.c (gdk_beep): Modified the XBell call to use the default
23639         X values
23640
23641 1999-10-09  ERDI Gergo  <cactus@cactus.rulez.org>
23642
23643         * gtk/gtktoolbar.h, gtk/gtktoolbar.c: Added horizontal icon/text
23644         layout support (as mentioned on
23645         http://www.jcinteractive.com/gnome-ui/software/widgets/)
23646
23647 Wed Oct  6 12:46:17 PDT 1999 Manish Singh <yosh@gimp.org>
23648
23649         * gtk/fnmatch.c
23650         * gtk/gtkfilesel.c: s/G_HAVE_CYGWIN/G_WITH_CYGWIN/
23651
23652 1999-10-05  Jesus Bravo Alvarez  <jba@pobox.com>
23653
23654         * configure.in (ALL_LINGUAS): Added Galician (gl)
23655
23656 1999-10-05  Tor Lillqvist  <tml@iki.fi>
23657
23658         * gdk/win32/*.[ch]: Corresponding changes as in X11 backend.
23659
23660         * gdk/win32/gdkcompat.c: New file, actually provide an
23661         implementation for the deprecated functions. (Just temporarily.)
23662
23663         * gtk/gtkfilesel.c: Fix an #ifdef syntax botch.
23664
23665         * gtk/makefile.{cygwin,msc}: Update gdk_headers.
23666
23667         * gdk/win32/gdk.def gtk/gtk.def: Updates.
23668
23669 1999-10-05  Kjartan Maraas  <kmaraas@online.no>
23670
23671         * configure.in: Added "uk" to ALL_LINGUAS.
23672         
23673 Mon Oct  4 11:57:11 PDT 1999 Manish Singh <yosh@gimp.org>
23674
23675         * configure.in: correct checking for BeOS check
23676
23677         * gdk/gdktypes.h
23678         * gtk/fnmatch.c
23679         * gtk/gtkfilesel.c
23680         * gtk/gtkitemfactory.c
23681         * gtk/gtkmain.[ch]
23682         * gtk/gtkrc.c: use G_OS_WIN32 and G_HAVE_CYGWIN #defines
23683
23684 Mon Oct  4 16:16:53 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
23685
23686         * gtk/gtkrc.{bg,iso88591[345]}: add gtkrc files for some new charset
23687         encodings: iso-8859-13 (for Lithuanian), iso-8859-14 (used by celtic
23688         languages), iso-8859-15 (used in Estonia) and microsoft-cp1251 (used
23689         by Bulgarian). 
23690
23691 Sun Oct  3 18:13:44 1999  Owen Taylor  <otaylor@redhat.com>
23692
23693         * gtk/gtkwidget.c (gtk_reset_shapes_recurse): 
23694         Fix a reference to window_private->destroyed.   
23695
23696         * gtk/gtkplug.c (gtk_plug_realize): Fix up a direct
23697         (ugly) setting of an internal GdkWindow member to use
23698         a _slightly_ cleaner macro.
23699
23700         * gdk/gdkprivate.h: Split GdkWindowPrivate into
23701         GdkDrawablePrivate and GdkWindowPrivate.
23702         Add extra macros for accessing GDK_DRAWABLE_ components.
23703
23704         * *.[ch]: Massive adjustments for the above, use the
23705         new macros in a lot of places.
23706
23707 Sun Oct  3 15:16:24 1999  Owen Taylor  <otaylor@redhat.com>
23708
23709         * gdk/gdktypes.h: Make GdkDrawable the base type,
23710         not GdkWindow.
23711
23712 Sun Oct  3 15:08:44 1999  Owen Taylor  <otaylor@redhat.com>
23713
23714         * gdk/gdkdraw.c (gdk_drawable_get_data): Added new function.
23715
23716 Sun Oct  3 14:26:15 1999  Owen Taylor  <otaylor@redhat.com>
23717
23718         * gdk/gxid* gdk/x11/gxid*: Move files into x11 subdirectory.
23719
23720 Sun Oct  3 14:16:23 1999  Owen Taylor  <otaylor@redhat.com>
23721
23722         * gdk/gdkdrawable.h: Include gdk/gdkdrawable.h with
23723         gdk/ prefix. (Pointed out by chak@is.tsukuba.ac.jp)
23724
23725         * configure.in gdk/Makefile.am x11/: create x-specific subdirectory.
23726
23727         * docs/gtk-config.1: Now autogenerated.
23728         * docs/Changes-1.4.txt: started
23729         
23730 1999-10-03  Tor Lillqvist  <tml@iki.fi>
23731
23732         * gdk/gdkimage.h gdk/gdkpixmap.h: Change GDK_WINDOWING_WIN32 usage
23733         to #ifdef also here.
23734
23735         * gdk/win32/*.h gdk/win32/*.c: Make corresponding changes as those
23736         Owen did to the X11 backend.
23737
23738         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Fix it again, don't use
23739         ScrollWindowEx when blitting inside a window, it can't be correct
23740         in the general case.
23741
23742         * gdk/win32/gdkevents.c: Don't handle WM_SIZING, handling
23743         WM_GETMINMAXINFO is easier.
23744
23745         * gdk/win32/gdkimage.c (gdk_image_new): Create new image with
23746         depth equal to the bitspixel value, not the visual's depth.
23747
23748         * gdk/win32/gdkvisual.c (gdk_visual_init): Set the visual's depth
23749         to 24 even if the bitspixel value is 32.
23750
23751         * gdk/gdkrgb.c (gdk_rgb_select_conv): After the above change, no
23752         need to check for depth==32 when bpp==32, depth will always be 24.
23753
23754 Fri Oct  1 18:03:36 1999  Owen Taylor  <otaylor@redhat.com>
23755
23756         * docs/Changes-1.4.txt: Started
23757         
23758         * gtk/Makefile.am (gdk_headers): Include all the new headers.
23759
23760         * gdk/*.h gdk/*.c: Split gdk.h into lots of itty-bitty little pieces.
23761         
23762         * gdk/gdkprivate.h gdk/gdkcc.c: Moved GdkColorContext private
23763         into C file.
23764         
23765         * gdkinput.h gdkinputprivate.h - renamed the internal gdkinput
23766         header to gdkinputprivate.h.
23767
23768         * gdk/gdk.h gdk/gdk.c: Removed gdk_time* functions which have been
23769         unused since before 1.2.
23770
23771 1999-09-30  Tor Lillqvist  <tml@iki.fi>
23772
23773         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): On Win32,
23774         expand possible hex escapes in the font family (put there by
23775         logfont_to_xlfd if the font name isn't a legal XLFD font family,
23776         mainly if it contains slashes). (gtk_font_selection_create_xlfd):
23777         On Win32, add hex escapes here, too.
23778
23779 Wed Sep 29 19:55:35 1999  Owen Taylor  <otaylor@redhat.com>
23780
23781         * */*.[ch]: Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11
23782         to #ifdef GDK_WINDOWING_X11.
23783
23784 [ Merges from gtk-1-2 ]
23785
23786 Wed Sep  8 07:13:29 1999  Tim Janik  <timj@gtk.org>
23787
23788         * configure.in: fixed "GNU Make" check to pass with new make version
23789         3.77.95.
23790
23791 Fri Sep  3 16:04:41 1999  Tim Janik  <timj@gtk.org>
23792
23793         * gtk-config.in (--version): don't echo @GTK_VERSION@, but
23794         @GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.@GTK_MICRO_VERSION@, so the
23795         AM_PATH_GTK() macros don't get confused by the -pre1.
23796
23797 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
23798
23799         * configure.in (REBUILD): Change check for perl5
23800           to check explicitely for v >= 5.002. (5.001
23801           does not work with our scripts.)
23802
23803 Wed Aug 25 15:45:46 1999  Tim Janik  <timj@gtk.org>
23804
23805         * configure.in: evaluate $PERL for the perl version check. added
23806         --disable-rebuilds to give the user an option to completely disable
23807         any source autogeneration rules.
23808
23809 Mon Aug 23 23:16:14 1999  Tim Janik  <timj@gtk.org>
23810
23811         * configure.in: evaluate $ac_make when checking for GNU Make.
23812
23813 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
23814
23815         * docs/Makefile.am: added generation.txt.
23816
23817         * Makefile.am: require automake 1.4, build README from README.in and
23818         INSTALL from INSTALL.in in dist-hook.
23819         
23820         * README.in:
23821         * INSTALL.in: new files to autogenerate README and INSTALL from.
23822
23823         * configure.in: figure whether we have GNU Make
23824
23825         * docs/generation.txt: minor additions/corrections.
23826
23827 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
23828
23829         * docs/gtkfaq.sgml: FAQ Update
23830
23831 July 30, 1999 Elliot Lee <sopwith@redhat.com>
23832         
23833         * configure.in: Fix autoconf warnings about cross compilation by
23834         trying to provide sane defaults for AC_TRY_RUN.
23835
23836 Fri Jul 16 22:20:21 PDT 1999 Manish Singh <yosh@gimp.org>
23837
23838         * ltconfig
23839         * ltmain.sh: upgrade to libtool 1.3.3
23840
23841 Thu Jul  8 11:30:18 1999  Owen Taylor  <otaylor@redhat.com>
23842
23843         * INSTALL: Indicate that the --with-glib= configure
23844         time flag is unsupported.
23845
23846 Mon Jul  5 20:36:03 1999  Owen Taylor  <otaylor@redhat.com>
23847
23848         * docs/generation.txt: Added a file that gives
23849         documenation about the autogeneration process for
23850         various autogenerated files.
23851         
23852 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
23853
23854         * configure.in (LIBS): Look for libgmodule in the
23855         right location.
23856
23857 Thu Jun 17 13:57:31 1999  Owen Taylor  <otaylor@redhat.com>
23858
23859         * docs/gtk_tut.sgml: Removed references to
23860         code examples in my directory on gtk.org as
23861         they should all be in the tutorial now.
23862
23863         * docs/gtk_tut.sgml: Added sources for dial-test
23864         and scribble-xinput programs that were previously
23865         missing.
23866
23867 Fri Jun  4 00:08:59 1999  Owen Taylor  <otaylor@redhat.com>
23868
23869         * TODO: Added entry about menu keyboard navigation, removed
23870         some finished items.
23871
23872 Mon May 31 00:11:24 1999  Owen Taylor  <otaylor@redhat.com>
23873
23874         * acinclude.m4: Standardize on func_dgettext
23875         not func_gettext, so that the checks for dgettext
23876         actually are paid attention to.
23877
23878 Wed May  5 10:47:54 1999  Owen Taylor  <otaylor@redhat.com>
23879
23880         * configure.in (LIBS): Add $INTLLIBS into $LIBS
23881         directly, rather than repeating the checks for
23882         gettext.
23883
23884         * INSTALL: Added information about gettext and
23885         NLS support.
23886
23887         * acinclude.m4 (LIBM): Check for dgettext, not
23888         just gettext. This should hopefully fix things wrt
23889         systems with old versions of GNU gettext installed.
23890
23891 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
23892
23893         * configure.in (LIBS): Look for libgmodule in the
23894         right location.
23895
23896 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
23897
23898         * autogen.sh: add --enable-maintainer-mode
23899
23900         * configure.in: set ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
23901
23902 Wed Mar 24 23:03:49 CST 1999 Shawn T. Amundson <amundson@gtk.org>
23903
23904         * docs/gtk-config.1.in:
23905           docs/Makefile.am:
23906           configure.in: gtk-config is now generated.
23907
23908         * docs/gtk-config.1: Removed, now generated.
23909
23910 Thu Sep 23 17:59:59 1999  Tim Janik  <timj@gtk.org>
23911
23912         * gdk/gdkevents.c (gdk_event_translate): grr, even if Gdk doesn't
23913         handle CreateNotify itself, still put out a debuging message for
23914         --gdk-debug=events. made the ReparentNotify debugging message more
23915         verbose.
23916         wrap xcoords translation for ConfigureEvents into an error trap,
23917         a destroy event may already be pending, and in that case, the
23918         actuall coordinate values are not at all critical.
23919
23920 Sat Sep 18 22:24:15 1999  Owen Taylor  <otaylor@redhat.com>
23921
23922         * gdk/gdkcc.c: Stop leaking the color_hash all over
23923         the place. Simplify and improve the logic.
23924
23925 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
23926
23927         * gdk/gdk.h, gdk/gdkcolor.c: make return types (gint or gboolean)
23928         for prototypes and function implementations consistent (reported
23929         by Tomas Ogren).
23930
23931 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
23932
23933         * gdk/gdkevents.c (gdk_event_translate): tell if expose events have
23934         send_event set in debugging output.
23935         (gdk_compress_exposures): default initialize the event so we don't
23936         operate on bogus values (namely send_event).
23937
23938 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
23939
23940         * gdk/gdkwindow.c: When we receive an unexpected
23941         destroy notify on one of our windows, don't just
23942         warn about it, also mark our windows as destroyed.
23943
23944 Sun Sep  5 08:10:53 1999  Owen Taylor  <otaylor@redhat.com>
23945
23946         * gdk/gdkfont.c (gdk_font_hash_insert): Add
23947           name => font and name => fontset hashes. The 
23948           name => fontset hash is a _big_ win since we
23949           weren't previously caching fontsets at all and loading
23950           fontsets is expensive. The name => font hash
23951           is less of a win, but it does save us from doing
23952           repeated XQueryFont calls on the same font.
23953
23954         * gdk/gdkprivate.h (struct _GdkFontPrivate): Add a names
23955           list so we can remove font/fontset from hash.
23956
23957 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
23958
23959         * gdk/gdkproperty.c (gdk_atom_intern): Remove useless
23960           and slightly confusing test. [ XInternAtom (,,TRUE)
23961           will never return None ].
23962
23963 Sat Sep  4 08:39:26 1999  Owen Taylor  <otaylor@redhat.com>
23964
23965         * gdk/gdkwindow.c (gdk_window_set_geometry_hints)
23966           gdk/gdkwindow.c (gdk_window_set_hints):
23967
23968         Don't omit setting the properties if flags == 0 -
23969         there may be an existing set of properties there
23970         already. (Very old bug. Would it be better to
23971         delete the property instead?)
23972
23973         * gdk/gdkselection.c (gdk_selection_property_get): Fix 
23974           spelling error in comment.
23975
23976 Wed Sep  1 14:05:30 1999  Owen Taylor  <otaylor@redhat.com>
23977
23978         * gdk/gdkimage.c (gdk_image_new): Use gdk_error_trap_push()
23979           to avoid stomping over gdk_error_warnings.
23980
23981         * gdk/gdkimage.c (gdk_image_new): compute image->bpp
23982           as (bits_per_pixel + 7) / 8. This gives the same
23983           result as before for multiples of 8, but actually
23984           a "reasonable" value for 1bit or 4bit displays.
23985
23986 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
23987
23988         * gdk/Makefile.am: minor cleanups, strip spaces on build rules for
23989         GNU Make.
23990
23991 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
23992
23993         * gdk/gdkevents.c (gdk_event_translate): give a debugging note when
23994         discarding configure events.
23995
23996 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
23997
23998         * gdk/gdkpixmap.c (gdk_pixmap_unref): g_return_if_fail() the
23999         refcount is greater than zero.
24000
24001         * gdk/gdkwindow.c (gdk_window_unref): Likewise.
24002
24003         * gdk/gdkfont.c (gdk_font_unref): Likewise.
24004
24005         * gdk/gdkgc.c (gdk_gc_unref): Likewise.
24006
24007         * gdk/gdkdnd.c (gdk_drag_context_unref): Likewise.
24008
24009 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
24010
24011         * gdk/gdkproperty.c (gdk_property_get): Fix assumption
24012         that format 32 => sizeof(item) == 4. It really is
24013         sizeof(long).
24014
24015 Tue Jun 29 23:02:42 1999  Owen Taylor  <otaylor@redhat.com>
24016
24017         * gdk/gdk.c (gdk_x_error / gdk_x_io_error): Don't
24018         core dump at all on X IO errors, only core dump
24019         if --enable-debug for X errors.
24020
24021 Thu Jun 24 17:06:23 1999  Tim Janik  <timj@gtk.org>
24022
24023         * gdk/gdkevents.c (gdk_event_translate): removed old ""Got event for
24024         unknown window:" message. disabled ConfigureNotify discarding code,
24025         because it led to events being processed out of order.
24026
24027 Thu Jun 24 12:22:02 1999  Tim Janik  <timj@gtk.org>
24028
24029         * gdk/gdkglobals.c: preinitialize gdk_error_code to 0.
24030
24031         * gdk/gdkevents.c (gdk_event_send_client_message_to_all_recurse): since
24032         we export this function, supress error warnings and don't reset the
24033         error code in the first half of this function.
24034
24035         * gdk/gdk.c (gdk_x_error): set gdk_error_code to the actuall X error
24036         code (instead of just -1) so gdk_error_trap_pop() reveals something
24037         actually informative about the error that happened.
24038
24039         * gdk/*.c:
24040         don't rely on gdk_error_code being -1 if an error occoured, but just
24041         gdk_error_code != 0.
24042
24043 Thu Jun 24 11:50:07 1999  Tim Janik  <timj@gtk.org>
24044
24045         * gdk/gdkevents.c (gdk_event_apply_filters): advance the filter list
24046         pointer *before* invoking the filter function, so we at least don't
24047         crash if a filter is removed that is currently executed. window filters
24048         *really* need to be made truely reentrant at some point.
24049
24050 Mon Jun 14 11:10:15 1999  Tim Janik  <timj@gtk.org>
24051
24052         * gdk/gdkevents.c (gdk_event_translate): print the atom name in the
24053         PropertyNotify debug messages.
24054
24055 Wed May  5 22:51:06 1999  Owen Taylor  <otaylor@redhat.com>
24056         
24057         Patch from Sung-Hyun Nam <namsh@lgic.co.kr>
24058         
24059         * gdk/gdkim.c: Fix cut-and-paste errors for 
24060         x/y and PreeditAttributes/StatusAttributes.
24061
24062 Wed May  5 22:24:21 1999  Owen Taylor  <otaylor@redhat.com>
24063
24064         * gdk/gdkwindow.c (gdk_window_set_geometry_hints): Change
24065         G_MAXINT to 2^16 to alleviate overflow problems in
24066         various window managers.
24067
24068 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
24069
24070         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
24071         for fontsets.
24072
24073 Wed May  5 12:42:01 1999  Owen Taylor  <otaylor@redhat.com>
24074
24075         * gdk/gdkwindow.c (gdk_window_set_geometry_hints):
24076         Initialize size_hints.x and size_hints.y because kwm
24077         brokenly pays attention to them.
24078         (Bug #1181 -  Lars Heete <hel@admin.de>)
24079
24080 Wed May  5 11:38:56 1999  Owen Taylor  <otaylor@redhat.com>
24081
24082         * gdk/gdkrgb.c (gdk_rgb_choose_visual): Free the 
24083         return value of gdk_list_visuals(). 
24084         (Bug #1193 - Morten Welinder <terra@diku.dk>)
24085
24086 Tue May  4 11:12:56 PDT 1999 Manish Singh <yosh@gimp.org>
24087
24088         * gdk/gdkim.c (gdk_im_real_open): cast the return value of
24089         XSetIMValues to (void *) when comparing to NULL, to workaround
24090         the problem of some compilers barfing since older X headers don't
24091         have the prototype for it.
24092
24093 Mon Apr 19 10:11:12 1999  Owen Taylor  <otaylor@redhat.com>
24094
24095         * gdk/gdkcolor.c (gdk_colormap_new): Fix memory leak
24096         for pseudocolor where colormap->colors was double
24097         allocated.
24098
24099         * gdk/gdkcolor.c (gdk_colormap_alloc1): Store the
24100         color value in the hash table with the pixel filled
24101         in so when we do later hash table lookups, the color
24102         value is correct.
24103         
24104 Sun May  2 15:29:45 PDT 1999 Manish Singh <yosh@gimp.org>
24105
24106         * gdk/gdkdraw.c (gdk_draw_lines): check private->destroyed before
24107         making the call
24108
24109 Tue Apr 27 11:17:35 1999  Owen Taylor  <otaylor@redhat.com>
24110
24111         * gdk/gdkdnd.c (xdnd_set_{targets,actions}): Fix leak
24112         pointed out by Morten Welinder <terra@diku.dk>.
24113
24114 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
24115
24116         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
24117           default filter from the list
24118
24119 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
24120
24121         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
24122           default filter from the list
24123
24124 Fri Apr 16 20:41:43 PDT 1999 Manish Singh <yosh@gimp.org>
24125
24126         * gdk/gdk.c: #include "gdkkeysyms.h" for gdk_XConvertCase #defines
24127
24128         * gtk/gtkfontsel.c (gtk_font_selection_create_xlfd): use
24129         g_strdup_printf instead of calcing the length separately
24130
24131 Tue Apr 13 02:49:33 1999  Owen Taylor  <otaylor@redhat.com>
24132
24133         * gdk/gdkwindow.c: removed some silly #ifdef HAVE_CONFIG
24134         that we don't do in many other places. (Fixing duplicate 
24135         #include of config.h)
24136
24137         * gdk/gdkevents.c: include gdkinput.h _after_ config.h.
24138         Otherwise, #ifndef XINPUT_NONE check in the latter
24139         doesn't work. (Bug #546)
24140
24141 Sun Apr 11 14:38:03 1999  Tim Janik  <timj@gtk.org>
24142
24143         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): check for color
24144         "None" case insensitive.
24145
24146 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
24147
24148         * gdk/gdkselection.c: 
24149         Add error traps so if the other end of the connection
24150         dies, we survive.
24151
24152 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
24153
24154         * gdk/gdkdnd.c (gdk_drag_motion): Separate out the
24155         dest_xid field into two fields - one for the window
24156         to send in messages, one to indicate the last looked
24157         up window for caching purposes. This is needed, so
24158         that Leave messages get the correct window.
24159
24160 Mon Apr  5 13:21:30 1999  Owen Taylor  <otaylor@redhat.com>
24161
24162         * gdk/gdkevents.c (gdk_event_check, gdk_event_prepare):
24163         Fix warning created by people mucking around
24164         with the gsource API.
24165
24166         * gdk/gdkevents.c (gdk_io_invoke, gdk_input_add_full):
24167         Change mapping between GIOCondition and GdkInputCondition
24168         to match the way the Linux kernel does it. This should
24169         fix problems where closed pipes were no longer signalling
24170         GDK_INPUT_READ on systems with a native poll().
24171
24172 Mon Apr  5 17:11:57 1999  Owen Taylor  <otaylor@redhat.com>
24173
24174         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): Check 
24175         explicitly for the string "None" - it is in the XPM
24176         spec and some servers treat unknown colors in odd ways
24177         (like asking the user!)
24178
24179 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
24180
24181         * gdk/gdkevents.c: made "->" into a "." of previous change so
24182         it compiles
24183
24184 Thu Apr  1 18:41:25 1999  Owen Taylor  <otaylor@redhat.com>
24185
24186         * gdk/gdkevents.c (gdk_compress_exposures): Set the
24187         window field of the event structure before calling
24188         user filters.
24189
24190 1999-03-31  Federico Mena Quintero  <federico@nuclecu.unam.mx>
24191
24192         * gdk/gdk.c (gdk_init_check): Use False as the last argument to
24193         XInternAtom() here.  This is a particularly Old And Nasty(tm) bug.
24194
24195 Mon Mar 29 17:31:52 1999  Owen Taylor  <otaylor@redhat.com>
24196
24197         * gdk/gdkim.c (gdk_mbstowcs): Free the value of the
24198         intermediate text property - prevents major memory
24199         leak when gdk_use_mb.
24200         gtk-d3august-990311-0: Bj|rn Augustsson <d3august@dtek.chalmers.se>
24201
24202 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
24203
24204         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
24205         gtk-a-higuti-990322-[0-3]
24206
24207         * gdk/gdkfont.c (gdk_text_extents_wc): Make  work when
24208         sizeof(wchar_t) != sizeof (GdkWChar)
24209
24210         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
24211         that was causing -DX_LOCALE not to work.
24212
24213         * gtk/gtkrc.c (gtk_rc_init):
24214         X_LOCALE will never have LC_MESSAGES defined
24215
24216         * gdk/gdk.c (gdk_init_check):
24217         Remove --xim-preedit and --xim-status from argv properly.
24218
24219         * gdk/gdkim.c (gdk_ic_real_new): Add a gdk_flush() so
24220         that the client window is present on the X server
24221         before we pass it to the input method.
24222
24223 Tue Mar  9 10:46:49 1999  Owen Taylor  <otaylor@redhat.com>
24224
24225         * gdk/gdkdnd.c (motif_find_drag_window): Fix bug where
24226         if --display is specified on the command line, than
24227         the drag window will not be created on that display.
24228         
24229 Tue Mar  9 10:38:24 1999  Owen Taylor  <otaylor@redhat.com>
24230
24231         * gdk/gdkproperty.c (gdk_atom_intern): Fixed bug where
24232         lookups with only_if_exists == TRUE were inserting
24233         bogus values into the atom cache.
24234
24235 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
24236
24237         * gdk/gdkselection.c (gdk_selection_property_get): first XFree(t),
24238         then reset it to NULL.
24239
24240         * gdk/gdkcolor.c:
24241         (gdk_colors_free): 
24242         (gdk_colormap_free_colors): use colormap->colors[in_pixels[i]] as the
24243         key for g_hash_table_remove() in both functions, this prevents us
24244         from accessing possibly uninitialized portions of a GdkColor structure
24245         where we are only interested in its pixel value.
24246
24247 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
24248
24249         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
24250         font hash table, if we have a GdkFontPrivate entry for this font
24251         already, simply increment its reference count, provided by Olaf Dietsche
24252         <olaf.dietsche+list.gtk@netcologne.de>.
24253
24254 1999-09-21  Tor Lillqvist  <tml@iki.fi>
24255
24256         * gdk/win32/gdk.c (gdk_exit_func): Delete the gdk_DC when exiting,
24257         just to be sure.
24258
24259         * gdk/win32/gdkvisual.c (gdk_visual_init): Remove a couple of
24260         unused variables, leftovers from the X11 version.
24261
24262         * gdk/win32/rc/*.cur: Better cursors provided by Bernd Herd.
24263
24264         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): Only
24265         downcase fields on X11.
24266
24267 Mon Sep 20 13:17:39 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
24268         
24269         * configure.in,po/pt_BR.po: added Portuguese Brazilian file from
24270         Alex Sandro Queiroz e Silva <asandro@lcg.dc.ufc.br>
24271
24272 1999-09-17  Tor Lillqvist  <tml@iki.fi>
24273
24274         * gdk/win32/gdk.def: Add gdk_threads_mutex.
24275
24276         * gtk/makefile.msc: Correct path to libintl.
24277
24278         Thanks to Tomi Ollila and Bernd Herd: Fix some inconsistencies in
24279         use of gint vs. int, and gint vs. gboolean in headers and
24280         definitions. Use GtkType for the *_get_type functions. Note that
24281         these changes preserve binary compatibility.
24282
24283         * gdk/gdk.c
24284         * gdk/win32/gdk.c
24285         * gdk/gdk.h: Fix inconsistencies: gint vs int.
24286
24287         * gtk/gtkmain.c
24288         * gtk/gtkclist.c
24289         * gtk/gtkmenufactory.c
24290         * gtk/gtknotebook.c
24291         * gtk/gtkwidget.c: Fix inconsistencies, also gint
24292         vs. gboolean.
24293
24294         * gtk/gtkcolorsel.[ch]
24295         * gtk/gtkcombo.[ch]
24296         * gtk/gtkdrawingarea.[ch]
24297         * gtk/gtkgamma.[ch]
24298         * gtk/gtkhandlebox.[ch]
24299         * gtk/gtkhpaned.[ch]
24300         * gtk/gtkhruler.[ch]
24301         * gtk/gtkplug.[ch]
24302         * gtk/gtkpreview.[ch]
24303         * gtk/gtkruler.[ch]
24304         * gtk/gtksocket.[ch]
24305         * gtk/gtkstatusbar.[ch]
24306         * gtk/gtktoolbar.[ch]
24307         * gtk/gtkvbbox.[ch]
24308         * gtk/gtkvpaned.[ch]
24309         * gtk/gtkvruler.[ch]: Always use type GtkType for the *_get_type
24310         functions.
24311
24312         * gtk/gtkgamma.h: Fix bug, missing () in call of
24313         gtk_gamma_curve_get_type() in GTK_GAMMA_CURVE_CLASS. 
24314
24315 1999-09-14  Tor Lillqvist  <tml@iki.fi>
24316
24317         * gdk/gdkcolor.c (gdk_colormap_new)
24318         * gdk/win32/gdkcolor.c (gdk_colormap_new): Fix memory leak:
24319         colormap->colors was allocated twice.
24320
24321         * gdk/win32/gdk.c: Remove some unused stuff.
24322
24323         * gdk/win32/gdkcolor.c (gdk_colormap_sync): Initialize all of the
24324         colormap.
24325
24326         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_type)
24327         * gtk/gtklabel.h (gtk_label_get_type)
24328         * gtk/gtktipsquery.c (gtk_tips_query_get_type)
24329         * gtk/gtktypeutils.h (gtk_type_name): : Use GtkType
24330         in a couple of places, not guint.
24331
24332 Fri Sep 10 21:31:00 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
24333
24334         * configure.in,po/et.po: added Estonian language file
24335
24336 Wed Sep  1 14:36:12 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
24337
24338         * configure.in,po/da.po: added Danish file
24339
24340 Sun Aug 29 13:38:59 BST 1999 Tony Gale <gale@gtk.org>
24341
24342         * docs/gtkfaq.sgml: Minor FAQ Update
24343
24344 Sat Aug 28 14:34:37 BST 1999 Tony Gale <gale@gtk.org>
24345
24346         * docs/gtkfaq.sgml: FAQ update
24347
24348 1999-08-27  Tor Lillqvist  <tml@iki.fi>
24349
24350         Win32: Philippe Colantoni <colanton@aris.ss.uci.edu> suggests a
24351         way to get window contents continually refreshed while resizing. I
24352         didn't like the effects myself, so it's not on by default.
24353
24354         * gdk/win32/gdkprivate.h: New flag variable
24355         gdk_event_func_from_window_proc, FALSE by default.
24356
24357         * gdk/win32/gdk.c (gdk_init_check): Set above flag if the
24358         environment variable GDK_EVENT_FUNC_FROM_WINDOW_PROC is set, or we
24359         are passed --gdk-event-func-from-window-proc.
24360
24361         * gdk/win32/gdkevents.c (gdk_WindowProc): If above flag is set,
24362         and we have am event_func, call it instead of enqueing the event.
24363
24364 1999-08-23  Tor Lillqvist  <tml@iki.fi>
24365
24366         * gdk/win32/gdkevents.c (gdk_event_translate): Fix from Simon
24367         Kelley: Set expose_count in GdkEventExposes correctly.
24368
24369         * gdk/win32/gdkwindow.c: Remove dead code (#ifdef
24370         MULTIPLE_WINDOW_CLASSES).
24371
24372         * gdk/win32/gdkdraw.c (gdk_draw_line): Workaround from Hans Breuer
24373         for bug in NT, apparently NT *does* draw the end pixel, too, in
24374         LineTo with a one-pixel pen, so we don't have to do it ourselves.
24375
24376 1999-08-21  Tor Lillqvist  <tml@iki.fi>
24377
24378         Improvements by Hans Breuer: 
24379
24380         * gdk/win32/gdkwindow.c (RegisterGdkClass): New function
24381
24382         * gdk/win32/gdkwindow.c (gdk_window_new): Use it. Don't set the
24383         CS_?REDRAW flags as they cause lots of (late) redraws when "show
24384         window contents while dragging" is turned on. Allocate at least
24385         one unique class for every GdkWindowType. If support for single
24386         window-specific icons is ever needed (eg. Dialog specific), every
24387         such window should get its own class.
24388
24389 1999-08-19  Tor Lillqvist  <tml@iki.fi>
24390
24391         * gdk/win32/gdkgc.c (gdk_gc_new_with_values): Fix a cut&paste
24392         error that caused crashes.
24393
24394 1999-08-17  Tor Lillqvist  <tml@iki.fi>
24395
24396         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): When blitting inside one
24397         window, use ScrollWindowEx, and call UpdateWindow. This prevents
24398         bugs when for instance part of the window was outside the
24399         display. Thanks to Philippe Colantoni for finding and fixing this.
24400
24401 1999-08-16  Tor Lillqvist  <tml@iki.fi>
24402
24403         * gdk/win32/gdkdraw.c (gdk_draw_arc): Fix start and end radial
24404         endpoint calculations which were totally wrong. (A little RTFMing
24405         helps a lot ;-)
24406
24407         * gtk/makefile.{cygwin,msc}: Use libintl extracted from glibc
24408         from a separate directory, not from gettext, because of licensing
24409         issues (we want to use the LGPL version).
24410
24411         * README.win32: Mention the intl from glibc vs from gettext issue.
24412
24413 1999-08-13  Tor Lillqvist  <tml@iki.fi>
24414
24415         * gdk/win32/gdkevents.c (gdk_event_translate): Fix a couple of bugs
24416         in the key event handling: Now AltGr chars work again. Also,
24417         now Alt-digits are passed up as well as Control-digits.
24418         Pass keypad plus and minus as normal plus and minus.
24419
24420 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
24421
24422         * docs/gtkfaq.sgml: FAQ Update
24423
24424 1999-07-25  Tor Lillqvist  <tml@iki.fi>
24425
24426         * README.win32
24427         * config.h.win32: Add HAVE_WINTAB. Undefine it if bulding without
24428         the Wintab SDK.
24429
24430         * gdk/win32/gdkinput.c: Hack some more. Still doesn't quite work
24431         OK, but getting closer. Guard against bogus tilt data from Wacom
24432         ArtPad II with the 3.40 driver. Add ifdefs for HAVE_WINTAB to
24433         enable easier building without Wintab.
24434
24435         * gdk/win32/gdkinput.h
24436         * gdk/win32/gdkevents.c 
24437         * gdk/win32/gdkwindow.c: Minor changes related related to above.
24438         
24439         * gdk/win32/gdkvisual.c: Simplify a lot, remove leftovers from X11
24440         code. As we have just one visual on Win32, no sense to have it in a
24441         table, and no need for the hash table.
24442
24443         * gdk/win32/rc/cursor*.cur: Edit some of the cursors a bit to look
24444         better on white background.
24445
24446 1999-07-21  Tor Lillqvist  <tml@iki.fi>
24447
24448         * README.win32: Update gcc build instructions. Mention gettext is
24449         GPL.
24450
24451         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Get correct
24452         supported cursor size with GetSystemMetrics.
24453
24454         * gdk/win32/gdkfont.c
24455         * gtk/gtkfontsel.c: Guard against some font weight and charset
24456         symbols being undefined (in mingw32 headers).
24457
24458         * gdk/win32/makefile.cygwin
24459         * gtk/makefile.cygwin
24460         * gtk/gtkthemes.c: No longer need to have differently named
24461         gcc-built DLLs when using gcc-2.95 and -fnative-struct.
24462
24463 hu Jul 15 13:33:15 BST 1999 Tony Gale <gale@gtk.org>
24464
24465         * docs/gtkfaq.sgml: Long awaited FAQ update.
24466
24467 1999-07-15  Tor Lillqvist  <tml@iki.fi>
24468
24469         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Implement
24470         it. Obscure bit manipulation needed.
24471
24472         * gdk/win32/gdkevents.c: Logging.
24473         
24474         * gtk/gtkthemes.c (gtk_theme_engine_get): (Win32) Use new DLL naming
24475         style (file name include compiler name) for theme engines.
24476
24477 1999-07-13  Tor Lillqvist  <tml@iki.fi>
24478
24479         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Less logging verbiage.
24480
24481         * gdk/win32/gdkevents.c: Fix long-standing bug in key
24482         events. The key.string wasn't zero-terminated, still we strdup'ed
24483         it in gdk_event_copy(). Synthesize crossing events for button
24484         events before possible propagation.
24485
24486         * gdk/win32/gdkwindow.c: Log gdk_window_set_title.
24487
24488         * gdk/win32/makefile.cygwin
24489         * gtk/makefile.cygwin: Use new DLL naming style for the
24490         GCC-compiled ones.
24491
24492         * gdk/win32/makefile.msc
24493         * gtk/makefile.msc: Cosmetics mostly.
24494
24495         * gtk/gtk.def: Add missing entry points.
24496
24497         * gtk/gtksocket.c: Add dummy gtk_socket_get_type() for Win32.
24498
24499 1999-07-09  Tor Lillqvist  <tml@iki.fi>
24500
24501         * gdk/win32/gdkdraw.c (gdk_draw_arc): Don't draw anything if width
24502         or height is zero. Don't print a warning if Pie or Arc fails, they
24503         always fail (?) for very narrow ellipses.
24504
24505         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Call InvalidateRgn for
24506         the part or the destination window corresponding to source area
24507         outside of the source drawable's boundary.
24508
24509         * gdk/win32/gdkdraw.c (gdk_draw_lines, gdk_draw_polygon): Don't do
24510         anything if less than two points.
24511
24512         * gdk/win32/gdkselection.c (gdk_selection_owner_get): Always
24513         return NULL. Gtk cut-and-paste inside a single program works
24514         better this way. (It always gets the clipboard contents from
24515         Windows, not from its own copy, which is cleared anyway. I can't
24516         say I fully understand what happens... Emulating the X selection
24517         and property stuff is a bit of a mess.)
24518
24519         * gdk/win32/gdkevents.c
24520         * gdk/win32/gdkproperty.c: A bit more verbose logging.
24521
24522         * gdk/win32/gdkregion.c: Fix some memory leaks (temporary regions
24523         that never got deleted). Revamp gdk_region_shrink.
24524
24525         * gdk/win32/gdkregion.c: Fix memory leak, delete temporary regions
24526         after use.
24527
24528         * gtk/gtk.def: Add some missing entry points.
24529
24530         * gtk/gtkrc.c: Strip trailing directory separator from pixmap path
24531         component.
24532
24533 1999-07-04  Tor Lillqvist  <tml@iki.fi>
24534
24535         * gdk/win32/gdkevents.c (gdk_event_translate): Handle
24536         Control-digits specially.
24537
24538 1999-07-03  Tor Lillqvist  <tml@iki.fi>
24539
24540         * gtk/makefile.{cygwin,msc}: New pthreads version. Use gettext.
24541
24542 1999-06-28  Tor Lillqvist  <tml@iki.fi>
24543
24544         * gdk/win32/gdkimage.c (gdk_image_get): bpl was set wrong for
24545         bitmaps, should be multiple of 4. (Thanks to Hans Breuer for
24546         finding this.)
24547
24548 1999-06-01  Jose H Mercado  <jmercado@mit.edu>
24549
24550         * gtk+.spec.in: Corrected some typos in files section.
24551         
24552 1999-06-15  Tor Lillqvist  <tml@iki.fi>
24553
24554         * README.win32: Mention using GNU gettext.
24555         * config.h.win32: Enable NLS stuff.
24556         * gtk/makefile.msc: Use GNU gettext.
24557         * gdk/win32/gdkdnd.c: Minor header reorg.
24558         * gdk/win32/{gdkevents,gdkwindow}.c: No semantic changes, mainly
24559         cosmetics.
24560         * gtk/gtkrc.c (Win32): Make get_gtk_sysconf_directory() public.
24561         * gtk/gtkmain.c (Win32): Use it in bindtextdomain() call.
24562
24563 Wed Jun  2 11:44:25 PDT 1999 Manish Singh <yosh@gimp.org>
24564
24565         * acinclude.m4
24566         * config.guess
24567         * config.status
24568         * ltconfig
24569         * ltmain.sh: upgrade to libtool 1.3.2 (BeOS changes merged)
24570
24571 1999-05-30  Tor Lillqvist  <tml@iki.fi>
24572
24573         * gdk/win32/gdkwindow.c: AdjustWindowRectEx2 renamed to
24574         SafeAdjustWindowRectEx. Don't override all calls to
24575         AdjustWindowRectEx by it, but use it only in two places: When
24576         creating a new top-level window and when moving a top-level
24577         window.
24578
24579         Use screen coordinate rectangle, not client rectangle, in
24580         gdk_window_move. Thus SafeAdjustWindowRectEx will do its job only
24581         when we try to place a window so that the decoration (mainly,
24582         title bar) isn't visible.
24583
24584         These changes fix the bug that showed up for instance as the
24585         GIMP's saved top-level windows moving right and down (by an amount
24586         equal to the window decoration) for each session. This bug showed
24587         up also in testgtk's "Saved Position".
24588
24589         gdk_window_resize also redone a bit.
24590
24591 1999-05-25  Tor Lillqvist  <tml@iki.fi>
24592
24593         * gtk/testgtkrc: Add (commented out) Windows-style theme
24594         include line.
24595
24596         * gdk/win32/gdk.def,gtk/gtk.def: Add some missing entry points.
24597
24598 1999-05-18  Tor Lillqvist  <tml@iki.fi>
24599
24600         * gdk/win32/makefile.{cygwin,msc}: Copy our gdkprivate.h and
24601         gdkx.h to a gdk subdirectory, so that applications can include
24602         these with <gdk/*.h> without trouble.
24603
24604         * gdk/win32/gdkimage.c (gdk_image_new_with_depth): Code simplified.
24605         (gdk_image_destroy): Plug resource leak, some GdkImages didn't
24606         have their bitmap destroyed.
24607
24608         * gdk/win32/gdk.def: Add gdk_root_parent.
24609
24610 Wed May 12 03:00:56 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
24611
24612         * configure.in
24613           gtk-config.in
24614           ltconfig
24615           ltmain.sh     
24616           gtk/Makefile.am: changes to compile nicely (with xlib) 
24617           on BeOS
24618
24619 Sat May  1 15:04:42 PDT 1999 Manish Singh <yosh@gimp.org>
24620
24621         * acinclude.m4
24622         * config.guess
24623         * config.sub
24624         * ltconfig
24625         * ltmain.sh: upgrade to libtool 1.3
24626
24627 Fri Apr 30 13:38:16 1999  Lars Hamann  <lars@gtk.org>
24628
24629         * gtk/gtkclist.c:
24630         * gtk/gtkctree.c: merges from gtk-1-2
24631
24632 1999-04-25  Tor Lillqvist  <tml@iki.fi>
24633
24634         Support added for building using a GNU toolchain on Win32,
24635         gcc -mno-cygwin (egcs-1.1.2) on cygwin-b20.1.
24636
24637         * gdk/win32/makefile.cygwin gtk/makefile.cygwin: New files.
24638         * config.h.win32: Changes for gcc.
24639         * gdk/gdkrectangle.c: Include gdk.h as <gdk/gdk.h>.
24640         * gdk/gdkcolor.c: config.h.win32 already defines strcasecmp.
24641         * gdk/win32/gdkconfig.h: Only the MS compiler has wctype.h.
24642         * gdk/win32/gdkdnd.c: Protect (unused) OLE2 stuff better.
24643         Protect shl stuff unavaiilable with mingw32 headers.
24644         * gdk/win32/gdkevents.c: Fix typo.
24645         * gdk/win32/gdkglobals.c: Use GDKVAR here also for gcc.
24646         * gdk/win32/gdkim.c: Use OEM code page for multibyte chars. (?)
24647         * gdk/win32/gdkinput.c: Use __try __except only with the MS compiler.
24648         * gdk/win32/gdkprivate.h: Make up for some stuff missing from
24649         the mingw32 headers.
24650         * gdk/win32/makefile.msc: Use latest Wintab kit and glib.
24651         * gtk/gtkfilesel.c: Include <glib.h> early, to get stat->_stat
24652         definition on Win32. Test for NATIVE_WIN32, not _MSC_VER.
24653         * gtk/gtkfontsel.c: Protect CHARSET redefinition on Win32.
24654         Test for NATIVE_WIN32, not _MSC_VER.
24655         * gtk/gtkmain.c: No use warning about developer version on Win32,
24656         there aren't any non-developer versions anyhow.
24657         * gtk/gtkrc.c: Test for NATIVE_WIN32, not _MSC_VER.
24658         * gtk/makefile.msc: Use pthread from another directory. Minor other
24659         changes. 
24660
24661 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
24662
24663         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
24664           default filter from the list
24665
24666 Mon Mar  8 12:52:53 1999  Owen Taylor  <otaylor@redhat.com>
24667
24668         * gtk/gtkwidget.c (gtk_widget_grab_default): Add a warning
24669          when gtk_widget_grab_default() is called for a widget that
24670          is not within a GtkWindow.
24671
24672 Sat Apr 10 13:52:54 BST 1999  Tony Gale <gale@gtk.org>
24673
24674         * docs/gtk_tut.sgml, examples/clist.c: use a
24675           scrolled window in the clist example. Minor
24676           tutorial fixes.
24677
24678 Fri Apr  2 09:19:20 BST 1999  Tony Gale <gale@gtk.org>
24679
24680         * docs/gtk_tut.sgml: Style check from David King
24681           <dking@youvegotmail.net>
24682
24683 1999-03-30  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
24684
24685         * gtk/gtkfontsel.c (gtk_font_selection_get_fonts): Make code
24686         compile with unknown value of GDK_WINDOWING
24687
24688 1999-03-28  Raja R Harinath  <harinath@cs.umn.edu>
24689
24690         * gdk/Makefile.am (gdkconfig.h): Make sure `gdkconfig.h' exists
24691         after the rule is fired.
24692         (install-exec-local): Install gdkconfig.h only if the contents are
24693         different from the currently installed gdkconfig.h.
24694
24695 1999-03-26  Raja R Harinath  <harinath@cs.umn.edu>
24696
24697         * gdk/Makefile.am (configexecincludedir): Rename from 
24698         configincludedir so that gdkconfig.h will be installed 
24699         as part of `make install-exec'. 
24700
24701 Fri Mar 19 16:50:33 PST 1999 Manish Singh <yosh@gimp.org>
24702
24703         * acinclude.m4
24704         * config.guess
24705         * config.sub
24706         * ltconfig
24707         * ltmain.sh: upgrade to libtool 1.2f
24708
24709         * autogen.sh: libtool is not required to autogen gtk+
24710
24711         * acconfig.h: remove WITH_SYMBOL_UNDERSCORE (not explictly
24712         needed)
24713
24714 1999-03-18  Tor Lillqvist  <tml@iki.fi>
24715
24716         * gdk/gdktypes.h: Merge in Win32 version: Define macro GDKVAR for
24717         declaring gdk variables exported/imported from the DLL. New image
24718         type enum, GDK_IMAGE_SHARED_PIXMAP, for gdk_imlib. New drag and
24719         drop protocol enums, GDK_DRAG_PROTO_WIN32_DROPFILES and
24720         GDK_DRAG_PROTO_OLE2.
24721
24722         * gdk/gdk.h: Merge in Win32 version: Two new functions,
24723         gdk_pixmap_create_on_shared_image and gdk_image_bitmap_new. So far
24724         declared only for the Win32 version, but could be in the X11
24725         version as well. (Needed for a Xlib-less gdk_imlib.)
24726         gdk_color_hash should have only one parameter. Declare
24727         gdk_threads_mutex with GDKVAR.
24728         
24729         * gdk/gdkcolor.c (gdk_color_hash): A hash function should have
24730         just one parameter.
24731
24732         * gdk/gdkimage.c (gdk_image_get): Initialize bpp correctly. Bytes
24733         per pixel, not bits.
24734
24735         * gdk/gdkrgb.c: Mingle includes somewhat. (gdk_rgb_select_conv):
24736         Fetch bpp (which means bits-per-pixel here) from another place on
24737         Win32. Accept also depth==32 (which we might get on Win32) with
24738         bpp==32.
24739
24740         * gtk/{gtkclist,gtkctree,gtkdnd,gtkditable,gtkfontsel,
24741         gtkhandlebox,gtklayout,gtkmain,gtkplug,gtkpreview,gtkrc,
24742         gtkselection,gtksocket,gtkstyle,gtkwidget,gtkwindow}.c:
24743         Include gdx.h from "gdkx.h", not "gdk/gdkx.h", as gdkx.h will be
24744         in the backend-dependent directory, not in the common gdk
24745         directory.
24746
24747         * gtk/testgtk.c: Ditto. Also, don't use ../gdk path to gdk
24748         headers.
24749
24750 Wed Mar 17 05:06:49 1999  Tim Janik  <timj@gtk.org>
24751
24752         * gtk/gtkmain.c (gtk_init_check): tell people that they don't really
24753         want to use the Gtk+ devel version (which is true, and yes - even i am
24754         currently working with the 1.2.x branch). so everyone reading this, you
24755         probably want to issue
24756         cvs checkout -r glib-1-2 glib
24757         and
24758         cvs checkout -r gtk-1-2 gtk+
24759         as your next two comands.
24760
24761 Wed Mar 17 02:49:32 1999  Tim Janik  <timj@gtk.org>
24762
24763         * configure.in: build gtkcompat.h from gtkcompat.h.in instead of
24764         gtkfeatures.h from gtkfeatures.h.in, require GLib 1.3.0.
24765
24766         * gtk/gtkcompat.h.in: combined gtkcompat.h and gtkfeatures.in in this
24767         file. strongly deprecated the GTK_HAVE_* macros, we provide
24768         GTK_CHECK_VERSION() for people that need to check for certain
24769         Gtk+ versions.
24770
24771         * gtk/gtkcompat.h: removed this from CVS.
24772         * gtk/gtkfeatures.h.in: removed this from CVS, gtkfeatures.h was a bad
24773         idea right from the start, it just didn't seem like that back then.
24774
24775 Wed Mar 17 01:46:28 1999  Tim Janik  <timj@gtk.org>
24776
24777         * merges from gtk-1-2:
24778
24779 Tue Mar 16 17:43:33 1999  Tim Janik  <timj@gtk.org>
24780
24781         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_string): ensure the
24782         item factory class has been created.
24783         (gtk_item_factory_parse_rc): likewise.
24784
24785         * gtk/gtkmenu.c:
24786         keep proper references for old_active_menu_item.
24787         (gtk_menu_reparent): unset the usize of the new parent,
24788         so the menu can sanely be size requested and we don't get nasty screen
24789         artefacts upon next reparentation.
24790         (gtk_menu_motion_notify): set send_event to TRUE if we synthesize an
24791         enter notify. only synthesize enter notifies if the pointer really is
24792         inside the event window.
24793         (gtk_menu_popdown): use gtk_menu_shell_deselect().
24794         (gtk_menu_popup): move the background setting stuff into
24795         gtk_menu_tearoff_bg_copy() so it can be called from other places as well.
24796
24797         * gtk/gtkmenushell.c (gtk_menu_shell_button_press): use
24798         gtk_menu_shell_select_item() to select the new item.
24799         (gtk_menu_shell_deselect): export this function, so gtkmenu.c can
24800         do the right thing for deselection as well.
24801
24802 Sat Mar 15 20:10:33 1999  Tim Janik  <timj@gtk.org>
24803
24804         * gtk/gtkwidget.[hc]:
24805         (gtk_widget_accelerators_locked): return whether a widget's accelerators
24806         are locked.
24807
24808         * gtk/gtkmenu.c (gtk_menu_key_press): don't remove or install new or
24809         existing accelerators if the widget's accelerators are locked.
24810
24811 Sat Mar 14 19:44:05 1999  Tim Janik  <timj@gtk.org>
24812
24813         * gtk/gtkitemfactory.[hc]: allow managing of foreign menu items.
24814
24815         * gtk/gtkmenu.c: truely forward key press and key release events to
24816         the menu widget from the toplevel or tearoff window. we can't simply
24817         connect to that, we need to stop further processing of the events as
24818         well.
24819
24820 Sat Mar 13 13:14:17 1999  Tim Janik  <timj@gtk.org>
24821
24822         * gtk/gtkmenu.c:
24823         (gtk_menu_key_press): pass event->keyval, event->state to
24824         gtk_accelerator_valid, instead of event->keyval twice.
24825         refuse to install single letter accelerators for menus that use
24826         single letter shortcuts.
24827
24828         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): use
24829         gtk_menu_ensure_uline_accel_group().
24830
24831         * gtk/gtkmenu.[hc]: added gtk_menu_ensure_uline_accel_group()
24832         which will always return an uline accel group, made
24833         gtk_menu_get_uline_accel_group() return NULL if the group isn't
24834         yet created.
24835
24836 Mon Mar 15 01:03:27 1999  Lars Hamann  <lars@gtk.org>
24837
24838         * gtk/gtkclist.h (struct _GtkCListColumn): added button_passive flag.
24839
24840         * gtk/gtkclist.c (gtk_clist_column_title_passive):
24841         Leave button sensitive, trap  button_press, button_release,
24842         motion_notify, enter_notify and leave_notify events instead.
24843         (gtk_clist_column_title_active): disconnect event handler.
24844         (gtk_clist_drag_data_get): fixed memory leak. Reported by
24845         Guillaume Laurent <glaurent@worldnet.fr>
24846
24847 Wed Mar 10 23:49:55 1999  Lars Hamann  <lars@gtk.org>
24848
24849         * gtk/gtklayout.c (gtk_layout_adjustment_changed): fixed a few
24850         width/height mixups.
24851
24852         * gtk/gtkctree.c (tree_delete): emit an tree_unselect_row signal
24853         if needed.
24854
24855 Wed Mar 10 00:11:32 1999  Tim Janik  <timj@gtk.org>
24856
24857         * gtk/testgtk.c (create_item_factory): unref the item factory after
24858         window's destruction.
24859
24860         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): keep a reference
24861         count on the menu shell around the menu item's activation, since the
24862         signal emission may cause menu shell destruction.
24863
24864         * gtk/gtkitemfactory.c:
24865         the previous code leaked one accel group per menu. we use
24866         gtk_menu_get_uline_accel_group() now to fix that, and with that
24867         also create the underline accelerator group of the menus only if
24868         required (i.e. an underline accelerator has been specified).
24869         (gtk_item_factory_construct):
24870         (gtk_item_factory_create_item): removed code that would create an
24871         extra accel group for the menu (and leak references).
24872         (gtk_item_factory_create_item): adapted the underline accelerator
24873         installation code to properly feature gtk_menu_get_uline_accel_group().
24874
24875         * gtk/gtkmenu.[hc]: added gtk_menu_get_accel_group() to retrive
24876         menu->accel_group, this may return NULL if the accelerator group
24877         hasn't been set yet.
24878         added gtk_menu_get_uline_accel_group() to retrive the underline
24879         accelerator group of the menu, this will be created on demand
24880         and proper care is taken about its reference count.
24881
24882         * gtk/gtkitemfactory.h:
24883         * gtk/gtkitemfactory.c:
24884         dumped the approach of keeping a widgets by action list on the
24885         factory since the factory<->widget destroy negotiation didn't work
24886         and would be hard to get going at all. instead we keep a list of
24887         GtkItemFactoryItem items on the factory (GtkItemFactoryItems are
24888         persistant throughout a program's life time).
24889         also, i removed the static const gchar *key_* variables, and made
24890         them inline strings (they weren't actually used anyways).
24891         (gtk_item_factory_add_item): update ifactory->items.
24892         (gtk_item_factory_destroy): destroy ifactory->items (and remove
24893         the item factory pointer from the remaining ifactory widgets).
24894         (gtk_item_factory_get_widget_by_action): walk the GtkItemFactoryItem
24895         list to find the widget.
24896         (gtk_item_factory_get_item): new function that works around
24897         gtk_item_factory_get_widget() limitations, this function will only
24898         return menu items, even for <Branch> entries.
24899
24900 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
24901
24902         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
24903         font hash table, if we have a GdkFontPrivate entry for this font
24904         already, simply increment its reference count, provided by Olaf Dietsche
24905         <olaf.dietsche+list.gtk@netcologne.de>.
24906
24907         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
24908         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
24909
24910 Sun Mar  7 06:13:29 1999  Tim Janik  <timj@gtk.org>
24911
24912         * gtk/gtkcontainer.c:
24913         (gtk_container_add_with_args):
24914         (gtk_container_addv):
24915         (gtk_container_add): before adding a child to a conatiner, make sure
24916         it is (default) constructed, this is neccessary because under certain
24917         circumstances the child will get relized and mapped immediatedly, in
24918         which case it has to be constructed already.
24919
24920 Mon Mar  1 17:58:21 1999  Tim Janik  <timj@gtk.org>
24921
24922         * gtk/gtksignal.c (gtk_signal_connect_by_type): count object_signal
24923         values > 1 as TRUE also.
24924
24925 1999-03-16  Tor Lillqvist  <tml@iki.fi>
24926
24927         * README.win32: New file.
24928                 
24929         * configure.in: Check for lstat.
24930
24931         * config.h.win32: Add non-definition of HAVE_LSTAT, just for
24932         completeness.
24933
24934         * gtk/gtkrc.c: If don't HAVE_LSTAT, use stat.
24935
24936         * gtk/gtk.def: Removed CRs.
24937
24938         * gtk/makefile.msc: Correct include path to Win32 GDK version (in
24939         ..\gdk\win32).
24940
24941         * gdk/win32/makefile.msc: Correct upwards relative paths.
24942         
24943 Mon Mar 15 03:38:34 1999  George Lebl  <jirka@5z.com>
24944
24945         * gtk/gtkdnd.c: (gtk_drag_highlight) swap the
24946           gtk_drag_highlight_expose and gtk_drag_highlight_paint since
24947           it was connecting a void function to expose_event and the int
24948           returning function to the draw signal
24949
24950 1999-03-14  Jeff Garzik  <jgarzik@pobox.com>
24951
24952         * configure.in:
24953         Use correct path to libgmodule.la when ref'ing uninstalled copy
24954         of glib.  (Already in stable branch, Bug #417)
24955
24956 1999-03-15  Tor Lillqvist  <tml@iki.fi>
24957
24958         Win32 merge and general portability stuff:
24959                 
24960         * acconfig.h,configure.in: Check for <sys/time.h>.
24961
24962         * gdk/win32: New directory (actually, been there for a while).
24963         
24964         * gtk/fnmatch.c: Include <glib.h> for G_DIR_SEPARATOR, WIN32 and
24965         NATIVE_WIN32, and use these. Always case fold on Win32. No
24966         backslashed escapes on native Win32.
24967
24968         * gtk/{gtk.def,makefile.msc}: New files.
24969
24970         * gtk/Makefile.am: Add above new files.
24971         
24972         * gtk/{gtkaccelgroup,gtkbindings}.c: Include <string.h>
24973         instead of <strings.h>.
24974
24975         * gtk/{gtkcalendar,gtkitemfactory,gtkpreview,gtkrc}.c: Include
24976         config.h. Protect inclusion of <sys/param.h>, <sys/time.h>, and
24977         <unistd.h> appropriately.
24978
24979         * gtk/gtkdnd.c: Merge in Win32 version (which doesn't do much).
24980         Use ABS() (from <glib.h>) instead of abs().
24981         
24982         * gtk/gtkfilesel.c: Moved Win32-specific includes after inclusion
24983         of gtk (and thus glib) headers, so that WIN32 will be
24984         defined. With MS C, include <direct.h> for mkdir prototype.
24985
24986         * gtk/gtkitemfactory.c (gtk_item_factory_callback_marshal): Add
24987         some casts, needed by MS C.
24988
24989         * gtk/{gtklayout,gtkplug}.c: Merge in Win32 version (which isn't
24990         implemented).
24991
24992         * gtk/gtkmain.c: Include gdk/gdkx.h for GDK_WINDOWING. Include
24993         <X11/Xlocale.h> only on X11 platform, otherwise <locale.h>.  Use
24994         G_SEARCHPATH_SEPARATOR_S and g_module_build_path.
24995
24996         * gtk/gtkmain.h: Mark variables for export/import on Win32.
24997                 
24998         * gtk/gtkrange.c (gtk_range_motion_notify): Set mods also in case
24999         the event is not a hint, or its window is not the slider. Needed
25000         on Win32, at least.
25001
25002         * gtk/gtkrc.c: Include config.h and gdk/gdkx.h. Use <locale.h>
25003         unless on X11. Skip \r chars, too. Use G_DIR_SEPARATOR and
25004         G_SEARCHPATH_SEPARATOR(_S). Use g_path_is_absolute. On Win32, use
25005         a subdirectory of the Windows directory as gtk system
25006         configuration directory.
25007
25008         * gtk/gtkselection.c: No chunks on Win32.
25009
25010         * gtk/gtksocket.c: Not implemented on Win32.
25011
25012         * gtk/gtkthemes.c (gtk_theme_engine_get): Use g_module_build_path.
25013
25014         * gtk/makeenums.h: Include gdkprivate.h after gdk.h.
25015
25016         * gtk/maketypes.awk: Declare variables with a macro that expands to
25017         necessary export/import magic in the case of Win32.
25018                 
25019         * gtk/testrgb.c: Use dynamically allocated buffer. Use GTimers.
25020
25021 1999-03-13  Raja R Harinath  <harinath@cs.umn.edu>
25022
25023         * configure.in (gdk_wc): Move widechar tests from `glib' to here,
25024         since those were meant only for gdki18n.h.  
25025         * gdk/gdki18n.h: Include gdkconfig.h and use GDK_* instead of G_*
25026         for widechar tests.
25027         * gtk/Makefile.am (INCLUDES): Add -I../gdk for gdkconfig.h.
25028
25029 1999-03-13  Tor Lillqvist  <tml@iki.fi>
25030
25031         * configure.in acconfig.h: Check for dirent.h and pwd.h. Generate
25032         gdk/gdkconfig.h using similar mechanism as GLib's glibconfig.h.
25033
25034         * gtk-config.in: Add @libdir/gtk+/include (where gdkconfig.h is
25035         installed) to CFLAGS.
25036
25037         * gdk/Makefile.am: Add rules for gdkconfig.h.
25038
25039         * gdk/gdktypes.h: Include gdkconfig.h. Define macros for windowing
25040         APIs.
25041
25042         * gdk/gdkfontsel.c: Don't include Xlib.h, it gets included via
25043         gdkx.h anyway when compiling for X11.
25044         (gtk_font_selection_create_xlfd): Use g_strdup_printf. (In
25045         general): Merge in Win32 version.
25046         
25047         * gtk/gtkfilesel.c: Use g_get_current_dir(). Merge in Win32
25048         version: Use G_DIR_SEPARATOR, g_path_is_absolute, no tilde
25049         expansion (if we don't have HAVE_PWD_H), allow for drive
25050         letters. UNC paths (\\server\share\...) are not handled yet.  Also,
25051         included code from Craig Setera's port to Win32 (the one that uses
25052         X11, and the cygwin dll), even if it probably will be abandoned.
25053
25054         * gtk/gtkfilesel.c: Don't append a * to the pattern to complete if
25055         the user entered one herself.  This way one can complete *.h and
25056         don't get matches on any .help files, for instance.
25057         
25058 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
25059
25060         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
25061         font hash table, if we have a GdkFontPrivate entry for this font
25062         already, simply increment its reference count, provided by Olaf Dietsche
25063         <olaf.dietsche+list.gtk@netcologne.de>.
25064
25065         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
25066         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
25067
25068 1999-03-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
25069
25070         * gtk/gtkstyle.c (gtk_default_draw_handle): Significantly reduced
25071         the number of calls to gdk_draw_point() (and thus to X) by
25072         clipping the points by hand.
25073
25074         * gtk/gtkhandlebox.c (draw_textured_frame): Actually make use of
25075         the clip parameter.
25076         (gtk_handle_box_paint): Only paint the handle if the expose area
25077         intersects it.
25078
25079 Sun Mar  7 18:46:37 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
25080
25081         * gtk/gtkmain.c (add_dll_suffix): Add this function (OS/2 ver.)
25082
25083 Sun Mar  7 11:43:34 1999  ape@spacetec.no  (Asbjorn Pettersen)
25084
25085         * gtk/gtkthemes.c (gtk_theme_engine_get): Add OS/2 changes.
25086         Added function gen_8_3_dll_name(gchar *name, gchar *fullname).
25087
25088 Fri Mar  5 09:12:24 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
25089
25090         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): Open file in
25091          textmode (O_TEXT) for OS/2 version.
25092
25093 Sun Feb 28 16:46:02 1999  Stefan Jeske  <stefan@gtk.org>
25094
25095         * gtk/gtkspinbutton.[c,h] gtk/testgtk.c: Added two new signals to 
25096         GtkSpinButton, "input" and "output", to make the output more flexible.
25097         The user has to provide a mapping between adjustment->value and the
25098         output string (and vice versa, if the spin button is editable). 
25099         See testgtk for examples.
25100
25101 Sat Feb 27 01:18:47 1999  Tim Janik  <timj@gtk.org>
25102
25103         * ChangeLog: moved old ChangeLog to ChangeLog.pre-1-2, and started
25104         new one.
25105         
25106         * configure.in: set gtk+ version to 1.3.0.
25107
25108         * gtk/gtkfilesel.h, gtk/gtkfilesel.c: Derive from GtkDialog,