]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-10
Refresh the dialog on map. (#52877, inspired by request from Murray
[~andy/gtk] / ChangeLog.pre-2-10
1 Wed Jan 16 19:33:41 2002  Owen Taylor  <otaylor@redhat.com>
2
3         * gtk/gtkfilesel.c (gtk_file_selection_map): Refresh
4         the dialog on map. (#52877, inspired by request from
5         Murray Cumming)
6
7 Wed Jan 16 19:23:04 2002  Owen Taylor  <otaylor@redhat.com>
8
9         * gtk/gtkbindings.c (gtk_binding_entry_activate): 
10         Support "optional" bindings. If a binding signal
11         has a boolean return value, and returns FALSE it
12         is as if it didn't exist all.
13
14         * gtk/gtkbindings.c (binding_compose_params): Switch
15         over to GValue.
16
17         * gtk/gtknotebook.[ch]: Make the select_page() and
18         change_current_page() signals only take effect when
19         the focus is on the tab area so that key presses
20         in children pass up to the toplevel correctly.
21
22 Wed Jan 16 12:16:37 2002  Owen Taylor  <otaylor@redhat.com>
23
24         * gtk/gtkoptionmenu.c (gtk_option_menu_size_request): Fix 
25         calculation error in the (shouldn't happen) case where
26         option_menu->height < child_requisition.height. (Patch
27         from Jacob Berkman, #66969)
28
29 2002-01-15  Matthias Clasen  <matthiasc@poet.de>
30
31         * gtk/gtkenums.h (GtkMatchType): Deprecate. (#68183)
32
33         * gtk/gtkscale.h (gtk_scale_value_width): Remove useless 
34         compatibility macro. (#67730) 
35
36 Wed Jan 16 10:54:38 2002  Owen Taylor  <otaylor@redhat.com>
37
38         * configure.in: Fix typo in --help output.
39         (Arnaud Charlet).
40
41 Wed Jan 16 10:18:42 2002  Owen Taylor  <otaylor@redhat.com>
42
43         * gtk/stock-icons/Makefile.am (EXTRA_DIST): Add 
44         gtkstockpixbufs.h.
45
46         * configure.in: Make TIFF, JPEG, PNG loaders mandatory
47         unless you configure with --without-libtiff, etc.
48         (#54045, Brian Cameron)
49
50 2002-01-16  Padraig O'Briain <padraig.obriain@sun.com>
51
52         * gtk/gtkmenushell.c (gtk_real_menu_shell_move_current):
53         Avoid unexpected warning message when navigating menu (#68517)
54
55 2002-01-15  Jody Goldberg <jody@gnome.org>
56
57         * gtk/gtklayout.c (gtk_layout_realize) : It is possible that a
58         GtkLayout may have been scrolled _before_ it was realized.
59
60 Tue Jan 15 18:10:24 2002  Owen Taylor  <otaylor@redhat.com>
61
62         * gtk/gtkspinbutton.c (gtk_spin_button_grab_notify): Stop
63         the timer on destroy, or when we are notified that we are
64         shadowed by a modal dialog.
65
66         * gtk/gtkspinbutton.c: Remove explicit gtk_grab_add()/remove() -
67         not needed any more.
68
69         * gtk/gtkmain.c (gtk_grab_notify): Fix problem where notifications
70         weren't sent out for the default grab group.
71
72         * gtk/gtkmain.c (gtk_grab_notify): Fix notification of widgets that
73         were getting events because they were part of the previous grab.
74
75 Tue Jan 15 12:23:33 2002  Owen Taylor  <otaylor@redhat.com>
76
77         * gtk/gtknotebook.c (gtk_notebook_mnemonic_activate_switch_page): 
78         focus the activated tab, not the page. (#53612)
79
80         * gtk/gtknotebook.c (gtk_notebook_set_focus_child): Track
81         the last focus descendant of the page.
82
83         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): If the focus
84         was on the previous page, move it to the last focused widget /
85         first element on the new page, if possible, or if not, to the 
86         notebook itself. (#68224, reported by Jonathan Blandford)
87
88         * gtk/gtknotebook.c (focus_tabs_in): Don't focus tabs
89         tabs aren't visible. (#65462, Damon Chaplin, fixed based 
90         on patch from Anders Carlsson)
91
92 2002-01-15            Vitaly Tishkov       <tvv@sparc.spb.su>
93
94         * gtk/gtkstyle.c
95         a misprint in documentation for gtk_style_render_icon () is fixed
96
97 Mon Jan 14 23:21:47 2002  Tim Janik  <timj@gtk.org>
98
99         * gtk/gtkmenuitem.c (gtk_menu_item_map): map event_window after
100         mapping child, so we don't loose events.
101
102 2002-01-15  Sven Neumann  <sven@gimp.org>
103
104         * gtk/gtkaccellabel.h
105         * gtk/gtkitemfactory.c: fixed documentation by syncing the parameter
106         names used in headers and code.
107
108 2002-01-14  jacob berkman  <jacob@ximian.com>
109
110         * gtk/gtkrc.c (gtk_rc_get_im_module_path): close a comment block
111
112 Tue Jan 15 01:13:51 2002  Kristian Rietveld  <kris@gtk.org>
113
114         * gtk/gtktreemodelsort.c: fix a load of open line ends,
115         (gtk_tree_model_sort_set_model): only free root level if it's
116         !NULL
117
118 2002-01-14  Matthias Clasen  <matthiasc@poet.de>
119
120         * gtk/gtkoldeditable.c, gtk/gtkrc.c, 
121         gtk/gtkstyle.c: Documentation additions.
122
123         * gtk/gtkmenu.c (gtk_menu_set_accel_path),
124         gtk/gtkmenuitem.c (gtk_menu_item_set_accel_path), 
125         gtk/gtkwidget.c (gtk_widget_add_accelerator): Typo and markup fixes.
126
127         * gtk/gtkitemfactory.c (gtk_item_factory_add_foreign): Document.
128
129         * gtk/gtkaccelmap.c (gtk_accel_map_add_filter): Explain intended use.
130
131 Mon Jan 14 17:14:13 2002  Owen Taylor  <otaylor@redhat.com>
132
133         * gdk/x11/gdkselection-x11.c (sanitize_utf8): Don't
134         mangle sequences of consecutive \n or \r.
135
136 Mon Jan 14 17:42:28 2002  Jonathan Blandford  <jrb@redhat.com>
137
138         * gtk/gtktreeview.c (gtk_tree_view_stop_editing): allow cancel to
139         happen.
140
141         * gtk/gtktreeview.c (install_presize_handler): only install the
142         handler if we're realized, #68056
143
144 Mon Jan 14 16:35:58 2002  Owen Taylor  <otaylor@redhat.com>
145
146         * gtk/gtkwindow.c (gtk_window_move_resize): Unset 
147         initial_pos_set after the first configure request.
148
149 2002-01-13  Jody Goldberg <jody@gnome.org>
150
151         * gtk/gtktexttag.c (get_color_arg) : set_boxed will copy the color
152           and will use a mem_chunk to do it.  Avoid an unnecessary copy, a
153           leak, and confusion.
154
155 Sun Jan 13 23:23:22 2002  Owen Taylor  <otaylor@redhat.com>
156
157         * gtk/gtkwindow.c (gtk_window_compute_hints): Fix problem where
158         widget->requisition was being used instead of
159         gtk_widget_get_child_requisition (), causing geometry widgets
160         with usizes to misbehave.
161
162 2002-01-14  Sven Neumann  <sven@gimp.org>
163
164         * gtk/gtkrc.c: g_getenv() returns a const string.
165
166 2002-01-14  Hasbullah Bin Pit  <sebol@ikhlas.com>
167
168         * configure.in: Added ms at ALL_LINGUAS.
169         * po/ms.po: Added Malay Translation.
170
171 2002-01-14  Matthias Clasen  <matthiasc@poet.de>
172
173         * gtk/gtkitemfactory.c: Documentation.
174
175 2002-01-13  Sven Neumann  <sven@gimp.org>
176
177         * gdk/gdkwindow.c: documentation cleanups.
178
179 Sun Jan 13 01:15:45 2002  Kristian Rietveld  <kris@gtk.org>
180
181         * gtk/gtktreemodelsort.c: various cleanups,
182         (get_child_iter_from_elt): removed,
183         (gtk_tree_model_sort_elt_get_path): rewritten to be a lot cleaner
184         and especially faster,
185         (gtk_tree_model_convert_iter_to_child_iter): use
186         gtk_tree_model_sort_elt_get_path
187
188 Sat Jan 12 16:57:31 2002  Kristian Rietveld  <kris@gtk.org>
189
190         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search):
191         revert Owen's change (using a strdupped string as object data), so
192         the interactive search works again
193
194 2002-01-11  Havoc Pennington  <hp@pobox.com>
195
196         * gtk/gtklabel.c: put in more links to Pango markup format docs
197         (gtk_label_set_justify): mention gtk_misc_set_alignment
198
199 2002-01-12  Tor Lillqvist  <tml@iki.fi>
200
201         Fixes contributed by Archaeopteryx Software: This is a first small
202         part of their changes. Will commit more later.
203         
204         * gdk/win32/*.c: Add some more checks for failed GDI calls. If a
205         call fails, don't use bogus values.
206
207          gdk/win32/gdkcursor-win32.c (_gdk_win32_data_to_wcursor): Plug
208         memory leak: g_free() the AND and XOR bitmaps after use.
209         (_gdk_cursor_destroy): If we are destroying the current Windows
210         cursor, set the Windows cursor to none first.
211
212         * gdk/win32/gdkgc-win32.c (predraw_set_foreground): Delete the old
213         brush that was in the DC, like the win32-procution branch does. I
214         guess this plugs a resource leak? With the HDC cache, the old
215         brush might be something we created ourselves, and not a stock
216         brush. And it doesn't do any harm to call DeleteObject on stock
217         brushes.
218
219         * gdk/win32/gdkwindow-win32.c (gdk_window_impl_win32_finalize): If
220         the window has a cursor which is the current Windows cursor,
221         before destroying it set the current Windows cursor to none.
222         (gdk_window_set_cursor): Also here, if destroying the current
223         Windows cursor, set the current Windows cursor to none first.
224         (gdk_window_get_pointer): Revamp logic.
225         
226 2002-01-10  jacob berkman  <jacob@ximian.com>
227
228         * gtk/gtkwidget.c (gtk_widget_add_events): actually iterate
229         through the list rather than infinitely loop
230
231 2002-01-08  Matthias Clasen  <matthiasc@poet.de>
232
233         * gtk/gtkwidget.c (gtk_widget_set_style_recurse): Rename to
234         reset_rc_styles_recurse(). (#68084)
235
236 2002-01-10            Vitaly Tishkov       <tvv@sparc.spb.su>
237         * gtk/gtkimage.c
238         * gtk/gtkimcontext.c
239         * gtk/gtktreemodel.c
240         * gtk/gtktreemodelsort.c
241         * gtk/gtkwindow.c
242         fix docs        
243
244 Wed Jan  9 20:56:42 2002  Jonathan Blandford  <jrb@redhat.com>
245
246         * gdk/x11/gdkkeys-x11.c (get_xkb): get the types as well as the
247         symbols because we need them in MyEnhancedXkbTranslateKeyCode.
248
249 2002-01-10  Tor Lillqvist  <tml@iki.fi>
250
251         Apply the same fixes and improvements as to the
252         gtk-1-3-win32-production branch: Bug fixes and cleanup of
253         selection and DND functionality. Still doesn't work as well as the
254         win32-production branch, though, but getting closer.
255
256         After this, need to add Archaeopteryx Software's OLE2 DND support.
257
258         * gdk/win32/gdkselection-win32.c (gdk_selection_owner_set,
259         gdk_selection_send_notify, generate_selection_notify): Don't use
260         SendMessage() to generate events for the same app, instead use
261         gdk_event_put().
262
263         * gdk/win32/gdkprivate-win32.h
264         * gdk/win32/gdkglobals-win32.c
265         * gdk/win32/gdkmain-win32.c
266         * gdk/win32/gdkevents-win32.c: Thus, remove declaration, definition,
267         initialisation and handling of gdk_selection_notify_msg,
268         gdk_selection_request_msg and gdk_selection_clear_msg. 
269
270         * gdk/win32/gdkselection-win32.c (gdk_text_property_to_text_list,
271         gdk_free_text_list, gdk_string_to_compound_text,
272         gdk_free_compound_text): Implement trivially, witrh a text_list
273         always having a single element, and a compound text always
274         consisting of just a single (UTF-8!) string. Let's see how well
275         this works.
276
277         * gdk/win32/gdkselection-win32.c (gdk_selection_convert): Fix
278         non-ASCII paste from the clipboard: Try getting the same formats
279         from the Windows clipboard that gdk_property_change() puts there:
280         CF_UNICODETEXT, UTF8_STRING or CF_TEXT+CF_LOCALE.
281
282         * gdk/win32/gdkproperty-win32.c (gdk_property_change): When
283         storing text on the clipboard, handle non-ASCII text
284         correctly. The logic is as follows:
285
286         If we have only ASCII characters, use CF_TEXT.
287
288         Else, if we are on NT, use CF_UNICODETEXT.
289
290         Else (we are on Win9x), if all the characters are present in the
291         code page of some installed locale, use CF_TEXT and also set
292         CF_LOCALE to that locale.
293
294         Else (still on Win9x) store as RTF. We use a very simple RTF
295         string, just the text, no fonts or other crap, with the non-ASCII
296         characters as Unicode \uN keywords. Additionally, also store the
297         UTF-8 string as such, under the format "UTF8_STRING", so that GDK
298         can also paste from the Clipboard what it has copied there. (Thus
299         no need to implement any RTF parser.)
300         
301         (find_common_locale): New function, implements the search for a
302         locale for case 3 above.
303
304         * gdk/win32/gdkglobals-win32.c: New global variables
305         compound_text, text_uri_list, utf8_string, cf_rtf and
306         cf_utf8_string.
307
308         * gdk/win32/gdkim-win32.c (_gdk_ucs2_to_utf8): New function,
309         converts from a wchar_t string to UTF-8.
310         (_gdk_utf8_to_ucs2): Rename from _gdk_win32_nmbstowchar_ts.
311         (_gdk_utf8_to_wcs): Rename from gdk_nmbstowchar_ts.
312
313         * gdk/win32/gdkevents-win32.c (build_keypress_event): Use
314         _gdk_ucs2_to_utf8().
315
316         * gdk/win32/gdkselection-win32.c: Remove some unnecessary logging.
317
318         * gdk/win32/gdkdnd-win32.c: Plug memory leaks, the
319         gdk_drag_context_ref() was called unnecessarily in a couple of
320         places, meaning drag contexts were never freed. The same memory
321         leaks seem to be present in gdk/linux-fb/gdkselection-fb.c, BTW.
322
323         (gdk_drop_reply): For WIN32_DROPFILES drops, free the temporarily
324         stored file list.
325
326         * gdk/win32/gdkselection-win32.c: Clarify the use of the
327         sel_prop_table. Now it is used only for storing the GDK_SELECTION
328         "properties".
329
330         The file names dropped with WM_DROPFILES -style DND is stored
331         temporarily (between the drop and the target picking them up) in a
332         separate place.
333
334         Have a separate hash table to map selection atoms to owner
335         windows. This used to be quite mixed up.
336
337         (_gdk_dropfiles_store): New function, to store the dropped file
338         list for the drop target to possibly fetch, and clear it
339         afterwards, from gdk_drop_reply().
340
341         (gdk_selection_owner_get): Much simplified now.
342
343 2002-01-09  jacob berkman  <jacob@ximian.com>
344
345         * gtk/gtklayout.c (gtk_layout_style_set): set the background of
346         our bin window also (fixes #58957)
347
348 Wed Jan  9 19:10:07 2002  Jonathan Blandford  <jrb@redhat.com>
349
350         * gtk/gtktreeselection.c
351         (_gtk_tree_selection_internal_select_node): Now we test we can
352         unselect nodes before selecting new ones.
353         (gtk_tree_selection_real_select_node): be careful comparing booleans.
354
355 Wed Jan  9 21:31:44 2002  Kristian Rietveld  <kris@gtk.org>
356
357         * gtk/gtkliststore.c (gtk_list_store_sort): pass NULL to
358         gtk_tree_model_rows_reordered and not an iter with user_data
359         set to NULL (which is an invalid liststore iter, so
360         iter_n_children failed, etc)
361
362 2002-01-09  Sven Neumann  <sven@gimp.org>
363
364         * tests/prop-editor.c: declared internal functions static.
365         
366 Wed Jan  9 11:13:12 2002  Owen Taylor  <otaylor@redhat.com>
367
368         * gtk/gtkmenuitem.c (_gtk_menu_item_refresh_accel_path): 
369         Fix problem with menus without accel groups, such as the
370         menus for option menus.
371
372         * gtk/gtkpaned.c (gtk_paned_expose): Only conditionalize
373         drawing of handle on whether both children are visible,
374         not the drawing of the other child!. (#68325, Diego Gonzalez)
375
376 Wed Jan  9 10:20:16 2002  Owen Taylor  <otaylor@redhat.com>
377
378         * gdk/x11/gdkdrawable-x11.c gdk/x11/gdkgc-c11.c: Check for
379         RENDER before trying to use it... XRenderFindFormat() prints
380         warnings if called when extension isn't present.
381
382 Wed Jan  9 15:20:40 2002  Tim Janik  <timj@gtk.org>
383
384         * gtk/gtkmenuitem.c (gtk_menu_item_parent_set): update the accel
385         path upon parent changes.
386
387 Wed Jan  9 13:20:14 2002  Tim Janik  <timj@gtk.org>
388
389         * gtk/gtkviewport.c (gtk_viewport_size_allocate): small but important
390         fix to force vadjustments at size_alocate time from Xavier Ordoquy
391         <mcarkan@users.sourceforge.net>.
392
393 Wed Jan  9 11:23:39 2002  Tim Janik  <timj@gtk.org>
394
395         * gtk/gtklayout.c (gtk_layout_get_property): 
396         * gtk/gtkspinbutton.c (gtk_spin_button_get_property): 
397         * gtk/gtktreeview.c (gtk_tree_view_get_property): 
398         * gtk/gtkwidget.c (gtk_widget_get_property): 
399         * gtk/gtkfontsel.c (gtk_font_selection_get_property): 
400         * gtk/gtkrange.c (gtk_range_get_property):
401         * gtk/gtkviewport.c (gtk_viewport_get_property):
402         * gtk/gtkprogressbar.c (gtk_progress_bar_get_property): don't cast a
403         possible NULL pointer.
404
405 2002-01-08  Mike Kestner  <mkestner@speakeasy.net>
406
407         * gtk/gtkcelleditable.h : Use G_TYPE_INSTANCE_GET_INTERFACE.
408         * gtk/gtktreednd.h : ditto.
409         * gtk/gtktreemodel.h : ditto.
410         * gtk/gtktreesortable.h : ditto.
411         * gtk/gtkwidget.h : Don't reference incomplete _GdkRectangle type.
412
413 2002-01-08  Matthias Clasen  <matthiasc@poet.de>
414
415         * gtk/gtkplug.c, gtk/gtksocket.c: Speak of window IDs rather 
416         than XIDs in the docs.
417
418         * gtk/gtkclipboard.c (gtk_clipboard_clear): Fix docs.
419
420 Tue Jan  8 18:39:23 2002  Jonathan Blandford  <jrb@redhat.com>
421
422         * gtk/gtktreedatalist.c (gtk_tree_data_list_compare_func): wow!
423         Am I a moron or what 0 < 1 is not equivalent to strcmp ("a", "b")
424
425 Tue Jan  8 18:04:01 2002  Owen Taylor  <otaylor@redhat.com>
426
427         * gtk/gtktoolbar.c (gtk_toolbar_set_icon_size):
428         Handle TOGGLE/RADIOBUTTON as well. (#68201,
429         Damon Chaplin.)
430
431         * gtk/gtktoolbar.c (get_first_child): Fix stupid 
432         bug, just introduced.
433
434 Tue Jan  8 15:53:28 2002  Owen Taylor  <otaylor@redhat.com>
435
436         * gtk/gtkdnd.c (gtk_drag_find_widget): Fix coordinate
437         translations, once and for all.
438
439         * gtk/gtktextbuffer.c (paste_from_buffer): Free
440         the ClipboardRequest structure. (#66198, HideToshi
441         Tajima)
442
443 2002-01-08  jacob berkman  <jacob@ximian.com>
444
445         * gtk/gtklayout.c (gtk_layout_move_internal): queue a resize on
446         the child rather than the layout. see bug #68263
447
448 Tue Jan  8 14:51:19 2002  Owen Taylor  <otaylor@redhat.com>
449
450         * gtk/gtkpaned.c (gtk_paned_expose): Don't draw
451         the handle if we aren't showing both children.
452         (#68135, Diego Gonzalez)
453
454 Tue Jan  8 14:45:43 2002  Owen Taylor  <otaylor@redhat.com>
455
456         * gtk/gtkwidget.c (gtk_widget_add_events): Fix
457         leak of result of gtk_container_get_children().
458
459 Tue Jan  8 14:42:19 2002  Owen Taylor  <otaylor@redhat.com>
460
461         * gtk/gtktoolbar.c: Fix leaks of results of
462         gtk_container_get_children(). (#68199, Damon Chaplin)
463
464 Tue Jan  8 14:19:43 2002  Owen Taylor  <otaylor@redhat.com>
465
466         * gtk/gtkcheckbutton.c (gtk_check_button_size_allocate): 
467         Fix problem where child->requisition was accessed
468         directly instead of calling get_child_requisition()
469         (#68199, Damon Chaplin)
470
471 2001-01-08  James Henstridge  <james@daa.com.au>
472
473         * gtk/gtkstyle.c: add trailing */ on doc comment.
474
475 Mon Jan  7 22:19:32 2002  Owen Taylor  <otaylor@redhat.com>
476
477         * gdk/x11/gdkdrawable-x11.c (draw_with_pixmaps): Fix a
478         problem where were the offset into the image was passed
479         into convert_to_format() wrong.
480
481         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_pixbuf): Call
482         gdk_x11_drawable_update_picture_clip () before using
483         the picture; allow update_picture_clip() to take a NULL gc
484         to mean no clipping.
485
486 2002-01-07  Matthias Clasen  <matthiasc@poet.de>
487
488         * gtk/gtksocket.c (gtk_socket_get_id): Doc typo fix. (#68172)
489
490         * gtk/gtktreemodel.c (gtk_tree_path_is_descendant): Fix docs.
491
492         * gtk/gtktreemodel.c (gtk_tree_model_rows_reordered): Document.
493
494         * gtk/gtkwindow.c (gtk_window_remove_accel_group): Fix docs.
495
496         * gtk/gtkrc.c (gtk_rc_get_style_by_paths),
497         gtk/gtkwidget.c (gtk_widget_get_toplevel, 
498         gtk_widget_push_composite_child), gtk/gtkdialog.c 
499         (gtk_dialog_new_with_buttons, gtk_dialog_run): Keep gtk-doc
500         from messing up the indentation of inline examples.     
501
502         * gtk/gtkmain.c, gtk/gtkrc.c: Consistently call g_getenv() 
503         instead of getenv().
504
505         * gtk/gtktreemodel.c, gtk/gtkaccelgroup.c, gtk/gtkclipboard.c,
506         gtk/gtkdnd.c, gtk/gtkiconfactory.c, gtk/gtkrc.c,
507         gtk/gtkstyle.c, gtk/gtkselection.c: Doc fixes.
508
509         * gtk/gtkaccelmap.c (gtk_accel_map_add_filter,
510         gtk_accel_map_foreach_unfiltered, gtk_accel_map_load_scanner):
511         Document.
512
513 2002-01-07  Anders Carlsson  <andersca@gnu.org>
514
515         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Remove
516         unused pixels and rowstride variables.
517         (gtk_cell_renderer_pixbuf_get_size): Check for non-NULL width.
518
519 Mon Jan  7 08:48:23 2002  Tim Janik  <timj@gtk.org>
520
521         * gtk/gtkdnd.c (gtk_drag_find_widget): don't forget to offset
522         the pointer by x/y_offset into the new window when we found
523         the drag destination.
524
525         * gtk/gtkaccelmap.c (internal_change_entry): fix return code
526         for simulation when the entry already contains the required
527         accel key and mod.
528
529 2002-01-06  Matthias Clasen  <matthiasc@poet.de>
530  
531         * docs/debugging.txt: Replace GTK_NO_CHECK_CASTS by 
532         G_DISABLE_CAST_CHECKS.
533
534         * gtk/gtkaccelgroup.c (gtk_accel_group_from_accel_closure,
535         gtk_accel_group_query, gtk_accel_group_find,
536         gtk_accel_groups_from_object): Document.
537
538         * gtk/gtkaccellabel.c (gtk_accel_label_set_accel_closure): Document.
539
540 2002-01-04  Hans Breuer  <hans@breuer.org>
541
542         * gdk/gdkdraw.c gdk/gdkpixbuf-drawable.c : 
543         need to cast image->mem away from void* to avoid 
544         'error C2036: 'void *' : unknown size'. Doing pointer 
545         arithmetics on void pointers is a GCCism afaik.
546
547         * gdk/gdkpixbuf-render.c : #include "gdkinternals.h" for
548         _gdk_draw_pixbuf ()
549
550         * gdk/makefile.msc gdk/win32/makefile.msc 
551         gdk/gtk/makefile.msc.in : use -FI msvc_recommended_pragmas.h
552
553         * gdk/win32/gdkdrawable-win32.c : use _gkd_win32_copy_to_image
554         and take care of image->visual possibly NULL.
555
556         * gdk/win32/gdkimage-win32.c : implement _gdk_image_new_for_depth(),
557         _gdk_win32_copy_to_image() and _gdk_windowing_bits_for_depth().
558         Again take care of image->visual possibly NULL.
559
560         * gdk/win32/gdkprivate-win32.h : declare _gdk_win32_copy_to_image()
561
562         * gdk/win32/gdkevents-win32.c : use gdk_drawable_get_colormap
563         instead of private field access
564
565         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new) : adapt
566         colormap setting to the gdk-X behaviour
567
568 2001-01-04  Matthias Clasen  <matthiasc@poet.de>
569
570         * gtk/gtkwidget.c: Documentation additions.
571
572 2001-01-04  Matthias Clasen  <matthiasc@poet.de>
573
574         * gtk/gtkobject.c (gtk_object_dispose): Fix a comment.
575
576         * gtk/gtkwidget.c (gtk_widget_set_sensitive): tiny docs change
577
578 2002-01-04  Havoc Pennington  <hp@pobox.com>
579
580         * gtk/gtkwidget.c (gtk_widget_set_sensitive): tiny docs change
581         
582 Fri Jan  4 13:05:15 2002  Owen Taylor  <otaylor@redhat.com>
583
584         * gtk/gtkdnd.c (gtk_drag_find_widget): At least
585         don't infinite loop if the widget and window heirarchies
586         don't correspond.
587
588         * gtk/gtkdnd.c (gtk_drag_find_widget): Handle changes
589         in heirarchy in ::drag_motion, ::drag_drop callbacks
590         by referencing child widget lists. (Patch from Tim)
591
592         * gtk/gtkdnd.c (gtk_drag_find_widget): Fix a problem
593         with widgets where window.x != widget->allocation.x
594
595 Fri Jan  4 01:36:48 2002  Owen Taylor  <otaylor@redhat.com>
596
597         * gdk/x11/gdkdrawable-x11.c (convert_to_format): Optimize
598         a little bit. (More for consistency than because it
599         makes much of a difference.)
600
601 Thu Jan  3 22:18:15 2002  Owen Taylor  <otaylor@redhat.com>
602
603         * gdk/x11/gdkdrawable-x11.c gdk/x11/gdkprivate-x11.h
604         (_gdk_x11_have_render): Private function to tell if we have RENDER
605         extension.
606
607         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_get_fg_picture): Return
608         None if we don't have RENDER extension.
609
610         * gdk/x11/gdkpango-x11.c (gdk_pango_context_get): Don't
611         use Xft unless we have render extension.
612
613         * gdk/x11/gdkdrawable-x11.c (gdk_x11_drawable_get_picture):
614         Handle missing render extension.
615
616         * gdk/gdkdraw.c gdk/gdkdrawable.h gdk/gdkpixmap.c gdk/gdkwindow.c
617         gdk/gdkinternals.h: Add a private copy_to_image() virtual function
618         to the GdkDrawable vtable that extends get_image() to allow
619         copying onto existing images.  Make the default implementation of
620         get_image() use this so that backends don't have to implement
621         both. Add private wrapper _gdk_drawable_copy_to_image().
622
623         * gdk/x11/gdkimage-x11.c gdk/x11/gdkprivate-x11.c
624         gdk/x11/gdkdrawable-x11.c (_gdk_x11_copy_to_image): Implement
625         copy_to_image() semantics, speed up by using ShmPixmaps and
626         XCopyArea when possible, XFlush() after ungrabbing the server,
627         generally redo the logic once again.
628
629         * gdk/gdkinternals.h gdk/x11/gdkimage-x11.c
630         _gdk_windowing_bits_per_depth(): Function to convert from depth to
631         bits-per-pixel. (We assume only one bpp per depth - X requires
632         this.)
633
634         * gdk/gdkinternals.h gdk/gdkrgb.c gdk/gdkimage.c: Move the GdkRGB
635         scratch image code into a generic _gdk_image_get_scratch() chunk
636         of code that we can use other places we need scratch images.
637
638         * gdk/gdkimage.c gdk/x11/gdkimage.c gdk/gdkinternals.h:
639         Add _gdk_image_new_for_depth() as the backend 
640         to _gdk_image_new() to allowing creating images with
641         a depth and no visual.
642
643         * gdk/gdkpixbuf-drawable.c: Fix so that getting 
644         parts of images not at 0,0 actually works.
645
646         * gdk/gdkdrawable.h gdk/gdkinternals.h gdk/gdkdraw.c
647         gdk/gdkwindow.c gdk/gdkpixmap.c gdk/gdkpixbuf-render.c: 
648          - Add a new GdkDrawableClass vfunc _draw_pixbuf, and 
649           _gdk_draw_pixbuf() [ will be made public later ], to allow 
650           backends to accelerate drawing pixbufs. 
651          - Move the implementation of gdk_pixbuf_render_to_drawable_alpha()
652            to be the default implementation. 
653          - Update docs for gdk_pixbuf_render_to_drawable_alpha(). 
654          - Optimize the default implementation by using 
655            _gdk_image_copy_to_pixmap() and scratch shared images, and
656            special casing the compositing.
657
658         * gdk/x11/gdkdrawable-x11.c: Accelerate _gdk_draw_pixbuf()
659         with alpha using the RENDER extension.
660
661         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_drawable):
662         Optimize by _gdk_image_copy_to_pixmap() and scratch images.
663
664         * tests/testrgb.c: Add test for speed of alpha composition,
665         reduce the number of iterations since alpha composition
666         can be a bit slow.
667
668         * gdk/x11/gdkimage-x11.c gdk/gdkprivate-x11.h (_gdk_x11_image_get_shm_pixmap): 
669         Private function to get a ShmPixmap for an image, if possible.
670
671 2002-01-04  Anders Carlsson  <andersca@gnu.org>
672
673         * tests/testtreesort.c: Add my cool list of integers.
674
675 Thu Dec 27 18:12:55 2001  Owen Taylor  <otaylor@redhat.com>
676
677         * gdk/x11/gdkproperty-x11.c (gdk_property_get): Fix
678         problem where retrieved atoms weren't properly returned.
679
680 2002-01-03  Anders Carlsson  <andersca@gnu.org>
681
682         * gtk/gtktextview.c (gtk_text_view_key_press_event): When
683         tab is pressed and the text view isn't editable, 
684         move the focus instead.
685
686         * gtk/gtkstyle.c (gtk_default_draw_focus): Free dash list if
687         necessary.
688
689         * gtk/gtkhsv.c (gtk_hsv_get_focus_gc): Free dash list.
690
691         * gtk/gtkcolorsel.c (get_focus_gc): Free dash list.
692
693         * gtk/gtkdnd.c (set_icon_stock_pixbuf): Don't unref the mask
694         if it's NULL.
695
696         * gtk/gtktreeview.c: Rename gtk_tree_view_queue_draw_node to
697         _gtk_tree_view_queue_draw_node.
698         (gtk_tree_view_row_has_child_toggled): Only redraw one node.
699
700         * gtk/gtktreesortable.c (gtk_tree_sortable_set_sort_func): 
701         sort_column_id can be 0.
702
703         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
704         Only redraw one the node being selected.
705
706         * gtk/gtktreeprivate.h: Add _gtk_tree_view_queue_draw_node.
707         
708 Wed Jan  2 23:09:06 2002  Tim Janik  <timj@gtk.org>
709
710         * gtk/gtkcontainer.c (_gtk_container_queue_resize): don't ignore
711         realized but visible && !mapped resize containers (which is
712         possible with unset CHILD_VISIBLE now).
713
714 2002-01-02  jacob berkman  <jacob@ximian.com>
715
716         * gtk/Makefile.am (LDFLAGS): automake still doesn't support
717         libsomething_la_LDFLAGS, so fix the build again
718
719 2002-01-01  Havoc Pennington  <hp@pobox.com>
720
721         * gtk/gtktextview.c (gtk_text_view_expose_event): propagate
722         exposes to no window children not in the buffer window.
723         (gtk_text_view_class_init): add move_focus bindings for Ctrl-Tab
724         - is this the right way to do it?
725         (gtk_text_view_focus): add focus method, just chains up for now, 
726         I'm not sure why the GtkContainer implementation doesn't work
727
728         * gtk/gtktextbtree.c (_gtk_text_btree_insert_child_anchor): fill
729         in the text line for the child anchor segment
730
731         * tests/testtext.c (do_add_focus_children): add another test
732         example (to put focusable buttons into the widget)
733
734 2002-01-01  Havoc Pennington  <hp@pobox.com>
735
736         * docs/README.linux-fb: note that this file is obsolete
737
738         * docs/Changes-2.0.txt, docs/Changes-1.2.txt: Add notes to these
739         files that they should not be edited and look in the reference 
740         manual instead. Probably these files should just be replaced by 
741         the note, and their main contents deleted.
742
743         * gtk/gtktextview.c: docs
744
745         * gtk/gtktextmark.c: docs
746
747         * gtk/gtktextchild.c: docs
748
749         * gtk/gtktextbuffer.c: docs stuff
750
751         * gtk/gtkclipboard.c (gtk_clipboard_get): fool with docs to maybe
752         give people more leads in sorting out PRIMARY vs. CLIPBOARD
753
754 2002-01-01  Tor Lillqvist  <tml@iki.fi>
755
756         * demos/Makefile.am (test-inline-pixbufs.h): Append EXEEXT to
757         ../gdk-pixbuf/gdk-pixbuf-csource.
758
759 2001-12-31  Tor Lillqvist  <tml@iki.fi>
760
761         * gdk/win32/gdkgc-win32.c (predraw_set_foreground): Improved error
762         handling.
763         (gdk_win32_hdc_get,gdk_win32_hdc_release): Silence gcc -Wall.
764
765         * gdk/win32/gdkimage-win32.c (_gdk_win32_get_image): Silence gcc
766         -Wall.  Use GDK_IS_PIXMAP_IMPL_WIN32 instead of GDK_IS_PIXMAP in
767         one more place.
768
769         * gdk/win32/gdkinput-win32.c (_gdk_input_other_event): Silence gcc
770         -Wall.
771
772         * gtk/Makefile.am (libgtk_win32_1_3_la_LDFLAGS): Add -lwsock32.
773
774 2002-01-01  Havoc Pennington  <hp@pobox.com>
775
776         * gtk/gtktextview.c (gtk_text_view_get_default_attributes): doc 
777         fix
778         
779 2002-01-01  Havoc Pennington  <hp@pobox.com>
780
781         * gtk/gtktextview.c (changed_handler): Replace call to
782         gtk_widget_size_request() that expected to actually compute the
783         request with a direct use of widget_class->size_request, so we get
784         our size request right; fixes remaining part of #63065 reported by
785         Matthias Clasen
786
787 2001-12-31  Havoc Pennington  <hp@pobox.com>
788
789         * tests/testtext.c (do_insert_and_scroll): remove backward_char
790         since we no longer have bogus newline
791         (dialog_response_callback): remove another backward_char horkage, 
792         reported by Matthias Clasen #63065
793
794 2001-12-31  Havoc Pennington  <hp@pobox.com>
795
796         * gtk/gtktextbtree.c (gtk_text_btree_node_view_check_consistency):
797         fix an incorrect assertion that the "valid" flag is always correct
798         in a node and add explanatory comment. This keeps me from 
799         reproducing #59101, but I'm remembering that 59101 was actually 
800         about incorrect pixel totals, so I'm not sure 59101 is actually 
801         fixed. May just have stopped happening due to some change in 
802         how C-k works.
803
804 2001-12-31  Havoc Pennington  <hp@pobox.com>
805
806         * gtk/gtktextview.c (gtk_text_view_start_selection_drag): extend
807         selection if shift is down, bug #50939
808         (gtk_text_view_button_press_event): add double/triple click
809         selection to the current selection if shift is down
810
811 2001-12-31  Havoc Pennington  <hp@pobox.com>
812
813         * gtk/gtktextiter.c (gtk_text_iter_get_visible_line_index): fix 
814         to use ensure_byte_offsets not ensure_char_offsets, patch 
815         from Padraig O'Briain bug #67356
816         
817 2001-12-30  Havoc Pennington  <hp@pobox.com>
818
819         * gtk/gtkdialog.h (GtkDialogFlags): fix GtkDialogFlags to have 
820         the right values, reported by Jeff Franks
821
822 2001-12-30  Matthias Clasen  <matthiasc@poet.de>
823
824         * gtk/gtkwindow.c, gtk/gtkimcontextsimple.c: Minor documentation tweaks.
825
826 2001-12-28  Matthias Clasen  <matthiasc@poet.de>
827
828         * gdk/x11/gdkproperty-x11.c, gdk/x11/gdkselection-x11.c: 
829         Minor documentation tweaks.
830
831 2001-12-28  Tor Lillqvist  <tml@iki.fi>
832
833         * gdk/win32/gdkfont-win32.c: Use G_N_ELEMENTS().
834         (unicode_classify): Don't return -1 on encountering an
835         unclassified character, but play it safe and return U_BASIC_LATIN.
836
837 Thu Dec 27 16:05:30 2001  Owen Taylor  <otaylor@redhat.com>
838
839         * gtk/gtkarrow.c gtk/gtkimage.c gtkpixmap.c: Make interpretation
840         of misc->xpad/ypad consistent with GtkLabel. Do 
841         directional flipping when interpreting misc->xalign/yalign.
842         Fix off-by-one error for negative x,y. (#67472, reported
843         by Mathieu Lacage)
844
845 Thu Dec 27 15:45:41 2001  Owen Taylor  <otaylor@redhat.com>
846
847         * gtk/gtkwidget.c (gtk_widget_set_style_internal):
848         Remove optimization that was causing problems because
849         we called gtk_widget_size_request() before we called
850         gtk_widget_queue_resize() so RESIZE_NEEDED was not
851         set. Optimization shouldn't mattter now that we
852         are smart about needlessly size requesting or allocating
853         widgets. (#67598, reported by Jacob Berkman)
854
855 Thu Dec 27 15:38:20 2001  Owen Taylor  <otaylor@redhat.com>
856
857         * gtk/gtkmenu.c (gtk_menu_stop_navigating_submenu_cb):
858         Call gdk_window_get_pointer() on menu->bin_window not
859         menu->window, so we get the correct window for the
860         menu item. (#65213, Guillermo S. Romero)
861
862 Thu Dec 27 15:13:44 2001  Owen Taylor  <otaylor@redhat.com>
863
864         * gtk/gtkmenu.c (gtk_menu_set_title): Allow unsetting
865         the title by setting to NULL. Move docs inline. 
866         Update the title if the tearoff window already
867         exists. Code cleanup. (Fixes #65190, reported by
868         Vitaly Tishkov.)
869
870 Thu Dec 27 14:04:22 2001  Owen Taylor  <otaylor@redhat.com>
871
872         * gtk/gtksocket.c (gtk_socket_key_press_event): 
873         gtk/gtkplug.c (gtk_plug_key_press_event): Don't do
874         special handling of key presses unless we are doing 
875         iter-app embedding. (Fixes #67590, Anders Carlsson)
876
877 Thu Dec 27 16:37:04 2001  Kristian Rietveld  <kris@gtk.org>
878
879         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_deleted),
880         (gtk_tree_model_sort_sort_level),
881         (gtk_tree_model_sort_insert_value): fix a few places where
882         I was confused between modelsort iters and other iters. This was
883         really going to happen someday ;)
884
885 Wed Dec 26 23:41:41 2001  Kristian Rietveld  <kris@gtk.org>
886
887         * gtk/gtktreeview.c (gtk_tree_view_rows_reordered): ensure
888         we are unprelighted before reordering
889
890         * gtk/gtktreemodel.c (gtk_tree_row_ref_reordered_callback): we
891         need to break out of the for loop, not return (this fixed
892         the 'selection freeze' bug).
893
894         * gtk/gtktreemodelsort.c: more fixage and cleanups. It seems to
895         be pretty stable now, though it still needs some more code
896         cleanups.
897
898 Wed Dec 26 12:32:31 2001  Owen Taylor  <otaylor@redhat.com>
899
900         * docs/Changes-2.0.txt: Document the fact that
901         gtk_paned_set_handle_size() has been removed.
902
903         * gtk/gtkpaned.h Remove gtk_paned_handle_size() compat macro, 
904         since it pointed to gtk_paned_set_handle_size(), which
905         was removed. (#66760, Matt Wilson)
906
907 Wed Dec 26 12:28:24 2001  Owen Taylor  <otaylor@redhat.com>
908
909         * gtk/gtkdnd.c (gtk_drag_highlight): Connect 
910         gtk_drag_hightlight_expose _after_, so it works with
911         widgets that paint there entire background. (#66735)
912
913 Wed Dec 26 12:17:06 2001  Owen Taylor  <otaylor@redhat.com>
914
915         * gtk/gtkplug.c (gtk_plug_size_allocate): Assign the
916         allocation to widget->allocation. (Fixes #67290,
917         Chris Phelps.)
918
919 Wed Dec 26 11:49:01 2001  Owen Taylor  <otaylor@redhat.com>
920
921         (#67542, reported by Anders Carlsson)
922         
923         * gtk/gtkstyle.c (gtk_style_real_init_from_rc): Merge
924         rc_style->font_desc with defaul style instead of replacing
925         it.
926
927         * gtk/gtkrc.c (gtk_rc_style_real_merge): Allow partial
928         font descriptions in RC styles by calling
929         pango_font_description_merge(). 
930
931 2001-12-24  James Henstridge  <james@daa.com.au>
932
933         * gtk/gtkdialog.h (doc comment): s/<!>/<!-- -->/ to make the doc
934         valid with both SGML and XML.
935
936 Sat Dec 22 12:38:03 2001  Owen Taylor  <otaylor@redhat.com>
937
938         * configure.in: 1.3.12, interface, binary age 0.
939
940         * configure.in: Require new versions of Glib, Pango, ATK.
941
942         * NEWS: Updated.
943
944         * configure.in: Make explicit what libtool we are executing.
945         (Tomas Ogren)
946
947         * gdk/gdkcolor.c gdk/gdkgc.c gdk/gdkwindow.c: Doc fixes.
948
949         * gtk/gtkwidget.c (gtk_widget_[class]path) gtkrc.h : Fix 
950         parameter names for docs.
951
952 Sat Dec 22 22:35:29 2001  Owen Taylor  <otaylor@redhat.com>
953
954         * gtk/gtkwindow.c (gtk_window_realize) 
955           gtk/gtkplug.c (gtk_plug_realize): Include GDK_KEY_RELEASE_MASK.
956
957         * gtk/gtkentry.c (gtk_entry_key_release)
958           gtk/gtktextview.c (gtk_text_view_key_release_event): Pass
959         key release events to the input method.
960
961         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): 
962         Handle release of Control/Shift to end hex sequence.
963
964         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_filter_keypress): 
965         Handle key releases as well as presses.
966
967 2001-12-21  Matthias Clasen  <matthiasc@poet.de>
968
969         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): Trivial doc adjustment.
970
971         * gtk/gtklabel.c (gtk_label_new_with_mnemonic),
972         gtk/gtkbutton.c (gtk_button_new_with_mnemonic): More precise
973         documentation about underscores and mnemonics. (#66380)
974
975         * gtk/gtktextiter.c (gtk_text_iter_backward_word_starts): Fix
976         cyclic reference in docs.
977
978         * gtk/gtklabel.c (gtk_label_set_justify): Correct documentation
979         of default value. (#65402)
980
981         * gtk/gtkmain.c (gtk_set_locale, gtk_disable_set_locale): 
982         Markup fixes.
983
984 2001-12-20  Anders Carlsson  <andersca@gnu.org>
985
986         * gtk/gtktreeview.c (gtk_tree_view_realize): Don't call
987         map here.
988
989 Tue Dec 18 16:15:55 2001  Owen Taylor  <otaylor@redhat.com>
990
991         * gdk/gdkgc.h: Explicitely deprecate gdk_gc_set_font()
992         (reported by Jeff Franks.)
993
994 Tue Dec 18 16:07:28 2001  Owen Taylor  <otaylor@redhat.com>
995
996         * gdk/gdkkeys.h (struct _GdkKeymapClass): Fix 
997         prototype for direction_changed. (Reported by
998         Jeff Franks.)
999
1000 2001-12-18  Padraig O'Briain <padraig.obriain@sun.com>
1001
1002         * gtk/gtktreeview.c (gtk_tree_view_get_expander_column):
1003         Fix typo (list->data becomes list->next)
1004
1005 2001-12-06  Havoc Pennington  <hp@redhat.com>
1006
1007         Add Unicode control char menu, based on patch from Dov.
1008         Bug #63495
1009         
1010         * gtk/gtkentry.c (gtk_entry_commit_cb): share code via
1011         gtk_entry_enter_text
1012         (gtk_entry_enter_text): function to do "typing in text"
1013         (popup_targets_received): add the Unicode menu items
1014
1015         * gtk/gtktextview.c (popup_targets_received): add missing mnemonic
1016         on Input Methods item, and add the unicode menu items.
1017
1018         * gtk/gtktextutil.h, gtk/gtktextutil.c: private utilities to be
1019         used in GtkEntry and GtkTextView - may become public later.     
1020
1021 2001-12-16  Kjartan Maraas  <kmaraas@gnome.org>
1022
1023         * gtk/gtkprogressbar.c: Fix a typo.
1024         * gtk/gtkpaned.c: Fix a typo.
1025         
1026 2001-12-15  Darin Adler  <darin@bentspoon.com>
1027
1028         Fix some warnings.
1029
1030         * gdk/x11/gdkproperty-x11.c: (gdk_property_get): Fix wrong type in
1031         g_new -- bug if sizeof (GtkAtom) != sizeof (GtkAtom *).
1032         * gdk/x11/gdkwindow-x11.c: (create_moveresize_window): FALSE -> NULL
1033         * gtk/gtkaccellabel.c: (gtk_accel_label_refetch): Remove unused local.
1034         * gtk/gtklistitem.c: (gtk_list_item_expose): Remove unused local.
1035         * gtk/gtktextiter.c: (_gtk_text_iter_backward_indexable_segment):
1036         Restructure loop to get rid of uninitialized variable warning. Also
1037         gives a tiny efficiency gain.
1038
1039 2001-12-15  Murray Cumming  <murrayc@usa.net>
1040
1041         * Fixed first arg type of GtkScale's "format_value" signal's
1042         function pointer.
1043
1044 2001-12-14            Vitaly Tishkov       tvv@sparc.spb.su
1045         docs/reference/gtk/tmpl/gtkcelleditable.sgml
1046                 gtkcelleditable -> GtkCellEditable
1047         docs/reference/gtk/tmpl/gtktreesortable.sgml
1048                 gtktreesortable -> GtkTreeSortable
1049
1050 2001-12-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1051
1052         * demos/testpixbuf-drawable.c, demos/testpixbuf-save.c,
1053         demos/testpixbuf-scale.c, demos/testpixbuf.c: Call g_object_ref
1054         and g_object_unref instead of gdk_pixbuf_ref and gdk_pixbuf_unref
1055         resp.
1056
1057 Thu Dec 13 22:02:41 2001  Kristian Rietveld   <kris@gtk.org>
1058
1059         * gtk/gtktreeview.c (validate_visible_area): free path
1060         at the end
1061
1062 2001-12-13  Matthias Clasen  <matthiasc@poet.de>
1063
1064         * gtk/gtkdialog.c, gtk/gtkrc.c, gtk/gtkwidget.c: Markup fixes.
1065
1066 Thu Dec 13 20:37:27 2001  Kristian Rietveld  <kris@gtk.org>
1067
1068         * gtk/gtktreeview.c (gtk_tree_view_button_press): do not try
1069         to find the clicked node in the tree when tree == NULL
1070
1071 2001-12-13  Anders Carlsson  <andersca@gnu.org>
1072
1073         * gtk/gtktreeview.c (gtk_tree_view_button_press): Compare 
1074         event->state with the default mod mask. 
1075
1076 2001-12-12  jacob berkman  <jacob@ximian.com>
1077
1078         * gtk/gtk*.h (GTK_IS_*_CLASS): s/obj/klass/ where appropriate
1079
1080 Wed Dec 12 17:22:45 2001  Owen Taylor  <otaylor@redhat.com>
1081
1082         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_slave):
1083         Reset the existing slave before removing it to give
1084         it a chance to commit and emit "preedit_changed" 
1085         in case there was still a preedit string.
1086
1087 2001-12-12  Matthias Clasen  <matthiasc@poet.de>
1088         
1089         * gtk/gtktextlayout.c: Typo fixes
1090         * gtk/gtkwindow.c (gtk_window_set_position): Typo fix. (#66746)
1091
1092         * gtk/gtkwidget.c (gtk_widget_send_expose, gtk_widget_get_toplevel, 
1093         gtk_widget_get_default_direction): Doc fixes. (#66727, #66737, #66744)
1094
1095         * gtk/gtkstyle.h (GTK_STYLE_NUM_STYLECOLORS): Remove. (#66467)
1096
1097 Wed Dec 12 16:43:10 2001  Jonathan Blandford  <jrb@redhat.com>
1098
1099         * gtk/gtktreeview.c (gtk_tree_view_unrealize): Remove
1100         validate_rows_timer in unrealize.  Reported by Matthew Wilson.
1101
1102 Wed Dec 12 16:18:26 2001  Owen Taylor  <otaylor@redhat.com>
1103
1104         * gtk/gtkmenu.c (gtk_menu_realize): Remove support for
1105         "prepainting" the menu before realizing other than
1106         via gtk_style_set_background() - this was broken when
1107         we added menu scroll support.
1108
1109         * gtk/gtkmenu.c (gtk_menu_paint): Pay attention to the
1110         window in the expose event -- fixes problem with border
1111         flashing during scrolling.
1112
1113 Wed Dec 12 15:11:49 2001  Owen Taylor  <otaylor@redhat.com>
1114
1115         * gtk/gtksettings.c (gtk_settings_get_property): Support
1116         using names/nicks for the gdk_settings values for enum valued
1117         types. (#57678, reported by Anders Carlsson)
1118
1119 Wed Dec 12 15:01:33 2001  Jonathan Blandford  <jrb@redhat.com>
1120
1121         * gtk/gtknotebook.c (gtk_notebook_set_tab_label): keep in sync
1122         with insert_page_menu.  Code duplication is bad.
1123
1124         * gtk/gtklabel.c (gtk_label_mnemonic_activate): Whoops -- got the
1125         wrong fix yesterday.
1126
1127 Wed Dec 12 14:27:30 2001  Owen Taylor  <otaylor@redhat.com>
1128
1129         * gtk/gtkmenubar.c (window_key_press_handler): Fix check for
1130         modifiers.
1131
1132 2001-12-12  James Henstridge  <james@daa.com.au>
1133
1134         * gtk/gtkmenu.c (gtk_menu_key_press): check GTK_MENU_ITEM
1135         (menu_item)->accel_path first when looking up the accel path.
1136
1137 Tue Dec 11 19:18:21 2001  Owen Taylor  <otaylor@redhat.com>
1138
1139         * tests/testgtk.c (layout_expose_handler): Only draw
1140         for events on the bin window.
1141
1142 Tue Dec 11 18:55:16 2001  Jonathan Blandford  <jrb@redhat.com>
1143
1144         * gtk/gtklabel.c (gtk_label_mnemonic_activate): Small fix to let
1145         mnemonics work with notebooks.
1146
1147 Tue Dec 11 15:25:06 2001  Jonathan Blandford  <jrb@redhat.com>
1148
1149         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): Change
1150         bin_window to be located at y=TREE_VIEW_HEADER_HEIGHT(tree_view).
1151         Makes some flicker while scrolling go away.
1152
1153 2001-12-11  Michael Natterer  <mitch@gimp.org>
1154
1155         * demos/testpixbuf-save.c: added new keyboard shortcut 'a' which
1156         adds alpha to the pixbuf; re-load the saved pixbuf and
1157         pixel-by-pixel compare it with the original one.
1158
1159 Tue Dec 11 15:39:08 2001  Soeren Sandmann  <sandmann@daimi.au.dk>
1160
1161         * ChangeLog: Fix wrong ChangeLog entry
1162         * gtk/gtkstyle.c (gtk_default_draw_shadow_gap): Fix drawing of top
1163         right corner
1164
1165 2001-12-10  jacob berkman  <jacob@ximian.com>
1166
1167         * gdk/x11/gdkinput-xfree.c (_gdk_input_grab_pointer): 
1168         * gdk/x11/gdkmain-x11.c (gdk_pointer_grab): 
1169         (gdk_keyboard_grab): do not grab things if the nograb debug flag
1170         is set
1171
1172         * gdk/gdkinternals.h: 
1173         * gdk/gdk.c: add nograbs debug flag to disable grabs of the
1174         keyboard / mouse
1175
1176 Mon Dec 10 19:42:29 2001  Jonathan Blandford  <jrb@redhat.com>
1177
1178         * gtk/gtktreeview.c (validate_rows_handler): stupid bug where I
1179         didn't reset the timer.
1180
1181 2001-12-10  Matthias Clasen  <matthiasc@poet.de>
1182
1183         * gtk/gtkcontainer.c (gtk_container_child_type): Close comment.
1184
1185 2001-12-09  Matthias Clasen  <matthiasc@poet.de>
1186
1187         * gtk/gtkviewport.c: Add docs.
1188
1189 Mon Dec 10 16:21:38 2001  Jonathan Blandford  <jrb@redhat.com>
1190
1191         * gtk/gtkrbtree.c (_fixup_parity): New function to fixup parity.
1192         RBTree corruption bug--
1193
1194 2001-12-10  Anders Carlsson  <andersca@gnu.org>
1195
1196         * gtk/gtktreeview.c (gtk_tree_view_remove_widget): Return
1197         if edited_column is NULL, also grab focus before removing
1198         the cell_editable.
1199
1200 Sun Dec 09 15:06:51 2001  George Lebl <jirka@5z.com>
1201
1202         * gtk/gtkrange.c (gtk_range_calc_layout): check for 0 value on the
1203           denominator in the horizontal case just like we do in the vertical
1204           case (why I didn't notice that there were two cases the first time
1205           around is beyond me:).  Also fix indentation in the vertical case.
1206
1207 2001-12-09  Anders Carlsson  <andersca@gnu.org>
1208
1209         * gdk/x11/gdkevents-x11.c: Update xsettings name.
1210
1211         * gtk/gtkdnd.c (gtk_drag_check_threshold): Use the
1212         gtk-dnd-drag-threshold GtkSetting.
1213
1214         * gtk/gtksettings.c (gtk_settings_class_init): Add 
1215         setting for dnd drag threshold.
1216
1217 2001-12-09  Matthias Clasen  <matthiasc@poet.de>
1218
1219         * gtk/gtkcontainer.c: Add docs.
1220
1221 2001-12-08  Matthias Clasen  <matthiasc@poet.de>
1222
1223         * gtk/gtkwidget.c: Doc markup fix. 
1224
1225         * gtk/gtktreeviewcolumn.c: Markup fixes. (#66447)
1226
1227         * gtk/gtktreestore.c: Typo fixes. (#66445)
1228
1229         * gtk/gtkaccelgroup.c: Misc doc markup. (#66425) 
1230
1231         * gtk/gtkclipboard.c (gtk_clipboard_get_owner): Fix reference
1232         to gtk_clipboard_set_with_owner(). (#66424)
1233  
1234 Sat Dec  8 16:12:10 2001  Christopher Blizzard  <blizzard@redhat.com>
1235
1236         * gdk/gdk.c (gdk_init_check): Fallback to setting the prgname to
1237         "<unknown>" if someone doesn't pass in a valid argc.  (Patch from
1238         Fabrice Bellet <fabrice@gnu.org>, #54127).
1239
1240 Sat Dec  8 10:04:54 2001  Jonathan Blandford  <jrb@redhat.com>
1241
1242         * gtk/gtkrbtree.c (_gtk_rbtree_debug_spew): Add debug spew to lots
1243         of places, so that people with crashy trees can just run their
1244         program with GTK_DEBUG=TREE.
1245
1246 Sat Dec  8 20:57:24 2001  Kristian Rietveld  <kristian@planet.nl>
1247
1248         * gtk/gtkliststore.c (gtk_list_store_remove): nuke the stamp++,
1249         per jrb's request
1250
1251 2001-12-08  Anders Carlsson  <andersca@gnu.org>
1252
1253         * tests/testgtk.c (layout_expose_handler): Don't return TRUE
1254         since then the default GtkLayout expose handler won't be called.
1255
1256 Fri Dec  7 23:42:50 2001  Jonathan Blandford  <jrb@redhat.com>
1257
1258         * gtk/gtktreeview.c (validate_rows_handler): remove
1259         g_return_if_fail.
1260
1261         * gtk/gtktreeview.c (validate_visible_area): Patch from Manish
1262         Singh <yosh@gimp.org> to fix bug when rendering Tree with an
1263         empty model.
1264
1265 Fri Dec  7 20:06:14 2001  Jonathan Blandford  <jrb@redhat.com>
1266
1267         * gtk/gtktreeview.c (validate_visible_area): get logic right,
1268         #66249
1269
1270         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): fix bug where
1271         removing a node ended up with a corrupt tree.  Really really nasty
1272         bug.
1273         (_gtk_rbtree_debug_spew): new debug helper function
1274         (_fixup_validation): new inline function to clean up code
1275         readability a lot. 
1276
1277 Fri Dec  7 19:34:51 2001  Owen Taylor  <otaylor@redhat.com>
1278
1279         * gtk/gtktoolbar.c (gtk_toolbar_insert_element):
1280         Close comment.
1281
1282 2001-12-07  Matthias Clasen  <matthiasc@poet.de>
1283
1284         * gtk/gtkstyle.h: Typo fixes.
1285
1286         * gtk/gtkstyle.c, gtk/gtktoolbar.c: Add docs.
1287
1288         * gtk/gtkrc.c (gtk_rc_find_pixmap_in_path): Fix docs.
1289
1290 Fri Dec  7 16:05:22 2001  Owen Taylor  <otaylor@redhat.com>
1291
1292         * modules/input/gtkimcontextxim.c: Display the XIM
1293         status callbacks with a popup window. (Patch from
1294         HideToshi Tajima, #50628, somewhat modified.)
1295
1296 Fri Dec  7 12:07:15 2001  Tim Janik  <timj@gtk.org>
1297
1298         * gtk/Makefile.am: each source generation rule needs to use its own
1299         temporary file, to avoid clashes for parallel builds. fixed rules
1300         for gtkmarshalers.h and gtkmarshalers.c to use their own temp files.
1301
1302 2001-12-07  Havoc Pennington  <hp@pobox.com>
1303
1304         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new): fix up my list of
1305         "cursors that are actually useful" in gdk_cursor_new() docs
1306
1307 Thu Dec  6 23:09:21 2001  Owen Taylor  <otaylor@redhat.com>
1308
1309         * gtk/gtk[hv]paned.c (gtk_[hv]paned_size_allocate): Fix errors
1310         in computing the size of the second child.
1311
1312 Thu Dec  6 16:50:17 2001  Owen Taylor  <otaylor@redhat.com>
1313
1314         * gtk/gtkrange.c: Make button 1 clicks on the trough
1315         do pages, button 3 steps. (Patch from Hans Breuer
1316         #63735)
1317
1318 2001-12-06  Matthias Clasen  <matthiasc@poet.de>
1319
1320         * gtk/gtklabel.c: Fix docs. (#66383)
1321
1322         * gtk/gtkbbox.c (gtk_button_box_set_child_secondary): Fix docs. 
1323         (#66278, #66280)
1324         
1325         * gdk/gdkwindow.h (gdk_window_get_deskrelative_origin),
1326         gdk/gdkimage.h (gdk_image_get): Deprecate. (#66208)
1327
1328         * gtk/gtkcolorsel.c (gtk_color_selection_set_update_policy):
1329         Don't emit a g_warning() about being deprecated. (#66208)       
1330
1331         * gtk/gtkaccellabel.c (gtk_accel_label_set_accel_widget): Add docs.
1332
1333         * gtk/gtkcontainer.c: Doc fixes.
1334         
1335         * gtk/gtkliststore.c (gtk_list_store_clear): Add docs; misc doc fixes.
1336
1337         * gtk/gtkstyle.c (gtk_style_attach): Add docs.
1338
1339 2001-12-05  Sven Neumann  <sven@gimp.org>
1340
1341         * gtk/gtkwidget.c (gtk_widget_reset_shapes): close comment.
1342
1343         * gtk/queryimmodules.c: g_dir_read_name() returns const.
1344
1345 Tue Dec  4 21:46:13 2001  HideToshi Tajima  <hidetoshi.tajima@sun.com>
1346
1347         * gtk/gtktreeprivate.h: restore the else case of #ifdef __GNUC__
1348         #66225
1349         
1350 2001-12-04  Manish Singh  <yosh@gimp.org>
1351
1352         * gtk/gtkmain.c
1353         * gtk/queryimmodules.c: g_module_symbol takes a gpointer *, not just
1354         a gpointer.
1355
1356         * gtk/gtkwidget.c (gtk_widget_push_composite_child): minor cosmetic
1357         correction to docs.
1358
1359         * demos/gtk-demo/item_factory.c: add GTK_WINDOW() cast
1360
1361 2001-12-04  Havoc Pennington  <hp@redhat.com>
1362
1363         * gtk/gtktextbtree.c (gtk_text_btree_remove_tag_info): remove
1364         g_assert_not_reached() that was bogus, since we demand-create the
1365         tag info. reported by Chris Phelps
1366
1367         Jump through assorted hoops to fix bug from Chris Phelps where 
1368         removing tags from the table resulted in btree trying to 
1369         access tag->table
1370         
1371         * gtk/gtktextbuffer.c: set up mechanics of adding/removing 
1372         ourselves to the tag table
1373
1374         * gtk/gtktexttagtable.c (_gtk_text_tag_table_add_buffer) 
1375         (_gtk_text_tag_table_remove_buffer): private cruft to 
1376         let us notify buffer of disappearing tags
1377
1378         * gtk/gtktexttag.h: remove BTreeNode typedef from this public
1379         header, put it in tagprivate    
1380
1381         * gtk/gtktextbtree.c (_gtk_text_btree_new): don't connect to
1382         tag_removed; it's emitted too late.
1383         (_gtk_text_btree_notify_will_remove_tag): rename tag_remove_cb to
1384         this
1385
1386         Padding for ABI-compat expansion
1387         
1388         * gtk/gtktexttag.h (struct _GtkTextAttributes): pad this
1389         (struct _GtkTextAppearance): one pad in here too
1390
1391         * gtk/gtktextlayout.h (struct _GtkTextLayoutClass): padding here
1392
1393         * gtk/gtktextview.h (struct _GtkTextViewClass): more padding,
1394         since action signals etc. seem pretty likely
1395
1396         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): padding
1397
1398         * gtk/gtktexttag.h (struct _GtkTextTagClass): padding
1399
1400         * gtk/gtktexttagtable.h (struct _GtkTextTagTableClass): padding
1401
1402 2001-12-04  Matthias Clasen  <matthiasc@poet.de>
1403
1404         * gdk/gdkcolor.h (gdk_colormap_change): Deprecate. (#65851)
1405
1406         * gdk/gdktypes.h (GdkKeyInfo): Remove. (#66025)
1407
1408         * gtk/gtkwindow.c, gtk/gtkwidget.c: Add docs, markup fixes.
1409
1410 Tue Dec  4 18:51:44 2001  Jonathan Blandford  <jrb@redhat.com>
1411
1412         * gtk/gtktreeviewcolumn.h: remove gtk_tree_view_column_cell_event,
1413         #62084.
1414
1415 Tue Dec  4 18:38:35 2001  Jonathan Blandford  <jrb@redhat.com>
1416
1417         * demos/gtk-demo/main.c: (create_tree): Minor fix.
1418
1419         * docs/tree-column-sizing.txt: Update
1420
1421         * gtk/gtkrbtree.[ch]: Massive work to support validation.
1422
1423         * gtk/gtktreemodel.c: Doc fixes.
1424
1425         * gtk/gtktreeview.c: Incremental reflow added.
1426         * gtk/gtktreeviewcolumn.c: ditto
1427         * gtk/gtktreeviewcolumn.h: ditto
1428
1429 2001-12-04  Havoc Pennington  <hp@redhat.com>
1430         
1431         * gtk/gtktexttag.c (gtk_text_tag_set_property): add a warning for
1432         "invisible" property, #65999
1433
1434 2001-12-04  Matt Wilson  <msw@redhat.com>
1435
1436         * gtk/gtktreestore.c (gtk_tree_store_insert): fixed docs
1437
1438 Tue Dec  4 12:16:31 2001  Owen Taylor  <otaylor@redhat.com>
1439
1440         * gtk/gtksettings.c (gtk_settings_set_property_value):
1441         Simplify, make more efficient and fix memory leak
1442         when turning quark into a string. (#66103, HideToshi
1443         Tajima)
1444
1445         * gtk/gtkcolorsel.c: Ref and sink priv->tooltips in
1446         init() and unref priv->tooltips in destroy rather
1447         than calling gtk_object_destroy() which has no
1448         effect on memory management. (#66104, HideToshi
1449         Tajima)
1450
1451         * gtk/gtkcolorsel.c (palette_set_color): Use g_object_set_data_full()
1452         so we free the when the object is freed. (Fixes memory
1453         leak, #66096, HideToshi Tajima)
1454
1455         * gdk/gdkevents.c (gdk_synthesize_window_state): Use 
1456         a full GdkEvent structure to avoid reads of uninitialized/
1457         invalid memory in gdk_event_put() (#65877, patch
1458         from Hidetoshi Tajima)
1459
1460 Tue Dec  4 11:06:54 2001  Owen Taylor  <otaylor@redhat.com>
1461
1462         * gtk/gtkmenuitem.c: Revert my last mistaken change - 
1463         toggle-size-request doesn't take a requisition.
1464
1465         * gtk/gtkmenuitem.c (gtk_menu_item_class_init): Fix
1466         reference to marshaler that no longer exists.
1467
1468 Mon Dec  3 16:39:17 2001  Owen Taylor  <otaylor@redhat.com>
1469
1470         Patch from Bill Haneman (with many modifications) to make
1471         the focus color work on dark themes and to make the
1472         focus line width configurable. (#61079, #63074)
1473
1474         * gtk/gtkwidget.c: Add style properties, 
1475         ::focus-widget, ::focus-line-width, and ::focus-padding.
1476
1477         * gtk/gtkstyle.[ch]: Make gtk_paint_focus() take a 
1478         state argument as well so we can use fg[STATE] to
1479         draw instead of always drawing with black. 
1480         Cange paint_focus() to respect GtkWidget::focus-width
1481         and GtkWidget::focus-line-pattern. Fix continuity
1482         problem where the default 1-1 stipple had a blob
1483         in one corner and a gap in the other. Change the
1484         interpretation of x/y/width/height to be the bounding
1485         box of the focus rect instead of the rectangle
1486         passed to gdk_draw_rectangle.
1487
1488         * gtk/gtkcheckbutton.c gtk/gtklistitem.c gtk/gtknotebook.c 
1489         gtk/gtkoptionmenu.c gtk/gtkradiobutton.c gtk/gtkspinbutton.c 
1490         gtk/gtktextview.c gtk/gtktreeview.c: Handle ::focus-width 
1491         and ::focus-line-padding.
1492
1493         * gtk/gtkentry.c: Handle :;focus-width property; cleanup
1494         and remove duplicated code; fix drawing of focus rectangle
1495         when interior-focus = FALSE. (#63072, #63073)
1496
1497         * gtk/gtkrange.c gtk/gtktext.c gtk/gtktreeitem.c
1498         gtk/gtktreeviewcolumn.c: Basic fixups to make compile;
1499         Range and TreeViewColumn will need more extensive fixing.
1500
1501         * gtk/gtkcolorsel.c: Honor focus line attributes when
1502         drawing the focus on the color swatches. (#63071)
1503
1504         * gtk/gtkhsv.c: Honor focus line attributes when
1505         drawing the focus for the ring and triangle.
1506
1507         * docs/widget_geometry.txt: Start at documenting how 
1508         various widgets are drawn.
1509
1510         * gtk/gtkbutton.c (_gtk_button_paint): Export 
1511         _gtk_button_paint() librarywide, so we don't have 
1512         duplicate a bunch of code in gtktogglebutton.c.
1513
1514         * gtk/gtktogglebutton.c: Use _gtk_button_paint().
1515
1516 Mon Dec  3 21:04:13 2001  Jonathan Blandford  <jrb@redhat.com>
1517
1518         * gtk/gtkmarshalers.list: remove VOID:BOXED,POINTER and
1519         NONE:POINTER.
1520
1521 2001-12-03  Alex Larsson  <alexl@redhat.com>
1522
1523         * gtk/gtkaccellabel.c:
1524         * gtk/gtkarrow.c:
1525         * gtk/gtkcolorsel.c:
1526         * gtk/gtkcontainer.c:
1527         * gtk/gtklabel.c:
1528         * gtk/gtktextview.c:
1529         * gtk/gtktogglebutton.c:
1530         * gtk/gtktreeview.c:
1531         * gtk/gtkwindow.c:
1532         Return FALSE from expose handlers.
1533
1534 Mon Dec  3 21:15:59 2001  Kristian Rietveld  <kris@gtk.org>
1535
1536         * gtk/gtktreedatalist.c (_gtk_tree_data_list_value_to_node): if
1537         we use pointers, we should free the previous pointer first (if
1538         it exists), before we set a new pointer. (#64726)
1539
1540         * gtk/gtktreeprivate.h: get rid of cursor_drag
1541
1542         * gtk/gtktreeview.c (gtk_tree_view_unrealize): remove check     
1543         for cursor_drag
1544         (gtk_tree_view_bin_expose): don't directly return in the while
1545         loop
1546         (gtk_tree_view_class_init): indentend expanders by default
1547         (gtk_tree_view_header_focus): only give the button focus
1548         if it's clickable, visible and the column is reorderable
1549         (#65539)
1550
1551         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
1552         create and free cursor
1553
1554 Mon Dec  3 10:23:07 2001  Owen Taylor  <otaylor@redhat.com>
1555
1556         * gtk/gtkcalendar.c (gtk_calendar_size_request): Fix
1557         some bugs with size requisition. (From Bill Haneman)
1558
1559         * gtk/gtkcalendar.c: Draw headers and selection in 
1560         base/text[SELECTED] instead of fg/bg[SELECTED].
1561
1562         * gtk/gtkcalendar.c: Miscellaneous cleanups to drawing
1563         code and formatting.
1564
1565 2001-12-03  Havoc Pennington  <hp@pobox.com>
1566
1567         * gtk/gtktextview.c (set_window_height): 
1568         (set_window_width): Hmm, setter functions normally assign the new
1569         value to the object field. Reported by Chris Phelps.
1570
1571 2001-11-30  jacob berkman  <jacob@ximian.com>
1572
1573         * gtk/gtknotebook.c (gtk_notebook_remove_tab_label): set the
1574         signal id to 0 after we disconnect from it
1575
1576 2001-11-30  Matthias Clasen  <matthiasc@poet.de>
1577
1578         * gdk/gdkdrawable.h (gdk_drawable_ref, gdk_drawable_unref),
1579         gdk/gdkcolor.h (gdk_colormap_ref, gdk_colormap_unref),
1580         gdk/gdkdnd.h (gdk_drag_context_ref, gdk_drag_context_unref),
1581         gdk/gdkgc.h (gdk_gc_ref, gdk_gc_unref):  Deprecate.
1582
1583         * gdk/gdkvisual.h: Use GDK_DISABLE_DEPRECATED, not 
1584         GTK_DISABLE_DEPRECATED.
1585
1586         * gdk/gdkcolor.c (gdk_colormap_ref, gdk_colormap_unref),
1587         gdk/gdkgc.c (gdk_gc_ref, gdk_gc_unref): Document.
1588
1589 Fri Nov 30 16:37:01 2001  Owen Taylor  <otaylor@redhat.com>
1590
1591         * gtk/gtkcombo.c (gtk_combo_popup_list): Sanitize
1592         move/resize code, removing various bad, non-functional
1593         hacks. (Fixes #65048, reported by Damon Chaplin.)
1594
1595 Fri Nov 30 16:12:21 2001  Owen Taylor  <otaylor@redhat.com>
1596
1597         * gdk/gdkpango.c: Patch from Hidetoshi Tajima to fix 
1598         bad match error when target drawable is not the 
1599         same depth as the root window. (#65841)
1600
1601         * HACKING: Update.
1602
1603 2001-11-29  Matthias Clasen  <matthiasc@poet.de>
1604
1605         * gdk/gdkwindow.c: Typo fix.
1606
1607 Thu Nov 29 21:35:56 2001  Kristian Rietveld  <kristian@planet.nl>
1608
1609         * gtk/gtkmenu.c (gtk_menu_motion_notify): add checks for
1610         empty menu items to behave like insensitive items (#59456)
1611
1612         * gtk/gtkmenuitem.c (gtk_real_menu_item_activate_item): select
1613         next item if the first item in the menu is a tear off item
1614         (#59456-2, suggestion by Matthias Clasen)
1615
1616         * gtk/gtkmenushell.c (gtk_menu_shell_button_press),
1617         (gtk_menu_shell_button_release), (gtk_menu_shell_entry_notify),
1618         (gtk_menu_shell_leave_notify), (gtk_real_menu_shell_move_current),
1619         (gtk_real_menu_shell_activate_current): add check, so empty
1620         menu items behave like insensitive items (#59456)
1621         
1622         * gtk/gtkmenuitem.[ch]: add _gtk_menu_item_is_selectable to make
1623         the checks more readable ...
1624         
1625         * gtk/gtkmenushell.c (gtk_menu_shell_button_press),
1626         (gtk_menu_shell_button_release): causes the menu to dropdown if the
1627         caption is clicked again (#64977)
1628
1629 2001-11-29  Havoc Pennington  <hp@redhat.com>
1630
1631         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
1632         assertion here that we were at the end iterator was not correct;
1633         change code to move us to the end iterator. bug #65731
1634
1635 Wed Nov 28 20:05:44 2001  Owen Taylor  <otaylor@redhat.com>
1636
1637         * gtk/gtkaccellabel.c (gtk_accel_label_refetch): Remove 
1638         improper use of g_locale_to_utf8() to convert from
1639         latin-1, and do it the easy way by building the string
1640         correctly in the first place.
1641
1642 Wed Nov 28 19:34:15 2001  Owen Taylor  <otaylor@redhat.com>
1643
1644         * gdk/x11/gdkproperty-x11.c (gdk_property_change, gdk_property_get): 
1645         Convert atoms to and from atoms for properties of type XA_ATOM.
1646         (#65555, patch from Hidetoshi Tajima)
1647
1648 Wed Nov 28 18:37:04 2001  Owen Taylor  <otaylor@redhat.com>
1649
1650         * gtk/gtksocket.[ch] (gtk_socket_add_id): Rename 'id' parameter 
1651         to avoid problems with Objective C.
1652
1653 2001-11-28  Matthias Clasen  <matthiasc@poet.de>
1654         
1655         * gtk/gtkaccelmap.c: Typo fixes. (#65607)
1656
1657         * gtk/gtkfixed.c (gtk_fixed_set_has_window, gtk_fixed_get_has_window):
1658         Fix docs. (#65505)
1659
1660         * gtk/gtkwindow.c (gtk_window_set_mnemnonic_modifier): Document.
1661
1662 Wed Nov 28 18:19:12 2001  Owen Taylor  <otaylor@redhat.com>
1663
1664         * gtk/gtkmenu.c (gtk_menu_set_tearoff_hints): Move
1665         accounting of menu->tearoff_scrollbar width to here
1666         and make sure we have the correct requisition.
1667
1668         * gtk/gtkmenu.c (gtk_menu_position): Fix fixme
1669         by using gtk_window_move().
1670
1671         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Force
1672         the requisition to be updated by calling
1673         gtk_widget_size_request() (#65440)
1674
1675         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_activate): 
1676         queue resize before calling gtk_menu_set_tearoff_state().
1677
1678 Wed Nov 28 22:20:44 2001  Kristian Rietveld  <kristian@planet.nl>
1679
1680         * demos/gtk-demo/editable_cells.c: fix typo
1681
1682         * demos/gtk-demo/list_store.c (add_columns): remove call to
1683         gtk_tree_view_column_set_clickable which didn't make sense
1684
1685 2001-11-28  Havoc Pennington  <hp@redhat.com>
1686
1687         * gtk/gtktextview.c (gtk_text_view_paint): put the warning
1688         explaining the validation error in front of the G_BREAKPOINT
1689
1690         * gtk/gtkrange.c (gtk_range_adjustment_value_changed): call
1691         process updates with include_children = FALSE instead of TRUE, so
1692         we redraw the range only, not the whole darn window.  Making
1693         GtkRange a NO_WINDOW widget had weirdly caused the text widget
1694         Trace/breakpoint trap bug to become much easier to trigger.
1695
1696 Wed Nov 28 14:12:03 2001  Owen Taylor  <otaylor@redhat.com>
1697
1698         * gdk/Makefile.am (gdk_public_h_sources): Remove reference
1699         to gdkcursors.h.
1700
1701 2001-11-28  Matthias Clasen  <matthiasc@poet.de>
1702
1703         * gtk/gtkwindow.c (gtk_window_move): Add markup to docs.
1704
1705         * gdk/gdkcursor.h: Directly include the contents
1706         of gdkcursors.h in the GdkCursorType enum.
1707
1708         * gdk/gdkcursors.h: Deleted.
1709
1710         * gdk/gdkkeysyms.h: Remove XFree86-specific keysyms, add 
1711         header boilerplate.
1712
1713         * gdk/Makefile.am: Remove the X-derived-headers rule.
1714
1715 Tue Nov 27 20:17:55 2001  Owen Taylor  <otaylor@redhat.com>
1716
1717         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_activate):
1718         Notify on the ::active property _here_, not in
1719         gtk_check_menu_item_set_active.
1720
1721 Mon Nov 26 19:11:18 2001  Jonathan Blandford  <jrb@redhat.com>
1722
1723         * gtk/gtkcellrendererpixbuf.c
1724         (gtk_cell_renderer_pixbuf_class_init): add 2 properties
1725         (PIXBUF_EXPANDER_OPEN and PIXBUF_EXPANDER_CLOSED)
1726
1727 Sun Nov 25 21:19:02 2001  Owen Taylor  <otaylor@redhat.com>
1728
1729         * gdk/x11/gdkgeometry-x11.c: Add long, but horribly sketchy
1730         comment about what is going on in this file.
1731
1732         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): Fix 
1733         x/y problem.
1734
1735 Sun Nov 25 18:59:19 2001  Owen Taylor  <otaylor@redhat.com>
1736
1737         * gtk/gtkoptionmenu.c (gtk_option_menu_calc_size): 
1738         Calculate size based on the _child_ of the menu item,
1739         not the menuitem. (#65005, Damon Chaplin)
1740
1741         * gtk/gtklistitem.c (gtk_list_item_new_with_label): Add
1742         some extra vertical padding to the label widget ... restores
1743         GTK+-1.2 spacing. (#65085, Damon Chaplin.)
1744
1745 2001-11-26  Tor Lillqvist  <tml@iki.fi>
1746
1747         * demos/pixbuf-demo.c
1748         * demos/gtk-demo/pixbufs.c: M_PI -> G_PI.
1749
1750         * demos/gtk-demo/main.c (read_line): No flockfile() or
1751         getc_unlocked() on Win32.
1752
1753 2001-11-25  Tor Lillqvist  <tml@iki.fi>
1754
1755         * configure.in
1756         * acconfig.h: As we now use GDir, no need to check for dirent.h.
1757
1758 Sun Nov 25 23:18:39 2001  Kristian Rietveld  <kristian@planet.nl>
1759
1760         * gtk/gtktexttag.c (gtk_text_tag_set_property): free font_desc
1761         when finished (#65266)
1762
1763 Sun Nov 25 23:16:29 2001  Kristian Rietveld  <kristian@planet.nl>
1764
1765         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): free
1766         data after we set the property. (#65264)
1767
1768 Sun Nov 25 23:14:06 2001  Kristian Rietveld  <kristian@planet.nl>
1769
1770         * gtk/gtkbutton.c: add destroy method so label_text gets freed
1771         if it has been allocated (#65268)
1772
1773 Sat Nov 24 13:39:51 2001  Manish Singh  <yosh@gimp.org>
1774
1775         * gdk/linux-fb/gdkdrawable-fb2.c
1776         * gdk/linux-fb/gdkpango-fb.c: update to latest Pango API
1777
1778         * gdk/linux-fb/gdkwindow-fb.c: implement gdk_window_show_unraised
1779
1780         * gdk/linux-fb/gdkfont-fb.c (gdk_font_load): plug memleak on
1781         set_family
1782         
1783         * gdk/linux-fb/gdkfbswitch.c: minor cleanups
1784
1785 Sat Nov 24 22:05:27 2001  Kristian Rietveld  <kristian@planet.nl>
1786
1787         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): don't
1788         deactivate menu when menu_item isn't sensitive (#61389)
1789
1790 Sat Nov 24 15:35:26 2001  Kristian Rietveld  <kristian@planet.nl>
1791
1792         * gtk/gtktreemodel.c (gtk_tree_model_foreach): free path before
1793         we return (in case of a failure here)
1794
1795 Fri Nov 23 19:22:50 2001  Owen Taylor  <otaylor@redhat.com>
1796
1797         * gtk/gtknotebook.c: Handle events in windows other
1798         than widget->event_window properly. (#65079, reported
1799         by Damon Chaplin)
1800
1801         * gdk/gdkevents.c (gdk_event_get_coords): Fix x/y bug.
1802
1803 Fri Nov 23 18:57:46 2001  Owen Taylor  <otaylor@redhat.com>
1804
1805         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): Align
1806         the image at the top. (#65020, request from Seth Nickell)
1807
1808 Fri Nov 23 18:49:53 2001  Owen Taylor  <otaylor@redhat.com>
1809
1810         * gtk/{gtkclist,gtkctree.c} (draw_row): Remove some strange
1811         arithmetic that was resulting in rows being drawn too low.
1812         (#65001, reported by Damon Chaplin)
1813
1814 Fri Nov 23 18:36:42 2001  Owen Taylor  <otaylor@redhat.com>
1815
1816         * gtk/gtkrange.c (gtk_range_button_press): Offset 
1817         invalidated range correctly.
1818
1819         * gtk/gtkclist.c (hadjustment_value_changed): Fix scrolling 
1820         of title window. (#65001, reported by Damon Chaplin)
1821
1822         * gtk/gtkcombo.c (gtk_combo_button_event_after): Replace
1823         horrible hack with use of ::event_after.
1824
1825 Thu Nov 22 15:01:03 2001  Owen Taylor  <otaylor@redhat.com>
1826
1827         * Version 1.3.11
1828
1829         * configure.in (ATK_REQUIRED_VERSION): Require
1830         GLib-1.3.11, Pango-0.22, ATK-0.7.
1831
1832         * tests/prop-editor.c (property_widget): Restore
1833         to working as well as it did before.
1834
1835         * gtk/gtklistitem.h: Mark deprecated since it is
1836         an integral part of GtkList.
1837
1838         * demos/gtk-demo/demo-common.h: New header file,
1839         for a common functions not important to the meat
1840         of the demos.
1841         
1842         * demos/gtk-demo/main.c (demo_ifind_file): Add a utility
1843         function to search for a file used by the demo.
1844
1845         * demos/*.c: Use demo_find_file.
1846
1847 2001-11-23  Matthias Clasen  <matthiasc@poet.de>
1848
1849         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag),
1850         gtk/gtkruler.c (gtk_ruler_get_metric): Actually commit typo 
1851         fixes already mentioned in ChangeLog entry on 2001-11-14.
1852
1853         * docs/reference/gtk/tmpl/drawing.sgml: Minor markup fixes.
1854
1855 2001-11-23  Hans Breuer  <hans@breuer.org>
1856
1857         * gdk/win32/gdkfont-win32.c (gdk_font_from_description) : 
1858         reflect Pango API change
1859
1860         * gtk/gtk.def : updated externals
1861
1862         * gtk/gtkfixed.c (gtk_fixed_get_has_window) : use 
1863         g_return_val_if_fail() to avoid 'function must return a value'
1864
1865         * gtk/gtkrc.c : added spaces to fix small coding style issues
1866         * gtk/gtkwidget.c : ... and linebreaks. Also a static for
1867         'static correctness'
1868
1869         * gtk/makefile.msc.in : temporary(?) disable gtk<plug|socket>
1870         because they only can be build on win32 after applying my patch
1871
1872 Wed Nov 21 22:55:37 2001  Tim Janik  <timj@gtk.org>
1873
1874         * gtk/gtkbutton.c (gtk_button_map): raise event window afte
1875         children, in order for the input pnly window to stay *above*
1876         children.
1877
1878 Wed Nov 21 22:44:27 2001  Tim Janik  <timj@gtk.org>
1879
1880         * tests/testtreeview.c: make hackery worse ;) by checking fundamental
1881         type walks againts G_TYPE_FUNDAMENTAL_MAX.
1882         
1883         * tests/prop-editor.c: disable type hackery.
1884
1885 Wed Nov 21 17:41:39 2001  Owen Taylor  <otaylor@redhat.com>
1886
1887         * gdk/gdkimage.c (gdk_image_get): Fix problem with
1888         lost parameter.
1889
1890 Wed Nov 21 17:01:25 2001  Owen Taylor  <otaylor@redhat.com>
1891
1892         * gtk/gtkcellrenderer.h gtk/gtktreemodel.h 
1893         gtk/gtktreeprivate.h gtk/gtktreesortable.h: Remove
1894         trailing commas in enum declarations.
1895
1896 Wed Nov 21 15:21:26 2001  Owen Taylor  <otaylor@redhat.com>
1897
1898         * configure.in (GTK_MICRO_VERSION): Version 1.3.11, 
1899         interface, binary age 0.
1900
1901         * NEWS: Updates
1902
1903         * gtk/gtktreemodel.c gtk/gtkrc.c gtk/gtkentry.c: SGML
1904         fixes in docs.
1905
1906         * gtk/gtkmain.h: Remove unused and misnamespaced
1907         get_gtk_win32_directory() prototype.
1908
1909         * gdk/gdkimage.c (gdk_image_get): Fix parameter names
1910         to match header.
1911
1912         * gdk/gdkwindow.h: Fix parameters to gdk_window_shape_combine_mask(),
1913         gdk_window_set_transient_for(), gdk_window_set_geometry_hints(),
1914         to match docs.
1915
1916         * gdk/gdkevents.c (gdk_event_get_coords)
1917           gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_active)
1918           gtk/gtkdnd.c (gtk_drag_set_icon_stock):
1919         Fix parameter names in docs.
1920         
1921         * docs/faq/Makefile.am (FAQ_FILES): Add missing files.
1922         (#64961, Akira Tagoh)
1923
1924 Wed Nov 21 11:41:29 2001  Owen Taylor  <otaylor@redhat.com>
1925
1926         * tests/testgtk.c (create_tooltips): Ref-sink the tooltips object.
1927
1928         * gtk/gtktoolbar.c (gtk_toolbar_init): Ref-sink the tooltips object.
1929
1930         * gtk/gtkfilesel.c (open_new_dir): Fix some constness warnings.
1931
1932         * gtk/gtkaccelgroup.c: Rename gtk_accel_groups_from_acceleratable()
1933         back to gtk_accel_groups_from_object(), change @acceleratable
1934         parameter to gtk_accel_groups_activate() accordingly.
1935
1936         * gtk/gtkaccelmap.c (gtk_accel_map_lookup_entry): Remove
1937         left-over comment about quark return.
1938
1939         * gtk/gtkaccelmap.h: Fix spelling of gtk_accel_map_foreach_unfiltered().
1940
1941         * gtk/gtk-boxed.defs (GtkIconSource): added as a boxed type.
1942         (Patch from Matt Wilson)
1943
1944         * gtk/gtkobject.c (gtk_object_finalize): Warn if a floating
1945         object is finalized.
1946
1947 Tue Nov 20 21:25:08 2001  Tim Janik  <timj@gtk.org>
1948
1949         * applied patch from owen to get rid of accel map notifiers.
1950         changed things to fix reentrancy and API as discussed on gtk-devel.
1951
1952         * gtk/gtkaccelgroup.[hc]:
1953         (gtk_accel_group_finalize): unregister this accel group from all
1954         accel map paths.
1955         (accel_closure_invalidate): handle invalidation of closures by
1956         disconnecting their accelerators.
1957         (quick_accel_add): move closure connection and changed notification
1958         into this function to reduce code duplication. don't emit change
1959         notification on closurers without accelerators.
1960         (quick_accel_remove): rewrite, do the exact opposite of quick_accel_add
1961         for a GtkAccelGroupEntry.
1962         (gtk_accel_group_connect): get rid of the accel_path_quark argument.
1963         (gtk_accel_group_connect_by_path): new function to add accelerators
1964         with an accel path.
1965         (gtk_accel_group_disconnect_closure): new function, disconnect a
1966         closure from of an accel group.
1967         (gtk_accel_group_disconnect): loop over all closure for a accel_ley,
1968         accel_mods pair and remove them.
1969         (_gtk_accel_group_reconnect): new function that basically does
1970         gtk_accel_group_disconnect_closure() and
1971         gtk_accel_group_connect_by_path() once an accel path changed.
1972         (gtk_accel_groups_disconnect_closure): remove this, there's
1973         gtk_accel_group_disconnect_closure().
1974         
1975         * gtk/gtkaccelmap.[hc]: keep list of accel groups per entry now,
1976         nuke notifiers.
1977         (_gtk_accel_path_is_valid): make this non-static for
1978         gtkwidget.c and gtkaccelgroup.c assertions.
1979         (gtk_accel_map_add_notifer): removed this function.
1980         (gtk_accel_map_remove_notifer): same.
1981         (_gtk_accel_map_add_group):
1982         (_gtk_accel_map_remove_group): (un-)register accel groups, with
1983         accel paths for correct propagation.
1984         (gtk_accel_map_add_entry): return void.
1985         (gtk_accel_map_lookup): return gboolean instead of GQuark.
1986         
1987         * gtk/gtkitemfactory.c (gtk_item_factory_add_foreign): always
1988         set accel_path on widgets.
1989         
1990         * gtk/gtkwidget.[hc]:
1991         (accel_path_changed): got rid of this, changes are handled by
1992         accel maps internally now.
1993         (_gtk_widget_set_accel_path): get things to work without notifiers.
1994         (gtk_widget_list_accel_closures): list accel closures of a widget.
1995         
1996         * gtk/gtkwindow.[hc]: rename ::accels_changed, to ::keys_changed.
1997
1998 2001-11-20  Matthias Clasen  <matthiasc@poet.de>
1999
2000         * gtk/gtkcontainer.c (gtk_container_propagate_expose): Typo fix.
2001
2002 Tue Nov 20 23:01:01 2001  Kristian Rietveld  <kristian@planet.nl>
2003
2004         * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path):
2005         replace gboolean free_last in the function parameters with
2006         gint depth. Changes to reflect new situation.
2007
2008         * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path_helper):
2009         replace gboolean free_last, with gint depth, add gint current_depth.
2010         Changes to reflect new situation.
2011
2012         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): changes
2013         to reflect new situation
2014
2015         * gtk/gtktreemodel.c (gtk_tree_row_reference_free): ditto
2016
2017 Tue Nov 20 12:37:10 2001  Owen Taylor  <otaylor@redhat.com>
2018
2019         * gtk/gtknotebook.c (gtk_notebook_paint): Fix problem
2020         where notebook gap was double shifted by allocation.x/y
2021
2022         * gtk/gtknotebook.c (gtk_notebook_unmap): Chain up
2023         to unmap children.
2024
2025 Tue Nov 20 14:49:59 2001  Tim Janik  <timj@gtk.org>
2026
2027         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): fix
2028         allocation to be relative to paned->allocation, now
2029         that this is a NO_WINDOW widget.
2030         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): same here.
2031
2032         * gtk/gtkaccellabel.c (gtk_accel_label_class_init): ::closure
2033         needs to be a boxed property.
2034
2035 Mon Nov 19 17:34:40 2001  Owen Taylor  <otaylor@redhat.com>
2036
2037         * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator):
2038         Use the widget's state when drawing the indicator, as
2039         in GtkCheckButton. This gives us color changes for
2040         un-prelighted checkbuttons. (#63308, Matt Wilson)
2041
2042 Mon Nov 19 17:11:23 2001  Owen Taylor  <otaylor@redhat.com>
2043
2044         (Fixes related to #64428, Michael Meeks)
2045
2046         * gtk/gtkplug.c (gtk_plug_set_is_child): Unmap the
2047         widget, so it gets mapped again properly when we
2048         add to a parent.
2049
2050         * gtk/gtkplug.c (_gtk_plug_add_to_socket): Set
2051         plug->socket_window. 
2052
2053         * gtk/gtkplug.c (_gtk_plug_remove_from_socket): Set
2054         socket_window to NULL, not FALSE.
2055
2056         * gtk/gtkplug.c (_gtk_plug_add_to_socket): Set
2057         socket->same_app to TRUE. (#64612)
2058
2059 Mon Nov 19 15:50:41 2001  Owen Taylor  <otaylor@redhat.com>
2060
2061         * gtk/gtkfixed.[ch] docs/Changes-2.0.txt: Add 
2062         gtk_fixed_set/get_has_window() to remove criticism
2063         about GTK_WIDGET_SET_FLAGS() hacks.
2064
2065 2001-11-19  Michael Natterer  <mitch@gimp.org>
2066
2067         * gtk/gtknotebook.c: show notebook->event_window with
2068         gdk_window_show_unraised(), so it doesn't catch the events which
2069         should go to the tab widgets first.
2070
2071 Mon Nov 19 15:30:51 2001  Jonathan Blandford  <jrb@redhat.com>
2072
2073         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add a
2074         "resizable" property, to get rid of the
2075         GTK_TREE_VIEW_COLUMN_RESIZABLE sizing flag.
2076         (gtk_tree_view_column_set_resizable): New function to set resizable.
2077         (gtk_tree_view_column_set_resizable): getter.
2078
2079         * tests/testtreecolumns.c (add_clicked): modify for above change.
2080
2081         * Makefile.am (install-data-hook): remove old .pc files before
2082         installing the new one.  We used to symlink this, and it will
2083         break old installs.
2084
2085 2001-11-19  Havoc Pennington  <hp@pobox.com>
2086
2087         * tests/testtext.c (fill_example_buffer): put in a test for
2088         negative indentation values
2089
2090 Mon Nov 19 14:08:18 2001  Owen Taylor  <otaylor@redhat.com>
2091
2092         * gtk/gtklabel.c (gtk_label_init): Change default for
2093         justify to GTK_JUSTIFY_LEFT. Assuming that multiline
2094         labels are most often wrapped labels, this gives better
2095         compatibility with GTK+-1.2, where justification was
2096         ignored for wrapped labesl and is a more sensible
2097         default in any case. (#64489)
2098
2099         * gtk/gtklabel.c (gtk_label_class_init): Fix default
2100         for wrap property to FALSE.
2101
2102 2001-11-19  jacob berkman  <jacob@ximian.com>
2103
2104         * gtk/Makefile.am (gtk_extra_sources): add gtkmarshal.list
2105
2106 Mon Nov 19 13:56:45 2001  Owen Taylor  <otaylor@redhat.com>
2107
2108         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): Use 
2109         RevertToParent, not RevertToNone. (#64613, 
2110         Matthias Clasen)
2111
2112 Mon Nov 19 12:28:02 2001  Owen Taylor  <otaylor@redhat.com>
2113
2114         * gtk/gtkframe.c (gtk_frame_class_init): label_xalign
2115         and label_yalign need to be float properties to
2116         correspond to GTK+-1.2, to gtk_frame_set_label_align,
2117         and to the types of the xalign and yalign properties of GtkMisc.
2118         (#63484, Vitaly Tishkov)
2119
2120 Mon Nov 19 12:24:30 2001  Owen Taylor  <otaylor@redhat.com>
2121
2122         * gtk/gtksocket.h (struct _GtkSocketClass): Fix return
2123         of plug_added vfunc. (#64408, Jeff Franks)
2124
2125 Mon Nov 19 12:07:20 2001  Owen Taylor  <otaylor@redhat.com>
2126
2127         * configure.in (deps): Undef HAVE_STDLIB_H before
2128         checking for jpeg, because jconfig.h has this
2129         in it too (%#$@!). Fix from Matthias Clasen, #64500.
2130
2131 Mon Nov 19 11:30:03 2001  Owen Taylor  <otaylor@redhat.com>
2132
2133         * gdk/x11/gdkproperty-x11.c (get_atom_name): Fix a 
2134         memory leak when retrieving atom names. (Michael Meeks,
2135         #64508)
2136
2137 2001-11-18  Alex Larsson  <alexl@redhat.com>
2138
2139         * gdk/x11/gdkfont-x11.c (gdk_font_from_description):
2140         Update to new Pango API.
2141         
2142 Sun Nov 18 19:47:29 2001  Owen Taylor  <otaylor@redhat.com>
2143
2144         * gtk/gtkobject.h docs/Changes-2.0.txt: Rename the
2145         GTK_DESTROYED flag to GTK_IN_DESTRUCTION, remove the
2146         GTK_OBJECT_DESTROYED() check macro.
2147
2148         * gtk/gtkbindings.c (gtk_bindings_activate): Remove
2149         instances of GTK_OBJECT_DESTROYED() that weren't
2150         needed any more.
2151
2152         * gtk/gtkdialog.c: Exchange use of GTK_OBJECT_DESTROYED
2153         for a connection to ::destroy.
2154
2155 Sun Nov 18 18:18:11 2001  Owen Taylor  <otaylor@redhat.com>
2156
2157         * gtk/gtkfixed.c: Make a NO_WINDOW widget, as it should
2158         have been since the beginning, but as special hack,
2159         allow clearing the NO_WINDOW flag to get a window widget.
2160
2161 Sun Nov 18 22:01:36  Kristian Rietveld  <kristian@planet.nl>
2162
2163         * gtk/gtktreestore.c: return TRUE when value changed, so
2164         row_changed is being emitted
2165
2166 2001-11-18  Hans Breuer  <hans@breuer.org>
2167
2168         * gtk/gdkaccelmap.c : make it compile with msvc: !HAVE_UNISTD_H;
2169         no label without op, even if it's a no-op.
2170
2171         * gtk/gtk.def :
2172         * gtk/makefile.msc.in : reflect marshaler split, some clean-up  
2173
2174         * config.h.win32.in : remove definition of HAVE_DIRENT_H
2175         * gtk/gtkfilesel.c : due to GDir (new in glib) DIR isn't
2176         required anymore, replace it.
2177         * gtk/queryimmodules.c : DIR -> GDir replacement, also
2178         getcwd() -> g_get_current_dir()
2179
2180         * gdk/win32/gdkgeometry-win32.c : adapt to refactored gdkgeometry-x11.c
2181         Even 'noisy laugh' scolling appears to work, though I still can't
2182         claim to have fully understood what it is supposed to do ...
2183
2184 Sat Nov 17 21:07:46 2001  Owen Taylor  <otaylor@redhat.com>
2185
2186         * gtk/gtkenums.h: Include glib-object.h instead of
2187         gobject/gsignal.h
2188
2189         * gdk/{gdkinternals.h,gdkwindow.c,gdkwindow.[ch],
2190           x11,{fb,win32,x11/gdkwindow-*.c}: Add a dummy GdkScreen
2191         argument to the window_at_pointer() field of
2192         GdkPointerHooks. (Patch from Erwann Chenede)
2193
2194         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Up
2195         to 6 pointers.
2196
2197 2001-11-17  Matt Wilson  <msw@redhat.com>
2198
2199         * gtk/gtkenums.h: must include glib-object.h only
2200
2201 Sat Nov 17 19:26:20 2001  Owen Taylor  <otaylor@redhat.com>
2202
2203         * gtk/gtkwindow.c (gtk_window_key_press_event): Reprioritize
2204         key bindings in order of visibility - mnemonics, then 
2205         accelerators, then send key to the focus widget, then
2206         bindings on the GtkWindow.
2207
2208         * gtk/gtklayout.h docs/Changes-2.0.txt tests/testgtk.c: 
2209         Removed the xoffset, yoffset fields of GtkLayout which were
2210         identically zero for compat with 1.2, but were no longer 
2211         compatible with all uses of these fields in 1.2.
2212
2213         * gtk/gtkwindow.c (gtk_window_set_default): Remove 
2214         unused variable.
2215
2216 Sat Nov 17 19:08:13 2001  Owen Taylor  <otaylor@redhat.com>
2217
2218         * tests/testtreeview.c (gtk_tree_model_types_get_type): 
2219         We no longer need to create the signals here ... they
2220         come from the interface.
2221
2222         * gtk/maketypes.awk: Use GType, not GtkType in output.
2223
2224         * gtk/gtktypeutils.h: Mark virtually all of this
2225         file deprecated.
2226
2227         * gtk/gtkcontainer.h: Deprecate gtk_container_foreach_full;
2228         the only use of this function is the GtkArg using
2229         GtkCallbackMarshal, since destroy notification is
2230         silly here.
2231
2232 Sat Nov 17 18:26:45 2001  Owen Taylor  <otaylor@redhat.com>
2233
2234         * gtk/Makefile.am gtk/gtkmarshal.list gtk/gtkmarshalers.list
2235         gtk/*.c gtk/gtksignal.h: Make gtkmarshal.list/gtkmarshal.h
2236         only for compatibility with GTK+-1.2; and deprecate it; 
2237         put all marshalers we actually use into gtkmarshalers.list 
2238         and use the _gtk_marshal_ prefix for these marshalers.
2239
2240 2001-11-17  Murray Cumming  <murrayc@usa.net>
2241
2242         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init):
2243         The first parameters of the signals are now registered as
2244         GTK_TYPE_TEXT_TAG instead of G_TYPE_OBJECT.
2245         
2246 2001-11-17  Tor Lillqvist  <tml@iki.fi>
2247
2248         * gtk-zip.sh.in: Build separate runtime and developer
2249         packages.
2250
2251         * gtk/gtk.def: Reflect recent accelerator-related changes.
2252
2253 Fri Nov 16 19:44:35 2001  Owen Taylor  <otaylor@redhat.com>
2254
2255         * gtk/gtkwindow.c (gtk_window_set_default): Move 
2256         notification of "has_default" to here, so it
2257         is safe to call gtk_window_set_default() instead
2258         of gtk_widget_grab_default().
2259
2260         * gtk/gtkwindow.c (gtk_window_set_focus): Make it call
2261         gtk_widget_grab_focus(), which then calls 
2262         _gtk_widget_internal_set_focus(). This makes 
2263         gtk_window_set_focus() a safe way of both setting
2264         and unsetting the focus widget.
2265
2266         * gtk/gtkwidget.c (gtk_widget_propagate_state): Use
2267         gtk_widget_get_toplevel(), instead of gtk_widget_ancestor
2268         to find the toplevel.
2269
2270         * gtk/gtkwindow.h: Move gtk_window_set_focus/default
2271         from the "internal functions" section.
2272
2273 2001-11-16  jacob berkman  <jacob@ximian.com>
2274
2275         * tests/testgtk.c (create_radio_buttons): add some no-indicator
2276         radio buttons
2277
2278         * gtk/gtkradiobutton.c (gtk_radio_button_init): since we are
2279         initially active, also initially be depressed
2280         (gtk_radio_button_clicked): also update our depressed state
2281
2282 Thu Nov 15 12:54:36 2001  Owen Taylor  <otaylor@redhat.com>
2283
2284         * gtk/gtkwindow.c (gtk_window_key_press_event): Propagate
2285         key press events not just to focus/window but also to
2286         intermediate widgets.
2287
2288         * gtk/gtknotebook.c: Handle Ctrl-PageUp/Ctrl-PageDown
2289         to switch pages. (Needs some work on handling focus
2290         when switching pages.)
2291
2292 Fri Nov 16 14:06:31 2001  Owen Taylor  <otaylor@redhat.com>
2293
2294         * gtk/gtknotebook.c: Fix child allocations to be relative to 
2295         widget position and some drawing bugs.
2296
2297         * gtk/gtkmenuitem.c (gtk_menu_item_paint): Fix problem
2298         with reading uninitialized variable.
2299
2300 Fri Nov 16 00:16:40 2001  Owen Taylor  <otaylor@redhat.com>
2301
2302         * gtk/{gtkmenuitem.[ch],gtkcheckmenuitem.c,gtkimagemenuitem.c,
2303         gtkradiomenuitem.c,gtktearoffmenuitem.c}: Make Menu items
2304         NO_WINDOW widgets.
2305
2306         * gtk/gtk{h,v,}paned.[ch]: Make NO_WINDOW widgets, some
2307         cleanup.
2308
2309         * gtk/gtkstyle.c (gtk_default_draw_handle): Don't assume
2310         we are drawing in a window when drawing the paned handle.
2311
2312 2001-11-16  Sven Neumann  <sven@gimp.org>
2313
2314         * demos/gtk-demo/appwindow.c
2315         * demos/gtk-demo/menus.c: reduce compiler warnings
2316
2317 Thu Nov 15 19:47:09 2001  Owen Taylor  <otaylor@redhat.com>
2318
2319         * demos/gtk-demo/main.c (button_press_event_cb): Remove 
2320         unused callback to make things compile with 
2321         gtk_tree_view_path_at_pos_change().
2322
2323 Thu Nov 15 18:44:33 2001  Jonathan Blandford  <jrb@redhat.com>
2324
2325         * gtk/gtktreedatalist.c (_gtk_tree_data_list_free): maybe fix #64160
2326
2327 2001-11-15  Matthias Clasen  <matthiasc@poet.de>
2328
2329         * gtk/gtkwindow.c (gtk_window_new): Move '.' out of quote. (#64407)
2330  
2331 Thu Nov 15 16:24:55 2001  Jonathan Blandford  <jrb@redhat.com>
2332
2333         * gtk/gtktreeview.c (gtk_tree_view_get_bin_window): New function
2334         to get a GdkWindow to compare event->window to.
2335
2336         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_left_right): emit
2337         the signal for lateral motion too, #64361
2338
2339         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): remove window
2340         arg as it is useless, #64137
2341
2342 Thu Nov 15 16:07:42 2001  Owen Taylor  <otaylor@redhat.com>
2343
2344         * gtk/gtknotebook.c: Some small drawing fixes for scroll arrows.
2345
2346 Thu Nov 15 14:19:34 2001  Owen Taylor  <otaylor@redhat.com>
2347  
2348         * gdk/gdkwindow.c (gdk_window_invalidate_maybe_recurse): Cal
2349         gdk_window_invalidate_maybe_recurse() for recursion.
2350         (Soeren Sandmann)
2351
2352         * gtk/gtkviewport.c: Make !redraw_on_allocate. (Soeren Sandmann)
2353  
2354         * gtk/gtkcontainer.c (gtk_container_expose): Call
2355         gtk_container_forall() not _foreach() to propagate,
2356         since we need to propagate exposes to internal children
2357         as well.
2358
2359         * gtk/gtkwidget.c (gtk_widget_set_events, gtk_widget_add_events): 
2360         Remove the restriction of only being able to call these
2361         on window widgets, since we have lots of NO_WINDOW widgets
2362         with windows now; for add events, recurse over the children
2363         of widget->window to find one owned by the widget.
2364
2365         * gtk/gtkbutton.[ch]: Make a NO_WINDOW widget, using an input-only
2366         window to catch events.
2367
2368         * gtk/gtktogglebutton.[ch]: Remove the code for switching
2369         between NO_WINDOW and WINDOW widgets based on the mode.
2370
2371         * gtk/gtkcheckbutton.c gtk/gtkoptionmenu.c gtk/gtkclist.c
2372         gtk/gtktreeview.c: Adopt to NO_WINDOW change for GtkButton.
2373
2374         * gtk/gtkrange.[ch]: Make into a NO_WINDOW widget.
2375
2376         * gtk/gtkhscale.c, gtk/gtkvscale.c: Adopt to NO_WINDOW
2377         change for range.
2378
2379         * gtk/gtknotebook.[ch]: Make into a NO_WINDOW widget.
2380  
2381         * docs/Changes-2.0.txt: Add a note about the NO_WINDOW changes.
2382
2383 Thu Nov 15 11:59:35 2001  Owen Taylor  <otaylor@redhat.com>
2384
2385         * gtk/gtkmessagedialog.c: Patch from Murray Cumming to add
2386         "message_type" and "buttons" CONSTRUCT properties. (#64069)
2387
2388         * tests/testsocket.c: Expand tests to add a "local passive
2389         child" (Test case for #64428)
2390
2391 2001-11-14  jacob berkman  <jacob@ximian.com>
2392
2393         * gtk/gtkgamma.c (button_clicked_callback): create the label with
2394         a mnemonic
2395
2396 2001-11-15  Sven Neumann  <sven@gimp.org>
2397
2398         * tests/testgtk.c: make it compile without warnings.
2399
2400 2001-11-14  Alex Larsson  <alexl@redhat.com>
2401
2402         * gtk/gtklabel.c:
2403         Don't recalculate the layout on each gkt_label_ensure_layout () for
2404         wrapped labels.
2405
2406 Wed Nov 14 17:40:23 2001  Jonathan Blandford  <jrb@redhat.com>
2407
2408         * gtk/gtktreeview.c (gtk_tree_view_get_expander_column): Return
2409         the currently selected column when we get the column, #64380
2410
2411         * gtk/gtkentry.c (gtk_cell_editable_key_press_event): Handle Esc
2412         to cancel CellRendererText editting, #63613
2413
2414         * gtk/gtkcellrenderertext.c: ditto
2415
2416         * gtk/gtkcellrenderertext.h: formatting changes
2417
2418 2001-11-14  Matthias Clasen  <matthiasc@poet.de>
2419
2420         * gtk/gtkbutton.c (gtk_button_get_label): Rearrange docs (#64566)
2421
2422         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): Typo fix (#64474)
2423
2424         * gtk/gtkruler.c (gtk_ruler_get_metric): Typo fix (#64470)
2425
2426         * gtk/gtknotebook.c (gtk_notebook_prepend_page): Typo fix (#64467)
2427
2428         * gtk/gtklabel.c: Documentation fixes (#64452)
2429
2430 2001-11-14  Daniel Egger  <degger@fhm.edu>
2431
2432         * gdk-pixbuf/io-xpm.c: 
2433         (xpm_skip_whitespaces): Remove unused static function.
2434         (xpm_skip_string): Dito.        
2435         (xpm_extract_color): Declare const variable const to avoid warnings. 
2436
2437         * gtk/gtkfixed.c: (gtk_fixed_map): Remove unused static function.
2438         
2439         * gtk/gtkplug.c: #if 0'ed prototype for #if 0'ed code.
2440         
2441         * gtk/gtksocket.c: Change type of mask to g_message to %ld for 
2442         a long.
2443
2444 Wed Nov 14 15:14:48 2001  Owen Taylor  <otaylor@redhat.com>
2445
2446         * gtk/gtkcontainer.c (gtk_container_idle_sizer): Back
2447         out accidental commit of debugging timing code.
2448
2449 2001-11-14  Havoc Pennington  <hp@redhat.com>
2450
2451         * gtk/gtktextview.c (gtk_text_view_move_cursor): fix Control-E so
2452         it doesn't move to a new line each time you press it
2453
2454         * gtk/gtktextiter.c (gtk_text_iter_forward_to_line_end): fix
2455         return value, #62987
2456
2457 2001-11-14  Havoc Pennington  <hp@redhat.com>
2458
2459         * tests/testtextbuffer.c (main): bulk of the tests were commented
2460         out, oops.
2461
2462         * gtk/gtktextiter.c (find_paragraph_delimiter_for_line): make this 
2463         function work, should resolve #63426
2464         (gtk_text_iter_ends_line): return TRUE for the end iterator
2465
2466         * gtk/gtktextiter.h: put padding back in GtkTextIter, I thought of
2467         a couple things that might get cached in here.
2468
2469 Tue Nov 13 21:00:59 2001  Jonathan Blandford  <jrb@redhat.com>
2470
2471         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_class_init): new
2472         "model" construct property for language bindings.
2473
2474         * gtk/gtktreestore.c (gtk_tree_store_set_column_types): New
2475         function to let you set the column types of a GtkTreeStore for
2476         language bindings.
2477
2478         * gtk/gtkliststore.c (gtk_list_store_set_column_types): ditto.
2479
2480 2001-11-13  Havoc Pennington  <hp@redhat.com>
2481
2482         * gtk/gtktextview.c (gtk_text_view_add_child_in_window): docs
2483         including reference to bugzilla bug about how we should have 
2484         a better way of positioning children
2485
2486         * gtk/gtktextview.h (struct _GtkTextViewClass): add some padding
2487
2488         * gtk/gtktextview.c (gtk_text_view_size_allocate): assign zero
2489         size to side rects if they don't exist, #63438
2490
2491 2001-11-13  Havoc Pennington  <hp@redhat.com>
2492
2493         * gtk/gtktextview.c (gtk_text_view_key_press_event): fix to
2494         properly replace selection with Return or Tab
2495
2496         * gtk/gtktextdisplay.c (gtk_text_layout_draw): fix broken code
2497         that didn't locate the end of the line correctly, should fix #63800
2498
2499 2001-11-13  Havoc Pennington  <hp@redhat.com>
2500
2501         * gtk/gtktextview.c (gtk_text_view_size_request): add border width
2502         to requisition, request non-anchored children
2503         (gtk_text_view_size_allocate): handle border width, allocate
2504         non-anchored children
2505         (text_view_child_new_window): set the child as object data
2506         (gtk_text_view_move_child): allow children at negative
2507         coordinates, no reason why not
2508         (gtk_text_view_forall): make it copy the list of children before
2509         walking it, to avoid reentrancy issues  
2510         (gtk_text_view_move_child): short-circuit if position is unchanged
2511         (changed_handler): only queue_resize if requisition has changed
2512         (gtk_text_view_init): don't redraw_on_allocate, since we can do 
2513         a better job of invalidation ourselves
2514
2515         * tests/testtext.c: add tests for the fixed-position children
2516
2517 Tue Nov 13 19:51:43 2001  Tim Janik  <timj@gtk.org>
2518
2519         * gtk/gtkwindow.c (handle_accels_changed): protect idle handle
2520         with gdk threads macro.
2521
2522 Mon Nov 12 23:08:37 2001  Tim Janik  <timj@gtk.org>
2523
2524         * gtk/maketypes.awk: fix type utils generation on unix.
2525
2526         * gtk/gtkaccelmap.[hc]: new files, implementing a global accelerator
2527         registry.
2528
2529         * gtk/gtkaccelgroup.[hc]: major API/implementation revamp:
2530         removed GTK_ACCEL_SIGNAL_VISIBLE, gtk_accel_group_get_default,
2531         gtk_accel_group_get_entry, gtk_accel_group_(un)lock_entry,
2532         gtk_accel_group_add/remove, gtk_accel_group_handle_add/remove,
2533         gtk_accel_group_create_add/remove, gtk_accel_group_entries_from_object.
2534         introduced ::accel_changed signal for change notification, and
2535         gtk_accel_group_connect/disconnect to connect closures to accel groups.
2536         made gtk_accel_group_attach/detach and gtk_accel_group_activate private
2537         functions.
2538         deprecated gtk_accel_group_ref/unref.
2539
2540         * gtk/gtkaccellabel.[hc]: changes to make accellabels pay attention
2541         to accel group changed notification and basically operate on closures.
2542         removed gtk_accel_label_get_accel_object and
2543         gtk_accel_label_set_accel_object.
2544         introduced gtk_accel_label_set_accel_closure, and for convenience,
2545         gtk_accel_label_set_accel_widget.
2546
2547         * gtk/gtkitemfactory.[hc]: removed accelerator propagation code
2548         which mostly moved into gtkaccelmap.[hc].
2549         removed gtk_item_factory_parse_rc*, gtk_item_factory_dump_*
2550         and gtk_item_factory_print_func.
2551
2552         * gtk/gtkmain.c: call _gtk_accel_map_init().
2553
2554         * gtk/gtkmenuitem.[hc]: introduced gtk_menu_item_set_accel_path(),
2555         that associates an accelerator path with menu items, through which
2556         persistent accelerator settings on menu items are enabled.
2557
2558         * gtk/gtkmenu.[hc]: added gtk_menu_set_accel_path() so accelerator
2559         paths of menu item can be default constructed to allow installation
2560         of accelerators on menu items that don't come with an accelerator
2561         binding by default.
2562
2563         * gtk/gtksettings.c: fix STRING type rc settings by special casing
2564         them appropriately in the parser.
2565
2566         * gtk/gtksignal.[hc]: allow a class function offset of 0 for
2567         gtk_signal_newv().
2568
2569         * gtk/gtkwidget.[hc]: accelerator API revamp.
2570         removed ::accelerator_add/remove signals, gtk_widget_accelerator_signal,
2571         gtk_widget_accelerators_locked, gtk_widget_remove_accelerators and
2572         gtk_widget_(un)lock_accelerators.
2573         accelerators maintained through gtk_widget_add/remove_accelerator()
2574         are not runtime changable now, the correct sequence to setup a
2575         widget for runtime changable accelerators is now:
2576           gtk_accel_map_add_entry(accel_path, key, mods);
2577           _gtk_widget_set_accel_path(widget, accel_path, accel_group);
2578
2579         * gtk/gtkwindow.[hc]: accelerator changes, proxy and coalesce accel
2580         group changes (as well as mnemonic changes) through the new signal
2581         ::accels_changed.
2582
2583 Sat Nov 10 12:08:56 2001  Tim Janik  <timj@gtk.org>
2584
2585         * gtk/gtksettings.c (_gtk_settings_parse_convert): properly handle
2586         GString->string conversions.
2587
2588 Mon Nov 12 19:33:52 2001  Owen Taylor  <otaylor@redhat.com>
2589
2590         * gtk/gtkmessagedialog.c (gtk_message_dialog_new): Warn
2591         if GTK_DIALOG_NO_SEPARATOR is passed in and ignore it.
2592
2593 2001-11-12  Matthias Clasen  <matthiasc@poet.de>
2594
2595         * gtk/gtktreeview.c: Documentation fixes. (#64377)
2596         
2597         * gtk/gtktreestore.c: Documentation fixes. (#64376)
2598
2599 2001-11-11  Matthias Clasen  <matthiasc@poet.de>
2600
2601         * gtk/gtkiconfactory.c, gtk/gtktextbuffer.c, gtk/gtktreemodel.c,
2602         gtk/gtkwindow.c, gtk/gtknotebook.c, gtk/gtkradiobutton.c, 
2603         gtk/gtktextiter.c, gtk/gtkdialog.c: Mass fixing of trivial doc bugs.  
2604         (#63544, #57007, #64141, #63472, #57108, #60818, #61562)
2605
2606 2001-11-10  Hans Breuer  <hans@breuer.org>
2607
2608         * gdk/win32/gdkevents-win32.c (gdk_event_translate) : make sure 
2609         we know what we are talking about when asked for MINMAXINFO.
2610         Also some cleaning for !HAVE_DIMM_H etc.
2611
2612 2001-11-10  Matthias Clasen  <matthiasc@poet.de>
2613
2614         * gtk/gtktreeviewcolumn.c: Fix docs for 
2615         gtk_tree_view_column_set_sort_order. (#62647)
2616         
2617         * gtk/gtkcontainer.c: Fix docs for 
2618         gtk_container_set_border_width. (#64139)
2619
2620         * gtk/gtkcolorsel.c: Documentation fixes.
2621
2622 2001-11-10  Hans Breuer  <hans@breuer.org>
2623
2624         * gtk/gtkfontsel.c : use g_strcasecmp(), some poor platforms
2625         don't have strcasecmp()
2626
2627         * gtk/gtktextview.c : to fix crashing on e.g. TextView::find need 
2628         to remove the idle funcs in gtk_text_view_destroy (). To reduce 
2629         code duplication wrap it in its own function and use it in 
2630         gtk_text_view_unrealize () and gtk_text_view_destroy_layout ()
2631
2632         * gdk/win32/gdkdrawable-win32.c : implement the finalize
2633         method like the X11 version does, allow to set_colormap NULL
2634         * gdk/win32/gdkwindow-win32.c : adapt GdkWindowImplWin32::
2635         set_colormap, also some adaption to X11 version :
2636         (gdk_window_hide) call _gdk_window_clear_update_area
2637         (gdk_window_reparent) call _gdk_window_init_position
2638
2639         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints) : 
2640         call gdk_window_resize() after all hints are set, because the
2641         window resizing process (WM_GETMINMAXINFO) takes all of them into 
2642         account
2643
2644         * gdk/win32/gdkfont-win32.c : make gdk_font_equal return a gboolean
2645
2646         * gdk/win32/gdkvisual-win32.c : register GdkVisual with 
2647         sizeof (GdkVisualPrivate)
2648
2649         * gdk/gdk.def gtk/gtk.def : upated externals
2650
2651         * gdk/makefile.msc gdk/win32/makefile.msc gdk-pixbuf/makefile.msc
2652           gdk-pixbuf/pixops/makefile.msc gtk/makefile.msc.in tests/makefile.msc :
2653         from now on use make.msc from $(TOP)/glib/build/win32
2654
2655         * gtk/stock-icons/makefile.msc : add stock_missing_image
2656
2657 2001-11-08  Tor Lillqvist  <tml@iki.fi>
2658
2659         * README.win32: Add headers. Add section about ActiveIMM.
2660
2661         * configure.in: Add --with-ie55 flag to specify the location of
2662         the "IE55 libs and headers" package downloadable from Microsoft,
2663         which contains, among other things, the Active IMM header dimm.h
2664         and UUID library uuid.lib. Use test -f instead of AC_CHECK_FILE.
2665         Require GLib 1.3.10.
2666         
2667         * config.h.win32.in: New version, produced by merging two
2668         configure-generated ones (for gcc and MSVC). Hopefully #defines
2669         the same flags that the previous, hand-written one, did.
2670
2671         * gdk/Makefile.am
2672         * gdk/win32/Makefile.am: Handle the uuid library from the IE55 lib.
2673
2674         * gdk/win32/gdkevents-win32.c: Conditionalize ActiveIMM
2675         stuff. Remove unused GdkIOClosure.
2676
2677         * gdk/win32/surrogate-dimm.h: Remove, use real dimm.h instead (if
2678         available).
2679
2680         * gdk/win32/libie55uuid.la: New file, handwritten libtool wrapper
2681         for uuid.lib. (Does it really have to be this hard to use an
2682         existing library with libtool? Probably I am missing something.)
2683
2684 2001-11-08  Darin Adler  <darin@bentspoon.com>
2685
2686         * gtk/gtklabel.c: (gtk_label_ensure_layout): Fix an obvious
2687         typo where it says LEFT instead of CENTER.
2688
2689 2001-11-07  Darin Adler  <darin@bentspoon.com>
2690
2691         * gtk/gtkdialog.c: (gtk_dialog_set_response_sensitive),
2692         (gtk_dialog_set_default_response): Add g_return_if_fail.
2693
2694 Mon Nov  5 22:34:29 2001  Owen Taylor  <otaylor@redhat.com>
2695
2696         * gtk/gtktreednd.[ch] (struct _GtkTreeDragSourceIface): 
2697         Add row_draggable() vfunc, and wrapper function.
2698
2699         * gtk/gtktreednd.[ch] (struct _GtkTreeDragDestIface): Make
2700         row_drop_possible take a GtkSelectionData, rather than
2701         model/row pair.
2702
2703         * gtk/gtktreestore.c gtk/gtkliststore.c: Update for 
2704         new DND interfaces.
2705
2706         * gtk/gtktreeview.[ch]: Remove the row_draggable_func
2707         location_dropable_func from gtk_tree_view_set_rows_drag_source/dest.
2708         and rename them to enable_model_drag_source/dest.
2709
2710         * gtk/treeviewcolumn.c: Add DND of columns between rows.
2711         Still can't drop _to_ the left tree, but other places
2712         work.
2713
2714         * gtk/gtktreeview.c (unset_reorderable): Unset the
2715         reorderable property if unset/enable_model_drag_source/dest
2716         are called manually.
2717
2718         * gtk/gtktreestore.c (gtk_tree_store_row_drop_possible): 
2719         Correct for change in depth count handling.
2720
2721         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon):
2722         Pass in a expose area to gtk_tree_view_column_cell_render()
2723
2724 2001-11-06  Havoc Pennington  <hp@redhat.com>
2725
2726         * demos/gtk-demo/textview.c (easter_egg_callback): wacky easter egg
2727
2728 Tue Nov  6 10:13:16 2001  Owen Taylor  <otaylor@redhat.com>
2729
2730         * gdk/x11/gdkgc-x11.c: Fix misplaced HAVE_XFT.
2731
2732 2001-11-05  Havoc Pennington  <hp@redhat.com>
2733
2734         * gtk/gtktextview.c (gtk_text_view_paint): expose the child
2735         widgets in here
2736         (gtk_text_view_realize): set parent window of child widgets
2737         (gtk_text_view_size_request): use child req to decide whether
2738         to invalidate layout, not widget->requisition
2739
2740         * gtk/gtktextdisplay.c (render_layout_line): set
2741         shaped_width_pixels for NULL shape objects, so that we properly
2742         draw the "missing pixbuf/widget" thing
2743         (render_layout_line): don't draw the widget here
2744         (gtk_text_layout_draw): pass out a list of widgets that need exposing
2745
2746         * demos/gtk-demo/textview.c (insert_text): add demo of child
2747         widgets
2748
2749         * gtk/gtktextlayout.c (add_child_attrs): remove debug spew
2750
2751         * gtk/gtktextdisplay.c (render_layout_line): remove debug spew
2752
2753         * gtk/gtktextview.c (gtk_text_view_update_child_allocation): add
2754         scroll offsets
2755         (gtk_text_view_value_changed): poke new X and Y into child allocations
2756
2757 2001-11-06  Tor Lillqvist  <tml@iki.fi>
2758
2759         * gtk/gtkmain.c (find_module): Do search GTK_BINARY_VERSION
2760         -specific directory on Windows, too (#63759).
2761
2762 Mon Nov  5 12:46:44 2001  Owen Taylor  <otaylor@redhat.com>
2763
2764         * gdk/x11/gdkdrawable-x11.[ch] gdk/x11/gdkgc-x11.c
2765         gdk/x11/gdkpixmap-x11.c gdk/x11/gdkprivate-x11.h
2766         gdk/x11/gdkwindow-x11.c: Redo Xft support to go
2767         directly to Picture objects instead of using XftDraw.
2768         This fixes the problem where we weren't able to 
2769         properly destroy XftDraw objects before destroying
2770         the accompanying windows, and probably improves
2771         efficiency a bit too. (#50214)
2772
2773 Mon Nov  5 10:01:49 2001  Owen Taylor  <otaylor@redhat.com>
2774
2775         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): 
2776         Clamp max window width/height to 32767, not 32768 since
2777         we have to be able to deal with a dx/y of -32768 without
2778         getting a width of 65536 when guffaw scrolling.
2779
2780         * gdk/x11/gdkgeometry-x11.c: Implement gdk_window_scroll()
2781         for the guffaw scrolling case, fixing some problems with
2782         copy-area case as well. Fix BadValue bug with moving windows
2783         by large amounts.
2784
2785         * gdk/x11/gdkgeometry-x11.c (gdk_window_clip_changed): Update
2786         clip in window structue before calling gdk_window_invalidate_region
2787         since that trims new invalidations to the window's visible
2788         region.
2789
2790         * gdk/x11/gdkwindow-x11.c (gdk_window_set_static_gravities): 
2791         Really set the static window gravity on the children, not
2792         repeatedly on the window.
2793
2794         * gtk/testgtk.c: Add a torture test for big windows and 
2795         gdk_window_scroll().
2796
2797 Sun Nov  4 17:36:08 2001  Manish Singh  <yosh@gimp.org>
2798
2799         * acconfig.h configure.in: sigsetjmp is macroized in some places,
2800         so use AC_TRY_LINK instead of AC_CHECK_FUNCS for the check.
2801
2802 Sun Nov  4 19:16:23 2001  Owen Taylor  <otaylor@redhat.com>
2803
2804         * gdk/gdkcolor.c (gdk_color_parse): Implement gdk_color_parse()
2805         in terms of pango_color_parse().
2806
2807         * gdk/{linux-fb,win32,x11}/gdkcolor-*.c: Remove port-specific
2808         gdk_color_parse() implementations.
2809
2810 Sun Nov  4 18:39:43 2001  Owen Taylor  <otaylor@redhat.com>
2811
2812         * gtk/gtksizegroup.c (gtk_size_group_set_mode): 
2813         queue_resize_on_group with both the old and new mode, not
2814         just the new mode. (#60171, Nicolas Setton). Also, notify
2815         the "mode" property.
2816         
2817 Sun Nov  4 16:02:08 2001  Owen Taylor  <otaylor@redhat.com>
2818
2819         * gdk/gdkwindow.[ch]: Add a function gdk_window_invalidate_maybe_recurse() 
2820         for use in "shallow invalidation" of a widget. (Windows belonging
2821         to the widget, but not to the widget's children)
2822
2823         * gtk/gtkprivate.h gtk/gtkwidget.c gtk/gtksizegroup.c: Add private
2824         flags GTK_ALLOC_NEEDED, GTK_REQUEST_NEEDED.  These flags are set
2825         up on ancestors up to the resize container on queue_resize. Size
2826         requests only actually take place if GTK_REQUEST_NEEDED, size
2827         allocations only take place if GTK_ALLOC_NEEDED or the size
2828         changed.
2829
2830         * gtk/gtkcontainer.c gtk/gtkwidget.c: Remove
2831         container->resize_widgets and the RESIZE_NEEDED flag since the
2832         above flags are sufficient to figure out what needs to be
2833         resized/reallocated. Remove code manipulating
2834         container->resize_widget.
2835
2836         * gtk/gtkwidget.[ch]: Add gtk_widget_set_redraw_on_alloc(); this
2837         allows widgets to turn off being automatically invalidated is when
2838         they are resized.
2839
2840         * gtk/gtkwidget.[ch] (gtk_widget_size_allocate): Invalidation when
2841         a widget is resized or moved is "shallow" as described above -
2842         only the windows that need to be invalidated are invalidated.
2843
2844         * gtk/gtkbox.c gtk/gtktable.c gtk/gtkalignment.c docs/Changes-2.0.txt: 
2845         Make these widget's init functions call 
2846         gtk_widget_set_redraw_on_allocate(widget,FALSE).
2847
2848         * gtk/gtkwindow.c (gtk_window_configure_event): Call 
2849         _gtk_container_queue_resize(), since we don't want
2850         redrawing. (Probably could be done for other 
2851         calls to gtk_widget_queue_resize() in gtkwindow.c,
2852         but this is the most important one.)
2853
2854         * gtk/gtkwindow.c (gtk_window_move_resize): Don't call
2855         gtk_widget_queue_draw() - size_allocate() handles
2856         that as appropriate.
2857
2858         * gtk/gtkframe.c (gtk_frame_size_allocate): Invalidate instead
2859         of queue_clear() to avoid invalidating children.
2860
2861 2001-11-04  jacob berkman  <jacob@ximian.com>
2862
2863         * gtk/gtkmain.c (find_module): don't free the module name until
2864         after we load the module
2865
2866 Sat Nov  3 13:57:21 2001  Owen Taylor  <otaylor@redhat.com>
2867  
2868         * gtk/gtkctree.c: Convert GTK_TYPE_CTREE_NODE to pointer
2869         derivation instead of boxed derivation.
2870  
2871         * gtk/gtkmarshal.list: Remove some now unused marshallers.
2872  
2873 2001-11-04  Tor Lillqvist  <tml@iki.fi>
2874
2875         * gtk/gtkimmodule.c: Can't include gtkprivate.h (I added the
2876         include yesterday, without really thinking), as that defeats the
2877         working of correct_libdir_prefix() (it becomes a no-op.). Add
2878         comment mentioning that. Thanks to Hans Breuer for noticing.
2879         
2880 2001-11-03  Daniel Elstner  <daniel.elstner@gmx.net>
2881
2882         * gtk/gtkwindow.h (frame_event): Use GtkWindow* as first
2883         signal argument (was GtkWidget*).
2884
2885         * gtk/gtkwindow.c (gtk_window_frame_event),
2886           gtk/gtkwindow-decorate.c (gtk_decorated_window_frame_event):
2887         Fixed argument types as above, removed GTK_WINDOW casts and
2888         added some GTK_WIDGET casts instead.
2889
2890 2001-11-03  Hans Breuer  <hans@breuer.org>
2891
2892         * gtk/gtkfilesel.c (gtk_file_selection_finalize) : chain
2893         finalize to parent class to get removed from the toplevel_list.
2894         Should fix 'random' crashes of #63474.
2895
2896         * gtk/gtktreemodelsort.c : chain finalize() to parent class
2897
2898 2001-11-03  Tor Lillqvist  <tml@iki.fi>
2899
2900         * modules/input/Makefile.am: Use -no-undefined on Windows. Look
2901         for .dll or .so as appropriate as module suffix.
2902
2903         * gtk-zip.sh.in: Use correct import library names.
2904
2905         * gtk/gtk.def: Add a couple of missing entry points. (#63585)
2906
2907         * gtk/gtkimmodule.c (correct_libdir_prefix): New function, used on
2908         Windows to turn build-time paths from a gtk.immodules distributed
2909         as part of a binary package into runtime ones in the
2910         end-user-chosen installation directory.
2911         (gtk_im_module_init): Use it for module path and domain
2912         directory.
2913
2914 2001-11-02  Tor Lillqvist  <tml@iki.fi>
2915
2916         * gtk/gtkrc.c (gtk_rc_make_default_dir): Fix typo: extraneous
2917         comma.  Include gtkprivate.h for GTK_LIBDIR etc definitions on
2918         Windows.
2919
2920 2001-10-30  Tor Lillqvist  <tml@iki.fi>
2921
2922         * Makefile (install-data-hook): Use cp, not $(LN_S) on the .pc
2923         files. Configure on Win32 (running on Cygwin) thinks symlinks
2924         exist, but pkg-config is not necesarily a Cygwin program, and
2925         doesn't understand them.
2926
2927 Fri Nov  2 16:45:17 2001  Jonathan Blandford  <jrb@redhat.com>
2928
2929         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Clean up height code
2930         a bit.  I don't think it's completely correct yet, but it's
2931         getting there.
2932
2933 Fri Nov  2 16:14:15 2001  Owen Taylor  <otaylor@redhat.com>
2934
2935         * gtk/gtkviewport.c (gtk_viewport_size_request): Remove
2936         random + 5 for width and height. If people want padding,
2937         they should add padding. (Note the +5 isn't padding
2938         that will always appear - it just appears in the case
2939         where the widget is allocated it's requisition.)
2940         (#51018, Janet Davis)
2941
2942 Fri Nov  2 15:53:23 2001  Owen Taylor  <otaylor@redhat.com>
2943
2944         * gtk/gtkimcontext.h (struct _GtkIMContextClass): Pad
2945         the structure for future expansion.
2946
2947 Fri Nov  2 15:30:34 2001  Owen Taylor  <otaylor@redhat.com>
2948
2949         Patch from HideToshi Tajima (#51922)
2950         
2951         * gtk/gtkimmulticontext.c: Proxy set_use_preedit().
2952
2953         * gtk/modules/input/gtkimcontextxim.[ch]: Implement
2954         set_use_preedit().
2955         
2956         * gtk/modules/input/gtkimcontextxim.[ch]: If we have
2957         to destroy the input context because we change the
2958         client window or use_preedit, make sure we empty
2959         the preedit string.
2960
2961 Fri Nov  2 14:55:53 2001  Owen Taylor  <otaylor@redhat.com>
2962
2963         * gtk/{gtkcolorseldialog.c,gtkfilesel.c,gtkfontsel.c,
2964         gtkgamma.c,gtkmessagedialog.c}: Go to the GUP
2965         proposed ordering of buttons with [OK] in the lower
2966         right hand corner. Patch from Gregory Merchan,
2967         #56331.
2968
2969 Fri Nov  2 11:51:49 2001  Jonathan Blandford  <jrb@redhat.com>
2970
2971         * gtk/gtklabel.c (gtk_label_select_region_index): remove
2972         extraneous gtk_label_clear_layout (label)
2973
2974 2001-11-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
2975
2976         * tests/makefile.msc, gtk/makefile.msc.in: Removed
2977         -DGTK_DISABLE_COMPAT_H.
2978
2979         * docs/Changes-2.0.txt:
2980         s/GDK_DISABLE_COMPAT_H/GDK_DISABLE_DEPRECATED/
2981
2982         * gtk/gtkcompat.h.in, gdk/gdkcompat.h: Removed from CVS.
2983
2984 Fri Nov  2 10:21:03 2001  Owen Taylor  <otaylor@redhat.com>
2985
2986         * examples/**/Makefile.am: Convert to use pkg-config
2987         rather than gtk-config. (#53375, Skip Montanaro)
2988
2989 2001-11-02  Matt Wilson  <msw@redhat.com>
2990
2991         * gtk/gtkdialog.c (find_child_by_response_id): remove totally
2992         broken unused, non-compiling, static function.
2993
2994 Fri Nov  2 08:17:06 2001  Owen Taylor  <otaylor@redhat.com>
2995
2996         * gtk/gtkdialog.c (gtk_dialog_set_response_sensitive): 
2997         Iterate through children of the action area, not of
2998         the vbox. (#58278, Sergey Kuzminov)
2999
3000 2001-11-01  Havoc Pennington  <hp@pobox.com>
3001
3002         * gtk/gtktext.c (gtk_text_set_position): handle -1 argument in
3003         order to remove a workaround in Nautilus that forced
3004         GTK_ENABLE_BROKEN
3005
3006         * gtk/gtkwidget.c (gtk_widget_modify_style): fix typos in the docs
3007
3008 Thu Nov  1 20:09:31 2001  Owen Taylor  <otaylor@redhat.com>
3009
3010         * gtk/gtkrange.c: Patch from George Lebl to 
3011         fix division by zero for full scroll bars. (#62114)
3012
3013 Thu Nov  1 19:56:40 2001  Owen Taylor  <otaylor@redhat.com>
3014
3015         * gtk/gtkmain.c (gtk_main_do_event): ref/unref
3016         around gtk_widget_event() if we are going to
3017         set a flag afterwards. (#63464)
3018
3019 Thu Nov  1 19:44:48 2001  Owen Taylor  <otaylor@redhat.com>
3020
3021         * gtk/gtkiconfactory.c gtk/stock-icons/Makefile.am: 
3022         Actually add the missing/broken image icon as the
3023         image for the "missing image" stock icon.
3024
3025 Thu Nov  1 19:18:34 2001  Owen Taylor  <otaylor@redhat.com>
3026
3027         * demos/gtk-demo/stock_browser.c (do_stock_browser): 
3028         Set a reasonable default height for the window.
3029
3030         * demos/gtk-demo/stock_browser.c (id_to_macro): Fix
3031         bug where subsequent '-' weren't converted to '_'.
3032         (#59550, Matthias Clasen)
3033
3034         * demos/gtk-demo/appwindow.c (menu_items): Don't right 
3035         justify the Help menu - just include a comment on
3036         how to do it. (#63539,  Marius Andreiana)
3037
3038         * gtk/gtkiconfactory.c (gtk_icon_set_get_sizes): Don't 
3039         list GTK_ICON_SIZE_INVALID.
3040
3041         * demos/gtk-demo/stock_browser.c: Show the biggest available
3042         size, not a fixed size. (Often reported, including #63539, 
3043         Marius Andreiana)
3044
3045 Thu Nov  1 19:11:35 2001  Jonathan Blandford  <jrb@redhat.com>
3046
3047         * gtk/gtkrbtree.c (gtk_rbtree_reorder_fixup): Fix reorder_fixup,
3048         #59583
3049
3050         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): fix
3051         warning.
3052
3053 Thu Nov  1 16:54:00 2001  Owen Taylor  <otaylor@redhat.com>
3054
3055         * gtk/gtktypeutils.h: Make GtkFunction return boolean, not gint.
3056         (Daniel Elstner).
3057
3058 Thu Nov  1 16:20:56 2001  Owen Taylor  <otaylor@redhat.com>
3059
3060         * gtk/gtkimcontext.[ch]: Add:
3061           - A ::retrieve_surrounding signal that asks the widget for
3062             context around the insertion point.
3063           - A ::delete_surrounding signal that asks the widget to 
3064             delete context aroudn the insertion point.
3065           - gtk_im_context_set_context() for widgets to set context
3066             around the insertion point in response to ::retrieve_context.
3067           - gtk_im_context_get_context() for context to get context
3068             around the insertion point
3069
3070         * gtkmarshal.list: Add BOOL:INT,INT
3071
3072         * gtk/gtkimmulticontext.c: Proxy the get_surrounding() /
3073         set_surrounding() methods, and the ::retrieve_surrounding /
3074         ::delete_surrounding signals.
3075
3076         * gtk/gtkentry.c gtk/gtktreeview.c: Hook up to the
3077         GtkIMContext::retrieve_surrounding / ::delete_surrounding
3078         signals.
3079
3080 Thu Nov  1 15:45:04 2001  Jonathan Blandford  <jrb@redhat.com>
3081
3082         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered):
3083         it's amazing how well things work sometimes, even when they're
3084         completely wrong.
3085
3086         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
3087         where you could try to collapse a node w/o it having children.
3088
3089         (gtk_tree_view_class_init): remove Shift L<->R as they already
3090         existed for expand/collapse.
3091
3092 Thu Nov  1 12:21:31 2001  Jonathan Blandford  <jrb@redhat.com>
3093
3094         * gtk/gtktreeview.c (gtk_tree_view_focus_to_cursor): Fix crash
3095         found by Matt Wilson.
3096
3097 Thu Nov  1 00:44:50 2001  Jonathan Blandford  <jrb@redhat.com>
3098
3099         * gtk/gtktreeview.c (gtk_tree_view_class_init): Support Shift,
3100         Control, and Shift|Control L<->R, #63475
3101
3102 Wed Oct 31 18:53:51 2001  Jonathan Blandford  <jrb@redhat.com>
3103
3104         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): fix
3105         infinite loop noticed by yosh.
3106
3107 2001-11-01  Michael Meeks  <michael@ximian.com>
3108
3109         * gtk/gtksocket.c (gtk_socket_unrealize): unset the
3110         GTK_REALIZED flag so we don't re-enter when we are
3111         destroyed from the plug side.
3112
3113 Wed Oct 31 18:23:47 2001  Owen Taylor  <otaylor@redhat.com>
3114
3115         * gtk/gtkoptionmenu.c (gtk_option_menu_detacher): 
3116         Add a "menu" property and notify on it. (#62798,
3117         Padraig O'Briain)
3118
3119         * gtk/gtkselection.[ch] gtk/{gtkentry.c, gtkfilesel.c,
3120         gtkoldeditable.c, gtktextbuffer.c, gtktextview.c}: 
3121         Fix set_text to take a gchar, not a guchar, and to have 
3122         a len argument.
3123
3124 Wed Oct 31 15:31:13 2001  Manish Singh  <yosh@gimp.org>
3125
3126         * gtk/gtkstock.c: fix typo to make it compile
3127
3128 Wed Oct 31 17:27:20 2001  Jonathan Blandford  <jrb@redhat.com>
3129
3130         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): if
3131         the widget is insensitive, draw the text insensitively, #63306
3132
3133 2001-10-31  Matthias Clasen  <matthiasc@poet.de>
3134
3135         * gtk/gtkstock.c: Add stock items for most stock icons. (#61757)
3136
3137 Wed Oct 31 16:53:48 2001  Jonathan Blandford  <jrb@redhat.com>
3138
3139         * gtk/gtktreednd.c (gtk_tree_set_row_drag_data): rename
3140         gtk_selection_data_set_tree_row, #60218
3141         (gtk_tree_get_row_drag_data): rename
3142         gtk_selection_data_get_tree_row, #60218
3143
3144         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): Actually
3145         get this right, after the third try, #63122.
3146
3147 2001-10-31  jacob berkman  <jacob@ximian.com>
3148
3149         * gdk/gdkselection.h (GDK_TARGET_STRING): 
3150         (GDK_SELECTION_TYPE_STRING): these should be 31, not 3.  Hooray
3151         for Xatoms (and not using the XA_* macros)!
3152
3153 Wed Oct 31 15:38:14 2001  Owen Taylor  <otaylor@redhat.com>
3154
3155         * gtk/gtkwindow.[ch] (gtk_window_get_focus): Add a
3156         gtk_window_get_focus() getter to determine the currently
3157         focused widget within the window. (#63145, request
3158         from Damian Ivereigh)
3159
3160 Wed Oct 31 14:45:08 2001  Jonathan Blandford  <jrb@redhat.com>
3161
3162         * gtk/gtkenums.h (enum): Add GTK_SELECTION_NONE enum, #61695
3163
3164         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): Handle new
3165         GTK_SELECTION_NONE enum.
3166         (_gtk_tree_selection_internal_select_node): ditto
3167
3168         * gtk/gtkcellrenderer.h (struct _GtkCellRendererClass): add
3169         constness.
3170
3171         * gtk/gtkcellrenderertoggle.c: more yummy constness.
3172
3173         * gtk/gtkclist.c (gtk_clist_set_selection_mode): g_return_if_fail
3174         if mode == GTK_SELECTION_NONE
3175
3176 Wed Oct 31 14:05:17 2001  Jonathan Blandford  <jrb@redhat.com>
3177
3178         * gtk/gtktreeview.c (gtk_tree_view_class_init): Added a
3179         "cursor_changed" signal, #62850.
3180
3181 2001-10-31  Matt Wilson  <msw@redhat.com>
3182
3183         * gtk/gtktreedatalist.c (_gtk_tree_data_list_alloc): after
3184         allocating the treedatalist, zero it to make sure the values are
3185         cleared from any garbage that was in this chunk.
3186
3187 2001-10-31  Murray Cumming  <murrayc@usa.net>
3188
3189         * gtk/cellrenderertext.h: "edited" default signal handler
3190         gchar* args are now const.
3191         gtk/cellrenderertoggle.h: "toggled" default signal handler
3192         gchar* arg is now const.
3193         Also changed other signal handlers for "edited" and "toggled" to
3194         have the same signature.
3195
3196 Tue Oct 30 19:17:57 2001  Jonathan Blandford  <jrb@redhat.com>
3197
3198         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_sort_level): massize
3199         rewrite.  Static models now totally work.  I'm not 100% sure about
3200         row_inserted and row_changed, but I'll get those later.
3201
3202 2001-10-30  Sven Neumann  <sven@gimp.org>
3203
3204         * configure.in: use GLIB_AC_DIVERT_BEFORE_HELP() so we get proper
3205         output for configure --help.
3206
3207 2001-10-30  Havoc Pennington  <hp@pobox.com>
3208
3209         * gtk/gtktextview.c (changed_handler): Update the IM spot location
3210         here, if text was invalidated in the visible area, because the
3211         scroll offset doesn't normally change in that case, and the mark
3212         isn't set, just implicitly moved over as text is added/removed
3213         
3214 Mon Oct 29 19:18:35 2001  Jonathan Blandford  <jrb@redhat.com>
3215
3216         * gtk/gtkseparatormenuitem.c: Code cleanup.
3217         (gtk_separator_menu_item_class_init): Fix bugs in this code.
3218
3219 2001-10-29  jacob berkman  <jacob@ximian.com>
3220
3221         * gdk/Makefile.am (LDFLAGS): 
3222         * gtk/Makefile.am (LDFLAGS): automake doesn't support conditionalized
3223         LDFLAGS, so put win32 flags in here
3224
3225 Mon Oct 29 15:41:58 2001  Jonathan Blandford  <jrb@redhat.com>
3226
3227         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_sort_level): Darn.
3228         I can't believe this took this long to fix.
3229
3230 Mon Oct 29 13:54:49 2001  Jonathan Blandford  <jrb@redhat.com>
3231
3232         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered): fix
3233         reordered signal.
3234
3235 Mon Oct 29 12:27:51 2001  Owen Taylor  <otaylor@redhat.com>
3236
3237         * gtk/gtkfilesel.c (gtk_file_selection_rename_file): Grab
3238         the focus to the fileop entry for create dir / rename
3239         file. (#62838)
3240
3241 Mon Oct 29 12:21:49 2001  Owen Taylor  <otaylor@redhat.com>
3242
3243         * configure.in: Don't use AC_CHECK_FILE to check for a 
3244         file since it always spits warnings about cross compilation,
3245         use -f instead. It's not like we cross compile properly
3246         anyways.
3247
3248         * configure.in (gtktargetlib): Move call to AC_PROG_CC
3249         to suppress autoconf warning.
3250
3251         * acconfig.h: Add some missing #undefs from recent
3252         Win32 additions.
3253
3254 Mon Oct 29 11:31:40 2001  Owen Taylor  <otaylor@redhat.com>
3255
3256         * m4macros/gtk-2.0.m4: Don't try to use pkg-config
3257         when we didn't find it. (#62944, Eric Lemings)
3258
3259         * m4macros/gtk-2.0.m4: Fix problem with spaces around =
3260         sign in assignment. (#63209, Arkadiusz Miskiewicz)
3261
3262 2001-10-29  Anders Carlsson  <andersca@gnu.org>
3263
3264         * gtk/gtktreeview.c (gtk_tree_view_size_request): Calculate
3265         the buttons size request before using it. Fixes #61696.
3266
3267 2001-10-29  Tor Lillqvist  <tml@iki.fi>
3268
3269         * README.win32: Updates.
3270
3271         * gtk-zip.sh.in: New file, used to build distribution package for
3272         Windows.
3273
3274         * gdk/gdkglobals.c: Mark gdk_threads_mutex for DLL export when
3275         applicable with GDKVAR.
3276
3277         * gdk/win32/libwntab32x.la: New file, hand-written wrapper for the
3278         Wintab library.
3279
3280         * gdk/win32/gdkwin32.h
3281         * gdk/win32/gdkprivate-win32.h: Reorganise to match corresponding
3282         X11 headers better, and to enable gdkwin32.h to be installed and
3283         included from applications, but not the *-win32.h headers.
3284
3285         * gdk/win32/*.c: Corresponding small changes, simplifications of
3286         #includes.
3287         
3288         * gdk/win32/gdkregion-win32.c: Remove.
3289
3290         * gdk/win32/gdkevents-win32.c (print_event): Add GDK_SETTING.
3291
3292         * gdk/win32/gdkfont-win32.c
3293         * gdk/win32/gdkgeometry-win32.c: Remove unused variables.
3294
3295         * gdk/win32/gdkproperty-win32.c (gdk_atom_intern): Don't insert
3296         GDK_NONE values into hash table.
3297
3298         * gtk/gtk.def: Update.
3299
3300         * gtk/gtkfilesel.c: Include <winsock.h> (if available) for
3301         gethostname().
3302
3303         * gtk/gtkmain.c 
3304         * gtk/gtkrc.c: (Win32) Save actual DLL name for later use in DLL
3305         entry function. Avoid hardcoded paths GTK_LIBDIR, GTK_SYSCONFDIR,
3306         GTK_DATA_PREFIX and GTK_LOCALEDIR, instead add functions that call
3307         g_win32_get_package_installation_subdirectory() with the actual
3308         DLL name saved above. Redefine above directory name macros to call
3309         these functions. Remove some ifdefs.
3310
3311         * gtk/maketypes.awk: Output GTKTYPEBUILTINS_VAR (that marks
3312         variable for export on Win32) also to the _vars file.
3313
3314         Changes for autoconfiscated build on Win32, and addition of Win32
3315         backend to the related files:
3316         
3317         * configure.in: Like in GLib, set LT_CURRENT_MINUS_AGE for use
3318         when forming DLL name in some files. Set MS_LIB_AVAILABLE is
3319         lib.exe is available. Call AC_LIBTOOL_WIN32_DLL. Set
3320         PLATFORM_WIN32, OS_WIN32 and USE_WIN32 automake conditionals. Add
3321         win32 target, using pangowin32. Don't use the
3322         -export-symbols-regex option on Win32, we use .def files to list
3323         exported symbols. Check <winsock.h> (for gethostname() in
3324         gtkfilesel.c). Enclose nested AC_CHECK_* macros in brackets to
3325         prevent premature m4 expansion.
3326
3327         * acconfig.h: Add HAVE_WINTAB.
3328
3329         * gdk/Makefile.am: Add libgdk-win32-1.3.la target and associated
3330         macros and rules. Use -no-undefined on Win32. Use gdk.def file. If
3331         MS_LIB_AVAILABLE, build MS import library. Install the import
3332         libraries. If HAVE_WINTAB, link with the Wintab library.
3333
3334         * gdk/win32/Makefile.am: Actually enable building the win32
3335         objects here, not just list all files in EXTRA_DIST. Link in the
3336         compiled resource file from rc/gdk-win32res.lo. If HAVE_WINTAB,
3337         copy the Wintab library into the .libs directory. 
3338
3339         * gdk/win32/gdkwindow-win32.c (RegisterGdkClass): Don't assume the
3340         name of the GDK DLL when fetching the icon. Use the HMODULE saved
3341         in gdk_dll_hinstance by DllMain.
3342
3343         * gdk/win32/rc/Makefile.am: Build gdk-win32res.lo using the
3344         build/win32/lt-compile-resource script.
3345
3346         * gdk/win32/rc/gdk.rc.in
3347         * gtk/gtk-win32.rc.in: Use the DLL name that libtool would use.
3348
3349         * gtk/Makefile.am: Add libgtk-win32-1.3.la target and associated
3350         macros and rules. Use -no-undefined on Win32. Use gtk-win32.def
3351         file. Install import libraries.
3352
3353 2001-10-29  Anders Carlsson  <andersca@gnu.org>
3354
3355         * gtk/gtkiconfactory.c (get_default_icons): Fix build.
3356
3357 2001-10-28  Hans Breuer  <hans@breuer.org>
3358
3359         * gdk/gdk.c gdk/gdkevents.c
3360           gdk/win32/gdkcolor-win32.c gdk/win32/gdkdnd-win32.c
3361           gdk/win32/gdkdrawable-win32.c gdk/win32/gdkevents-win32.c
3362           gdk/win32/gdkfont-win32.c gdk/win32/gdkgc-win32.c
3363           gdk/win32/gdkim-win32.c gdk/win32/gdkmain-win32.c
3364           gdk/win32/gdkprivate-win32.h gdk/win32/gdkproperty-win32.c
3365           gdk/win32/gdkselection-win32.c gdk/win32/gdkwin32.h
3366           gdk/win32/gdkwindow-win32.c gdk/win32/gdkwindow-win32.h :
3367         static correct-ness, underscore prefixing of library internal 
3368         functions
3369         (applied the undisputed and the win32 part. Of the latter 
3370          I'm probably the one who will change it back again, if Owen
3371          decides that the Gdk*Impl types should not be private to Gdk)
3372
3373         * gdk/gdk.def : added the remaining exported functions
3374
3375 2001-10-28  Matthias Clasen  <matthiasc@poet.de>
3376
3377         * gtk/gtkcellrenderertoggle.c, gtk/gtkimcontextsimple.c,
3378         gtk/gtkimmulticontext.c, gtk/gtkimagemenuitem.c,
3379         gtk/gtkiconfactory.c, gtk/gtkwindow.c: Documentation updates.
3380
3381 2001-10-28  jacob berkman  <jacob@ximian.com>
3382
3383         * gtk/gtkcolorsel.c (gtk_color_selection_class_init): do not call
3384         gtk_settings_get_default() here as that requires an X connection
3385         (which breaks doc building with no X connection) and is not
3386         multihead safe
3387         (gtk_color_selection_init): delay palette loading until realize
3388         time
3389         (gtk_color_selection_realize): load the palette, and initialize
3390         the global palette if it hasn't been already
3391
3392         * gtk/gtkpreview.c (gtk_preview_class_init): don't initialize the
3393         visual/cmap fields of klass->info since they are gone
3394         (gtk_preview_get_visual): just return gdk_rgb_get_visual ()
3395         (gtk_preview_get_cmap): just return gdk_rgb_get_colormap ()
3396         (gtk_preview_realize): don't set VISUAL and COLORMAP attributes
3397
3398         * gtk/gtkpreview.h (struct _GtkPreviewInfo): remove visual and
3399         cmap fields
3400         (gtk_preview_get_visual):
3401         (gtk_preview_get_cmap): mark as deprecated
3402
3403         * docs/Changes-2.0.txt: add a little note about the GtkPreviewInfo
3404         changes
3405
3406 Sun Oct 28 09:15:39 2001  Owen Taylor  <otaylor@redhat.com>
3407
3408         * gtk/gtkimcontext.h (struct _GtkIMContext): Fixed
3409         structure to have GObject not GtkObject as
3410         parent_instance. (Jeff Franks.)
3411
3412 2001-10-27  Matthias Clasen  <matthiasc@poet.de>
3413
3414         * gdk/x11/gdkinput.c: Typo fix.
3415
3416 2001-10-26  Havoc Pennington  <hp@pobox.com>
3417
3418         * gtk/gtktextview.c (gtk_text_view_mark_set_handler): Call
3419         update_im_spot_location here explicitly
3420         (gtk_text_view_reset_im_context): don't update the spot location
3421         here
3422
3423 2001-10-27  Anders Carlsson  <andersca@gnu.org>
3424
3425         * gtk/gtktreemodel.c (gtk_tree_model_get): Fix typo in docs.
3426         This fixes #62942.
3427
3428         * gtk/gtkspinbutton.c (gtk_spin_button_new_with_range): 
3429         Clarify that we're returning a spin button in the _new function.
3430         This fixes #54097.
3431         
3432 Fri Oct 26 20:55:57 2001  Owen Taylor  <otaylor@redhat.com>
3433
3434         * gtk/gtkbutton.c: Revert changes to GTK_RUN_LAST. 
3435         Unfortunately, people apparently erroneously connect
3436         to ::clicked for GtkToggleButton and expect
3437         they know what happened in the default signal handler
3438         instead of appropriately connecting to notification
3439         signal ::toggled. When the revolution comes, such
3440         people will be first against the wall.
3441
3442         We'll just have to go back to the old less-reliable
3443         set-it-back hacks for handling model-view check
3444         buttons and radio buttons. :-(. 
3445
3446 2001-10-27  Hans Breuer  <hans@breuer.org>
3447
3448         * gtk/gtkbbox.c gtk/gtkctree.c gtk/gtkhbbox.c
3449           gtk/gtkimmulticontext.c gtk/gtklabel.c gtk/gtkliststore.c
3450           gtk/gtkmenu.c gtk/gtkpaned.c gtk/gtkrc.c gtk/gtkscale.c
3451           gtk/gtkstyle.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
3452           gtk/gtktexttag.c gtk/gtktexttagtable.c gtk/gtktextview.c
3453           gtk/gtktreestore.c gtk/gtkvbbox.c : 
3454         to simplify parsing for exported functions:
3455         - made implementation signature static, when the local 
3456           prototype already was
3457         - put the functions return value on it's own line
3458         - added as space between the function name and the 
3459           opening bracket
3460
3461         * gtk/gtk.def : added the remaining exported functions
3462
3463 2001-10-27  Anders Carlsson  <andersca@gnu.org>
3464
3465         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width): 
3466         Add note about width having to be greater than 0. This fixes
3467         #55574. 
3468
3469         * gtk/gtktextiter.c (gtk_text_iter_backward_sentence_start): 
3470         Fix docs to say previous instead of next.
3471         (gtk_text_iter_backward_word_start): Likewise.
3472         This fixes bug #62980.
3473
3474         * gtk/gtkcontainer.c (gtk_container_set_border_width): Mention
3475         that the valid width is in range 0-65535 pixels. Fixes bug 
3476         #56754.
3477
3478         * gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
3479         a dot in the documentation. Fixes bug #62632.
3480
3481         * gdk/x11/gdkmain-x11.c: Replace int and guint with
3482         long and gulong in some places to make the code 64-bit
3483         clean.
3484         (_gdk_windowing_init_check): Replace gint with gulong.
3485         This patch was made by George Lebl and fixes bug #62113.
3486
3487         * tests/testgtk.c (create_range_controls): Don't set a 
3488         fixed height on the hscale widget. This fixes "bug" 
3489         #55840.
3490         (create_window_states): Set up destroy signals so that
3491         all windows will be destroyed when one is. This fixes 
3492         bug #58133.
3493
3494 2001-10-26  Anders Carlsson  <andersca@gnu.org>
3495
3496         * gtk/gtktreeview.c: 
3497         (gtk_tree_view_class_init): Create new "indent_expander"
3498         style property.
3499
3500         (gtk_tree_view_get_arrow_xrange): Add a tree argument
3501         to the function since the xrange can change depending
3502         on where in the tree we are. 
3503         
3504         (coords_are_over_arrow): Update function call to
3505         gtk_tree_view_get_arrow_xrange.
3506         (gtk_tree_view_draw_arrow): Likewise.
3507         
3508         (gtk_tree_view_real_expand_collapse_cursor_row):
3509         Call real_{expand|collapse}_row, so that we'll have an
3510         animation.
3511
3512 Fri Oct 26 20:13:36 2001  Kristian Rietveld  <kristian@planet.nl>
3513
3514         * tests/Makefile.am: fixed a small typo
3515
3516 Fri Oct 26 18:27:11 2001  Kristian Rietveld  <kristian@planet.nl>
3517
3518         * demos/gtk-demo/list_store.c (create_model): Anders
3519         Carlsson suggested to use G_N_ELEMENTS here
3520
3521 2001-10-26  Sven Neumann  <sven@gimp.org>
3522
3523         * gtk/gtkbutton.[ch]
3524         * gtk/gtkdnd.c: fixed inline comments
3525         
3526         * gtk/gtkgamma.c: gtk_entry_get_text() returns a const gchar.
3527
3528 2001-10-26  Hans Breuer  <hans@breuer.org>
3529
3530         * gdk-pixbuf/gdk_pixbuf.def : 
3531         * gdk/gdk.def : 
3532         * gtk/gtk.def : updated externals
3533
3534         * gdk/win32/gdkpixmap-win32.c : removed duplicate of
3535         gdk_window_lookup implementation. It already was in
3536         gdk/win32/gdkwindow-win32.c
3537
3538         * gdk/win32/gdkproperty-win32.c : made it compile again
3539         after GdkAtom API change
3540
3541         * gtk/gtk/makefile.msc.in : updated
3542
3543 Wed Oct 24 11:36:33 2001  Owen Taylor  <otaylor@redhat.com>
3544
3545         * configure.in (GTK_MICRO_VERSION): Version 1.3.10,
3546         require GLib 1.3.10.
3547
3548         * NEWS: updates.
3549
3550 Thu Oct 25 16:27:29 2001  Jonathan Blandford  <jrb@redhat.com>
3551
3552         * gtk/gtkrbtree.c (_gtk_rbnode_rotate_left): Add support for
3553         invalid nodes.
3554          (_gtk_rbnode_rotate_right): Ditto.
3555          (_gtk_rbtree_node_mark_invalid): New function.
3556          (_gtk_rbtree_node_mark_valid): New function.
3557
3558         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_class_init): We're a
3559         GObject, not a GtkObject.
3560         (gtk_tree_model_sort_row_has_child_toggled): Rewrote to be more
3561         correct.
3562         (gtk_tree_model_sort_row_deleted): ditto.
3563         (gtk_tree_model_sort_{un,}ref_node): Fix.
3564
3565         * gtk/gtktreeview.c: Protean incremental reflow support (commented
3566         out)
3567
3568         * gtk/gtktreeview.h (GtkTreeViewSearchEqualFunc): change char *key
3569         to const char *key.
3570
3571         * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path_helper):
3572         Important 1 line fix to fix a lot of refcounting woes.
3573
3574 2001-10-25  Matt Wilson  <msw@redhat.com>
3575
3576         * gtk/gtktextview.c (gtk_text_view_destroy): call
3577         gtk_text_view_destroy_layout after gtk_text_view_set_buffer (which
3578         now invalidates) so that we remove our idle functions.
3579         (gtk_text_view_destroy_layout): remove the first_validate_idle as
3580         well.
3581
3582         * gtk/gtktexttag.c (gtk_text_tag_class_init): the valid range for
3583         the 'indent' property is G_MININT to G_MAXINT.  Don't use
3584         -G_MAXINT for the minimum of the 'rise' property, use G_MININT
3585         instead.
3586
3587 2001-10-24  Anders Carlsson  <andersca@gnu.org>
3588
3589         * gtk/gtktreeview.c: 
3590         (gtk_tree_view_real_expand_row): add an animate argument
3591         (gtk_tree_view_real_collapse_row): likewise
3592         
3593         (gtk_tree_view_button_press), (gtk_tree_view_button_release), 
3594         (gtk_tree_view_collapse_all), (gtk_tree_view_expand_row),
3595         (gtk_tree_view_collapse_row): update functions that call
3596         real_{expand|collapse}_row to set the animate argument 
3597         accordingly.
3598         
3599 2001-10-24  Alex Larsson  <alexl@redhat.com>
3600
3601         * gdk/linux-fb/gdkfont-fb.c:
3602         Update to new Pango APIs
3603
3604         * gdk/linux-fb/gdkproperty-fb.c:
3605         Update to new GdkAtom APIs
3606
3607         * gdk/linux-fb/gdkwindow-fb.c:
3608         Remove warnings
3609
3610 Mon Oct 22 20:07:21 2001  Jonathan Blandford  <jrb@redhat.com>
3611
3612         * gtk/gtktreestore.c (gtk_tree_store_prepend): Fix docs, #62808
3613
3614 Wed Oct 24 22:54:07 2001  Kristian Rietveld  <kristian@planet.nl>
3615
3616         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted): treat
3617         s_path as a child path
3618
3619 Wed Oct 24 20:29:47 2001  Kristian Rietveld  <kristian@planet.nl>
3620
3621         * gtk/gtktreemodelsort.c: more changes in an attempt to get
3622         it right. It's not yet ready for general consumption.
3623
3624         * tests/treestoretest.c: add a button and entry for the new
3625         iter_change function
3626         (iter_change): new function, to test
3627         the row_changed signal implementation of the GtkTreeModelSort
3628
3629         * tests/testtreesort.c: cleanups, changes to test more features
3630         of the GtkTreeModelSort at once
3631
3632 2001-10-24  Havoc Pennington  <hp@redhat.com>
3633
3634         * gtk/gtktextbuffer.c (clipboard_clipboard_buffer_received):
3635         remove hack to strip off the bogus newline, since we killed the
3636         bogus newline; fixes #61779
3637
3638 2001-10-24  Havoc Pennington  <hp@redhat.com>
3639
3640         * gtk/gtktextview.c (gtk_text_view_update_adjustments): don't
3641         create layout if we didn't have one
3642         (gtk_text_view_set_buffer): invalidate so we get the idle handlers
3643         as appropriate, avoids blanking the screen 
3644         (gtk_text_view_invalidate): new function to do invalidation,
3645         containing old guts of invalidated_handler
3646
3647 Wed Oct 24 10:29:47 2001  Owen Taylor  <otaylor@redhat.com>
3648
3649         * gtk/gtkalignment.c (gtk_alignment_class_init): Improve
3650         dreadful tooltips.
3651
3652 Tue Oct 23 17:31:42 2001  Owen Taylor  <otaylor@redhat.com>
3653
3654         * gdk/x11/gdkwindow-x11.c gdk/win32/gdkwindow-win32.c: Always 
3655         set window->parent (except or the root window itself); if 
3656         the window's parent is not a GdkWindow, or is a window of 
3657         type GDK_WINDOW_FOREIGN, set window->parent to the root parent.
3658
3659         * gdk/gdkwindow.c (gdk_window_get_toplevels): Don't include
3660         windows of type GDK_WINDOW_FOREIGN.
3661
3662 2001-10-24  Havoc Pennington  <hp@pobox.com>
3663
3664         * gtk/gtktextiter.c (gtk_text_iter_backward_chars): if we move to
3665         the front of a segment, use the "slow" technique for moving
3666         backward, so we don't mess up the any_segment field in the iter. 
3667         Fixes #57707
3668
3669         * tests/testtextbuffer.c: add code to detect #57707, to avoid
3670         regression
3671
3672 2001-10-23  Havoc Pennington  <hp@redhat.com>
3673
3674         * gtk/gtktextview.c (popup_targets_received): only sensitize Cut
3675         if selection contains some editable text, #60975
3676         (gtk_text_view_scroll_to_iter): remove warning about scrolling
3677         prior to map; it should actually be OK to do so in many cases, 
3678         it would be nice to warn about scrolling when many lines have
3679         height 0, but I don't know what to do about that. Perhaps 
3680         move part of flush_scroll into this function? comment added 
3681         to consider this.
3682
3683 2001-10-23  Havoc Pennington  <hp@redhat.com>
3684
3685         * gtk/gtktextview.c (changed_handler): Correctly keep the same
3686         text on the top of the screen, considering that the changed region
3687         may have overlapped the first paragraph. Should fix msw's "text
3688         widget scrolled to wrong place on map" bug, and probably some
3689         other scrolling cases as well.
3690         (gtk_text_view_set_scroll_adjustments): start adjustments at 0.0, 
3691         instead of some random value
3692
3693         * gtk/gtktextview.c (gtk_text_view_class_init): actually override
3694         grab_focus, so #59708 is really fixed
3695
3696 2001-10-24  Anders Carlsson  <andersca@gnu.org>
3697
3698         * gtk/gtkentry.c: (append_action_signal): Use an image menu item here
3699         (popup_targets_received): Call append_action_signal with stock items
3700         
3701         * gtk/gtklabel.c: (append_action_signal): Use an image menu item here
3702         (gtk_label_do_popup): Call append_action_signal with stock items
3703         
3704         * gtk/gtktextview.c: (append_action_signal): Use an image menu item here
3705         (popup_targets_received): Call append_action_signal with stock items
3706
3707 2001-10-23  Havoc Pennington  <hp@redhat.com>
3708
3709         * gtk/gtktextview.c (changed_handler): queue a resize here; will
3710         temporarily slow down the widget a lot, until we figure out how to
3711         optimize to avoid full redraw everytime we queue a resize.
3712
3713 2001-10-23  Havoc Pennington  <hp@redhat.com>
3714
3715         * gtk/gtktextiter.c (test_log_attrs): handle case where offset ==
3716         0 and char_len == 0, bug #61729
3717
3718 2001-10-23  Havoc Pennington  <hp@redhat.com>
3719
3720         * gtk/gtktextiter.c (gtk_text_iter_forward_cursor_positions): fix
3721         return value, #61714 (Vitaly Tishkov)
3722         (gtk_text_iter_backward_sentence_starts): ditto
3723         (gtk_text_iter_backward_word_starts): ditto
3724         (gtk_text_iter_forward_word_ends): ditto
3725         (gtk_text_iter_forward_sentence_ends): ditto
3726         (gtk_text_iter_backward_cursor_positions): ditto
3727
3728 2001-10-23  Havoc Pennington  <hp@redhat.com>
3729
3730         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_pixel): Apply
3731         fix from Dov Grobgeld, #61858
3732
3733 2001-10-23  Havoc Pennington  <hp@redhat.com>
3734
3735         * gtk/gtktextview.c (gtk_text_view_update_im_spot_location): 
3736         Update IM spot location at appropriate times, #50626
3737         (Hidetoshi Tajima)
3738
3739 2001-10-23  Havoc Pennington  <hp@redhat.com>
3740
3741         * gtk/gtktextview.c (gtk_text_view_grab_focus): scroll to cursor
3742         on grab focus, unless it's caused by button click, #59708
3743
3744 Tue Oct 23 11:53:00 2001  Owen Taylor  <otaylor@redhat.com>
3745
3746         * gtk/Makefile.am (INCLUDES): Remove G_DISABLE_CONST_RETURNS.
3747
3748         * gtk/gtkfontsel.[ch]: Make gtk_font_selection_get_font()
3749         G_CONST_RETURN. (Murray Cumming)        
3750
3751         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_preview_text):
3752         Make G_CONST_RETURN.
3753
3754         * gtk/gtkfilesel.c (open_user_dir): Fix bug with freeing
3755         results of g_get_home_dir().
3756
3757         * gtk/gtkfilesel.c: Make filesel->fileop_file a duplicated 
3758         copy. Storing the return from gtk_entry_get_text() is evil.
3759
3760         * gtk/gtkcombo.c gtk/gtkcellrenderertext.c gtk/gtkbindings.c 
3761         gtk/gtkfilesel.c gtk/gtkfontsel.c gtk/gtkimmodule.c 
3762         gtk/gtkobject.c gtk/gtkoldeditable.c gtk/gtktreedatalist.c
3763         gtk/gtksignal.c: Add const.
3764
3765         * gdk/x11/gdkkeys-x11.c (get_direction): Add missing const.
3766
3767         * gtk/gtktreeview.c: Namespace object data keys to be safe, even 
3768         if we are setting them on private widgets.
3769
3770         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search): 
3771         Duplicate entry->text before setting it as object data.
3772
3773 2001-10-22  Havoc Pennington  <hp@redhat.com>
3774
3775         * gtk/gtktextbuffer.c (gtk_text_buffer_place_cursor): don't back
3776         up a char from the end iterator, fixes #61859 ("can't put cursor
3777         at the end of the buffer")
3778
3779         * gtk/gtktextiter.c (gtk_text_iter_forward_to_line_end): fix this
3780         to work with delimiters other than newline.
3781
3782         * tests/testtextbuffer.c: add some tests for get_chars_in_line,
3783         get_bytes_in_line
3784
3785         * gtk/gtktextiter.c (gtk_text_iter_get_chars_in_line): fix for the
3786         last line, since the newline is no longer counted.
3787         (gtk_text_iter_get_bytes_in_line): ditto
3788
3789 2001-10-22  Havoc Pennington  <hp@redhat.com>
3790
3791         * gtk/gtktextbtree.c (_gtk_text_btree_insert): add assertion that 
3792         #58290 would trigger if it reappeared, I think
3793
3794 2001-10-22  Havoc Pennington  <hp@redhat.com>
3795
3796         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
3797         add temporary code to dump btree contents on assertion failure
3798         described in #62656
3799         
3800         * gtk/gtktextbtree.c (ensure_end_iter_segment): add some
3801         assertions that we're getting the right end iter segment
3802
3803         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
3804         verify that we aren't on the end iterator after moving 
3805         forward one segment - fixes return value in an obscure case. 
3806         Also, some trivial code cleanup/rearranging.
3807         
3808 2001-10-22  Havoc Pennington  <hp@redhat.com>
3809
3810         * gtk/gtktextlayout.h: add a #error unless you define
3811         GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API, so people don't use this accidentally
3812
3813         * gtk/gtktext*.c: #define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API as appropriate.
3814         
3815 2001-10-22  Havoc Pennington  <hp@redhat.com>
3816
3817         * gtk/gtktextview.c (gtk_text_view_get_border_window_size): fix 
3818         #62365
3819
3820 2001-10-22  Havoc Pennington  <hp@redhat.com>
3821
3822         * gtk/gtktextview.c (gtk_text_view_get_window_type): fix 
3823         #62436
3824
3825 2001-10-22  Havoc Pennington  <hp@redhat.com>
3826
3827         * gtk/gtktextview.c (gtk_text_view_set_border_window_size): Fix 
3828         #62366
3829
3830 Mon Oct 22 11:47:47 2001  Owen Taylor  <otaylor@redhat.com>
3831
3832         * gtk/gtklabel.c: Add cursor-position, selection-bound 
3833         properties. (#62148, reported by Padraig O'Briain)
3834
3835         * gtk/gtkentry.c (gtk_entry_class_init): Rename text_position
3836         to cursor_position. (1.3.x addition, text_position is an awful
3837         name.) Make cursor_position read-only to avoid sticky questions
3838         of interaction with selection_bound. (#62636, reported by
3839         Padraig O'Briain)
3840
3841 Mon Oct 22 16:25:12 2001  Owen Taylor  <otaylor@redhat.com>
3842
3843         Fixing popup menus to have "Paste" sensitized correctly. Original
3844         patches from Damian Ivereigh, much mangled.
3845
3846         * gtk/gtkselection.c: Add functions gtk_selection_data_get_targets(),
3847         gtk_selection_data_targets_include_text(). (#60854)
3848
3849         * gtk/gtkclipboard.c: Add a simple do-it-all non-async "check if
3850         the clipboard has text" function gtk_clipboard_wait_is_text_available.
3851         (#60854)
3852
3853         * gtk/gtkentry.c: Only enable the paste item if the clipboard
3854         contains text. (#60973)
3855
3856         * gtk/gtktextview.c: Only enable the paste item if the clipboard
3857         contains text. (#60975)
3858
3859 2001-10-22  Havoc Pennington  <hp@redhat.com>
3860
3861         * gtk/gtktextview.c (gtk_text_view_class_init): rip out
3862         "height_lines" and "width_columns" properties, it doesn't make
3863         sense to set the size request on a text view really. #62103
3864
3865 Mon Oct 22 15:17:05 2001  Jonathan Blandford  <jrb@redhat.com>
3866
3867         * gtk/gtktreestore.c (gtk_tree_store_iter_depth): Realized
3868         g_node_depth is broken, and that it's not worth being consistent
3869         with it.
3870
3871 2001-10-22  Havoc Pennington  <hp@redhat.com>
3872
3873         * gtk/gtktextiter.c (gtk_text_iter_set_line): Clarify behavior in
3874         docs, #61777
3875         (gtk_text_iter_forward_search) (gtk_text_iter_backward_search):
3876         change the two boolean args to a flags field, so we can extend 
3877         to add case insensitive, regexp searches later. #61852
3878
3879 Mon Oct 22 15:07:17 2001  Jonathan Blandford  <jrb@redhat.com>
3880
3881         * gtk/gtktreestore.c (gtk_tree_store_iter_depth): update docs to
3882         reflect reality, #62810
3883
3884 Mon Oct 22 14:08:26 2001  Jonathan Blandford  <jrb@redhat.com>
3885
3886         * demos/gtk-demo/appwindow.c: Remove handle_box from App demo.
3887
3888         * gtk/gtktreeview.c (size_allocate): Move to a different drawing
3889         system.  Instead of having a window the size of the tree, we have
3890         a window the size of widget->allocation, and simply draw with the
3891         offset.
3892         (coords_are_over_arrow): ditto.  Move to window coordinates.
3893         (do_prelight): ditto
3894         (do_unprelight): ditto
3895
3896         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered):
3897         Minor fix from Kristian Rietveld to fix unsorted case.
3898
3899 2001-10-22  jacob berkman  <jacob@ximian.com>
3900
3901         * gtk/gtkclist.c (cell_size_request): don't cast a PIXTEXT cell to
3902         a PIXMAP cell (fixes crash when using PIXTEXT cells)
3903
3904 Sat Oct 20 18:58:25 2001  Owen Taylor  <otaylor@redhat.com>
3905
3906         * gtk/gtkentry.h: Deprecate gtk_entry_set_editable.
3907         (#58768, Vitaly Tishkov)
3908         
3909         * gtk/gtkobject.h: Deprecate with abandon. 
3910         (#61942, Vitaly Tishkov, Matthias Clasen)
3911
3912         * gtk/gtksignal.h: Deprecate everything.
3913
3914         * gtk/gtkmain.h (GTK_PRIORITY_INTERNAL): Deprecate
3915         all GTK_PRIORITY_* defines other than GKT_PRIORITY_RESIZE>
3916         (#61942, Matthias Clasen)
3917
3918         * gtk/gtkstyle.h: Deprecate gtk_draw_*. (#61140,
3919         Havoc Pennington)
3920
3921         * gtk/gtkitemfactory.h: Deprecate compat functions
3922         for GtkMenuFactory code. (#62071)
3923
3924         * gdk/gdkdrawable.h: Deprecate gdk_draw_string,
3925         gdk_draw_text,gdk_draw_text_wc. (#62071)
3926
3927 Mon Oct 22 10:12:08 2001  Owen Taylor  <otaylor@redhat.com>
3928
3929         * gdk/gdk.c docs/Changes-2.0.txt (gdk_threads_init): Don't call
3930         g_thread_init(), we don't want to link to -lgthread if we don't
3931         have to.
3932
3933 Mon Oct 22 08:51:02 2001  Owen Taylor  <otaylor@redhat.com>
3934
3935         * gdk/gdk.[ch] (gdk_threads_init) docs/Changes-2.0.txt: 
3936         Add a function, gdk_threads_init() that must be explicitely 
3937         called to enable the GDK thread mutex.
3938
3939 2001-10-22  Jakub Steiner <jimmac@ximian.com>
3940
3941         * gtk/stock-icons/stock_stop.png: no body parts
3942         
3943 Sun Oct 21 23:27:00 2001  Owen Taylor  <otaylor@redhat.com>
3944
3945         * gtk/gtkwidget.c (gtk_widget_translate_coordinates): Fix
3946         problem with g_return_if_fail return value.
3947
3948         * gdk/x11/gdkproperty-x11.c docs/Changes-2.0.txt: Move over the 
3949         virtual atom code from the gdk-multihead branch, removing the per-display
3950         part. Virtualizing atoms needs to be done now to prevent compat
3951         breakage in direct Xlib accessing code in the future. (#62208)
3952  
3953         * gdk/x11/gdkx.h: gdk/gdk/x11/gdkproperty-x11.c: Export
3954         gdk_x11_xatom_to_atom, gdk_x11_atom_to_xatom().
3955  
3956         * gdk/gdktypes.h docs/Changes-2.0.txt: Make GdkAtom
3957         an opaque pointer type so the compiler catches attempts
3958         to mingle it with X atoms.
3959
3960         * gdk/x11/{gdkdnd-x11.c,gdkevents-x11.c,gdkglobals-x11.c,
3961           gdkkeys-x11.c, gdkmain-x11.c, gdkprivate-x11.c, 
3962           gdkproperty-x11.c, gdkselection-x11.c, gdkwindow-x11.c}
3963           gtk/{gtkclist.c,gtkctree.c,gtkdnd.c,gtkplug.c,gtksocket.c}
3964           tests/testdnd.c,tests/testselection.c: 
3965         Fix up for above atom changes.
3966
3967         * gdk/gdkselection.h (GDK_SELECTION_CLIPBOARD): Add, since we
3968         now have the ability to add custom predefines.
3969
3970         * gtk/{gtkentry.c,gtklabel.c,gtkoldeditable.c,gtktextview.c}:
3971         Use GDK_SELECTION_CLIPBOARD instead of GDK_NONE in calls
3972         to gtk_clipboard_get().
3973
3974         * gdk/win32/gdkproperty-win32.c: Add CLIPBOARD, fix up
3975         for GdkAtom => pointer change.
3976
3977         * gdk/linux-fb/gdkproperty-fb.c: Fix handling of predefined
3978         atoms, fix for GdkAtom => pointer change.
3979
3980 Mon Oct 22 00:26:46 2001  Kristian Rietveld  <kristian@planet.nl>
3981
3982         * gtk/gtkspinbutton.c: remove ARROW_SIZE constant, use
3983         new function spin_button_get_arrow_size() instead.
3984
3985         * gtk/gtkstyle.c (gtk_default_draw_arrow): actual size of
3986         arrow was hardcoded, it's now variable.
3987
3988         Fixes bug #50200
3989
3990 Sat Oct 20 18:16:04 2001  Manish Singh  <yosh@gimp.org>
3991
3992         * gtk/gtktreeview.c (gtk_treeview_get_property): PROP_MODEL and
3993         PROP_EXPANDER_COLUMN can be NULL, so don't do a object cast check
3994         for those
3995
3996 Sat Oct 20 19:38:16 2001  Owen Taylor  <otaylor@redhat.com>
3997
3998         * demos/*.c demos/gdk-pixbuf/*.c: Eliminate gtk_signal_*
3999         in favor of g_signal_*, gtk_object_* in favor of 
4000         g_object_*.
4001
4002 Fri Oct 19 18:35:22 2001  Manish Singh  <yosh@gimp.org>
4003
4004         * gtk/{gtkentry.c,gtktextview.c}: since GtkIMContext derives directly
4005         from GObject now, we have to use the g_object_* functions, not
4006         gtk_object_*.
4007
4008 Fri Oct 19 22:46:54 2001  Kristian Rietveld  <kristian@planet.nl>
4009
4010         * gtk/gtktreemodelsort.[ch]: we probably have rows_reordered
4011         nailed down now (this code is not yet ready for general consumption)
4012
4013 Fri Oct 19 13:44:51 2001  Manish Singh  <yosh@gimp.org>
4014
4015         * gtk/gtktreeview.c (gtk_treeview_scroll_to_cell): correct docs
4016         for use_align
4017
4018 Fri Oct 19 15:34:06 2001  Owen Taylor  <otaylor@redhat.com>
4019
4020         * gtk/gtk.h gtk/Makefile.am: Export GtkIMContextSimple publically. (#61862)
4021
4022 Fri Oct 19 15:08:30 2001  Owen Taylor  <otaylor@redhat.com>
4023
4024         * gtk/{gtkimcontext.c,gtkimcontextsimple.c,gtkimmulticontext.c}
4025         modules/input/{gtkimcontextxim.c,imcyrillic-translit.c,iminuktitut.c,
4026         imipa.c,imthai-broken.c,imviqr.c}: Make GtkIMContext derive from
4027         GObject, not GtkObject. (#62621)
4028
4029 Fri Oct 19 12:49:12 2001  Owen Taylor  <otaylor@redhat.com>
4030
4031         * tests/testsocket.c: Remove now useless include of unistd.h,
4032         fix wrong argument gtk_socket_steal. (Hans Breuer, #58541)
4033         
4034 Fri Oct 19 12:24:32 2001  Owen Taylor  <otaylor@redhat.com>
4035
4036         * gdk/linux-fb/gdkfont-fb.c: Fix up for change to 
4037         Pango font API. #61933. (Untested, even for compilation.)
4038
4039 Fri Oct 19 11:24:58 2001  Owen Taylor  <otaylor@redhat.com>
4040
4041         * gtk/gtkmain.[ch] (gtk_disable_setlocale): Actually
4042         export gtk_disable_setlocale(). (Caught by Sven Neumann)
4043
4044 2001-10-18  Havoc Pennington  <hp@redhat.com>
4045
4046         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_lookup): fix compilation
4047
4048 2001-10-18  Havoc Pennington  <hp@redhat.com>
4049
4050         * gtk/gtkbutton.c (gtk_button_class_init): Change button signals
4051         to GTK_RUN_LAST, #50239
4052
4053 2001-10-18  HideToshi Tajima  <hidetoshi.tajima@sun.com>
4054
4055         * gtk/gtkimmodule.c (match_locale):
4056         Support "*" for all locales with least priority
4057         when to select default im module, #58201
4058
4059 2001-10-18  Matthias Clasen  <matthiasc@poet.de>
4060
4061         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): 
4062         Fix docs. (#61976)
4063  
4064         * gtk/gtkplug.c (gtk_plug_get_id) : Fix docs. (#62144)
4065
4066         * gtk/gtkliststore.c: Fix docs. (#61672, #61675)
4067
4068         * gdk/gdkwindow.h, gdk/gdkpixmap.h, gdk/x11/gdkx.h,
4069         gdk/x11/gdkwindow-x11.c, gdk/x11/gdkpixmap-x11.c,
4070         gdk/win32/gdkwin32.h, gdk/win32/gdkwindow-win32.c,
4071         gdk/win32/gdkpixmap-win32.c, gdk/linux-fb/gdkfb.h,
4072         gdk/linux-fb/gdkwindow-fb.c, gdk/linux-fb/gdkpixmap-fb.c:
4073         Add gdk_window_lookup, gdk_window_foreign_new, gdk_pixmap_lookup
4074         and gkd_pixmap_foreign_new to the gdk frontend api. (#62063)
4075
4076         * gtk/gtkselection.c: Remove gdk backend dependencies. (#62063)
4077
4078         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): 
4079         Don't restrict the width of the spinbutton entry field 
4080         to 10 digits. (#58681)
4081
4082 Thu Oct 18 14:58:14 2001  Jonathan Blandford  <jrb@redhat.com>
4083
4084         * tests/testtreeflow.c: new test program for the tree.
4085
4086 Thu Oct 18 14:22:10 2001  Jonathan Blandford  <jrb@redhat.com>
4087
4088         * gtk/gtktreestore.c (gtk_tree_store_remove): fix small bug
4089         reported by (Oleg Maiboroda), #62600
4090
4091 2001-10-18  Michael Meeks  <michael@ximian.com>
4092
4093         * gtk/gtkentry.c (gtk_entry_set_property),
4094         (gtk_entry_get_property): impl 'text'
4095         (gtk_entry_class_init): add the 'text' prop.
4096         (gtk_entry_insert_text): notify 'text' changed.
4097         (gtk_entry_delete_text): ditto.
4098
4099 2001-10-17  Matthias Clasen  <matthiasc@poet.de>
4100
4101         * gtk/gtkdnd.c, gtk/gtkclipboard.c, gdk/x11/gdkmain-x11.c:
4102         Documentation updates.
4103
4104 Wed Oct 17 15:17:20 2001  Owen Taylor  <otaylor@redhat.com>
4105
4106         * gtk/gtkentry.c (gtk_entry_real_insert_text): Fix mistake
4107         in truncating length of text to MAX_SIZE. (Found by 
4108         Padraig O'Briain, #62055)
4109
4110 Tue Oct 16 17:04:44 2001  Owen Taylor  <otaylor@redhat.com>
4111
4112         * gtk/gtkwidget.c: Rename ACTIVATE_MNEMONIC enum to
4113         MNEMONIC_ACTIVATE; signal was changed a long time
4114         ago.
4115
4116         * gdk/x11/gdkim-x11.c (_gdk_x11_initialize_locale): 
4117         Fix wrong return statement. (Reported by HideToshi
4118         Tajima and others.)
4119
4120         * gtk/gtklabel.h (struct _GtkLabelClass): Remove
4121         left over select_all vfunc.
4122
4123 Tue Oct 16 15:50:03 2001  Owen Taylor  <otaylor@redhat.com>
4124
4125         * gtk/gtkwidget.c (gtk_widget_translate_coordinates): Add
4126         a utility function to translate coordinates relative to
4127         one widget's allocation to coordinates relative to another
4128         widget's allocation.
4129
4130         * gtk/gtkradiobutton.c: Add a special ->focus() implementation
4131         that:
4132          - only accepts external focus if there is no active
4133            member of the group or the button is active.
4134          - makes arrow keys move the active button as well
4135            as the focus
4136          - make tab tab out directly.
4137         This makes a radio button group act as a single focus location.
4138         (#53577).
4139         
4140         * gtk/gtkcontainer.c (gtk_container_focus): Remove prefiltering -
4141         it was only a small optimization that didn't matter and made
4142         things more complicated.
4143
4144         * gtk/gtkcontainer.c (gtk_container_focus_tab): Get rid of custom
4145         sorter for FOCUS_TAB as we did for the other focus directions,
4146         sort by center of widgets, not upper-left corner. (Shouldn't
4147         matter in general.)
4148
4149         * gtk/gtkcontainer.c: Restructure code to remove duplicate code
4150         from the different types of focusing: encapsulate sorting the
4151         widgets for the focus direction into one routine
4152         (gtk_container_focus_sort()) and then share the work of moving the
4153         focus between the different focus directions.
4154
4155         * gtk/gtkcontainer.c: Fix bug where arrow navigation might not
4156         work correctly with focus chains containing non-immediate
4157         children. Sorting was being done using allocation coordinates for
4158         each widget in the focus chain, and if there were intermediate
4159         window-widgets, these allocations would not be in the same
4160         coordinate system.
4161
4162 Tue Oct 16 15:12:26 2001  Jonathan Blandford  <jrb@redhat.com>
4163
4164         * gtk/gtkoptionmenu.c (gtk_option_menu_mnemonic_activate): add a
4165         mnemonic_activate function to option menu.
4166
4167 2001-10-15  Murray Cumming <murrayc@usa.net>
4168
4169         * gtk/gtkinputdialog.c, gtk/gtktoolbar.c,  gtk/gtkwidget.c:
4170           Corrected the type names used in some calls to g_signal_new().
4171         
4172 Sat Oct 13 07:09:30 2001  Tim Janik  <timj@gtk.org>
4173
4174         * gtk/gtkbindings.c (gtk_binding_set_add_path): to compare pattern
4175         specs, use g_pattern_spec_equal() instead of direct field accesses.
4176         upon compressing two equal paths of the same type, the resulting
4177         priority has to be the maximum.
4178         * gtk/gtkenums.h (enum): take GTK_PATH_PRIO_MASK out of the
4179         GtkPathPriorityType enum and make it a macro.
4180
4181 2001-10-12  Matthias Clasen  <matthiasc@poet.de>
4182
4183         * gtk/gtkwidget.c: Fix some doc comments.
4184
4185 Fri Oct 12 11:39:20 2001  Joshua N Pritikin  <vishnu@pobox.com>
4186
4187         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): Fix to work
4188         on empty models.
4189
4190 2001-10-11  Matthias Clasen  <matthiasc@poet.de>
4191
4192         * gtk/gtkcolorsel.c, gtk/gtkwidget.c, gtk/gtktreeview.c:
4193         Remove stale gdk backend includes.
4194  
4195 2001-10-10  Michael Meeks  <michael@ximian.com>
4196
4197         * gtk/gtkcombo.c (gtk_combo_class_init): add enable_empty
4198         and value_in_list properties.
4199         (gtk_combo_set_value_in_list): notify change.
4200         (gtk_combo_set_property, gtk_combo_get_property): impl. prop.
4201
4202 2001-10-11  James Henstridge  <james@daa.com.au>
4203
4204         * configure.in: add AS=CC and ASFLAGS=CFLAGS substitutions so
4205         that gtk+ can be built with automake 1.5 while not breaking
4206         things for automake 1.4.
4207
4208 Wed Oct 10 12:48:38 2001  Owen Taylor  <otaylor@redhat.com>
4209
4210         * gtk/gtkmain.c (gtk_init_check): Call setlocale (LC_ALL, "").
4211         (#60606)
4212
4213         * gtk/gtkmain.c (gtk_disable_setlocale): Add function
4214         to disable calling setlocale (LC_ALL, "").
4215
4216         * gtk/gtkmain.c (gtk_set_locale): Indicate in the 
4217         docs that this function is not typically useful.
4218
4219         * gdk/x11/{gdkim-x11.c,gdkmain-x11.c,gdkprivate-x11.h}: 
4220         Automatically initialize GDK for the current locale
4221         on gdk_init(). Don't reset locale to C when
4222         XSupportsLocale() fails.
4223
4224         * gdk/linux-fb/gdkim-fb.c (gdk_set_locale): Remove
4225         useless checks for UTF-8 locale breakage that mattered
4226         only for X.
4227
4228         * examples/calendar/calendar.c
4229         tests/{testgtk.c,testtext.c,testcalendar.c}: Remove calls to 
4230         gtk_set_locale().
4231
4232         * gtk/gtkiconfactory.c gtk/gtkitemfactory.c:
4233         gdk_pixbuf_new_from_stream => gdk_pixbuf_new_from_inline.
4234
4235 Wed Oct 10 21:13:46 2001  Kristian Rietveld  <kristian@planet.nl>
4236
4237         * gtk/gtktreemodel.[ch]: added gtk_tree_model_get_iter_from_string().
4238
4239         Fixes bug #61904
4240
4241 Wed Oct 10 01:19:04 2001  Jonathan Blandford  <jrb@redhat.com>
4242
4243         * gtk/gtktreeselection.c (gtk_tree_selection_iter_is_selected):
4244         new function, #61923
4245         (gtk_tree_selection_path_is_selected): Ditto
4246
4247 Tue Oct  9 17:40:24 2001  Jonathan Blandford  <jrb@redhat.com>
4248
4249         * gtk/gtktreestore.c (gtk_tree_store_finalize): We're a gobject,
4250         not a GtkObject.  Thanks andersca.
4251
4252         * gtk/gtkliststore.c (gtk_list_store_finalize): ditto
4253
4254 Tue Oct  9 14:50:51 2001  Jonathan Blandford  <jrb@redhat.com>
4255
4256         * gtk/gtktreeviewcolumn.c
4257         (gtk_tree_view_model_sort_column_changed): fix broken code.
4258
4259 2001-10-08  Matthias Clasen  <matthiasc@poet.de>
4260
4261         * gtk/gtkselection.c: s/succesfully/successfully/g
4262
4263 2001-10-08  Havoc Pennington  <hp@pobox.com>
4264
4265         * demos/gtk-demo/stock_browser.c: remove unused enum
4266
4267         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
4268         pass the current selection state of the node in to the user
4269         selection func
4270
4271 2001-10-06  Matthias Clasen  <matthiasc@poet.de>
4272
4273         * gdk/x11/gdkx.h (GDK_CURSOR_XCURSOR): Replace reference to 
4274         non-existent function gdk_x11_cursor_get_xid 
4275         by gdk_x11_cursor_get_xcursor.
4276
4277 Fri Oct  5 20:50:00 2001  Jonathan Blandford  <jrb@redhat.com>
4278
4279         * gtk/gtktreestore.c (gtk_tree_store_iter_has_child): improve
4280         warning.
4281
4282         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): ref and
4283         unref nodes, #okay61676
4284
4285         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_sort): we listen
4286         to the property; no need to clear the other columns.  Also, we go
4287         to 'unsorted' if the model supports it.
4288
4289 2001-10-05  Sven Neumann  <sven@gimp.org>
4290
4291         * demos/testpixbuf-save.c
4292         * demos/testpixbuf-scale.c: simple tests for the new PNG tEXt chunk 
4293         feature.
4294
4295 Fri Oct  5 19:06:07 2001  Kristian Rietveld  <kristian@planet.nl>
4296
4297         * gtk/gtktreeview.c (gtk_tree_view_leave_notify): should
4298         destroy the search dialog
4299
4300         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search):
4301         added check to prevent creation of a search dialog if there's
4302         already one around
4303
4304         * gtk/gtktreeview.c: Define GTK_TREE_VIEW_SEARCH_DIALOG_KEY, and use
4305         it instead of "search-dialog" (when getting/setting the search dialog
4306         widget).
4307
4308 2001-10-05  Jakub Steiner <jimmac@ximian.com>
4309
4310         * gtk/stock-icons/stock_broken_image.png: broken images icon
4311
4312 2001-10-04  Havoc Pennington  <hp@pobox.com>
4313
4314         Fix #56586
4315         
4316         * gtk/gtksettings.c (gtk_settings_class_init): move the F10
4317         accelerator setting here...
4318
4319         * gtk/gtkmenubar.c (gtk_menu_bar_class_init): ...from over here,
4320         because we try to use it when a menu bar hasn't necessarily been 
4321         initialized.
4322
4323 2001-10-03  Havoc Pennington  <hp@redhat.com>
4324
4325         * tests/testtextbuffer.c (logical_motion_tests): fix test case, 
4326         it previously verified incorrect behavior
4327
4328         Fixes for #61565
4329         
4330         * gtk/gtktextiter.c (gtk_text_iter_set_line): don't return lines
4331         off the end
4332         (_gtk_text_btree_get_iter_at_line_char): don't return lines off
4333         the end
4334         (_gtk_text_btree_get_iter_at_line_byte): don't return lines off
4335         the end
4336         (gtk_text_iter_forward_lines): if on the last line, move to end of
4337         it
4338
4339         * gtk/gtktextbtree.c (_gtk_text_btree_last_could_contain_tag):
4340         don't return a line off the end
4341
4342 Wed Oct  3 23:47:25  Kristian Rietveld  <kristian@planet.nl>
4343
4344         * gtk/gtkeditable.[ch]: move insert_text and delete_text virtual
4345         functions to do_insert_text and do_delete_text, add signals
4346         insert_text, delete_text and changed
4347
4348         * gtk/gtkentry.[ch]: remove signals insert_text, delete_text
4349         and changed. Updates to match new situation.
4350
4351         * gtk/gtkspinbutton.c: updates to match new situation
4352
4353         * gtk/gtkoldeditable.h: remove signals changed, insert_text
4354         and delete_text
4355
4356         * gtk/gtkoldeditable.c: updates to match new situation
4357
4358         * gtk/gtktext.c: updates to match new situation
4359
4360         Fixes bug #59803
4361
4362 2001-10-03  Havoc Pennington  <hp@redhat.com>
4363
4364         * gtk/gtktextiter.c (test_log_attrs): allow testing the end 
4365         position
4366
4367         * gtk/gtktextbuffer.c (compute_log_attrs): update for pango
4368         changes
4369
4370         * tests/testtextbuffer.c (logical_motion_tests): updates
4371
4372 2001-10-03  jacob berkman  <jacob@ximian.com>
4373
4374         * gtk/gtkwidget.c (gtk_widget_style_get_property): 
4375         * gtk/gtkstyle.c (_gtk_style_peek_property_value): 
4376         * gtk/gtksettings.c (apply_queued_setting): 
4377         * gtk/gtkmain.c (gtk_init_check): 
4378         * gtk/gtkcontainer.c (gtk_container_child_get_property):
4379         s/retrive/retrieve/
4380
4381 Wed Oct  3 20:29:29 2001  Kristian Rietveld  <kristian@planet.nl>
4382
4383         * gtk/gtktreemodelsort.[ch]: preparation for surgery
4384         * tests/testtreesort.c: ditto
4385
4386 2001-10-02  Havoc Pennington  <hp@redhat.com>
4387
4388         Throughout: assorted docs
4389         
4390         * gdk/gdkwindow.h: deprecate gdk_window_set_hints(), it's broken,
4391         gdk_window_set_geometry_hints() should be used instead.
4392
4393         * gdk/gdkimage.h: deprecate gdk_image_ref, gdk_image_unref, and
4394         document them
4395
4396         * gdk/x11/gdkx.h: remove gdk_get_client_window() since it doesn't
4397         seem to exist in any .c files
4398
4399         * gdk/x11/gdkcolor-x11.c (gdk_colormap_query_color): docs, 
4400         g_return_if_fail (pixel < colormap->size).
4401
4402 Wed Oct  3 10:42:54 2001  Owen Taylor  <otaylor@redhat.com>
4403
4404         * gtk/gtkdnd.c (gtk_drag_dest_find_target): Allow
4405         NULL for @target_list to mean, use
4406         gtk_drag_dest_get_target_list (widget).
4407
4408         * gtk/gtkdnd.c (gtk_drag_finish): Fix problem where
4409         drop could hang when calling gtk_drag_finish with 
4410         success == FALSE and del == TRUE.
4411
4412         * gtk/gtkdnd.c (gtk_drag_dest_drop): Fix problem where
4413         drops without a matching target found would propagate
4414         to the parent widget rather than being rejected.
4415
4416         * gtk/gtktextview.c (gtk_text_view_drag_data_received): 
4417         Use text_view->dnd_mark instead of mark name to be
4418         consistent with the rest of the code.
4419
4420         * gtk/gtktextview.c (gtk_text_view_drag_motion): Make
4421         pendantically correct for a drop-only-in-some-places
4422         widget. (Check whether you can insert in drag_drop,
4423         not just in drag_motion ... matters in theory, and
4424         for Motif drag and drop in practice.)
4425
4426         * gtk/gtkentry.c (gtk_entry_drag_drop): Patch from 
4427         Damian Ivereigh to not allow drops on non-editable
4428         entries. (#61124)
4429
4430         * gtk/gtkentry.c (gtk_entry_motion_notify): Don't allow
4431         text to be moved from a non-editable entry.
4432         
4433 2001-10-03  James Henstridge  <james@daa.com.au>
4434
4435         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width):
4436         s/width/fixed_width/ in order to get things to compile.
4437
4438 Wed Oct  3 00:37:09 2001  Jonathan Blandford  <jrb@redhat.com>
4439
4440         * gtk/gtkcelleditable.c: docs
4441
4442         * gtk/gtktreemodel.h: more docs.
4443
4444 2001-10-02  Havoc Pennington  <hp@redhat.com>
4445
4446         * gdk/x11/gdkwindow-x11.c: docs
4447
4448         * tests/testtextbuffer.c (logical_motion_tests): add sentence
4449         boundary tests
4450
4451 Tue Oct  2 20:18:32 2001  Kristian Rietveld  <kristian@planet.nl>
4452
4453         * demos/gtk-demo/Makefile.am: add editable_cells.c,
4454         list_store.c and tree_store.c
4455
4456         * demos/gtk-demo/appwindow.c: remove tearoff item from
4457         File menu, put menubar and toolbar in handle boxes.
4458
4459         * demos/gtk-demo/genincude.pl: various changes to support trees
4460
4461         * demos/gtk-demo/main.c: various changes to support trees
4462
4463         * demos/gtk-demo/stock_browser.c: changed name of demo
4464         to Stock Item and Icon Browser, so geninclude.pl doesn't see
4465         it as child
4466
4467         * demos/gtk-demo/editable_cells.c: new file/demo
4468         * demos/gtk-demo/list_store.c: new file/demo
4469         * demos/gtk-demo/tree_store.c: new file/demo
4470
4471 Mon Oct  1 16:05:44 2001  Owen Taylor  <otaylor@redhat.com>
4472
4473         * gtk/gtkrc.c gtk/gtksettings.c: 
4474         g_string_printfa => g_string_append_printf.
4475
4476 Mon Oct  1 16:08:23 2001  Jonathan Blandford  <jrb@redhat.com>
4477
4478         * gtk/gtkliststore.c (gtk_list_store_class_init): add a finalize
4479         and destroy handler.
4480
4481         * gtk/gtktreestore.c (gtk_list_store_class_init): ditto, #59963
4482
4483         * gtk/gtktreeview.h (struct _GtkTreeViewClass): Add
4484         'start_editing' flag to select_cursor_row.  Bug spotted by Manish
4485         Singh <yosh@gimp.org>.
4486
4487 2001-10-01  Matthias Clasen  <matthiasc@poet.de>
4488
4489         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_scanner): replace
4490         g_scanner_add/remove_symbol by g_scanner_scope_add/remove_symbol.
4491
4492         * gtk/gtkrc.c (gtk_rc_parse_any): here as well.
4493
4494 Mon Oct  1 14:07:02 2001  Jonathan Blandford  <jrb@redhat.com>
4495
4496         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): change
4497         scroll_to_cell delayed code to happen in size_allocate.
4498
4499         * gtk/gtkstyle.c (gtk_default_draw_expander): change
4500         prelight/normal arrow drawing.
4501
4502         * gtk/gtktreedatalist.c: Change compare func to use g_utf8_collate
4503
4504         * gtk/gtktreestore.c: refactor.
4505
4506 Sun Sep 30 22:15:52 2001  Manish Singh  <yosh@gimp.org>
4507
4508         * gtk/gtkcheckbutton.c (gtk_check_button_size_allocate): Applied
4509         patch from Soeren Sandmann <sandmann@daimi.au.dk>. Vertically
4510         centers the child in relation to the to indicator height.
4511
4512 Sun Sep 30 15:11:59 2001  Jonathan Blandford  <jrb@redhat.com>
4513
4514         * gtk/gtktreestore.c (gtk_tree_store_remove): Make ITERS_PERSIST
4515         correct
4516
4517 Sun Sep 30  07:01:42 2001 CEST <mikeh@bahnhof.se>
4518
4519         * gtk/gtkcellrenderertext.c: I reverted back to old "weight"
4520         property code using g_param_spec_int and changed from
4521         g_value_get_enum to g_value_get_int instead. Probably a better way
4522         to fix the problem :-)
4523
4524 Sun Sep 30  05:31:32 2001 CEST Mikael Hermansson <tyan@linux.se>
4525
4526     * gtk/gtkcellrenderertext.c changed "weight" property type from 
4527       g_param_spec_int to g_param_spec_enum.
4528
4529 Sat Sep 29 12:25:26 2001  Manish Singh  <yosh@gimp.org>
4530
4531         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): typo
4532         fix: s/Wether/Whether/ in reorderable property description
4533
4534 Thu Sep 27 16:46:36 2001  Jonathan Blandford  <jrb@redhat.com>
4535
4536         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): only
4537         start editing when you select with a keyboard.
4538
4539         (gtk_tree_view_button_press_event): much more graceful now.
4540
4541         * gtk/gtkstyle.c: Draw togglebutton better.
4542
4543 2001-09-26  Havoc Pennington  <hp@redhat.com>
4544
4545         * demos/gtk-demo/dialog.c (interactive_dialog_clicked): add demo
4546         of passing non-stock label in to gtk_dialog_new_with_buttons
4547
4548         * gtk/gtktextview.c (cursor_blinks): disable cursor blink when
4549         debugging updates
4550
4551         * gtk/gtktextiter.h: comment about how GtkTextIter struct contents
4552         are private
4553
4554         * gtk/gtkbutton.c (gtk_button_new_from_stock): if stock ID doesn't
4555         exist, fall back to mnemonic label, not plain label, bug #61184
4556         
4557 Wed Sep 26 19:48:01 2001  Jonathan Blandford  <jrb@redhat.com>
4558
4559         * gtk/gtktreestore.c (gtk_tree_store_set_valist): Stop being
4560         stupid and emitting the signal every time.
4561
4562         * gtk/gtkliststore.c (gtk_list_store_set_valist): ditto
4563
4564 Wed Sep 26 16:35:59 2001  Owen Taylor  <otaylor@redhat.com>
4565
4566        Patch from Mark McLoughlin <mark@skynet.ie> (#61233)
4567
4568        * contrib/gdk-pixbuf-xlib/Makefile.am: install
4569        gdk-pixbuf-xlib-2.0.pc.
4570
4571 Wed Sep 26 16:15:25 2001  Owen Taylor  <otaylor@redhat.com>
4572
4573         * gtk/gtknotebook.c (gtk_notebook_set_tab_label): Fix
4574         problem where menmonic wasn't removed properly when
4575         setting a label when there already is a label.
4576         Also, handle setting the tab label back to the same
4577         value. (#61160, #61161)
4578
4579         * gtk/gtkentry.c (paste_received): Patch from 
4580         Damian Ivereigh to replace selection if there is 
4581         one. (#61121)
4582
4583 2001-09-25  Darin Adler  <darin@bentspoon.com>
4584
4585         * tests/.cvsignore: Ignore new test program.
4586
4587 2001-09-25  Havoc Pennington  <hp@redhat.com>
4588
4589         * gtk/gtktextview.c: fix for #50317
4590         
4591 2001-09-25  Havoc Pennington  <hp@redhat.com>
4592
4593         * gtk/gtktextview.c (gtk_text_view_key_press_event): use 
4594         gtk_text_iter_can_insert
4595         
4596         * gtk/gtktextbuffer.c: use gtk_text_iter_can_insert
4597
4598         * gtk/gtktextiter.c (find_line_log_attrs): fixes, #57611, #57613
4599          (gtk_text_iter_can_insert): new function to fix #60282, should
4600         also fix msw's "can paste into empty buffer" bug.
4601
4602         * gtk/gtktexttag.c (gtk_text_tag_event): change type check for 
4603         "event object,"  #59091
4604
4605         * gtk/gtktextbtree.c: indentation fixes
4606
4607         * gtk/gtktextiter.c (find_by_log_attrs): fixes
4608
4609 Tue Sep 25 12:41:17 2001  Owen Taylor  <otaylor@redhat.com>
4610
4611         * configure.in: Version 1.3.9, interface age 0, binary age 0.
4612
4613         * configure.in: Require GLib-1.39, Pango 0.20, Atk 0.5.
4614
4615         * NEWS: Updates.
4616
4617 Mon Sep 24 11:59:09 2001  Owen Taylor  <otaylor@redhat.com>
4618
4619         * gtk/gtkstyle.[ch] (_gtk_draw_insertion_cursor): Shared
4620         function for drawing cursors between gtkentry/gtklabel/gtktextview.
4621         Should this be public? It has a bit of an odd interface, but
4622         custom editing widgets probably should be using it.
4623         Function will draw with wider width for taller cursors, and
4624         draws a little indicator arrow to indicate directoin for split 
4625         cursors.
4626
4627         * gtk/gtktextview.c: Add a "cursor_color" property.
4628
4629         * gtk/gtktextdisplay.[ch]: Add a cursor_gc parameter to
4630         gtk_text_layout_draw().
4631
4632         * gtk/gtkentry.c gtk/gtklabel.c gtk/gtktextdisplay.c: Use
4633         _gtk_draw_insertion_cursor().
4634
4635 Tue Sep 25 11:22:23 2001  Owen Taylor  <otaylor@redhat.com>
4636
4637         * gtk/gtkcellrenderertext.c gtk/gtktexttag.c: Restore
4638         the behavior where you could turn family_set (etc) back on
4639         and get back the values you had before.
4640
4641         * demos/gtk-demo/stock_browser.c (id_to_macro): Use
4642         g_string_ascii_up() rather than looping through the
4643         string ourself.
4644
4645 Tue Sep 25 15:32:44 2001  Jonathan Blandford  <jrb@redhat.com>
4646
4647         * gtk/gtktreeviewcolumn.c
4648         (gtk_tree_view_column_set_cell_renderer): Removed
4649         (gtk_tree_view_column_set_alignment): xalign = CLAMP (xalign, 0.0, 1.0);  Fixes 61012.
4650
4651         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): Fixed #61012
4652         Patch from Detlef Reichl
4653
4654 2001-09-25  Havoc Pennington  <hp@redhat.com>
4655
4656         * tests/testtextbuffer.c (line_separator_tests): Add tests for
4657         line separators, addresses bug #57428
4658
4659 Tue Sep 25 12:34:42 2001  Jonathan Blandford  <jrb@redhat.com>
4660
4661         * gtk/gtkentry.c: Make a GtkCellEditable
4662         (get_widget_window_size): Change to let it honor size_allocate
4663         when a CellEditable.
4664
4665         * gtk/gtktreeview.c: M-x clean-line-ends.  Lots of focus and
4666         editable changes.
4667         (gtk_tree_view_set_cursor): Now you can set the cursor
4668         horizontally, as well as start editing.
4669
4670         * gtk/gtkstyle.c (gtk_default_draw_check): changing toggle drawing
4671         code to look more like the other check buttons.
4672
4673         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_size):
4674         Change the way we calculate cell size.
4675
4676         * gtk/gtkmarshal.list (VOID:STRING,STRING): new marshaller.
4677
4678         * demos/gtk-demo/sizegroup.c: Add mnemonics.
4679
4680         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): Fix docs.
4681         Fix logic.
4682
4683         * gtk/gtkcellrenderertext.c: Change to be editable.
4684
4685         * gtk/gtkcellrenderertoggle.c: Change to be activatable.
4686
4687         * test/testtreesort.c: Fix misspelling
4688
4689         * test/testreecolumns.c: Add mnemonics.
4690
4691         * test/testreeedit.c: New test program.
4692
4693 2001-09-25  Havoc Pennington  <hp@pobox.com>
4694
4695         * gtk/gtkwindow.c: Put notes in gtk_window_set_has_frame(),
4696         etc. docs about how these are not going to do what you want for 
4697         the X/win32 ports. Futile attempt to avoid a FAQ...
4698
4699 2001-09-24  James Henstridge  <james@daa.com.au>
4700
4701         * gtk/gtkmarshal.list (VOID): add marshal function types.
4702
4703         * gtk/gtkctree.c (gtk_ctree_class_init): make arguments have type
4704         GTK_TYPE_CTREE_NODE|G_SIGNAL_TYPE_STATIC_SCOPE rather than
4705         GTK_TYPE_POINTER.
4706         (gtk_ctree_node_get_type): implement boxed type for GtkCTreeNodes
4707         with no-op copy/free functions.
4708
4709         * gtk/gtkctree.h (gtk_ctree_node_get_type): add prototype for
4710         GtkCTreeNode get_type function.
4711
4712 2001-09-24  Havoc Pennington  <hp@redhat.com>
4713
4714         * gtk/gtktextiter.c, gtk/gtktextbuffer.c, gtk/gtktextbtree.c,
4715         gtktextlayout.c:
4716         Get rid of the newline-that-could-not-be-deleted; buffers may 
4717         now be zero-length. Much easier to fix than expected, once 
4718         I figured out the right way to do it. However, there are 
4719         various subtle bugs introduced by this that will have to get 
4720         sorted out. Please use bugzilla.
4721
4722 Mon Sep 24 15:09:08 2001  Owen Taylor  <otaylor@redhat.com>
4723
4724         * gtk/gtkwindow.c (gtk_window_move_resize): Don't wait for a
4725         response back from the window manager if our size hasn't changed 
4726         since we won't get a response back from the window manager;
4727         there was code in there to do this, but it was in the wrong
4728         place so if the hints change and the size didn't we'd expect
4729         a response.
4730
4731         Also, optimize the position-only-changed case by running
4732         the resize queue immediately, and clean up some comments
4733         for the changes.
4734
4735 Mon Sep 24 12:48:25 2001  Owen Taylor  <otaylor@redhat.com>
4736
4737         * gtk/gtknotebook.h: Add a compat macro that got lost.
4738
4739         * gtk/gtktreestore.c: Doc fixes.
4740
4741         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix reference
4742         leak for windows that receive events after being destroyed.
4743         (#60863, Joshua N. Pritikin)
4744
4745         * gtk/gtktable.c (gtk_table_remove): Use gtk_widget_queue_resize
4746         rather than gtk_container_queue_resize().
4747
4748         * gtk/{gtkcontainer.c,gtkwidget.c,gtkwindow.c}: _gtk prefix
4749         gtk_container_queue_resize, gtk_container_queue_resize_widgets,
4750         gtk_container_child_composite_name. (#60217.)
4751
4752 2001-09-22  Hans Breuer  <hans@breuer.org>
4753
4754         * gtk/gtkmenu.h : fix compat macros for gtk_menu_<prepend|insert>
4755
4756 Sat Sep 22 16:50:34 2001  Kristian Rietveld  <kristian@planet.nl>
4757
4758         * gtk/gtktexttag.c (gtk_text_tag_set_property): (case PROP_WEIGHT):
4759         weight value should be an int
4760
4761 Sat Sep 22 15:17:41 2001  Kristian Rietveld  <kristian@planet.nl>
4762
4763         * gtk/gtkmenu.c (gtk_menu_select_item): move most code
4764         to gtk_menu_scroll_item_visible(). Only call
4765         gtk_menu_scroll_item_visible() if the menu widget has been
4766         realized. Fixes bug #55310.
4767
4768 2001-09-21  Havoc Pennington  <hp@redhat.com>
4769
4770         * gtk/gtktextview.c (gtk_text_view_key_press_event): don't pass
4771         key press to IM context if cursor isn't in an editable location;
4772         bug #58425, patch from Hidetoshi Tajima
4773
4774 2001-09-21  Havoc Pennington  <hp@redhat.com>
4775
4776         Bug #60862
4777         
4778         * gtk/gtktextbtree.c (gtk_text_btree_node_destroy): 
4779         (_gtk_text_btree_unref): fix up mark memory management
4780
4781         * gtk/gtktextmark.c (mark_segment_delete_func): ditto
4782
4783 2001-09-20  Havoc Pennington  <hp@redhat.com>
4784
4785         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): don't
4786         try to handle alignment here, because it's done by PangoLayout
4787         after we set the layout width. Fix from Dov.
4788
4789 2001-09-21  Hans Breuer  <hans@breuer.org>
4790
4791         * gdk/gdk.def :
4792         * gtk/gtk.def : updated externals
4793
4794         * gtk/gtkmain.h : define get_gtk_win32_directoty () 
4795         * gtk/gtkmain.c (find_module) : don't use module_name after freeing it.
4796         Also handle that Win32 pathes cann't be hard-coded      
4797
4798         * gtk/gtkrc.c : use get_gtk_win32_directoty () to cleanup the various
4799         module, themes etc directory calculations
4800
4801         * gdk/win32/gdkgeometry-win32.c : some more hacking to get coordinates
4802         >16 bit right. The size limit within Win9x appears _not_ to be 32767
4803         but slightly smaller ...
4804
4805         * gdk/win32/gdkwindow-win32.c : use impl->position_info to avoid 
4806         >16 bit clipping. Added dummy body for gdk_window_set_icon_list ()
4807
4808         * gdk/win32/gdkdrawable-win32.c : implement gdk_win32_drawable_get_handle ()
4809
4810         * gdk/win32/gdkevents-win32.c : some tweaking to get better expose
4811         handling. I'm not sure if it is better now, but at least not worse
4812
4813         * gdk/win32/makefile.msc : define INSIDE_GDK_WIN32, some cleanup
4814
4815         * gdk/win32/gdkwin32.h : reflect recent API restrictions
4816
4817 2001-09-21  Matt Wilson  <msw@redhat.com>
4818
4819         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy): set
4820         radio_menu_item->group to NULL after removing it from the list, as
4821         it is no longer in the group. (#60869)
4822
4823         * gtk/gtkradiobutton.c (gtk_radio_button_destroy): likewise
4824
4825 2001-09-20  Havoc Pennington  <hp@pobox.com>
4826
4827         * configure.in (PANGO_REQUIRED_VERSION)
4828         (ATK_REQUIRED_VERSION): add variables and checks for specific 
4829         versions of dependencies. Previously we didn't verify the 
4830         Pango or ATk versions.
4831
4832 2001-09-09  Havoc Pennington  <hp@pobox.com>
4833
4834         * gtk/gtktextiter.c: fool with indentation
4835         (gtk_text_iter_in_range): add g_return_if_fail
4836
4837 Thu Sep 20 17:45:54 2001  Joshua N Pritikin  <vishnu@pobox.com>
4838
4839         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): Fix
4840         ref count on new tag to be 1.  Update doc.  (#60836)
4841
4842 Thu Sep 20 16:20:47 2001  Owen Taylor  <otaylor@redhat.com>
4843
4844         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Remove unnecessary
4845         call to gdk_image_new_bitmap(). (#59094, reported by
4846         by Sven Neumann)
4847
4848 Thu Sep 20 15:31:35 2001  Owen Taylor  <otaylor@redhat.com>
4849
4850         * gtk/gtkcalendar.c (gtk_calendar_init): Use the current
4851         day, as well as the current month and year.
4852         (#59047, reported by Vitaly Tishkov)
4853
4854 Thu Sep 20 15:10:30 2001  Owen Taylor  <otaylor@redhat.com>
4855
4856         * gtk/gtkdialog.c (gtk_dialog_init): Automatically set
4857         set dialogs to GTK_WIN_POS_CENTER_ON_PARENT. (#60554)
4858         
4859 Thu Sep 20 18:00:56 2001  Kristian Rietveld  <kristian@planet.nl>
4860
4861         * tests/testgtk.c (struct OptionMenuItem): get rid of it,
4862
4863         (build_option_menu): add func argument, connect ::changed
4864         signal to option menu instead of connecting the ::activate
4865         signal to the menu items,
4866
4867         (toplevel): get rid of RADIOMENUTOGGLED macro,
4868
4869         (list_toggle_sel_mode), (clist_toggle_sel_mode),
4870         (ctree_toggle_line_style), (ctree_toggle_expander_style),
4871         (ctree_toggle_justify), (ctree_toggle_sel_mode),
4872         (progressbar_toggle_orientation), (progressbar_toggle_bar_style):
4873         use gtk_option_menu_get_history() instead of RADIOMENUTOGGLED,
4874
4875         (notebook_type_changed): merged standard_notebook(),
4876         notabs_notebook(), scrollable_notebook() and borderless_notebook()
4877         into notebook_type_changed()
4878
4879         (create_list), (create_ctree), (create_notebook),
4880         (create_progress_bar): changed OptionMenuItem arrays into
4881         gchar * arrays. Removed "Extended" item where used.
4882
4883         Fixes bug #59885
4884
4885 2001-09-20  Sven Neumann  <sven@gimp.org>
4886
4887         * configure.in
4888         * gdk/Makefile.am
4889         * gtk/Makefile.am
4890         * gtk/gtkselection.c
4891         * gtk/gtktreeview.c
4892         * gtk/gtkwindow.c: removed remaining traces of nanox GDK backend.
4893
4894 Thu Sep 20 11:19:42 2001  Owen Taylor  <otaylor@redhat.com>
4895
4896         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): Add
4897         a missing pango_layout_iter_free ().
4898
4899 Thu Sep 20 11:03:51 2001  Owen Taylor  <otaylor@redhat.com>
4900
4901         * gtk/gtkobject.c gtk/gtklist.c gtk/gtkplug.c gtk/gtksocket.c
4902         gtk/gtktreemodelsort.c gtk/gtktreeview.c: Small warning cleanups.
4903
4904         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_get_group): Change
4905         the function definition so we don't accidentally rely on
4906         the compat #define from gtk_radio_menu_item_group.
4907         (#60782, Jeff Franks)
4908
4909 Thu Sep 20 16:51:02 2001  Kristian Rietveld  <kristian@planet.nl>
4910
4911         * gtk/gtkwindow.c (gtk_window_get_frame_dimensions): returned
4912         incorrect values for top, right and bottom due to cut-and-paste
4913         bug. Pointed out by Vitaly Tishkov, fixes bug #59008
4914
4915 Wed Sep 19 17:59:27 2001  Owen Taylor  <otaylor@redhat.com>
4916
4917         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set
4918         _NET_WM_PID and WM_CLIENT_MACHINE properties on each
4919         window, not just on the client leader. (#58463)
4920
4921 Wed Sep 19 17:28:47 2001  Owen Taylor  <otaylor@redhat.com>
4922
4923         * gtk/gtkwidget.c (gtk_widget_new): Add missing cast.
4924
4925         * gtk/gtkmenuitem.[ch] gtk/gtkmenushell.c: Underscore prefix
4926         non-public _gtk_menu_item_set_placement.
4927
4928         * gtk/gtktooltips.h: Deprecate gtk_tooltips_set_delay().
4929
4930 Wed Sep 19 16:16:38 2001  Owen Taylor  <otaylor@redhat.com>
4931
4932         * gdk/win32/gdkcolor-win32.c gdk/x11/gdkcolor-x11.c 
4933           gdk/linux-fb/gdkcolor-fb.c:
4934         Fix propagated (flags && GDK_COLOR_WRITEABLE) typo.
4935         (#59723)
4936
4937 Wed Sep 19 16:12:16 2001  Owen Taylor  <otaylor@redhat.com>
4938
4939         * gdk/gdkpixbuf-render.c: Allow -1 for width/height
4940         to mean "width/height of pixbuf" (Patch from Matthias Clasen,
4941         #59723)
4942
4943 Wed Sep 19 16:01:27 2001  Owen Taylor  <otaylor@redhat.com>
4944
4945         Patch from Frank Belew #59037 for Solaris compilation.
4946
4947         * gtk/maketypes.awk: Change syntax slightly for a call
4948         to sub(), apparently making awk on Solaris happier.
4949
4950         * gtk/gtktreeview.c: Remove C++ comments.
4951
4952 Wed Sep 19 15:46:29 2001  Owen Taylor  <otaylor@redhat.com>
4953
4954         * gtk/gtkwindow.c: Add xgettext:no-c-format comment to
4955         to handle '99% of the time. (#60473, reported by Christian Rose)
4956
4957         * gtk/gtkwidget.h: Remove prototype for gtk_widget_get_usize()
4958         which no longer exists. (#60379, reported by Vitaly Tishkov)
4959
4960 Wed Sep 19 11:06:24 2001  Tim Janik  <timj@gtk.org>
4961
4962         * Released 1.3.8.
4963
4964         * gdk/Makefile.am: kill EXTRA_DIST clearing.
4965         
4966 Wed Sep 19 02:50:40 2001  Tim Janik  <timj@gtk.org>
4967
4968         * demos/Makefile.am ($(testpixbuf_OBJECTS)): don't use BUILT_SOURCES
4969         as its broken in automake 1.4, add explicit object rule to
4970         generate this.
4971         
4972         * gdk-pixbuf/Makefile.am: fix maintainer and normal cleanfiles.
4973         get rid of uneccessary stamps, group stuff more logically, and build
4974         sources due to object rules. fix srcdir!=builddir.
4975
4976 Tue Sep 18 20:47:16 2001  Owen Taylor  <otaylor@redhat.com>
4977
4978         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Fix 
4979         incorrect parameter to compute_double_length
4980         (#58680, patch from Matthias Clasen)
4981
4982         Fixes for compilation with Forte cc. (#59734, Derek Rafter)
4983
4984         * gtk/gtkwindow.h gtk/gtksizegroup.h: Remove extra ;.
4985
4986         * gdk/gdktypes.h (GdkModifierType): Write 1u << 31
4987         for GDK_RELEASE_MASK to avoid warnings with Forte.
4988
4989         * gtk/gtktexttag.c gtk/gtkcellrendertext.c: Add some missing
4990         break; statements.
4991
4992 2001-09-18  Alex Larsson  <alexl@redhat.com>
4993
4994         * gtk/gtkcheckbutton.c:
4995         * gtk/gtkradiobutton.c:
4996         Don't draw with GTK_STATE_ACTIVE.
4997
4998         * gtk/gtkclist.c:
4999         * gtk/gtkctree.c:
5000         Draw lines between rows with base_gc[GTK_STATE_NORMAL].
5001
5002         * gtk/gtktextdisplay.c:
5003         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
5004         unfocused with base_gc [GTK_STATE_ACTIVE].
5005         
5006         * gtk/gtkentry.c:
5007         Add select all menu-item.
5008         Default cursor color is red.
5009         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
5010         unfocused with base_gc [GTK_STATE_ACTIVE].
5011
5012         * gtk/gtklabel.[ch]:
5013         Add keynav + menu to selectable lables.
5014         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
5015         unfocused with base_gc [GTK_STATE_ACTIVE].
5016
5017         * gtk/gtkfilesel.c:
5018         Add drag and drop support.
5019
5020         * gtk/gtkstyle.c:
5021         (This was checked in earlier)
5022         New default values for text/base SELECTED and ACTIVE
5023         
5024 Tue Sep 18 23:51:49 2001  Tim Janik  <timj@gtk.org>
5025
5026         * configure.in: up version to 1.3.8, interface age 0,
5027         binary age 0, depend on glib 1.3.8.
5028
5029         * NEWS: 1.3.8 updates.
5030
5031 Tue Sep 18 18:46:54 2001  Jonathan Blandford  <jrb@redhat.com>
5032
5033         * gtk/gtktreeview.c (gtk_tree_view_start_editing): centralize all
5034         the editing code
5035
5036         * gtk/gtkcelleditable.c: Got rid of stop_editing, as there was no
5037         reason to call it beyond emiting the two signals.
5038
5039         * gtk/gtkentry.c (gtk_entry_class_init): add "has_frame" property
5040         to GtkEntry.
5041
5042 Wed Sep 12 11:21:14 2001  Owen Taylor  <otaylor@redhat.com>
5043
5044         * gtk/gtkcellrenderertext.[ch] gtk/gtktexttag.[ch]
5045           gtk/gtktextview.c tests/testgtk.c: Fix up for changes to 
5046         PangoFontDescription.
5047
5048         * gtk/gtkentry.c gtk/gtkclist.c gtk/gtkcellrenderertext.c
5049         gtk/gtkspinbutton.c: Fix up for change to PangoMetrics
5050         structure.
5051   
5052         * gtk/gtkfontsel.c: Fix up for new Pango font listing API.
5053
5054         * gtk/gtkstyle.[ch]: Add gtk_style_get_font/set_font to replace
5055         direct access to style->font. Deprecate gtk_style_ref/unref.
5056   
5057         * gtk/gtkclist.c gtk/gtkctree.c gtk/gtkstyle.c gtk/gtkwidget.c:
5058         Remove gtk_style_ref/unref with g_object_ref/unref.
5059   
5060         * gtk/gtkcalendar.c: Remove leftover macros accessing
5061         style->font.
5062   
5063         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): Remove unused
5064         variable.
5065   
5066         * gtk/gtktext.c gtk/gtklabel.c: Use gtk_style_get_font() instead of 
5067         style->font.
5068
5069 Tue Sep 18 13:51:35 2001  Jonathan Blandford  <jrb@redhat.com>
5070
5071         * gtk/gtkcellrenderer.h (enum): Get rid of broken "can_edit" and
5072         "can_activate" properties in favor of
5073         GTK_CELL_RENDERER_MODE_INERT, GTK_CELL_RENDERER_MODE_ACTIVATABLE,
5074         and GTK_CELL_RENDERER_MODE_EDITABLE
5075
5076 Tue Sep 18 12:12:43 2001  Jonathan Blandford  <jrb@redhat.com>
5077
5078         * gtk/gtktreeview.c (gtk_tree_view_put): Add put for use with
5079         editable widgets.  This function is private, and should only be
5080         used by GtkTreeView.
5081
5082 2001-09-18  Matt Wilson  <msw@redhat.com>
5083
5084         * docs/Makefile.am (EXTRA_DIST): don't use += before =
5085
5086         * docs/faq/Makefile.am (EXTRA_DIST): likewise
5087
5088         * docs/tutorial/Makefile.am (EXTRA_DIST): likewise
5089         
5090         * gdk/Makefile.am (MAINTAINERCLEANFILES): likewise
5091         (EXTRA_HEADERS): likewise
5092
5093         * gtk/Makefile.am (MAINTAINERCLEANFILES): likewise
5094         (EXTRA_HEADERS): likewise
5095         (EXTRA_DIST): likewise
5096         (CLEANFILES): likewise
5097
5098         * gtk/stock-icons/Makefile.am (CLEANFILES): likewise
5099
5100         * tests/Makefile.am (EXTRA_DIST): likewise
5101         
5102         * Makefile.am (install-data-local): changed to use
5103         install-data-hook, which runs after install-pkgconfigDATA, so that
5104         the pkgconfigdir will have been created and populated first.
5105
5106 Mon Sep 17 17:39:52 2001  Jonathan Blandford  <jrb@redhat.com>
5107
5108         * gtk/gtkcelleditable.[ch]: Add editable interface.  This should
5109         be the last big GtkTreeView API change.
5110
5111         * gtk/gtkcellrenderer.[ch]: Get rid of the "event" vfunc, and
5112         replace with "activate" and "start_editing".  Also, added a
5113         "can_activate" and "can_edit" property.
5114
5115         * gtk/gtktreeviewcolumn.c: modify to use above.
5116
5117 2001-09-16  Alexander Larsson  <alla@lysator.liu.se>
5118
5119         * gtk/gtkoptionmenu.c:  Handle scroll wheel events.
5120
5121 Fri Sep 14 22:31:25 2001  Matthias Clasen  <matthiasc@poet.de>
5122
5123         * demos/gtk-demo/main.c (setup_default_icon): Use a shaped
5124         icon instead of one with ugly white background.
5125
5126 Fri Sep 14 22:26:01 2001  Matthias Clasen  <matthiasc@poet.de>
5127
5128         * demos/gtk-demo/stock_browser.c (id_to_macro): make
5129         the uppercasing work. (#59550)
5130
5131 2001-09-14  Jakub Steiner <jimmac@ximian.com>
5132
5133         * gtk/stock-icons/dialog_error.png:
5134         * gtk/stock-icons/dialog_question.png: more road signs
5135
5136 2001-09-13  Jakub Steiner <jimmac@ximian.com>
5137
5138         * gtk/stock-icons/dialog_question.png:
5139         * gtk/stock-icons/dialog_warning.png: anders and jonathan seem to
5140           like a road sign.
5141
5142 Wed Sep 12 19:01:05 2001  Jonathan Blandford  <jrb@redhat.com>
5143
5144         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Rename interface
5145         signals to make them more clear.  Also, change ::range_changed to
5146         ::row_changed.
5147         * gtk/gtktreemodel.c: Adjust to interface change
5148         * gtk/gtktreemodel.h: ditto
5149         * gtk/gtktreemodelsort.c: ditto
5150         * gtk/gtktreestore.c: ditto
5151         * gtk/gtkliststore.c: ditto
5152         * gtk/gtktreeview.c: ditto
5153         * tests/testtreecolumns.c: ditto
5154         * gtk/gtkmarshal.list: Actually remove a marshaller!
5155
5156 2001-09-12  Padraig O'Briain <padraig.obriain@sun.com>
5157
5158         * gtk/gtktextview.c
5159         Add support for Ctrl+Up/Down arrow to move cursor to beginning
5160         of previous/next paragraph. If within a paragraph cursor moves to
5161         beginning of that paragraph.
5162
5163 2001-09-12  Jakub Steiner <jimmac@ximian.com>
5164
5165         * gtk/stock-icons/dialog_question.png: replacing the shaky
5166           question mark with a sans-serif one.
5167         * gtk/stock-icons/stock_top.png, stock_bottom.png,
5168      stock_first.png, stock_last.png: using the new style arrows
5169         * gtk/stock-icons/stock_font.png: simple one to replace the ugly
5170      colors.
5171         * gtk/stock-icons/stock_refresh.png: anti-aliased and changed
5172      color.
5173         * gtk/stock-icons/stock_zoom*: anti-aliased
5174         * gtk/stock-icons/dialog_error.png, dialog_warning.png: confused
5175      '-' with a '_', removed the wrong files
5176
5177 Sat Sep  8 16:19:02 2001  Owen Taylor  <otaylor@redhat.com>
5178  
5179         * gtk/gtkmain.c: Implement a search path for GTK+ modules.
5180  
5181         * configure.in gtk/gtkrc.c gtk/Makefile.am: Look for modules
5182         in gtk-2.0/<type>/major.minor.(micro-binary_age) rather
5183         than in gtk-2.0/major.minor.micro/<type>/. This
5184         works better for a search path for modules.
5185  
5186         * gtk+-2.0.pc.in gtk+-2.0-uninstalled.pc.in: Add
5187         gtk_binary_version variable holding major.minor.(micro-binary_age).
5188  
5189         * modules/input/Makefile.am (moduledir): Fix installation
5190         directory to match change in lookup location.
5191  
5192         * gtk/gtkmain.c (gtk_init_check): Remove OS/2 code for dll 
5193         suffixes. Needs to be handled in g_module_build_path().
5194
5195         * gtk/gtkrc.c gtk/queryimmodules.c: Use g_build_filename() where
5196         appropriate.
5197  
5198 Tue Sep 11 13:59:12 2001  Owen Taylor  <otaylor@redhat.com>
5199
5200         * gtk/gtkrc.c (insert_rc_property): Fixed reversed comparison
5201         causing RC properties not to work.
5202
5203 2001-09-11  Jakub Steiner <jimmac@ximian.com>
5204
5205         * gtk/stock-icons/dialog-error.png: less drastic
5206         * gtk/stock-icons/dialog-warning.png: no body parts. (I hope
5207           "STOP" is international enough.
5208         * gtk/stock-icons/stock_dnd*.png: get rid of the cursor
5209         * gtk/stock-icons/stock_menu_properties.png: 16x16 version
5210
5211 Mon Sep 10 21:26:24 2001  Joshua N Pritikin  <vishnu@pobox.com>
5212
5213         * gtk/gtktextview.c (gtk_text_view_set_buffer): Make
5214         (add|remove)_selection_clipboard symmetric. (bug #59836)
5215
5216         * gtk/gtktreeview.c (gtk_tree_view_unref_and_check_selection_tree): 
5217         Avoid SEGV for empty tree. (bug #60243)
5218
5219 Mon Sep 10 20:47:22 2001  Tim Janik  <timj@gtk.org>
5220
5221         * tests/testgtk.c (create_idle_test): slight fix for
5222         g_object_set() not usable for nesting anymore.
5223
5224         * gtk/gtkhandlebox.c (gtk_handle_box_class_init): 
5225         * gtk/gtkframe.c (gtk_frame_class_init): deprecate ::shadow
5226         properties, supply ::shadow_type properties instead as most
5227         other widgets do.
5228
5229 2001-09-10  Alex Larsson  <alexl@redhat.com>
5230
5231         * demos/gtk-demo/stock_browser.c:
5232         * gdk/gdkcolor.c:
5233         * gdk/gdkfont.c:
5234         * gdk/gdkcursor.c:
5235         * gdk/gdkevents.c:
5236         * gdk/gdkrectangle.c:
5237         * gtk/gtktypeutils.c:
5238         Update to use the new g_boxed_type_register_static API.
5239
5240 2001-09-10  Padraig O'Briain <padraig.obriain@sun.com>
5241
5242         * gtk/gtktreestore.c:
5243         Fix looping in gtk_tree_store_init() waiting for zero random int.
5244
5245 Mon Sep 10 16:55:49 2001  Tim Janik  <timj@gtk.org>
5246
5247         * gtk/gtkalignment.c (gtk_alignment_init): fix xscale and yscale
5248         behaviour which havoc broke. they have to default to 1.0 for
5249         expand behaviour.
5250
5251         * gtk/gtkwindow.c (gtk_window_get_property): don't cast NULL objects.
5252
5253 2001-09-10  Padraig O'Briain <padraig.obriain@sun.com>
5254
5255         * gtk/gtkstyle.c (_gtk_style_peek_property_value)
5256         Amend previous change to avoid runtime error in g_param_spec_ref()
5257
5258 Mon Sep 10 06:58:56 2001  Owen Taylor  <otaylor@redhat.com>
5259
5260         * gtk/gtkrc.c (insert_rc_property): Fix blank line
5261         in the wrong place.
5262
5263 Mon Sep 10 06:50:39 2001  Owen Taylor  <otaylor@redhat.com>
5264
5265         * gtk/gtkstyle.c (_gtk_style_peek_property_value): Don't
5266         do a lookup immediately after creating style->property_cache,
5267         since bsearch crashes on zero length for Solaris.
5268         (Found by Padraig O'Briain.)
5269
5270 2001-09-09  Alexander Larsson  <alla@lysator.liu.se> 
5271
5272         * gtk/gtkwidget.c (_gtk_widget_peek_colormap):
5273         Really return NULL if not set.
5274         (gtk_widget_init): Remove unused varaible.
5275         
5276 2001-09-09  Alexander Larsson  <alla@lysator.liu.se> 
5277
5278         * configure.in:
5279         Remove gdk/nanox/Makefile from AC_OUTPUT(), since it is no longer
5280         in cvs.
5281
5282 2001-09-08  Havoc Pennington  <hp@pobox.com>
5283
5284         * gtk/gtkaccelgroup.c: add docs to functions that I can imagine 
5285         people might want to use
5286
5287 2001-09-08  Havoc Pennington  <hp@pobox.com>
5288
5289         * gtk/gtkalignment.c (gtk_alignment_class_init): default
5290         xscale/yscale to 0.0, not 0.5, 0.5 isn't useful
5291
5292         * tests/testtextbuffer.c: fix usage of gtk_text_iter_spew
5293
5294         * gtk/gtktextiter.c: fix docs
5295         (gtk_text_iter_spew): get rid of this
5296
5297         * gtk/gtklayout.c: docs
5298
5299         * gtk/gtkbutton.c (gtk_button_construct_child): add an alignment
5300         to center image and label together, instead of having image on
5301         left and label centered, patch/suggestion from Jacob
5302
5303         * gtk/gtkdialog.c: docs
5304
5305 Sat Sep  8 14:19:49 2001  Jonathan Blandford  <jrb@redhat.com>
5306
5307         * gtk/gtkliststore.c: Write documentation
5308         * gtk/gtktreestore.c: Write documentation
5309
5310 Sat Sep  8 13:53:09 2001  Owen Taylor  <otaylor@redhat.com>
5311
5312         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch]: Replace uses of GBSearchArray
5313         with GArray and bsearch(), to remove dependency on a still
5314         evolving interface that we want to keep private to glib/gobject. 
5315
5316 2001-09-08  Havoc Pennington  <hp@pobox.com>
5317
5318         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_add_attribute):
5319         docs fixes
5320
5321         * gtk/gtktable.c (gtk_table_get_col_spacing): docs fixes
5322
5323         * gtk/gtkspinbutton.c (gtk_spin_button_get_increments): docs fixes
5324
5325         * gtk/gtksocket.c (gtk_socket_steal): docs fixes
5326
5327         * gtk/gtkscrolledwindow.h: docs fixes
5328
5329         * gtk/gtkimage.c (gtk_image_new): docs fixes
5330
5331 Sat Sep  8 01:49:22 2001  Owen Taylor  <otaylor@redhat.com>
5332
5333         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check): Prevent a 
5334         false alarm  constness warning with a cast.
5335
5336         * gdk/x11/gdkx.h: Undefine GDK_ROOT_PARENT before redefining it
5337         for the inside-gdk case.
5338
5339 Sat Sep  8 01:44:18 2001  Jonathan Blandford  <jrb@redhat.com>
5340
5341         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_set_dirty):
5342         remove g_print.
5343
5344         * gtk/gtktreeview.c (gtk_tree_view_set_model): unref model when we
5345         change models, #59899
5346
5347 2001-09-07  Havoc Pennington  <hp@pobox.com>
5348
5349         * gtk/gtkmain.c: move some docs inline
5350
5351 2001-09-07  Havoc Pennington  <hp@pobox.com>
5352
5353         * gtk/gtk.h: tsk tsk, jrb broke the build
5354
5355 Fri Sep  7 20:45:29 2001  Jonathan Blandford  <jrb@redhat.com>
5356
5357         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_pack_{start,end}):
5358         Removed 'fill' attribute.  It was silly b/c that was a property of
5359         the cell renderer, anyway.
5360         (gtk_tree_view_column_render): Actually render the packed
5361         renderers.
5362         * doc/tree-column-sizing.txt: initial devel documentation.
5363         * gtk/gtktreeview.c (gtk_tree_view_expand_all): Fix bug.
5364         * gtk/gtkcellrenderertextpixbuf.[ch]: removed.
5365
5366         * tests/testtreefocus.c: fix up to reflect above changes.
5367         * tests/testtreeview.c: ditto
5368         * demos/gtk-demo/stock_browser.c: ditto
5369
5370 2001-09-07  Alex Larsson  <alexl@redhat.com>
5371
5372         * gdk/linux-fb/gdkcolor-fb.c:
5373         Removed unused function.
5374         
5375         * gdk/linux-fb/gdkdrawable-fb2.c
5376         * gdk/linux-fb/gdkfont-fb.c:
5377         Use PangoLanguage functions.
5378
5379         * gdk/linux-fb/gdkinput.c:
5380         * gdk/linux-fb/gdkselection-fb.c:
5381         Fix const warnings.
5382         
5383         * gdk/linux-fb/gdkwindow-fb.c:
5384         Fix warning. Implement gdk_window_set_icon_list() and
5385         gdk_window_get_frame_extents(). (No icon support yet though.)
5386
5387         * gtk/gtkwindow.c (gtk_window_get_position):
5388         If window->frame is set get the extents of it instead.
5389         
5390 Fri Sep  7 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
5391
5392         * gtk/gtkwidget.c (gtk_widget_get_default_colormap): 
5393         Make the default default colormap the GdkRGB colormap,
5394         not the system colormap.
5395
5396         * gtk/gtkinvisible.c (gtk_invisible_init) 
5397           gtk/gtkwindow.c (gtk_window_init): Set the current
5398         colormap, as returned by _gtk_widget_peek_colormap()
5399         on the widget.
5400
5401         * gtk/gtkwidget.[ch]: Export _gtk_widget_peek_colormap
5402         to GTK+. Make it return %NULL instead of the default
5403         colormap if no colormap has explicitely been pushed.
5404
5405         * gtk/gtkwidget.c (gtk_widget_get_colormap): Check for
5406         colormaps on ancestral widgets before defaulting the
5407         the system default colormap.
5408
5409         * docs/Changes-2.0.txt: explain colormap changes.
5410
5411 2001-09-07  Havoc Pennington  <hp@redhat.com>
5412
5413         * gtk/gtktextiter.c: add some lame code to handle G_MININT, fixes 
5414         #57424
5415
5416 Fri Sep  7 18:17:47 2001  Owen Taylor  <otaylor@redhat.com>
5417
5418         * gdk/gdk.h gdk/x11/gdkmain-x11.c: Deprecate gdk_set/get_use_xshm, 
5419         make gdk_set_use_xshm a noop. Remove --no-xshm command line
5420         option. If we aren't autodetecting properly, we need
5421         to fix the problem, or at least make it an environment
5422         variable setting, to avoid problems with propagating
5423         to embedded children, plugins, etc.
5424
5425         * gdk/gdkcolor.h: Deprecate gdk_colormap_get_system_size().
5426
5427         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf.h
5428         (gdk_pixbuf_render_pixmap_and_mask_for_colormap):
5429         New function to render a pixmap and mask for a particular colormap.
5430
5431         * gtk/gtkwindow.c (get_pixmap_and_mask): Change to use
5432         gdk_pixbuf_render_pixmap_and_mask_for_colormap () instead
5433         of internal implementation of the same.
5434
5435 2001-09-07  Havoc Pennington  <hp@redhat.com>
5436
5437         * gtk/gtktextlayout.c (gtk_text_layout_get_lines): remove some
5438         debug code that seems to have caused a breakpoint in valid cases
5439         
5440         * gtk/gtktextbtree.c (_gtk_text_btree_add_view): set the prev
5441         pointer on the first view when adding the second view, fixes
5442         crash when closing gtk-demo text test with active selection
5443
5444         * gtk/gtktextbuffer.c
5445         (gtk_text_buffer_remove_selection_clipboard): don't leave dead
5446         clipboards in the list of clipboards - probably fixes #59836
5447
5448 Fri Sep  7 11:51:44 2001  Owen Taylor  <otaylor@redhat.com>
5449
5450       Make gdkx.h the only installed header from gdk/x11.
5451       All structures in gdk/x11 are opaque.
5452
5453         * gdk/x11/Makefile.am gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h:
5454         Don't install gdk{drawable,pixmap,window}-x11.h.
5455
5456         * gdk/x11/{gdkcolormap-x11.c, gdkfont-x11.c, gdkx.h, gdkvisual-x11.c: 
5457         Move GdkColormapPrivateX11, GdkFontPrivateX GdkImagePrivateX11, 
5458         GdkVisualClass into C files.
5459
5460         * gdk/gdkpixmap-x11.[ch]: Make gdk_pixmap_impl_get_type() static.
5461
5462         * gdk/x11/{gdkcolor-x11.c, gdkcursor-x11.c, gdkdrawable-x11.c,
5463         gdkfont-x11.c, gdkgc-x11.c, gdkx.h, gdkimage-x11,gdkvisual-x11.c}
5464         Add public functions to replace previously exported direct
5465         structure access.
5466         gdk_x11_colormap_get_{xdisplay,xcolormap} 
5467         gdk_x11_cursor_get_{xdisplay,xcursor},
5468         gdk_x11_drawable_get_{xdisplay,xcursor,gdk_x11_visual_get_xvisual, 
5469         gdk_x11_font_get_{xdisplay,xfont}, gdk_x11_image_get_{xdisplay,ximage},
5470         gdk_x11_gc_get_{xdisplay,ximage}
5471         
5472         * gdk/gdkprivate.h gdk/gdkinternals.h: Move GdkColorInfo,
5473         GdkEventFilter, GdkClientFilter, GdkFontPrivate to gdkinternals.
5474
5475       Fix a number of variables and functions that were exported
5476       "accidentally" from GDK.
5477
5478         * gdk/**.[ch]: gdk => _gdk for gdk_visual_init,
5479         gdk_events_init, gdk_input_init, gdk_dnd_init, gdk_image_exit, 
5480         gdk_input_exit, gdk_windowing_exit, gdk_event_func, gdk_event_data,
5481         gdk_event_notify, gdk_queued_events, gdk_queued_tail,
5482         gdk_event_new, gdk_events_queue, gdk_events_unqueue,
5483         gdk_event_queue_find_first, gdk_event_queue_remove_link,
5484         gdk_event_queue_append, gdk_event_button_generate,
5485         gdk_debug_flags, gdk_default_filters, gdk_parent_root.
5486
5487         * gdk/x11/{gdkevents-x11.c, gdkglobals-x11.c, gdkimage-x11.c, 
5488            gdkmain-x11.c, gdkprivate-x11.h, gdk/x11/gdkwindow-x11.c}:
5489         gdk => _gdk for gdk_event_mask_table, gkd_nevent_masks, 
5490         gdk_wm_window_protocols, gdk_leader_window, gdk_xgrab_window,
5491         gdk_use_xshm, gdk_input_ignore_core.
5492
5493         * gdk/x11/xsettings-common.h (xsettings_list_insert): Add
5494         #defines to namespace functions into the private _gdk_ 
5495         namespace.
5496
5497         * gdk/gdkwindow.[ch] gdk/x11/gdkx.h: Add gdk_get_default_root_window ()
5498         to replace gdk_parent_root exported variable. Adjust and
5499         deprecate GDK_ROOT_PARENT().
5500
5501         * demos/{testpixbuf-drawable.c,testpixbuf-save.c}: Fix
5502         GDK_ROOT_PARENT usage, remove includes of port-specific
5503         headers.
5504
5505         * gdk/{win32,x11,fb}/gdkinput*.[ch]: s/gdk/_gdk/ for 
5506         _gdk_input_gxid_host, _gdk_input_gxid_port, _gdk_input_ignore_core, 
5507         gdk_input_devices, _gdk_input_windows, gdk_init_input_core.
5508
5509         * gdk/x11/{gdkevents-x11.,c gdkglobals-x11.c, gdkmain-x11.c}
5510         docs/Changes-2.0.txt: Remove gdk_wm_protocols, 
5511         gdk_wm_delete_window functions, gdk_wm_take_focus, 
5512         use gdk_atom_intern() instead.
5513
5514         * gdk/linux-fb/{gdkselection-fb.c, gdkmain-fb.c, gdkprivatefb.h}
5515           gdk/win32/{gdkselection-win32.c, gdkmgdkwin32.h, gdkprivate-win32.h} 
5516           gdk/x11/{gdkselection-x11.c gdkx.h, gtkprivate-x11.h}
5517           gtk/gtkselection.c 
5518         Unexport gdk_selection_property, just use 
5519         gdk_atom_intern ("GDK_SELECTION").
5520
5521         * gdk/x11/{gdkprivate-x11.h,gdkdrawable-x11h,gdkgc-x11.c,gdkx.h}: 
5522         Unexport gdk_drawable_impl_x11_get_type, gdk_gc_x11_get_type, 
5523         GDK_GC_X11 cast macros, GdkGCX11 structures, GdkCursorPrivate, 
5524         GdkVisualprivate, gdk_x11_gc_flush.
5525
5526       Make a number of public exports of variables into functions
5527       to increase encapsulation.
5528
5529         * gdk/gdkinternals.h gdk/gdkinput.h gdk/gdkevents.h 
5530         gdk/linux-fb/gdkmouse-fb.c: gdk_core_pointer => _gdk_core_pointer, 
5531         move to gdkinternals.h. Add gdk_device_get_core_pointer ().     
5532
5533         * gdk/gdkprivate.h gdk/gdkpango.c gdk/gdkinternals.h
5534         docs/Changes-2.0.txt: Unexport gdk_parent_root, gdk_error_code, 
5535         gdk_error_warnings.
5536
5537         * gdk/x11/{gdkcolormap-x11.c, gdkmain-x11.c, gdkx.h}
5538           docs/Changes-2.0.txt: 
5539         s/gdk_screen/_gdk_screen/, add gdk_x11_get_default_screen()
5540         s/gdk_root_window/_gdk_root_window/, add gdk_x11_get_default_root_xwindow()
5541         Add gdk_x11_get_default_xdisplay().
5542
5543         * gdk/gdk.h gdk/gdk.c linux-fb/gdkfb.h linux-fb/gdkglobals-fb.c 
5544         win32/gdkwin32.h x11/gdkglobals-x11.c gdk/x11/gdkmain-x11.c 
5545         gdk/x11/gdkx.h: gdk/gdk.def: Add gdk_get/set_program_class, 
5546         Don't export gdk_progclass, move --class command line
5547         option and handling to common portion of GDK.
5548
5549       Miscellaneous fixes:
5550
5551         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): Fix
5552         g_return_val_if_fail that should have been g_return_if_fail.
5553
5554         * gdk/gdkinternals.h gdk/gdkprivate.h: Move
5555         gdk_synthesize_window_state() to the semi-public gdkprivate.h.
5556
5557         * gtk/gtkdnd.c (_gtk_drag_source_handle_event): Remove uneeded
5558         X11 dependency.
5559
5560         * gdk/linux-fb/gdkmain-fb.c gdk/win32/gdkmain-win32.c gdk/TODO: 
5561         Remove unused gdk_key_repeat_disable/restore.
5562
5563         * linux-fb/gdkglobals-fb.c win32/gdkglobals-win32.c 
5564         x11/gdkglobals-x11.c x11/gdkprivate-x11.h gdk/gdk.def:
5565         Remove unused gdk_null_window_warnings variable.
5566
5567         * gdk/Makefile.am (DIST_SUBDIRS) nanox/*: cvs remove nanox;
5568         it can be retrieved from the repository; it is too far
5569         from functional to be worth having people check out;
5570         it would be easier to start from scratch, I suspect.
5571
5572         * gdk/x11/gdkpixmap-x11.c: Fix lvalue usage of GDK_PIXMAP_XID().
5573
5574         * gdk/x11/gdkkeys-x11.c gdk/gdkrgb.c gdk/gdkwindow.c 
5575         gdk/x11/gdkpango-x11.c gdk/x11/gdkselection-x11.c: 
5576         Fix some accidentally global variables and unused global variables.
5577
5578         * gdk/x11/gdkkeys-x11.c gdk/gdkrgb.c gdk/gdkwindow.c 
5579         gdk/x11/gdkpango-x11.c gdk/x11/gdkselection-x11.c: 
5580         Fix some accidentally global variables and unused global variables.
5581
5582       Add some space for future expansion to multihead.
5583
5584         * gdk/gdkdrawable.h: Add four reserved function pointers
5585         for future expansion of GdkDrawableClass.
5586
5587         * gtk/gtkwindow.h gtk/gtkinvisible.h: Add reserved pointer
5588         where we can put a GdkScreen * later.
5589
5590 2001-09-07  Havoc Pennington  <hp@redhat.com>
5591
5592         * gtk/gtktextview.c (gtk_text_view_flush_scroll): update
5593         adjustments after validating destination yrange; fixes #53918
5594         (This may cause other issues, but I hope it won't)
5595         
5596 2001-09-05  Havoc Pennington  <hp@redhat.com>
5597
5598         * gtk/gtktextbtree.c (_gtk_text_btree_delete): when merging end
5599         line into start line, update the character counts in parent nodes; 
5600         caused a bug when end and start line had different parent nodes.
5601
5602 2001-08-30  Havoc Pennington  <hp@redhat.com>
5603         
5604         * gtk/gtktexttag.c (_gtk_text_attributes_fill_from_tags): add
5605         assertion that tag is in a table
5606
5607 Fri Sep  7 12:48:56 2001  Matthias Clasen  <matthiasc@poet.de>
5608
5609         * gdk/x11/gdkkeys-x11.c (get_direction): Don't call
5610         g_strcasecmp on NULL strings. (#59058)
5611
5612 2001-09-06  Alex Larsson  <alexl@redhat.com>
5613
5614         * gtk/gtkbin.c:
5615         * gtk/gtkfontsel.c:
5616         * gtk/gtkspinbutton.c:
5617         * gtk/gtktipsquery.c:
5618         Use GtkType/GType instead of uint.
5619
5620 Tue Sep  4 18:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
5621
5622         * gtk/gtkliststore.c (gtk_list_store_init): fix initial val for
5623         sort column.
5624
5625         * gtk/gtktreestore.c (gtk_list_store_init): ditto
5626
5627         * gtk/gtktreesortable.c: add docs.
5628
5629 Tue Sep  4 09:37:19 2001  Owen Taylor  <otaylor@redhat.com>
5630
5631         * Version 1.3.7
5632
5633         * configure.in docs/Makefile.am docs/gtk-config.1.in: Remove 
5634         docs for gtk-config
5635
5636         * modules/input/Makefile.am (install-data-local): Don't
5637         run gtk-query-immodules if DESTDIR is set.
5638
5639         * NEWS: Various additions.
5640
5641 Tue Sep  4 03:12:25 2001  Tim Janik  <timj@gtk.org>
5642
5643         * NEWS: updates for 1.3.7 release.
5644
5645 Mon Sep  3 18:03:56 2001  Jonathan Blandford  <jrb@redhat.com>
5646
5647         * gtk/gtktreestore.c (gtk_tree_store_set_default_sort_func):
5648         handle default sort feature
5649
5650         * gtk/gtktreesortable.c (gtk_tree_sortable_set_default_sort_func):
5651         new function to handle default sort.
5652         (gtk_tree_sortable_has_default_sort_func): check if default sort
5653         is set.
5654
5655         * gtk/gtkliststore.c (gtk_list_store_set_default_sort_func): 
5656         handle default sort feature
5657
5658 Sun Sep  2 20:32:36 2001  Jonathan Blandford  <jrb@redhat.com>
5659
5660         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): patch from
5661         vishnu@pobox.com (Joshua N Pritikin) to fix math and an assertion,
5662         #59731
5663
5664 Sun Sep  2 17:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
5665
5666         * gtk/gtktreeview.c (gtk_tree_view_deleted): Patch from
5667         vishnu@pobox.com (Joshua N Pritikin) to emit signal at the correct
5668         time, #59727
5669
5670         * gtk/gtkbutton.c (gtk_button_update_state): Get depressed
5671         correctly.
5672
5673 Sun Sep  2 21:41:21 2001  Owen Taylor  <otaylor@redhat.com>
5674
5675         * gdk/x11/gdkkeys-x11.c (update_keymaps): Set current serial
5676         so that we don't eternally update the keymap after we
5677         get a change notification.
5678
5679         * gtk/gtkmenuitem.c (gtk_menu_item_set_right_justified): Fix
5680         incorrect cast.
5681
5682 Sun Sep  2 23:27:16 2001  Kristian Rietveld  <kristian@planet.nl>
5683
5684         * gtk/gtktreemodelsort.[ch]: much changes in an attempt to make
5685         it working. It mostly works now, although there're still a few issues
5686         to be worked out.
5687
5688         * tests/testtreesort.c (main): changes to have a better test
5689         application for the GtkTreeModelSort.
5690
5691 Sun Sep  2 23:19:07 2001  Kristian Rietveld  <kristian@planet.nl>
5692
5693         * gtk/gtktreeview.c (gtk_tree_view_search_iter): code cleaup,
5694         fix for bug #59222.
5695
5696         * gtk/gtktreeview.c (gtk_tree_view_search_equal_func): add
5697         gpointer search_data argument to function definition and
5698         prototype, to match GtkTreeViewSearchEqualFunc typedef.
5699
5700 Sat Sep  1 21:57:27 2001  Kristian Rietveld  <kristian@planet.nl>
5701
5702         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): add warnings
5703         per jrb's request.
5704
5705 Fri Aug 31 20:01:23 2001  Jonathan Blandford  <jrb@redhat.com>
5706
5707         * gtk/gtktreeview.c (gtk_tree_view_search_iter): pass in user data.
5708
5709         * gtk/gtktreeview.c (gtk_tree_view_destroy): destroy search_data.
5710
5711 Wed Aug 29 20:40:58 2001  Owen Taylor  <otaylor@redhat.com>
5712
5713         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_add/remove_selection_clipboard): 
5714         Instead of always mirroring the selection to a single PRIMARY
5715         selection, allow it to be mirrored to any number of clipboards.
5716
5717         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_paste_primary): Remove, 
5718         just use gtk_text_buffer_paste_clipboard with the appropriate clipboard.
5719
5720         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_cut/copy/paste_clipboard): Add a
5721         GtkClipboard argument, and for paste_clipboard, the
5722         @override_location argument from @paste_primary.
5723
5724         * gtk/gtktextview.c: Adapt to above change.
5725         
5726 2001-08-30  Havoc Pennington  <hp@redhat.com>
5727
5728         * gtk/gtktextview.c (invalidated_handler): put validate idle at
5729         resize - 2 just for flexibility
5730
5731 2001-08-30  Havoc Pennington  <hp@redhat.com>
5732
5733         * gtk/gtktextdisplay.c (render_layout_line): handle NULL shaped
5734         object from the empty-child-anchor case by drawing a little box.
5735         
5736         * gtk/gtktextlayout.c (add_child_attrs): Still set shape attribute
5737         if the child anchor has no anchored widgets - fixes #59328.
5738
5739         Also, remove bizarre deletion of preedit string that seems to have
5740         gotten in here somehow.
5741
5742 2001-08-30  Havoc Pennington  <hp@redhat.com>
5743
5744         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): apply fix
5745         to #58420 from Hidetoshi Tajima and Matthias Clasen
5746
5747 Wed Aug 29 17:28:04 2001  Jonathan Blandford  <jrb@redhat.com>
5748
5749         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
5750         change color when the GtkTreeView loses focus.
5751
5752         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render):
5753         ditto.
5754         
5755         * gtk/gtkstyle.c (gtk_default_draw_flat_box): ditto
5756
5757 2001-08-28  Havoc Pennington  <hp@pobox.com>
5758
5759         * gtk/gtkwindow.c (gtk_window_set_icon_list): fix g_object_notify
5760
5761 2001-08-28  Havoc Pennington  <hp@pobox.com>
5762
5763         * demos/gtk-demo/main.c (setup_default_icon): add default icon
5764
5765         * gtk/gtkradiobutton.c (gtk_radio_button_new_with_mnemonic):
5766         warning fix
5767         (gtk_radio_button_new_with_label): warning fix
5768
5769         * gtk/gtkdnd.c: used some random GtkImage private structs, 
5770         update to reflect GtkImage changes
5771
5772         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): don't check
5773         whether the hint is supported, just always set the icon. A task
5774         list might want to use it even if the WM doesn't, and the WM may
5775         change over time. Also, XDeleteProperty() if list == NULL.
5776
5777         * gtk/gtkwindow.c (gtk_window_set_icon_list)
5778         (gtk_window_get_icon_list)
5779         (gtk_window_set_icon)
5780         (gtk_window_get_icon)
5781         (gtk_window_set_default_icon_list)
5782         (gtk_window_get_default_icon_list):
5783         new functions
5784
5785         * gtk/gtk-boxed.defs (GtkIconSet): add GtkIconSet
5786
5787         * gtk/gtkimage.c: Implement property support, bug #59408
5788
5789         * gtk/gtkcontainer.c (gtk_container_add): make the warning message
5790         on reparent-without-removing-first a bit more helpful.
5791         Let's just destroy this FAQ.
5792
5793 Tue Aug 28 21:37:11 2001  Matthias Clasen  <matthiasc@poet.de>
5794
5795         * demos/gtk-demo/appwindow.c (do_appwindow): Use g_signal_connect_object
5796         instead of gtk_signal_connect, to avoid warnings at destruction time. (#58161)
5797
5798 Tue Aug 28 21:00:44 2001  Matthias Clasen  <matthiasc@poet.de>
5799
5800         * gtk/gtkprogressbar.c (gtk_progress_bar_set_text): Move the setting
5801         of use_text_format to the end of the function. (#56447)
5802
5803 Tue Aug 28 20:06:07 2001  Matthias Clasen  <matthiasc@poet.de>
5804
5805         * demos/testpixbuf.c (update_timeout): Use gdk_pixbuf_loader_get_pixbuf
5806         only in response to an area_prepared signal.
5807
5808 2001-08-28  Alex Larsson  <alexl@redhat.com>
5809
5810         * gtk/gtkwidget.c (gtk_widget_class_init):
5811         Make unrealize GTK_RUN_LAST.
5812
5813 Mon Aug 27 22:00:41 2001 Manish Singh <yosh@gimp.org>
5814
5815         * gtk/gtkradiobutton.c: fix silly cut'n'paste error,
5816         with_label and with_mnemonic should create radio buttons, not
5817         check buttons
5818
5819 Mon Aug 27 15:28:56 2001  Jonathan Blandford  <jrb@redhat.com>
5820
5821         * tests/testtreefocus.c (main): Fix to use GtkSelectionMode.
5822         * tests/treestoretest.c (make_window): ditto
5823         * demos/gtk-demo/main.c (create_tree): ditto
5824         * demos/gtk-demo/stock_browser.c (do_stock_browser): ditto.
5825
5826 Mon Aug 27 15:18:14 2001  Jonathan Blandford  <jrb@redhat.com>
5827
5828         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): Use the
5829         GTK selection types rather than GtkTreeSelectionMode.
5830
5831         * docs/Changes-2.0: Add comment about selection change.
5832
5833 Mon Aug 27 14:21:30 2001  Jonathan Blandford  <jrb@redhat.com>
5834
5835         * gtk/gtkenums.h (GtkSelectionMode): deprecate
5836         GTK_SELECTION_EXTENDED.
5837
5838         * gtk/gtkclist.c: Remove old GTK_SELECTION_MULTIPLE behavior.
5839         Make GTK_SELECTION_EXTENDED be GTK_SELECTION_MULTIPLE.
5840
5841         * gtk/gtkctree.c: ditto
5842
5843         * gtk/gtklist.c: ditto
5844
5845         * gtk/gtktree.c: ditto
5846
5847 Mon Aug 27 14:18:12 2001  Owen Taylor  <otaylor@redhat.com>
5848
5849         * gtk/gtkmenubar.h (gtk_menu_bar_prepend): Fix a cuple
5850         of typos in compat macros. (#59624, Skip Montaro)
5851
5852 Sun Aug 26 20:00:00 2001  Owen Taylor  <otaylor@redhat.com>
5853
5854         * configure.in acinclude.m4: Use autoconf 2.13/2.50 compat
5855         macro.
5856
5857          (patch from ERDI Gergo  <cactus@cactus.rulez.org>, #58920)
5858  
5859         * gtk/gtkmenuitem.c (gtk_menu_item_set_right_justified): Change
5860         interface to be a standard setter from gtk_menu_item_right_justify.
5861         (gtk_menu_item_get_right_justified): a getter to go with the setter
5862
5863         * gtk/gtkmenuitem.h: Add a deprecated compat macro for
5864         gtk_menu_item_right_justify.
5865
5866         * demos/gtk-demo/menus.c tests/testgtk.c: Switch to 
5867         gtk_menu_item_set_right_justified.
5868  
5869 2001-08-27  Jens Finke <jens@gnome.org>
5870
5871         * gtk+.spec.in: Updated to match gpp requirements, reworked the
5872         files section to make it work with 1.3.x releases.
5873
5874 2001-08-26  Alexander Larsson  <alla@lysator.liu.se>
5875
5876         * gtk/gtkbutton.[ch]:
5877         Add properties for labels, mnemonics and stock items.
5878         Added C accessor functions for the properties.
5879         Removed deprecated button->child.
5880
5881         * gtk/gtkradiobutton.c:
5882         * gtk/gtktogglebutton.c:
5883         Update to use the functions in GtkButton.
5884
5885         * gtk/gtkcheckbutton.c:
5886         Update to use the functions in GtkButton.
5887         Changed size allocation of child. Now only gets as much
5888         space as it requests.
5889
5890         * gtk/gtkclist.c:
5891         Don't use GtkButton->child
5892
5893         * gtk/gtklabel.c:
5894         Fixed typo in docs
5895         
5896 2001-08-26  Alexander Larsson  <alla@lysator.liu.se>
5897
5898         * tests/testgtk.c:
5899         * tests/Makefile.am:
5900         Ressurect the properties test.
5901         I don't care if it is inferior, I just want to test my property code.
5902
5903 2001-08-25  Chema Celorio  <chema@celorio.com>
5904
5905         * gtk/gtktable.c (gtk_table_set_child_property): pass ->nrows to
5906         gtk_table_resize as the first argument for CHILD_PROP_RIGHT_ATTACH
5907         and CHILD_PROP_LEFT_ATTACH v.s. using ->ncols
5908
5909 2001-08-24  Havoc Pennington  <hp@pobox.com>
5910
5911         * gtk/gtkcompat.h: remove gtk_menu_* compat defines; 
5912         these are already in gtkmenu.h, and the copies
5913         here were broken.
5914
5915         Also, change GTK_DISABLE_COMPAT_H to GTK_DISABLE_DEPRECATED
5916
5917         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_image):
5918         special-case bitmaps to allow no colormap
5919         (bitmap1): implement no-colormap bitmap-getting
5920         (bitmap1a): implement no-colormap bitmap-getting to pixbuf with
5921         alpha
5922         (rgb8): indentation
5923         (rgb1a, rgb1): change the way we read the data out of the image, 
5924         old way didn't seem to work quite right.
5925
5926         I'm pretty sure a lot of the rgbconvert code is still broken.
5927         
5928         * gtk/gtkwindow.c (gtk_window_move_resize): move hints comparison
5929         above position constraint (I really intended to do this before,
5930         don't know what's up with that)
5931         (gtk_XParseGeometry): shut up gcc
5932
5933         * gdk/gdkpixbuf-drawable.c (rgb1a): fix bug where "x1" was used
5934         and "0" should have been. remove the attempted 4-bytes-at-once
5935         optimization, it was totally broken.
5936
5937 Sat Aug 25 19:02:39 2001  Owen Taylor  <otaylor@redhat.com>
5938
5939         * gtk/gtkbutton.[ch] gtk/gtktogglebutton.c: Add optional movement
5940         on push to buttons (based on patch from Soeren Sandmann, #54720)
5941
5942           - Add child_displacement_x/y style properties to control how far the
5943             child moves when the button is depressed.
5944
5945           - Add non-exported function _gtk_button_set_depressed to clean
5946             up the handling of the in/out shadow and separate it frmo
5947             widget->state.
5948
5949           - Lots of code cleanup and simplification of state handling
5950             for GtkButton/GtkToggleButton.
5951  
5952         * tests/testgtkrc: Set the x/y displacement to 1 to provide a test
5953         of button movement. testgtk + testgtkrc == test ugly GTK+, as always.   
5954
5955 Fri Aug 24 23:09:05 2001  Owen Taylor  <otaylor@redhat.com>
5956
5957         * gtk/gtkimage.[ch] docs/Changes-2.0.txt: Break compatibility 
5958         and make gtk_image_new() take no arguments. The compiler will
5959         catch it, and it is vastly more useful than having
5960         gtk_image_new() be a deprecated alias for gtk_image_new_from_image().  
5961
5962         * gtk/gtkmenu.c (gtk_menu_set_property): Apply patch
5963         to add tearoff-title property (#51319, Lee Mallabone)
5964
5965 Fri Aug 24 22:12:32 2001  Owen Taylor  <otaylor@redhat.com>
5966
5967         * gtk/gtkmenuitem.[ch]: Remove unused and useless function
5968         gtk_menu_item_configure(). (#58925)
5969
5970 Fri Aug 24 16:03:45 2001  Jonathan Blandford  <jrb@redhat.com>
5971
5972         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): Add
5973         "use_align" to give people the option to just make a cell visible.
5974
5975         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): fix bug where
5976         we were scrolling past the end of the tree.
5977
5978         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_pack_start):
5979         rename gtk_tree_view_column_pack_start_cell_renderer to
5980         gtk_tree_view_column_pack_start.  Same for pack_end, and clear.
5981
5982 Fri Aug 24 12:02:08 2001  Owen Taylor  <otaylor@redhat.com>
5983
5984         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Remove
5985         a stray g_object_ref() left over from gtk_object_ref/sink.
5986         (Pointed out by Josh Pritikin.)
5987
5988 Thu Aug 23 19:33:54 2001  Owen Taylor  <otaylor@redhat.com>
5989
5990         * gtk/gtkcontainer.[ch]: Rename gtk_container_children()
5991         to gtk_container_get_children. Added deprecated compatibility
5992         macro. (Suggested by Vitaly Tishkov, #59051)
5993
5994         * gtk/gtktoolbar.c gtkdialog.c: Fix gtk_container_children()
5995         calls.
5996
5997 Thu Aug 23 19:10:01 2001  Owen Taylor  <otaylor@redhat.com>
5998
5999         * gtk/gtkmenubar.h (gtk_menu_bar_insert): Deprecate 
6000         gtk_menu_bar_append/prepend/insert, forgot to do this
6001         when we deprecated gtk_menu_append/prepend/insert.
6002
6003         * gtk/gtkmenu.h (gtk_menu_insert): Add casts to deprecated
6004         compat macros.
6005
6006         * gtk/gtkmenu.c: Fix problem with static gtk_menu_insert() being
6007         renamed by compat macro.
6008
6009         * gtk/gtkfontsel.h: Deprecated gtk_font_selection_get_font(),
6010         gtk_font_selection_dialog_get_font(). (Suggested by
6011         Vitaly Tishkov, #59383)
6012
6013 Thu Aug 23 18:23:31 2001  Owen Taylor  <otaylor@redhat.com>
6014
6015         * gtk/gtktexttag.c (gtk_text_tag_table_get_size): 
6016         Rename from gtk_text_tag_table_size(). (#59366)
6017
6018 Thu Aug 23 20:01:41 2001  Kristian Rietveld  <kristian@planet.nl>
6019
6020         * gtk/gtktreemodelsort.[ch], gtk/gtktreesortable.[ch],
6021         gtk/gtktreestore.[ch], gtk/gtktreeviewcolumn.[ch],
6022         gtk/gtkliststore.[ch]: use GtkSortType instead of GtkTreeSortOrder.
6023         (#59173).
6024
6025 Thu Aug 23 16:26:47 2001  Tim Janik  <timj@gtk.org>
6026
6027         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): 
6028         * gtk/gtktextmark.c (gtk_text_mark_finalize): chain parent class
6029         handlers, pointed out by Joshua N Pritikin <vishnu@pobox.com>.
6030
6031 Wed Aug 22 19:15:39 2001  Owen Taylor  <otaylor@redhat.com>
6032
6033         [ Patch from Sebastian Wilhelmi, 52790 ]
6034
6035         * gtk/gtkversion.h.in gtk/gtk.h: New file replacing gtkcompat.h
6036
6037         * gdk/gdkcompat.h gdk/gdk*.h gtk/gtkcompat.h.in gtk/gtk*.h: 
6038         Move compatibility macros from g[dt]kcompat.h to within 
6039         #ifndef G[DT]K_DISABLE_DEPRECATED in each file.
6040
6041         * gdk/gdk-pixbuf-csource.c: Fix up include of gtkcompat.h.
6042
6043         * demos/Makefile.am demos/gtk-demo/Makefile.am 
6044           docs/reference/gdk-pixbuf/Makefile.am modules/input/Makefile.am
6045           tests/Makefile.am: Remove references to -G[DT]K_DISABLE_DEPRECATED.
6046
6047         * demos/{pixbuf-demo.c,testpixbuf-drawable.c,testpixbuf-save.c,
6048                  testpixbuf.c}: Fix usages of deprecated functions.
6049
6050 Wed Aug 22 19:03:27 2001  Jonathan Blandford  <jrb@redhat.com>
6051
6052         * gtk/gtktreeview.c (gtk_tree_view_set_model): clean up selection
6053         when changing models.
6054
6055 Wed Aug 22 18:25:46 2001  Jonathan Blandford  <jrb@redhat.com>
6056
6057         * gtk/gtktreeview.c: Fix selection.  I think it's all dandy now.
6058         We check the current event for modifiers rather than try to trap
6059         all presses.
6060
6061 2001-08-22  Anders Carlsson  <andersca@gnu.org>
6062
6063         * gtk/gtkliststore.h (GTK_LIST_STORE_CLASS): Fix a small typo.
6064         It's LIST_STORE, not LISTSTORE.
6065
6066 Tue Aug 21 12:43:29 2001  Owen Taylor  <otaylor@redhat.com>
6067
6068         * gtk/gtk.h: Remove commented out gtkpacker reference.
6069
6070 2001-08-21  Matthias Clasen  <matthiasc@waldgeist.poet.de>
6071
6072         * configure.in (all_loaders): Add tga loader, 
6073         patch by Nicola Girardi. (#56067)
6074
6075 Tue Aug 21 02:57:13 2001  Jonathan Blandford  <jrb@redhat.com>
6076
6077         * gtk/gtktreeview.c (gtk_tree_view_button_press): Fix up selection
6078         a little.  More needs to be done tomorrow.
6079
6080 Tue Aug 21 00:45:55 2001  Jonathan Blandford  <jrb@redhat.com>
6081
6082         * gtk/gtktreeview.c (gtk_tree_view_destroy): Grr... Get it right.
6083
6084 Mon Aug 20 23:48:18 2001  Jonathan Blandford  <jrb@redhat.com>
6085
6086         * gtk/gtktreeview.c (gtk_tree_view_get_cell_area): Fix bug
6087         reported by Kristian Rietveld <kristian@planet.nl> to handle row
6088         == NULL.
6089         (gtk_tree_view_destroy): Fix bug reported by Kristian Rietveld
6090         <kristian@planet.nl> to change destroy order.
6091
6092 Mon Aug 20 11:39:44 2001  Jonathan Blandford  <jrb@redhat.com>
6093
6094         * gtk/gtktreeselection.c (gtk_tree_selection_class_init): Use
6095         correct marshaller.
6096
6097 Sun Aug 19 03:22:59 2001  Jonathan Blandford  <jrb@redhat.com>
6098
6099         * gtk/gtkliststore.c: Fix up warnings, #58928.
6100
6101         * gtk/gtktreeselection.h: Change signal prototype, #58647
6102
6103         * gtk/gtktreeview.c (_gdk_tree_view_find_node): Make more robust,
6104         #59221.
6105
6106         * gtk/gtkstyle.c: Actually prelight arrow, #50981
6107         
6108 2001-08-18  Hans Breuer  <hans@breuer.org>
6109
6110         * gdk/gdk.def : updated externals
6111
6112         * gdk/win32/gdkselection-win32.c : returning TRUE with gdk_selection_set
6113         is required to get (at least) visible in entry fields. Some selections
6114         are really handled now - even on win32 - but copying via middle
6115         mouse button into a different app needs to wait ... 
6116
6117         * gdk/win32/gdkdnd-win32.c : implemented inter-app drag&drop
6118         mostly by stealling code from gdkdnd-fb.c. Thanks to who ever wrote it!
6119
6120         * gdk/win32/gdkevents-win32.c : some tweaking to get better expose
6121         handling. I'm not sure if it is better now, but at least not worse
6122
6123         * gdk/win32/gdkgeometry-win32.c : replaced every call to MoveWindow
6124         with SetWindowPos () which allows more fine-tuning backing-store wise
6125
6126         * gdk/win32/gdkwindow-win32.c : allow unraised gdk_window_show ().
6127         Also changed move/resize to be more like the X version.
6128
6129         * gtk/gtk.def : updated externals
6130
6131 2001-08-19  Sven Neumann  <sven@gimp.org>
6132
6133         * gtk/gtktooltips.c
6134         * tests/testtreesort.c
6135         * tests/treestoretest.c: inserted some casts to get rid of compiler
6136         warnings.
6137
6138 Sun Aug 19 01:44:44 2001  Jonathan Blandford  <jrb@redhat.com>
6139
6140         * gtk/gtktreeviewcolumn.c
6141         (gtk_tree_view_column_pack_{start,end}_cell_renderer): sink cell.
6142
6143         * gtk/gtktreeview.c (gtk_tree_view_insert_column): sink column.
6144         (_gtk_tree_view_find_node): If *node is NULL,
6145         *tree should be NULL too.
6146
6147         * demos/gtk-demo/stock_browser.c (do_stock_browser): don't unref
6148         column/renderers.
6149         * tests/testtreecolumns.c: ditto
6150         * tests/testtreefocus.c: ditto
6151         * tests/testtreesort.c: ditto
6152         * tests/testtreeview.c: ditto
6153         * tests/treestoretest.c: ditto
6154
6155 Sat Aug 18 04:34:31 2001  Jonathan Blandford  <jrb@redhat.com>
6156
6157         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): 2 new
6158         signals; is_expander/is_expanded.
6159
6160         * gtk/gtlcellrendererpixbuf.c: Allow other expanded and closed
6161         pixbufs.
6162
6163         * gtk/gtktreeview.c: set above properties.
6164
6165 Sat Aug 18 23:01:33 2001  Owen Taylor  <otaylor@redhat.com>
6166
6167         * gtk/gtkwidget.h: Really remove set_default_style().
6168
6169         * docs/Changes-2.0.txt: added a note about
6170         gtk_widget_push/pop/set_default_style.
6171
6172 2001-08-18  Havoc Pennington  <hp@pobox.com>
6173
6174         * gtk/gtkwindow.c (gtk_window_move_resize): constrain position on
6175         hints_changed in addition to the other cases.
6176         (gtk_window_move_resize): include last position from configure
6177         notify in debug spew
6178
6179 2001-08-18  James Henstridge  <james@daa.com.au>
6180
6181         * gtk/gtkaccelgroup.c (gtk_accel_group_object_destroy): use the
6182         second argument to the weak ref notify, cleaning up some uglyness.
6183         (gtk_accel_group_attach): remove and add the weak notifier when
6184         changing the accel groups slist.
6185         (gtk_accel_group_detach): same here.
6186
6187 2001-08-17  Darin Adler  <darin@bentspoon.com>
6188
6189         * gtk/gtktreeview.c: (gtk_tree_view_search_equal_func): Add
6190         missing parameters to utf8 functions to make it compile.
6191
6192 Fri Aug 17 19:30:14 2001  Jonathan Blandford  <jrb@redhat.com>
6193
6194         * gtk/gtktreeprivate.h:
6195         * gtk/gtktreeview.c: (gtk_tree_view_class_init),
6196         (gtk_tree_view_init), (gtk_tree_view_set_property),
6197         (gtk_tree_view_get_property), (gtk_tree_view_destroy),
6198         (gtk_tree_view_key_press), (gtk_tree_view_leave_notify),
6199         (gtk_tree_view_focus_out), (gtk_tree_view_set_model),
6200         (gtk_tree_view_set_destroy_count_func),
6201         (gtk_tree_view_set_enable_search),
6202         (gtk_tree_view_get_enable_search),
6203         (gtk_tree_view_get_search_column),
6204         (gtk_tree_view_set_search_column),
6205         (gtk_tree_view_get_search_equal_func),
6206         (gtk_tree_view_set_search_equal_func),
6207         (gtk_tree_view_search_dialog_destroy),
6208         (gtk_tree_view_search_position_func),
6209         (gtk_tree_view_interactive_search),
6210         (gtk_tree_view_search_delete_event),
6211         (gtk_tree_view_search_button_press_event),
6212         (gtk_tree_view_search_key_press_event),
6213         (gtk_tree_view_search_move), (gtk_tree_view_search_equal_func),
6214         (gtk_tree_view_search_iter), (gtk_tree_view_search_init):
6215         * gtk/gtktreeview.h:
6216         Add heavily modified patch from Kristian Rietveld to handle
6217         interactive searching.
6218
6219 Fri Aug 17 17:30:34 2001  Tim Janik  <timj@gtk.org>
6220
6221         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): const correct
6222         string parameter.
6223
6224         * gtk/gtkoptionmenu.c (gtk_option_menu_set_menu): connect to
6225         GtkMenuShell::selection_done, now that we have it, instead of 
6226         ::deactivate so we're not tearing the menu apart and notify
6227         the user prematurely.
6228
6229 Thu Aug 16 05:22:01 2001  Tim Janik  <timj@gtk.org>
6230
6231         * gtk/gtkwindow.c (gtk_window_move_resize): if we actually move our
6232         window, clear window->need_default_position to avoid infinite loops.
6233         some comment fixups and GTK_RESIZE_IMMEDIATE fixups.
6234
6235 Wed Aug 15 12:36:55 2001  Tim Janik  <timj@gtk.org>
6236
6237         * gtk/gtktreeview.c (gtk_tree_view_set_model): move all model setup
6238         code into this place. get rid of GTK_TREE_VIEW_MODEL_SETUP usage.
6239         (gtk_tree_view_set_property): don't cast possible NULL objects.
6240         (gtk_tree_view_destroy): reset the model to NULL.
6241
6242         * gtk/gtktreeselection.c (gtk_tree_selection_finalize): chain
6243         parent_class handler.
6244
6245 2001-08-17  Matthias Clasen  <matthiasc@waldgeist.poet.de>
6246
6247         * gtk/demos/gtk-demo/*: Remove all uses of deprecated functions.
6248
6249 2001-08-17  Anders Carlsson  <andersca@gnu.org>
6250
6251         * gtk/gtkstyle.c (create_expander_affine): Divide with floating
6252         point numbers so that the result will be floating point.
6253
6254 2001-08-16  Matthias Clasen  <matthiasc@waldgeist.poet.de>
6255
6256         * tests/testgtk.c (create_handle_box): 
6257         (create_toolbar): Replace gtk_window_set_policy calls by
6258         gtk_window_set_resizable.
6259
6260 2001-08-16  Jakub Steiner <jimmac@ximian.com>
6261
6262         * gtk/stock-icons/dialog_info.png: new style bulb
6263         * gtk/stock-icons/dialog_error.png: maybe a little drastic ;)
6264         * gtk/stock-icons/dialog_warning.png: need a hand?
6265         * gtk/stock-icons/stock_add.png, stock_remove.png: I hope 
6266           the aa border gets chopped off ok
6267         * gtk/stock-icons/stock_colorselector.png: using the new hand
6268         * gtk/stock-icons/stock_dnd_multiple.png: I'm not totally sure what 
6269           this one is for, but the old icon was butt ugly.
6270         * gtk/stock-icons/stock*_insert_image.png: not sure if it belongs here
6271         * gtk/stock-icons/stock*_insert_object.png: "
6272         * gtk/stock-icons/stock_index.png: using new hand icon
6273         * gtk/stock-icons/stock*_new.png: the document template being used 
6274           elsewhere too
6275         * gtk/stock-icons/stock*_print*.png: new print and print preview 
6276           icons (panel/menu)  
6277         * gtk/stock-icons/stock*_save*.png, stock*_revert.png: new save/revert 
6278           icons based on Tuomas' floppy image.
6279         * gtk/stock-icons/stock*_search*.png: search and s'n'r icons for panel/menu
6280         * gtk/stock-icons/stock*_stop.png: replacing the old 'x' button
6281         * gtk/stock-icons/stock*_trash.png: based on Tuomas' trash icon
6282         * gtk/stock-icons/stock*_undelete.png: "
6283         * gtk/stock-icons/stock_preferences.png: I have a version with a 
6284           document base if the sliders are no good.
6285         * gtk/stock-icons/stock_properties.png: properties 
6286         
6287
6288         * gtk/stock-icons/stock*_copy.png, stock*_cut.png, stock*_paste.png: Tuomas' 
6289           (tigert@ximian.com) clipboard icons
6290         * gtk/stock-icons/stock_{up,down,left,right}_arrow.png: tigert's new arrows
6291         * gtk/stock-icons/stock*_{undo,redo}.png: tigert's undo/redo icons.
6292         * gtk/stock-icons/stock_open.png: shaded open icon by Tuomas. we should make it a
6293           little bigger IMHO
6294
6295 2001-08-16  Sven Neumann  <sven@gimp.org>
6296
6297         * gtk/gtkbox.c (gtk_box_class_init): removed unused widget_class.
6298
6299 2001-08-15  Padraig O'Briain  <padraig.obriain@sun.com>
6300
6301         * gtk/gtkcellrenderertext.c:
6302         Avoid warning when specifying NULL for "attributes" property
6303
6304 2001-08-15  Matthias Clasen  <matthiasc@waldgeist.poet.de>
6305
6306         * docs/debugging.txt: Add a warning about --enable-debug=no,
6307         some editorial changes.
6308
6309 2001-08-13  Matthias Clasen  <matthiasc@waldgeist.poet.de>
6310
6311         * gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h, 
6312         gdk/x11/gdkmain-x11.c, gtk/gtkdebug.h, gtk/gtkmain.c: Update 
6313         debugging info, remove unused debug flags. (#58330)
6314
6315 Mon Aug 13 13:17:32 2001  Jonathan Blandford  <jrb@redhat.com>
6316
6317         * gtk/gtktreeselection.c (gtk_tree_selection_select_all): 
6318         (gtk_tree_selection_select_all): Remove strict checking for rows.
6319
6320 2001-08-13  Matthias Clasen  <matthiasc@waldgeist.poet.de>
6321         
6322         * gtk/gtktooltips.c (gtk_tooltips_set_tip, gtk_tooltips_draw_tips): 
6323         Don't remove the tooltip window when the tip text changes. (#15891)
6324
6325 Sun Aug 12 12:02:09 2001  Owen Taylor  <otaylor@redhat.com>
6326
6327         * gtk/Makefile.am ($(srcdir)/gtkmarshal.c): Remove extra
6328         $(srcdir).
6329
6330 Sun Aug 12 10:39:12 2001  Owen Taylor  <otaylor@redhat.com>
6331
6332         * Makefile.am (EXTRA_DIST): Fix problem with trying to
6333         dist files from intl/, which is no longer there.
6334
6335 2001-08-11  Hans Breuer  <hans@breuer.org>
6336
6337         * gtk/gtkalignment.c, gtk/gtkarrow.c, gtk/gtkaspectframe.c,
6338           gtk/gtkcellrenderer.c, gtk/gtkcellrenderertext.c, 
6339           gtk/gtkcombo.c, gtk/gtkcurve.c, gtk/gtkfontsel.c, 
6340           gtk/gtklayout.c, gtk/gtkmisc.c, gtk/gtkpacker.c, 
6341           gtk/gtkprogress.c, gtk/gtkruler.c,, gtk/gtksettings.c,
6342           gtk/gtkspinbutton.c, gtk/gtktexttag.c : coalescing property notifies
6343
6344         * gtk/gtkclist.c, gtk/gtktipsquery.c, gtk/gtktexttag.c,
6345           gtk/gtkwidget.c : added G_SIGNAL_TYPE_STATIC_SCOPE to all
6346         GDK_TYPE_EVENT signals
6347
6348         * gtk/gtkalignment.c : removed 'direct allocation bug',
6349         which Tim discovered while reading the patch
6350
6351 Sat Aug 11 14:32:14 2001  Owen Taylor  <otaylor@redhat.com>
6352
6353         * gtk/gtkwidget.h (gtk_widget_set_default_visual): Add some
6354         compat macros for push/pop/set_visual that were supposed
6355         to be added a long time ago, but got dropped. 
6356
6357 Fri Aug 10 16:55:53 2001  Tim Janik  <timj@gtk.org>
6358
6359         * gtk/gtkwindow.c (gtk_window_set_policy): coalesce multiple
6360         property notifies.
6361
6362 2001-08-07  Havoc Pennington  <hp@pobox.com>
6363
6364         * gtk/gtkfilesel.c (open_ref_dir): fix a typo.
6365
6366         * gtk/gtkplug.c (gtk_plug_init): remove setting of auto_shrink;
6367         some fixage is needed here, but nothing simple. Owen understands
6368         it. ;-)
6369
6370         * gtk/gtkwindow.h, gtk/gtkwindow.c: Rework code and API for window
6371         sizing and positioning.  Also, fix bug in compute_geometry_hints
6372         (width/height confusion for setting min size). 
6373         (gtk_window_move): new function
6374         (gtk_window_resize): new function
6375         (gtk_window_get_size): new function
6376         (gtk_window_get_position): new function
6377         (gtk_window_parse_geometry): new function
6378         
6379         * gtk/gtkwidget.c (gtk_widget_set_size_request): new function
6380         (gtk_widget_get_size_request): new function
6381         (gtk_widget_get_usize): delete, that was a short-lived function
6382         ;-)
6383         (gtk_widget_set_usize): deprecate
6384         (gtk_widget_set_uposition): deprecate, make it a trivial 
6385         gtk_window_move() wrapper
6386         (gtk_widget_class_init): remove x/y/width/height properties,
6387         add width_request height_request
6388         
6389         * demos/*: update to avoid deprecated functions
6390         
6391         * gtk/gtklayout.c: add x/y child properties
6392
6393         * gtk/gtkfixed.c: add x/y child properties, and get rid of 
6394         uses of "gint16"
6395
6396         * tests/testgtk.c (create_window_sizing): lots of tweaks to window
6397         sizing test
6398
6399         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ensure that
6400         configure events on toplevel windows are always in root window
6401         coordinates, following ICCCM spec that all synthetic events 
6402         are in root window coords already, while real events are 
6403         in parent window coords. Previously the code assumed that 
6404         coords of 0,0 were parent window coords, which was 
6405         really broken.
6406   
6407         * gtk/gtkcontainer.c (gtk_container_get_focus_chain): fix
6408         warning
6409  
6410         * gdk/gdkwindow.h (GdkWindowHints): add GDK_HINT_USER_POS 
6411         and GDK_HINT_USER_SIZE so we can set USSize and USPosition 
6412         hints in gtk_window_parse_geometry()
6413  
6414         * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): support
6415         new USER_POS USER_SIZE hints    
6416
6417 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
6418
6419         * tests/prop-editor.c (properties_from_type): Use 
6420         g_object_class_list_properties to get the param specs 
6421         for a given type. (#58609)
6422
6423 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
6424
6425         * gtk/gtkstyle.c (gtk_style_real_unrealize): Don't forget to
6426         free the text_aa parts. (#57549)
6427
6428 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
6429
6430         * gdk/gdkgc.c (gdk_gc_set_rgb_bg_color): Set the background color,
6431         not the foreground color. (#57621)
6432
6433 2001-08-09  Alexander Larsson <alexl@redhat.com>
6434
6435         * gdk/win32/gdkfont-win32.c:
6436         Update to the new pango win32 api.
6437
6438 2001-08-08  HideToshi Tajima  <tajima@eng.sun.com>
6439
6440         * gtk/gtkclipboard.c (request_text_received_func): ask apps for
6441         COMPOUND_TEXT instead of TEXT
6442         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): correctly
6443         interpret the return value of g_string_to_compound_text()
6444         (#55152)
6445
6446 2001-08-08  Matthias Clasen  <matthiasc@waldgeist.poet.de>
6447
6448         * gtk/gtktreestore.c (gtk_tree_store_iter_n_children): Don't
6449         fail if iter is NULL. (#58347)
6450
6451 2001-08-07  Matthias Clasen  <matthiasc@waldgeist.poet.de>
6452
6453         * gtk/gtktextdisplay.c (render_para, gtk_text_layout_draw): Fix
6454         some off-by-one issues, fixing selection of line-ends. (#50323)
6455
6456 2001-08-07  Matthias Clasen  <matthiasc@waldgeist.poet.de>
6457
6458         * gtk/gtkhsv.c (gtk_hsv_map, gtk_hsv_unmap): Reinstate these
6459         functions in order to make mouse operation work again in the
6460         color wheel. (#58604)
6461
6462 2001-08-07  James Henstridge  <james@daa.com.au>
6463
6464         * gtk/gtkaccellabel.c (gtk_accel_label_set_accel_object): refetch
6465         the accelerator when the accel object is changed.  Fixes bug
6466         #58628.
6467
6468 2001-08-06  HideToshi Tajima  <tajima@eng.sun.com>
6469
6470         * modules/input/gtkimcontextxim.c (mb_to_utf8), xim_text_to_utf8):
6471         Skip g_convert when to_codeset and from_codeset are both 'UTF-8'
6472         (gnome bugzilla #58202)
6473
6474 2001-08-06  Havoc Pennington  <hp@pobox.com>
6475  
6476         * gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): The whole 
6477         GDK_IS_WINDOW() branch of this was a bit screwed up, because 
6478         it was expecting a GdkWindow, not a GdkWindowImplX11.
6479  
6480         Also, we were getting the window rect in screen coords 
6481         and the screen rect in window coords then intersecting 
6482         them; instead, get window rect in window coords.
6483  
6484         Finally, there were codepaths that resulted in a stuck server grab
6485         (when the window was fully onscreen, or on gdk_image_new()
6486         failure); make the server ungrab thing a bit more
6487         robust/consistent.
6488
6489 2001-08-06  Sven Neumann  <sven@gimp.org>
6490
6491         * gdk/gdkpango.c (gdk_pango_context_destroy): 
6492         check if info->colormap != NULL before unref'ing it. It might have
6493         been set to NULL using gdk_pango_context_set_colormap().
6494
6495 Sun Aug  5 11:24:27 2001  Owen Taylor  <otaylor@redhat.com>
6496
6497         * gtk/gtkcolorsel.c (gtk_color_selection_set_current_alpha): 
6498         Fix conversion from float to int so that we don't get
6499         skew in the int => float => int roundtrip. 
6500         (#58120, reported by Vitaly Tishkov). Also fix problem
6501         where if no alpha was set, the returned alpha
6502         from (say) set_current_alpha() was returned as 1, not 65535.
6503
6504 Sun Aug  5 09:48:08 2001  Owen Taylor  <otaylor@redhat.com>
6505
6506         * gtk/gtklist.c (gtk_list_clear_items): Fix
6507         problem with selecting a new focus child.
6508
6509         * gtk/gtklist.c (gtk_list_clear_items): Clear 
6510         list->undo/list_focus_child after unparenting
6511         child, since unparenting the child can result
6512         in list->last_focus_child being set. (#58024)
6513
6514         * Makefile.am (SUBDIRS): Add target specific pc
6515         files to DISTCLEANFILES.
6516
6517         * gtk/Makefile.am: add @GTK_DEBUG_FLAGS@
6518         (58327, Matthias Clasen)
6519
6520 Sat Aug  4 19:28:21 2001  Owen Taylor  <otaylor@redhat.com>
6521
6522         * tests/testgtk.c: Patch from Hans (with various modifications),
6523         to add the ability to use testgtk as a rough-and-ready
6524         benchmark. Try, 'testgtk --bench all:5' (if you want decent
6525         numbers, run without a window manager)
6526
6527 2001-08-04 Alexander Larsson <alexl@redhat.com>
6528
6529         * gdk/win32/gdkinput.c:
6530         Add #ifdef HAVE_WINTAB around wintab.h include.
6531
6532         * gtk/gtk.def:
6533         Removed marshals that have been moved to glib.
6534         Commented out plug and socket. They didn't compile for me 
6535         on win32.
6536
6537 2001-08-04  Hans Breuer  <hans@breuer.org>
6538
6539         * gtk/stocks-icons/makefile.msc : new file
6540         * gtk/makefile.msc.in : use it
6541
6542         * gtk/gtkstyle.c : not all platforms do provide M_PI and
6543         friends, but luckily there is G_PI
6544
6545         * gtk/gtk.def : updated
6546
6547         * gdk/win32/gdkwindow.c (gdk_window_new) : don't make all TEMP 
6548         windows WS_POPUP, but only those without a parent. This fixes the 
6549         mis-alignment between the selectable (temp, input only) window and 
6550         the window text of GtkLabel.
6551
6552         (gdk_window_show) : respect private->state when actually showing
6553         the window.
6554
6555         (gdk_window_set_transient_for) : Implementation from Wolfgang 
6556         Sourdeau <wolfgang@contre.com> ported to 2.0 and added some 
6557         error handling. Should fix #50586.
6558
6559         * gdk/win32/gdkevents-win32.c : beautify log output
6560
6561 2001-08-04  Michael Natterer  <mitch@gimp.org>
6562
6563         * gtk/gtkitemfactory.c (gtk_item_factory_create_item):
6564         Need to show the image after adding it to the GtkImageMenuItem.
6565         This used to work without in testgtk because of the
6566         gtk_widget_show_all() at the end of the function.
6567         (Closes #54978).
6568
6569 Tue Jul 31 22:59:33 2001  Tim Janik  <timj@gtk.org>
6570
6571         * gtk/gtknotebook.c (gtk_notebook_get_child_property): 
6572         (gtk_notebook_set_child_property): fix finding of child's page,
6573         since we have to validly deal with labels and menus here as well.
6574         (gtk_notebook_get_child_property): fix warning.
6575         (gtk_notebook_class_init): property tab_pack is of type
6576         GTK_TYPE_PACK_TYPE (enum) not boolean.
6577         (gtk_notebook_find_child): don't always warn, we might be looking
6578         for a label or menu child.
6579         (gtk_notebook_map): fix mapping of panel.
6580
6581         * gtk/gtkwidget.c (gtk_widget_set_child_visible): always constrain
6582         widget's mapped state, regardless of the value being set equals
6583         old settings, since things like REALIZED(parent) or MAPPED(parent)
6584         may have changed since the old value was set. make it an error to
6585         invoke this function on a toplevel widget.
6586
6587 2001-07-31  Darin Adler  <darin@bentspoon.com>
6588
6589         * gdk/gdkprivate.h:
6590         * gdk/x11/gdkx.h:
6591         Put all mentions of GdkFont inside #ifndef GDK_DISABLE_DEPRECATED.
6592
6593         * demos/gtk-demo/menus.c: (do_menus): Cast to G_OBJECT, not
6594         GTK_OBJECT.
6595
6596 Tue Jul 31 15:34:57 2001  Jonathan Blandford  <jrb@redhat.com>
6597
6598         * gtk/gtktreeview.c (gtk_tree_view_remove_column): Whoops.  Stupid
6599         scoping error pointed out by matthiasc@poet.de.
6600
6601 2001-07-31  Sven Neumann  <sven@gimp.org>
6602
6603         * demos/gtk-demo/appwindow.c
6604         * demos/gtk-demo/item_factory.c
6605         * tests/testgtk.c: gtk_accel_group_attach() takes a GObject.
6606
6607 Mon Jul 30 10:49:16 PDT 2001 Suresh Chandrasekharan <suresh.chandrasekharan@sun.com>
6608
6609         * gtk/gtksignal.h (gtk_signal_handler_pending): corrected the wrong
6610         argument order for g_signal_has_handler_pending.
6611
6612 Sun Jul 29 17:14:01 2001  Tim Janik  <timj@gtk.org>
6613
6614         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): use g_file_test()
6615         instead of long deprecated g_scanner_stat_mode().
6616
6617 2001-07-29  Hans Breuer  <hans@breuer.org>
6618
6619         * gdk/makefile.msc : build in the backend dir after
6620         auto-generating files
6621
6622         * gdk/win32/gdkfont-win32.c (gdk_font_load) : reimplement
6623         with code from win32-production-branch.
6624
6625         *  gdk/win32/gdkwindow-win32.c : set the private->destroyed flag
6626         before calling DestroyWindow, which indirectly calls 
6627         gdk_window_destroy_notify ()
6628
6629         (performance patch merged from win32-production-branch)
6630         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_segments): 
6631         Use PatBlt() instead of LineTo() when possible (solid single-pixel pen, 
6632         R2_COPYPEN rop). It is claimed to be much faster.
6633
6634 Fri Jul 27 11:31:15 2001  Jonathan Blandford  <jrb@redhat.com>
6635
6636         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_property):
6637         add an "attributes" property to the text renderer for ATK.
6638
6639 2001-07-26  Alex Larsson  <alexl@redhat.com>
6640
6641         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image):
6642         Initialize image->bits_per_pixel from the drawable, not from
6643         the root window.
6644
6645         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_get_depth):
6646         Fix cast. argument is an IMPL already.
6647
6648 2001-07-15  James Henstridge  <james@daa.com.au>
6649
6650         * gtk/gtkwindow.c (gtk_window_add_accel_group): cast to GObject.
6651         (gtk_window_remove_accel_group): same here.
6652         (gtk_window_key_press_event): same here.
6653
6654         * gtk/gtkwidget.c (gtk_widget_add_accelerator): cast to GObject.
6655         (gtk_widget_remove_accelerator): same here.
6656         (gtk_widget_remove_accelerators): same here.
6657
6658         * gtk/gtkplug.c (gtk_plug_accel_entries_changed): same here.
6659
6660         * gtk/gtkmenushell.c (gtk_menu_shell_key_press): cast to GObject
6661         instead of GtkObject.
6662
6663         * gtk/gtkmenu.c (gtk_menu_key_press): update since GtkAccelGroup
6664         now takes GObjects.
6665
6666         * gtk/gtkitemfactory.c (gtk_item_factory_propagate_accelerator):
6667         pass a GObject to gtk_accel_group_entries_from_object.
6668         (gtk_item_factory_create_item): s/accel_widget/accel_object/
6669
6670         * gtk/gtk-boxed.defs: remove GtkAccelGroup boxed def.
6671
6672         * gtk/gtkaccellabel.c: convert to handle GObject accel objects.
6673
6674         * gtk/gtkaccellabel.h: fix header to reflect that arbitrary
6675         GObjects can have accelerators set now.  Add compatibility
6676         defines.
6677
6678         * gtk/gtkmarshal.list: add missing marshallers.
6679
6680         * gtk/gtkaccelgroup.[ch]: convert to a GObject, and allow setting
6681         accelerators on plain GObjects.  gtk_accel_group_object_destroy
6682         has been converted into a weak reference, and
6683         gtk_accel_group_delete_entries is now a destroy notify for that
6684         piece of data.
6685
6686 2001-07-23  Ron Steinke  <rsteinke@w-link.net>
6687
6688         * gdk/gdkdraw.c: Added a check on the colormap depth to
6689         gdk_drawable_set_colormap()
6690         * gdk/x11/gdkimage-x11.c: combination of Matthias Clasen's
6691         patch to fix colorsel and my patch to fix gdk_drawable_get_image()
6692         for pixmaps without visuals (more specifically, bitmaps)
6693         * gdk/x11/gdkpixmap-x11.c: Fixed gdk_pixmap_new() so it
6694         doesn't set a colormap with the wrong depth
6695
6696
6697 2001-07-22  Anders Carlsson  <andersca@gnome.org>
6698
6699         * gtk/gtktreeview.c (gtk_tree_view_class_init): Replace the
6700         expander_height and expander_width properties with a single
6701         property, expander_size.
6702         (gtk_tree_view_init): Set the tab_offset to expander_size
6703         plus some padding.
6704         (gtk_tree_view_unrealize): Remove the expand/collapse
6705         timeout if it exists.
6706         (coords_are_over_arrow): Fix a small bug.
6707         (gtk_tree_view_motion_draw_column_motion_arrow): Use
6708         expander_size.
6709         (gtk_tree_view_draw_focus): Use "treeview" instead of
6710         "add-mode" as detail when drawing the focus.
6711         (gtk_tree_view_bin_expose): Use "treeview-drop-indicator"
6712         instead of "add-mode" as detail when drawing the focus.
6713         (gtk_tree_view_deleted): If we have a node currently being
6714         expanded or collapsed, remove the timeout and set the node 
6715         to NULL.
6716         (gtk_tree_view_queue_draw_arrow): New function that just
6717         redraws the arrow of a node.
6718         (gtk_tree_view_draw_arrow): Use expander_size instead of
6719         expander_width/expander_height, also pass a different
6720         expander_style to gtk_paint_expander depending on the 
6721         state of the node being drawn.
6722         (expand_collapse_timeout): New function for expanding 
6723         or collapsing a node depending on the previous state.
6724         (gtk_tree_view_real_expand_row): Add timeout and set 
6725         correct state for node being expanded.
6726         (gtk_tree_view_real_collapse_row): Add timeout and set
6727         correct state for node being collapsed.
6728
6729         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): Add
6730         information about the node currently being expanded or
6731         collapsed, and also a timeout id.
6732
6733         * gtk/gtkstyle.h (struct _GtkStyleClass): Replace is_open
6734         with expander_style for draw_expander.
6735
6736         * gtk/gtkstyle.c (gtk_draw_expander): Replace is_open with
6737         expander_style.
6738         (create_expander_affine): New function for creating an 
6739         expander affine.
6740         (apply_affine_on_point): New function for applying an 
6741         affine to a point.
6742         (gtk_default_draw_expander): Modified to take expander_style
6743         instead of is_open, and to draw the rectangle rotated differently
6744         depending on the expander style.
6745         (gtk_paint_expander): Replace is_open with expander_style.
6746
6747         * gtk/gtkrbtree.h: Add expander states to GtkRBNodeColor.
6748
6749         * gtk/gtkenums.h: Add expander style enum.
6750
6751 2001-07-21  Jonas Borgström  <jonas@codefactory.se>
6752
6753         * gtk/gtktreemodel.c (gtk_tree_model_foreach): Check the return
6754         value from gtk_tree_model_get_iter, the model might be empty.
6755
6756 2001-07-20  Hans Breuer  <hans@breuer.org>
6757
6758         * gdk/win32/gdkinput-win32.c : gdk_device_get_history moved to
6759         gdk/gdkinput.c like the other backends
6760
6761         * gdk/win32/gdkinput-win32.h :
6762         * gdk/win32/gdkinput.c :
6763         * gdk/win32/gdkvisual-win32.c :
6764         * gdk/win32/gdkwin32.h : mechanical adaption to GdkDevice and
6765         GdkVisual GObjectification. UNTESTED for pen-devices because
6766         I simply have none.
6767
6768         * gdk/gdk.def :
6769         * gtk/gtk.def : updated externals
6770
6771         * gtk/gtkiconfactory.c :
6772         * gtk/gtkoldeditable.c : GError *error needs to be initialized (= NULL) 
6773         before passing &error to functions to avoid strange crashes
6774         
6775         * gtk/gtkcontainer.c (gtk_container_real_set_focus_child) : is static
6776
6777         * gtk/gtkwidget.c (gtk_widget_get_child_visible): use g_return_val_if_fail
6778
6779         * gtk/makefile.msc.in : updated
6780
6781 Thu Jul 19 15:35:32 2001  Owen Taylor  <otaylor@redhat.com>
6782
6783         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_vadjustment):
6784         Add property support. (#51858)
6785
6786 Thu Jul 19 14:56:33 2001  Owen Taylor  <otaylor@redhat.com>
6787
6788         * gtk/gtkaccellabel.c (gtk_accel_label_class_init) 
6789         * gtk/gtkinputdialog.c (gtk_input_dialog_set_key):
6790         Use Shift/Ctrl instead of Shft/Ctl. (#53807)
6791
6792 Thu Jul 19 11:41:00 2001  Owen Taylor  <otaylor@redhat.com>
6793
6794         * gtk/gtkcolorsel.c: Add propery support (roughly
6795         based on patch from Lee Mallabone, #51014)
6796
6797         * gtk/gtkcolorsel.h: Mark gtk_color_selection_set_update_policy as
6798         deprecated, since we already g_warning() on it.
6799
6800 Thu Jul 19 14:24:34 2001  Owen Taylor  <otaylor@redhat.com>
6801
6802         * gtk/gtkentry.c (gtk_entry_set_positions): Fix
6803         typo that sometimes caused selection not to work properly.
6804
6805         * gtk/gtkentry.c (gtk_entry_grab_focus): Select text in
6806         entry when tabbing in. (#57743)
6807         
6808         * gtk/gtkentry.c (gtk_entry_motion_notify): If the
6809         user drags up above or down below the entry, move
6810         to the end or the beginning of the entry. (Suggestion
6811         from Jay Cox, #50940)
6812
6813         * gtk/gtkentry.c (gtk_entry_move_cursor): If we have
6814         a current selection, then when moving by chars or
6815         words, move to the end of the selection rather than
6816         from entry->current_pos. (Suggestion from Jay Cox,
6817         #50942)
6818         
6819 Thu Jul 19 12:14:28 2001  Owen Taylor  <otaylor@redhat.com>
6820
6821         * gtk/gtkwindow.c (gtk_window_set_decorated): Actualy
6822         set window->decorated. (Patch from Hidetoshi Tajima,
6823         #55846)
6824
6825 Sat Jul  7 02:50:14 2001  Owen Taylor  <otaylor@redhat.com>
6826
6827         * gtk/gtkwidget.c (gtk_widget_set_parent): Enforce
6828         the widget/child realization/mapping invariants.
6829
6830         * gtk/gtkwidget.[ch] gtk/gtkprivate.h: Add functions 
6831         gtk_widget_[get/set]_child_visible() to control
6832         whether visible children of a mapped window are
6833         mapped.
6834
6835         * docs/widget_system.txt: Updated for changes in
6836         container contract, and addition of GTK_CHILD_VISIBLE.
6837
6838         * gtk/gtkcontainer.c: Add generic map()/unmap()
6839         functions that work for almost all containers.
6840
6841         * gtk/gtknotebook.c gtk/gtkpacker.c: Use 
6842         gtk_widget_set_child_visible() where necessary.
6843
6844         * gtk/*.c: Remove excess map(), unmap(), and 
6845         realization/mapping invariant enforcing code
6846         from many containers.
6847
6848 Wed Jul 18 19:51:45 2001  Owen Taylor  <otaylor@redhat.com>
6849
6850         * gtk/gtktextview.c (gtk_text_view_set_attributes_from_style): 
6851         Get the foreground color from 'text', nor 'fg'. (#57568)
6852
6853 Wed Jul 18 19:28:46 2001  Owen Taylor  <otaylor@redhat.com>
6854
6855         * gtk/*.c: Patch from Matthias Clasen to remove remove
6856         all instances of g_return_if_fail (foo != NULL); that are
6857         immediately before a g_return_if_fail (GTK_IS_FOO (foo));
6858         since the second check catches the NULL anyways.
6859
6860 Wed Jul 18 18:23:05 2001  Owen Taylor  <otaylor@redhat.com>
6861
6862         * gtk/gtkbutton.c gtk/gtkentry.c gtk/gtkmenu.c gtk/gtktextview.c
6863         gtktreeview.c: Fix idles and timeouts to be properly surrounded by 
6864         GDK_THREADS_ENTER()/LEAVE() pairs.
6865
6866         * gtk/gtkdialog.c gtk/gtkclipboard.c: Surround calls
6867         to g_main_loop_run() with GDK_THREADS_LEAVE()/ENTER()
6868         pairs. (Problem found by M. Meeks)
6869
6870 2001-07-18  Darin Adler  <darin@bentspoon.com>
6871
6872         * gtk/gtkiconfactory.c: (gtk_icon_size_register): Reorder code so
6873         that we don't get a g_warning message every time we register a new
6874         icon size.
6875
6876         * gdk/x11/gdkcolor-x11.c: (gdk_colormap_alloc1): Fix warning by
6877         using pixel variable of the correct type.
6878         
6879 Fri Jul 13 15:33:32 2001  Owen Taylor  <otaylor@redhat.com>
6880
6881         * gdk/gdkwindow.[ch]: Add a function gdk_window_get_internal_paint_info(),
6882         so that using X functions on a GdkWindow is possible, if
6883         a little hairy.
6884
6885         * gdk/gdkgc.c (gdk_gc_offset): Add a function to offset the clip
6886         and ts_origin of a GC, so that external parties can offset/restore
6887         a GC, when using gdk_window_get_internal_paint_info().
6888
6889 2001-07-17  Darin Adler  <darin@bentspoon.com>
6890
6891         * .cvsignore: Ignore the sgml directory made by gtkdoc.
6892         * demos/pixbuf-demo.c: (main): Use gtk_window_set_resizable
6893         instead of the deprecated gtk_window_set_policy.
6894         * demos/testpixbuf-scale.c: Add missing <stdlib.h> include.
6895         * gdk/gdkkeys.c: (gdk_keymap_class_init): Remove empty finalize
6896         function to get rid of warning and some code too.
6897         * gdk/x11/gdkfont-x11.c: (gdk_font_charset_for_locale): Add
6898         missing const.
6899         * gdk/x11/gdkmain-x11.c: (_gdk_windowing_init_check): Remove
6900         unused local.
6901         * gdk/x11/gdkpango-x11.c: (gdk_pango_context_get): Add missing
6902         const.
6903         * gdk/x11/gdkselection-x11.c: (gdk_text_property_to_utf8_list),
6904         (gdk_utf8_to_compound_text): Add missing const.
6905         * gtk/gtkimage.c: (gtk_image_expose): Remove unused local.
6906         * gtk/gtkmenubar.c: (gtk_menu_bar_hierarchy_changed): Add missing
6907         cast and get rid of an unnecessary one.
6908         * gtk/gtksettings.c: (gtk_settings_notify): Remove unused local.
6909         * gtk/gtkstatusbar.c: (gtk_statusbar_size_allocate): Remove unused
6910         local.
6911         * gtk/gtktreemodelsort.c: (gtk_tree_model_sort_build_level):
6912         Remove unused local.
6913         * modules/input/gtkimcontextxim.c: (gtk_im_context_xim_new): Add
6914         missing const.
6915         * tests/testsocket.c: (add_child): Add cast so the printf format
6916         doesn't make us implicitly depend on what integer type
6917         gtk_socket_get_id returns.
6918         * tests/testtextbuffer.c: Add missing const.
6919         * tests/testtreefocus.c: (main): Remove unused local.
6920         * tests/treestoretest.c: (iter_remove): Remove unused local.
6921         (uppercase_value): Remove unused function.
6922         (make_window): Add statement to quiet the compiler's uninitialized
6923         variable warning.
6924
6925 Sat Jul 14 12:47:35 2001  Tim Janik  <timj@gtk.org>
6926
6927         * gtk/gtkrange.c:
6928         (second_timeout): 
6929         (initial_timeout): 
6930         (update_timeout): add GDK_THREADS_ENTER/GDK_THREADS_LEAVE.
6931         (gtk_range_calc_layout): compute the new layout based on an
6932         adjustment->value being passed in as argument.
6933         (gtk_range_button_press): for button2 slider warps, first recalc
6934         the layout, then adjust the value. also, use update_slider_position()
6935         for adjusting the value, so we keep pixel quantisation at which we
6936         usually operate (upon motion or button releases). the reason for this
6937         is that, we can't change the adjustment upon button2 presses to a non
6938         quantised value and upon button2 release re-quantise the value since
6939         that'd alter the value even if we didn't get any motion events (causing
6940         unexpected scroll area warps upon release and/or slider pixel-jitter).
6941         (gtk_range_motion_notify): update the slider position from queried
6942         coordinates, not event coordinates.
6943
6944 Fri Jul 13 09:47:52 2001  Tim Janik  <timj@gtk.org>
6945
6946         * gtk/gtkstyle.c (gtk_default_draw_focus): fix line style resetting,
6947         the default gc values are: width=0, CapBut, JoinMiter.
6948
6949 2001-07-13  Anders Carlsson  <andersca@codefactory.se>
6950
6951         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Take
6952         into account the xpad and ypad when calculating the width and the
6953         height of the pixbuf cel.
6954
6955 Thu Jul 12 18:29:40 2001  Owen Taylor  <otaylor@redhat.com>
6956
6957         * gtk/gtkradiomenuitem.[ch] (gtk_radio_menu_item_group): 
6958         Rename to gtk_radio_menu_item_get_group(), add deprecated
6959         alias. (#57044)
6960
6961         * gtk/gtkfilesel.c: Indentation fix.
6962
6963 Thu Jul 12 17:33:00 2001  Owen Taylor  <otaylor@redhat.com>
6964
6965         * gtk/gtkbbox.h gtk/gtkcompat.h: Patch from Mathias 
6966         Hasselmann to fix warnings in compat macros. 
6967         (#56773)
6968
6969         * gtk/gtkmenubar.c (gtk_menu_bar_hierarchy_changed): Fix 
6970         stupid wrong cast added in last patch.
6971
6972 Thu Jul 12 16:51:34 2001  Owen Taylor  <otaylor@redhat.com>
6973
6974         * gtk/gtkwidget.c: Replace a couple of inappropriate calls to 
6975         GTK_WIDGET_HAS_FOCUS() with gtk_widget_is_focus(). (#57067)
6976
6977 Thu Jul 12 14:06:19 2001  Owen Taylor  <otaylor@redhat.com>
6978
6979         * gtk/gtkmenubar.c (gtk_menu_bar_hierarchy_changed): Add
6980         missing cast.
6981
6982         * gtk/gtkcontainer.c (gtk_container_get_focus_chain): Fix
6983         NULL/FALSE return value confusion.
6984
6985         * gtk/gtkrange.c (coord_to_value): Fix division-by-zero
6986         problem when scrollbar completely fills range. (Patch
6987         from  Matthias Clasen, #57047)
6988
6989 Thu Jul 12 13:53:28 2001  Owen Taylor  <otaylor@redhat.com>
6990
6991         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Properly
6992         clean up when handling events for move-resize emulation.
6993         (Problem traced down by Matthias Clasen, #57271)
6994
6995 Thu Jul 12 13:43:27 2001  Owen Taylor  <otaylor@redhat.com>
6996
6997         * gtk/gtkclist.c gtk/gtkcolorsel.c gtk/gtkcombo.c
6998           gtk/gtkctree.c gtk/gtkcurve.c gtk/gtkentry.c
6999           gtk/gtkfontsel.c gtk/gtkhandlebox.c 
7000           gtk/gtkimcontextsimple.c gtk/gtkmain.c gtk/gtkmenu.c
7001           gtk/gtkmenuitem.c gtk/gtkoptionmenu.c gtk/gtkpixmap.c
7002           gtk/gtkselection.c gtk/gtktextdisplay.c gtk/gtktextview.c
7003           gtk/gtktooltips.c gtk/gtkwidget.c gtk/gtkwindow.c:
7004         Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ]
7005
7006 2001-07-09  Peter Williams  <peterw@ximian.com>
7007
7008         * gtk/Makefile.am ($(srcdir)/stamp-gtk.defs): Add a cd $(srcdir)
7009         for when srcdir != builddir
7010
7011 Mon Jul  9 12:50:51 2001  Jonathan Blandford  <jrb@redhat.com>
7012
7013         * gtk/gtktreemodel.c: remove gtk_tree_model_get_first in favor of
7014         gtk_tree_model_get_iter_root.
7015
7016         * gtk/gtkliststore.c: Add a bunch of g_return statements.
7017         (gtk_list_store_iter_n_children): Fix up.
7018
7019         * gtk/gtktreestore.c: Add a bunch of g_return statements.
7020
7021 Fri Jul  6 15:38:33 2001  Owen Taylor  <otaylor@redhat.com>
7022
7023         * gtk/gtkwidget.c (gtk_widget_class_init):
7024         G_SIGNAL_TYPE_STATIC_SCOPE GtkSelectionData to
7025         restore some workingness.
7026
7027         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Fix 
7028         handle of window type for input-only windows.
7029
7030 Thu Jul  5 21:53:46 2001  Owen Taylor  <otaylor@redhat.com>
7031
7032         * gtk/gtkbbox.[ch] gtk/gtkbox.[ch] gtk/gtk[hv]bbox.c:
7033         Patch from Gregory Merchan to add 
7034         gtk_button_box_set_secondary(), which separates
7035         the child into a separate group from the normal
7036         buttons. (#56331)
7037
7038         * gtk/gtkdialog.c: Make help buttons secondary by
7039         default.
7040
7041         * gtk/gtkbbox.c: Added a child property "secondary".
7042
7043         * gtk/testgtk.c: Turn on the help button for the 
7044         color selector to check that it properly appears
7045         as secondary.
7046
7047 Mon Jul  2 01:09:37 2001  Owen Taylor  <otaylor@redhat.com>
7048  
7049         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkwindow-x11.c
7050         gdk/linux-fb/gdkwindow-fb.c gdk/x11/gdkwindow-x11.c gdk/gdk:
7051         Add gdk_set_pointer_hooks() to allow pointer-querying to
7052         be hooked by an event record/playback system like GERD.
7053         (#56914)
7054         
7055 Thu Jul  5 08:57:07 2001  Owen Taylor  <otaylor@redhat.com>
7056
7057         * gtk/gtkwidget.c (gtk_widget_reset_rc_style): Pass
7058         in the right value of initial_emission to
7059         gtk_widget_set_style_internal (#57091)
7060
7061 Wed Jul  4 23:17:04 2001  Owen Taylor  <otaylor@redhat.com>
7062
7063         * gtk/gtkdnd.c (gtk_drag_dest_hierarchy_changed):
7064         Make compile.
7065
7066         * gtk/gtkwidget.c (gtk_widget_reset_rc_style): Fix problem
7067         with calling gtk_widget_set_style_internal() with
7068         the old style, not the new style. (#56989)
7069
7070 Wed Jul  4 22:35:40 2001  Owen Taylor  <otaylor@redhat.com>
7071
7072         * gtk/gtklabel.c gtk/gtkmenubar.c gtk/gtktreeviewcolumn.c
7073           gtk/gtkwidget.c:
7074         Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)),
7075         not GTK_WIDGET_GET_ANCESTOR ... see 
7076         http://mail.gnome.org/archives/gtk-devel-list/2001-July/msg00072.html.
7077         Indicate the best practice in the docs for gtk_widget_get_toplevel().
7078
7079         * gtk/gtkwidget.[ch]: Expose a private _gtk_widget_hierarchy_changed(),
7080         so GtkPlug can give the correct signals when transforming
7081         from a child to a toplevel.
7082         
7083         * gtk/gtkdnd.c (gtk_drag_dest_hierarchy_changed): Handle
7084         reparentation correctly.
7085
7086         * gtk/gtkwidget.c (gtk_widget_propagate_hierarchy_changed):
7087         Propagate the previous_toplevel argument down properly.
7088
7089         * gtk/gtklabel.c (gtk_label_finalize): Fix unrefing
7090         of wrong atr list.
7091
7092         * gtk/gtkplug.[ch]: Add an "embedded" signal.
7093
7094         * gtk/gtksocket.[ch]: Add "child_added", "child_removed"
7095         signals.
7096
7097         * gtk/gtkplug.[ch] gtk/gtksocket.[ch]: Add 
7098         functions gtk_plug_get_id(), gtk_socket_get_id(),
7099         to avoid the user having to worry about realization,
7100         and gdkx.h.
7101
7102         * tests/testsocket.c: Extend to try out the new signals
7103         and gtk_plug/socket_get_id().
7104
7105         * gtk/gtklabel.c (gtk_label_set_pattern_internal): Fix
7106         setting of underline attributes.
7107
7108         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore
7109         DestroyNotify events from SubstructureNotifyMask
7110
7111         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent):
7112         Switch GDK_WINDOW_TYPE (window) as needed.
7113
7114         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Clean up,
7115         allow creation of toplevel windows as children of
7116         foreign windows.
7117
7118         * gtk/gtkplug.c: Remove hacks involving changing private
7119         fields of GdkWindow.
7120
7121         * gtk/gtkplug.[ch] gtk/gtksocket.c: Work to make 
7122         exactly the same signals and notification
7123         be emitted for local embedding as for inter-process
7124         embedding.
7125
7126 2001-07-04  James Henstridge  <james@daa.com.au>
7127
7128         * gtk/gtkliststore.h: add missing gtk_list_store_newv prototype.
7129
7130 Mon Jul  2 16:53:25 2001  Owen Taylor  <otaylor@redhat.com>
7131
7132         * gtk/xembed.h gtk/gtkplug.c gtk/gtksocket.c: For
7133         XEMBED embedding add a _XEMBED_INFO property to the
7134         client with version number and a "mapped" flags.
7135         Use the mapped flag instead of the racy MapRequestEvent
7136
7137         * gtk/gtksocket.c: Clean up the gtk_socket_steal()
7138         code to reliably set things (when the child is a passive
7139         embedder participating in the XEMBED protocol) intead
7140         of just being a hack for embedding non-participating
7141         programs. Fix various bugs and race conditions.
7142         
7143         * gtk/gtksocket.[ch] gtk/gtkplug.[ch]: Make local embedding
7144         work by simply making the GtkSocket the gtk parent
7145         of the GtkPlug. Set a flag in this case and make
7146         the GtkPlug work like a normal container by overriding
7147         methods such as check_resize and "chaining past" GtkWindow
7148         to GtkBin.
7149
7150         * gtk/gtkentry.c (gtk_entry_real_activate)
7151           gtk/gtkmain.c (gtk_propagate_event): 
7152         Eliminate use of gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW).
7153         
7154         * gtk/gtkwidget.c (gtk_widget_get_toplevel,
7155         gtk_widget_get_ancestor):
7156         Explain why gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW)
7157         might not give the expected result and recommend
7158         an alternative.
7159
7160         * tests/testsocket.c tests/testsocket_child.c
7161         tests/testsocket_common.c tests/Makefile.am: Extended
7162         to test different type of adding plugs to sockets
7163         (local,active,passive), and to test mapping/unmapping
7164         the plug.
7165
7166         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Don't
7167         mark the window as destroyed until after we
7168         called _gdk_windowing_window_destroy().
7169         (_gdk_windowing_window_destroy() may use GDK functions
7170         on the window.)
7171
7172         * gdk/x11/gdkinput.c: Remove the check for finalization - 
7173         devices can be finalized under some circumnstances.
7174  
7175         * gdk/x11/gdkinput-x11.c (gdk_input_device_new): Fix 
7176         small problem with GDK_TYPE_DEVICE.
7177  
7178 2001-07-02  Havoc Pennington  <hp@pobox.com>
7179
7180         * gdk/x11/gdkwindow-x11.c (gdk_wmspec_change_state): fix to 
7181         use constants not atoms.
7182
7183 2001-07-02  James Henstridge  <james@daa.com.au>
7184
7185         * gtk/gtktextview.c (gtk_text_view_class_init): same here for
7186         PANGO_TYPE_TAB_ARRAY.
7187
7188         * gtk/gtktexttag.c (gtk_text_tag_class_init): same here, but also
7189         for PANGO_TYPE_TAB_ARRAY.
7190
7191         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init):
7192         s/GTK_TYPE_PANGO_FONT_DESCRIPTION/PANGO_TYPE_FONT_DESCRIPTION/
7193
7194         * gtk/gtk-boxed.defs: move all the boxed definitions to the top of
7195         the file.  Remove Pango types from defs -- they are now defined in
7196         libpango.
7197
7198 Mon Jul  2 06:35:10 2001  Tim Janik  <timj@gtk.org>
7199
7200         * gdk/gdkkeys.c (gdk_keymap_class_init): s/signal_newc/signal_new/
7201
7202         * gtk/gtkobject.c (gtk_object_destroy): invoke
7203         g_object_run_dispose().
7204
7205         * gtk/gtkwindow.c: 
7206         * gtk/gtkwidget.c: 
7207         * gtk/gtkobject.c:
7208         * gtk/gtklist.c: s/shutdown/dispose/ for the GObject
7209         method.
7210
7211 Sat Jun 30 20:44:48 2001  Owen Taylor  <otaylor@redhat.com>
7212
7213         * gtk/gtktypeutils.c (gtk_type_class): Remove
7214         change check for GTK_TYPE_OBJECT derivation to
7215         G_TYPE_OBJECTS - it's Tim-approved to use this 
7216         for arbitary objects.
7217
7218         * gtk/gtkwindow.c gtk/gtkcontainer.[ch]: underscore
7219         prefix gtk_container_dequeue_resize_handler().
7220
7221         * gtk/gtkwidget.[ch]: Add a previous_toplevel argument
7222         to the hierarachy_changed signal, since you otherwise
7223         have to always keep that around.
7224
7225         * gtk/gtkmenubar.c gtk/gtklabel.c gtk/gtksocket.c: Adapt
7226         for extra argument to hierarchy_changed.
7227
7228 Tue Jun 26 19:39:03 2001  Owen Taylor  <otaylor@redhat.com>
7229
7230         * gtk/gtkwidget.c (gtk_widget_set_style): Allow %NULL
7231         for style to mean "revert to default style"
7232
7233         * gtk/gtkwidget.[ch] (gtk_widget_set_rc_style,
7234           gtk_widget_restore_default_style): Make this functions
7235         deprecated aliases for gtk_widget_set_style (widget, NULL).
7236
7237         * gtk/gtkwidget.[ch]: Remove:
7238            gtk_widget_set_default_style ()
7239            gtk_widget_push_style ()
7240            gtk_widget_pop_style ()
7241         These functions interact are overriden by RC files, and
7242         thus virtually useless, and complicated.
7243
7244 Fri Jun 22 18:49:48 2001  Owen Taylor  <otaylor@redhat.com>
7245
7246         * gtk/gtkrc.c: Add a GtkRcContext structure to hold 
7247         most of the previous global variables in gtkrc.c. This is
7248         in preparation for multi-head, since each screen can
7249         have different GtkSettings and RC information.
7250
7251         * gtk/gtkrc.[ch]: 
7252
7253         * gtk/gtkrc.h (struct _GtkRcStyleClass): Add a
7254         GtkSettings parameter to GtkRcStyle::parse.
7255
7256         * gdk/x11/gdkevents-x11.c gtk/gtksettings.c gtk/gtkrc.c: 
7257         Add two new settings gtk-theme-name, gtk-key-theme-name,
7258         for RC files that are loaded by name after reading
7259         the default RC files.
7260         
7261         * gtk/gtkrc.c: Allow priorities for styles, as wll as
7262         bindings.
7263
7264         * gtk/gtkenums.h gtk/gtkrc.c: Add GTK_PATH_PRIO_THEME,
7265         and use it by default for RC files loaded via 
7266         gtk-theme-name, gtk-key-theme-name.
7267
7268         * gtk/gtkiconfactory.c (gtk_icon_source_set_filename)
7269         gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string) 
7270         tests/testgtkrc: Require pathnames to be absolute.
7271
7272         * gtk/gtkrc.c gtk/gtkiconfactory.c: Look up the full filename for
7273         the source when parsing, since the operation of looking up a
7274         pixmap from an RC file depends on the parsing context.
7275
7276         * gtk/gtkrc.c (gtk_rc_context_reparse_all): Automatically
7277         reset RC styles on all widgets when files are reparsed.
7278
7279         * tests/testgtk.c (create_rc_file) 
7280           gtk/gtkwindow.c (gtk_window_read_rcfiles): 
7281         Simplify, now that gtk_rc_reparse_all() resets styles on
7282         all widgets itself.
7283
7284         * gtk/gtkmain.c (gtk_get_default_language): Fix broken
7285         return value.
7286
7287         * gtk/gtksettings.[ch] (gtk_settings_install_property[_ch]): Remove
7288         GtkSettings argument.
7289
7290         * gtk/gtksettings.[ch] (gtk_settings_get_default): Rename from
7291         gtk_settings_get_global().
7292
7293         * gtk/gtkwidget.[ch]: Add a function gtk_widget_Get_settings()
7294         to get the appropriate GtkSettings for a widget. (For now,
7295         just gets the default GtkSetttings.) 
7296
7297         * gtk/gtkcolorsel.c gtk/gtkentry.c gtk/gtkmenu.c gtk/gtkmenubar.c
7298           gtk/gtktextview.c gtk/gtktoolbar.c: Fixes for GtkSettings
7299         changes.
7300
7301         * gtk/gtkrc.[ch]: Add gtk_rc_get_style_by_paths() to allow
7302         getting a style for a path without actually having a widget.
7303         (Allows using a style for a subpart of a widget, for
7304         example.)
7305
7306         * gtk/gtkrc.[ch]: Add gtk_rc_reparse_all_for_setting() to allow forcing
7307         the RC files to be reloaded for just one GtkSettings
7308         (not sure how useful this really is.)
7309
7310         * gtk/gtkrc.h: Deprecate
7311         gtk_rc_add_widget_name/widget_class/class_style
7312
7313 2001-06-30  Alex Larsson  <alexl@redhat.com>
7314
7315         * gdk/linux-fb/gdkinput-none.c:
7316         * gdk/linux-fb/gdkinput.c:
7317         * gdk/linux-fb/gdkinputprivate.h:
7318         Convert GdkDevice to a GObject.
7319
7320         * linux-fb/gdkprivate-fb.h:
7321         * linux-fb/gdkvisual-fb.c:
7322         Convert GdkVisual to a GObject.
7323
7324 2001-06-29  Alex Larsson  <alexl@redhat.com>
7325
7326         * gdk/gdkvisual.h:
7327         * gdk/gdkcolor.c:
7328         * gdk/x11/gdkx.h:
7329         * gdk/x11/gdkvisual-x11.c:
7330         Convert GdkVisual to a GObject.
7331
7332         * gdk/gdkinput.h:
7333         * gdk/gdkevents.c:
7334         * gdk/x11/gdkinputprivate.h:
7335         * gdk/x11/gdkinput-gxi.c:
7336         * gdk/x11/gdkinput-none.c:
7337         * gdk/x11/gdkinput-x11.c:
7338         * gdk/x11/gdkinput-xfree.c:
7339         * gdk/x11/gdkinput.c:
7340         Convert GdkDevice to a GObject.
7341
7342 Fri Jun 29 22:13:28 2001  Jonathan Blandford  <jrb@redhat.com>
7343
7344         * gtk/gtktreestore.c (gtk_tree_store_new): changed new_with_types
7345         to just plain new, fixing the number of columns, and column types
7346         at creation time.
7347
7348         * gtk/gtkliststore.c (gtk_list_store_new): ditto.
7349
7350         * gtk/gtkcellrenderertext.c
7351         (gtk_cell_renderer_text_set_fixed_height_from_font): FIX the
7352         height to a specific font.
7353
7354         * gtk/gtktreeview.c (gtk_tree_view_is_expander_column): fix brokenness.
7355
7356         * tests/*c: change to work with new store models.
7357
7358 2001-06-29  Havoc Pennington  <hp@redhat.com>
7359
7360        * Throughout: fixes to compile with G_DISABLE_COMPAT
7361         (s/g_signal_connectc/g_signal_connect/,
7362         s/g_signal_newc/g_signal_new/,
7363         s/g_signal_disconnect_by_func/g_signal_handlers_disconnect_by_func/)
7364
7365 Fri Jun 29 03:14:16 2001  Jonathan Blandford  <jrb@redhat.com>
7366
7367         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
7368         add path argument to selection callbacks.
7369
7370 Fri Jun 29 00:13:34 2001  Jonathan Blandford  <jrb@redhat.com>
7371
7372         * gtk/gtktreemodel.c (gtk_tree_model_foreach): New function to
7373         walk through a model in a depth first manner, with the option to
7374         break out.
7375
7376 Fri Jun  8 18:52:10 2001  Jonathan Blandford  <jrb@redhat.com>
7377
7378         * gtk/gtktreeview.[hc]: Patch Thomas Broyer from
7379         <tbroyer@ltgt.net>. Expander arrows are now attached to a specific
7380         column and follow it when draged, rather than a location in the
7381         view. "expander_column" property and drawing functions changed
7382         accordingly.  Fixes bug #55942.
7383
7384         (gtk_tree_view_{set,get}_expander_column): Now works with a
7385         GtkTreeViewColumn* instead of int.
7386
7387 Thu Jun 28 22:53:18 2001  Owen Taylor  <otaylor@redhat.com>
7388
7389         *  gdk/gdk.c gtk/gtktypeutils.c: Fix args to g_type_init(). 
7390
7391 2001-06-28  Havoc Pennington  <hp@pobox.com>
7392
7393         * gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): Clip the retrieved
7394         image data to the screen, using a server grab to avoid race
7395         conditions.
7396
7397         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): remove 
7398         check for NULL return from gtk_image_new_from_stock(), it never
7399         returns NULL.
7400         (gtk_item_factory_create_item): fix bug where we parsed the stock
7401         ID as an inline pixbuf
7402
7403         * gtk/gtktext.c (gtk_text_key_press): numeric keypad support
7404
7405         * gtk/gtkspinbutton.c (gtk_spin_button_key_press): numeric keypad
7406         support (should be using binding set here)
7407
7408         * gtk/gtkoptionmenu.c (gtk_option_menu_key_press): numeric keypad
7409         support (should be using binding set here)
7410
7411         * gtk/gtkmenushell.c (gtk_menu_shell_class_init): numeric keypad 
7412         support
7413
7414         * gtk/gtkmenu.c (gtk_menu_class_init): numeric keypad support
7415
7416         * gtk/gtkmenubar.c (gtk_menu_bar_class_init): numeric keypad
7417
7418         * gtk/gtklistitem.c (gtk_list_item_class_init): numeric keypad
7419
7420         * gtk/gtkimcontextsimple.c
7421         (gtk_im_context_simple_filter_keypress): keypad
7422
7423         * gtk/gtkfilesel.c (gtk_file_selection_key_press): keypad 
7424
7425         * gtk/gtkentry.c (gtk_entry_class_init): numeric keypad fixes
7426
7427         * gtk/gtkctree.c (gtk_ctree_class_init): numeric keypad support
7428
7429         * gtk/gtkcolorsel.c (palette_activate): keypad support (of course,
7430         should be binding-setted)
7431
7432         * gtk/gtkwindow.c (gtk_window_class_init): numeric keypad fixes
7433
7434         * gtk/gtkclist.c (gtk_clist_class_init): numeric keypad fixes
7435
7436         * gtk/gtkcalendar.c: numeric keypad fixes
7437
7438         * gtk/gtktextview.c (gtk_text_view_class_init): numeric keypad
7439         support
7440
7441         * gdk/gdkwindow.c (gdk_window_get_clip_region): fix infinite loop
7442         screwup
7443
7444         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha): 
7445         clip the render area to the drawable's clip region in advance,
7446         so we don't get data from the server that we don't need.
7447
7448         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
7449         check return value of gdk_pixbuf_get_from_drawable(), fall back 
7450         to bilevel alpha if we can't get the pixbuf to composite against.
7451
7452         * gdk/gdkdraw.c (gdk_drawable_get_image): set the image colormap
7453
7454         * gdk/gdkimage.c (gdk_image_get_colormap): add
7455         gdk_image_set_colormap, gdk_image_get_colormap
7456
7457         * gdk/gdkpixbuf-drawable.c (rgbconvert): Change all converters to
7458         take a region of the image, instead of converting the entire
7459         image.
7460
7461         * gtk/gtkwidget.h (struct _GtkWidgetClass): add show_help
7462         keybinding signal. Add default bindings for it. Add default
7463         handler for show_help that shows the tooltip for the widget.
7464
7465         * gtk/gtkdialog.c (gtk_dialog_class_init): add binding set and
7466         "close" keybinding signal, remove key press handler.
7467
7468         * gtk/gtktooltips.c (gtk_tooltips_set_colors): Just remove this,
7469         it's not our usual practice to leave a deprecated function around
7470         with a runtime warning, plus we don't want it to appear in docs,
7471         plus if we make them yellow no one will want to change them
7472         anyhow.
7473
7474 Thu Jun 28 23:53:31 2001  Tim Janik  <timj@gtk.org>
7475
7476         * gtk/gtkwidget.c (gtk_widget_hide): !GTK_OBJECT_DESTROYED() ->
7477         GTK_WIDGET_REALIZE() for resize queueing.
7478
7479         * gtk/gtkmain.c (gtk_main_do_event): !GTK_OBJECT_DESTROYED() ->
7480         GTK_WIDGET_REALIZE() for post event delivery destruction upon
7481         GDK_DESTROY.
7482         
7483         * gtk/gtkwidget.c: added GtkWidget::event-after notification signal, to
7484         sompensate for former (pre-2.0) connect_after() facility.
7485         (gtk_widget_send_expose): 
7486         (gtk_widget_event): assert the widget is realized, since event delivery
7487         to non-realized widgets is essentially a bug. event handlers should
7488         be able to unconditionally rely on widget->window (unless they
7489         emit events on their own which can trigger widget destruction).
7490         (gtk_widget_event_internal): removed old outdated GTK_OBJECT_DESTROYED()
7491         logic. event delivery happens as follows:
7492         a) emission of GtkWidget::event (RUN_LAST handler). returns was_handled.
7493         b) if !was_handled in (a) and the widget is still realized, emit event-
7494            specific signal (RUN_LAST handler). returns was_handled.
7495         c) emission of GtkWidget::event-after for notification if the widget is
7496            still realized (regardless of was_handled from previous stages, no
7497            class handler). no return value.
7498         d) was_handled gets passed on to caller, to determine further
7499            propagation. if the widget got unrealized meanwhile, was_handled
7500            is returned as TRUE.
7501
7502         * gdk/gdkevents.[hc]: added gdk_event_get_root_coords() and
7503         gdk_event_get_coords().
7504
7505 Thu Jun 28 17:18:41 2001  Tim Janik  <timj@gtk.org>
7506
7507         * configure.in (GTK_MICRO_VERSION): up version to 1.3.7, interface
7508         age 0, binary age 0. depend on glib 1.3.7.
7509
7510         * gtk/gtkcontainer.c: remove g_signal_handlers_disconnect_by_func() hack.
7511
7512         * gtk/gtkmenubar.c: same here.
7513         
7514         * gtk/gtkcontainer.c (gtk_container_focus_tab): fix param-spec retrival.
7515
7516         * gtk/gtkcolorsel.c (gtk_color_selection_init): fix connect_data() usage.
7517
7518         * gtk/gtkentry.c (gtk_entry_focus_in): same here.
7519         
7520         * gtk/gtkmenubar.c (add_to_window): likewise.
7521         
7522         * gtk/gtktextbtree.c: and here...
7523         
7524         * gtk/gtktextview.c (gtk_text_view_ensure_layout): same thing.
7525         
7526         * gtk/gtktoolbar.c (gtk_toolbar_init): once more.
7527         
7528         * gtk/gtktreemodel.c (connect_ref_callbacks): and another time.
7529         
7530         * gtk/gtktreeviewcolumn.c:
7531         (_gtk_tree_view_column_set_tree_view): yet again.
7532
7533         * demos/gtk-demo/images.c (progressive_timeout): demonstrate
7534         signal connections without g_signal_connect_data().
7535         
7536         * demos/gtk-demo/stock_browser.c (do_stock_browser): second
7537         demo of the matter.
7538         
7539         * demos/testpixbuf.c (main): running out of equality phrases for the
7540         ChangeLog, but had to adapt connections here as well.
7541         
7542         * demos/testanimation.c (progressive_timeout): and for the fun of it,
7543         tackled this the same way.
7544         
7545         * tests/testtext.c (create_view): ok, it's becoming a pain at this
7546         point, but had enough enery for one more fix.
7547
7548         * tests/testtreecolumns.c (main): stand up man, do your work!
7549
7550         * tests/testtreeview.c (set_columns_type): ok, this is the last file i
7551         fix, either that's been all of it or CVS gtk is broken yet again.
7552         
7553 2001-06-29  James Henstridge  <james@daa.com.au>
7554
7555         The following changes correspond to bug #56812
7556
7557         * gdk/gdkinput.h, gdk/gdkevents.c (GDK_TYPE_DEVICE): register type
7558         code for GdkDevice.
7559
7560         * gdk/gdkcursor.[ch] (GDK_TYPE_CURSOR): register type code for
7561         GdkCursor.
7562
7563 2001-06-19  Havoc Pennington  <hp@pobox.com>
7564
7565         * gdk/x11/gdkwindow-x11.c (gdk_window_show_unraised): new function
7566         for mapping a window without fooling with stacking order, but
7567         updating the "withdrawn" flag
7568
7569         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Do event
7570         filtering as soon as possible, moving move resize and wmspec_check
7571         handling after the event filter.  Make default filter apply to all
7572         events, not just those with no GdkWindow wrapped around the X
7573         window. Fix a FIXME about how the window could be a pixmap using 
7574         RTTI; this of course assumes GDK_IS_WINDOW() is optimized. 
7575
7576         Also, be robust against events not on a known GdkWindow.
7577
7578         * gdk/x11/gdkmain-x11.c (gdk_x11_grab_server,
7579         gdk_x11_ungrab_server): export reference-counted server grabs, so
7580         other people can grab server over a GDK function that also does
7581         so.
7582
7583 Wed Jun 27 19:40:31 2001  Jonathan Blandford  <jrb@redhat.com>
7584
7585         * gtk/gtktreeviewcolumn.c
7586         (gtk_tree_view_column_pack_start_cell_renderer): New function to
7587         reflect that you can (hypothetically) pack cell renderers into a
7588         column.
7589         (gtk_tree_view_column_pack_end_cell_renderer): ditto.
7590         (gtk_tree_view_column_cell_is_visible): Move more functionality to
7591         the column.
7592         (gtk_tree_view_column_cell_can_focus): Move more functionality to
7593         the column.
7594
7595         * gtk/gtktreeview.c: Move to use new column-packing code.
7596         (gtk_tree_view_real_expand_row): remove totally braindead code.
7597         (gtk_tree_view_real_collapse_row): ditto.
7598
7599 2001-06-27  Kjartan Maraas  <kmaraas@gnome.org>
7600
7601         * gtk/gtktreeviewcolumn.c: Fix a typo.
7602         
7603 2001-06-26  Joel Becker  <jlbec@evilplan.org>
7604
7605         * gdk-pixbuf/gdk-pixbuf-csource.c: remove '#include "x"' line
7606           at the end of the file
7607
7608 2001-06-26  Havoc Pennington  <hp@redhat.com>
7609
7610         * gtk/gtkwindow.c (gtk_window_set_policy): forgot a notification
7611
7612 2001-06-26  Havoc Pennington  <hp@redhat.com>
7613
7614         * gtk/gtkwindow.c (gtk_window_class_init): add "resizable"
7615         property
7616
7617 Tue Jun 26 12:59:28 2001  Jonathan Blandford  <jrb@redhat.com>
7618
7619         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): fix
7620         stupid missing statement
7621
7622         * gtk/gtktreeview.c (gtk_tree_view_set_destroy_count_func): New
7623         private function for ATK.  It notifies you of how many _visible_
7624         children are deleted when a node is deleted.  Should be used by
7625         atk only.
7626
7627 Tue Jun 26 11:06:34 2001  Owen Taylor  <otaylor@redhat.com>
7628
7629         * gtk/gtkclist.c gtk/gtkentry.c gtk/gtkspinbutton.c:
7630         Use new pango_context_get_metrics() to fix problems
7631         with font lists in descriptions. (#56184, reported by
7632         Jonas Borgström)
7633
7634 Tue Jun 26 10:04:30 2001  Tim Janik  <timj@gtk.org>
7635
7636         * gtk/gtkiconfactory.c:
7637         * gtk/gtkitemfactory.c: use gdk_pixbuf_new_from_stream(). fixed up
7638         item factory so inlined pixbufs actually work.
7639
7640 2001-06-25  Havoc Pennington  <hp@redhat.com>
7641
7642         * gtk/gtktreeviewcolumn.h, gtk/gtktreeviewcolumn.c:
7643         s/RESIZEABLE/RESIZABLE/
7644
7645         * gtk/gtkwindow.c, gtk/gtkwindow.h: s/resizeable/resizable/
7646
7647 2001-06-25  Alexander Larsson  <alexl@redhat.com>
7648
7649         * configure.in:
7650         Added --enable-fbmanager. This is some experimental code
7651         that lets several GtkFB apps coordinate their access to the
7652         framebuffer.
7653         
7654         * acconfig.h:
7655         Added ENABLE_FB_MANAGER.
7656
7657         * gdk/linux-fb/Makefile.am:
7658         Added gdkfbmanager and gdkfbswitch.
7659
7660         * gdk/linux-fb/gdkkeyboard-fb.c:
7661         * gdk/linux-fb/gdkmouse-fb.c:
7662         * gdk/linux-fb/gdkprivate-fb.h:
7663         Split device init and open so that
7664         they can be opened and closed while switched
7665         away.
7666
7667         * gdk/linux-fb/gdkmain-fb.c:
7668         Add the basic manager communication.
7669
7670         * gdk/linux-fb/gdkrender-fb.c:
7671         Don't update to the shadow fb if we're
7672         blocked by the fb manager.
7673
7674 Sun Jun 24 22:15:16 2001  Owen Taylor  <otaylor@redhat.com>
7675
7676         * docs/Changes-2.0.txt: Add note about child property
7677         changes.
7678
7679 Sun Jun 24 21:34:32 2001  Owen Taylor  <otaylor@redhat.com>
7680
7681         * gtk/gtkenums.h gtk/gtkiconfactory.c: Add a special size for
7682         drag-and-drop GTK_ICON_SIZE_DND (Default to 32x32)
7683
7684         * gtk/gtkdnd.c (gtk_drag_dest_set_target_list): Fix problem
7685         with un'reffing wrong list reported by Jeff Franks.
7686
7687         * gtk/gtkdnd.[ch] (_gtk_drag_{source,}dest_handle_event): _prefix.
7688
7689         * gtk/gtkdnd.c (gtk_drag_set_icon_default): Use GTK_STOCK_DND
7690         for the default icon. Remove inline XPM.
7691
7692         * gtk/gtkstock.h gtk/gtkiconfactory.c:
7693         Add GTK_STOCK_DND GTK_STOCK_DND_MULTIPLE (Currently, stock_new
7694         is used for GTK_STOCK_DND, but it is a bit too small.)
7695
7696         * gtk/stock-icons/stock_dnd_multiple.png
7697         gtk/stock-icons/Makefile.am: New stock icon moved from gnome-libs.
7698
7699         * gtk/gtkdnd.c (gtk_drag_source_event_cb): Only return
7700         TRUE when starting a drag. In other cases, we are
7701         just observing. (#52995)
7702
7703         * gtk/gtkdnd.[ch] (gtk_drag_set_icon_{stock,pixbuf}): Add 
7704         function to set the icon for a drag from a GdkPixbuf
7705         or stock ID.
7706
7707         * gtk/gtkdnd.[ch] (gtk_drag_source_set_icon_{stock,pixbuf}): 
7708         Likewise, for drag sources.
7709
7710         * gtk/gtkdnd.h: Deprecate gtk_drag_set_default_icon.
7711         (Now should be done using the stock system.)
7712
7713 Sun Jun 24 12:06:47 2001  Owen Taylor  <otaylor@redhat.com>
7714
7715         * gtk/gtktextview.[ch] (gtk_text_view_set_text_window_size): 
7716         Removed - didn't work and not particularly useful anyways
7717         if it did. 
7718
7719 Sun Jun 24 11:29:35 2001  Owen Taylor  <otaylor@redhat.com>
7720
7721         * gdk/x11/gdkimage-x11.c (gdk_image_new): Fix stupid error
7722         introduced last night that was making things decidedly not work.
7723
7724         * gtk/*.[ch]: Patch from Kristian Rietveld adding 80 getters
7725         so that we have getter/setter pairing everywhere it makes
7726         sense. (#55767)
7727
7728         * gtk/gtkradiobutton.[ch] gtk/gtktoolbar.c tests/testgtk.:
7729         Rename gtk_radio_button_group to gtk_radio_button_get_group, add a
7730         deprecated compat macro. (#55516)
7731
7732         * gtk/gtklabel.[ch]: Add functions
7733         gtk_label_set/get_use_underline(), gtk_label_set/get_use_markup(),
7734         gtk_label_set_label(), which mirror the property API for GtkLabel.
7735         Make gtk_label_get_attributes() only reflect the attributes
7736         set by gtk_label_set_attributes.
7737
7738         * gtk/gtknotebook.c (gtk_notebook_set_current_page) gtk/gtkcompat.h: Rename
7739         from gtk_notebook_set_page().
7740
7741 Sat Jun 23 18:02:46 2001  Owen Taylor  <otaylor@redhat.com>
7742
7743         * configure.in: Fix tests for XShm.h.
7744
7745         * gdk/x11/gdkimage-x11.c: Cleanup error handling in
7746         gdk_image_new() by use of goto, properly use g_object_unref().
7747
7748 Sat Jun 23 22:03:20 2001  Tim Janik  <timj@gtk.org>
7749
7750         * gdk/x11/gdkimage-x11.c (gdk_image_init): disabled g_free (image)
7751         calls, as GdkImage is an object. these should be g_obejct_unref()
7752         instead but that won't work because of the g_error() statement
7753         in gdk_x11_image_destroy(). so for now, i did s/g_free/LEAK_IMAGE/
7754         to spot these places.
7755
7756 Sat Jun 23 10:27:53 2001  Owen Taylor  <otaylor@redhat.com>
7757
7758         * modules/input/gtkimcontextxim.c: Fixup some problems with 
7759         text length handling in error cases.
7760
7761         * gtk/gtkwidget.c (gtk_widget_size_allocate): Reorder
7762         a bit to make test actually warn on attempt to allocation
7763         a negative size. (#56101, Matthias Clasen)
7764
7765 Fri Jun 22 14:06:08 2001  Jonathan Blandford  <jrb@redhat.com>
7766
7767         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
7768         noticed by Brian Cameron.
7769         (gtk_tree_view_real_expand_row): Fix bug noticed by Brian
7770         Cameron.
7771
7772 2001-06-22  Hans Breuer  <hans@breuer.org>
7773
7774         * gdk/gdk.def : updated externals
7775
7776         * gdk/win32/gdkdrawable-win32.c : corrected some casts
7777         in GDK_NOTEs
7778
7779         * gdk/win32/gdkevents-win32.c : use _gdk_windowing_window_get_offsets
7780         to translate coordinates to the internal > 16 bit system
7781         Try to handle WM_WINDOWPOSCHANGED to get better performance for
7782         when moving/resizing
7783
7784         * gdk/win32/gdkkeys-win32.c : implement gdk_keymap_get_default ()
7785         and gdk_keymap_get_direction (). The latter is untested for
7786         the RTL case
7787
7788         * gtk/gtk.def : updated externals
7789
7790         * gtk/gtkmain.c : gtk_get_default_language () should reurn the result
7791         from pango_language_from_string (), not an already freed pointer
7792
7793         * gtk/stock-icons/stock_menu_sort_ascending.png : PNGs need to be 
7794         binary (-kb) to be useable on windoze
7795  
7796 2001-06-21  Alexander Larsson  <alexl@redhat.com>
7797
7798         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description): 
7799         Update to new PangoLanguage changes.
7800         
7801         * gtk/gtkwindow-decorate.c:
7802         * gtk/gtkwindow.[ch]:
7803         Added setting argument to gtk_window_set_has_frame ()
7804         
7805 Thu Jun 21 13:42:01 2001  Owen Taylor  <otaylor@redhat.com>
7806
7807         * gdk/x11/gdkkeys-x11.c (gdk_keymap_get_direction): Handle
7808         the case without XKB properly.
7809
7810         * gtk/gtkrc.c (gtk_rc_set_default_files): Remove
7811         unused gtk_rc_auto_parse variable.
7812
7813         * gtk/gtkrc.[ch] gtk/gtkstyle.c docs/Changes-2.0.txt:
7814         Remove gtk_rc_set_image_loader(), gtk_rc_load_image(), no
7815         longer needed with GdkPixbuf.
7816
7817         * gtk/gtkrc.c (_gtk_rc_init): Make private.
7818
7819 Fri Jun 15 16:26:12 2001  Owen Taylor  <otaylor@redhat.com>
7820
7821         * gtk/gtkentry.h: Mark deprecated functions with
7822         GTK_DISABLE_DEPRECATED.
7823
7824 Mon Jun 11 18:15:16 2001  Owen Taylor  <otaylor@redhat.com>
7825
7826         * gdk/gdk.h: Add missing gdk_rectangle_get_type() prototype.
7827
7828         * gtk/gtk[hv]scale.c: Include math.h, stdlib.h
7829
7830         * gdk/gdkpango.h gtk/gtkclist.c gtk/gtkentry.c gtk/gtkmain.[ch]
7831           gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtktextbuffer.c
7832           gtk/gtktextdisplay.c gtk/gtktextiter.[ch]
7833           gtk/gtktextlayout.c gtk/gtktexttag.[ch] gtk/gtkwidget.c: Adapt
7834           to recent changes in Pango.
7835
7836         * tests/testgtk.c: Set language tags with gtk_label_set_markup()
7837           to test whether the basic engine honors them.
7838
7839 Thu Jun 21 02:13:40 2001  Tim Janik  <timj@gtk.org>
7840
7841         * gtk/gtkcontainer.[hc]: added gtk_container_child_set_property() and
7842         gtk_container_child_get_property().
7843
7844 Wed Jun 20 19:19:15 2001  Jonathan Blandford  <jrb@redhat.com>
7845
7846         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_up_down): clean up
7847         (gtk_tree_view_move_cursor_page_up_down): implement.
7848
7849 Wed Jun 20 05:32:05 2001  Tim Janik  <timj@gtk.org>
7850
7851         * gtk/gtkspinbutton.c: make maximum digits compile time configurable
7852         via MAX_DIGITS and up to 20. 5 was just ridiculously small.
7853         don't use automatic fixed size buffer for printf-ing floats, doubles
7854         can expand to really _huge_ strings, use g_strdup_printf() instead.
7855
7856 Wed Jun 20 04:28:24 2001  Tim Janik  <timj@gtk.org>
7857
7858         * gtk/gtkrange.c (gtk_range_class_init): hum, "adjustment" was a
7859         construct property in 1.2 and still needs to be.
7860
7861         * gtk/gtkwidget.c: "composite_child" is not a settable property.
7862
7863 Tue Jun 19 19:13:19 2001  Jonathan Blandford  <jrb@redhat.com>
7864
7865         * gtk/gtkliststore.c (gtk_list_store_clear): 
7866         * gtk/gtktreestore.c (gtk_tree_store_clear): New functions to
7867         clear a model.
7868
7869 Mon Jun 18 02:00:49 2001  Tim Janik  <timj@gtk.org>
7870
7871         * gtk/gtkwidget.c (gtk_widget_get_property): fix PROP_EVENTS.
7872
7873         * gtk/Makefile.am:
7874         * gtk/gtk.h: disabled GtkPacker compilation.
7875
7876         * gtk/gtkarg.[hc], gtk/gtkargcollector.c: got rid of these.
7877
7878         * gtk/gtknotebook.c:
7879         * gtk/gtktable.c:
7880         * gtk/gtkbox.c: ported this over to child properties.
7881
7882         * gtk/gtksettings.c: fetch class properties via
7883         g_object_class_list_properties().
7884
7885         * gtk/gtkcontainer.[hc]: implemented child properties, got rid of the
7886         child arg interface. use gobjectnotifyqueue.c for child property
7887         notification.
7888
7889         * gtk/gtkwidget.[hc]: provide necessary means for container child
7890         properties, i.e. ::child_notify signal,
7891         gtk_widget_freeze_child_notify(),
7892         gtk_widget_child_notify(),
7893         gtk_widget_thaw_child_notify().
7894
7895         * tests/testgtk.c: removed inferior property handling code, for
7896         property editing, a generic module should be used, and GLE
7897         coincidentally fullfills that purpose.
7898
7899         * docs/reference/Makefile.am: disabled gtk docs building, gtk-doc
7900         needs to be adapted to g_object_class_list_properties() before this
7901         builds again.
7902
7903 Mon Jun 18 20:06:10 2001  Jonathan Blandford  <jrb@redhat.com>
7904
7905         * gtk/gtktreeview.c (gtk_tree_view_row_expanded): New function to
7906         test if a node is expanded.
7907
7908 Mon Jun 18 19:41:38 2001  Jonathan Blandford  <jrb@redhat.com>
7909
7910         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
7911         where collapsing a selected row would result in the cursor/anchor
7912         getting screwed up.
7913
7914 Fri Jun 15 18:53:48 2001  Jonathan Blandford  <jrb@redhat.com>
7915
7916         * gtk/gtktreesortable.c (gtk_tree_sortable_set_sort_func): Rename
7917         gtk_tree_sortable_sort_column_id_set_func.  It's much shorter now.
7918         * gtk/gtktreeview.c (gtk_tree_view_sort_iter_changed): WOOO!!!
7919         Now I can really reorder/sort all Store widgets.  treesorttest
7920         seems to just work now.
7921         * gtk/gtklistview.c (gtk_list_store_iter_changed): Whoops.
7922         testtreesort worked through a big coincidence all this time.
7923         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Nasty bug fix in nasty
7924         code.
7925         * tests/testtreecolumns.c: Big 'ol warning at the top letting
7926         people know that this code should never ever ever be copied.
7927
7928 2001-06-15  Jonas Borgström  <jonas@codefactory.se>
7929
7930         * gtk/gtkwindow.h: Fixed a small typo, it should be
7931         GTK_WINDOW_GROUP_GET_CLASS and not GTK_WINDOW_GET_CLASS
7932         on line 134.
7933
7934 2001-06-14  Havoc Pennington  <hp@redhat.com>
7935
7936         Docs fixups, and:
7937         
7938         * gtk/gtkcompat.h: remove GTK_DISABLE_COMPAT_H, replace with
7939         GTK_DISABLE_DEPRECATED
7940
7941 Thu Jun 14 19:21:27 2001  Jonathan Blandford  <jrb@redhat.com>
7942
7943         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): Whoops.  Forgot
7944         this a couple months ago.  Now GtkTreeStore sort of sorts.  I'll
7945         finish it off tonight, though it basically works now when it's a
7946         list.  Also, I have a sinking feeling neither GtkTreeStore or
7947         GtkListStore actually resort when adding a new item.  I'll look
7948         into it.
7949
7950 2001-06-14  Havoc Pennington  <hp@redhat.com>
7951
7952         * demos/gtk-demo/main.c (load_file): fix bug identified by
7953         warnings I just added to gtktextbuffer
7954
7955 2001-06-14  Havoc Pennington  <hp@redhat.com>
7956
7957         * gtk/gtkwindow.c (window_group_cleanup_grabs): fix other typo
7958
7959         * gtk/gtkwidget.c (gtk_widget_propagate_state): fix typo
7960
7961         * gtk/gtktextbtree.c: don't leak node data all over the place.
7962
7963         * demos/gtk-demo/main.c (main): create fontify tags for the right
7964         buffer
7965
7966         * gtk/gtktextbuffer.c, gtk/gtktexttagtable.c: enhance docs
7967         to mention tags in the same table can't have the same name,
7968         suggested by Skip Montanaro
7969
7970 2001-06-11  Havoc Pennington  <hp@redhat.com>
7971
7972         * gtk/gtktexttagtable.c (gtk_text_tag_table_add): improve warning 
7973         for trying to add two tags with same name to the tag table
7974
7975         * demos/gtk-demo/main.c (main): fix colors ;-)
7976
7977 `Fri Jun  8 17:56:52 2001  Owen Taylor  <otaylor@redhat.com>
7978
7979         * gtk/gtkwindow.[ch] gtk/gtkmain.c: Add a GtkWindowGroup struct
7980         that allows grouping together multiple windows so that grabs
7981         within that set of windows only affect those windows.
7982
7983         * gtk/gtkmain.c gtk/gtkwidget.[ch]: Add a "grab_notify"
7984         signal for notification when a widget becomes shadowed
7985         by a grab or is no longer shadowed by a grab.
7986
7987         * gtk/gtkwidget.c (gtk_widget_propagate_state)
7988           gtk/gtkmain.c: (gtk_widget_grab_add): Don't allow
7989         insenstive widgets to maintain a grab.
7990
7991 2001-06-14  Alexander Larsson  <alexl@redhat.com>
7992
7993         * docs/README.linux-fb:
7994         Add some example config files that can be used with the URW fonts.
7995         
7996         * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init): 
7997         Set up the color ramps for DirectColor mode.
7998
7999 2001-06-11  Havoc Pennington  <hp@redhat.com>
8000
8001         * Release 1.3.6
8002          
8003 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
8004
8005         * gdk/linux-fb/gdkwindow-fb.c:
8006         Unify shaped window code and make it repaint the area that used
8007         to be part of the shape, but isn't anymore.
8008
8009 2001-06-11  Havoc Pennington  <hp@redhat.com>
8010
8011         * NEWS: Updates
8012
8013         * configure.in (GTK_MINOR_VERSION): bump version to 1.3.6
8014
8015         * gtk/Makefile.am: glib_genmarshal already contains top_builddir
8016         
8017 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
8018
8019         * gdk/linux-fb/gdkdnd-fb.c (gdk_drag_status):
8020         Don't pass on GDK_ACTION_DEFAULT. The Xdnd code
8021         passes zero instead, so do we.
8022         
8023 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
8024
8025         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
8026         Deep copy dash_list too.
8027         (_gdk_fb_gc_new): Set default cap_style before
8028         setting values.
8029
8030 2001-06-12  Alexander Larsson  <alla@lysator.liu.se>
8031
8032         * gdk/linux-fb/gdkkeyboard-fb.c (gdk_keymap_get_default,
8033         gdk_keymap_get_direction): New functions.
8034
8035 Tue Jun 12 12:41:27 2001  Jonathan Blandford  <jrb@redhat.com>
8036
8037         * gtk/gtktreemodel.h (GTK_TREE_MODEL_LIST_ONLY): further justify
8038         gtk_tree_model_get_flags by adding a second flag for atk.
8039
8040         * gtk/gtktreemodel.c: make cursor behavior interact better with
8041         mouse presses.
8042
8043 Mon Jun 11 12:43:08 2001  Jonathan Blandford  <jrb@redhat.com>
8044
8045         * gtk/gtktreeview.c (gtk_tree_view_class_init): changed
8046         expand_row/collapse_row to be 2 signals each -- test_expand_row
8047         and row_expanded as well as test_collapse_row and row_collapsed.
8048
8049 2001-06-10  Anders Carlsson  <andersca@codefactory.se>
8050
8051         * demos/gtk-demo/stock_browser.c (do_stock_browser): Update
8052         signal name to be changed instead of selection_changed.
8053
8054 2001-06-08  Havoc Pennington  <hp@redhat.com>
8055
8056         * gtk/gtkentry.c (gtk_entry_class_init): add read-only
8057         "scroll_offset" property for notification when the layout offsets
8058         may have changed
8059         (gtk_entry_adjust_scroll): add notify for scroll_offset
8060         (gtk_entry_layout_index_to_text_index): function to compensate for
8061         preedit string when doing coordinate stuff on the entry's layout
8062         (gtk_entry_text_index_to_layout_index): inverse function
8063         (gtk_entry_get_layout_offsets): hook to get current position of
8064         the layout      
8065         (gtk_entry_get_layout): hook to get the layout itself.
8066
8067         * gtk/gtklabel.c (gtk_label_get_layout): new function
8068
8069 Fri Jun  8 19:49:29 2001  Jonathan Blandford  <jrb@redhat.com>
8070
8071         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): New
8072         keybinding.
8073         (gtk_tree_view_focus): Fix merge conflict.
8074
8075 Fri Jun  8 18:41:30 2001  Jonathan Blandford  <jrb@redhat.com>
8076
8077         * gtk/gtktreeview.c (gtk_tree_view_set_cursor): new function to
8078         clean up cursor handling.
8079
8080 2001-06-08  Havoc Pennington  <hp@redhat.com>
8081
8082         * gtk/gtktextbuffer.c (gtk_text_buffer_get_start_iter): added this
8083         function
8084
8085         * gtk/gtktextview.c (gtk_text_view_get_default_attributes): added
8086         this function
8087
8088 2001-06-08  Alex Larsson  <alexl@redhat.com>
8089
8090         * gtk/gtkcompat.h.in:
8091         Added compat macros for all old GTK_TYPE_GDK_xxx types.
8092         Fixes bug #52892
8093
8094 2001-06-08  Havoc Pennington  <hp@redhat.com>
8095         
8096         * gtk/gtkhsv.h (struct _GtkHSVClass): had GtkContainerClass as
8097         parent still
8098
8099 2001-06-08  Havoc Pennington  <hp@redhat.com>
8100
8101         * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): geez,
8102         don't call g_list funcs on GSList
8103
8104         * gtk/gtkwidget.c (gtk_widget_child_focus): replaces
8105         gtk_container_focus(), since some widgets have focusable locations
8106         which are not other widgets. These widgets should not have to be 
8107         containers just to manage the focus. For example, GtkHSV is
8108         currently a container for no good reason. Also, this cleans
8109         up the "if (is_container && is_sensitive && is_drawable)
8110         container_focus ()" mess in widget implementations.
8111
8112         * gtk/gtkcontainer.c (gtk_container_focus): deprecate this
8113         function, and have it just call gtk_widget_child_focus().
8114
8115         * gtk/gtkhsv.c: derive from widget not container
8116         
8117         Throughout: fix to reflect GtkContainer::focus change
8118         
8119 Fri Jun  8 12:38:49 2001  Jonathan Blandford  <jrb@redhat.com>
8120
8121         * gtk/gtktable.c (gtk_table_resize): warn if row/cols are out of
8122         range.  Fix bug #55921
8123
8124         * gtk/gtkliststore.c (gtk_list_store_new_with_types): fix doc bug
8125         (#55920).
8126
8127 Fri Jun  8 12:03:07 2001  Owen Taylor  <otaylor@redhat.com>
8128
8129         * gdk/gdkkeys.[ch]: Add a direction-changed signal,
8130         and gdk_keymap_get_current_direction().
8131
8132         * gdk/x11/gdkevents-x11.c gdk/x11/gdkkeys-x11.c
8133           gdk/x11/gdkmain-x11.c gdk/x11/gdkprivate-x11.h: Track
8134         the current locked group, use it to set the keymap
8135         direction.
8136
8137         * gtk/gtksettings.c: Add a new gtk-split-cursor setting
8138         to determine whether we draw a split cursor or use
8139         a jumping cursor based on the current direction.
8140
8141         * gtk/gtkentry.c gtk/gtktextview.c gtk/gtktextlayout.[ch]:
8142         Obey the split cursor setting. 
8143
8144 Fri Jun  8 11:57:50 2001  Owen Taylor  <otaylor@redhat.com>
8145
8146         * gtk/gtkimmulticontext.c (activate_cb): Only activate
8147         when toggling on, not when toggling off... (#55906)
8148
8149 Wed Jun  6 10:37:07 2001  Owen Taylor  <otaylor@redhat.com>
8150
8151         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): 
8152         s/gdk_window_begin_paint/gdk_window_begin_paint_region/
8153         in docs. (#55812, Vitaly Tishkov)
8154
8155 2001-06-08  Anders Carlsson  <andersca@codefactory.se>
8156
8157         * demos/gtk-demo/main.c (create_tree): Changed signal name from
8158         selection_changed to changed in signal connection to GtkTreeSelection,
8159         also used g_signal_connectc since GtkTreeSelection is now a GObject.
8160
8161 Thu Jun  7 18:25:42 2001  Jonathan Blandford  <jrb@redhat.com>
8162
8163         * gtk/gtktreeselection.c: Now it's a GObject instead of a
8164         GtkObject.  The GtkTreeSelection::selection_changed signal is now
8165         the GtkTreeSelection::changed signal.
8166
8167         * gtk/gtktreeview.c: Modified to deal with new GtkTreeSelection
8168         object.
8169
8170         * tests/gtktree*.c: Modified to deal with new GtkTreeSelection
8171         object.
8172
8173 2001-06-07  Havoc Pennington  <hp@redhat.com>
8174
8175         * gtk/Makefile.am: fix glib-mkenums and glib-genmarshal again
8176
8177 2001-06-07  Havoc Pennington  <hp@redhat.com>
8178         
8179         * gtk/Makefile.am: fixups for glib-mkenums and glib-genmarshal
8180         (not tested yet because with absolute path to srcdir I can't build
8181         atk, but it was broken anyway so this may help) 
8182
8183 2001-06-07  Havoc Pennington  <hp@redhat.com>
8184
8185         * configure.in: output m4macros/Makefile
8186         
8187 Wed Jun  6 21:59:16 2001  Jonathan Blandford  <jrb@redhat.com>
8188
8189         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): hook up arrow
8190         buttons.  Fixes #55460 reported by matthiasc@poet.de.
8191
8192 Wed Jun  6 21:18:54 2001  Jonathan Blandford  <jrb@redhat.com>
8193
8194         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): centralize
8195         expansion/collapsing so it only happens in one place.
8196         (gtk_tree_view_real_expand_row): ditto.
8197
8198 2001-06-07  Havoc Pennington  <hp@redhat.com>
8199
8200         * tests/Makefile.am: add missing -I flag
8201
8202         * gtk/Makefile.am: use @GLIB_MKENUMS@, @GLIB_GENMARSHAL@, etc.
8203
8204         * configure.in: use pkg-config to see if GModule is
8205         supported; fix to properly turn on included loaders 
8206         when GModule isn't supported; don't use AC_CHECK_LIB 
8207         when libs are not installed yet
8208
8209         * autogen.sh: add support for AUTOGEN_SUBDIR_MODE
8210
8211         * Makefile.am (SUBDIRS): add m4macros subdir
8212
8213         * gtk/Makefile.am: $(srcdir)/foo targets must be $(srcdir)/foo in
8214         dependencies also.
8215
8216 Wed Jun  6 19:31:11 2001  Jonathan Blandford  <jrb@redhat.com>
8217
8218         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix silly bug
8219         reported by "Padraig O'Briain" <Padraig.Obriain@Sun.COM>.
8220
8221 Wed Jun  6 20:01:38 2001  Jonathan Blandford  <jrb@redhat.com>
8222
8223         * gtk/gtktreeview.c
8224         (gtk_tree_view_real_expand_collapse_cursor_row): Handle key
8225         bindings to expand and collapse rows.
8226         (gtk_tree_view_real_select_cursor_parent): New key binding.
8227         (gtk_tree_view_real_toggle_cursor_row): New key binding.
8228
8229         * gtk/gtkmarshal.list: new
8230         marshaller. (VOID__BOOLEAN_BOOLEAN_BOOLEAN)
8231
8232 2001-06-06  Havoc Pennington  <hp@redhat.com>
8233
8234         * gtk/gtkrange.c (gtk_range_class_init): add "inverted" property
8235
8236         * gtk/gtkscale.c (gtk_scale_class_init): Change Page Up and Page
8237         Down to move visually rather than logically, since it confuses 
8238         people. Add -/+ and Ctrl--/+ bindings for logical movement.
8239
8240 2001-06-06  Alex Larsson  <alexl@redhat.com>
8241
8242         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
8243         Fix up error messages.
8244
8245 Wed Jun  6 10:34:42 2001  Owen Taylor  <otaylor@redhat.com>
8246
8247         * gtk/gtktooltips.h: Include gtkwidget.h 
8248         (#55798, Karl Nelson)
8249
8250         * gdk/x11/gdkwindow-x11.c (utf8_is_latin1): 0xff is
8251         a valid latin-1 character. (Marc Lehmann, #35467)
8252
8253         * gdk/x11/gdkwindow-x11.c: Fix minor typo in comment. 
8254         (Marc Lehmann, #35467)
8255         
8256 2001-06-05  Alex Larsson  <alexl@redhat.com>
8257
8258         * demos/gtk-demo/appwindow.c (do_appwindow):
8259         Don't swap the order of the args to gtk_widget_destroyed.
8260
8261         * tests/testgtk.c (destroy_properties):
8262         Don't crash when the properties window is destroyed.
8263
8264         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_from_stock):
8265         Use with_mnemonics to handle the case of stock items with
8266         underscores in them.
8267
8268 2001-06-05  Havoc Pennington  <hp@redhat.com>
8269
8270         * gtk/gtktextiter.c (gtk_text_iter_order): rename from 
8271         gtk_text_iter_reorder
8272
8273 2001-06-05  Havoc Pennington  <hp@redhat.com>
8274
8275         * gtk/gtktoolbar.c (gtk_toolbar_remove_space): new function
8276
8277 2001-06-05  Havoc Pennington  <hp@redhat.com>
8278
8279         * gtk/gtkspinbutton.c (gtk_spin_button_set_range): clamp the value 
8280         to the range that was set
8281
8282         * gtk/gtkrange.c: add value_changed signal, primarily 
8283         intended for use with GtkScale
8284         (gtk_range_set_increments): new function
8285         (gtk_range_set_range): new function with weird name
8286         (gtk_range_set_value): new function
8287         (gtk_range_get_value): new function
8288
8289         * gtk/gtkspinbutton.c (gtk_spin_button_get_value): rename 
8290         from gtk_spin_button_get_value_as_float(). Compat #define
8291         added for get_value_as_float.
8292
8293         * gtk/gtkhscale.c (gtk_hscale_new_with_range): new function
8294
8295         * gtk/gtkvscale.c (gtk_vscale_new_with_range): new function
8296
8297 Tue Jun  5 14:57:18 2001  Jonathan Blandford  <jrb@redhat.com>
8298
8299         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_size): Fix bug #55573
8300
8301 Mon Jun  4 12:41:25 2001  Owen Taylor  <otaylor@redhat.com>
8302
8303         * gtk/gtkwidget.h: Deprecate gtk_widget_set().
8304
8305         * tests/testgtk.c (create_tooltips): Remove usage of
8306         gtk_widget_set().
8307
8308 2001-06-05  Havoc Pennington  <hp@redhat.com>
8309
8310         * gtk/gtkcolorsel.c: Use new mnemonic convenience functions
8311
8312         Applying patch from Jeff Franks, with function docs added.
8313         
8314         * gtk/gtkcheckbutton.c (gtk_check_button_new_with_mnemonic):
8315         remove call to set_mnemonic_widget, change docs a bit.  
8316
8317         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_with_mnemonic):
8318         new function
8319
8320         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_new_with_mnemonic):
8321         new function
8322
8323         * gtk/gtkmenuitem.c (gtk_menu_item_new_with_mnemonic): new function
8324
8325         * gtk/gtkradiobutton.c (gtk_radio_button_new_with_mnemonic): new
8326         function
8327         (gtk_radio_button_new_with_mnemonic_from_widget): new function
8328
8329         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_new_with_mnemonic):
8330         new function
8331
8332         * gtk/gtktogglebutton.c (gtk_toggle_button_new_with_mnemonic): new
8333         function        
8334
8335         * gtk/gtklabel.c (gtk_label_new_with_mnemonic): Improve docs on 
8336         auto-selection of mnemonic widget.
8337
8338 Mon Jun  4 15:05:24 2001  Jonathan Blandford  <jrb@redhat.com>
8339
8340         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_max_width):
8341         Fix segfault found by Vitaly Tishkov <tvv@sparc.spb.su>.
8342         (gtk_tree_view_column_set_min_width): ditto.
8343
8344 Tue Jun  5 11:04:06 2001  Owen Taylor  <otaylor@redhat.com>
8345
8346         * gdk/gdkpixmap.h (GDK_PIXMAP_GET_CLASS): 
8347         s/GdkPixmapClass/GdkPixmapObjectClass/. (#51890, Jeff Franks)
8348
8349 Mon Jun  4 12:50:11 2001  Owen Taylor  <otaylor@redhat.com>
8350
8351         * gtk/gtkctree.c (gtk_ctree_insert_gnode): Add a missing
8352         gtk_clist_thaw().
8353
8354 2001-06-04  Havoc Pennington  <hp@pobox.com>
8355
8356         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore 
8357 r       eleases for buttons 6, 7
8358
8359 2001-06-04  Havoc Pennington  <hp@redhat.com>
8360
8361         * gtk/gtkseparatormenuitem.h: Fix a search-and-replace screwup
8362         (s/CHECK/SEPARATOR/ gone awry). Patch from Jeff Franks, bug
8363         #55562
8364
8365 2001-06-04  Havoc Pennington  <hp@redhat.com>
8366
8367         * gtk/gtktextview.c (gtk_text_view_size_request): handle case
8368         where text_view->layout == NULL by assuming its size is 0, 
8369         i.e. same as if we haven't done any reflow. Reported by 
8370         Hidetoshi Tajima #55448 
8371
8372 2001-06-04  Havoc Pennington  <hp@redhat.com>
8373
8374         * gdk/x11/gdkevents-x11.c (gdk_event_translate): support button 6
8375         and 7 for scroll left/right, from Thomas Broyer
8376
8377 2001-05-10  Havoc Pennington  <hp@redhat.com>
8378
8379         * gtk/gtksettings.c (gtk_settings_get_property): Handle case where
8380         we need to parse the xsetting as if it were an RC file string.
8381
8382         * gtk/gtkcolorsel.c (gtk_color_selection_class_init): load initial
8383         value of palette from settings, not from static variable
8384
8385         * gdk/x11/gdkevents-x11.c: add color palette, toolbar mode to
8386         xsettings translation table
8387
8388         * gtk/gtktoolbar.c (gtk_toolbar_new): Remove arguments, because 
8389         hardcoding the toolbar style conflicts with new customizable 
8390         toolbar style philosophy
8391         (gtk_toolbar_class_init): add settings for default toolbar style;
8392         these are used unless the app specifically forces a toolbar style
8393
8394         * gtk/gtksettings.c (settings_install_property_parser): only
8395         return at the start if we warn and parser == NULL
8396
8397         * gtk/gtkcolorsel.c (gtk_color_selection_finalize): disconnect the
8398         palette changed handler so we don't notify dead color selections
8399
8400         * gtk/gtkstyle.c (gtk_default_draw_shadow): handle
8401         xthickness/ythickness of 0 or 1 properly 
8402         (gtk_default_draw_resize_grip): clear the background behind the
8403         resize grips, and align to bottom right if we square the 
8404         area to be drawn.
8405
8406         * gtk/gtkstatusbar.c (gtk_statusbar_init): set horizontal usize on 
8407         statusbar label to 1, so it doesn't make toplevels resize oddly
8408         (gtk_statusbar_size_request): add grip size to request
8409         (gtk_statusbar_size_allocate): hack so the hbox still works with 
8410         the grip size in the request
8411
8412         * gtk/gtktoolbar.c (gtk_toolbar_show_all): override to fix 
8413         bug where showing all on a toplevel makes the toolbar 
8414         button text appear despite the toolbar mode
8415
8416         * gtk/gtkmenubar.c: add internal padding style property
8417
8418         * gtk/gtktoolbar.c: Add internal padding style property; add
8419         shadow type style property
8420
8421         * gtk/gtkmenubar.c (gtk_menu_bar_paint): paint box with widget
8422         state; and put Container::border_width outside the frame
8423
8424         * gtk/gtktextview.c: don't draw focus rectangle if we're in
8425         interior focus mode, we just use blinking cursor
8426
8427 2001-06-04  Havoc Pennington  <hp@redhat.com>
8428
8429         * configure.in: Make gdk-pixbuf have same version number as GTK
8430
8431 2001-06-04  Havoc Pennington  <hp@redhat.com>
8432
8433         * gtk/gtkspinbutton.c: Get rid of stupid g_return_if_fail on 
8434         digits greater than 6. If there actually are limits (which there
8435         likely aren't), should clamp to them not warn.
8436         (gtk_spin_button_new_with_range): don't take log of 0
8437         (gtk_spin_button_size_request): use digits to compute size
8438         request, rather than step increment.
8439
8440         * tests/testgtk.c (create_spins): test larger values of digits
8441         
8442         * gtk/gtkfontsel.c (gtk_font_selection_init): scroll to selected
8443         font on map not expose, so we don't get weirdness during scrolling
8444
8445 2001-06-04  Havoc Pennington  <hp@redhat.com>
8446
8447         * gtk/gtkclist.c (vadjustment_value_changed): Apply fix from
8448         Sam Solon, bug #54577, update value even if not drawable.
8449
8450 2001-06-04  Havoc Pennington  <hp@redhat.com>
8451
8452         * gtk/gtkrange.c (gtk_range_scroll_event): change SCROLL_RIGHT to
8453         SCROLL_LEFT, reported by Thomas Broyer.
8454
8455 2001-06-04  Havoc Pennington  <hp@redhat.com>
8456
8457         * gtk/gtkrange.c (gtk_range_adjustment_value_changed): 
8458         Process updates immediately, to prevent funny lag effect
8459         when scrolling, at some mild potential efficiency cost.
8460
8461 2001-06-04  Havoc Pennington  <hp@redhat.com>
8462
8463         * gtk/gtkrange.c (gtk_range_button_press): on middle click, center
8464         slider on the click.
8465
8466 2001-06-03  Havoc Pennington  <hp@pobox.com>
8467
8468         * gtk/gtkstyle.c (gtk_default_draw_slider): make this special-case
8469         hscale/vscale details, so we can use it for scrollbar as well.
8470
8471         * tests/testgtk.c (reformat_value): honor digits from GtkScale
8472
8473         * gtk/gtkenums.h (GtkTroughType): Remove this enum
8474         (GtkScrollType): add START and END from GtkTroughType
8475
8476         * gtk/gtkstyle.c (gtk_default_draw_slider): was not properly using
8477         its x/y arguments
8478
8479         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkscrollbar.h,
8480         gtk/gtkscrollbar.c, gtk/gtkscale.h, gtk/gtkscale.c,
8481         gtk/gtkhscrollbar.h, gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.h,
8482         gtk/gtkvscrollbar.c, gtk/gtkhscale.h, gtk/gtkhscale.c,
8483         gtk/gtkvscale.h, gtk/gtkvscale.c: Rewrite GtkRange and subclasses.
8484
8485         Notable changes in the process:
8486          
8487         - stepper_size style property is the height for vertical 
8488           ranges, width for horizontal; the other dimension matches
8489           the trough size
8490         - add ability to do NeXT-style steppers (and several other styles
8491           that don't make any sense)
8492         - added min_slider_length, fixed_slider_length properties to
8493           GtkScrollbar
8494         - cleaned some private (or at least useless) functions out of
8495           gtkscale.h    
8496         - moved bindings to GtkScale from subclasses, even arrow keys,
8497           since blind users don't know scale orientation.
8498         - change move_slider action signal to use new GtkScrollType,
8499           remove GtkTroughType argument
8500         - digits rounds the values a range will input to the given 
8501           number of decimals, but will not try to force adjustment 
8502           values set by other controllers. That is, we no longer
8503           modify adjustment->value inside a value_changed handler.
8504         - added getters for GtkScale setters
8505         - middle-click begins a slider drag
8506         
8507 Fri Jun  1 18:54:47 2001  Jonathan Blandford  <jrb@redhat.com>
8508
8509         * gtk/gtktreeview.c: (gtk_tree_view_focus): Initial stab at
8510         getting the focus code to work.
8511         (gtk_tree_view_class_init): Add a bunch of keybindings.
8512
8513         * gtk/gtktreeviewcolumn.c
8514         (gtk_tree_view_column_set_cell_data_func):
8515         s/GtkCellDataFunc/GtkTreeCellDataFunc.
8516         (_gtk_tree_view_column_set_tree_view): Use "notify::model" instead
8517         of "properties_changed" to help justify the death of the latter
8518         signal. (-:
8519
8520         * tests/testtreefocus.c (main): Let some columns be focussable to
8521         test focus better.
8522
8523 2001-06-01  Havoc Pennington  <hp@redhat.com>
8524
8525         * gtk/gtkentry.c (gtk_entry_commit_cb): implement overwrite mode
8526         
8527         * gtk/gtktextview.c (gtk_text_view_commit_handler): don't
8528         overwrite in overwrite mode if we already deleted the selection
8529         and replaced it with new text.  
8530
8531         * gtk/gtklabel.c (gtk_label_select_region_index): if you set the
8532         selection to an empty range, clear the clipboard if we owned it.
8533         (gtk_label_set_selectable): give up selection if we become
8534         unselectable.
8535         (gtk_label_state_changed): override state changed to unselect text
8536         when insensitive
8537         (get_text_callback): add paranoia check that indexes aren't
8538         outside of label->text
8539         (gtk_label_select_region): make -1 for start_offset mean "end of
8540         label," for consistency with GtkEditable
8541
8542         * gtk/gtkmessagedialog.c (gtk_message_dialog_new): honor
8543         GTK_DIALOG_NO_SEPARATOR flag
8544
8545 Fri Jun  1 11:47:11 2001  Owen Taylor  <otaylor@redhat.com>
8546
8547         * gtk/gtkcombo.c (gtk_combo_set_use_arrows_always): Fix 
8548         notifications on non-existant "enable_arrow_keys".
8549         (#53753, Skip Montanaro)
8550
8551 Fri Jun  1 11:31:55 2001  Owen Taylor  <otaylor@redhat.com>
8552
8553         * gdk/gdkrectangle.c (gdk_rectangle_get_type): Add 
8554         GDK_TYPE_RECTANGLE.
8555
8556         * gtk/gtkwidget.c (gtk_widget_class_init): Fix type
8557         of allocation argument be GDK_TYPE_RECTANGLE.
8558
8559 Thu May 31 12:43:57 2001  Owen Taylor  <otaylor@redhat.com>
8560
8561         * gtk/gtkoptionmenu.c: Account for the fact that the border
8562         width is _outside_ the window. (Fixes #54585, bug found
8563         by Bastien Nocera.)
8564
8565 Wed May 30 15:56:30 2001  Owen Taylor  <otaylor@redhat.com>
8566
8567         * gtk/gtksettings.c (gtk_settings_get_property): Validate
8568         value from GDK settings against parameter spec.
8569
8570         * gdk/x11/gdkevents-x11.c (gdk_setting_get): Add assignments
8571         to temporary values and use g_value_transform(), since
8572         thinking that GValue was going to be easy or efficient
8573         to use was, of course, a mistake.
8574
8575         * gtk/gtksettings.c: Add cursor blink setting.
8576         
8577         * gdk/x11/gdkevents-x11.c: Add cursor blink X settings.
8578
8579         * gtk/gtkentry.c: Add cursor blinking.
8580
8581         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): Use
8582         cursor blink global settings.
8583
8584         * gtk/gtkentry.c (gtk_entry_button_press): Add notification
8585         for :text_position in places where it is missing.
8586
8587 Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
8588
8589         * autogen.sh (have_libtool): Fix GNU sedism (#55430)
8590
8591 Tue May 29 17:40:29 2001  Owen Taylor  <otaylor@redhat.com>
8592
8593         * configure.in (GTK_DEP_CFLAGS): Use $PKG_CONFIG,
8594         not pkg-config. (#51032)
8595
8596         * gdk/gdkproperty.h: Remove inappropriate G_GNUC_CONST
8597         (fixes #51952, James Henstridge)
8598         
8599 2001-05-27  Alexander Larsson  <alla@lysator.liu.se>
8600
8601         * gtk/gtkstock.h (GTK_STOCK_GO_UP):
8602         Rename to the more correct gtk-go-up.
8603
8604         * gtk/stock-icons/stock_menu_sort_ascending.png:
8605         Added new file.
8606         
8607         * gtk/stock-icons/stock_menu_sort_descending.png:
8608         Changed to show descending instead of ascending.
8609
8610         * gtk/gtkiconfactory.c:
8611         Added menu size icon to sort ascending.
8612
8613         * gtk/stock-icons/Makefile.am:
8614         Added stock_menu_sort_ascending.png.
8615         
8616         * gtk/gtkseparatormenuitem.c:
8617         Use correct typenames.
8618
8619 Sun May 20 20:07:35 2001  Tim Janik  <timj@gtk.org>
8620
8621         * gtk/gtksignal.[hc] (gtk_signal_connect_full): make hanlder id a
8622         gulong as in GSignal.
8623
8624 Fri May 25 19:04:17 2001  Jonathan Blandford  <jrb@redhat.com>
8625
8626         * gtk/gtktreeview.c (gtk_tree_view_calc_size): Remove almost all
8627         instances of GtkCellRenderer in code (all but dnd icon code).
8628         Virtualized in GtkTreeViewColumn.  Now I need to move focus in
8629         there, and I can do multiple Cells per column.
8630
8631         * gtk/gtktreeviewcolumn.c: Proxy all cell calls correctly
8632
8633         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): fix bug
8634         when model was unreffed prior to removing the row reference.
8635
8636 2001-05-25  Havoc Pennington  <hp@redhat.com>
8637
8638         * gtk/gtkiconfactory.c: fix so that default icons are created if 
8639         you call gtk_stock_list_ids()
8640
8641         * demos/gtk-demo/stock_browser.c (create_model): sort stock items
8642         in list
8643
8644 2001-05-25  Havoc Pennington  <hp@redhat.com>
8645
8646         * gtk/gtkiconfactory.c (gtk_icon_set_get_sizes): get sizes an icon
8647         set can render without falling back to missing image icon
8648
8649         * gtk/gtktextview.c (gtk_text_view_size_request): request full
8650         size of text, instead of random values
8651
8652         * gtk/gtktreeview.c (gtk_tree_view_size_request): request full
8653         size of tree view, instead of random values
8654
8655         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): render fallback
8656         image in an appropriate size
8657
8658         * gtk/gtkstock.h: Rename the stock items including _BUTTON_,
8659         etc. not to include that. i.e. s/GTK_STOCK_BUTTON_OK/GTK_STOCK_OK/
8660
8661         Throughout: fix GTK_STOCK_BUTTON_ instances
8662         
8663         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
8664         gtk/gtkiconfactory.c, gtk/stock-icons/Makefile.am:
8665         Add a bunch of new stock items/icons
8666
8667         * gtk/gtktreeview.c (gtk_tree_view_insert_column_with_data_func):
8668         new function, convenience for inserting columns with a data func
8669
8670         * gtk/gtkiconfactory.c: keep a list of all existing icon factories
8671         (_gtk_icon_factory_list_ids): use list of all factories to
8672         generate a list of all known IDs
8673
8674         * gtk/gtkstock.c (gtk_stock_list_ids): replace
8675         gtk_stock_list_items() with a function that returns all IDs known
8676         including those for GtkIconFactory.
8677
8678 2001-05-25  Hans Breuer  <hans@breuer.org>
8679
8680         * gdk/win32/gdkgc-win32.c : made fil mode GDK_STIPPLED actually
8681         work -> check boxes and radio buttons are drawn now, even on win9x.
8682         Improved line settings a bit, still no clue how to get really dotted
8683         lines on win9x, on NT it's PS_ALTERNATE.
8684
8685         * gdk/win32/gdkwindow-win32.c : use SafeAdjustWindowRect for 
8686         GDK_HINT_MIN_SIZE as well
8687
8688         * gdk/win32/makefile.am : added gdkkeys-win32.c to EXTRA_DIST
8689
8690         * gtk/gtk.def : updated
8691
8692         * gtk/gtktreeprivate.h : change column_drop_func to be a function
8693         pointer not a function pointer pointer
8694
8695         * tests/testdnd.c : include <stdlib.h> for putenv prototype
8696
8697         * tests/testsocket.c : made it compile on win32 again
8698
8699         * tests/makefile.msc : one more test-app uses prop-editor.obj
8700
8701 2001-05-22  Havoc Pennington  <hp@pobox.com>
8702
8703         * gtk/gtkbin.c (gtk_bin_get_child): New function
8704
8705 Wed May 23 20:07:53 2001  Owen Taylor  <otaylor@redhat.com>
8706
8707         * gtk/gtkimcontextsimple.c: Add Mode_Switch to list of keys
8708         to ignore when doing compose processing.
8709
8710 2001-05-22  Joe Shaw  <joe@ximian.com>
8711
8712         * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_last_toggle): 
8713         Simplify as suggested by Havoc. Just get the last iter and work
8714         backward to the tag instead of getting a line and working back from
8715         there. Fixes passing in an invalid offset to
8716         iter_init_from_byte_offset().
8717
8718 Tue May 22 16:25:27 2001  Jonathan Blandford  <jrb@redhat.com>
8719
8720         * gtk/gtktreeview*.h: 
8721         * gtk/gtkcell*.h:
8722         * gtk/gtk*store.h:
8723         Added patch from Jeff Franks <jcf@tpg.com.au> to add GET_CLASS
8724         macros to all objects.
8725
8726 Tue May 22 15:13:52 2001  Jonathan Blandford  <jrb@redhat.com>
8727
8728         * gtk/gtkcellrenderertext.c
8729         (gtk_cell_renderer_text_set_fixed_size): Evil function to deal
8730         with very large (TM) amounts of text.  May be moved to
8731         GtkCellRenderer in the future, though I'm not sure it wants to be
8732         this accessible.
8733
8734         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button):
8735         More sanity brought to this class.  I like it.
8736
8737         * tests/testtreecolumns.c (ViewColumnModel): Amazingly scary test
8738         case.  Kids, don't try this at home.
8739
8740         * gtk/gtktreemodel.c (gtk_tree_model_get_iter_root): new
8741         convenience function.
8742
8743         * gtk/gtkwindow.c (gtk_window_set_geometry_hints): Fix typo in docs.
8744
8745 2001-05-21  Alexander Larsson  <alexl@redhat.com>
8746
8747         * gtk/gtkfontsel.c:
8748         Added properties. Based on patch by Lee Mallabone.
8749
8750         * gtk/gtkruler.c:
8751         * gtk/gtkhruler.c:
8752         * gtk/gtkvruler.c:
8753         * gtk/gtktext.c:
8754         * gtk/gtktextview.c:
8755         Converted GtkArg to GParam. Based on patches by John Margaglione.
8756
8757         * tests/Makefile.am:
8758         * tests/testtext.c:
8759         Add a property editor to testtext.
8760         
8761 Mon May 21 11:29:21 2001  Owen Taylor  <otaylor@redhat.com>
8762
8763         * gtk/gtk{h,v,}paned.c: Only show the separator if 
8764
8765         * configure.in: Fixed reversed conditional causing all image
8766         libraries to be linked in.
8767
8768 2001-05-21  Joe Shaw  <joe@ximian.com>
8769
8770         * gtk/gtklayout.c (gtk_text_layout_get_lines): Remove the assertion
8771         that top_y needs to be >= 0.
8772
8773 2001-05-11  Havoc Pennington  <hp@pobox.com>
8774         
8775         * gdk/x11/gdkmain-x11.c: Improve error messages for X errors and
8776         losing connection to the X server.
8777
8778 Sun May 20 13:59:20 2001  Owen Taylor  <otaylor@redhat.com>
8779
8780         * configure.in: Start checks for X from pangox/pangoxft
8781         CFLAGS to avoid duplicate libraries.
8782
8783         * gdk/Makefile.am (LDFLAGS): Remove extra -lm.
8784
8785         * configure.in (GDK_PIXBUF_PACKAGES): Fix GDK_PIXBUF_PACKAGES
8786         to include gobject.
8787         
8788 2001-05-18  Alexander Larsson  <alexl@redhat.com>
8789
8790         * gtk/gtkspinbutton.c:
8791         Convert GtkArgs to GParams. Based on patch by John Margaglione.
8792         Also do size request reasonable for MAXDOUBLE. Previously it printed
8793         the limits to a buffer and overran it. Instead do it using log10() and
8794         limit the width to 10 digits.
8795         
8796         * gtk/gtkwidget.c (gtk_widget_get_property):
8797         Correctly handle setting the parent property to NULL.
8798
8799 Fri May 18 15:26:26 2001  Owen Taylor  <otaylor@redhat.com>
8800
8801         * gtk/gtktextview.c (gtk_text_view_style_set): Reset 
8802         style attributes even if the widget isn't realized.
8803
8804         * demos/gtk-demo/main.c: Use a slightly smaller font.
8805
8806 Fri May 18 14:25:20 2001  Owen Taylor  <otaylor@redhat.com>
8807
8808         * gtk/gtkcontainer.c: Remove reallocate-redraws property.
8809         This is something that only a widget writer would ever want
8810         to change.
8811
8812         * gtk/gtksignal.c: Handle G_SIGNAL_TYPE_STATIC_SCOPE for
8813         gtk_signal_emit_by_name().
8814
8815         * gtk/gtkviewport.c: Fix some warnings.
8816
8817         * gtk/gtkwidget.c gtk/gtksizegroup.c: Add "size group" facility
8818         allowing the requisitions of multiple widgets to be grouped
8819         together.
8820
8821         * tests/testgtk.c: Add GtkSizeGroup test
8822
8823         * demos/gtk-demo/sizegroup.c: Add GtkSizeGroup demo.
8824
8825         * demos/gtk-demo/main.c demos/gtk-demo/pixbufs.c: Fix some
8826         warnings.
8827
8828         * configure.in: Switch to using AM_GLIB_GNU_GETTEXT.
8829
8830 2001-04-28  Martin Baulig  <baulig@suse.de>
8831
8832         * gtk/gtkimagemenuitem.[ch]: Renamed gtk_image_menu_item_add_icon()
8833         to gtk_image_menu_item_set_icon() and made it work if there's already
8834         an image.
8835         (gtk_image_menu_item_new): This function doesn't take any arguments anymore.
8836         (gtk_image_menu_item_new_with_label): New function.
8837
8838 Thu May 17 16:20:04 2001  Jonathan Blandford  <jrb@redhat.com>
8839
8840         * demos/gtk-demo/main.c (fontify): It's the worlds ugliest
8841         highlighting code!!!!  The result is okay so long as you don't try
8842         to stress it.  It also highlights a bug in the TextView so it's in
8843         an unproportional font right now until it's fixed.
8844
8845         *demos/gtk-demo/*.c: Clean up code a bit to make it
8846         ugly-parser(TM) friendly. (-:
8847
8848 2001-05-17  Joe Shaw  <joe@ximian.com>
8849
8850         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove the assertions
8851         that x_offset and y_offset must be >= 0. Clip the cursor being drawn
8852         if it is only partially onscreen.
8853
8854 Thu May 17 17:10:13 2001  Owen Taylor  <otaylor@redhat.com>
8855
8856         * gtk/gtkentry.c: Make logical motion and deletion by graphemes, 
8857         not by characters.
8858
8859         * gtk/gtkentry.c: Handle "trailing" returns from Pango when they
8860         are not zero or one; that is, when graphemes of multiple characters
8861         are involved.
8862
8863         * gtk/gtktextlayout.c (line_display_index_to_iter): Remove unnecessary
8864         FIXME.
8865
8866 2001-05-17  Alexander Larsson  <alla@lysator.liu.se>
8867         
8868         * gtk/gtkbbox.c:
8869         Add properties, based on patch by Lee Mallabone.
8870
8871         * gtk/gtknotebook.c:
8872         * gtk/gtktoolbar.c:
8873         Convert from GtkArg to GParam, based on patch by John Margaglione.
8874         
8875         * gtk/gtkhscale.c:
8876         * gtk/gtkvscale.c:
8877         * gtk/gtkhscrollbar.c:
8878         * gtk/gtkvscrollbar.c:
8879         * gtk/gtkrange.c:
8880         Move adjustment property to GtkRange.
8881
8882         * gtk/gtklabel.c:
8883         Setup mnemonics on property changes
8884
8885         * gtk/gtkwidget.c (gtk_widget_get_property):
8886         GdkExtensionMode is an enum, not a flag. Set it with
8887         g_value_set_enum ().
8888
8889         * tests/prop-editor.c:
8890         Better propery editor.
8891
8892         * tests/testgtk.c:
8893         Add new property test. Pass zero to the property editor to
8894         get properties from all derived types.
8895         
8896 Sun May 13 12:01:12 2001  Owen Taylor  <otaylor@redhat.com>
8897
8898         * autogen.sh (have_automake): Require libtool-1.4,
8899         automake-1.4p1.
8900
8901         * acinclude.m4: Remove libtool macros.
8902
8903         * gdk-pixbuf/Makefile.am: Add dependencies to loade
8904         modules.
8905
8906         * gdk/Makefile.am: Add dependency on libgdk_pixbuf.la
8907         for libgdk.
8908
8909         * gtk/Makefile.am: Add dependency on libgdk_pixbuf.la
8910         libgdk.la for libgtk.
8911
8912         * modules/input/Makefile.am: Make modules have full
8913         dependencies.
8914
8915 Wed May 16 14:06:01 2001  Jonathan Blandford  <jrb@redhat.com>
8916
8917         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): fix bug
8918         #54699 where paths weren't being checked for correctness.
8919
8920 Tue May 15 20:13:24 2001  Jonathan Blandford  <jrb@redhat.com>
8921
8922         * gtk/gtktreeviewcolumn.c: You can now set all sorts of properties
8923         in any order you wan, whether or not the column is added to the
8924         tree, or the tree is realized.  Yay!
8925
8926         * gtk/gtktreeviewcolumn.c
8927         (gtk_tree_view_column_setup_sort_column_id_callback): handle
8928         sorting columns a lot saner
8929
8930         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_reorderable):
8931         new function to actually set wether or not a column is
8932         reorderable.
8933
8934         * gtk/gtktreeview.c (gtk_tree_view_unrealize): Only destroy things
8935         if we have 'em.
8936
8937         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_set_tree_view):
8938         Fix nasty bug where we were showing the button just before
8939         realizing it.  As a result, the parent window was
8940         tree_view->window instead of tree_view->priv->header_window.
8941
8942         * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): new property
8943         to let you easily reorder a list or tree.
8944
8945 2001-05-15  Alexander Larsson  <alla@lysator.liu.se>
8946
8947         * gtk/gtkpacker.c: Apply patch from John Margaglione that converts
8948         from args to properties.
8949
8950 Tue May 15 10:11:59 2001  Owen Taylor  <otaylor@redhat.com>
8951
8952         * gtk/gtkpreview.c: Apply patch from John Margaglione converting
8953         from args to properties. (#51957)
8954
8955         * gtk/gtkscale.c (gtk_scale_class_init): Move install property
8956         calls to after ->set_property call.
8957
8958 Mon May 14 14:56:21 2001  Owen Taylor  <otaylor@redhat.com>
8959
8960         * tests/prop-editor.c: Block against redundant changes.
8961
8962         * gtk/gtkpaned.c gtk/gtk[hv]paned.c: Add position, position_set
8963         properties.
8964
8965 Sun May 13 18:40:04 2001  Owen Taylor  <otaylor@redhat.com>
8966
8967         * gdk/gdkpixmap.h: Remove creative formatting.
8968
8969 Thu May 10 19:22:28 2001  Owen Taylor  <otaylor@redhat.com>
8970
8971         * gtk/gtktogglebutton.c:  Patch from John Margaglione converting to
8972         property API. (#51669)
8973
8974         * gtk/gtkscale.c: Patch from John Margaglione converting to
8975         property API. (#51891)
8976
8977         * gtk/gtkaccellabel.c: Applied patch from Lee Mallabone, converting
8978         to property API. (#50985)
8979
8980 Fri May 11 20:13:44 2001  Tim Janik  <timj@gtk.org>
8981
8982         * gtk/gtkmain.c (gtk_main_do_event): remember widget's double
8983         buffering state across expose event, so we still call end_paint().
8984
8985 2001-05-11  Alexander Larsson  <alexl@redhat.com>
8986
8987         * gtk/gtkhsv.c (paint_triangle):
8988         Expose the ring in the triangle at the correct place when
8989         exposing just a part of the triangle.
8990
8991         * gtk/gtkwindow-decorate.c (gtk_decorated_window_focus_change):
8992         Return FALSE, or window focusing will not work.
8993
8994 2001-05-11  Havoc Pennington  <hp@pobox.com>
8995
8996         * gtk/gtkimage.c (gtk_image_new_from_stock): docs, fixes bug
8997         #54144
8998
8999         * gtk/gtkcolorsel.c (gtk_color_selection_new): docs, fixes
9000         bug #54330
9001
9002 Fri May 11 02:53:57 2001  Tim Janik  <timj@gtk.org>
9003
9004         * gtk/gtktogglebutton.c (gtk_toggle_button_expose): don't
9005         propagate exposes to NULL child.
9006
9007         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed): guard
9008         against not having one of the scrollbars.
9009
9010         * gtk/gtklabel.c (gtk_label_setup_mnemonic): clean up after us,
9011         we don't keep a mnemonic window if we have no mnemonic installed.
9012
9013 Fri May 11 01:05:00 2001  Tim Janik  <timj@gtk.org>
9014
9015         * gtk/gtktypeutils.h: grum, gtk_type_class() is not GNUC_CONST
9016         it has the _important_ side effect of initializing a class.
9017
9018 2001-05-10  Alexander Larsson  <alexl@redhat.com>
9019
9020         * gdk/linux-fb/gdkprivate-fb.h:
9021         Make sure you can compile out the implementation/wrapper assert
9022         macros.
9023
9024         * gdk/linux-fb/gdkdrawable-fb2.c:
9025         Check implementation/wrappers, initialize type for pixmap dummys.
9026
9027         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image):
9028         Hide the cursor if reading from the screen.
9029
9030         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
9031         Fix sign bug in tiling code.
9032
9033         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
9034         Handle background pixmaps.
9035
9036 Wed May  9 15:27:22 2001  Jonathan Blandford  <jrb@redhat.com>
9037
9038         * gtk/gtktreeview.c (gtk_tree_view_set_column_drag_function): New
9039         function to let user control where columns are dragged.
9040
9041         * gtk/gtktreeview.c (gtk_tree_view_key_press): Cancel drags if
9042         Escape is pressed.
9043
9044 Wed May  9 09:08:44 2001  Jonathan Blandford  <jrb@redhat.com>
9045
9046         * gtk/gtktreeview.c (gtk_tree_view_class_init): New
9047         "columns_changed" signal.
9048         (gtk_tree_view_motion_draw_column_motion_arrow): Change column
9049         motion code to draw arrows to the side if indicator is outside the
9050         widget.
9051         (gtk_tree_view_map_expanded_rows): Implement.
9052
9053 2001-05-07  Alexander Larsson  <alexl@redhat.com>
9054
9055         * demos/testpixbuf-save.c: 
9056         * demos/testpixbuf-drawable.c:
9057         Include gdkfb.h on linux-fb.
9058
9059 2001-05-07  Alexander Larsson  <alexl@redhat.com>
9060
9061         * gdk/linux-fb/gdkdnd-fb.c (get_toplevel_window_at):
9062         New function for getting toplevel window at position.
9063         (gdk_drag_find_window): Use get_toplevel_window () instead
9064         of gdk_window_get_pointer(). (gdk_drag_status): Use
9065         correct context for getting window.
9066
9067         * gdk/linux-fb/gdkproperty-fb.c (gdk_atom_name):
9068         g_strdup the atom name.
9069
9070         * gdk/linux-fb/gdkwindow-fb.c:
9071         Costmetic fix.
9072
9073         * gtk/gtkdnd.c (gtk_drag_source_handle_event):
9074         Add code for changing cursor on linux-fb backend (same as
9075         win32).
9076
9077 2001-05-07  Federico Mena Quintero  <federico@ximian.com>
9078
9079         * gtk/gtkwindow.c (gtk_window_focus): Test for bin->child being
9080         present before doing anything with it.  Patch from HÃ¥vard KvÃ¥len
9081         <havardk@netcom.no>.  Fixes Ximian bugzilla #2492 (OK, the bug
9082         report was not for the development branch of GTK+, but it applies
9083         anyways).
9084
9085 2001-05-04  Havoc Pennington  <hp@redhat.com>
9086
9087         * configure.in: fix some shell typos
9088
9089         * gtk/gtkcolorsel.c (gtk_color_selection_destroy): warning fix
9090
9091         * gtk/gtkimage.c: handle animations
9092
9093         * gtk/gtkcheckbutton.c (gtk_check_button_size_request): request
9094         border_width * 2, not just border_width
9095
9096         * gtk/gtkscale.c: add "format_value" signal to allow people
9097         to override the way values are drawn.
9098         (gtk_scale_get_value_size): fix width/height mistake,
9099         and compute size from actual displayed text, not 
9100         from made-up text.
9101
9102         * gtk/gtktexttag.c (gtk_text_tag_class_init): fix return type in 
9103         signal registration
9104
9105         * tests/testtext.c: Add "Remove all tags" menu item for testing
9106
9107         * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): implement
9108
9109         * demos/gtk-demo/main.c (main): add hack so we can find modules
9110         without installing gtk
9111
9112         * demos/gtk-demo/textview.c (insert_text): demo font scaling
9113
9114         * gtk/gtkcellrenderertext.c: Add "scale" property (font scaling
9115         factor)
9116         (gtk_cell_renderer_text_set_property): remove some bogus
9117         g_object_notify
9118
9119         * gtk/gtktexttag.c: add "scale" property which is a font scaling
9120         factor
9121
9122         * gtk/gtktextlayout.c (add_text_attrs): add font scale attribute 
9123         to layout
9124
9125         * gtk/gtktextiter.c (gtk_text_iter_is_start): rename from
9126         gtk_text_iter_is_first
9127
9128 2001-01-06  Hans Breuer  <hans@breuer.org>
9129
9130         * gdk/gdk.def : updated exports
9131
9132         * gdk/win32/makefile.msc : -DGDK_ENABLE_BROKEN otherwise
9133         gdk won't compile anymore
9134  
9135         * gdk/win32/gdkevents-win32.c : initialize ret_val when
9136         processing GDK_FILTER functions, initialize event.key->hardware_keycode.
9137         Improved gdk_flush () to not only do pending drawing operations
9138         but also process all currently pending events. This should make
9139         the behaviour more similar to the X11 version.  
9140
9141         * gdk/win32/gdkgc-win32.c (predraw_set_background) : a background
9142         option needs to be set even if there is no GDK_GC_BACKGROUND.
9143         (gdk_win32_hdc_get) : use predraw_set_background () independent
9144         of value_mask. This allows to draw dashed lines leaving the original
9145         background intact.
9146
9147         * gdk/win32/gdkimage-win32.c (gdk_image_new_bitamp) : free data
9148         after processing, because we can't reuse it as the X11 version does.
9149
9150         * gtk/gtk.def : updated exports
9151
9152         * gtk/makefile.msc.in : added ATK, removed all test apps. (I
9153         would like to get rid of this file again, and use straight
9154         makefile.msc again, as the other Gtk+ subdirs do)
9155
9156         * test/makefile.msc (new file) : build the test apps here
9157
9158 2001-05-05  ERDI Gergo  <cactus@cactus.rulez.org>
9159
9160         * gdk/gdkpango.c (gdk_pango_get_item_properties): Peek
9161         strike-through setting
9162         (gdk_draw_layout_line_with_colors): Render strike-through
9163
9164 Sat May  5 10:06:24 2001  Owen Taylor  <otaylor@redhat.com>
9165
9166         * Release 1.3.5
9167
9168         * configure.in (GTK_MICRO_VERSION): Up to 1.3.5
9169
9170         * NEWS: Updated
9171
9172         * demos/gtk-demo/Makefile.am (EXTRA_DIST): Fix minor
9173         Makefile breakage.
9174
9175 Sat May  5 09:18:30 2001  Owen Taylor  <otaylor@redhat.com>
9176
9177         * demos/gtk-demo/images.c (progressive_timeout): Fix
9178         typo in filename.
9179
9180         * gtk/gtktreeview.c (gtk_tree_view_row_activated): Comment
9181         out FIXME warning; just too annoying.
9182
9183 2001-05-04  Alex Larsson  <alla@lysator.liu.se>
9184
9185         * gdk/linux-fb/gdkcolor-fb.c:
9186         Better error messages.
9187
9188         * gdk/linux-fb/gdkpixmap-fb.c (gdk_pixmap_new):
9189         Initialize abs_x and abs_y.
9190         
9191         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
9192         Correct handling of stipple offset.
9193
9194         * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init):
9195         Treat directcolor framebuffers as truecolor.
9196         
9197 Thu May  3 14:13:49 2001  Owen Taylor  <otaylor@redhat.com>
9198
9199         * INSTALL.in HACKING gtk/gtkaccessible.[ch] gtk/gtk.c: Add
9200         dependency on Atk for accessibility support.
9201
9202         * configure.in **/Makefile.am: Major reworking of substituted
9203         variables for CFLAGS/LIBS to make a lot more sane and 
9204         keep the the compile/link lines a bit shorter.
9205
9206         * gdk/x11/gdkkeys-x11.c: Fix #endif with trailing stuff.
9207
9208 Thu May  3 08:10:54 2001  Owen Taylor  <otaylor@redhat.com>
9209
9210         * gtk/gtktexttag.c (gtk_text_tag_class_init): Fix return
9211         value to be G_TYPE_BOOLEAN, not G_TYPE_INT, also,
9212         use _gtk_boolean_handled_accumulator.
9213
9214 Thu May  3 07:00:09 2001  Owen Taylor  <otaylor@redhat.com>
9215
9216         * gtk/gtktextview.c: Patch from Juan Pablo Mendoza Mendoza
9217         to fix things so clicking inside selection leaves cursor
9218         at point where clicked. (#50324)
9219
9220         * gtk/gtksettings.c (gtk_settings_class_init): Restore
9221         sane value for default double click time.
9222
9223         * tests/testtext.c (test_init): Really path to input modules.
9224
9225 2001-05-03  Sven Neumann  <sven@convergence.de>
9226
9227         * demos/testpixbuf-save.c: include target-specific headers as
9228         done in testpixbuf-drawable.c
9229
9230 Wed May  2 20:36:38 2001  Owen Taylor  <otaylor@redhat.com>
9231
9232         * gtk/gtkentry.c (gtk_entry_real_insert_text): Reduce
9233         new_text_length appropriately when we run into the 
9234         size limit for the entry. (#53445, reported by Jeff Franks)
9235
9236         * tests/testgtk.c (create_entry): Remove most of the
9237         property toggle buttons. Replace with a "Props" button
9238         that brings up a property editor.
9239
9240         * tests/prop-editor.[ch] test/testtreeview.c tests/Makefile.am:
9241         Split the property editor code out for reuse, improve.
9242
9243 Wed May  2 17:26:22 2001  Owen Taylor  <otaylor@redhat.com>
9244
9245         * gdk/x11/gdkevents-x11.c gdk/x11/gdkwindow-x11.c: Always
9246         trap errors around calls to XSetInputFocus since we have
9247         no way of knowing reliably whether we are viewable or
9248         not. (#53947)
9249
9250 Tue May  1 09:21:23 2001  Jonathan Blandford  <jrb@redhat.com>
9251
9252         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
9253         fix bug in dropping columns.  Moving columns now basically works
9254         modula some fine tuning.
9255
9256 Tue May  1 19:09:21 2001  Jonathan Blandford  <jrb@redhat.com>
9257
9258         * gtk/gtktreeview.c (gtk_tree_view_horizontal_autoscroll): Add
9259         autoscroll support.  It mostly works, but could use some fine
9260         tuning.
9261         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
9262         Actually move the column.
9263
9264 Mon Apr 30 20:29:27 2001  Owen Taylor  <otaylor@redhat.com>
9265
9266         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtkoptionmenu.c 
9267           gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtkwidget.c:
9268           New default theme! A slighly improved version of the 2.0 Raleigh
9269           theme, with Windows-esque focus/drawing default. 
9270           (GtkWidget::interior_focus defaults to TRUE.)
9271
9272         * gtk/gtkstyle.[ch]: Add a text_aa color halfway between text and base.
9273
9274 2001-04-30  Havoc Pennington  <hp@pobox.com>
9275
9276         * tests/testtext.c (line_numbers_expose): fix to work with
9277         gtk_paint_layout change
9278
9279 Mon Apr 30 19:18:07 2001  Owen Taylor  <otaylor@redhat.com>
9280
9281         * gtk/gtkstyle.[ch] gtk/gtkaccellabel.c gtk/gtkcellrenderertext.c
9282           gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c gtk/gtkprogressbar.c
9283           gtk/gtkvruler.c gtk/gtkvscale.c: Add an extra parameter
9284           use_text to gtk_paint_label() to deal with style->bg[] vs style->text[].
9285
9286         * gtk/gtkbbox.c gtk/gtkdialog.c: Tweak padding some to deal
9287           with GtkWidget::interior_focus = TRUE better.
9288
9289         * gtk/gtkbutton.c: Switch ::default_spacing to ::default_border,
9290         ::default_outside_border for more flexibility.
9291
9292         * gtk/gtkwidget.c (gtk_widget_style_get_valist): Remove 
9293         G_VALUE_NO_COPY_CONTENTS, to correspond with the recent
9294         change that had to be made with g_object_get.
9295
9296 Sun Apr 29 20:13:40 2001  Jonathan Blandford  <jrb@redhat.com>
9297
9298         * gtk/gtktreeview.c (gtk_tree_view_get_columns): new function.
9299         (gtk_tree_view_move_column_after): Clean up interface. 
9300
9301 Sun Apr 29 03:02:02 2001  Tim Janik  <timj@gtk.org>
9302
9303         * gtk/gtkpacker.h:
9304         * gtk/gtkenums.h: moved GtkAnchorType and GtkSideType from gtkpacker.h
9305          to gtkenum.h.
9306
9307         * gtk/gtkmain.c (gtk_main_do_event): silence compiler (GDK_SETTING not
9308         handled in switch).
9309
9310         * gtk/Makefile.am:
9311         (gtk.defs): generate enum portions with  glib-mkenums.
9312         (gtktypebuiltins_evals.c): generate this with glib-mkenums.
9313         got rid of makeenums.pl and makeenums.awk in distributed tarballs.
9314         
9315         * gtk/gtkaccelgroup.c (gtk_accel_group_add): refined havocs warning
9316         addition.
9317
9318         * docs/Changes-2.0.txt: keep a note on signal handlers now
9319         not getting emitted during the emission they were connected within.
9320
9321 2001-04-28  Havoc Pennington  <hp@pobox.com>
9322
9323         * gtk/gtkcolorsel.c (palette_new): fix bug in tooltip
9324
9325 2001-04-24  Havoc Pennington  <hp@redhat.com>
9326
9327         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_previous_line): 
9328         (gtk_text_layout_move_iter_to_next_line): fix these two for
9329         invisible text, lots of other stuff still hosed.
9330
9331         * gtk/gtkcolorsel.c (gtk_color_selection_set_change_palette_hook):
9332         new function, replaces the get/set palette stuff. This function 
9333         is intended for use by libgnomeui which should set the hook to a
9334         thing which sets the palette in GConf, and we need the
9335         GConf-to-xsettings proxy which will result in the change being
9336         propagated back to the GTK app.
9337
9338         * gtk/gtkaccelgroup.c (gtk_accel_group_add): add note to warning 
9339         about unusable signals that it may be because the signal has 
9340         parameters.
9341
9342         * gtk/gtkwidget.c (gtk_widget_modify_style): always copy the
9343         style, otherwise gtkrc.c won't know to create a new GtkStyle for
9344         it.
9345         (gtk_widget_modify_color_component): call
9346         gtk_widget_modify_style() so the rc style will get copied.
9347         (gtk_widget_modify_font): ditto
9348
9349         * gtk/gtkrc.c: make a couple variables static
9350
9351         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): hide
9352         help button by default, since it does nothing
9353
9354         * gtk/gtkcolorsel.c: add tooltips, work on key navigation, fool
9355         around with UI
9356
9357         * gtk/gtkentry.c (gtk_entry_realize): request enter/leave notify
9358         so we can have tooltips
9359
9360         * gtk/gtkhsv.c (gtk_hsv_realize): request enter/leave notify so we
9361         can have tooltips
9362
9363         * gdk/gdkimage.h: mark gdk_image_new_bitmap with
9364         GDK_ENABLE_BROKEN, because its memory behavior is completely
9365         hosed.
9366
9367         * gtk/gtknotebook.c: remove key press handler, replace with
9368         binding set, add numeric keypad support
9369
9370         * gtk/gtktextview.c (gtk_text_view_class_init): accept KP_Delete
9371
9372         * gtk/gtktext.c (gtk_text_key_press): add a bunch of KP keysyms
9373
9374         * gtk/gtkentry.c (gtk_entry_class_init): accept GDK_KP_Delete in
9375         addition to plain Delete
9376
9377         * gtk/gtktextview.c (gtk_text_view_key_press_event): accept
9378         GDK_KP_Enter in addition to GDK_Return
9379
9380         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): connect to
9381         activate on entry instead of key press
9382         (gtk_font_selection_on_clist_key_press): get
9383         rid of this signal handler, not needed with new font sel.
9384
9385         * gtk/gtkfilesel.c (gtk_file_selection_key_press): remove a
9386         no-longer-needed emit_stop_by_name(), just return TRUE
9387
9388         * gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.c: remove keybindings
9389         cruft, this widget is no longer focusable.
9390
9391         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkvscale.c,
9392         gtk/gtkhscale.c: Get rid of trough_keys virtual function, add
9393         move_slider action signal, add binding set for vscale/hscale, in
9394         the process support numeric keypad
9395
9396         * gtk/gtkentry.c (gtk_entry_class_init): Add keypad bindings; 
9397         make GDK_Return and GDK_KP_Enter activate the entry via 
9398         binding set, instead of hardcoded.
9399
9400 Fri Apr 27 20:27:21 2001  Jonathan Blandford  <jrb@redhat.com>
9401
9402         * gtk/gtktreeview.[hc]: Massive reorder/cleanup of a lot of the
9403         code.  Some documentation added.
9404
9405 2001-04-27  Havoc Pennington  <hp@redhat.com>
9406
9407         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fix warning
9408
9409         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): make messages selectable
9410
9411         * gtk/gtkentry.c (gtk_entry_real_insert_text): don't strip
9412         line/para separators
9413         (gtk_entry_create_layout): set single paragraph mode on the layout
9414
9415         * gtk/gtkbutton.c (gtk_button_new_from_stock): don't put much
9416         spacing between the image and label; instead, inside a button box 
9417         the button will get extra space that will go there, but if people 
9418         configure button box for 0 chubbiness, then there's no spacing.
9419
9420         * gtk/gtkbbox.c (gtk_button_box_class_init): Make child ipadding
9421         and min/max size style properties, so people can tune their
9422         chubbiness.
9423
9424         * tests/testgtk.c (make_toolbar): remove calls to removed toolbar
9425         functions
9426
9427         * gtk/gtktoolbar.c (gtk_toolbar_class_init): Make space_size,
9428         space_style, and button_relief into style properties, remove
9429         functions for setting them
9430         
9431         * gtk/gtkmenu.c (gtk_menu_key_press): handle menu bar accel to pop 
9432         it back down
9433
9434         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): free boxed
9435         types from gtk_widget_style_get
9436
9437         * gtk/gtkmenubar.c (gtk_menu_bar_set_shadow_type): Remove, replace
9438         with a style property.
9439
9440         * gdk/x11/gdkevents-x11.c: namespace the settings
9441
9442         * gtk/gtkmenubar.c: Add F10 accelerator to move between menubars.
9443
9444         * gtk/gtksettings.c (gtk_settings_class_init): remove code with
9445         side effects from inside g_assert(), so that G_DISABLE_ASSERT can
9446         be used. Also, translate doc strings for settings. Also, namespace
9447         the double-click-time property. Also, remove bell properties crap.
9448
9449 2001-04-27  Sven Neumann  <sven@gimp.org>
9450
9451         * Makefile.am: before creating links, check if pkg-config files
9452         exist for the default target. Otherwise link to the pkg-config files
9453         that got installed with this build.
9454
9455 Thu Apr 26 19:11:46 2001  Jonathan Blandford  <jrb@redhat.com>
9456
9457         * gtk/gtktreeview.c (gtk_tree_view_motion): clean up column
9458         dragging code.  Revealed some (potential) GdkWindow bugs.
9459
9460         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent): add
9461         _gdk_window_init_position to the end of reparent to fix the case
9462         of reparenting when new_x != old_x and new_y != old_y.
9463
9464 Thu Apr 26 10:54:50 2001  Owen Taylor  <otaylor@redhat.com>
9465
9466         * gtk/gtkentry.c (strstr_len): Fix optimization that
9467         was correct for the use here, but completely incorrect
9468         in general.
9469
9470 Thu Apr 26 10:40:41 2001  Owen Taylor  <otaylor@redhat.com>
9471
9472         * gtk/gtkwindow.h: Remove deprecation of gtk_window_set_default_size()
9473         until patch adding gtk_window_set_size() is recommitted. 
9474
9475         * **Makefile.am configure.in gdk/x11/gdkim-11.c
9476           gtk/gtkmain.c gtk/gtkimmulticontext.c gtk/gtkmain.c
9477           gtk/gtkrc.c: Remove all traces of -DX_LOCALE support.
9478           (#10784)
9479
9480 Wed Apr 25 12:16:36 2001  Owen Taylor  <otaylor@redhat.com>
9481
9482         * gdk/X11/gdkevents-x11.c (gdk_event_translate): Test for 
9483         window == NULL in a number of cases.
9484
9485         * tests/testdnd.c: Set module path for gdk-pixbuf.
9486
9487 Thu Apr 19 16:11:07 2001  Owen Taylor  <otaylor@redhat.com>
9488
9489         * gtk/Makefile.am xembed.h: File containing #defines
9490         for XEMBED protocol.
9491
9492         * gtk/gtkplug.[ch] gtk/gtksocket.[ch]: 
9493
9494         - Change protocol from old plug/socket specific protocol
9495           to XEMBED draft
9496         - Various fixes to work with GTK+-2.0
9497
9498         Still quite a bit of work to do here to handle initiation
9499         from the socket side (as specified by XEMBED), to handle
9500         the more advanced features of XEMBED, and to figure out
9501         a good way to handle same-app embedding with less overhead
9502         than using full XEMBED.
9503
9504 Wed Apr 18 16:04:28 2001  Owen Taylor  <otaylor@redhat.com>
9505
9506         * gtk/gtkwindow.[ch] (gtk_window_real_set_focus): Keep
9507         track of whether the toplevel has the focus; only send
9508         focus-in events to the focus widget when the window
9509         actually has the focus.
9510
9511 2001-04-25  Havoc Pennington  <hp@pobox.com>
9512
9513         * gtk/gtkwindow.h: set_decorations_hint and set_functions_hint
9514         were still in the header
9515
9516 2001-04-24  Alexander Larsson  <alexl@redhat.com>
9517
9518         * gtk/gtkclist.[ch]:
9519         * gtk/gtkctree.c:
9520         When there is a row highlighted for D'n'D it must alse
9521         be painted hightlighted on exposes. Otherwise exposes from
9522         the icon being dragged will mess up the hightlight.
9523
9524         * gtk/gtkfontsel.c:
9525         Don't recenter selected font when exposing the font family
9526         clist. This means you can now actually scroll the font family
9527         list.
9528
9529         * gtk/gtknotebook.c:
9530         Fix focus movement on scrolling tabs that are placed on the left
9531         and right.
9532
9533 2001-04-21  Havoc Pennington  <hp@pobox.com>
9534
9535         * gtk/gtktextdisplay.c (gtk_text_layout_draw): handle 0-height
9536         empty/invisible lines.
9537
9538         * gtk/gtktextiter.c (gtk_text_iter_set_visible_line_offset)
9539         (gtk_text_iter_set_visible_line_index): new functions to set
9540         indexes excluding invisible text
9541
9542         * gtk/gtktextlayout.c (line_display_iter_to_index): get visible 
9543         index
9544
9545         * gtk/gtktextiter.c (gtk_text_iter_get_visible_line_index)
9546         (gtk_text_iter_get_visible_line_offset): new functions to 
9547         get indexes excluding invisible text
9548
9549         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): strip out a
9550         bunch of extra padding that served no purpose
9551
9552         * gtk/gtkdialog.c: Make all the spacings configurable via style
9553         properties, for chubbiness configuration in themes
9554
9555         * tests/testtext.c: fix path to the immodules.
9556         
9557 Mon Apr 23 18:57:03 2001  Jonathan Blandford  <jrb@redhat.com>
9558
9559         * gtk/gtksocket.c (gtk_socket_filter_func): add missing '}' that
9560         got munched by #endif.
9561
9562         * gtk/Makefile.am (gtk_plug_c_sources): add missing '\'
9563
9564         * gtk/gtktreeview.c: Refactored code to clean up a number of
9565         events.
9566
9567         * gtk/gtktreemodel.c (gtk_tree_path_compare): Switched return
9568         values to make consistent with other functions.  Spotted by Jeff
9569         Franks <jcf@tpg.com.au>.
9570
9571         * gtk/gtktreeview.h (struct _GtkTreeViewClass): Fixes to signal
9572         declaration spotted by Jeff Franks <jcf@tpg.com.au>.
9573
9574 2001-04-23  Sven Neumann  <sven@gimp.org>
9575
9576         * gtk/Makefile.am
9577         * gtk/gtkplug.c
9578         * gtk/gtksocket.c: on request of Owen, reverted my last change 
9579         and exclude gtkplug.c/gtksocket.c from the build for non-X11 targets
9580
9581 2001-04-23  Sven Neumann  <sven@gimp.org>
9582
9583         * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+
9584         compile for non-X11 targets again
9585
9586 2001-04-20  Alexander Larsson  <alexl@redhat.com>
9587
9588         * gtk/gtkcolorsel.[ch]:
9589         API Change. Take GdkColor arguments instead of gdouble *.
9590         Leave the old gtk_color_selection_set_color for compatibility,
9591         but marked deprecated.
9592         Do correct rounding when converting RGB <-> HSV.
9593         
9594         * gtk/gtkcolorseldialog.c:
9595         * tests/testgtk.c:
9596         Use new GtkColorSelection API.
9597
9598         * gtk/gtkhsv.c:
9599         Fix problem selecting colors in triangle when Hue is 330.
9600         Fix some black dots around the HSB triangle.
9601         
9602         * gtk/gtkfilesel.c:
9603         return FALSE from the focus_in_event handler to fix focus problems.
9604
9605 2001-04-18  Havoc Pennington  <hp@redhat.com>
9606
9607         * gtk/gtkwindow.c (gtk_window_class_init): add signals and binding
9608         set, so keybindings are configurable    
9609         (gtk_window_activate_default): Change to activate the focus widget
9610         instead if there's a focus widget, to be consistent with the
9611         behavior that previously existed in key_press_event
9612
9613 2001-04-18  Havoc Pennington  <hp@redhat.com>
9614
9615         * gdk/gdkkeyuni.c: Handle numeric keypad keysyms; bug #50201
9616
9617 2001-04-18  Havoc Pennington  <hp@redhat.com>
9618
9619         Close bug #50615:
9620         
9621         * gtk/gtkstyle.c (gtk_default_draw_layout): Use text_gc to draw
9622         the layout
9623
9624         * gtk/gtktext.c: Use base/text instead of bg/fg throughout
9625
9626         * gtk/gtkentry.c: Use base/text instead of bg/fg throughout
9627
9628         * gtk/gtktextdisplay.c: Use base/text instead of bg/fg throughout
9629         
9630         * gtk/gtkstyle.c (gtk_style_init): make GTK_STATE_SELECTED default
9631         to blue for base, in addition to bg
9632         
9633 2001-04-18  Havoc Pennington  <hp@redhat.com>
9634
9635         * tests/testgtk.c (create_image): allow shrinking the image window
9636         to test that we clip to allocation.
9637
9638         * gtk/gtkimage.c (gtk_image_expose): clip to allocation,
9639         #9845
9640
9641         * gtk/gtkenums.h: move GtkWrapMode in here, #50472
9642
9643 Wed Apr 18 14:23:14 2001  Owen Taylor  <otaylor@redhat.com>
9644
9645         * gdk/x11/gdkimage-x11.c (gdk_image_new): Try changing
9646         mode on shm segments to 0600. We'll see who complains.
9647
9648         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Call
9649         _gdk_windowing_window_destroy() AFTER recursing through
9650         children.
9651
9652         * tests/Makefile.am (noinst_PROGRAMS): Build testsocket,
9653         testsocket_child on X.
9654
9655         * tests/testsocket[_child].c: Fix uses of
9656         gtk_window_get_default_accel_group().
9657
9658         [ Merge patch from Ramiro Estrugo  <ramiro@eazel.com> from gtk-1-2 ]
9659
9660         * gdk/gdkimage.c: (gdk_image_get):
9661         Deal with the possibility that XGetImage() might return NULL.
9662         Allocate the GdkImagePrivate structure only after XGetImage()
9663         succeeds in order not to dereference a NULL ximage pointer.  This
9664         prevents a core dump when XGetImage() fails - which is unlikely,
9665         but can happen due to race conditions accessing the geometries of
9666         drawables.  An x error will still be triggered, but the gdk image
9667         wrapper at least wont seg fault.
9668         
9669 2001-04-18  Havoc Pennington  <hp@redhat.com>
9670
9671         * gtk/gtkimage.c: fix to properly queue resizes when the image is
9672         set
9673
9674         * gtk/gtktextview.c (gtk_text_view_do_popup): desensitize Paste
9675         if the insertion point isn't editable
9676
9677         * demos/gtk-demo/images.c: Added a GtkImage demo
9678
9679         * demos/gtk-demo/drawingarea.c: drawing area demo
9680         
9681         * demos/gtk-demo/menus.c (create_menu): cleanups
9682
9683 Wed Apr 18 12:15:52 2001  Owen Taylor  <otaylor@redhat.com>
9684
9685         * gdk/x11/gdkwindow-x11.c gdk/x11/gdkwindow-x11.h 
9686           gdk/x11/gdkevents-x11.c: Introduce an extra child
9687         of toplevel windows that serves to hold the focus to
9688         avoid events being delivered to embedded windows.
9689
9690         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Introduce
9691         some extra variables to clean up code and reduce the
9692         number of casts.
9693
9694         * gdk/x11/gdkwindow-x11.h (struct _GdkXPositionInfo): Use
9695         guint for 1 bit bit fields, not gboolean.
9696
9697 Wed Apr 18 10:04:23 2001  Owen Taylor  <otaylor@redhat.com>
9698
9699         * gtk/gtktooltips.c (gtk_tooltips_paint_window): Return FALSE,
9700         not TRUE. (Fixes #52925)
9701
9702 Tue Apr 17 18:05:34 2001  Owen Taylor  <otaylor@redhat.com>
9703
9704         * Released 1.3.4
9705
9706         * NEWS: Updated
9707
9708         * gtk/gtktextview.c (gtk_text_view_class_init): Fix to not
9709         use GTK_TYPE_ENUM.
9710
9711 Tue Apr 17 13:47:12 2001  Owen Taylor  <otaylor@redhat.com>
9712
9713         * configure.in: Don't put -lgthread in GLIB_LIBS, GLIB_DEPLIBS
9714
9715         * gtk/gtktypeutils.h gtk/gtksignals.h: Restore proper parameter
9716         names to compatibility #defines so docs work.
9717
9718         * gtk/gtkenums.h: Remove GtkMenuFactoryType
9719
9720         * gtk/gtkwindow.c gtk/gtkdnd.c: Docs cleanups.
9721
9722         * configure.in: Don't include -lgthread in GLIB_LIBS, GLIB_DEPLIBS
9723
9724         * tests/testgtkrc: No magenta cursors, please.
9725
9726         * README.in INSTALL.in HACKING README.cvs-commits: Updated.
9727
9728         * gtk/gtkenums.h (enum): Remove left over GtkMenuFactoryType.
9729         
9730 Mon Apr 16 14:38:41 2001  Owen Taylor  <otaylor@redhat.com>
9731
9732         * gtk/gtklist.c gtk/gtklistitem.c: Remove explicit pointer
9733         grabs, since they are no longer necessary.
9734
9735         * gtk/gtkcombo.c (gtk_combo_popup_button_press): Fix #52926
9736         by signal_connect() and call gtk_button_pressed() rather
9737         than signal_connect_after().
9738
9739         * tests/testgtk.c: Restore radio menu items to combos 
9740         since they'll look OK with Raleigh, and it is easier
9741         than finishing the process of removing them that was
9742         started earlier.
9743
9744 2001-04-16  Hans Breuer  <hans@breuer.org>
9745
9746         * gdk/gdk.def :
9747         * gtk/gtk.def : added all exports required to link PyGtk 0.7.1
9748
9749         * gdk/gdkfont.h : #define GDK_TYPE gdk_font_get_type ()
9750         we are interested in the functions return value not the function address
9751         * gdk/gdkvisual.h : same for GDK_TYPE_VISUAL
9752
9753         * gtk/makefile.msc.in : reflect movement of GDK_TYPEs from gtk to gdk
9754
9755 2001-04-14  Hans Breuer  <hans@breuer.org>
9756
9757         * gdk/gdk.def :
9758         * gdk/makefile.msc : updated
9759
9760         * gdk/win32/gdkdrawable.win32 (gdk_win32_draw_rectangle) : if modus is 
9761         "fill with tile" do so with new helper function gdk_win32_draw_tiles 
9762         (the testgtk::text backgound pixmap is drawn again)
9763         Changed SetTextAlign before pango_win32_render to TA_BASELINE to reflect 
9764         Win32 Pango change
9765         * gdk/win32/gdkprivate-win32.h : prototype for gdk_win32_draw_tiles
9766
9767         * gdk/win32/gdkproperty-win32.c : first implementation of gdk_setting_get
9768         Not sure if the returned settings have the right unit, because I couldn't
9769         find any docs for the X version ...
9770
9771         * gtk/gtk.def :
9772         * gtk/makefile.msc.in : updated
9773
9774 Thu Apr 12 17:41:17 2001  Owen Taylor  <otaylor@redhat.com>
9775
9776         * gtk-2.0.m4: Fix up to refer to GTK+, not to GLib; fix some
9777         wording problems. (Compared to version from Johannes Stezenbach to
9778         check correctness.)
9779
9780 Thu Apr 12 21:04:26 2001  Tim Janik  <timj@gtk.org>
9781
9782         * gtk/gtktreeview.c (_gtk_tree_view_column_start_drag): get
9783         this to compile.
9784
9785 2001-04-12  Anders Carlsson  <andersca@codefactory.se>
9786
9787         * gtk/gtkcellrenderertextpixbuf.c (gtk_cell_renderer_text_pixbuf_class_init): It's pixbuf_pos,
9788         not pixbufpos.
9789
9790         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Fix small typo.
9791
9792         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_property): xpad and ypad
9793         are unsigned insts, therefore use g_value_set_uint.
9794         (gtk_cell_renderer_set_property): Likewise, use g_value_get_uint.
9795
9796 Sun Apr  8 05:36:06 2001  Jonathan Blandford  <jrb@redhat.com>
9797
9798         * gtk/gtktextview.c (gtk_text_view_class_init): fix a fixme.
9799
9800         * gtk/gtkcellrendertoggle.c: change GTK_TYPE_POINTER to
9801         GTK_TYPE_STRING.
9802
9803         * gtk/gtktreeview.c: New functions to allow initial column
9804         dragging work.
9805
9806         * gtk/gtktreeviewcolumn.c: Initial column dragging support.
9807
9808         * tests/testtreefocus.c: give dave some love.
9809
9810         * tests/testtreesort.c: Modify test to check really long samples.
9811
9812 2001-04-11  Alexander Larsson  <alexl@redhat.com>
9813
9814         * gtk-2.0.m4: Pass pkg-config options
9815         before the other args so it works even if
9816         POSIXLY_CORRECT is set.
9817
9818 Mon Apr  9 19:02:07 2001  Tim Janik  <timj@gtk.org>
9819
9820         * configure.in (GTK_MICRO_VERSION): increment version to 1.3.4 (binary
9821         0, interface 0).
9822
9823 2001-04-04  Denis Oliver Kropp  <dok@convergence.de>
9824
9825         * gtk/gtkcalendar.c (gtk_calendar_button_press):
9826         check for action_func != NULL
9827
9828 2001-04-04  Sven Neumann  <sven@gimp.org>
9829
9830         * tests/testgtk.c (test_init): corrected path to gtk.immodules
9831
9832 Wed Apr  4 09:18:18 2001  Tim Janik  <timj@gtk.org>
9833
9834         * Released Gtk+-1.3.3.
9835
9836 Wed Apr  4 07:42:23 2001  Tim Janik  <timj@gtk.org>
9837
9838         * gdk/Makefile.am (EXTRA_DIST): add makeenums.pl to EXTRA_DIST.
9839
9840 Wed Apr  4 04:13:18 2001  Tim Janik  <timj@gtk.org>
9841
9842         * gtk/stock-icons/Makefile.am: stay in builddir and read/write
9843         files to/from source dir. (if we don't stay in builddir, we
9844         can't reach make-inline-pixbuf.
9845
9846         * gdk/Makefile.am (gdkenumtypes.c): add $(srcdir) to mekeenums.pl
9847         deps.
9848
9849         * configure.in (GTK_MICRO_VERSION): up and away (1.3.3 bin/interface
9850         ages 0).
9851
9852 Tue Apr  3 15:04:45 2001  Jonathan Blandford  <jrb@redhat.com>
9853
9854         * gtk/gtktreemodelsort.h:  removed set_sort_column, as it was
9855         moved to the GtkTreeSortable interface.
9856
9857         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
9858         Make more efficient (fixes #50262).
9859
9860 Tue Apr  3 13:55:37 2001  Owen Taylor  <otaylor@redhat.com>
9861
9862         * NEWS: Updated.
9863
9864         * configure.in: Remove support for uninstalled glib.
9865
9866         * gtk/gtkdnd.c (gtk_drag_highlight_expose): Return FALSE as
9867         so as not to stop emission.
9868
9869         * gtk-config-2.0.in: Exit with an error message that gtk-config-2.0
9870         is no longer supported.
9871
9872         * Makefile.am gtk/Makefile.am tests/*: Moved all tests
9873         into tests, change build order to build modules before
9874         gtk/.
9875
9876         * modules/input/Makefile.am: Move gtk-query-immodules-2.0 invocation
9877         to here.
9878
9879 Tue Apr  3 13:52:57 2001  Tim Janik  <timj@gtk.org>
9880
9881         * gtk/gtkitemfactory.[hc]: changed gtk_item_factory_dump_items()
9882         and gtk_item_factory_dump_rc() GtkPatternSpec argument to
9883         GPatternSpec. this is actually unlikely to cause breakage in
9884         third-party apps since except for gle, pretty much ever caller
9885         passes NULL here.
9886
9887         * gtk/gtkbindings.[hc]: removed gtk_pattern_*() API.
9888
9889         * *.c: use g_pattern_*() API.
9890
9891         * docs/Changes-2.0.txt: GtkPatternSpec->GPatternSpec updates.
9892
9893         * gtk/gtkstyle.c (gtk_default_draw_resize_grip): assert unhandled
9894         directions aren't passed in.
9895
9896         * gtk/gtksettings.[hc] (_gtk_settings_parse_convert): export conversion
9897         functionality to be usable from gtkstyle.c as well, give precedence
9898         for conversion to user-supplied parsers.
9899         s/_gtk_rc_property_parser_for_type/_gtk_rc_property_parser_from_type/;
9900
9901         * gtk/gtkstyle.c (_gtk_style_peek_property_value): use
9902         _gtk_settings_parse_convert() for rcporperty value conversion.
9903
9904 2001-04-03  Alexander Larsson  <alexl@redhat.com>
9905
9906         * gdk/linux-fb/gdkevents-fb.c:
9907         Add empty gdk_setting_get().
9908
9909 Tue Apr  3 05:09:07 2001  Tim Janik  <timj@gtk.org>
9910
9911         * gtk/gtkmain.c (_gtk_boolean_handled_accumulator): use more elaborate
9912         variable names.
9913         
9914         * gtk/makeenums.pl: touch this so enum files get remade.
9915
9916 Mon Apr  2 19:36:57 2001  Jonathan Blandford  <jrb@redhat.com>
9917
9918         * gtk/gtktreestore.c (gtk_tree_store_init):  Bug fix to make trees
9919         work again when not sorted.
9920
9921         * gtk/gtktreeview.c (gtk_tree_view_class_init): Add "collapse_row"
9922         and "expand_row" signal, closing bug 52578.
9923
9924         * gtk/gtktreeview.c (gtk_tree_view_expand_row): Add signal
9925         support.
9926
9927         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): Add signal
9928         support.
9929
9930 Mon Apr  2 18:18:07 2001  Owen Taylor  <otaylor@redhat.com>
9931
9932         * gdk/gdkevents.h: Add GdkEventSetting event for notification
9933         of changes to system settings, gdk_setting_get() to retrieve
9934         a single system setting.
9935
9936         * gdk/x11/gdkevents-x11.c: Bridge gdk_setting_get() and GdkEventSetting
9937         to the draft XSETTINGS mechanism.
9938
9939         * gdk/x11/xsettings-{common,client}.[ch]: Sample-implementation of
9940         XSETTINGS.
9941
9942         * gtk/gtkmain.c gtk/gtksettings.[ch]: Propagate notification
9943         of GDK settings changes to the GtkSettings object.
9944
9945         * gdk/gdkevents.[ch] gdk/gtk/gtksettings.c: Hook up the
9946         double-click-timeout property to GDK.
9947
9948         * gdk/gdkcolor.[ch] gdk/gdkvisual.h gdk/gdkevent.[ch] gdk/gdkfont.[ch]:
9949         Define GDK boxed types here.
9950
9951         * gdk/Makefile.am gdk/makeenums.pl: Generate source files
9952         gdk/gdkenumtypes.[ch] for enum definitions.
9953
9954         * gtk/gtkcompat.h: Add defines for GTK_TYPE_GDK_*
9955         * gtk/gtk-boxed.defs: Comment out GDK types
9956         * gtk/gtktypeutils.h: Remove GDK types
9957         * gtk/Makefile.am: No longer scan GDK headers for enumerataions
9958
9959 Mon Apr  2 16:41:08 2001  Owen Taylor  <otaylor@redhat.com>
9960
9961         * Applied patch from Ron Steinke to add signal accumulators
9962         so that signals with the convention 'TRUE return means
9963         handled' stop emission on a TRUE return.
9964
9965         * gtk/gtkmain.[ch]: Add private accumulator 
9966         _gtk_boolean_handled_accumulator, used throughout GTK+.
9967         
9968         * gtk/gtkspinbutton.c: Add accumulator for ::output.
9969
9970         * gtk/gtktipsquery.c: Add accumulator for ::widget_selected
9971         
9972         * gtk/gtkwidget.c: Add accumulators for event signals,
9973         ::drag_motion, ::drag_drop. Use _gtk_boolean_handled_accumator
9974         for ::mnemonic-activate.
9975
9976         * gtk/gtkwindow.c: Add accumulator for ::frame_event
9977
9978 Mon Apr  2 16:24:21 2001  Owen Taylor  <otaylor@redhat.com>
9979
9980         * gtk/gtkwidget.c: Add missing include.
9981
9982 Mon Apr  2 16:56:15 2001  Jonathan Blandford  <jrb@redhat.com>
9983
9984         * gtk/gtkmarshal.list (VOID:BOXED,BOXED,BOXED,BOXED): new
9985         marshaller.
9986
9987         * gtk/gtktreemodel.c (gtk_tree_model_range_changed): change
9988         "changed" signal to "range_changed".
9989
9990         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix small bug where
9991         removing a tree from one model would remove all trees from that
9992         model.
9993         * gtk/gtktreeview.c (gtk_tree_view_range_changed): use range
9994         changed signal instead.
9995
9996 Mon Apr  2 16:13:58 2001  Owen Taylor  <otaylor@redhat.com>
9997
9998         * gtk/gtkinvisible.c (gtk_invisible_style_set): Avoid
9999         chaining up to parent impl, since we have a INPUT_ONLY
10000         window.
10001
10002         * gtk/gtkentry.[ch]: Add a cursor_color property to set the
10003         foreground color for the cursor.
10004
10005 Mon Apr  2 15:06:13 2001  Owen Taylor  <otaylor@redhat.com>
10006
10007         * gtk/gtkstyle.c (_gtk_style_peek_property_value): Reference 
10008         param spec when caching property values, since we unref it
10009         later when we free the style.
10010
10011         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): Dont' free
10012         values since they are retrieved with G_VALUE_NO_COPY_CONTENTS.
10013
10014 Mon Apr  2 10:47:57 2001  Owen Taylor  <otaylor@redhat.com>
10015
10016         * gtk/gtkwidget.c (gtk_widget_class_init): Fix 
10017         G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPE
10018         stupidity.
10019
10020 Mon Apr  2 00:51:11 2001  Owen Taylor  <otaylor@redhat.com>
10021
10022         [ First pass at adding style properties. Still needs some definite
10023         fine-tuning. ]
10024
10025         * gtk/gtkbutton.c: Add ::default_spacing style property.
10026          
10027         * gtk/gtkcheckbutton.[ch] gtkradiobutton.c: Add ::indicator_size,
10028         ::indicator_spacing style properties.
10029
10030         * gtk/gtkoptionmenu.c: Add ::indicator_size, ::indicator_spacing
10031         style properties.
10032
10033         * gtk/gtk{,h,v}paned.[ch]: Make handle_size a style property
10034         rather than a normal property.
10035
10036         * gtk/gtkwidget.c: Add an ::interior_focus style property to
10037         draw focus inside buttons, in the Windows/Java Metal/etc. style.
10038
10039         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtktogglenbutton.c:
10040         Honor ::interior_focus.
10041         
10042         * gtk/gtkentry.c: Don't draw focus at all when ::interior_focus is 
10043         TRUE.
10044
10045         * gtk/gtkrange.[ch] gtk/gtk{h,v}scrollbar.c gtk/gtk{h,v}scale.c:
10046         Add ::slider_width, ::trough_border, ::stepper_size,
10047         ::stepper_spacing style properties.
10048
10049         * gtk/gtkscale.[ch] Add ::slider-length style property.
10050
10051 2001-04-02 Alexander Larsson   <alexl@redhat.com>
10052
10053         * gdk/linux-fb/gdkwindow-fb.c:
10054         Add gdk_window_begin_resize_drag and gdk_window_begin_move_drag. Remove some
10055         warnings that were spewed on startup.
10056
10057         * gtk/gtkwindow-decorate.c:
10058         gtk_window_reposition -> _gtk_window_reposition
10059
10060 Sun Apr  1 21:37:22 2001  Owen Taylor  <otaylor@redhat.com>
10061
10062         * gtk/gtkwidget.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
10063         Add boxed type for GtkRequistion. Use it for ::size-request.
10064
10065         * gtk/gtkstyle.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
10066         Add a new GtkBorder structure useful for geometry properties
10067         for widgets. Add corresponding GTK_TYPE_BORDER.
10068         
10069         * gtk/gtkwidget.c (gtk_widget_class_install_style_property):
10070         Support automatic parser selection like
10071         gtk_settings_install_property_parser().
10072
10073         * gtk/gtksettings.c (_gtk_rc_property_select_parser): Export
10074         functionality for use by gtk_widget_class_install_style_property.
10075         Support GTK_TYPE_BORDER, GTK_TYPE_REQUISITION.
10076
10077 Sun Apr  1 20:48:59 2001  Owen Taylor  <otaylor@redhat.com>
10078
10079         * gtk/gtkentry.c (gtk_entry_class_init): Make invisible-char
10080         g_param_spec_unichar(). 
10081
10082 Sun Apr  1 23:41:37 2001  Tim Janik  <timj@gtk.org>
10083
10084         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): raise window for non
10085         _NET window managers.
10086
10087         * gtk/gtkmenufactory.[hc]: cvs removed those files now.
10088
10089 Sun Apr  1 08:00:13 2001  Tim Janik  <timj@gtk.org>
10090
10091         * gtk/gtkwidget.[hc]: got rid of gtk_widget_popup(), a function that
10092         bad needs to be nuked, not just deprecated.
10093
10094         * gtk/gtktooltips.c (gtk_tooltips_draw_tips): don't use 
10095         gtk_widget_popup().
10096
10097         * gtk/*.[hc]: s/activate_mnemonic/mnemonic_activate/g;
10098         
10099         * gtk/gtkmenufactory.[hc]: removed this long-standingly deprecated
10100         widget.
10101         
10102         * docs/Changes-2.0.txt: updates.
10103         
10104 Sun Apr  1 01:02:54 2001  Jonathan Blandford  <jrb@redhat.com>
10105
10106         * gtk/gtktreestore.c (gtk_tree_store_sort_iter_changed):
10107         for (i = 0; i < 100; i ++)
10108           g_print ("I will confirm it compile before committing\n");
10109
10110 Sun Apr  1 00:52:06 2001  Jonathan Blandford  <jrb@redhat.com>
10111
10112         * gtk/gtktreestore.c: Initial work on implementing the
10113         GtkTreeSortable interface.  Basicaly a big cut'n'paste job.
10114
10115 Sun Apr  1 03:28:14 2001  Tim Janik  <timj@gtk.org>
10116
10117         * gtk/gtkwidget.c: fixed a bunch of notifications, added
10118         reference counts around emissions where the widget is used afterwards.
10119         added freeze/thaws around multiple properties being notified.
10120         (_gtk_widget_get_aux_info): cleanups.
10121         
10122         * gtk/gtksettings.c (gtk_settings_install_property): provide
10123         default parsing functions for gdkcolor, enums and flags.
10124
10125         * gtk/gtkwindow.[hc]: partially reverted patch from havoc,
10126         applied by owen.
10127         backed out gtk_window_get_location(), gtk_window_set_location(),
10128         gtk_window_get_size() and gtk_window_set_size(), these
10129         have to be sorted out wrg x/y/width/height/default_with/default_height
10130         properties.
10131         kept a flag in GtkWindowGeometryInfo to handle user
10132         resetting default sizes.
10133         cleaned up ZVT comments.
10134         bunch of assorted bug fixes, notification fixes.
10135         (_gtk_window_reposition): make this a really internal function.
10136         
10137         * gtk/testgtk.c: fixups.
10138         
10139 2001-03-31  Hans Breuer  <hans@breuer.org>
10140
10141         * config.h.win32.in : disable USE_MMX for msvc build cause
10142         the assembler doesn't fit and is out of my scope. Disable
10143         USE_GMODULE for msvc build as wel. The right way to share
10144         binaries on win32 would be to use libtiff.dll etc. To reduce
10145         installation hassles IMO it's better to include all fileformats
10146         builtin to gdk-pixbuf
10147
10148         * gdk-pixbuf/makefile.msc : new file
10149
10150         * gdk/gdk.def : updated
10151
10152         * gdk/win32/gdkevents-win32.c : don't erase the background if
10153         .no_bg is set. It improves the scrolling (e.g. of testgtk main
10154         buttons
10155         * gdk/win32/gdkgeometry-win32.c : added comment about the above
10156
10157         * gdk/win32/gdkwindow-win32.c : added three new functions like
10158         the X version. Only one is implemented, because the other two
10159         "gdk_window_begin_(resize|move)_drag" got no docs and appear to
10160         be default behaviour on win32 anyway ...
10161
10162         * gtk/gtk.def : updated
10163
10164         * gtk/makefile.msc.in : update for new files, use glib-genmarshal
10165         from where it was built and add an additional rule to automagically
10166         build gtkmarshal.[hc]
10167
10168         * gtk/gtkfilesel.c (open_new_dir) : don't increase n_entries
10169         before array access for the current entry isn't finished
10170
10171         * gtk/gtktreeitem.c (gtk_tree_item_subtree_button_click) :
10172         use g_return_val_if_fail
10173
10174         * gtk/testgtk.c (window_controls) : don't use the *wrong* size
10175         for the static array, but let the compiler calculate it. It
10176         makes me wonder if gcc isn't capable to catch bugs like this ...
10177
10178 2001-03-31  James Henstridge  <james@daa.com.au>
10179
10180         * gtk/gtkwidget.c (gtk_widget_size_adjust): fix use of magic
10181         constant "-1" in the aux info structure.
10182
10183 2001-03-30  Alexander Larsson  <alexl@redhat.com>
10184
10185         * gtk/gtkbutton.c (gtk_button_get_property):
10186         * gtk/gtklabel.c:
10187         Remove leaks.
10188         
10189         * gtk/gtkcontainer.c:
10190         * gtk/gtkhscale.c:
10191         * gtk/gtkhscrollbar.c:
10192         * gtk/gtklayout.c:
10193         * gtk/gtkmisc.c:
10194         * gtk/gtkprogress.c:
10195         * gtk/gtkprogressbar.c:
10196         * gtk/gtkrange.c:
10197         * gtk/gtktable.c:
10198         * gtk/gtkviewport.c:
10199         * gtk/gtkvscale.c:
10200         * gtk/gtkvscrollbar.c:
10201         * gtk/gtkwidget.c:
10202         Property patches, based on patches from John Margaglione and Lee Mallabone.
10203
10204 Thu Mar 29 21:20:38 2001  Mike Kestner  <mkestner@ameritech.net>
10205
10206         * gtk/gtkspinbutton.c : added value_changed signal which proxies for the
10207         adjustment. Cleaned redundant preconditions (spin != NULL). Added
10208         inline API function docs.
10209         (gtk_spin_button_new_with_range): New convenience constructor.
10210         (gtk_spin_button_set_increments): New adjustment helper.
10211         (gtk_spin_button_set_range): New adjustment helper.
10212
10213         * gtk/testgtk.c : added test of the new convenince constructor and
10214         value_changed signals.
10215
10216 Thu Mar 29 20:20:38 2001  Jonathan Blandford  <jrb@redhat.com>
10217
10218         * gtk/gtktreemodel.c (gtk_tree_row_ref_reordered_callback): Now we
10219         listen to the reorder signal.
10220
10221 Wed Mar 28 20:30:26 2001  Owen Taylor  <otaylor@redhat.com>
10222
10223         * gtk/gtkwidget.[ch] (_gtk_widget_get_aux_info): Add private function
10224         to get the aux info structure fo the widget.
10225
10226         * gtk/gtklabel.c gtk/gtkscrolledwindow.c gtk/gtkwindow.c: Use
10227         above function.
10228
10229         [ Patch from  Havoc Pennington  <hp@redhat.com> ]
10230
10231         * gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents): function
10232         to get the size of the window manager frame, basically the same
10233         code that gdk_window_get_root_origin() had
10234         (gdk_window_get_root_origin): use gdk_window_get_frame_extents()
10235
10236         * gtk/gtkwindow.c (gtk_window_set_default_size): use
10237         gdk_window_resize() if the window is realized and resizeable
10238
10239         * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): fix
10240         typo so that setting gravity works
10241
10242         * gtk/gtkwindow.c (gtk_window_move_resize): don't ever use
10243         allocation if auto_shrink is on, even if the default size
10244         has not changed.
10245
10246         * gtk/gtkwidget.c (gtk_widget_render_icon): remove bogus
10247         g_return_if_fail
10248
10249 Thu Mar 29 16:29:12 2001  Jonathan Blandford  <jrb@redhat.com>
10250
10251         * gtk/gtkliststore.c (gtk_list_store_iter_changed): Massive
10252         reordering/sorting work.  Now pretty much works.
10253
10254         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Lots of work to make
10255         reorder mostly work.  Still need to get the parity correct.
10256
10257         * gtk/gtktreeviewcolumn.c: Listen for "model" property changed
10258         signal, so I can listen for the sort_column_changed signal so I
10259         can change my "sort_indicator" property.  Cool.
10260
10261 Wed Mar 28 00:03:10 2001  Owen Taylor  <otaylor@redhat.com>
10262
10263         [ Patch from Havoc Pennington, hp@redhat.com ]
10264
10265         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c:
10266         Add functions gdk_window_begin_resize_drag/begin_move_drag
10267         to start resizing or moving a toplevel window. This
10268         is done either using the _NET_WM_MOVERESIZE protocol,
10269         or, if that isn't present, by emulation.
10270
10271         * gtk/gtkwindow.[ch]: Add functions gtk_begin_move/resize_drag
10272         to export the above to GTK+-land.
10273
10274         * gtk/gtkstyle.[ch]: Add ->draw_resize_grip() paint func.
10275         
10276         * gtk/gtkwindow.c gdk/gdkwindow.[ch] (gdk_window_constrain_size):
10277         Move this function into gdkwindow, since we need it
10278         when implementing fallback resizing.
10279
10280         * gdk/x11/gdkwindow-x11.c: gdk_window_set_geometry_hints.
10281         Fix typo when setting gravity.
10282
10283         * gtk/gtkstatusbar.[ch] (gtk_statusbar_set_has_resize_grip):
10284         Add an optional (but on by default) resize grip for resizing 
10285         the parent window.
10286
10287 01-03-29  Alexander Larsson  <alexl@redhat.com>
10288
10289         * gtk/gtktooltips.c (gtk_tooltips_event_handler):
10290         Don't return TRUE from the event handler, that blocks all
10291         event signals on the tooltip widget. Now you can press buttons
10292         in toolbars again.
10293
10294 Wed Mar 28 19:20:43 2001  Owen Taylor  <otaylor@redhat.com>
10295
10296         * gtk/testtext.c (create_buffer): Add missing NULL on
10297         valist.
10298
10299         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Fix
10300         c-n-p problem with INCONSISTENT property.
10301
10302         [ Patch from Havoc Pennington  <hp@redhat.com> ]
10303
10304         * gtk/gtkentry.h (struct _GtkEntryClass): add same populate_popup
10305         hook.
10306
10307         * gtk/gtktextview.h (struct _GtkTextViewClass): add populate_popup
10308         signal as a hook for extending the default popup menu
10309
10310         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
10311         use radio menu items for the input method menuitems
10312
10313         * gtk/gtkimcontextsimple.c (check_hex): do better validation of 
10314         inserted unicode from Ctrl-Shift-hex input method
10315
10316         * gtk/gtktextbtree.c (_gtk_text_btree_insert): remove utf8
10317         validatation here, already done at GtkTextBuffer level.
10318
10319         * gtk/gtkwidget.c (gtk_widget_class_init): add binding set, add
10320         popup_menu run action signal and Shift+F10 and Menu keybindings.
10321
10322         * gtk/gtkentry.c: implement a default handler for popup_menu
10323
10324         * gtk/gtktextview.c: implement a default handler for popup_menu
10325
10326         * gtk/gtkmenu.c (gtk_menu_popup): select first item if popup is
10327         from a key event
10328         
10329         * gtk/gtklabel.c: remove "trailer" cruft
10330
10331 Wed Mar 28 17:27:12 2001  Jonathan Blandford  <jrb@redhat.com>
10332
10333         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): new function to
10334         handle reordering of trees.  Seems to mostly work w/ the exception
10335         of the parity flag.
10336
10337         * gtk/gtktreeview.c (gtk_tree_view_reordered): handle "reordered"
10338         signal.
10339
10340 Wed Mar 28 21:12:37 2001  Tim Janik  <timj@gtk.org>
10341
10342         * gtk/gtkwidget.h: c++ fixes.
10343
10344 Sun Mar 25 15:51:28 2001  Owen Taylor  <otaylor@redhat.com>
10345
10346         * gtk/gtksettings.c (gtk_settings_init): Fix use of uninitialized
10347         memory.
10348
10349 Tue Mar 27 22:36:07 2001  Owen Taylor  <otaylor@redhat.com>
10350
10351         * gtk/gtkwidget.h gtk/gtkrange.h: Apply patch from 
10352         Nils Barth fixing event return values. (#51041)
10353
10354         * gtk/gtkwidget.c: Fix some return values for default
10355         functions.
10356
10357         * gtk/gtk[vh]scrollbar.c gtk/gtk[vh]range.c: Fix
10358         return values for trough_keys functions.
10359
10360         * gtk/gtkwidget.h (struct _GtkWidgetClass): Fix return
10361         value for add_accelerator (shoudl have been a void
10362         return.)
10363
10364         * gtk/gtkcellrenderer.[ch]: gtkcellrenderertoggle.h:
10365         Fix return type of EVENT.
10366
10367         * gtk/gtkmarshal.list gtk/gtktexttag.c: Make EVENT
10368         signal return a boolean.
10369
10370 Tue Mar 27 22:07:44 2001  Jonathan Blandford  <jrb@redhat.com>
10371
10372         * gtk/gtkliststore.c (gtk_list_store_sort): Fix arguments to
10373         reordered signal.
10374
10375         * tests/testtreesort.c (main): fix spelling.
10376
10377 Tue Mar 27 20:55:29 2001  Jonathan Blandford  <jrb@redhat.com>
10378
10379         * gtk/gtkliststore.c: More work on implementing sortable
10380         interface.
10381
10382 Mon Mar 26 15:48:45 2001  Owen Taylor  <otaylor@redhat.com>
10383
10384         * gtk/gtkwindow.c (gtk_window_list_toplevels): Don't
10385         reference the widgets in the resulting list. (#11821)
10386         This makes this consistent with gtk_container_children.
10387
10388         * gtk/gtkwindow.c gtk/gtkwidget.c: Fix up the two
10389         uses of gtk_window_list_toplevels.
10390
10391 Mon Mar 26 15:26:17 2001  Owen Taylor  <otaylor@redhat.com>
10392
10393         * gtk/gtkimcontext.c (gtk_im_context_set_use_preedit): Add
10394         a virtual function to set whether the IM context should use 
10395         the preedit string. (#51922)
10396         
10397 Mon Mar 26 14:42:59 2001  Owen Taylor  <otaylor@redhat.com>
10398
10399         * gdk/gdkpango.h: Remove stale FIXME comment.
10400
10401 2001-03-26  Alexander Larsson  <alla@lysator.liu.se>
10402
10403         * gtk/gtkfilesel.c (gtk_file_selection_get_filename):
10404         Fixed bug that returned NULL if a filename was selected.
10405
10406 2001-03-24  Havoc Pennington  <hp@pobox.com>
10407
10408         * gtk/gtkthemes.c (gtk_theme_engine_load): improve error message
10409         to contain the word "theme"
10410
10411 2001-03-24  Havoc Pennington  <hp@pobox.com>
10412
10413         * gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much
10414         slower but finer-grained
10415         (gtk_hsv_focus): get initial focus on the ring or triangle 
10416         according to tab direction
10417
10418         * gtk/testgtk.c (main): get rid of weird sleep(1) on exit
10419
10420 2001-03-23  Havoc Pennington  <hp@pobox.com>
10421
10422         * gtk/gtkhsv.c: make this somewhat key-navigable
10423
10424         * gtk/gtkfontsel.c: mnemonics
10425
10426         * gtk/gtkgamma.c: mnemonics
10427
10428         * gtk/gtkcolorsel.c: add mnemonics to labels
10429
10430 2001-03-22  Havoc Pennington  <hp@pobox.com>
10431
10432         Applied big patch from Seth Lytle to fix event handler return
10433         values, slightly modified.
10434
10435         * gtk/gtkcalendar.c (gtk_calendar_button_press): return TRUE if
10436         handled.
10437         (gtk_calendar_key_press): return TRUE for GDK_space triggers
10438         select_day
10439
10440         * gtk/gtkclist.c (gtk_clist_button_press): return TRUE if handled
10441         (gtk_clist_button_release): return TRUE if handled
10442
10443         * gtk/gtkcolorsel.c (mouse_release):
10444         (palette_activate): 
10445         (palette_press): 
10446         (palette_new): 
10447         (mouse_press): 
10448         (get_screen_color): 
10449         fixed return type (void to gboolean), return TRUE,
10450         added GTK_SIGNAL_FUNC cast
10451
10452         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fixed return type
10453         (void to gboolean), and return TRUE
10454         (gtk_combo_button_release): changed return value to TRUE after
10455         gtk_grab_add on combo->popwin
10456
10457         * gtk/gtkctree.c (gtk_ctree_button_press): return TRUE if triggers a
10458         collapse or expand
10459
10460         * gtk/gtkcurve.c (gtk_curve_graph_events): return TRUE for
10461         button/motion
10462
10463         * gtk/gtkdnd.c (gtk_drag_source_event_cb): return TRUE for button
10464         press/release and motion that trigger act
10465
10466         * gtk/gtkentry.c (gtk_entry_button_release): return TRUE
10467
10468         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): return TRUE
10469         for GDK_Return
10470         
10471         * gtk/gtklist.c (gtk_list_button_press): return TRUE mostly
10472         (gtk_list_button_release): return TRUE if selection
10473
10474         * gtk/gtklistitem.c (gtk_list_item_button_press): return TRUE on
10475         press
10476
10477         * gtk/gtkmenushell.c (gtk_menu_shell_button_press):
10478         (gtk_menu_shell_button_release): chain parent_menu_shell retval
10479
10480         * gtk/gtknotebook.c (gtk_notebook_button_press): return FALSE if
10481         nothing triggered
10482         (gtk_notebook_button_release): return TRUE if we do anything
10483
10484         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): 
10485         (gtk_spin_button_button_release): return TRUE or chained retval
10486
10487         * gtk/gtktext.c (gtk_text_button_press): 
10488         (gtk_text_button_release): return TRUE
10489         (gtk_text_key_press): remove redundant retval code
10490         
10491         * gtk/gtktreeitem.c (gtk_tree_item_button_press): return TRUE if button
10492         and sensitive
10493         (gtk_tree_item_subtree_button_click): changed type to gint, and return
10494         TRUE if sensitive
10495
10496         * gtk/gtktooltips.c (gtk_tooltips_event_handler): deactivate implies 
10497         return TRUE
10498
10499 2001-03-23  Havoc Pennington  <hp@redhat.com>
10500
10501         * gtk/testgtk.c: fix warnings
10502
10503         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): fix return value
10504
10505         * gtk/gtktextview.c: fix warnings
10506
10507         * gtk/gtktext.c (find_cursor_at_line): fix warning
10508
10509         * gtk/gtkselection.c (gtk_selection_notify): fix warning 
10510
10511         * gtk/gtkitemfactory.c (gtk_item_factory_menu_pos): fix signature
10512         of this function
10513
10514         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
10515         fix warning
10516
10517         * gtk/gtkhandlebox.c (gtk_handle_box_style_set): fix warning
10518
10519         * gtk/gtkfontsel.c: fix warning
10520
10521         * gtk/gtkcolorsel.c: fix warnings
10522
10523 2001-03-23  Havoc Pennington  <hp@redhat.com>
10524
10525         * gtk/gtkhandlebox.c: Apply property patch from Lee Mallabone
10526
10527         * gtk/gtkbox.c: Apply property patch from Lee Mallabone
10528
10529         * gtk/gtkcheckmenuitem.c: Apply property patch from Lee Mallabone,
10530         and deprecated gtk_check_menu_item_set_show_toggle().
10531         
10532         * gtk/gtkbutton.c: Apply property patch from Lee Mallabone
10533
10534         * gtk/gtkfilesel.c: Apply property patch from Lee Mallabone
10535
10536         * gtk/gtkframe.c: Apply property patch from Lee Mallabone
10537
10538 2001-03-23  Havoc Pennington  <hp@redhat.com>
10539
10540         * gtk/gtktoolbar.c, gtk/gtkimcontext.c, gtk/gtklabel.c: fix up
10541         some docs
10542
10543 Fri Mar 23 16:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
10544
10545         * gtk/gtktreeviewcolumn.h (GtkCellDataFunc): Forgot to namespace
10546         this.
10547
10548         * gtk/gtktreestore.c (gtk_tree_store_set_value): change from
10549         set_cell to set_value
10550
10551         * gtk/gtkliststore.c (gtk_list_store_set_value): change from
10552         set_cell to set_value
10553
10554 Thu Mar 22 19:27:34 2001  Jonathan Blandford  <jrb@redhat.com>
10555
10556         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
10557         fix braino.
10558         * gtk/gtktreesortable.[ch]: New interface to add cleanup sortable
10559         support.
10560
10561         * gtk/gtktreeview.c: Addition of initial sortable support.
10562
10563         * gtk/gtktreestore.c: Addition of initial sortable support.
10564
10565         * gtk/gtkliststore.c: Addition of initial sortable support.
10566
10567         * gtk/gtkmarshal.list: yet another marshaller.
10568
10569         * gtk/gtktreedatallist.[ch]: shared code between the store models
10570         for handling sorting headers.
10571
10572 2001-03-22  Havoc Pennington  <hp@redhat.com>
10573
10574         * gtk/gtkcontainer.c (gtk_container_set_focus_chain): 
10575         (gtk_container_unset_focus_chain): Add ability to override the 
10576         focus chain for a container explicitly
10577
10578 Thu Mar 22 13:01:44 2001  Tim Janik  <timj@gtk.org>
10579
10580         * gtk/gtklabel.[hc]: some cleanups, fixed mnemonic_widget handling,
10581         added PROP_MNEMONIC_WIDGET.
10582
10583         * gtk/gtkwindow.c (gtk_window_activate_mnemonic): 
10584         (gtk_window_remove_mnemonic): 
10585         (gtk_window_add_mnemonic): fixed assertions.
10586         (gtk_window_activate_mnemonic): constrain modifier checks to those
10587         permitted by gtk_accelerator_get_default_mod_mask().
10588         got rid of gtk_window_get_default_accel_group().
10589
10590         * gtk/gtkwidget.c (gtk_widget_real_activate_mnemonic): handle non
10591         activatable widgets either by focussing or a warning.
10592         added a signal accumulator to ::activate_mnemonic which stops the
10593         emission once a handler returned TRUE.
10594
10595 2001-03-22  Havoc Pennington  <hp@pobox.com>
10596
10597         * gtk/gtktoolbar.c (gtk_toolbar_insert_stock): handle mnemonics in
10598         the stock item label
10599
10600         * gtk/gtklabel.c: s/@gtk_func/gtk_func()/ in docs
10601
10602         * gtk/gtkstock.c (builtin_items): add mnemonics where missing
10603
10604         * demos/gtk-demo/*.c: Add mnemonics all over the place
10605
10606         * gtk/gtklabel.h: mark parse_uline deprecated
10607
10608 2001-03-21  Alexander Larsson  <alexl@redhat.com>
10609
10610         * gtk/gtkitemfactory.[ch]:
10611         Add support for stock and normal imagemenuitems.
10612         
10613         * gtk/testgtk.c:
10614         Add some tests for mnemonics, stock toolbars, stock
10615         and image menuitems in itemfactory and gdk_window_scroll.
10616
10617 2001-03-21  Alexander Larsson  <alexl@redhat.com>
10618
10619         * gtk/gtkbutton.[ch]:
10620         * gtk/gtkdialog.c:
10621         Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and
10622         removed accel_group argument. Renamed gtk_button_new_accel() to
10623         gtk_button_new_with_mnemonic() and removed accel_group argument.
10624
10625         * gtk/gtkcheckbutton.[ch]:
10626         New function gtk_check_button_new_with_mnemonic().
10627
10628         * gtk/gtkentry.c:
10629         Override activate_mnemonic and just grab focus.
10630
10631         * gtk/gtkitemfactory.c:
10632         Don't add menu uline accel group, instead use mnemonics support.
10633
10634         * gtk/gtklabel.[ch]:
10635         New support for mnemonics.
10636
10637         * gtk/gtkmarshal.list:
10638         Needed BOOLEAN:BOOLEAN for activate_mnemonic.
10639
10640         * gtk/gtkmenu.[c]:
10641         * gtkmenushell.c:
10642         Use mnemonics instead of accel groups for uline
10643         support in menu items.
10644         Removed gtk_menu_get_uline_accel_group() and
10645         gtk_menu_ensure_uline_accel_group().
10646
10647         * gtk/gtkmenuitem.c:
10648         Override activate_mnemonic to handle switching between
10649         menu items if there are collisions.
10650         
10651         * gtk/gtknotebook.c:
10652         Connect to activate_mnemonic on the tab_label, so that
10653         activating it switches to that notebook page.
10654
10655         * gtk/gtkwidget.[ch]:
10656         Add activate_mnemonic signal. New function
10657         gtk_widget_activate_mnemonic() to emit it.
10658         Default implementation does activate/grab_focus.
10659
10660         * gtk/gtkwindow.[ch]:
10661         Add support for mnemonics in windows.
10662         New functions:
10663         gtk_window_add_mnemonic, gtk_window_remove_mnemonic,
10664         gtk_window_activate_mnemonic, gtk_window_set_mnemonic_modifier
10665
10666         * gtk/testgtk.c:
10667         Update to function name changes.
10668         
10669 2001-03-21  Alexander Larsson  <alexl@redhat.com>
10670
10671         * gtk/gtkimagemenuitem.[c]:
10672         Add gtk_image_menu_item_new_from_stock()
10673
10674 Tue Mar 20 15:00:43 2001  Jonathan Blandford  <jrb@redhat.com>
10675
10676         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
10677         Fix buglet in meeting.
10678
10679 2001-03-19  Havoc Pennington  <hp@redhat.com>
10680
10681         * gtk/gtkiconfactory.c: Make GtkIconSource an opaque datatype, and
10682         add a bunch of accessor functions. This is because we have
10683         reasonable expectations of extending what fields it contains in
10684         the future.
10685
10686         * gtk/gtkstyle.c (gtk_default_render_icon): adapt to icon source
10687         changes
10688
10689         * gtk/gtkrc.c (gtk_rc_parse_icon_source): fix to use new
10690         GtkIconSource   
10691
10692 Mon Mar 19 15:53:36 2001  Owen Taylor  <otaylor@redhat.com>
10693
10694         * gtk/gtkitemfactory.c gtk/testgtk.c: Handle quoting of / with \; properly
10695         handle __ in paths, quote " and \n in gtk_item_factory_dump_items().
10696
10697         * gtk/gtkadjustment.[ch] gtk/gtkclist.c gtk/gtkhruler.c gtk/gtklayout.c 
10698           gtk/gtklist.c gtk/gtkprogress.[ch] gtk/gtkprogressbar.[ch] gtk/gtkrange.[ch]
10699           gtk/gtkruler.[ch] gtk/gtkscale.c gtk/gtkscrolledwindow.c gtk/gtkspinbutton.[ch]
10700           gtk/gtktext.c gtk/gtktextview.c gtk/gtkvruler.c gtk/testgtk.c:
10701         Change float to double everywhere with the exception of 0<->1.0 alignment
10702         and GtkCurve.
10703
10704 2001-03-19  Tor Lillqvist  <tml@iki.fi>
10705
10706         * gdk/win32/gdkdrawable-win32.c
10707         * gdk/win32/gdkimage-win32.c: Use correct casts in debugging
10708         output.
10709
10710         * demos/testpixbuf-drawable.c: If GDK_WINDOWING_WIN32, include
10711         gdkwin32.h.
10712
10713 2001-03-18  Tor Lillqvist  <tml@iki.fi>
10714
10715         * gdk/win32/gdkevents-win32.c (print_window_state): New function.
10716         print_event_state, print_event): Use preprocessor macro to make
10717         code more compact. Print also GDK_WINDOW_STATE events.
10718         (synthesize_crossing_events): Remove the old #ifdeffed-out code.
10719         
10720         * gtk/gtk.def
10721         * gtk/makefile.mingw.in: Update.
10722
10723         * gtk/gtkmain.h: Check for G_PLATFORM_WIN32, not only G_OS_WIN32,
10724         to catch also Cygwin.
10725
10726 Sun Mar 18 01:15:30 2001  Tim Janik  <timj@gtk.org>
10727
10728         * gtk/gtkspinbutton.[hc]: added rc-style argument
10729         GtkSpinButton::shadow_type.
10730         removed spin_button->shadow_type, gtk_spin_button_set_shadow_type()
10731         and ARG_SHADOW_TYPE as it doesn' make much sense to try to override
10732         rc-style settings.
10733
10734         * gtk/gtkfixed.c: removed gtk_fixed_paint() (was unused).
10735
10736         * gtk/gtkwidget.c: quark cleanups.
10737
10738         * gtk/gtkrc.[hc]: added gtk_rc_scanner_new() to create an rc-file
10739         scanner with appropriate configuration, renamed GtkRcStyleClass.clone
10740         to create_rc_style() (we don't do cloning in standard OO sense).
10741         added per rc style properties.
10742         
10743         * gtk/gtkstyle.[hc]: added code to retrive pspec conformant rc-style
10744         property values and for caching those. some cleanups.
10745         
10746         * gtk/Makefile.am: -DG_DISABLE_CONST_RETURNS.
10747         
10748         * gtk/gtksettings.[hc]: new file for global rc-file properties
10749         (at least currently, should get extended to support X properties
10750         and other communication mechanisms).
10751         
10752         * gtk/gtkwidget.[hc]: added style property support:
10753         (gtk_widget_class_install_style_property_parser): install style
10754         property pspec with parser function for rc-file values other
10755         than LONG, DOUBLE or STRING.
10756         (gtk_widget_class_install_style_property): same as above without
10757         parser (parsers are going to be needed quite infrequently).
10758         (gtk_widget_style_get_property): retrive style property value.
10759         (gtk_widget_style_get_valist): same as above with varargs support,
10760         has NOCOPY semantics.
10761         (gtk_widget_style_get): wrapper around gtk_widget_style_get_valist().
10762
10763 Fri Mar 16 18:24:53 2001  Jonathan Blandford  <jrb@redhat.com>
10764
10765         * demos/gtk-demo/main.c (row_activated_cb): modified to use
10766         "row_activated" signal.
10767
10768         * gtk/gtktreeview.c (gtk_tree_view_row_activated): oh, the
10769         stupidity.  Lets actually pass in the row with this signal...
10770
10771 Fri Mar 16 18:01:17 2001  Jonathan Blandford  <jrb@redhat.com>
10772
10773         * gtk/gtktreeviewcolumn.[ch]: s/GTK_TREE_COLUMN/GTK_TREE_VIEW_COLUMN
10774
10775         * gtk/gtktreeview.c (gtk_tree_view_row_activated): New signal.
10776
10777         * gtk/gtktreeview.c (gtk_tree_view_destroy): moved pretty much
10778         everything into the ::destroy function, and freed a lot more.
10779
10780 2001-03-16  Havoc Pennington  <hp@redhat.com>
10781
10782         * gtk/gtkwidget.h (struct _GtkWidgetAuxInfo): change to use gint
10783         instead of gint16, to avoid overflow issues, since sizes > 16-bit
10784         are now allowed.
10785
10786 2001-03-16  Havoc Pennington  <hp@redhat.com>
10787
10788         * Applied patch from Nils Barth (bug # 51041) to 
10789         replace "gint" with "gboolean" and 0/1 with TRUE/FALSE
10790         in various places.
10791
10792 2001-03-15  Havoc Pennington  <hp@redhat.com>
10793         
10794         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): add varargs 
10795         for properties to set on the tag.
10796
10797         * gtk/testtext.c: fixups to reflect create_tag change
10798         
10799         * gtk/gtktexttag.c (gtk_text_tag_set_property):
10800         background/foreground stipple are objects, not boxed.
10801
10802         * demos/gtk-demo/textview.c: intellihancing
10803
10804 Fri Mar 16 11:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
10805
10806         * gtk/gtktreeview.c (gtk_tree_view_set_model): Fixed some
10807         braindeadness spotted by Jamie Strachan <frostfreek@yahoo.com>.
10808
10809 2001-03-16  Alexander Larsson  <alexl@redhat.com>
10810
10811         * gdk/x11/gdkgeometry-x11.c (_gdk_window_process_expose):
10812         Fix sign error with queued region translations.
10813
10814 2001-03-15  HideToshi Tajima  <tajima@happy>
10815
10816         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_set_cursor_location): 
10817         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_location):
10818         * gtk/gtkentry.c (update_im_cursor_location): 
10819         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_location):
10820         * gtk/gtkimcontext.h (struct _GtkIMContextClass): rename
10821         set_cursor_pos to set_cursor_location in GtkInputContext class
10822
10823 Thu Mar 15 18:22:44 2001  Jonathan Blandford  <jrb@redhat.com>
10824
10825         * gtk/gtkcellrenderer.h: Changed prototype to allow for getting
10826         the location of the cell relative to its area.
10827         * gtk/gtkcell*: modified for above change
10828         * gtk/gtktreeview.c: modified for above change.
10829
10830 Wed Mar 14 13:58:32 2001  Jonathan Blandford  <jrb@redhat.com>
10831
10832         * gtk/gtktreeview.c (gtk_tree_view_set_model): Ref the model.
10833          (gtk_tree_view_finalize): actually unref the model.  Thanks to
10834         Jamie Strachan <frostfreek@yahoo.com> for noticing this error.
10835
10836 2001-03-14  Havoc Pennington  <hp@redhat.com>
10837
10838         * gtk/gtkdata.h, gtk/gtkdata.c: Delete.
10839         
10840         * gtk/gtk.h: remove gtkdata.h
10841
10842         * gtk/Makefile.am: remove gtkdata
10843         
10844         * gtk/gtktext.c (gtk_text_set_adjustments): connect to "destroy"
10845         not "disconnect" on the adjustments.
10846         
10847         * gtk/gtktooltips.h, gtk/gtktooltips.c: derive from GtkObject not
10848         GtkData
10849
10850         * gtk/gtkadjustment.h, gtk/gtkadjustment.c: derive from GtkObject
10851         not GtkData
10852
10853         * configure.in: handle case where X render exists, but Pango lacks
10854         Xft support.
10855
10856 2001-03-15 Alexander Larsson  <alexl@redhat.com>
10857
10858         * gtk/gtktoolbar.[ch]:
10859         New functions gtk_toolbar_set_icon_size and gtk_toolbar_insert_stock
10860         to add stock items to toolbars.
10861
10862         * gtk/Makefile.am:
10863         Remove ../gdk/gdkim.h from gdk_headers.
10864
10865 2001-03-15  Sven Neumann  <sven@gimp.org>
10866
10867         * gdk/gdkim.h: removed
10868         
10869         * gdk/gdkprivate.h
10870         * gdk/x11/gdkim-x11.c: do not include gdkim.h 
10871
10872 2001-03-14  HideToshi Tajima  <tajima@happy.sunsoft.eng.sun.com>
10873
10874         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_pos):
10875         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_pos):
10876         * gtk/gtkimcontext.h (struct _GtkIMContextClass): add
10877         set_cursor_pos() virtual method
10878
10879         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_class_init):
10880         (gtk_im_context_xim_set_cursor_pos): add implementation for
10881         set_cursor_pos() method
10882
10883         * gtk/gtkentry.c (recompute_idle_func): set current cursor
10884         position to input methods
10885
10886 Mon Mar 12 21:02:08 2001  Jonathan Blandford  <jrb@redhat.com>
10887
10888         * gtk/gtktreeview.c (gtk_tree_view_header_focus): Fix up focus
10889         code a lot.
10890
10891         * gtk/gtktreedatalist.c (_gtk_tree_data_list_free): use
10892         g_mem_chunk.
10893         (_gtk_tree_data_list_alloc): use g_mem_chunk.
10894         (_gtk_tree_data_list_node_to_value): Fix to switch on
10895         G_TYPE_FUNDAMENTAL.
10896         (_gtk_tree_data_list_value_to_node): Fix to switch on
10897         G_TYPE_FUNDAMENTAL.
10898         (_gtk_tree_data_list_node_copy): Fix to switch on
10899         G_TYPE_FUNDAMENTAL.
10900
10901 2001-03-12  Havoc Pennington  <hp@redhat.com>
10902
10903         * gtk/gtkwindow.c (gtk_window_class_init): Patch from John Margaglione 
10904         to convert to new property API. Also, change default_width and
10905         default_height get_property to return 0 as the flag value for
10906         "unset"; -1 is not a valid value for these fields.
10907
10908 2001-03-12  Havoc Pennington  <hp@redhat.com>
10909
10910         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: Switch to using an
10911         enum with registration for icon sizes, instead of strings.
10912
10913         * gtkimage.h, gtkimage.c, gtkstyle.h, gtkstyle.c, gtkwidget.h, 
10914         gtkwidget.c: Fix to reflect GtkIconSize
10915         
10916 2001-03-12  Alexander Larsson  <alexl@redhat.com>
10917
10918         Make GtkFB compile and link.
10919         
10920         * gdk/linux-fb/gdkdrawable-fb2.c:
10921         window->mapped to GDK_WINDOW_IS_MAPPED(). 
10922         
10923         * gdk/linux-fb/gdkwindow-fb.c:
10924         window->mapped to GDK_WINDOW_IS_MAPPED(). 
10925         Added gdk_window_shape_combine_region.
10926         Added assorted placeholders for unimplemented new GdkWindow API calls.
10927
10928 2001-03-12  Alexander Larsson  <alexl@redhat.com>
10929
10930         * gtk/gtkfilesel.c:
10931         Add more test when converting filenames from/to utf-8.
10932         Don't allow entering text in the filename entry which isn't allowed in
10933         a filename. Just beep instead.
10934
10935 2001-03-12  Alexander Larsson  <alexl@redhat.com>
10936
10937         * gtk/gtkclist.c:
10938         Scroll using gdk_window_scroll(). Don't wait for exposes.
10939         Move the column headers in an order that makes them flash less.
10940
10941 2001-03-10  Hans Breuer  <hans@breuer.org>
10942
10943         * gdk/gdk.def : updated
10944
10945         * gdk/win32/gdkgc-win32.c : pixmaps are visible again, due
10946         to offseting the clip_mask at the right place
10947
10948         * gdk/win32/gdkwindow-win32.c : don't create background brushes
10949         for all the gdkClasses, especially not for the input_only case.
10950         Otherwise flickering wont be avoidable, because we don't get
10951         WM_ERASEBKGND message for these windows.
10952
10953         * gdk/win32/gdkevents-win32.c : initialize event->expose.region
10954         and fixed massive redraw problems apparently triggered by Alexanders 
10955         recent change. Not fully understood the GDK_EXPOSE / WM_PAINT handling
10956         but it seems to work quite well :-)
10957
10958         * gdk/win32/gdkprivate-win32.h : added _gdk_window_process_expose
10959         prototype
10960
10961 Sat Mar 10 12:15:31 2001  Jonathan Blandford  <jrb@redhat.com>
10962
10963         * gtk/gtktreestore.c (gtk_tree_store_set_cell): Fix a stupid typo.
10964         (gtk_list_store_set_cell): Fix a stupid typo.
10965
10966 Fri Mar  9 20:36:21 2001  Jonathan Blandford  <jrb@redhat.com>
10967
10968         * gtk/gtktreeselection.c (gtk_tree_selection_select_all): Make
10969         select_all not work if you're in SINGLE mode (it doesn't make that
10970         much sense, anyway.)
10971
10972         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
10973         handle types more sanely.
10974         (_gtk_tree_data_list_value_to_node): handle types more sanely.
10975         (_gtk_tree_data_list_node_copy): handle types more sanely.
10976
10977         * gtk/gtkliststore.c (gtk_list_store_set_cell): fix to work with
10978         GValue better. Converts the type as well.
10979
10980         * gtk/gtktreestore.c (gtk_tree_store_set_cell): fix to work with
10981         GValue better. Converts the type as well.
10982
10983 Wed Mar  7 20:47:41 2001  Owen Taylor  <otaylor@redhat.com>
10984
10985         * gtk/gtktext.c gtk/gtkoldeditable.[ch] gdk/gdk.[ch]
10986         gdk/Makefile.am gdk/x11/Makefile.am gdk/x11/gdkevents-x11.c 
10987         gdk/x11/gdkglobals-x11.c gdk/x11/gdkprivate-x11.c
10988         gdk/x11/gdkx.h gdk/x11/gdkim-x11.c: Remove old XIM code.
10989
10990         * gdk/win32/gdkim-win32.c gdk/linux-fb/gdkim-fb.c: Remove
10991         gdk_im/gdk_ic.
10992
10993 2001-03-09  Hans Breuer  <hans@breuer.org>
10994
10995         * gdk/gdk.def : updated
10996
10997         * gdk/win32/gdkevents-win32.c : don't ask input_only windows
10998         for their palette
10999
11000         * gdk/win32/gdkgeometry-win32.c : reflect GdkWindowObject::mapped
11001         removing
11002
11003         * gdk/win32/gdkwindow-win32.c : reflect GdkWindowObject::mapped
11004         removing and implemented Havoc's GdkWindow state functions; 
11005         stick/unstick only as no-op, cause I don't know how to emulate 
11006         on win32 ...
11007
11008         * gtk/gtk.def : updated
11009
11010         * gtk/gtkbox.c (gtk_box_get_spacing) : use g_return_val_if_fail ()
11011
11012         * gtk/gtktypeutils.c : #include <string.h>
11013
11014         * gtk/gtkwindow.h : declare gtk_window_set_decorated ()
11015
11016 Fri Mar  9 09:31:55 2001  Tim Janik  <timj@gtk.org>
11017
11018         * gtk/gtkwidget.c (gtk_widget_class_init): fixed signals with
11019         GDK_TYPE_DRAG_CONTEXT, it needs to be marshaled as an object,
11020         not a boxed.
11021
11022 2001-03-09  Alexander Larsson  <alexl@redhat.com>
11023
11024         * docs/Changes-2.0.txt:
11025         Document expose event->region change and that gtk_widget_event
11026         doesn't allow passing expose events.
11027
11028         * gdk/gdkevents.h:
11029         Add region to expose event.
11030         
11031         * gdk/gdkevents.c:
11032         Handle event->region in gdk_event_copy() and gdk_event_free().
11033
11034         * gdk/gdkwindow.c (gdk_window_process_updates_internal):
11035         Generate expose_event->region when creating expose events.
11036
11037         * gdk/x11/gdkevents-x11.c:
11038         Generate expose events with regions when translating X events.
11039
11040         * gtk/gtkcontainer.[ch]:
11041         Default expose handler that propagates expose events to NO_WINDOW
11042         children. New function gtk_container_propagate_expose()
11043
11044         * gtk/gtkwidget.[ch]:
11045         Moved gtk_widget_event implementation to gtk_widget_event_internal.
11046         gtk_widget_event calls gtk_widget_event_internal but doesn't allow
11047         expose events. New function gtk_widget_send_expose() to send expose
11048         events. New function gtk_widget_region_intersect() to calculate
11049         window/region intersections.
11050         
11051         * gtk/gtkmain.c (gtk_main_do_event):
11052         Use gdk_window_begin_paint_region() instead of gdk_window_begin_paint_rect().
11053         Use gtk_widget_send_expose() to send expose events.
11054         
11055         * gtk/gtkbin.c:
11056         * gtk/gtkbox.c:
11057         * gtk/gtkfixed.c:
11058         * gtk/gtkimagemenuitem.c:
11059         * gtk/gtklist.c:
11060         * gtk/gtkpacker.c:
11061         * gtk/gtktable.c:
11062         * gtk/gtktree.c:
11063         Remove expose handler, using the default container implementation
11064         instead.
11065         
11066         * gtk/gtkbutton.c:
11067         * gtk/gtkcheckbutton.c:
11068         * gtk/gtkeventbox.c:
11069         * gtk/gtkfixed.c:
11070         * gtk/gtkhandlebox.c:
11071         * gtk/gtklayout.c:
11072         * gtk/gtklistitem.c:
11073         * gtk/gtkmenu.c:
11074         * gtk/gtkmenubar.c:
11075         * gtk/gtkmenuitem.c:
11076         * gtk/gtknotebook.c:
11077         * gtk/gtkoptionmenu.c:
11078         * gtk/gtkpaned.c:
11079         * gtk/gtkscrolledwindow.c:
11080         * gtk/gtktogglebutton.c:
11081         * gtk/gtktoolbar.c:
11082         * gtk/gtktreeitem.c:
11083         * gtk/gtkviewport.c:
11084         Chain expose handler to parent class handler. Use
11085         gtk_container_propagate_expose() to propagate exposes.
11086
11087         * gtk/gtkclist.c (check_exposures):
11088         * gtk/gtktext.c (process_exposes):
11089         Use gtk_widget_send_expose instead of gtk_widget_event.
11090
11091 Thu Mar  8 19:40:28 2001  Jonathan Blandford  <jrb@redhat.com>
11092
11093         * gtk/gtktreeview.c (gtk_tree_view_destroy): Add destroy function.
11094
11095 Thu Mar  8 19:18:27 2001  Jonathan Blandford  <jrb@redhat.com>
11096
11097         * gtk/gtktreeview.c (gtk_tree_view_unref_tree_helper): Actually
11098         unref the nodes.   Fixes bug #50058.
11099
11100         * gtk/gtktreemodel.c (gtk_tree_model_ref_node): change
11101         "::ref_iter" to "::ref_node".
11102         (gtk_tree_model_unref_node): change "::unref_iter" to
11103         "::unref_node". Fixes bug #50064.
11104
11105 Thu Mar  8 17:40:09 2001  Jonathan Blandford  <jrb@redhat.com>
11106
11107         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon): add
11108         support for invisible cells.
11109          (gtk_tree_view_bin_expose): ditto
11110
11111 Thu Mar  8 16:36:00 2001  Jonathan Blandford  <jrb@redhat.com>
11112
11113         * gtk/gtktreemodel.c (gtk_tree_model_get_type): add prerequesite
11114         on gobjects.
11115
11116         * tests/testtreefocus.c (main): New test file.
11117
11118         * tests/testtreeview.c: update to latest glib changes.
11119
11120         * tests/testtreecolumns.c: update to latest glib changes.
11121
11122 Thu Mar  8 18:13:20 2001  Tim Janik  <timj@gtk.org>
11123
11124         * gtk/testgtk.c: re-enabled event watcher emission hooks.
11125
11126 Thu Mar  8 16:51:21 2001  Tim Janik  <timj@gtk.org>
11127
11128         * *.c: added accumulator data argument to g_signal_newc()
11129         functions.
11130
11131         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): 
11132         * gtk/gtktreeview.c (gtk_tree_view_setup_model): 
11133         * gtk/treestoretest.c (make_window):
11134         s/g_signal_connect/g_signal_connectc/.
11135
11136         * gtk/gtktextbuffer.c: completed signal arg fixups,
11137         they also needed G_SIGNAL_TYPE_STATIC_SCOPE flag.
11138
11139 Thu Mar  8 00:02:30 2001  Owen Taylor  <otaylor@redhat.com>
11140
11141         * gtk/gtkwidget.[ch] (gtk_widget_get_name): Make
11142         G_CONST_RETURN.
11143
11144         * gtk/gtkwidget.[ch] gtk/gtkprivate.h: Add a 
11145         ::hierarchy-changed signal when a widget changes
11146         from anchored to unanchored or vice versa.
11147         (anchored means 
11148          gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW) != NULL.)
11149         Use a private flag to keep track of this efficiently.
11150
11151 2001-03-07  Havoc Pennington  <hp@redhat.com>
11152
11153         * gtk/testgtk.c (create_spins): uglify so that size request gets
11154         tested.
11155
11156         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Base size
11157         request on values for upper/lower, completes #6152
11158
11159 Wed Mar  7 20:07:22 2001  Owen Taylor  <otaylor@redhat.com>
11160
11161         * Makefile.am: Remove gtk-config-2.0 again.
11162         (Grrrr, pkg-config. And stops make loops.)
11163
11164 Thu Mar  8 00:18:29 2001  Tim Janik  <timj@gtk.org>
11165
11166         * gtk/gtksignal.[hc]: removed old emission hook API.
11167         
11168         * docs/Changes-2.0.txt: fixed sections.
11169         
11170         * gtk/gtktextbuffer.c: signal arg fixups.
11171
11172 2001-03-07  Havoc Pennington  <hp@redhat.com>
11173
11174         * gtk/gtktextview.c (invalidated_handler): use PRIORITY_VALIDATE
11175
11176         * gtk/gtktextview.h (GTK_TEXT_VIEW_PRIORITY_VALIDATE): add this
11177         here, bug #50368; changed to be GDK_PRIORITY_REDRAW + 5, instead
11178         of GDK_PRIORITY_REDRAW + 1, so you can insert stuff in between the
11179         validation and the redraw which is higher priority than the
11180         validation.
11181
11182 2001-03-07  Havoc Pennington  <hp@redhat.com>
11183
11184         * gtk/gtkentry.c (gtk_entry_get_property): remove trailer
11185         (gtk_entry_set_property): remove trailer
11186
11187         * gtk/gtkentry.c (gtk_entry_set_width_chars): 
11188         (gtk_entry_get_width_chars): new functions, to set size request to 
11189         a given number of characters
11190
11191         * gtk/testgtk.c (create_dialog): beef up the dialog test slightly
11192
11193         * gtk/gtkdialog.c (gtk_dialog_set_has_separator): new function
11194         (gtk_dialog_get_has_separator): new function
11195         (run_delete_handler): fix to not emit "response" signal
11196         because we already did in the delete event handler installed
11197         at dialog creation time.
11198         
11199         * gtk/gtkdialog.h: add a has_separator property,
11200         add GTK_DIALOG_NO_SEPARATOR flag
11201
11202 2001-03-07  Havoc Pennington  <hp@redhat.com>
11203
11204         * gtk/gtkwindow.c (gtk_window_set_decorated): new function, turns
11205         off decorations for a window.
11206
11207         * demos/gtk-demo/button_box.c (create_bbox): adapt to button box
11208         changes
11209
11210         * gtk/gtklabel.c (gtk_label_get_layout_offsets): new function 
11211         to get location of PangoLayout inside the label, closes #51198
11212
11213         * gtk/testgtk.c (create_bbox): fix up button box usage
11214
11215         * gtk/testcalendar.c (create_calendar): fix up button box usage
11216
11217         * gtk/gtkfilesel.c (gtk_file_selection_init): fixup buttonbox usage
11218
11219         * gtk/gtkdialog.c (gtk_dialog_init): fixup buttonbox usage
11220
11221         * gtk/gtkhbbox.h: deprecations
11222
11223         * gtk/gtkvbbox.h: deprecations
11224
11225         * gtk/gtkbox.c (gtk_box_get_spacing): new function, used to
11226         emulate deprecated gtk_button_box_get_spacing
11227
11228         * gtk/gtkbbox.h: deprecate some useless functions, remove entirely 
11229         the "set global default" functions
11230         (struct _GtkButtonBox): remove "spacing" field, use the one from 
11231         GtkBox base class
11232
11233         * gtk/gtkbbox.c (_gtk_button_box_child_requisition): rename with uscore
11234
11235         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): If we fail to
11236         render the icon, return the missing image icon.
11237
11238         * gtk/gtkimage.c (gtk_image_set_from_file): fall back to missing
11239         image icon if the load fails.   
11240
11241         * gtk/gtkstock.h (GTK_STOCK_MISSING_IMAGE): Add stock icon for use
11242         when no image is found; should be the Netscape "missing image"
11243         icon eventually but for now is a random image
11244
11245         * gtk/gtkwindow.c (gtk_window_set_role): new function, sets the 
11246         role for the session manager
11247
11248         * gtk/testgtk.c (dnd_drop): remove use of GTK_WINDOW_DIALOG
11249
11250         * gtk/gtkcompat.h (GTK_WINDOW_DIALOG): compat #define
11251         GTK_WINDOW_DIALOG GTK_WINDOW_TOPLEVEL
11252
11253         * gtk/gtkenums.h (enum GtkWindowType): remove GTK_WINDOW_DIALOG
11254
11255 Wed Mar  7 13:24:57 2001  Tim Janik  <timj@gtk.org>
11256
11257         * gtk/*.c: marshaller fixes.
11258         
11259         * gtk/gtkmarshal.list: extreme cleanup.
11260
11261         * gtk/gtktreeview.c (gtk_tree_view_class_init): disable interface
11262         param spec for now.
11263
11264         * gtk/gtktexttag.c (gtk_text_tag_set_property): use g_value_get_boxed()
11265         where appliable.
11266
11267         * gtk/gtktypeutils.[hc]: updates to GLib API changes.
11268         special cased autogenerated boxed types from gtktypebuiltins_ids.c
11269         which are not reference counted:
11270         GtkSelectionData, GdkEvent, GdkColor, GtkTextIter, PangoTabArray,
11271         PangoFontDescription, GtkTreeIter and GtkTreePath.
11272
11273 Thu Mar  1 03:58:56 2001  Tim Janik  <timj@gtk.org>
11274
11275         * gtk/gtktreeselection.h: 
11276         * gtk/gtktreemodel.c:
11277         * gtk/gtktreedatalist.[hc]: fixed includes. no gobject/*
11278         file should be included directly, and gobject/gmarshal.h
11279         as well as gtk/gtkmarshal.h even can't be included directly.
11280
11281         * Makefile.am: grr, install gtk-config-2.0.
11282
11283         * gtk/testgtk.c:
11284         * gtk/simple.c:
11285         * gtk/gtkmenu.c:
11286         * gtk/gtkitemfactory.c: use g_object_connect() instead of
11287         passing "*signal*::*" args to gtk_widget_set().
11288         
11289         * gtk/gtktypeutils.[hc]: got rid of GTK_TYPE_SIGNAL.
11290         
11291         * gtk/*.c: removed trailer arg from property setters and getters.
11292         macro fixups.
11293
11294 2001-03-07  Alexander Larsson  <alexl@redhat.com>
11295
11296         * gtk/gtklabel.c (set_markup): Removed warning
11297
11298 Tue Mar  6 19:59:12 2001  Jonathan Blandford  <jrb@redhat.com>
11299
11300         * gtk/gtkcellrenderer.h (struct _GtkCellRenderer): Add visible
11301         field to allow you to hide cell renderers.
11302
11303         * gtk/gtkcellrenderer.c: Add support for invisible cells.
11304
11305         * gtk/gtktreeview.c: Add support for invisible cells.
11306
11307 Tue Mar  6 17:25:07 2001  Jonathan Blandford  <jrb@redhat.com>
11308
11309         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_clicked):
11310         Add "clicked" signal back to columns.
11311
11312         * ChangeLog: remove conflict markers.
11313
11314 Tue Mar  6 10:45:45 2001  Owen Taylor  <otaylor@redhat.com>
11315
11316         * gtk/gtkbutton.c: Add animation of activation by, on 
11317         activate, pressing the button, and adding a timeout that 
11318         releases the button after 250ms or on key release and
11319         emits ::clicked. (#51501)
11320
11321         * gtk/gtkdialog.c: Bit of a hack - for buttons in the
11322         action area, we connect to ::clicked instead of ::activate
11323         so the dialog stays up through the animation.
11324
11325 Mon Mar  5 16:38:15 2001  Owen Taylor  <otaylor@redhat.com>
11326
11327         * gtk/gtkmenushell.c (gtk_menu_shell_enter_notify): Only
11328         check the ignore_enter flag for the menu shell that
11329         the item is actually a child of, not for attached
11330         submenus. (#51536)
11331
11332 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
11333
11334         * gtk/gtkmain.c (gtk_propagate_event): Only do special
11335         special key-press grab handling for widgets within
11336         GtkWindows. Otherwise, fall through to normal case.
11337
11338         This prevents key events being sent twice to GtkInvisible
11339         widgets, which can cause all sorts of mischief.
11340
11341 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
11342
11343         * gtk/gtkmain.c (gtk_propagate_event): When a grab
11344         widget is in effect, give the grab widget a first
11345         crack at KEY_PRESS/RELEASE events. (#424)
11346
11347 2001-03-06  James Henstridge  <james@daa.com.au>
11348
11349         * gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
11350         offset for the window_state_event to point at window_state_event
11351         rather than no_expose_event.
11352
11353 Mon Mar  5 19:10:15 2001  Jonathan Blandford  <jrb@redhat.com>
11354
11355         * gtk/gtkimmodule.h: fix busted /* comment */
11356
11357 Mon Mar  5 15:07:05 2001  Jonathan Blandford  <jrb@redhat.com>
11358
11359         * gtk/gtktreeview.c: Apply patch from John Margaglione to add
11360         object properties.
11361
11362 Mon Mar  5 14:55:19 2001  Jonathan Blandford  <jrb@redhat.com>
11363
11364         * gtk/gtkcellrenderertoggle.c: Apply patch from Lee Mallabone to
11365         add object properties.
11366
11367         * gtk/gtkcellrenderertextpixbuf.c: Apply patch from Lee Mallabone
11368         to add object properties.
11369
11370         * gtk/gtkcellrenderertext.c: Apply patch from Lee Mallabone to add
11371         object properties.
11372
11373         * gtk/gtkcellrendererpixbuf.c: Apply patch from Lee Mallabone to
11374         add object properties.
11375
11376         * gtk/gtkcellrenderer.c: Apply patch from Lee Mallabone to add
11377         object properties.
11378
11379 Mon Mar  5 14:38:54 2001  Jonathan Blandford  <jrb@redhat.com>
11380
11381         * gtk/gtktreemodel.c: renamed "child_toggled" to
11382         "has_child_toggled".
11383
11384         * gtk/gtktreeview.c: Handle removing columns better.  Updated to
11385         handle new signal name.
11386
11387         * gtk/gtktreestore.c: Updated to handle new signal name.
11388         * gtk/gtklisttore.c: Updated to handle new signal name.
11389         * gtk/gtktreemodelsort.c: Updated to handle new signal name.
11390
11391 2001-03-05  Alexander Larsson  <alexl@redhat.com>
11392
11393         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state):
11394         Set GDK_WINDOW_TYPE_HINT_MENU on tearoff window.
11395
11396 2001-03-05  Michael Natterer  <mitch@gimp.org>
11397
11398         * gtk/gtklabel.c: Made the "parent_class" pointer static. The
11399         pixbuf-engine coincidentially also failed to make one of it's
11400         parent_class pointers static, causing overwriting of GtkLabel's
11401         parent_class pointer in pixbuf_style_class_init().
11402         (Will commit the fix to the pixbuf-engine too).
11403
11404 2001-03-05  Alexander Larsson  <alexl@redhat.com>
11405
11406         * gdk/gdkwindow.h:
11407         Added GdkWindowTypeHint type. Added modal_hint field to GdkWindindow.
11408         New functions gdk_window_set_type_hint, gdk_window_set_modal_hint and
11409         gdk_window_set_icon_list for net wmspec functionality.
11410
11411         * gdk/x11/gdkwindow-x11.c:
11412         Set _NEW_WM_STATE_MODAL from window->modal_hint in set_inital_hints.
11413         Implement gdk_window_set_type_hint, gdk_window_set_modal_hint and
11414         gdk_window_set_icon_list.
11415         Added gdk_wmspec_change_state helper function and used it in the code.
11416         Set _NET_WM_ICON_NAME in gdk_window_set_title and gdk_window_set_icon_name.
11417
11418         * gtk/gtkdialog.c (gtk_dialog_init):
11419         Set GDK_WINDOW_TYPE_HINT_DIALOG.
11420
11421         * gtk/gtkhandlebox.c (gtk_handle_box_realize):
11422         Set GDK_WINDOW_TYPE_HINT_TOOLBAR.
11423
11424         * gtk/gtkwindow.c:
11425         new function gtk_window_set_type_hint.
11426         On realize, set type hint and modal hint.
11427
11428         * gtk/gtkwindow.h:
11429         Added type_hint field and gtk_window_set_type_hint.
11430
11431 2001-03-05  Alexander Larsson  <alexl@redhat.com>
11432
11433         * gtk/gtklabel.[ch]:
11434         Convert from GtkArg to GParam (originally based on patch from Lee Mallabone).
11435         New function gtk_label_get_accel_keyval () to get the underline accelerator
11436         of the label. Setting the label pattern overrides other attributes.
11437
11438 Mon Mar  5 14:51:10 MET 2001  Sven Neumann  <sven@gimp.org>
11439
11440         * gtk/gtkrc.c: fixed compiler warnings by inserting some consts.
11441         Added missing initializers to gtk_rc_style_init().
11442
11443 Sun Mar 04  07:30:03 2001 CET Mikael Hermansson <mikeh@bahnhof.se>
11444
11445         * gtk/gtktextview.c: fixed bug #51097 about setting 
11446         gtk_text_view_set_border_window_size() if the widget is 
11447         already realized.
11448
11449 Sat Mar  3 16:59:16 2001  Owen Taylor  <otaylor@redhat.com>
11450
11451         * gdk/gdkpango.h gdk/x11/gdkwindow-x11.c: Doc fixes
11452
11453         * gdk/win32/gdkinput.c (gdk_device_get_axis): Remove doc
11454         comment. Won't do to have duplicated doc comments between
11455         the platform subdirs.
11456
11457 Sat Mar  3 16:26:33 2001  Owen Taylor  <otaylor@redhat.com>
11458
11459         * gdk/x11/gdkmain-x11.c gdk/x11/gdkkeys-x11.c 
11460           gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.c:
11461
11462         Detectable auto-repeat - make a repeating key generate
11463         press/press/press/release instead of press/release pairs.
11464
11465         If we have Xkb and XkbSetDectableAutoRepeat supports
11466         that, we do it that way. Otherwise, when we get
11467         a release event, we check ahead with XPending to see
11468         if the next key is a KeyPress with the same keycode
11469         and timestamp. (Not 100% reliable, but pretty close.)
11470           
11471 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
11472         
11473         * gtk/gtkmain.c (gtk_propagate_event): Only do special
11474         special key-press grab handling for widgets within
11475         GtkWindows. Otherwise, fall through to normal case.
11476  
11477         This prevents key events being sent twice to GtkInvisible
11478         widgets, which can cause all sorts of mischief.
11479  
11480 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
11481  
11482         * gtk/gtkmain.c (gtk_propagate_event): When a grab
11483         widget is in effect, give the grab widget a first
11484         crack at KEY_PRESS/RELEASE events. (#424)
11485  
11486 Sat Mar  3 15:39:49 2001  Owen Taylor  <otaylor@redhat.com>
11487
11488         * gtk/gtkentry.c (gtk_entry_button_press): Add shift-clicking
11489         to extend the selection. (Roughly based on patch
11490         from Jay Cox, #50939)
11491
11492         * gtk/gtkentry.c (gtk_entry_button_press): Fix triple-clicking
11493         to properly handle previous GDK_BUTTON_PRESS. 
11494         (Patch from Jay Cox, #50938)
11495
11496         * gtk/gtkentry.c (gtk_entry_real_delete_text): Move the
11497         '\0' back along with the deleted text. (#51148)
11498
11499 Mon Jan 22 14:31:29 2001  Owen Taylor  <otaylor@redhat.com>
11500
11501         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Unshift
11502         the group when extracting it from the X keyboard event.
11503
11504         * modules/input/Makefile.am modules/input/imipa.c: 
11505         Simple module for entering IPA. (Do we need a 
11506         gtk-stupid-input-tricks CVS module?)
11507
11508 Sat Mar  3 13:32:47 2001  Owen Taylor  <otaylor@redhat.com>
11509
11510         * gtk/gtkimmodule.c (gtk_im_module_init): Remove spurious
11511         const.
11512
11513         * gdk-pixbuf-2.0.pc.in gtk+-2.0.pc.in: Fix include path.
11514
11515         * gtk/gtkdialog.c (gtk_dialog_set_default_response): If there
11516         is no focus widget for the dialog currently, grab the focus as well
11517         as the default.
11518
11519         * gtk/gtkdialog.c (gtk_dialog_set_default_response): Get
11520         the action area's children to iterate through, not the
11521         dialog's children.
11522
11523 Sat Mar  3 13:21:27 2001  Owen Taylor  <otaylor@redhat.com>
11524
11525         * tests/Makefile.am tests/testsocket.c tests/testsocket_child.c:
11526         Add plug-socket tests. (Won't work worth a darn until I commit
11527         the rest of the plug-socket changes, but no reason these
11528         can't go into CVS now.)
11529
11530 2001-03-02  Havoc Pennington  <hp@redhat.com>
11531
11532         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_flush): use
11533         _gdk_region_get_xrectangles()
11534
11535         * gdk/x11/gdkmain-x11.c (_gdk_region_get_xrectangles): new function
11536
11537         * gtk/testgtk.c (create_shapes): add test for shape_combine_region
11538
11539         * gdk/x11/gdkwindow-x11.c (gdk_window_shape_combine_region): new
11540         function, contributed by Ron Steinke    
11541
11542         * gdk/x11/gdkevents-x11.c (gdk_wmspec_supported): rename
11543         gdk_net_wm_supports
11544
11545         * gdk/gdkregion-generic.c (gdk_region_get_rectangles): 
11546         New function, contributed by Ron Steinke
11547
11548         * gtk/gtkentry.c (gtk_entry_get_layout_offsets): New function, 
11549         used to line up the text in the entry when using the entry for
11550         editable sheet cell hacks
11551
11552         * gtk/testgtk.c (create_entry): test the activate_default setting
11553         on GtkEntry
11554
11555         * gtk/gtkentry.c (gtk_entry_set_activates_default): New function to 
11556         cause the entry to activate the default button for a dialog when 
11557         activated
11558         (gtk_entry_get_activates_default): new function
11559
11560 Wed Feb 28 19:10:43 2001  Owen Taylor  <otaylor@redhat.com>
11561
11562         * gtk/gtkclist.c (real_remove_row): Patch from ChiDeok
11563         Hwang to move call to sync_selection() up a few lines
11564         to before the row list is modified, to fix crash when
11565         removing rows in the undo_selection list.
11566
11567         (Test case provided by Daniel Elstner:
11568
11569         http://mail.gnome.org/archives/gtk-list/2001-February/msg00359.html)
11570
11571 Fri Feb 23 15:06:48 2001  Owen Taylor  <otaylor@redhat.com>
11572
11573         * gtk/gtktree.c (gtk_tree_class_init): Do the setting
11574         of tree->root_tree in parent_set rather than _map(), 
11575         fixing #50892 in a bit better manner.
11576
11577 Thu Feb 22 17:07:58 2001  Owen Taylor  <otaylor@redhat.com>
11578
11579         * gtk/gtkmenu.c (gtk_menu_popup): Don't flip cursor. (#50934)
11580
11581 Tue Feb  2 11:22:33 2001  Jody Goldberg <jgoldberg@home.com>
11582
11583         * gtk/gtkstyle.c : Remove duplicate fwd decl for
11584         gtk_default_draw_shadow.
11585
11586 ue Feb 20 11:40:58 2001  Owen Taylor  <otaylor@redhat.com>
11587
11588         * gdk/gdkimage.c (gdk_image_new): Remove excess 
11589         warning, make warnings more verbose, treat a error
11590         in shmat as permanent, and don't try again.
11591         (#51163, Ed Randall.)
11592
11593 Mon Feb 19 20:15:28 2001  Owen Taylor  <otaylor@redhat.com>
11594
11595         * gtk/gtkrange.c (gtk_range_timer_1st_time): Add an initial
11596         delay for the first click before starting to scroll.
11597         (based on #51026, gtk-enf-990512-0.patch, Eric Fisher)
11598
11599         * gtk/gtktext.c: GtkText should have I-beam cursor. 
11600         (based on gtk-enf-990513-1.patch, Eric Fisher.)
11601
11602 Mon Feb 19 16:42:19 2001  Owen Taylor  <otaylor@redhat.com>
11603
11604         * gtk/gtklayout.c (gtk_layout_allocate_child): Tiny
11605         cleanup to remove some references to unused
11606         ->xoffset, ->yoffset.
11607
11608 Mon Feb 19 14:20:36 2001  Owen Taylor  <otaylor@redhat.com>
11609
11610         * gdk/gdkrgb.c (gdk_rgb_convert_555_br): Fix incorrect
11611         mask. (#51039, fix from Martin Maierhofer)
11612
11613 Fri Feb 16 20:09:42 2001  Owen Taylor  <otaylor@redhat.com>
11614
11615         * gtk/gtkctree.c (gtk_ctree_class_init): Add bindings
11616         for unshifted + and shifted = for non-us keyboards.
11617         Make <Control>+ and <Control>- work as well as 
11618         <Control>KP_Plus, <Control>KP_Minus for recursive
11619         open/close.  (#2682, René Seindal)
11620
11621 Fri Feb 16 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
11622
11623         * gtk/gtkmenushell.c (gtk_real_menu_shell_cancel): Unset
11624         the active menu item before deactivating the menu,
11625         so gtk_menu_popdown doesn't change the history. (#50964)
11626         
11627 Fri Feb 16 15:55:22 2001  Owen Taylor  <otaylor@redhat.com>
11628
11629         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): 
11630         draw lines with text_gc rather than black_gc.
11631         (Patch from Vlad Harchev <hvv hippo ru>, #50926)
11632
11633 Thu Mar  1 19:50:56 2001  Jonathan Blandford  <jrb@redhat.com>
11634
11635         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
11636         Move handling of buttons fully in gtktreeviewcolumn.  This code is
11637         less interrelated then it was, but it still requires the
11638         GtkTreeView to map it.
11639
11640         * test/testtreecolumn.c: Now I can add a column to one view,
11641         remove it, add it to the another view, remove it, then re-add it
11642         to the first.  Nifty.
11643
11644 Thu Mar  1 13:14:27 GMT 2001  Tony Gale <gale@gtk.org>
11645
11646         * docs/tutorial/gtk-tut.sgml: Minor corrections
11647
11648 Wed Feb 28 16:36:46 2001  Jonathan Blandford  <jrb@redhat.com>
11649
11650         * gtk/gtktreemodel.c (gtk_tree_row_reference_*): Sanitize
11651         GtkRowReference.
11652
11653 2001-02-28  Havoc Pennington  <hp@redhat.com>
11654
11655         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove draw_focus and
11656         draw_default
11657         (gtk_widget_draw_focus): remove this function; we could instead
11658         make it just gtk_widget_draw(), but in most cases I think the
11659         result would be broken user code, so think it's better to have
11660         that code not compile and get fixed
11661         (gtk_widget_draw_default): ditto
11662
11663         * gtk/gtkwidget.c: Add default handlers for focus_in_event and
11664         focus_out_event that set/unset GTK_HAS_FOCUS and call queue_draw
11665         
11666         * gtk/gtkwindow.c (gtk_window_set_default): just queue a draw when
11667         widgets lose/get the default, instead of calling draw_default
11668         
11669         * docs/Changes-2.0.txt: note about all this
11670
11671         Then fixed every widget in GTK, I won't list all the filenames.
11672
11673 Tue Feb 27 19:32:53 2001  Jonathan Blandford  <jrb@redhat.com>
11674
11675         * gtk/gtktreemodel.c (deleted_callback): Proxy out to
11676         _gtk_tree_row_reference_deleted.
11677         (inserted_callback): Proxy out to
11678         _gtk_tree_row_reference_inserted.
11679         (_gtk_tree_row_reference_new_from_view): Somewhat yukky hack to
11680         get around signal emission ordering problem.
11681
11682         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
11683         fix to work with SINGLE 
11684         (_gtk_tree_selection_internal_select_node): Major sanitization on
11685         selections.  SINGLE now seems to work.
11686
11687         * tests/Makefile.am: add testtreecolumn.c:
11688
11689         * tests/testtreecolumn.c: New test.  Mostly points out selection
11690         bugs currently, but will test columns later.
11691
11692         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Fix really nasty
11693         selection bug.  I hate touching this code -- it's scary.
11694
11695 2001-02-26  Havoc Pennington  <hp@redhat.com>
11696
11697         * gtk/testgtk.c: test the window state stuff
11698
11699         * gtk/gtkwindow.c (gtk_window_present): new function, makes a
11700         window come to the user's attention as if it were just created
11701         (gtk_window_iconify): new function
11702         (gtk_window_deiconify): new function
11703         (gtk_window_stick): new function
11704         (gtk_window_unstick): new function
11705         (gtk_window_maximize): new function
11706         (gtk_window_unmaximize): new function
11707
11708         * gtk/gtkwidget.h, gtk/gtkwidget.c: add window_state_event signal
11709
11710         * gtk/gtkmain.c (gtk_main_do_event): handle GDK_WINDOW_STATE
11711
11712         * gdk/x11/gdkevents-x11.c: create window state events when
11713         appropriate
11714         (gdk_wmspec_supported): new function
11715
11716         * gdk/x11/gdkwindow-x11.c (gdk_window_iconify): handle
11717         iconification before showing the window
11718         (gdk_window_deiconify): new function
11719         (gdk_window_stick): new function
11720         (gdk_window_unstick): new function
11721         (gdk_window_maximize): new function
11722         (gdk_window_unmaximize): new function
11723
11724         * gdk/gdkwindow.c: store the window state in the window; 
11725         change to using the GDK_WINDOW_STATE_WITHDRAWN flag instead of
11726         window->mapped.
11727         (gdk_window_get_state): return the current window state
11728
11729         * gdk/gdkevents.c (gdk_event_get_time): handle GDK_WINDOW_STATE
11730         (gdk_event_get_state): handle GDK_WINDOW_STATE
11731         (gdk_synthesize_window_state): function to create the window state
11732         events
11733
11734         * gdk/gdkevents.h (struct _GdkEventWindowState): new type of
11735         event, for changes to "window state" such as maximized, sticky, 
11736         etc.
11737         
11738         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): new function,
11739         focuses a window
11740
11741         * gdk/x11/gdkmain-x11.c (_gdk_wmspec_supported): new function, 
11742         finds out if we support a given WM spec hint
11743
11744 Tue Feb 27 13:37:38 GMT 2001  Tony Gale <gale@gtk.org>
11745
11746         * docs/faq/gtk-faq.sgml: New question re memory leaks.
11747
11748 2001-02-25  Hans Breuer  <hans@breuer.org>
11749
11750         * gdk/gdk.h : changed #ifdef GDK_DISBALE_DEPRECARED to #ifndef
11751         cause we want to loose those prototypes only in the latter case
11752
11753         * gdk/win32/gdkevents-win32.c : can't cast from GdkPixmap to
11754         GdkPixmapImplWin32 because it itsn't derived from it. Use the
11755         impl member variable instead
11756
11757         * gtk/gtk.def : updated
11758
11759         * gtk/gtklist.c : 
11760         * gtk/gtkmenus.c : include <string.h> for memset ()
11761
11762         * gtk/makefile.msc.in : updated and don't define GTK_COMPILATION
11763         for everthing built here, but for gtk-x.x.dll only. This solves
11764         problem of indifferent gtk type definitions
11765
11766 Sat Feb 24 20:11:39 2001  Jonathan Blandford  <jrb@redhat.com>
11767
11768         * gtk/gtkclipboard.h: actually put /* */ around #endif comment.
11769
11770 Fri Feb 23 17:50:13 2001  Jonathan Blandford  <jrb@redhat.com>
11771
11772         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Only draw the
11773         column that is exposed.
11774
11775         (_gtk_tree_view_update_size): Changed name from set_size, and
11776         changed function to do more work, and not force people calling it
11777         to figure out the size.  Simplifies a lot of code elsewhere.
11778
11779 2001-02-23  Alexander Larsson  <alexl@redhat.com>
11780
11781         * gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf):
11782         return solid masks for xpms that have no transparent color.
11783         This makes the ..._create_from_xpm... API backwards
11784         compatible.
11785
11786 2001-02-23  Tor Lillqvist  <tml@iki.fi>
11787
11788         * README.win32: Update. Mention the gtk-1-3-win32-production
11789         branch.
11790
11791         * gdk/win32/bdfcursor.c: New file. A program that generates
11792         xcursors.h. Thanks to Stefan Ondrejicka.
11793
11794         * gdk/win32/xcursors.h: New file, contains the X cursor font in a
11795         compact format.
11796
11797         * gdk/win32/Makefile.am (EXTRA_DIST): Add new files.
11798
11799         * gdk/win32/gdkcursor-win32.c (_gdk_win32_data_to_wcursor): New
11800         function, uses xcursors.h.
11801         (gdk_cursor_new): Use _gdk_win32_data_to_wcursor to generate
11802         cursor from inline data instead of using LoadCursor() to generate
11803         it from a resource.
11804
11805         * gdk/win32/gdkevents-win32.c (gdk_event_translate): At button up
11806         event, must check the Windows message for mouse button state, as
11807         the GDK event state might not have been built if it is
11808         undelivered. Remove one goto.
11809
11810         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Call
11811         SetCursor() if the current cursor as returned by GetCursor() is
11812         the window's previous cursor. The ChildWindowFromPoint() test
11813         apparently didn't work correctly.
11814
11815         * gdk/win32/rc/*.cur: Remove.
11816
11817         * gdk/win32/rc/gdk.rc.in: Remove cursors.
11818
11819         * gdk/win32/rc/Makefile.am (EXTRA_DIST): Remove from here, too.
11820
11821         * gtk/makefile.{mingw,msc}.in: Updates.
11822
11823 Wed Feb 21 20:56:50 2001  Jonathan Blandford  <jrb@redhat.com>
11824
11825         * gtk/gtktreemodel.h: add functions for signal emission.
11826
11827         * gtk/gtktreestore.c: move to use above functions instead of
11828         g_signal_emit.
11829
11830         * gtk/gtkliststore.c: ditto
11831
11832 Wed Feb 21 15:41:34 2001  Jonathan Blandford  <jrb@redhat.com>
11833
11834         * gtk/gtktreestore.c: removed signals.  Moved to inherit from
11835         GObject instead of GtkObject.
11836
11837         * gtk/gtkliststore.c: ditto.
11838
11839         * gtk/gtktreemodelsort.c: ditto.
11840
11841         * gtk/gtktreemodel.c (gtk_tree_model_base_init): moved signals to
11842         GtkTreeModelIface, instead of in each model.
11843
11844 2001-02-21  Havoc Pennington  <hp@redhat.com>
11845
11846         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_child_anchor):
11847         unbreak this function
11848
11849         * gtk/gtkentry.c: apply patch from Lee Mallabone to add object 
11850         properties
11851
11852         * gtk/gtkcurve.c: apply patch from Lee Mallabone to add object
11853         properties
11854
11855         * gtk/gtkcombo.c: apply patch from Lee Mallabone to add object 
11856         properties
11857
11858         * gtk/gtkentry.c (gtk_entry_set_max_length): have this take -1 to
11859         mean unset the max length
11860
11861 Wed Feb 21 14:23:05 2001  Jonathan Blandford  <jrb@redhat.com>
11862
11863         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data_func):
11864         Changed name to be set_cell_data_func to make it clear what
11865         the functino does.  Close bug #51069.
11866
11867 Tue Feb 20 16:49:00 2001  Jonathan Blandford  <jrb@redhat.com>
11868
11869         * gtk/testgtk.c (main): Remove turning on of profiling malloc,
11870         have memory actually freed.  Keeps box running longer.
11871
11872 2001-02-21  Alexander Larsson  <alexl@redhat.com>
11873         
11874         * gtk/gtkseparatormenuitem.[ch]:
11875         Added new menu separator item. The drawing and size handling
11876         is still done in GtkMenuItem, but the API is a bit more sane.
11877         
11878         * gtk/Makefile.am:
11879         Add gtkseparatormenuitem.[ch].
11880
11881         * gtk/gtk.h:
11882         Add gtkseparatormenuitem.h.
11883         
11884         * gtk/gtkentry.c:
11885         * gtk/gtkmenufactory.c:
11886         * gtk/gtktextview.c:
11887         Use the new API for menu separators.
11888         
11889         * demos/gtk-demo/menus.c (create_menu):
11890         Add some GtkSeparatorMenuItem demo code.
11891
11892 2001-02-20  Havoc Pennington  <hp@redhat.com>
11893
11894         * gtk/gtkaspectframe.c: Convert to new property API, patch from 
11895         Lee Mallabone
11896
11897         * gtk/gtkarrow.c: Convert to new property API, patch from 
11898         Lee Mallabone
11899
11900 Tue Feb 20 14:26:41 2001  Jonathan Blandford  <jrb@redhat.com>
11901
11902         * tests/testtreeview.c (toggled_callback): fix to reflect change
11903         in GtkTreeModelStore.
11904
11905 Tue Feb 20 12:16:12 2001  Jonathan Blandford  <jrb@redhat.com>
11906
11907         * gtk/gtkiconfactory.c (gtk_icon_set_new_from_pixbuf): New
11908         function to create an icon set from a pixbuf.
11909
11910 2001-02-20  Alexander Larsson  <alexl@redhat.com>
11911
11912         * gtk/gtkcellrenderertext.[ch]:
11913         Add a "markup" property.
11914
11915         * gtk/treestoretest.c:
11916         Use the markup property, remove some leftover stuff from
11917         GtkTreeModelMapping.
11918
11919 2001-02-20  Alexander Larsson  <alexl@redhat.com>
11920
11921         * gtk/gtklabel.c (gtk_label_set_selectable):
11922         Queue a redraw if the selectable setting was changed.
11923
11924 2001-02-20  Alexander Larsson  <alexl@redhat.com>
11925
11926         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
11927         Actually copy the whole gc, not just the public parts.
11928         
11929         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
11930         GDK_WINDOW_TEMP are not toplevel. Fixes selectable
11931         labels.
11932
11933 2001-02-19  Havoc Pennington  <hp@pobox.com>
11934
11935         * gdk/gdkwindow.c: docs
11936
11937         * gdk/gdkrgb.c: docs
11938
11939         * gdk/gdkregion-generic.c: docs
11940
11941         * gdk/gdkgc.c (gdk_gc_set_values): docs
11942
11943         * gdk/gdkdraw.c: docs
11944
11945         * gdk/gdkdrawable.h: deprecate drawable get/set data
11946
11947 Mon Feb 19 20:37:35 2001  Jonathan Blandford  <jrb@redhat.com>
11948
11949         * demos/gtk-demo/dialog.c: Add simple new demo.
11950
11951 2001-02-19  Havoc Pennington  <hp@redhat.com>
11952
11953         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): add
11954         insert_child_anchor signal, bug #50245
11955
11956         * gtk/gtktextbtree.c (_gtk_text_btree_insert_child_anchor): change
11957         from create_child_anchor, so the anchor is passed in
11958
11959         * gtk/gtktextchild.c (gtk_text_child_anchor_new): new function
11960         (_gtk_widget_segment_new): have the child anchor object passed in, 
11961         instead of creating it.
11962
11963         * gtk/gtktextbuffer.c (gtk_text_buffer_modified): rename
11964         to gtk_text_buffer_get_modified
11965
11966 2001-02-19  Havoc Pennington  <hp@redhat.com>
11967
11968         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): hmm, someone
11969         changed GLib without fixing GTK
11970
11971         * gtk/gtkrange.h: Rename all the stupid implementation detail 
11972         functions to have an underscore in front. Most of them should 
11973         probably just go away, but for starters don't export them.
11974         Bug #50482
11975
11976 2001-02-19  Havoc Pennington  <hp@redhat.com>
11977
11978         * gdk/gdkcolor.h: test was backward, so deprecated functions were
11979         excluded by default
11980
11981         * gtk/gtkstyle.c (gtk_default_draw_diamond): draw etched in/out,
11982         clean up the old code a bit
11983
11984         * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): draw
11985         inconsistent state
11986
11987         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_draw_indicator):
11988         draw inconsistent state
11989
11990         * gtk/testgtk.c (create_toggle_buttons): add test for inconsistent
11991         (create_menu): add inconsistent test
11992
11993         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_set_inconsistent):
11994         new function
11995         (gtk_check_menu_item_get_inconsistent): new function
11996         (gtk_real_check_menu_item_draw_indicator): draw the inconsistent
11997         state (using etched in for now)
11998
11999         * gtk/gtkcheckbutton.c (gtk_real_check_button_draw_indicator):
12000         draw inconsistent state
12001
12002         * gtk/gtktogglebutton.c (gtk_toggle_button_set_inconsistent): new
12003         function, used when the user has selected a range of stuff in
12004         different states
12005         (gtk_toggle_button_get_inconsistent): accessor for that
12006         (gtk_toggle_button_paint): draw inconsistent state (etched in?
12007         don't know what else to do)
12008
12009 2001-02-19  Hans Breuer <hans@breuer.org>
12010
12011         * gtk/gtk.def : updated exported symbols
12012
12013         * gtk/makefile.msc.in : updated
12014
12015         * gtk/gtkstyle.c (gtk_style_realize) : gets called without
12016         a colormap, when invoked from testgtk::entry. I'm not sure where
12017         the bug is, but g_return_if_fail (GDK_IS_COLORMAP (colormap));
12018         avoids immediate crashing ...
12019
12020         * gtk/gtkmain.c (check_setugid) : totally disabled on win32;
12021         any objections ?
12022
12023         * gtk/gtktreemodel.c : called G_VALUE_LCOPY with an extra
12024         0 parameter. At least msvc doesn't like macros with var args. 
12025         I simply removed the extra 0, was it a feature or a typo ?
12026
12027         * gtk/gtktreeviewcolumn.[hc] (gtk_tree_view_column_set_func) :
12028         removed the extra indirection from the GtkTreeViewColumnFunc parameter,
12029         because the value assignment to the internal struct wasn't working.
12030         I'm not absolutely sure. The problem could have been resolved by
12031         changing the "func" declartion in the struct, but was the pointer
12032         to the function pointer intended ?
12033
12034         * gtk+/gtk/gtktreedatalist.c : include gboxed.h
12035
12036         * gdk/gdk.def : updated exported symbols
12037
12038         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_image) :
12039         only use SetDIBitsToDevice if there is a palette at the drawable
12040         and the image is GDK_VISUAL_PSEUDO_COLOR
12041
12042         * gdk/win32/gdkkeys-win32.c : msvc still has no <unistd.h> ...
12043
12044         * gdk/win32/gdkwindow-win32.c : #include "gdk.h" /* gdk_rectangle_intersect */
12045
12046         * gdk/*/makefile.msc : updated
12047
12048 2001-02-19  Havoc Pennington  <hp@redhat.com>
12049
12050         * demos/gtk-demo/Makefile.am (INCLUDES): GDK_DISABLE_COMPAT_H,
12051         GDK_DISABLE_DEPRECATED (we need to merge those two #defines)
12052
12053         * gdk/x11/gdkmain-x11.c (gdk_key_repeat_disable): nuke
12054         (gdk_key_repeat_restore): nuke
12055
12056         * gdk/gdk.c (gdk_exit_func): #if 0 this for now, don't install it
12057         (gdk_init_check): no atexit func
12058
12059         * gdk/gdkrgb.h: mark some stuff deprecated
12060
12061         * gdk/gdkcolor.h: mark some stuff deprecated
12062         
12063         * gdk/gdk.h: deprecated gdk_exit, gdk_input_*
12064
12065         * gdk/gdkfont.h: bracket in GDK_DISABLE_DEPRECATED
12066
12067 2001-02-16  Havoc Pennington  <hp@redhat.com>
12068
12069         * gtk/gtkvscrollbar.c (gtk_vscrollbar_trough_keys): use the visual
12070         scroll steps.
12071
12072         * gtk/gtkvscale.c (gtk_vscale_trough_keys): use the visual scroll
12073         steps, and add Ctrl-arrow shortcuts for paging visually as with
12074         HScale, since Page Up and Page Down move logically.
12075
12076         * gtk/gtkenums.h (GtkScrollType): add GTK_SCROLL_STEP_UP,
12077         GTK_SCROLL_STEP_DOWN, etc. for visual scroll directions
12078         
12079         * gtk/gtkrange.c (gtk_range_key_press): handle the visual scroll
12080         steps
12081         (gtk_range_scroll): handle the visual steps
12082
12083         * gtk/gtklist.c (gtk_list_scroll_horizontal): handle the up/down
12084         scroll steps
12085
12086         * gtk/gtkhscale.c (gtk_hscale_trough_keys): use the visual scroll
12087         steps, not the logical ones.
12088
12089         * gtk/gtkclist.c (move_focus_row): handle the up/down scroll steps
12090         (scroll_vertical): handle up/down steps
12091
12092 2001-02-19 Alexander Larsson  <alexl@redhat.com>
12093
12094         * gdk/linux-fb/gdkimage-fb.c (gdk_image_new_bitmap):
12095         Copy data and free data with free().
12096
12097         * gdk-pixbuf/gdk-pixbuf.c:
12098         * gdk-pixbuf/io-jpeg.c:
12099         * gdk-pixbuf/io-png.c:
12100         Use g_try_malloc/g_free instead malloc/free.
12101         
12102         * gdk-pixbuf/test-gdk-pixbuf.c:
12103         Must... initialize... gobject...
12104         
12105         * gdk-pixbuf/pixops/timescale.c:
12106         * gtk/gtkcalendar.c:
12107         Use g_malloc instead of malloc.
12108         
12109 2001-02-19 Alexander Larsson  <alla@lysator.liu.se>
12110
12111         * gtk/testgtkrc:
12112         Comment out property assignments, these don't work yet.
12113
12114 2001-02-17  Havoc Pennington  <hp@pobox.com>
12115
12116         * gtk/gtkalignment.c (gtk_alignment_class_init): clean this up a
12117         bit.
12118
12119 2001-02-17  Havoc Pennington  <hp@pobox.com>
12120
12121         * gtk/gtklabel.c (gtk_label_ensure_layout): fix screwup with
12122         shadowed variables that had broken size request in some cases,
12123         leading to bogus tooltips (#50996)
12124
12125 2001-02-06  Jon K Hellan  <hellan@acm.org>
12126
12127         Implement fast browsing of tooltips, bug #50619
12128         
12129         * gtk/gtktooltips.h (struct _GtkTooltips): Add use_sticky_delay
12130         and last_popdown
12131         
12132         * gtk/gtktooltips.c (gtk_tooltips_init): Initialize sticky_delay,
12133         use_sticky_delay and last_popdown.
12134         (gtk_tooltips_draw_tips, gtk_tooltips_set_active_widget): Record
12135         time of popdown.
12136         (gtk_tooltips_set_active_widget): Unset sticky behaviour if widget
12137         is NULL.
12138         (gtk_tooltips_recently_shown): New static function.  Return true
12139         if < sticky_delay has elapsed since last popdown.
12140         (gtk_tooltips_event_handler): Display window after sticky_delay
12141         (presumably < normal delay) if < STICKY_REVERT_DELAY has elapsed
12142         since last popdown.
12143         
12144 2001-02-17  Havoc Pennington  <hp@pobox.com>
12145
12146         * gtk/gtktypeutils.h (GtkSignalFunc): change it to take (void)
12147         instead of (). #6394
12148
12149         * gtk/gtkprogressbar.c (gtk_progress_bar_get_text): Add
12150         G_CONST_RETURN, make it return by reference, #50473
12151         
12152 Sat Feb 17 06:47:27 2001  Tim Janik  <timj@gtk.org>
12153
12154         * gtk/gtkmenu.c (gtk_menu_motion_notify): default initialize the
12155         generated ENTER_NOTIFY event with 0, otherwise not explicitely
12156         setup fields contain garbage (e.g. subwindow, breaking
12157         gdk_drawable_ref() upon event copy).
12158         (gtk_menu_stop_navigating_submenu_cb): same here.
12159
12160         * gtk/gtklist.c (gtk_list_vertical_timeout): 
12161         * gtk/gtklist.c (gtk_list_horizontal_timeout): 
12162         * gtk/gtkclist.c (vertical_timeout): 
12163         * gtk/gtkclist.c (horizontal_timeout): change direct assignment
12164         default-zero-intialization for unions to memset(,0,), as unions are
12165         not fully default-zero-initialized by compilers (GdkEvent x = { 0, };
12166         has to become GdkEvent x; memset (&x, 0, sizeof (x)); )
12167
12168         * gtk/gtktreeview.c (gtk_tree_view_set_rows_drag_source): scratch
12169         g_closure_sink() warning.
12170
12171         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): 
12172         * gtk/gtktreestore.c (gtk_tree_store_set_valist): 
12173         * gtk/gtkliststore.c (gtk_list_store_set_valist): 
12174         fix G_VALUE_COLLECT() and G_VALUE_LCOPY() calls.
12175         
12176 Fri Feb 16 17:49:59 2001  Jonathan Blandford  <jrb@redhat.com>
12177
12178         * gtk/gtktreestore.[hc], gtk/gtkliststore.[ch]: removed
12179         gtk_*_store_get, and moved to GtkTreeModel.
12180
12181         * gtk/gtktreemodel.h (gtk_tree_model_set{v,}): Added
12182
12183         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): added.
12184
12185         * gtk/Makefile.am: remove gtktreemodelmapping.[ch]
12186
12187         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_func): let you
12188         set the func.
12189
12190         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
12191         freeze/thaw notify between setting all the properties for a cell.
12192
12193         * gtk/gtk.h: remove gtktreemodelsimple.h, and gtktreemodelmapping.h
12194
12195 2001-02-15  Havoc Pennington  <hp@redhat.com>
12196
12197         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): convert
12198         the X coordinates so they're with respect to the line, rather than 
12199         with respect to the layout.
12200
12201         * gtk/gtkalignment.c: Convert to new property API, patch from Lee
12202         Mallabone
12203
12204         * gtk/testgtk.c (create_range_controls): add vscale tests, 
12205         and inverted test
12206
12207         * gtk/gtkrange.c (gtk_range_set_inverted): new function to fix 
12208         #50806
12209
12210         * gtk/gtkentry.c (gtk_entry_get_text): add G_CONST_RETURN
12211
12212         * gtk/gtktextiter.h (gtk_text_iter_is_last): rename 
12213         gtk_text_iter_is_end
12214
12215         * gtk/gtktextbuffer.h (gtk_text_buffer_get_last_iter):
12216         rename gtk_text_buffer_get_end_iter
12217
12218         * gtk/testgtk.c (create_labels): Add test for selectable
12219
12220         * gtk/gtkentry.c (gtk_entry_draw_text): Use new GDK API to draw
12221         the selection stuff. This code is kind of broken since it doesn't 
12222         use the theme engine.
12223
12224         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): 
12225         fix infinite loop and y offset problem
12226         (gdk_draw_layout_line_with_colors): fix foreground color handling
12227
12228         * gtk/gtklabel.h, gtk/gtklabel.c: Implement a "selectable" flag 
12229         that makes the label selectable.
12230         
12231         * gtk/gtklabel.c (gtk_label_style_set): recreate the label's
12232         layout when the style is set, since fonts etc. could have changed.      
12233
12234 Fri Feb 16 14:22:05 2001  Jonathan Blandford  <jrb@redhat.com>
12235
12236         * gtk/Makefile.am: Removed gtktreemodelsimple.[ch]
12237
12238         * gtk/gtktreemodelsimple.[ch]: removed.
12239
12240 2001-02-16  Alexander Larsson  <alexl@redhat.com>
12241
12242         * gtk/gtktreemodelmapping.[ch]:
12243         New files. Implement GtkTreeModelMapping.
12244         
12245         * gtk/Makefile.am:
12246         Add gtktreemodelmapping.[ch].
12247         
12248         * gtk/gtk.h:
12249         Add gtktreemodelmapping.h
12250
12251         * gtk/treestoretest.c:
12252         Test the GtkTreeModelMapping
12253
12254 Tue Feb 13 13:16:09 2001  Jonathan Blandford  <jrb@redhat.com>
12255
12256         * demos/gtk-demo/panes.c (create_pane_options): If we're going to
12257         have a demo, we might as well pass in real values.  Thanks to
12258         clahey for pointing this out.
12259
12260 2001-02-14  Havoc Pennington  <hp@pobox.com>
12261
12262         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_remove): add
12263         "static" to a private function
12264         (gtk_image_menu_item_class_init): remove destroy handler,
12265         add "image" object property
12266
12267 2001-02-13  Alexander Larsson  <alla@lysator.liu.se>
12268
12269         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region):
12270         Add a shortcut if the window and the current clip_region doesn't
12271         overlap. This is needed when there are a lot of windows in a
12272         window. The layout test in testgtk is a good test.
12273
12274         * gdk/linux-fb/gdkwindow-fb.c:
12275         Whitespace fix.
12276
12277 2001-02-13  Sven Neumann  <sven@convergence.de>
12278
12279         * demos/testanimation.c: replaced deprecated gtk_drawing_area_size
12280
12281 2001-02-13  Alexander Larsson  <alexl@redhat.com>
12282
12283         * gdk/linux-fb/gdkcursor-fb.c (gdk_fb_cursor_unhide):
12284         Don't reference last_cursor if it is null. Fixes crash when rotating
12285         the screen before having moved the mouse.
12286
12287         * gdk/linux-fb/gdkcc-fb.c: Zapp!
12288
12289         * gdk/linux-fb/Makefile.am: Don't compile gdkcc-fb.c
12290
12291         * gdk/linux-fb/gdkwindow-fb.c: Fix typo. width->height. Fixes redraw 
12292         when using 90 or 270 degrees rotation.
12293
12294 2001-02-12  Havoc Pennington  <hp@pobox.com>
12295
12296         * gdk/gdkpango.c (gdk_pango_get_gc): fix bug where 
12297         it always set the foreground, even if we were only using
12298         a stipple.
12299         (gdk_draw_layout_line_with_colors): new function, allow
12300         override colors
12301         (gdk_draw_layout_with_colors): new function, allow override
12302         colors
12303         (gdk_pango_layout_line_get_clip_region): function to get the clip
12304         region for a logical text range
12305         (gdk_pango_layout_get_clip_region): get the clip region for a
12306         logical text range
12307
12308         * gdk/x11/gdkcolor-x11.c: forward declare gdk_colormap_sync(),
12309         (gdk_colormap_new): fix call to gdk_colormap_sync() so it has 
12310         the right number of arguments.
12311
12312         * gtk/gtktextbtree.c (gtk_text_btree_node_check_consistency):
12313         enhance the function to check that node data corresponds to a 
12314         view still belonging to the tree.
12315
12316         * gtk/gtktreeview.c (gtk_tree_view_changed): we were leaking the 
12317         GtkTreePath
12318         (gtk_tree_view_inserted): ditto
12319         (gtk_tree_view_child_toggled): ditto
12320
12321         * gtk/gtktreemodel.c (gtk_tree_path_append_index): use realloc to
12322         simplify this code.
12323
12324         * gtk/gtkcellrenderertext.c (get_layout): fix leak of 
12325         a PangoAttrList
12326
12327         * demos/gtk-demo/main.c (load_file): Fix leak of a GString
12328
12329         * gtk/gtkentry.c (gtk_entry_realize): Fix leak of a GdkCursor
12330
12331         * gtk/gtkmenubar.c (gtk_menu_bar_size_request): consider toggle
12332         size in the size request 
12333         (gtk_menu_bar_size_allocate): consider toggle size here
12334
12335         * gtk/gtkimagemenuitem.h, gtkimagemenuitem.c: Menu item
12336         that displays a widget in the toggle slot
12337
12338         * gtk/testgtk.c: test GtkImageMenuItem
12339
12340         * gtk/Makefile.am, gtk/gtk.h: Add GtkImageMenuItem
12341         
12342         * gtk/gtkmenuitem.h: Use "gint" not "guint16" for toggle size
12343         request and allocation
12344
12345         * gtk/gtkmenu.c (gtk_menu_size_request): use gint not guint16
12346
12347         * gtk/gtkcheckmenuitem.c
12348         (gtk_check_menu_item_toggle_size_request): ditto
12349         
12350 Mon Feb 12 23:43:30 2001  Owen Taylor  <otaylor@redhat.com>
12351
12352         * gtk/Makefile.am (gdk_headers): Remove gdkcc.h 
12353         reference.
12354
12355         * configure.in gtk/gtkmain.c: Add checks for setuid/setgid,
12356         and refuse to initialize GTK+ if they fail.
12357
12358 Mon Feb 12 15:02:07 2001  Owen Taylor  <otaylor@redhat.com>
12359
12360         * configure.in: Add check for gtk-doc version.
12361
12362 Thu Feb  8 17:18:26 2001  Owen Taylor  <otaylor@redhat.com>
12363
12364         * gtk/gtklabel.c (gtk_label_size_request): Fix bug
12365         where the xpad/ypad was only being used on one side!
12366
12367 2001-02-11  Tor Lillqvist  <tml@iki.fi>
12368
12369         * gdk/win32/gdkcolor-win32.c (gdk_colormap_query_color): New
12370         function, copied from X11 version.
12371
12372         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Eliminate
12373         DestroyCursor failures. The reason for the problem (despite the
12374         inconsistent messages from GetLastError()) was that
12375         DestroyCursor() cannot be called while a cursor is set in a
12376         window. Set the new cursor first and then destroy the old one.
12377         Thanks to jpe@archaeopteryx.com.
12378
12379         * gdk/win32/gdkcc-win32.c: Remove.
12380
12381         * gdk/win32/Makefile.am: Remove from here, too.
12382         
12383         * gdk/gdk.def
12384         * gdk/makefile.mingw.in: Update. Godbye GdkColorContext.
12385
12386         * gtk/gtk.def
12387         * gtk/makefile.mingw.in: Updates.
12388
12389 2001-02-08  Havoc Pennington  <hp@redhat.com>
12390
12391         * gtk/gtkbin.c (gtk_bin_add): better error message if you try to
12392         add a widget to a bin that already has a child.
12393
12394         * gdk/gdkcc.h, gdk/gdkcc-x11.c: Remove GdkColorContext, #50512
12395
12396         * docs/Changes-2.0.txt: note that GdkColorContext is gone.
12397         
12398         * gdk/x11/Makefile.am (libgdk_x11_la_SOURCES): remove gdkcc-x11.c
12399
12400         * gdk/gdk.h: remove gdkcc.h
12401
12402         * gdk/Makefile.am (gdk_public_h_sources): remove gdkcc.h
12403
12404         * gtk/gtkpixmap.c (build_insensitive_pixmap): rewrite using
12405         GdkPixbuf, since the previous implementation was GdkColorContext
12406         dependent.
12407
12408         * gtk/testgtk.c (create_pixmap): add test for insensitive GtkPixmap
12409         
12410 Thu Feb  8 19:00:00 2001  Jonathan Blandford  <jrb@redhat.com>
12411
12412         * gtk/gtktreeview.c (TREE_VIEW_VERTICAL_SEPARATOR): moved back to
12413         a sane value!
12414
12415 2001-02-08  Havoc Pennington  <hp@redhat.com>
12416
12417         * gtk/gtkstyle.c (get_darkened_gc): let's darken colors, not
12418         lighten them.
12419
12420 2001-02-08  Havoc Pennington  <hp@redhat.com>
12421
12422         * gtk/gtktextview.c (gtk_text_view_destroy_layout): remove
12423         validation idle
12424
12425         * demos/gtk-demo/main.c (create_tree): adjust to changes in text
12426         cell renderer
12427
12428         * demos/pixbuf-demo.c (timeout): remove deprecated
12429         gtk_widget_draw
12430
12431         * demos/testpixbuf-save.c (main): remove deprecated
12432         gtk_drawing_area_size
12433
12434         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): allocate
12435         buttons even if the model isn't setup. gtk_tree_view_check_dirty()
12436         at the start of the allocation.
12437         (gtk_tree_view_check_dirty): handle column->button == NULL, handle
12438         unsetup or NULL model.
12439
12440         * gtk/gtkstyle.c (gtk_default_draw_flat_box): drawing for the 
12441         even/odd/sorted cells in the tree view.
12442
12443         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
12444         bugfixes
12445
12446         * gtk/gtktreeview.c: assorted bugfixy stuff. Draw the row
12447         backgrounds with draw_flat_box using different detail for even/odd
12448         rows.
12449
12450         * gtk/gtkrbtree.c, gtkrbtree.h: Keep track of the parity of each
12451         row, so we can draw the alternating colors thing
12452
12453         * gtk/gtktexttag.c (gtk_text_tag_set_property): if we change a
12454         property from a synonym property, notify for the synonym.
12455         Also, nuke the background_gdk_set and foreground_gdk_set synonyms
12456         (gtk_text_tag_get_property): Always return the font, even if
12457         all its fields aren't set
12458
12459         * gtk/gtkcellrenderertext.h (struct _GtkCellRendererText): don't
12460         store the attr list; it leaves us with no way to change attributes
12461         in _render according to the render flags, and no way to implement
12462         get_property. Instead store all the specific text attributes. 
12463         Separate whether an attribute is enabled from its value. Sync all
12464         properties with GtkTextTag, make them all consistent, etc.
12465
12466         * gtk/gtkcellrenderer.h: Add a flag GTK_CELL_RENDERER_SORTED so
12467         renderers can highlight the sort row/column     
12468
12469         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_property): use
12470         accessor functions to get values; this has the side effect of
12471         showing up which accessor functions were missing. Added those.
12472
12473         * gtk/gtktreeviewcolumn.h: Replace set_justification with
12474         set_alignment, to be consistent with GtkLabel, GtkMisc
12475
12476         * gtk/gtktreeviewcolumn.c: Added code to display sort indicator
12477         arrow.
12478
12479         * gtk/Makefile.am (gtk_public_h_sources): add gtktreesortable.h
12480
12481         * gtk/gtktreesortable.h: updates in here
12482
12483 2001-02-07  Sven Neumann  <sven@convergence.de>
12484
12485         * gtk/gtkentry.c (gtk_entry_draw_text): convert area_height to 
12486         pango dimensions after painting the background. We used to draw
12487         gigantic flat boxes here.
12488
12489 Mon Feb  5 22:05:57 2001  Owen Taylor  <otaylor@redhat.com>
12490
12491         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Fix syntax
12492         error introduced with earlier commit) (pointed out by
12493         Ollie Lho)
12494
12495 Mon Feb  5 12:25:06 2001  Owen Taylor  <otaylor@redhat.com>
12496
12497         * gtk/gtkbutton.c: Remove calls to gtk_grab_add/gtk_grab_remove,
12498         which are no longer necessary.
12499
12500 Mon Feb  5 13:22:54 GMT 2001  Tony Gale <gale@gtk.org>
12501
12502         * docs/faq/gtk-faq.sgml: s/MISK/MISC/
12503
12504 2001-02-04  Tor Lillqvist  <tml@iki.fi>
12505
12506         * gdk/gdk.def
12507         * gdk/win32/gdkim-win32.c (gdk_ic_attr_new, gdk_ic_attr_destroy):
12508         Provide dummy implementations.
12509
12510 Sun Feb  4 07:55:17 2001  Tim Janik  <timj@gtk.org>
12511
12512         * gtk/gtksignal.h: removed gtk_signal_init() compat define.
12513
12514         * gtk/gtktypeutils.[hc]: gtk_tpye_init() take an additional argument
12515         GTypeDebugFlags debug_flags and pass it on to g_type_init ();
12516         deprecated this function.
12517
12518         * gdk/gdk.c (gdk_init_check): call g_type_init () with 0 as
12519         argument.
12520
12521 Sun Feb  4 07:45:45 2001  Tim Janik  <timj@gtk.org>
12522
12523         * gtk/gtkdebug.h: nuke GTK_DEBUG_OBJECTS and GTK_DEBUG_SIGNALS.
12524
12525 2001-02-03  Havoc Pennington  <hp@pobox.com>
12526
12527         * gtk/gtktextbtree.c (_gtk_text_btree_tag): Fix bug reported by
12528         Mikael Hermansson with patch from Mikael (if there was a toggle
12529         start one after the first character in the range, this function
12530         was broken). Bug #50380
12531
12532 Sat Feb  3 11:28:03 2001  Owen Taylor  <otaylor@redhat.com>
12533
12534         * configure.in: Remove confusing comment about X11.
12535
12536 Fri Feb  2 19:21:23 2001  Owen Taylor  <otaylor@redhat.com>
12537
12538         * gdk/gdkwindow.c (gdk_propagate_shapes): Surround additional
12539         regions with HAVE_SHAPE_EXT. (#50511, Eric Ding)
12540         
12541 Fri Feb  2 18:31:54 2001  Owen Taylor  <otaylor@redhat.com>
12542
12543         * gdk/x11/gdkimage-x11.c: Remove definition of _XOPEN_SOURCE, since
12544         it breaks things on BSD. If you want to compile GTK+ with
12545         -ansi -pedantic, you should supply CPP_FLAGS=_XOPEN_SOURCE 
12546         when configuring, since GTK+ simply can't be "pure ANSI" 
12547         in the header files it uses. (#8170, Greg Hudson)
12548
12549 2001-02-02  Havoc Pennington  <hp@redhat.com>
12550
12551         * gtk/gtkwindow.c: docs
12552
12553         * gtk/gtkwidget.c: docs
12554         (gtk_widget_set_colormap): add a reference to the colormap
12555         (gtk_widget_get_default_colormap): add a reference to the colormap
12556
12557         * gtk/gtktextbtree.c (gtk_text_mark_set_visible): docs
12558
12559         * gtk/gtktextiter.c: docs
12560
12561         * gtk/gtkmain.c (gtk_propagate_event): docs
12562
12563         * gtk/gtkpaned.c (gtk_paned_get_position): docs
12564         (gtk_paned_set_position): docs
12565
12566         * gtk/gtktreesortable.h (struct _GtkTreeSortableIface): Initial
12567         sort interface, no implementation yet.
12568
12569         * demos/testpixbuf.c (new_testrgb_window): replace
12570         gtk_drawing_area_size() with gtk_widget_set_usize()
12571
12572         * demos/testpixbuf-drawable.c (main): ditto
12573         
12574         * gtk/testgtk.c: remove use of GtkStatusbarMsg
12575
12576         * gtk/gtktextbuffer.c: docs
12577
12578         * gtk/gtkstock.c: docs
12579
12580         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_shadow_type): docs
12581
12582         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): docs
12583
12584         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): fix docs
12585         
12586         * gtk/gtkimage.c: add some docs in here
12587         (gtk_image_size_request): change name of
12588         gtk_widget_render_stock_icon
12589         (gtk_image_get_icon_set): don't dup returned string
12590         (gtk_image_get_icon_set): don't dup returned string
12591
12592         * gtk/gtkwidget.c (gtk_widget_render_icon): rename from 
12593         gtk_widget_render_stock_icon(), more consistent with gtkstyle.h
12594         and gtkiconfactory.h functions
12595
12596         * gtk/gtkiconfactory.c: add some docs in here
12597
12598         * gtk/gtkmain.c (gtk_get_default_language): document
12599         (gtk_get_current_event): document
12600         (gtk_get_current_event_state): document
12601         (gtk_get_event_widget): document
12602
12603         * gtk/gtkentry.c (gtk_entry_set_invisible_char): document
12604
12605         * gtk/gtkcontainer.c: Add some documentation
12606         (gtk_container_add): give a more explanatory warning on adding an
12607         already-parented widget, this is kind of a FAQ and also a common
12608         typo that's easier to debug with a nice warning 
12609
12610         * gtk/gtkcellrenderertoggle.c
12611         (gtk_cell_renderer_toggle_get_active): remove, I was on crack
12612         adding this, it's useless
12613         (gtk_cell_renderer_toggle_set_active): remove
12614         (gtk_cell_renderer_toggle_get_radio): add
12615
12616         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): don't allow
12617         the NULL cell renderer, that doesn't make any sense to me. 
12618
12619         * demos/gtk-demo/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED,
12620         demo code should never use deprecated features.
12621
12622         * demos/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED, demo
12623         code should never use deprecated features.
12624
12625         * gtk/gtkwidget.h: Mark gtk_widget_draw, gtk_widget_queue_clear,
12626         gtk_widget_queue_clear_area deprecated
12627
12628         * gtk/gtklayout.h: mark gtk_layout_freeze/gtk_layout_thaw
12629         deprecated
12630
12631         * gtk/gtklabel.h: mark gtk_label_get() deprecated
12632
12633         * gtk/gtkimage.h: mark the legacy GtkImage functions that took 
12634         a GdkImage deprecated, replaced by new consistently-named
12635         functions       
12636
12637         * gtk/gtkmain.h: Mark gtk_exit() deprecated
12638
12639         * gtk/gtkdrawingarea.h: mark gtk_drawing_area_size deprecated
12640
12641         * gtk/gtkstyle.h: mark gtk_draw_string, gtk_paint_string 
12642         deprecated
12643
12644         * gtk/gtkstatusbar.h: Move GtkStatusbarMsg to the .c file, 
12645         so it won't appear in docs and confuse people.
12646
12647         * gtk/gtkprogressbar.h: Mark all the old methods deprecated
12648
12649         * gtk/gtkprogress.h: Mark all methods deprecated, mark the cast
12650         macros deprecated. (can't mark the type itself deprecated, since
12651         GtkProgressBar is not deprecated and we need the type decl to use
12652         GtkProgressBar)
12653
12654         * gtk/gtkpixmap.h: Mark deprecated
12655
12656         * gtk/gtkoldeditable.h: Mark deprecated
12657
12658         * gtk/gtklist.h: Mark deprecated
12659
12660         * gtk/gtklabel.h: delete "GtkLabelWord" typedef, not used 
12661         for anything anymore.
12662
12663         * gtk/gtkctree.h: Mark deprecated
12664
12665         * gtk/gtkclist.h: Mark deprecated
12666
12667         * gtk/gtkpreview.h: Mark deprecated
12668
12669         * gtk/gtkpacker.h: Mark deprecated
12670
12671         * gtk/gtktipsquery.h: Mark deprecated
12672
12673         * gtk/gtkinputdialog.h: Add comment that it will move out of GTK
12674
12675         * gtk/gtkvruler.h: Add comment that it will move out of GTK
12676
12677         * gtk/gtkhruler.h: Add comment that it will move out of GTK
12678
12679         * gtk/gtkruler.h: Add comment that it will move out of GTK
12680
12681         * gtk/gtkgamma.h: Add comment that it will move out of GTK
12682
12683         * gtk/gtkcurve.h: Add comment that it will move out of GTK
12684
12685 Fri Feb  2 17:16:09 2001  Owen Taylor  <otaylor@redhat.com>
12686
12687         * gdk/x11/gdkcolor-x11.c (gdk_colormap_sync): Make
12688         gdk_colormap_sync private since it was never exported
12689         in a header file.
12690
12691         * gdk/x11/gdkcolor-x11.c (gdk_colormap_new): Fill in
12692         colormap->colors[] for StaticGray, StaticColor colormaps.
12693
12694         * gdk/gdkpixbuf-drawable.c: Fix problems where image->bpp
12695         was being used as if it was image->bits_per_pixel.
12696
12697         * gdk/gdkimage.h, gdk/x11/gdkimage-x11.c: Save the bits-per-pixel
12698         for the image in the GdkImage structure since it isn't
12699         reconstructable, and we need it to handle packed types
12700
12701         * gdk/win32/gdkimage-win32.c: Set image->bits_per_pixel. (I'm making
12702         the assumption that on Win32 image->bits_per_pixel == image->depth,
12703         always.
12704
12705         * gdk/linux-fb/gdkimage-fb.c: Set image->bits_per_pixel.
12706
12707         * gdk/gdkrgb.c (gdk_rgb_select_conv): Exit with an informative
12708         warning message if no converter can be found. 
12709
12710 Fri Feb  2 15:09:51 2001  Owen Taylor  <otaylor@redhat.com>
12711
12712         * gtk/fnmatch.c (FOLD): Fix problem with passing signed
12713         chars to isupper() / tolower(). (#567)
12714
12715         * examples/packer/pack.c: Add GINT_TO_POINTER, GPOINTER_TO_INT
12716         to clear up 64-bit warnings. (#567)
12717
12718 Fri Feb  2 12:26:50 2001  Owen Taylor  <otaylor@redhat.com>
12719
12720         * gtk/gtkrc.c (gtk_rc_add_initial_default_files): Get rid of
12721         a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().
12722
12723         * gtk/gtkrc.c Makefile.am: Use $(libdir), not $(exe_prefix),
12724         since some people set $(libdir) separately. (#1290, David Kaelbling)
12725
12726 Thu Feb  1 18:25:46 2001  Owen Taylor  <otaylor@redhat.com>
12727
12728         * gtk/gtkfilesel.c: If PATH_MAX and MAXPATHLEN are not
12729         defined, define MAXPATHLEN to 2048. (The Hurd doesn't have
12730         MAXPATHLEN, but the code here depends on a fixed value.)
12731         (#4524)
12732
12733 Wed Jan 31 22:01:04 2001  Owen Taylor  <otaylor@redhat.com>
12734
12735         * gtk/gtkhandlebox.c (gtk_handle_box_button_changed): Handle the case
12736         where child == NULL and handle_position == RIGHT or BOTTOM. (#8041g)
12737
12738 Wed Jan 31 21:20:39 2001  Owen Taylor  <otaylor@redhat.com>
12739
12740         * gtk/gtkctree.c (real_tree_move): If the node being moved isn't
12741         viewable there is no way that moving the node will cause the 
12742         focus row to become not viewable, so omit check on the visibility
12743         of new_sibling, which is irrelevant. (Fixes #8002, David Helder)
12744
12745 Wed Jan 31 20:38:17 2001  Owen Taylor  <otaylor@redhat.com>
12746
12747         * gtk/gtkentry.c (gtk_entry_commit_cb): Delete the current
12748         selection before inserting new text.
12749
12750 Wed Jan 31 18:49:33 2001  Owen Taylor  <otaylor@redhat.com>
12751
12752         * gtk/gtkoptionmenu.c (gtk_option_menu_item_state_changed_cb):
12753         Make the sensitivity of the reparented child track that of
12754         the original parent menu item. (#34218, David Hodson)
12755
12756         * gtk/gtkoptionmenu.c (gtk_option_menu_item_destroy_cb): Handle
12757         the case where the current item is destroyed properly.
12758
12759         * gtk/gtkoptionmenu.c: Some additional code cleanups and fix
12760         some edge cases with child-less menuitems.
12761         
12762 Wed Jan 31 17:16:13 2001  Owen Taylor  <otaylor@redhat.com>
12763
12764         * gtk/gtkcombo.c (gtk_combo_window_key_press): Make Return
12765         key pop down window. (#12074, Jon K Hellan)
12766
12767 Wed Jan 31 16:21:42 2001  Owen Taylor  <otaylor@redhat.com>
12768
12769         * gtk/gtklist.c (gtk_list_signal_item_toggle): Don't allow
12770         toggling of rows off in BROWSE or EXTENDED mode. (#12072, Jon K Hellan) 
12771         The solution here isn't perfect - you get an extraneous
12772         emission of "toggle", which could conceivably confuse an app,
12773         but better than the current situation. LXR search seems to
12774         indicate that no apps in GNOME CVS connect to "toggle".
12775
12776 Wed Jan 31 15:46:13 2001  Owen Taylor  <otaylor@redhat.com>
12777
12778         * gtk/Makefile.am (libgtkinclude_HEADERS): Move gtkcompat.h from
12779         gtk_public_h_sources to directly here to avoid warning when
12780         building srcdir != builddir. (#9656)
12781
12782 Tue Jan 30 19:49:02 2001  Owen Taylor  <otaylor@redhat.com>
12783
12784         * gtk/gtkrange.c: Patch from Kipp Hickman to make the event
12785         handlers in gtkrange.c return the proper values (TRUE == handled)
12786         (#10316).
12787
12788         This is just the tip of the iceberg, but gtkrange.c is the
12789         most common place where the propagation is problematical,
12790         and also a place where it is almost certainly safe to change
12791         this in the stable branch.
12792
12793         (You don't want right click popups on a range control or anything...)
12794
12795 Tue Jan 30 18:57:59 2001  Owen Taylor  <otaylor@redhat.com>
12796
12797         * gtk/gtktext.c (clear_focus_area): We need to clear the focus
12798         area on focus out, even if a background pixmap isn't set.
12799         (#13941)
12800         
12801 Tue Jan 30 18:24:10 2001  Owen Taylor  <otaylor@redhat.com>
12802
12803         * gtk/gtknotebook.c (gtk_notebook_set_shape): Fix from Sean Cunningham
12804         to deal with setting the shape properly when scrolling arrows are
12805         turned on, but not visible because there is sufficient space.
12806         (#13432)
12807
12808 Tue Jan 30 16:39:25 2001  Owen Taylor  <otaylor@redhat.com>
12809
12810         * gtk/gtkitemfactory.c (gtk_item_factory_delete_item): For menu
12811         items with submenus, destroy the item along with the submenu.
12812         (#7841, Brian Masney(?)) Also, handle paths of the form '<foo>/abcd...' 
12813         properly.
12814
12815         * gtk/testgtk.c (menu_items): Add a dummy branch that we delete
12816         later.
12817
12818 Tue Jan 30 15:51:25 2001  Owen Taylor  <otaylor@redhat.com>
12819
12820         * gtk/gtkwindow.c (gtk_window_real_set_focus): Fix a problem where
12821         the focus widget sometimes wasn't drawn with the default if there
12822         was no default widget.
12823
12824         * gtk/gtkstyle.c (gtk_style_real_unrealize): free colors,
12825         unreference pixmaps. 
12826
12827         * gtk/gtkstyle.c (gtk_style_realize): Reference colormap
12828         for some extra safety.
12829
12830 Mon Jan 29 19:00:01 2001  Owen Taylor  <otaylor@redhat.com>
12831
12832         * gtk/gtk{ctree.c,clist.c} (set_cell_contents): Handle setting
12833         the text of a cell to the old pointer value better, by
12834         copying the new text before freeing the old text. Some code
12835         cleanup. (#8079, Karl Nelson)
12836
12837 Mon Jan 29 16:50:19 2001  Owen Taylor  <otaylor@redhat.com>
12838
12839         * gtk/gtklabel.[ch] gtk/gtkframe.[ch]: Make gtk_label_get_text()
12840         gtk_frame_get_label() non strdup'ing, and G_CONST_RETURN.
12841
12842 Mon Jan 29 15:22:51 2001  Owen Taylor  <otaylor@redhat.com>
12843
12844         * gtk/gtkmenu.c (gtk_menu_remove): When removing an
12845         item from a menu, check to see if it matches 
12846         menu->old_active_menu_item, and if so, unref and clear
12847         old_active_menu_item (Patch from Pavel Cisler)
12848
12849         * gtk/gtkmenushell.c (gtk_menu_shell_remove): Unset 
12850         menu_shell->active_menu_item, if it is the child being
12851         removed. (Patch based on that of Gene Ragan, #50337)
12852
12853 2001-01-31  Alexander Larsson  <alla@lysator.liu.se>
12854
12855         * gdk/linux-fb/gdkselection-fb.c: 
12856         * gdk/linux-fb/gdkcolor-fb.c: 
12857         * gdk/linux-fb/gdkdrawable-fb2.c: 
12858         * gdk/linux-fb/gdkfont-fb.c: 
12859         * gdk/linux-fb/gdkim-fb.c: 
12860         * gdk/linux-fb/gdkinput.c: 
12861         * gdk/linux-fb/gdkkeyboard-fb.c: 
12862         * gdk/linux-fb/gdkmain-fb.c: 
12863         * gdk/linux-fb/gdkrender-fb.c: 
12864         A bunch of whitespace cleanup.
12865         
12866 2001-01-30  Havoc Pennington  <hp@pobox.com>
12867
12868         * gtk/gtktreeitem.h, gtk/gtktree.h, gtk/gtktext.h: bracket in 
12869         #ifdef GTK_ENABLE_BROKEN.
12870
12871         * gtk/gtktreeitem.c, gtk/gtktree.c, gtk/gtktext.c: #define
12872         GTK_ENABLE_BROKEN just before including the broken headers.
12873         
12874         * gtk/gtktypeutils.c: #define GTK_ENABLE_BROKEN, so we can get the
12875         deprecated types registered.
12876
12877         * gtk/testgtk.c, gtk/testselection.c: #define GTK_ENABLE_BROKEN,
12878         we have to test the broken stuff.
12879
12880         * docs/Changes-2.0.txt: explain GTK_ENABLE_BROKEN
12881         
12882 2001-01-30  Havoc Pennington  <hp@redhat.com>
12883
12884         * gtk/gtkliststore.c (gtk_list_store_insert_before): fix bug in
12885         here where prev pointer was set to the wrong thing
12886
12887         * gtk/gtktreemodel.c (gtk_tree_path_is_ancestor): new function
12888         (gtk_tree_path_is_descendant): new function
12889
12890         * gtk/gtkliststore.c (gtk_list_store_iter_n_children): return
12891         cached length
12892         (gtk_list_store_get_iter): don't modify iter if we can't get the
12893         path.
12894
12895         * gtk/gtkliststore.h (struct _GtkListStore): cache the length
12896         
12897         * gtk/gtktreednd.h: add virtual function row_drop_possible() to
12898         GtkTreeDragDest
12899
12900         * gtk/gtktreestore.c (copy_node_data): fix varargs type error that
12901         was causing segfault
12902
12903         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_copy): set next
12904         pointer to NULL
12905
12906         * gtk/gtktreestore.c (gtk_tree_store_append): fix memleak
12907
12908         * gtk/gtkliststore.c (gtk_list_store_iter_next): don't modify iter
12909         on returning FALSE
12910         (gtk_list_store_iter_children): ditto
12911         (gtk_list_store_iter_nth_child): ditto
12912         (gtk_list_store_iter_nth_child): ditto
12913         (gtk_list_store_iter_parent): ditto
12914
12915         * gtk/gtktreestore.c (gtk_tree_store_get_path): g_return_if_fail
12916         on iter->user_data != NULL instead of silently accepting it.
12917         (gtk_tree_store_iter_next): ditto. Also, don't modify iter unless
12918         we are returning TRUE.
12919         (gtk_tree_store_iter_children): ditto
12920         (gtk_tree_store_iter_nth_child): ditto
12921         (gtk_tree_store_iter_parent): ditto
12922         (gtk_tree_store_insert): remove handling of parent->user_data ==
12923         NULL, replace with parent == NULL       
12924
12925         * gtk/gtktreemodel.c (inserted_callback): put some fixes in here,
12926         and a comment explaining things
12927
12928         * gtk/gtktreestore.c: add GtkTreeDragSource/GtkTreeDragDest
12929         interface support to GtkTreeStore.
12930
12931         * gtk/gtktreemodel.c (gtk_tree_path_prev): didn't properly return
12932         FALSE if no prev, fix
12933
12934         * gtk/gtktreeview.c (set_source_row): use a row reference
12935         (set_dest_row): use a row reference
12936
12937 Sat Jan 27 15:52:02 2001  Jonathan Blandford  <jrb@redhat.com>
12938
12939         * gtk/gtktreeselection.c (gtk_tree_selection_unselect_iter): Fix
12940         stupid typo pointed out by Kristian Rietveld <kristian@planet.nl>.
12941         (gtk_tree_selection_select_iter): The same as above.
12942
12943 2001-01-26  Havoc Pennington  <hp@redhat.com>
12944
12945         * gtk/gtktreemodel.c, gtk/gtktreemodel.h: add GtkTreeRowReference
12946         which holds a handle to a specific row (particular set of values
12947         in the model, i.e. pointer-identity row).
12948
12949         * gtk/gtktreeview.c, gtk/gtktreeprivate.h, gtk/gtktreeselection.c:
12950         use GtkTreeRowReference for anchor, cursor, and drag_dest_row.
12951         Still need to use it for the src/dest row saved on the drag context.
12952
12953 2001-01-26  Havoc Pennington  <hp@redhat.com>
12954
12955         * gtk/gtktextlayout.c (convert_color): adapt to handle PangoColor
12956
12957         * gtk/gtktreeview.c (gtk_tree_view_widget_to_tree_coords): fix to
12958         not offset by TREE_VIEW_HEADER_HEIGHT
12959         (gtk_tree_view_tree_to_widget_coords): fix to not offset by
12960         TREE_VIEW_HEADER_HEIGHT
12961
12962         * configure.in (included_loaders): for me, --with-included-loaders
12963         generates the error "the specified loader yes does not exist",
12964         i.e. the arg defaults to "yes", so change test for value ""
12965         to test for value "yes", and include all loaders in that case.
12966
12967         * gtk/gtkrbtree.c (_gtk_rbtree_get_depth): new function
12968
12969         * gtk/gtktreeview.c (gtk_tree_view_get_cell_rect): fix to properly
12970         handle TREE_VIEW_VERTICAL_SEPARATOR
12971         (gtk_tree_view_bin_expose): fix to consider the row offset as
12972         pointing halfway into vertical separator.       
12973         (gtk_tree_view_draw_node_focus_rect): ditto
12974
12975         * gtk/gtkdebug.h, gtk/gtkmain.c (gtk_init_check): Add
12976         --gtk-debug=updates, which causes gdk_window_set_debug_updates
12977         (TRUE) to be called.
12978
12979         * gdk/gdkwindow.c (gdk_window_set_debug_updates): Allow enabling a
12980         debug mode where the invalid region is colored in on invalidate,
12981         so you can see the flicker and know whether your redraw code is 
12982         doing a good job.
12983
12984         * gtk/gtktreeview.c (gtk_tree_view_queue_draw_node): Work in 
12985         tree window coordinates (clip rect is in tree window coords)
12986
12987         * gtk/Makefile.am: add gtktreednd.[hc]
12988
12989         * gtk/gtkliststore.c: implement gtktreednd interfaces.
12990
12991         * gtk/gtktreednd.c, gtk/gtktreednd.h: New interface to support
12992         drag-and-drop data operations on a model (so we can set up tree
12993         drag-and-drop automatically)
12994
12995         * gtk/testgtk.c: Add a window to change sensitivity in the
12996         GtkLabel test; add a way to change the entry frame in GtkEntry
12997         test
12998
12999         * gtk/gtkentry.c (gtk_entry_set_has_frame): 
13000         (gtk_entry_get_has_frame): new functions to remove the frame
13001         around an entry
13002         (gtk_entry_size_request): shrink requisition if no frame
13003         (gtk_entry_draw_focus): don't draw frame if no frame
13004
13005         * gtk/gtkstyle.c (gtk_default_draw_check): draw custom look for
13006         checks inside a cell renderer
13007         (gtk_default_draw_option): ditto for options
13008
13009         * gtk/gtktreeviewcolumn.c (update_button_contents): add/remove
13010         children from the alignment, not the button
13011         (gtk_tree_view_column_init): ref/sink the column, to emulate
13012         GObject refcounting.
13013
13014         * gtk/gtkcellrenderer.c (gtk_cell_renderer_init): ref/sink
13015         
13016         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
13017         Use theme functions to draw the toggles 
13018
13019         * gdk/gdkpango.c (gdk_pango_get_gc): use GdkRGB to alloc colors
13020
13021         * gdk/gdkpango.h, gdk/gdkpango.c: Add GdkPangoAttrStipple and
13022         GdkPangoAttrEmbossed to use in rendering insensitive text
13023
13024         * gdk/gdkpango.c (gdk_draw_layout_line): render new properties
13025
13026         * gtk/gtkstyle.c (gtk_default_draw_layout): handle sensitivity
13027         using new GDK features
13028         
13029 2001-01-24  Alexander Larsson  <alexl@redhat.com>
13030
13031         * gtk/gtkimage.c:
13032         Splitted gtk_image_clear into gtk_image_clear() and
13033         gtk_image_reset(). Call gtk_image_clear() in ::destroy
13034         to avoid leaks.
13035
13036         * gtk/gtklabel.c (set_markup):
13037         Don't leak text.
13038
13039         * gtk/gtktextlayout.c:
13040         Always free display->shaped_objects.
13041
13042         * gtk/testgtk.c (create_clist):
13043         Don't leak custom style.
13044
13045 2001-01-23  Alexander Larsson  <alexl@redhat.com>
13046
13047         * gtk/gtkcolorsel.c (grab_color_at_mouse):
13048         Don't leak image. Simplify using gdk_colormap_query_color().
13049         (gtk_color_selection_init): Don't leak dropper_pixmap and mask.
13050
13051         * linux-fb/gdkcolor-fb.c:
13052         Implemented gdk_colormap_query_color.
13053
13054 2001-01-23  Alexander Larsson  <alexl@redhat.com>
13055
13056         * linux-fb/gdkcursor-fb.c:
13057         Don't leak built-in cursors.
13058
13059         * linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_polygon):
13060         Don't leak tmp_points.
13061
13062         * linux-fb/gdkfont-fb.c (gdk_font_from_description):
13063         Don't modify desc. Don't leak font if the PangoFont
13064         isn't found.
13065         
13066         * linux-fb/gdkgc-fb.c (gdk_fb_gc_finalize):
13067         Free dash_list.
13068
13069         * linux-fb/gdkkeyboard-fb.c (gdk_fb_handle_key):
13070         Don't leak string.
13071         
13072 2001-01-20  Havoc Pennington  <hp@pobox.com>
13073
13074         * gtk/gtktexttag.h (enum GtkWrapMode): rename member fields
13075         from GTK_WRAPMODE_WORD to GTK_WRAP_WORD, etc., seems nicer to 
13076         me, matches Pango
13077
13078 2001-01-22  Havoc Pennington  <hp@redhat.com>
13079
13080         * demos/testanimation.c: fix to reflect gdk-pixbuf changes
13081
13082         * demos/testpixbuf.c: fix to reflect gdk-pixbuf changes
13083
13084         * gtk/gdk-pixbuf-loader.c, gtk/gdk-pixbuf-loader.h: 
13085         Remove, move back to gdk-pixbuf
13086
13087         * gtk/gtktextiter.c, gtk/gtktextiter.h: add sentence equivalents
13088         to all the word functions
13089
13090         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): return
13091         before doing anything on NULL layout or if we don't have the focus
13092
13093         * gtk/testtext.c (fill_example_buffer): "justification"
13094
13095         * gtk/gtktexttag.h, gtk/gtktexttag.c: change the tag attribute
13096         to be called "justification" not "justify"
13097
13098         * demos/gtk-demo/textview.c (create_tags): "justification"
13099         
13100         * gtk/gtktextlayout.c (set_para_values): Handle char-wise wrapping
13101
13102 2001-01-22  Alexander Larsson  <alexl@redhat.com>
13103
13104         * gdk/gdkwindow.c (gdk_window_invalidate_region):
13105         Don't leak visible_region. Use visible_region instead of region.
13106         
13107         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
13108         Don't do extra gdk_drawable_ref(). This is not X.
13109         (gdk_fb_window_find_focus, gdk_fb_change_focus): make sure
13110         gdk_fb_focused_window is ref:ed.
13111         (gdk_fb_window_send_crossing_events): Watch out for destroyed
13112         windows.
13113
13114 2001-01-22  Alexander Larsson  <alexl@redhat.com>
13115
13116         * gtk/gtkwindow-decorate.c (gtk_decorated_window_realize):
13117         Don't leak the PangoFontDescriptor.
13118
13119 Sun Jan 21 09:58:00 2001  Jonathan Blandford  <jrb@redhat.com>
13120
13121         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): Make fail
13122         when not realized.
13123         (gtk_tree_view_scroll_to_cell): Make work when not realized.
13124         (gtk_tree_view_realize): add scroll_to support
13125         (gtk_tree_view_finalize): add a finalize method.  Populate.
13126         (gtk_tree_view_insert_column): ref and sink the column.
13127         (gtk_tree_view_append_column): ref and sink the column.
13128         (gtk_tree_view_queue_draw_node): New function to handle redrawing
13129         individual nodes.  Should make the code much more efficient, if
13130         actually used.
13131
13132 2001-01-19  Havoc Pennington  <hp@redhat.com>
13133
13134         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
13135         byte_offset variable was being used to mean both "offset into
13136         layout" and "offset into buffer line" which was no longer true
13137         with addition of preedit string; fix
13138
13139 2001-01-19  Havoc Pennington  <hp@redhat.com>
13140
13141         * demos/gtk-demo/main.c (button_press_event_cb): sync to tree changes
13142
13143         * gtk/gtkrbtree.c (_gtk_rbtree_node_find_offset): fix this
13144         function
13145
13146         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_widget):
13147         implement
13148
13149         * gtk/gtktreeview.c (gtk_tree_view_move_to): rename
13150         scroll_to_cell, matches TextView scroll functions better
13151         (gtk_tree_view_tree_to_widget_coords): new function
13152         (gtk_tree_view_widget_to_tree_coords): new function
13153         (gtk_tree_view_get_visible_rect): new function
13154         (gtk_tree_view_get_path_at_pos): accept negative coordinates
13155         (gtk_tree_view_draw_node_focus_rect): new function moved from
13156         draw_focus, also, use width of bin_window as width of the focus
13157         rect
13158         (gtk_tree_view_expand_row): fix bug where it didn't recognize
13159         already-expanded rows
13160         (gtk_tree_view_get_cell_rect): new function
13161         (gtk_tree_view_get_path_at_pos): return the click position
13162         relative to the passed-in cell
13163         (gtk_tree_view_set_expander_column): new function
13164
13165         * configure.in: remove gtk-config-2.0 chmod
13166
13167         * gtk/gtktextview.c (gtk_text_view_drag_motion): small cleanups,
13168         and properly handle drags with targets we don't understand
13169         (gtk_text_view_drag_end): don't stop scrolling, the source isn't
13170         scrolling anyway
13171         (gtk_text_view_drag_drop): stop scrolling here though, and set the
13172         mark invisible
13173
13174         * gtk/gtkdnd.c (gtk_drag_dest_find_target): export as a public
13175         function
13176         (gtk_drag_dest_get_target_list): new function
13177         (gtk_drag_dest_set_target_list): new function
13178         
13179         * gtk/gtktreeview.c: Add a bunch of drag-and-drop implementation
13180
13181         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): add fields
13182         related to drag-and-drop
13183
13184 2001-01-19  Alexander Larsson  <alexl@redhat.com>
13185
13186         * gdk/linux-fb/gdkprivate-fb.h:
13187         Define EMULATE_GDKFONT.
13188         Add extra pango_font stuff to GfkFontPrivate.
13189         
13190         * gdk/linux-fb/gdkdrawable-fb2.c:
13191         * gdk/linux-fb/gdkfont-fb.c:
13192         If EMULATE_GDKFONT defined, implement a slow lame GdkFont
13193         emulation using PangoFont.
13194
13195 2001-01-17  Havoc Pennington  <hp@pobox.com>
13196
13197         * gtk/gtkprogressbar.c, gtk/gtkprogressbar.h: Add "getters" for
13198         all the non-deprecated set_foo functions. Added missing object
13199         properties, and added g_object_notify() to setters. 
13200         Wrote docs.
13201         
13202 2001-01-18  Tor Lillqvist  <tml@iki.fi>
13203
13204         * gtk/gtkmain.c
13205         * gtk/gtkrc.c: (Win32) Use the new
13206         g_win32_get_package_installation_(sub)directory() functions.
13207
13208         * config.h.win32.in: New file.
13209         
13210         * config.h.win32: Removed.
13211
13212         * configure.in: Output config.h.win32.
13213
13214         * Makefile.am: Add it to EXTRA_DIST.
13215
13216         * gtk/gtk.def: Update.
13217
13218 Wed Jan 17 16:22:54 2001  Owen Taylor  <otaylor@redhat.com>
13219
13220         * gtk/gtklabel.c (gtk_label_size_request): Set the
13221         attributes onto the PangoLayout even if they are newly
13222         created from label->pattern.
13223
13224 Tue Jan  9 11:20:48 2001  Owen Taylor  <otaylor@redhat.com>
13225
13226         * gdk/x11/gdkdnd-x11.c: Remove unused variable.
13227
13228         * gtk/gtkdnd.c: Encapsulate storing and retrieving info
13229         structures in functions. Fixes bug where gtk_dataset_*
13230         was accidentally still being used in one place, causing
13231         every dest side event to be treated independently.
13232
13233         * gtk/gtkdnd.c: Remove last vestages of handling
13234         ::draw (fixes warning)
13235         
13236         * gtk/gtkentry.[ch]: Add drag and drop support.
13237
13238         * gtk/gtkdnd.[ch] gtk/gtktextview.c gtk/gtkentry.c: Add
13239         new function gtk_check_drag_threshhold() for checking
13240         to check if (dx,dy) has exceeded the threshhold for starting
13241         a drag and use it everywhere.
13242
13243 Mon Jan  8 11:58:05 2001  Owen Taylor  <otaylor@redhat.com>
13244
13245         * gtk+-2.0.pc.in gdk-pixbuf-2.0.pc.in (Cflags): Remove -I${includedir},
13246         add -I{includedir}/gtk-2.0.
13247
13248         * gtk/gtktreeview.[ch] gtktreemodelsort.[ch] gtknotebook.c
13249         gdk/gdk-pixbuf.h: Doc fixups.
13250         
13251         * gtk/gtkobject.h: Remove trailing , from enum
13252
13253 2001-01-17 Alexander Larsson <alexl@redhat.com> 
13254
13255         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_shadow_fb_draw_arc):
13256         Doh! Mixed up x and y.
13257
13258         * gdk/linux-fb/gdkglobals-fb.c:
13259         Removed gdk_fb_pointer_grab_window_events,
13260         added _gdk_fb_pointer_grab_owner_events and
13261         _gdk_fb_keyboard_grab_owner_events.
13262
13263         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab):
13264         Set all button mask if GDK_BUTTON_MOTION_MASK set. Send
13265         crossing events before grabbing. Set _gdk_fb_pointer_grab_owner_events.
13266         (gdk_fb_pointer_ungrab): Unset _gdk_fb_pointer_grab_owner_events
13267         Send crossing events after ungrab finished.
13268         (gdk_keyboard_grab): Set ..._owner_events
13269         (type_masks): Move out of function.
13270         (gdk_fb_other_event_window, gdk_fb_pointer_event_window,
13271         gdk_fb_keyboard_event_window): New functions, return the
13272         window an event should be targeted at. Handles grabs and
13273         event propagation. Can return NULL.
13274         (gdk_event_make): Remove event_mask checking. Now always
13275         returns an event.
13276                 
13277         * gdk/linux-fb/gdkkeyboard-fb.c:
13278         * gdk/linux-fb/gdkproperty-fb.c:
13279         * gdk/linux-fb/gdkselection-fb.c:
13280         Use new event_window/gdk_event_make() behaviour.
13281         
13282         * gdk/linux-fb/gdkmouse-fb.c:
13283         Use new event_window/gdk_event_make() behaviour.
13284         Only send motion events if in the same window.
13285         If grabbed, use cursor from window if sibling of grabbed
13286         window, and cursor from grabbed window otherwise.
13287
13288         * gdk/linux-fb/gdkprivate-fb.h:
13289         Update gdk_fb_window_send_crossing_events, gdk_event_make
13290         and grab varaible declarations. Add gdk_fb_*_event_window().
13291
13292         * gdk/linux-fb/gdkwindow-fb.c:
13293         Use new event_window/gdk_event_make() behaviour.
13294         Keep correct track of focus window.
13295         (gdk_window_set_events): Set all specific button motion masks
13296         if GDK_BUTTON_MOTION_MASK set.
13297
13298         * gtk/gtkdnd.c (gtk_drag_update):
13299         Free info->last_event if gdk_drag_motion returned FALSE.
13300
13301 2001-01-16  Tor Lillqvist  <tml@iki.fi>
13302
13303         * gdk/win32/gdkwindow-win32.c (gdk_window_show, gdk_window_hide):
13304         Eliminate redraws when input-only windows are shown or
13305         hidden. Thanks to jpe@archaeopteryx.com.
13306
13307 Tue Jan 16 13:13:13 GMT 2001  Tony Gale <gale@gtk.org>
13308
13309         * docs/faq/gtk-faq.sgml: FAQ update:
13310           - Update to bugzilla
13311           - Add GTK+ and security/SUID/SGID
13312           - Add DnD question
13313
13314 2001-01-16  Alexander Larsson  <alla@lysator.liu.se>
13315
13316         * gdk/linux-fb/gdkdnd-fb.c:
13317         Some cleanups.
13318         
13319 2001-01-15  Havoc Pennington  <hp@pobox.com>
13320
13321         * tests/testtreeview.c: add test stuff for CellRendererToggle
13322
13323         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_model): add this
13324         accessor
13325
13326         * gtk/gtkcellrenderertoggle.c: distinguish different event types,
13327         only toggle on button press (would do release like GtkButton, but
13328         we'd need implicit grab code for treeview cells)
13329
13330 2001-01-16  Tor Lillqvist  <tml@iki.fi>
13331
13332         * gdk/win32/gdkvisual-win32.c: Include <stdlib.h> for getenv().
13333
13334         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Don't use
13335         GDK_COLORMAP_PRIVATE_DATA on a potentially NULL GdkColormap.
13336
13337         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Adapt calls
13338         to g_{locale,filename}_{to,from}_utf8 to match current API.
13339
13340         * gtk/makefile.msc.in (gtk_OBJECTS)
13341         * gtk/makefile.mingw.in (gtk_OBJECTS): Add gtkwindow-decorate.
13342
13343         * gtk/gtk.def: Update.
13344
13345 2001-01-15  Tor Lillqvist  <tml@iki.fi>
13346
13347         * gdk/win32/gdkevents-win32.c (synthesize_crossing_events): New
13348         implementaion that more closely mimics the events that an X server
13349         would generate. Especially, properly generate GDK_NOTIFY_VIRTUAL and
13350         GDK_NOTIFY_NONLINEAR_VIRTUAL crossing events. This makes buttons
13351         with nested preview widgets, for instance, more responsive when
13352         you move the mouse quickly into them.
13353         (find_window_for_pointer_event): Make it actually compile.
13354         (gdk_event_translate): Set send_event to the value of
13355         InSendMessage (). This doesn't really mean the same as X11's
13356         send_event flag, but is close enough, says jpe@archaeopteryx.com
13357
13358 2001-01-15  Alexander Larsson  <alexl@redhat.com>
13359
13360         * gdk/linux-fb/gdkdnd-fb.c:
13361         Implemented drag and drop.
13362         Seems to be mostly working. I sometimes get an assert from gtkdnd.c:2664
13363         when it tries to free and then copy the same event (info->last_event).
13364         I am not sure about why this happens, but will continue looking.
13365
13366 2001-01-15  Alexander Larsson  <alexl@redhat.com>
13367
13368         * gdk/linux-fb/gdkwindow-fb.c:
13369         Use gdk_window_invalidate_rect instead of
13370         gdk_window_invalidate_rect_clear to minimise flashing.
13371         When hiding windows you need to clear the root window though.
13372
13373 2001-01-15  Alexander Larsson  <alexl@redhat.com>
13374
13375         * gdk/linux-fb/gdkdrawable-fb2.c:
13376         For optization, add an full_shapes argument to gdk_fb_clip_region.
13377         If this is false, only the cliprects of the shapes are used.
13378
13379         * gdk/linux-fb/gdkprivate-fb.h:
13380         Export gdk_fb_window_peek_shape.
13381         Add full_shapes to gdk_fb_clip_region.
13382
13383         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
13384         When moving a window, don't clear everything under the it, just the
13385         root window. Makes stuff faster and flash less.
13386         (gdk_window_get_pointer): Correctly handle offseted shapes, due to
13387         USE_CHILD_SHAPE. (gdk_fb_window_peek_shape): Return the correct
13388         offset of the shape.
13389         
13390
13391 2001-01-12  Havoc Pennington  <hp@redhat.com>
13392
13393         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): offset the 
13394         current invalid region, fixes redraw bug while scrolling the 
13395         text widget
13396
13397         * gtk/gtktextview.c, gtk/gtktextview.h:
13398         Rearrange the scrolling/validation/etc. code in a major way, 
13399         so it seems to make sense to me. Probably isn't genuinely that
13400         much better, but...
13401
13402         * gtk/gtktexttag.c (set_fg_color): fix name of property used for
13403         notifies
13404
13405         * gtk/gtktextmark.c (gtk_text_mark_get_left_gravity): new function
13406
13407 2001-01-12  Alexander Larsson  <alla@lysator.liu.se>
13408
13409         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_set_rotation):
13410         Hide mouse pointer while rotation. Show it afterwards.
13411
13412 2001-01-12  Alexander Larsson  <alexl@redhat.com>
13413
13414         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region): Take shaped
13415         windows in consideration when generating clip region.
13416
13417         * gdk/linux-fb/gdkfb.h:
13418         Huge HACK. Added GDK_FB_USE_CHILD_SHAPE.
13419
13420         * gdk/linux-fb/gdkprivate-fb.h:
13421         Add shape to GdkWindowFBDatat.
13422         exported gdk_fb_window_get_abs_shape().
13423         removed gdk_fb_draw_lines declaration.
13424
13425         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_impl_fb_init):
13426         Init shape to NULL. (gdk_fb_window_send_crossing_events): Don't
13427         send focus changes when there is a grabbed window.
13428         (gdk_window_get_pointer): Handle shaped windows.
13429         (gdk_fb_region_create_from_bitmap): Convert bitmap to region.
13430         (gdk_fb_window_peek_shape): Returns the shape for a window,
13431         handles GDK_FB_USE_CHILD_SHAPE.
13432         (gdk_fb_window_get_abs_shape): Returns the shape of the window,
13433         offseted to absolute positions. Handles GDK_FB_USE_CHILD_SHAPE.
13434         (gdk_window_shape_combine_mask): Implement.
13435
13436         * gtk/gtkwindow-decorate.c:
13437         HACK! Set GDK_FB_USE_CHILD_SHAPE on window->frame to make sure
13438         setting the shape of a window makes the window transparent.
13439
13440 2001-01-11  Havoc Pennington  <hp@redhat.com>
13441
13442         * gtk/gtktreemodelsimple.h: Oops, broke some macros
13443
13444 2001-01-10  Havoc Pennington  <hp@redhat.com>
13445
13446         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clear_attributes):
13447         add this function, bug 40251
13448
13449         * gtk/gtktreemodelsimple.h (GTK_TYPE_TREE_MODEL_SIMPLE): fix name
13450         of type macro   
13451
13452 2001-01-11  Alexander Larsson  <alexl@redhat.com>
13453
13454         * acconfig.h:
13455         Added ENABLE_SHADOW_FB
13456
13457         * configure.in:
13458         Added --disable-shadowfb
13459
13460         * gdk/linux-fb/gdkcursor-fb.c:
13461         Update shadowfb when updating cursor
13462
13463         * gdk/linux-fb/gdkdrawable-fb2.c:
13464         Added wrappers for shadowfb that calls  the normal drawable
13465         methods, but calls gdk_shadow_fb_update(bounding box) when
13466         GdkWindows are drawed to.
13467         Moved gdk_draw_glyphs implementation to _gdk_draw_glyphs
13468         which also returns the bounding box.
13469
13470         * gdk/linux-fb/gdkfb.h:
13471         Added GdkFBAngle type and gdk_fb_set_rotation declaration.
13472
13473         * gdk/linux-fb/gdkgeometry-fb.c:
13474         Update shadowfb when scrolling window.
13475
13476         * gdk/linux-fb/gdkglobals-fb.c:
13477         Add _gdk_fb_screen_angle.
13478         
13479         * gdk/linux-fb/gdkkeyboard-fb.c:
13480         Test code for screen rotation. Shift-F2 in the xlate driver
13481         rotates the screen.
13482
13483         * gdk/linux-fb/gdkmain-fb.c:
13484         Handle shadowfb. Add gdk_fb_set_rotation(). Remove CM and RP.
13485
13486         * gdk/linux-fb/gdkmouse-fb.c:
13487         Use fb_width/height instead of modeinfo.xres/yres.
13488
13489         * gdk/linux-fb/gdkprivate-fb.h:
13490         Added fb_men, fb_width, fb_height & fb_stride. When using
13491         shadow fb these can differ from the framebuffer stuff.
13492         Declarations for gdk_shadow_fb_update, gdk_shadow_fb_init,
13493         gdk_shadow_fb_stop_updates, gdk_fb_recompute_all,
13494         _gdk_fb_screen_angle. Removed CM, RP.
13495
13496         * gdk/linux-fb/gdkrender-fb.c:
13497         Added code for shadowfb handling and screen rotation using
13498         shadowfb.
13499
13500         * gdk/linux-fb/gdkwindow-fb.c:
13501         Use fb_mem, fb_stride, fb_width, fb_height.
13502         Added recompute_rowstride to reset the rowstride of all windows.
13503         Added gdk_fb_recompute_all() which recomputes rootwindow size,
13504         window abs positions and window rowstrides. Usefull when the
13505         rotation has changed.
13506
13507 Thu Jan 11 13:16:50 GMT 2001  Tony Gale <gale@gtk.org>
13508
13509         * docs/faq/gtk-faq.sgml: update to make web site updating easier
13510
13511 2001-01-10  Havoc Pennington  <hp@redhat.com>
13512
13513         * gtk/gtktreestore.c (gtk_tree_store_insert_before): handle case
13514         where sibling == iter
13515         (gtk_tree_store_insert_after): handle sibling == iter
13516         (gtk_tree_store_prepend): remove stamp checks
13517         (gtk_tree_store_insert_before): ditto
13518         (gtk_tree_store_append): ditto
13519         (gtk_tree_store_get_path): ditto
13520         (gtk_tree_store_get_value): ditto
13521         (gtk_tree_store_iter_has_child): ditto
13522         (gtk_tree_store_iter_n_children): ditto
13523         (gtk_tree_store_iter_nth_child): ditto
13524         (gtk_tree_store_insert_after): ditto
13525         (gtk_tree_store_is_ancestor): ditto
13526         (gtk_tree_store_iter_depth): ditto
13527         (gtk_tree_store_insert_before): assert that sibling's parent is
13528         the same as the passed-in parent
13529         (gtk_tree_store_insert_after): assert that sibling's parent is
13530         the same as the passed-in parent
13531
13532         
13533         * gtk/gtktreemodel.c (gtk_tree_model_get_first): new convenience 
13534         function to get the first iterator in a model
13535         
13536         * gtk/gtktreestore.c (gtk_tree_store_get_root_iter): remove,
13537         conventionally the "root" in this sense is just NULL afaict.
13538
13539         * gtk/gtkliststore.c (gtk_list_store_insert_before): handle case
13540         where sibling == iter
13541         (gtk_list_store_insert_after): handle case where sibling == iter
13542
13543         * tests/testtreeview.c (run_automated_tests): fairly lame basic
13544         automated tests for ListStore, TreeStore
13545
13546         * gtk/gtkliststore.c (gtk_list_store_remove): update tail pointer
13547         (gtk_list_store_insert): update tail pointer, and fix it to work
13548         (gtk_list_store_insert_before): update tail pointer, and fix it to work
13549         (gtk_list_store_append): use tail to be faster
13550         (gtk_list_store_prepend): fix it, update tail pointer
13551         (gtk_list_store_insert_after): fix it, update tail pointer
13552
13553         * gtk/gtkliststore.h (struct _GtkListStore): add tail pointer for 
13554         the list
13555
13556 2001-01-09  Havoc Pennington  <hp@redhat.com>
13557
13558         * gtk/gtklabel.c (gtk_label_expose): don't draw if label->layout
13559         is NULL due to a pending resize
13560
13561         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): don't set the
13562         column width to values less than 1
13563
13564         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_width): clamp
13565         width to be between min/max width, and still set the width 
13566         even if autosize is turned on, so the tree view can use this 
13567         function in order to autosize.
13568         (gtk_tree_view_column_init): set initial width to 1 not 0
13569
13570         * gtk/gtktreeview.c (gtk_tree_view_size_request_buttons): use
13571         setter function to modify column width, so we get notification
13572         (gtk_tree_view_insert_iter_height): ditto
13573         (gtk_tree_view_calc_size): ditto
13574         (gtk_tree_view_check_dirty): ditto
13575
13576         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add
13577         properties to change all the interesting attributes of the tree
13578         view column.
13579         (gtk_tree_view_column_set_header_clickable): rename set_clickable
13580         (gtk_tree_view_column_get_clickable): add
13581         (gtk_tree_view_column_set_cell_renderer): don't unset the current
13582         attributes; assume a cell renderer with equivalent object
13583         properties has been swapped in. Do g_object_notify().
13584         (gtk_tree_view_column_set_visible): g_object_notify
13585         (gtk_tree_view_column_get_sizing): rename from get_col_type
13586         (gtk_tree_view_column_set_sizing): g_object_notify
13587         (gtk_tree_view_column_set_width): add g_object_notify
13588         (gtk_tree_view_column_set_min_width): ditto
13589         (gtk_tree_view_column_set_max_width): ditto
13590         (gtk_tree_view_column_set_title): ditto
13591         (gtk_tree_view_column_set_clickable): ditto
13592         (gtk_tree_view_column_set_widget): ditto
13593         (gtk_tree_view_column_set_justification): ditto
13594
13595 2001-01-09  Havoc Pennington  <hp@redhat.com>
13596
13597         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): handle case where
13598         there are no rows in the model
13599
13600         * gtk/gtkliststore.c (gtk_list_store_iter_children): if parent is
13601         NULL, then return the start of the list
13602
13603         * gtk/gtktreeview.c (gtk_tree_view_setup_model): don't build tree
13604         if we can't get any rows from an empty model 
13605
13606         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): remove
13607         extraneous * after function pointer typedef usage
13608
13609         * Makefile.am: don't specify full path to cp and rm
13610
13611         * gtk/gtkcellrenderertextpixbuf.c
13612         (gtk_cell_renderer_text_pixbuf_get_size): check width/height !=
13613         NULL before dereferencing, fixes a segfault that happened from
13614         time to time
13615
13616         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render):
13617         use gdk_pixbuf_render_to_drawable_alpha() to get alpha channel,
13618         and reindent the function
13619         (gtk_cell_renderer_pixbuf_get_size): indentation
13620
13621         * gtk/gtkdialog.c (gtk_dialog_run): destroy main loop only after
13622         we quit it
13623         (gtk_dialog_add_buttons_valist): add g_return_if_fail
13624         (gtk_dialog_set_default_response): New function, to set default
13625         button
13626         (gtk_dialog_set_response_sensitive): New function, to set 
13627         sensitivity of buttons
13628
13629         * gtk/gtkcellrendererpixbuf.c
13630         (gtk_cell_renderer_pixbuf_get_property): allow getting a NULL pixbuf
13631         (gtk_cell_renderer_pixbuf_set_property): allow setting a NULL pixbuf
13632
13633         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
13634         handle any G_TYPE_OBJECT subclass, not just the base class, and 
13635         also boxed types.
13636         (_gtk_tree_data_list_value_to_node): ditto
13637
13638         * gtk/gtkrbtree.c: Run _gtk_rbtree_test at strategic points if 
13639         --gtk-debug=tree
13640
13641         * gtk/gtkmain.c: add GTK_DEBUG_TREE
13642
13643         * gtk/gtkdebug.h: add GTK_DEBUG_TREE
13644
13645 2001-01-09  Tor Lillqvist  <tml@iki.fi>
13646
13647         * gdk/win32/gdkevents-win32.c: Implement better mouse
13648         capturing. Do use SetCapture(). Thanks to jpe@archaeopteryx.com.
13649         (find_window_for_pointer_event): New function.
13650         (gdk_event_translate): Use it when handling mouse events.
13651
13652 2001-01-09  Alexander Larsson  <alla@lysator.liu.se>
13653
13654         * configure.in:
13655         Added --with-included-loaders option
13656
13657         * gdk-pixbuf/Makefile.am:
13658         * gdk-pixbuf/gdk-pixbuf-io.c:
13659         Add support for including selected gdk-pixbuf loaders only.
13660
13661         * gtk/gtkwindow.c (gtk_window_set_frame_dimensions,
13662         gtk_window_set_has_frame):
13663         Added inline documentation.
13664
13665         * gdk/x11/gdkwindow-x11.c (gdk_window_get_decorations):
13666         * docs/reference/gdk/tmpl/windows.sgml:
13667         Added inline documentation.
13668
13669 Mon Jan  8 14:42:06 2001  Jonathan Blandford  <jrb@redhat.com>
13670
13671         * gtk/gtktreeview.c (gtk_tree_view_realize_buttons): Skip
13672         realizing buttons that have already been realized.
13673
13674 Mon Jan  8 14:06:29 2001  Jonathan Blandford  <jrb@redhat.com>
13675
13676         * tests/testtreeview.c (main): Show menu items before adding to
13677         option menu.
13678
13679         * gtk/gtktreeview.c (gtk_tree_view_set_model): Keep the columns
13680         around if we kill them.
13681
13682         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
13683         Return if we pass in a NULL model.
13684
13685 2001-01-08  Havoc Pennington  <hp@redhat.com>
13686
13687         * tests/testtreeview.c: hack on this some
13688
13689         * gtk/gtktreestore.c (gtk_tree_store_setv): rename
13690         gtk_tree_store_set_valist, v is for arrays, valist for varargs
13691         list
13692         (gtk_tree_store_getv): rename gtk_tree_store_get_valist
13693
13694         * gtk/gtkliststore.h: Add varargs set() and get() convenience
13695         functions
13696
13697 2001-01-08  Alexander Larsson  <alexl@redhat.com>
13698
13699         * gtk/gtkwindow-decorate.[hc]:
13700         * gtk/Makefile.am:
13701         New files. Contains an implementation of a minimal WM for
13702         linux-fb.
13703
13704         * gtk/gtkwindow.h:
13705         Add the possibility for GtkWindows to specify a frame. This
13706         is used for the window decoration code, but could concievably
13707         be used for X programs too (xmms style windows).
13708         GtkWindow->frame is the toplevel window if the window is framed.
13709         The signal frame_event gets all events that are targeted to
13710         GtkWindow->frame.
13711         (_gtk_window_constrain_size): Exported for usage by gtkwindow-decorate.c.
13712         
13713         * gtk/gtkwindow.c:
13714         Implement gtk_window_set_has_frame and gtk_window_set_frame_dimensions.
13715         Call out to gtkwindow-decorate.c for WM support in linx-fb.
13716
13717 2001-01-08  Alexander Larsson  <alexl@redhat.com>
13718
13719         * docs/README.linux-fb:
13720         Correct filename ~/.pangoft2_aliases
13721
13722         * gdk/gdkwindow.h:
13723         Added new function gdk_window_get_decorations.
13724
13725         * gdk/linux-fb/gdkfb.h:
13726         Removed _gdk_window_get_decorations declaration.
13727         Renamed _gdk_window_set_child_handler to
13728         gdk_fb_window_set_child_handler.
13729
13730         * gdk/linux-fb/gdkwindow-fb.c:
13731         Renamed _gdk_window_set_child_handler to
13732         gdk_fb_window_set_child_handler.
13733
13734         * gdk/x11/gdkwindow-x11.c:
13735         New function gdk_window_get_mwm_hints().
13736         Implemented gdk_window_get_decorations.
13737
13738         * docs/reference/gdk/tmpl/windows.sgml:
13739         * docs/reference/gdk/gdk-sections.txt:
13740         Added gdk_window_get_decorations docs.
13741         
13742 2001-01-08  Alexander Larsson  <alla@lysator.liu.se>
13743
13744         * gdk/linux-fb/gdkwindow-fb.c (_gdk_fb_window_find_focus,
13745         gdk_fb_window_find_focus, gdk_fb_send_focus_change,
13746         gdk_fb_window_send_crossing_events):
13747         Possibly send focus events when the mouse moves from one
13748         window to another.
13749
13750 2001-01-07  Tor Lillqvist  <tml@iki.fi>
13751
13752         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title,
13753         gdk_window_new): Adapt calls to g_{locale,filename}_{to,from}_utf8
13754         to match current API.
13755
13756         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): If a secret
13757         environment variable is set, don't call g_error when on a
13758         palettized (PseudoColor) display. Some people want to use GTK+ 
13759         in 256-colour mode even though works only partially.
13760
13761         * gdk/gdk.def
13762         * gtk/gtk.def
13763         * gtk/makefile.mingw.in: Update.
13764
13765 2001-01-05  Havoc Pennington  <hp@redhat.com>
13766
13767         * tests/testtreeview.c: hack on this a bit
13768
13769         * gtk/gtktextlayout.c (gtk_text_layout_class_init):
13770         s/GTK_RUN_LAST/G_SIGNAL_RUN_LAST
13771
13772         * gtk/gtktreemodelsimple.h (GTK_IS_TREE_MODEL_SIMPLE_CLASS): 
13773         was spelled incorrectly
13774         (GTK_IS_TREE_MODEL_SIMPLE): ditto
13775
13776         * gtk/gtktreeview.c (gtk_tree_view_set_headers_clickable): rename
13777         from gtk_tree_view_set_headers_active   
13778
13779         * gtk/gtktexttag.c:
13780         (gtk_text_tag_get_property): handle PROP_DIRECTION
13781         (gtk_text_tag_set_property): g_object_notify when we toggle the _set
13782         properties, bug 40235
13783
13784         * gtk/gtktextiter.c (gtk_text_iter_forward_to_delimiters): rename
13785         forward_to_line_end
13786
13787 Fri Jan  5 16:16:29 2001  Owen Taylor  <otaylor@redhat.com>
13788
13789         * gtk/{gtkcalender.c,gtkfilesel.c,gtkimcontext.c},
13790         modules/input/gtkimcontextxim.c: Adapt to new prototypes
13791         for unicode,locale,filename conversion functions.
13792
13793 2001-01-05  Havoc Pennington  <hp@redhat.com>
13794
13795         * gtk/gtktextiter.c (gtk_text_iter_ends_line): this function was
13796         broken if called on the first position in the buffer.
13797
13798         * gtk/gtktextlayout.c (line_display_index_to_iter): fix
13799         forward_to_delimiters to be called only if we aren't already at
13800         the delimiters.
13801
13802 2001-01-05  Havoc Pennington  <hp@redhat.com>
13803
13804         * demos/gtk-demo/main.c (create_tree): Oops, that didn't link. Fix.
13805
13806 2001-01-05  Alexander Larsson  <alexl@redhat.com>
13807
13808         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_drawable_finalize): free
13809         colormap in here. Sync from X port.
13810         (gdk_fb_set_colormap): allow the colormap to be NULL if you like.
13811         Sync from X port.
13812         (gdk_fb_clip_region): Comment out g_warning about empty clip region.
13813         This happens now and then, and i don't think it is a bug.
13814         (gdk_fb_draw_polygon): Correctly add extra point if startpoint
13815         != endpoint.
13816         (gdk_fb_draw_lines): Don't draw dashed lines if line_style is
13817         GDK_LINE_SOLID.
13818
13819         * gdk/linux-fb/gdkfont-fb.c: Return bogus GdkFont that has
13820         some of the fields filled in at least.
13821
13822         * gdk/linux-fb/miwideline.c: The widths argument to miLineArcI, and
13823         miLineArcD is no more, remove it from the function definition.
13824
13825 2001-01-04  Havoc Pennington  <hp@redhat.com>
13826
13827         * gtk/gtktreeselection.c (gtk_tree_selection_get_tree_view): add
13828         this
13829
13830         * gtk/gtktreemodel.h (struct _GtkTreeIter): rename fields to
13831         user_data instead of tree_node
13832
13833         * gtk/gtktreeprivate.h (TREE_VIEW_COLUMN_WIDTH): rename from
13834         TREE_VIEW_COLUMN_SIZE
13835
13836         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): rename
13837         "size" field to "width" finishes bug 40061
13838
13839         * gtk/gtkcellrenderer.h: Use GtkCellRendererState instead of guint
13840         for bitfields, bug 40268
13841
13842 2001-01-04  Havoc Pennington  <hp@redhat.com>
13843
13844         Rename some stuff:
13845         
13846         s/gtk_tree_view_column_set_size/gtk_tree_view_column_set_width/g;
13847
13848         s/GtkModelSimple/GtkTreeModelSimple/g;
13849         s/GTK_MODEL_SIMPLE/GTK_TREE_MODEL_SIMPLE/g;
13850         s/gtk_model_simple/gtk_tree_model_simple/g;
13851         s/gtkmodelsimple/gtktreemodelsimple/g;
13852
13853         s/gtk_tree_view_column_set_header_active/gtk_tree_view_column_set_header_clickable/g;
13854
13855         s/GtkTreeViewColumnType/GtkTreeViewColumnSizing/g;
13856         s/column_set_col_type/column_set_sizing/g;
13857
13858         s/GtkTreeSelectionType/GtkTreeSelectionMode/g;
13859         s/gtk_tree_selection_set_type/gtk_tree_selection_set_mode/g;
13860
13861         s/GtkCellRendererType/GtkCellRendererState/g;
13862         
13863         * gtk/gtkcellrenderertoggle.c: remove _ macro, include gtkintl.h
13864         (gtk_cell_renderer_toggle_class_init): change "state" property to
13865         "active", to match GtkToggleButton
13866         (gtk_cell_renderer_toggle_get_active): new function, bug
13867         40269
13868         (gtk_cell_renderer_toggle_set_active): new function
13869         (gtk_cell_renderer_toggle_set_property): route changes to toggle
13870         state through gtk_cell_renderer_set_active
13871
13872 Thu Jan  4 15:46:18 2001  Jonathan Blandford  <jrb@redhat.com>
13873
13874         * gtk/gtkmodelsimple.c: Changed a bunch of boxed types to pointers
13875         temporarily until they work again.  Brought up to date with
13876         changes in the model.
13877         * gtk/gtkmodelsimple.h: Brought up to date with changes in the
13878         model.
13879
13880 2001-01-04  Havoc Pennington  <hp@redhat.com>
13881
13882         * gtk/gtktextlayout.c (line_display_index_to_iter): if index is
13883         equal to the line length, then position iterator before paragraph 
13884         separators. Fixes crash reported by Mikael Hermansson when
13885         pressing left arrow from the start of a line.   
13886
13887         * gtk/gtktextiter.c (iter_set_from_byte_offset): Add g_error
13888         about byte indexes off the end
13889         (iter_set_from_char_offset): add g_error about char offsets
13890         off the end
13891
13892 2001-01-03  Havoc Pennington  <hp@redhat.com>
13893
13894         * gtk/gtktextbtree.c: Adapt to uscore-ification of gtktextiterprivate
13895
13896         * gtk/gtktextdisplay.c (gtk_text_layout_draw): remove use 
13897         of private functions; remove inclusion of private headers.
13898
13899         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_line): Add this 
13900         function, so we don't need private functions in gtktextdisplay.c
13901
13902         * gtk/gtktextiterprivate.h: underscore-ification
13903
13904         * gtk/gtkwidget.c: Clean up a bunch of docs that said "INTERNAL"
13905         to instead say "only useful to implement widgets"
13906
13907         * gtk/gtkenums.h (GtkMovementStep): Rename GTK_MOVEMENT_CHARS,
13908         GTK_MOVEMENT_POSITIONS to GTK_MOVEMENT_LOGICAL_POSITIONS,
13909         GTK_MOVEMENT_VISUAL_POSITIONS. Resolves bug 40249.
13910
13911         * gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_set_colormap):
13912         This function was completely broken
13913
13914         * gtk/testtext.c (line_numbers_expose): use gtk_paint_layout
13915
13916         * gtk/gtkvscale.c (gtk_vscale_draw_value): use gtk_paint_layout
13917
13918         * gtk/gtkvruler.c (gtk_vruler_draw_ticks): use gtk_paint_layout
13919
13920         * gtk/gtklabel.c (gtk_label_expose): use gtk_paint_layout
13921
13922         * gtk/gtkhscale.c (gtk_hscale_draw_value): use gtk_paint_layout
13923
13924         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): use gtk_paint_layout
13925
13926         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): use
13927         gtk_paint_layout
13928
13929         * gtk/gtkaccellabel.c (gtk_accel_label_expose_event): use
13930         gtk_paint_layout
13931
13932         * gtk/gtkstyle.h: Add draw/paint expander to draw tree expanders.
13933         Progress on bug 40103. Add draw_layout to draw a PangoLayout.
13934         (struct _GtkStyleClass): Remove draw_cross, draw_oval, draw_ramp,
13935         which were not implemented.     
13936
13937         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): Add
13938         insert_pixbuf signal. Rename delete_text to delete_range since it
13939         also deletes pixbufs and child anchors. This almost closes bug
13940         40245 (still need to deal with child anchors)
13941
13942         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Add
13943         insert_pixbuf, change signal names as appropriate, change types of
13944         signals taking marks/tags to have the specific type, not just
13945         G_TYPE_OBJECT
13946         
13947         * gtk/gtkmain.c (gtk_get_current_event_state): Add this function; 
13948         closes bug 40051
13949
13950         * gtk/gtkoptionmenu.c (gtk_option_menu_set_history): clean up
13951         unnecessary remove_contents() call
13952         (gtk_option_menu_class_init): add a "changed" signal, closes
13953         bug 40039
13954         (gtk_option_menu_update_contents): emit "changed" if the 
13955         active menu item changes
13956
13957         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done): fix bad
13958         cast to GtkObject, reported by Jonas Borgstrom
13959         (gdk_pixbuf_loader_finalize): don't close the loader on finalize;
13960         we can't do stuff with side effects in finalize. Instead, spew a
13961         warning if the loader isn't closed.
13962
13963         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_finalize): free
13964         colormap in here, non-X ports probably need to sync to this change
13965
13966         * gdk/x11/gdkdrawable-x11.c (gdk_x11_set_colormap): remove 
13967         assertion that colormap != NULL, you can set the colormap to NULL
13968         if you like.
13969         
13970         * Makefile.am: remove gtk-config-2.0
13971
13972         * configure.in: Use pkg-config to locate GLib. Remove
13973         separated-out GMODULE_LIBS, GMODULE_CFLAGS; these were not used,
13974         and the gmodule libs/cflags were in GLIB_LIBS GLIB_CFLAGS anyhow.
13975         Use pkg-config to locate Pango. Output correct Pango libs to
13976         gdk-2.0.pc.in. Fix test for FREETYPE_CONFIG (typo fix).
13977
13978         * Makefile.am (pkgconfig_DATA): install only target-specific pc
13979         files
13980         (install-data-local): symlink gtk+-2.0.pc and gdk-2.0.pc to the
13981         X11 pc files
13982
13983         * gtk+-2.0.pc.in (Requires): require the GDK for the current target
13984         unref from here
13985
13986 2001-01-03  Alexander Larsson  <alla@lysator.liu.se>
13987
13988         * configure.in:
13989         Change GTK_NO_CHECK_CASTS to G_DISABLE_CAST_CHECKS.
13990
13991 Tue Jan  2 16:23:05 2001  Owen Taylor  <otaylor@redhat.com>
13992
13993         * gtk/gtktextlayout.c
13994         (gtk_text_layout_move_iter_to_previous_line): Fix unitialized
13995         variable when moving back onto a single line.
13996
13997 2001-01-01  Havoc Pennington  <hp@redhat.com>
13998
13999         * gtk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
14000
14001         * gdk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
14002
14003         * configure.in (LIBTOOL_EXPORT_OPTIONS): define
14004         LIBTOOL_EXPORT_OPTIONS with options to control symbol export
14005
14006 2001-01-01  Havoc Pennington  <hp@redhat.com>
14007
14008         * gtk/gtktexttagprivate.h: uscore-prepend all the stuff in here.
14009
14010         * gtk/gtk-boxed.defs (GtkTextAttributes): Add boxed type for 
14011         GtkTextAttributes
14012
14013         * gtk/gtktexttag.c: Fix up GtkTextAttributes copying to close bug 
14014         #40246
14015         (gtk_text_attributes_copy_values): rename from 
14016         gtk_text_attributes_copy
14017         (gtk_text_attributes_copy): a more standard GTK copy function, 
14018         which returns a new object
14019
14020 2001-01-01  Havoc Pennington  <hp@redhat.com>
14021
14022         * gtk/gtktreeview.c: Adapt to GtkTreeSelection changes
14023         
14024         * gtk/gtktreeselection.c (_gtk_tree_selection_set_tree_view):
14025         don't fill in tree_view->priv->selection, kind of an unexpected
14026         side effect
14027
14028         * gtk/gtkcellrenderertext.c: Remove definition of _ and include
14029         gtkintl.h
14030         
14031         * gtk/gtkcellrenderer.c: Remove definition of _ and include
14032         gtkintl.h
14033         (gtk_cell_renderer_get_property): remove calls to g_value_init
14034
14035         * gtk/gtkcellrendererpixbuf.c: Remove definition of _ and include
14036         gtkintl.h
14037
14038         * gtk/gtkcellrenderertextpixbuf.c: Remove definition of _ macro
14039         and include gtkintl.h
14040         (gtk_cell_renderer_text_pixbuf_class_init): remove spaces from
14041         property names
14042
14043         * gtk/gtktreeselection.c (_gtk_tree_selection_new): rename, return
14044         GtkTreeSelection
14045         (_gtk_tree_selection_new_from_with_view): rename, return
14046         GtkTreeSelection
14047         (_gtk_tree_selection_set_tree_view): rename with uscore
14048         (gtk_tree_selection_get_selected): fill in the "model" out param
14049         first, so it gets filled in even if we return at the top of the 
14050         function
14051         (gtk_tree_selection_real_select_all): add a comment and an else{}
14052         to clarify this a bit
14053         (gtk_tree_selection_real_unselect_all): add the same else{}
14054
14055         * gtk/gtktreeselection.h: Rename new, new_with_tree_view, and
14056         set_tree_view to have underscore prefixes, move them to the
14057         private header, fix return type of new_with_tree_view
14058         (struct _GtkTreeSelection): mark struct
14059         fields private  
14060
14061         * gtk/gtktreemodel.c (gtk_tree_model_get_flags): return
14062         GtkTreeModelFlags, not a guint
14063         (gtk_tree_path_prev): return gboolean not gint
14064         (gtk_tree_path_up): return gboolean not gint
14065
14066         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): make get_flags
14067         return GtkTreeModelFlags, not a guint
14068
14069         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_finalize): check
14070         that child model is non-null before unrefing it
14071         (g_value_int_compare_func): make this a qsort compare func, not 
14072         a boolean predicate
14073
14074         * gtk/gtktreemodelsort.h: rename gtk_tree_model_set_sort_column,
14075         (add -umn to the end), and mark it unimplemented
14076         (gtk_tree_model_sort_resort): remove, this wasn't implemented, and 
14077         I don't see what it's for - doesn't the model always sort itself?
14078         (gtk_tree_model_sort_set_compare): this had the wrong signature
14079
14080         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_attributes):
14081         Fix the docs to say that it destructively replaces existing
14082         attributes (previously said that it added attributes).
14083         (gtk_tree_view_column_set_visible): canonicalize bool before
14084         equality testing. Also, check for realization before
14085         hiding/showing the tree_column->window; if this window could exist
14086         before realization, then it's busted and needs fixing, we can't 
14087         create GDK resources pre-realization. Also, remove
14088         superfluous queue_resize(), since set_size() does that for us.
14089         (gtk_tree_view_column_set_col_type): check realization before 
14090         using tree_column->window
14091
14092         * gtk/gtktreedatalist.c: fix filename in copyright notice
14093
14094 2000-12-31  Havoc Pennington  <hp@pobox.com>
14095
14096         * gtk/gtktextview.c: Rearrange all the
14097         scroll-while-dragging-or-selecting code to be different, not
14098         necessarily better. ;-)
14099         (gtk_text_view_scroll_to_mark): Change this
14100         function to take within_margin as a fraction instead of a pixel
14101         value, and to take alignment arguments (indicating where to align 
14102         the mark inside the visible area)
14103         
14104         * gtk/testtextbuffer.c (fill_buffer): fix bad cast of GtkTextTag
14105         to GtkObject
14106
14107         * gtk/gtktextiter.c (gtk_text_iter_set_line_offset): change
14108         behavior so that offsets past the end of the line are not 
14109         allowed, and an offset equal to the line length moves the iterator
14110         to the next line
14111         (gtk_text_iter_set_line_index): make parallel change
14112         (gtk_text_iter_get_bytes_in_line): add this function
14113         
14114         * gtk/gtktextbtree.c (_gtk_text_line_byte_locate): change handling
14115         of byte indexes off the end of the line; byte index at the end of
14116         the line now returns FALSE and doesn't fill in the requested
14117         values, byte index past the end of the line is an error.  Also,
14118         don't allow -1 offset anymore, since its meaning is unclear.
14119
14120         This change exposes some bug in visual cursor motion, where we
14121         end up with a huge invalid byte index; needs fixing. Symptom of 
14122         bug is a crash when you hit up arrow.
14123         
14124         (_gtk_text_line_char_locate): match the change to byte_locate
14125
14126         * gtk/gtktextiter.c (find_by_log_attrs): Handle iteration backward
14127         from start of line properly. fixes bug reported by Mikael
14128         Hermansson where backspace would delete all text before the
14129         cursor.
14130
14131 2000-12-30  Tor Lillqvist  <tml@iki.fi>
14132
14133         * gdk/win32/gdkwindow-win32.c
14134         (gdk_window_impl_win32_get_visible_region): New function, as in
14135         the X11 backend.
14136         (gdk_window_new, gdk_window_set_title): Use g_locale_from_utf8()
14137         instead of duplicating the same code here.
14138
14139         * gdk/win32/gdkwin32.h (GDK_COLORMAP_PRIVATE_DATA): Use
14140         GDK_COLORMAP macro.
14141
14142         * gdk/win32/gdkevents-win32.c (gdk_event_funcs): Use NULL as
14143         destroy function.
14144         (gdk_event_translate): Use GDK_COLORMAP_PRIVATE_DATA to correctly
14145         access that.
14146
14147         * gtk/gtk.def: Update.
14148
14149         * gtk/makefile.mingw.in: Use glib-genmarshal from $(GLIB)/gobject.
14150
14151 2000-12-30  Havoc Pennington  <hp@pobox.com>
14152
14153         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set the system
14154         colormap on input only windows, to avoid special cases all over
14155         the code for these windows.
14156
14157 2000-12-26  Tor Lillqvist  <tml@iki.fi>
14158
14159         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): Call g_error if
14160         we are on a palettized display ("PseudoColor" in X11), as the code
14161         for that doesn't work anyway, and never has.
14162
14163 2000-12-22  Alexander Larsson  <alexl@redhat.com>
14164
14165         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_io):
14166         Don't use isprint() for chars > 255.
14167
14168 2000-12-21  Havoc Pennington  <hp@redhat.com>
14169
14170         * tests/testtreeview.c: more work
14171
14172 2000-12-21  Alexander Larsson  <alexl@redhat.com>
14173
14174         * docs/README.linux-fb:
14175         Update the docs to the new pangoft2 way.
14176
14177 2000-12-21  Alexander Larsson  <alexl@redhat.com>
14178
14179         * configure.in:
14180         For linux-fb get the pangoft2 cflags and libs. This needs a recent
14181         pango version.
14182         Remove modules/linux-fb/Makefile.
14183
14184         * gdk/linux-fb/gdkdrawable-fb2.c:
14185         Render glyphs using freetype.
14186
14187         * gdk/linux-fb/gdkfb.h:
14188         Add new fb-specific functions needed for managing windows.
14189
14190         * gdk/linux-fb/gdkmain-fb.c:
14191         Remove gdk_font_init/fini() calls.
14192
14193         * gdk/linux-fb/gdkpango-fb.c:
14194         Remove old implementation. Use pangoft2 instead.
14195
14196         * gdk/linux-fb/gdkprivate-fb.h:
14197         Remove PangoFBFont and related stuff.
14198
14199         * gdk/linux-fb/gdkwindow-fb.c:
14200         Implement drawable->get_visible_region.
14201         Implement support for _gdk_window_set_child_handler () and
14202         _gdk_window_get_decorations().
14203
14204         * modules/Makefile.am:
14205         Remove linux-fb subdir.
14206
14207         * modules/linux-fb/*:
14208         Removed all.
14209         
14210 2000-12-20  Jonathan Blandford  <jrb@redhat.com>
14211
14212         * gtk/gtkcellrenderer*.c (::get_property): remove g_value_init
14213         calls, as they are no longer needed.
14214
14215         * gtk/gtktreemodelsort.c: Fix up the comparison code.
14216         
14217         * gtk/gtktreemodel.h: Start work on ::reordered signal.  Need to
14218         figure out how to emit a signal on an interface.
14219
14220 2000-12-20  Havoc Pennington  <hp@redhat.com>
14221
14222         * tests: new directory to contain tests, gtk/test* should move
14223         here sometime (with appropriate on-cvs-server hackery)
14224
14225         * tests/testtreeview.c, tests/Makefile.am: a test
14226         
14227         * configure.in (AC_OUTPUT): add tests/Makefile
14228
14229         * gtk/gtktexttag.c (gtk_text_tag_get_property): Add "invisible"
14230         and "invisible_set" which were missing
14231
14232         * gtk/gtkrbtree.h: some cheesy indentation fix
14233         
14234 2000-12-20  Alexander Larsson  <alexl@redhat.com>
14235
14236         * gtk/gtkinvisible.c (gtk_invisible_realize):
14237         Attach the style to the window so that the style it is not
14238         leaked when unrealizing the window.
14239
14240 2000-12-18  Havoc Pennington  <hp@redhat.com>
14241
14242         * gtk/gtktextview.c (gtk_text_view_delete_from_cursor): do
14243         begin/end user action where appropriate
14244         (gtk_text_view_commit_handler): add begin/end user action
14245
14246         * gtk/gtktextbuffer.c: add begin/end user action signals, and
14247         bracket interactive operations with begin/end user action pair.
14248         
14249         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): remove
14250         "interactive" arg from insert_text and delete_text signals.
14251         Add begin_user_action, end_user_action signals
14252         (gtk_text_buffer_begin_user_action): 
14253         (gtk_text_buffer_end_user_action): New functions to delimit 
14254         a user-visible action
14255
14256         * gtk/gtkmarshal.list: update to reflect changes to gtktextbuffer
14257         signals.
14258         
14259 2000-12-18  Havoc Pennington  <hp@redhat.com>
14260
14261         * gdk/gdkevents.c (gdk_event_get_state): wow, that implementation
14262         was pretty non-working.
14263
14264         * gtk/testtext.c (fill_file_buffer): make this a bit more robust
14265         by passing the length to g_utf8_validate().
14266
14267 2000-12-16  Havoc Pennington  <hp@pobox.com>
14268
14269         * gtk/gdk-pixbuf-loader.h, gtk/gdk-pixbuf-loader.c: 
14270         Port to GObject, can go back in gdk-pixbuf after setting up 
14271         a gdk-pixbuf-marshal.h header over there.
14272
14273         * gtk/gtktreeview.c: s/SEPERATOR/SEPARATOR/g;
14274         (gtk_tree_view_class_init): specify GTK_TYPE_ADJUSTMENT for signal
14275         args
14276         (gtk_tree_view_init): don't unset GTK_NO_WINDOW, it shouldn't be
14277         set
14278         (gtk_tree_view_realize_buttons): don't gtk_widget_show() buttons
14279         here, do it when we create the buttons later
14280         (gtk_tree_view_realize_buttons): add some g_return_if_fail 
14281         (gtk_tree_view_map): paranoia checks that column->button is shown 
14282         and unmapped
14283         (gtk_tree_view_size_request): only request visible children.
14284         Move header size calculation in here, for cleanliness, and 
14285         to maintain invariants for child widgets if we eventually 
14286         let users set different children inside the buttons
14287         (gtk_tree_view_map_buttons): factor out code to map buttons,
14288         since it was being called several times
14289         (gtk_tree_view_size_allocate_buttons): move_resize the drag
14290         windows instead of just moving them; their height may change 
14291         if we allow random widgets in there, or the theme changes.
14292         (gtk_tree_view_size_allocate): move button size allocation 
14293         above emitting the scroll signals, to ensure a sane state when we
14294         hit user code
14295         (gtk_tree_view_button_release): remove queue_resize after
14296         tree_view_set_size(), set_size() will handle any resize queuing
14297         that's needed
14298         (gtk_tree_view_focus_in): just queue a draw, don't fool with
14299         draw_focus goo
14300         (gtk_tree_view_focus): use gtk_get_current_event() and
14301         gdk_event_get_state()
14302         (gtk_tree_view_deleted): don't queue_resize() after calling set_size()
14303         (gtk_tree_view_build_tree): fix a "if (foo); {}" bug - i.e. remove
14304         semicolon
14305         (gtk_tree_view_create_button): show the button here
14306         (gtk_tree_view_button_clicked): actually emit the clicked signal
14307         on the column
14308         (_gtk_tree_view_set_size): return right away if the size is
14309         unchanged, as a cheesy optimization
14310         (gtk_tree_view_setup_model): rename set_model_realized to 
14311         setup_model to match the flag that indicates whether we've 
14312         called it
14313         (gtk_tree_view_get_hadjustment): create adjustment if it doesn't
14314         exist, because set_scroll_adjustment does that and it shouldn't
14315         matter what order you call these in
14316         (gtk_tree_view_get_vadjustment): ditto
14317         (gtk_tree_view_set_headers_visible): canonicalize the bool, 
14318         for paranoia
14319         (gtk_tree_view_set_headers_visible): call
14320         gtk_tree_view_map_buttons() instead of using cut-and-paste code
14321         (gtk_tree_view_append_column): clarify whether the return value
14322         is the count of columns before or after, and do the increment 
14323         separately from the return statement so you can tell from the code.
14324         (gtk_tree_view_remove_column): ditto
14325         (gtk_tree_view_insert_column): ditto
14326         (gtk_tree_view_get_column): remove g_return_if_fail for columns
14327         outside the existing range, the docs say that outside-range
14328         columns are allowed, so we handle them as documented. (Presumably
14329         this allows a nice loop with column != NULL as test.)
14330         (gtk_tree_view_move_to): document what 0.0, 0.5, 1.0 alignments 
14331         mean (left/right/center etc.).
14332         (gtk_tree_view_collapse_all): only queue a draw if we're mapped
14333         (gtk_tree_view_expand_row): add docs
14334         (gtk_tree_view_collapse_row): add docs
14335
14336         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clicked): new
14337         function to emit the clicked signal on a column
14338         
14339         * gdk/gdkevents.c (gdk_event_get_state): new function, to get the
14340         state of an event
14341         (gdk_event_get_time): don't treat GDK_SCROLL 
14342         as a button event, remove default case from switch so gcc 
14343         will whine if we don't explicitly handle all event types
14344
14345         * gtk/gtktreeselection.h: added some FIXME 
14346         
14347         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): rename
14348         "columns" to "n_columns" and "column" to "columns" for clarity
14349
14350 2000-12-16  Havoc Pennington  <hp@pobox.com>
14351         
14352         * gtk/gtktextiter.c: General cleanup of the log attr iteration
14353         stuff. This should make e.g. the delete key work again in the
14354         text widget...
14355         (gtk_text_iter_forward_cursor_positions): handle negative count
14356         (gtk_text_iter_backward_cursor_positions): handle negative count
14357         (gtk_text_iter_forward_word_ends): handle negative count
14358         (gtk_text_iter_backward_word_starts): handle negative count
14359
14360         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktexttag.h,
14361         gtk/gtktexttag.c, gtk/gtktexttagtable.h, gtk/gtktexttagtable.c, 
14362         gtk/gtktextbuffer.h, gtk/gtktextbuffer.c: Convert everything to 
14363         GObject. No doubt will cause breakage.
14364
14365         * demos/gtk-demo/textview.c: remove hacks around
14366         non-GObject-ification of the text objects
14367
14368         * demos/gtk-demo/main.c (main): use g_object_set() to manipulate 
14369         the text tag
14370         
14371 2000-12-14  Havoc Pennington  <hp@pobox.com>
14372
14373         * configure.in: only AC_DEFINE(HAVE_XFT) if we actually determined
14374         that we have Xrender
14375
14376 Thu Dec 14 20:22:31 2000  Owen Taylor  <otaylor@redhat.com>
14377
14378         * gdk/{gdkdrawable.[ch],gdkpixmap.c,gdkwindow.c,x11/gdkwindow.c}:
14379         Add two virtualized functions gdk_drawable_get_clip_region - to
14380         get the clip region when drawing.
14381         
14382         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Rewrite to simple
14383         use invalidate_region.
14384
14385         * gdk/gdkwindow.c (gdk_window_invalidate_region): Clip to visible
14386         region.
14387
14388         * acconfig.h configure.in: Check for Xft. For now, assume
14389         that if Xft is found, Pango was compiled with Xft support
14390         as well.
14391
14392         * gdk/gdkcolor.h gdk/x11/gdkcolor-x11.c: Add 
14393         gdk_colormap_query_color().
14394         
14395         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_glyphs): Draw
14396         with Xft if appropriate.
14397
14398         * gdk/x11/gdkpango-x11.c (gdk_pango_context_get): Create
14399         a pangoxft context if we have XFT and the environment
14400         variable GD_USE_XFT is set.
14401         
14402         * gdk/x11/gdkx.h (struct _GdkGCX11): Cache the fg_pixel
14403         and also possibly an XftDraw structure.
14404
14405         * gtk/gtkfontsel.c: Handle the case where the font from the
14406         style doesn't match any of the fonts a bit better.
14407         
14408         * gtk/testgtk.c: Add tabs between directional segments for
14409         hebrew/arabic test. (Not really necessary, just a little
14410         prettier.)
14411
14412 2000-12-14  Havoc Pennington  <hp@redhat.com>
14413
14414         * gtk/testtext.c (fill_file_buffer): fix unicode validation when
14415         reading a file
14416
14417 2000-12-14  Havoc Pennington  <hp@redhat.com>
14418
14419         * gtk/gtktextbtree.c (_gtk_text_btree_validate_line): remove
14420         unused call to get_last_line()
14421
14422         * gtk/gtkobject.c (gtk_object_add_arg_type): add G_TYPE_POINTER
14423         here until boxed is working (and maybe after that - we should
14424         really not gratuitously break old code)
14425
14426         * gtk/gtktexttag.c (gtk_text_tag_class_init): add commented-out
14427         specific types for font_desc and tabs args, move them to
14428         GTK_TYPE_POINTER for now, waiting on g_param_spec_boxed() to get 
14429         fixed. Move GdkColor args to GTK_TYPE_POINTER also.
14430
14431         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): temporarily
14432         use GTK_TYPE_POINTER for signal signatures as a hack-around
14433
14434         * gtk/gtk-boxed.defs: Add boxed types for PangoFontDescription and
14435         PangoTabArray
14436
14437         * gtk/gtktextlayout.c (line_display_iter_to_index): 
14438         make static
14439         (line_display_index_to_iter): make static
14440
14441         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
14442         to marshal a string not a boxed
14443
14444         * gtk/gtkmarshal.list: add marshaller for GtkTextBuffer:insert_text
14445
14446         * gtk/testtext.c (fill_file_buffer): don't use g_utf8_next_char
14447         since the UTF-8 isn't validated yet
14448
14449         * gtk/gtktextsegment.c (char_segment_check_func): don't require
14450         lines to end in '\n'
14451         
14452         * gtk/gtktextview.c (gtk_text_view_move_cursor): update to use
14453         forward_to_delimiters, and grapheme boundaries
14454         (gtk_text_view_delete_from_cursor): properly handle non-newline
14455         delimiters, and grapheme boundaries
14456
14457         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): rename
14458         to gtk_text_iter_forward_to_delimiters, and make it work properly
14459         if empty lines end with a character other than '\n'
14460
14461         * gtk/gtktextiter.h, gtk/gtktextiter.c: Add movement by cursor
14462         position
14463
14464 2000-12-15  Tor Lillqvist  <tml@iki.fi>
14465
14466         * gdk/makefile.{mingw.in,msc} (gdk_OBJECTS): Add gdkkeys.
14467
14468         * gtk/gtk.def
14469         * gdk/gdk.def: Update.
14470
14471         * gdk/win32/gdkmain-win32.c
14472         * gdk/win32/gdkkeys-win32.c: New file. Move some functions from
14473         gdkmain-win32.c here.
14474
14475         * gdk/win32/makefile.mingw.in (all): No need to make
14476         gdk-win32res.o here, the makefile one step up will call us to make
14477         it.
14478
14479         * gdk/win32/makefile.{mingw.in,msc} (gdk_win32_OBJECTS): Add
14480         gdkkeys-win32.
14481
14482         * gdk/win32/gdkcolor-win32.c: Silence gcc -Wall.
14483
14484         * gdk/win32/gdkevents-win32.c (gdk_events_init): Remove leftover
14485         call to g_source_add().
14486
14487         * gdk/win32/gdkgc-win32.c (BitmapToRegion): Plug memory
14488         leak. Thanks to Andreas Kemnade.
14489
14490 2000-12-13  Havoc Pennington  <hp@pobox.com>
14491
14492         * gtk/gtktextbtree.h: Remove double _ in front of some functions
14493
14494         * gtk/gtktext*.[hc]: update accordingly
14495         
14496 2000-12-13  Havoc Pennington  <hp@pobox.com>
14497
14498         * gtk/gtktextbtree.h: Put _ in front of every function in this 
14499         header file
14500
14501         * gtk/gtktext*.[hc]: update to reflect renamed btree functions
14502
14503 2000-12-13  Alex Larsson  <alexl@redhat.com>
14504
14505         * gdk/linux-fb/gdkmouse-fb.c (mouse_devs):
14506         Add support for ps2 intellimouse.
14507
14508         * gdkkeyboard-fb.c:
14509         Move shift-F1 repaint handling to xlate handler only.
14510         
14511         * docs/README.linux-fb:
14512         Add imps2 to docs.
14513         Document the new refresh keys.
14514         
14515 Tue Dec 12 23:46:44 2000  Tim Janik  <timj@gtk.org>
14516
14517         * gtk/stock-icons/Makefile.am: doh, this was broken beyond believe.
14518
14519         * gtk/gtkbox.c: change property types from (u)long to (u)int for
14520         ::position and ::padding.
14521
14522         * gtk/gtkcontainer.c: make ::border_width an INT property.
14523
14524         * gtk/gtkpacker.c: make ::position an INT property.
14525
14526         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed):
14527         guard against NULL h/v scrollbars, since this is used at construction
14528         time.
14529
14530         * gtk/gtkclist.[hc]: nuked gtk_clist_construct(), implemented
14531         internal gtk_clist_constructor().
14532
14533         * gtk/gtkctree.[hc]: nuked gtk_ctree_construct(), implemented
14534         gtk_ctree_constructor().
14535
14536         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): property
14537         ::pulse_step should use ARG_PULSE_STEP, not ARG_FRACTION.
14538
14539         * docs/reference/Makefile.am: fun stuff, disabled docs generation
14540         again, gtk-scan.c needs to introspec paramspecs, not GtkAgs.
14541
14542         * gtk/gtkwidget.[hc]:
14543         removed gtk_widget_setv(), gtk_widget_getv(), gtk_widget_newv()
14544         and gtk_widget_get().
14545         (gtk_widget_new): use g_object_new_valist().
14546         (gtk_widget_set): use g_object_set_valist().
14547
14548         * gtk/gtkobject.[hc]:
14549         removed gtk_object_arg_get_info(), gtk_object_getv(),
14550         gtk_object_query_args(), gtk_object_newv(),
14551         gtk_object_class_add_signals(),
14552         gtk_object_class_user_signal_new(),
14553         gtk_object_class_user_signal_newv(),
14554         gtk_object_arg_set(), gtk_object_arg_get(),
14555         gtk_object_args_collect(),
14556         gtk_object_default_construct(),
14557         gtk_object_constructed(),
14558         GTK_CONSTRUCTED and GTK_OBJECT_CONSTRUCTED().
14559         removed nsignals, signals and n_args members from GtkObjectClass.
14560         (gtk_object_new): use g_object_new_valist().
14561         (gtk_object_set): use g_object_set_valist().
14562         (gtk_object_get): use g_object_get_valist().
14563         
14564         * gtk/gtkcompat.h: define gtk_object_default_construct().
14565         
14566         * gtk/gtktypeutils.c (gtk_type_new): create constructed objects via
14567         g_object_new().
14568
14569         * gtk/*.c: removed gtk_object_class_add_signals() from class_init()
14570         fucntions, cleaned up method assignments (make sure your structures
14571         are setup properly before calling out). removed all GTK_CONSTRUCTED
14572         hacks ;)
14573
14574 Tue Dec 12 11:52:16 2000  Owen Taylor  <otaylor@redhat.com>
14575
14576         * gtk/gtkclist.c (gtk_clist_optimal_column_width): Fix 
14577         off-by-one error in checks. (Dave Lambert)
14578
14579 2000-12-12  Alexander Larsson  <alexl@redhat.com>
14580
14581         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_close, raw_close):
14582         Don't free gdk_fb_keyboard twice.
14583
14584 Tue Dec 12 08:24:42 2000  Tim Janik  <timj@gtk.org>
14585
14586         * gtk/testgtk.c:
14587         (create_tooltips): 
14588         (create_statusbar): get rid of object_signal:: GtkObject argument uses,
14589         use GObject swapped_signal:: properties instead.
14590
14591         * gtk/gtkcellrenderertoggle.c: 
14592         * gtk/gtkcellrenderertextpixbuf.c: 
14593         * gtk/gtkcellrenderertext.c: 
14594         * gtk/gtkcellrendererpixbuf.c: 
14595         * gtk/gtkcellrenderer.c:
14596         * gtk/gtktreeviewcolumn.c: s/[sg]et_param/[sg]et_property/, fixed
14597         missing warnings for invalid property ids, install properties
14598         with g_object_class_install_property() now.
14599         
14600         * gtk/gtksignal.c:
14601         (gtk_signal_emit): let g_signal_emit_valist() collect the values for us.
14602         
14603 Wed Oct 25 14:17:43 2000  Owen Taylor  <otaylor@redhat.com>
14604         
14605         * gtk/gtkwidget.[ch] (gtk_widget_is_focus): Add a function
14606         to determine if a window is the focus widget within
14607         its toplevel.
14608
14609         * gtk/gtkcontainer.[ch]: Fix the return type of ::focus
14610         to be boolean.
14611
14612         * gtk/gtkcontainer.c (gtk_container_real_focus): Move handling 
14613         of the case where the container CAN_FOCUS to here instead
14614         of having it in each individual move-the-focus place.
14615
14616         * gtk/gtkcontainer.c: Rewrite handling of left-right and up-down
14617         focusing to be geometric in a much more obvious sense. Arrowing
14618         around is still non-intuitive because it isn't perfect and
14619         because entries, etc, grab the arrow keys, but it at least
14620         usually will do what you expect now.
14621         
14622         * gtk/gtknotebook.[ch]: Many cleanups. Moved docs inline in this
14623         file.
14624
14625         * gtk/gtknotebook.c: Change tabs to be a single item in
14626         the focus chain. Make movement of focus on tabs with arrow
14627         keys wrap around.
14628         
14629         * gtk/gtknotebook.c (gtk_notebook_find_child): Add
14630         CHECK_FIND_CHILD macro to give informative error messages
14631         instead of silent returns.
14632
14633         * gtk/gtknotebook.c (gtk_notebook_init): Set the RECEIVES_DEFAULT 
14634         flag since we handle GdkReturn on the tabs.
14635
14636         * gtk/gtknotebook.c (gtk_notebook_expose_tabs): Invalidate
14637         windows rather than sending expose events directly.
14638
14639         * gtk/gtknotebook.[ch] docs/Changes-2.0.txt: Move structure 
14640         definition for GtkNotebookPage into .c file, since it is private.
14641
14642         * gtk/testgtk.c (create_notebook): Add option for 
14643         testing borderless notebook.
14644
14645         * gtk/testgtk.c (page_switch): Removed egregious poking
14646         around in GTK+ internals.
14647
14648         * docs/widget-system.txt: Remove references to GTK_REDRAW_PENDING.
14649
14650         * gtk/gtkclist.[ch]: Remove key press handler, handle focusing
14651         properly through gtk_clist_focus. Make the title headers a
14652         single item in the tab-focus chain, and make left-right wrap
14653         around.
14654
14655         * gtk/gtkwindow.c (gtk_window_focus): Add a custom
14656         focus method so that wrapping around works properly.
14657
14658         * gtk/gtktreeview.c: Remove calls to gtk_container_set_focus_child() - 
14659         that is handled for the widget now. 
14660
14661 Mon Dec 11 11:41:12 2000  Owen Taylor  <otaylor@redhat.com>
14662
14663         * gtk/gtkinvisible.c (gtk_invisible_init): Flag invisible
14664         widgets as TOPLEVEL.
14665
14666         * gtk/gtkwidget.c (gtk_widget_queue_resize): Don't assume
14667         TOPLEVEL widgets are containers.
14668
14669         * gtk/gtkinvisible.h: Remove useless include.
14670
14671 2000-12-11  Havoc Pennington  <hp@redhat.com>
14672
14673         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): 
14674         Handle chopping off \r\n and 0x2029 in addition to \n before
14675         passing to PangoLayout
14676
14677         * gtk/gtkimcontextsimple.c
14678         (gtk_im_context_simple_get_preedit_string): 
14679         return an empty string if no match is pending
14680
14681         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): add
14682         assertion that the returned preedit string was sane
14683
14684         * gtk/gtktext*.[hc], gtk/testtext.c, gtk/testtextbuffer.c:
14685         s/gtk_text_iter_next_char/gtk_text_iter_forward_char/g;
14686         s/gtk_text_iter_prev_char/gtk_text_iter_backward_char/g;
14687
14688 Mon Dec 11 10:02:26 2000  Owen Taylor  <otaylor@redhat.com>
14689
14690         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_finalize): 
14691         Fix up finalizer to chain to its parent.
14692
14693 2000-12-11  Alexander Larsson  <alexl@redhat.com>
14694
14695         * docs/README.linux-fb (GDK_KEYBOARD_TYPE):
14696         Clearified the difference between the keyboard types. Wrote a note
14697         about the magic sysrq key to get out of raw mode.
14698
14699 2000-12-09  James Henstridge  <james@daa.com.au>
14700
14701         * gdk/linux-fb/gdkmouse-fb.c (GdkFBMouseDevice): add prot struct
14702         member to hold masks for detecting the start of a protocol packet.
14703         (mouse_devs): add packet start masks for ps2 and ms device types.
14704         Left the mask for fidmour blank, as I have no idea what it should
14705         be.
14706         (handle_mouse_io): skip bytes until we get to the start of a
14707         packet.  My Logitech mouse seems to be passing an extra NULL pad
14708         byte, and GPM does a similar thing here.
14709         (gdk_fb_mouse_ms_open): changed error message to not say psaux, as
14710         this is the ms mouse driver.
14711         (gdk_fb_mouse_ms_packet): fix up button handling, which was
14712         completely broken except for button1.  It was checking the wrong
14713         bit in the packet for the status of the right mouse button, and
14714         wrongly assuming right == button2 rather than 3.  I fixed that and
14715         also added support for middle button (button2).
14716
14717 2000-12-08  Havoc Pennington  <hp@redhat.com>
14718
14719         * gtk/gtktextbtree.c (gtk_text_btree_insert): fix breakage here
14720         that cause a segfault on text insertion
14721
14722         * gtk/gtktextchild.c (gtk_text_child_anchor_queue_resize): fix 
14723         warning
14724
14725         * gtk/gtktextiter.c (test_log_attrs): use
14726         _gtk_text_buffer_get_line_log_attrs to speed things up a bit
14727
14728         * gtk/gtktextbuffer.c (_gtk_text_buffer_get_line_log_attrs): 
14729         Get log attrs for a line, using a cache stored on the buffer
14730         
14731         * gtk/gtkcolorsel.h (GTK_COLOR_SELECTION_GET_CLASS): fix typo,
14732         reported by Jeff Franks
14733
14734 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
14735
14736         * gdk/linux-fb/gdkmouse-fb.c (gdk_fb_mouse_ms_open):
14737         /dev/ttyS0 -> /dev/mouse
14738
14739 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
14740
14741         * gdk/linux-fb/gdkfont-fb.c (gdk_fontset_load):
14742         Added dummy gdk_fontset_load.
14743
14744 2000-12-08  Alexander Larsson  <alexl@redhat.com>
14745
14746         * docs/README.linux-fb:
14747         * docs/Makefile.am:
14748         Initial GtkFB docs.
14749         
14750         * gdk/linux-fb/Makefile.am:
14751         Define GDK_DATA_PREFIX.
14752
14753         * gdk/linux-fb/gdkmain-fb.c:
14754         Fix typo.
14755         Change default display to /dev/fb0.
14756
14757         * gdk/linux-fb/gdkpango-fb.c:
14758         Add $(prefix)/share/fonts/ to font path.
14759         
14760 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
14761
14762         * gdk/linux-fb/gdkkeyboard-fb.c:
14763         New file containing the abstracted keyboard driver. Most code
14764         taken from gdkinput-ps2.c
14765
14766         * gdk/linux-fb/gdkinput-ps2.c:
14767         Removed file.
14768         
14769         * gdk/linux-fb/Makefile.am:
14770         Added gdkkeyboard-fb.c, removed gdkinput-ps2.c.
14771
14772         * gdk/linux-fb/gdkcolor-fb.c:
14773         display->fb was renamed to display->fb_fd.
14774
14775         * gdk/linux-fb/gdkcursor-fb.c:
14776         gdk_mouse_get_info -> gdk_fb_mouse_get_info
14777
14778         * gdk/linux-fb/gdkinput.c:
14779         Moved gdk_input_init here from gdkinput-ps2.c
14780
14781         * gdk/linux-fb/gdkmain-fb.c:
14782         display->fb was renamed to display->fb_fd.
14783         Now the tty and the console is opened here instead
14784         of in the keyboard driver. Also check GDK_VT to see what
14785         tty to open.
14786         Move gdk_beep () here from gdkinput-ps2.c
14787         gdk_mouse_get_info -> gdk_fb_mouse_get_info
14788
14789         * gdk/linux-fb/gdkmouse-fb.c:
14790         Add header.
14791         gdk_mouse_get_info -> gdk_fb_mouse_get_info
14792         Return correct keyboard modifiers.
14793         GDK_MOUSETYPE -> GDK_MOUSE_TYPE for consistancy
14794
14795         * gdk/linux-fb/gdkprivate-fb.h:
14796         Add tty and vt info to display.
14797         Add orignal modeinfo storage to display
14798         Update global functions
14799
14800         * gdk/linux-fb/gdkwindow-fb.c:
14801         Added gdk_fb_window_find_focus().
14802         gdk_mouse_get_info -> gdk_fb_mouse_get_info
14803
14804 2000-12-07  Havoc Pennington  <hp@pobox.com>
14805
14806         * gdk/x11/gdkkeys-x11.c (gdk_keymap_lookup_key): fix name of 
14807         function, noticed by Alex
14808
14809 2000-12-06  Elliot Lee  <sopwith@redhat.com>
14810
14811         * configure.in: Detect freetype properly
14812
14813         * modules/basic/Makefile.am, gdk/linux-fb/Makefile.am: Make use of
14814         above.
14815
14816 2000-12-06  Alexander Larsson  <alexl@redhat.com>
14817
14818         * gdk/linux-fb/Makefile.am:
14819         Add gdkmouse-fb.c
14820         
14821         * gdk/linux-fb/gdkmouse-fb.c:
14822         New file. Abstracted the mouse drivers a bit.
14823
14824         * gdk/linux-fb/gdkcursor-fb.c:
14825         The cursor hide/show functions was moved here from gdkinput-ps2.c.
14826
14827         * gdk/linux-fb/gdkinput-ps2.c:
14828         Removed old mouse handling code. Moved cursor handling code
14829         to gdkcursor-fb.c, moved gdk_fb_window_send_crossing_events() to
14830         gdkwindow-fb.c. gdk_input_get_mouseinfo was renamed to
14831         gdk_mouse_get_info.
14832
14833         * gdk/linux-fb/gdkmain-fb.c:
14834         Pass NULL pointers for x,y in gdk_mouse_get_info call.
14835
14836         * gdk/linux-fb/gdkprivate-fb.h:
14837         Removed public gdk_fb_find_common_ancestor, added and renamed
14838         functions for the new mouse handling code.
14839
14840         * gdk/linux-fb/gdkwindow-fb.c:
14841         Moved gdk_fb_window_send_crossing_events here. added global
14842         variable gdk_fb_window_containing_pointer. made
14843         gdk_fb_find_common_ancestor static. gdk_input_get_mouseinfo was
14844         renamed to gdk_mouse_get_info.
14845
14846 2000-12-06  Alexander Larsson  <alexl@redhat.com>
14847
14848         * gdk/linux-fb/gdkevents-fb.c:
14849         Update to match latest gmain/gsource changes.
14850
14851         * gdk/linux-fb/gdkinput-ps2.c:
14852         Bogus gdk_keymap_get_entries_for_keycode implementation so that
14853         it links. Will be implemented later.
14854
14855 2000-12-03  Havoc Pennington  <hp@pobox.com>
14856
14857         * gdk/Makefile.am: add gdkkeys.[hc]
14858
14859         * gdk/gdkkeys.h, gdk/gdkkeys.c: Move all the keyval stuff to these
14860         files from gdk.h, gdk.c; add GdkKeymap type and operations on it.
14861
14862         * acconfig.h, configure.in: add checks and command line options
14863         for XKB
14864
14865         * gdk/x11/gdkkeys-x11.c: Implement the above functions
14866         
14867         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Put the keycode
14868         and group in the key event
14869
14870         * gdk/gdkevents.h (struct _GdkEventKey): Add a hardware_keycode
14871         field with the low-level hardware key code, and a group
14872         field with the keyboard group
14873
14874         * gdk/x11/gdkprivate-x11.h: include config.h for HAVE_XKB,
14875         and declare a couple globals used for keymap handling
14876         
14877         * gtk/gtkimcontextsimple.c: Implement ISO 14755 input method,
14878         hold down Shift-Control and type a hex number to get a Unicode 
14879         character corresponding to the hex number
14880         (gtk_im_context_simple_get_preedit_string): Fix cursor position
14881         (return bytes not chars)
14882
14883 2000-12-05  Elliot Lee  <sopwith@redhat.com>
14884
14885         * gdk/gdkcolor.h: Make GdkColor specify element sizes
14886         to avoid waste on 64-bit platforms.
14887
14888 Tue Dec  5 15:49:31 2000  Owen Taylor  <otaylor@redhat.com>
14889
14890         * INSTALL: Fix link to PNG home, remove reference
14891         to fribidi.
14892
14893         * gdk/x11/gdkevents-x11.c: Fix up for new GMain API.
14894         
14895         * gdk/win32/gdkevents-win32.c: Fix up for new GMain API. (Not
14896         tested.)
14897
14898         * gtk/gtkcheckmenuitem.c: Permanently turn on
14899         always_show_toggle.
14900
14901         * gtk/gtkclist.c (gtk_clist_get_pixtext): Allow mask to 
14902         be NULL. (Vladimir Klebanov, #26545)
14903
14904         * gtk/gtkspinbutton.c (gtk_spin_button_insert_text): Fix 
14905         some signed/unsigned comparison problems. (#6510,
14906         David Kaelbling)
14907
14908         * gtk/gtkwidget.[ch] (gtk_widget_is_ancestor): Change
14909         return type to boolean (Oskar Liljeblad, #18648)
14910
14911 2000-12-05  Alexander Larsson  <alexl@redhat.com>
14912
14913         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_display_new):
14914         Remove bogus colormap setting.
14915
14916 2000-12-05  Alexander Larsson  <alexl@redhat.com>
14917
14918         * gdk/linux-fb/gdkcolor-fb.c:
14919         More complete colormap handling. Now GdkRGB work in 8 bpp modes.
14920
14921         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_image):
14922         Must set colormap.
14923         
14924 Tue Dec  5 13:17:53 GMT 2000  Tony Gale <gale@gtk.org>
14925
14926         * docs/tutorial/gtk-tut.sgml: DND updates
14927
14928 2000-12-05  Alexander Larsson  <alla@lysator.liu.se>
14929
14930         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
14931         Remove old debug g_warning().
14932         (gdk_fb_draw_drawable): The src argument can be either a wrapper
14933         or an implementation, just pass the implementation to draw_drawable_2.
14934         
14935         * gdk/linux-fb/gdkprivate-fb.h:
14936         Added GDK_IS_DRAWABLE_IMPL_FBDATA()
14937
14938         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
14939         clear and invalidate area when window is destroyed.
14940         (send_map_events): Remove old commented out code.
14941
14942 2000-12-05  Alexander Larsson  <alexl@redhat.com>
14943
14944         * gdk/linux-fb/gdkpango-fb.c:
14945         Use italic instead of oblique in font aliases.
14946         
14947         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic,
14948         _gdk_fb_gc_calc_state): Support GDK_XOR, add g_warning for
14949         other unsupported functions.
14950
14951 2000-12-04  Havoc Pennington  <hp@redhat.com>
14952
14953         * gtk/gtkpaned.c (gtk_paned_expose): fix this to be sane
14954
14955         * gtk/gtkvpaned.c (gtk_vpaned_expose): Add an expose handler
14956
14957         * gtk/gtkhpaned.c (gtk_hpaned_expose): Add an expose handler
14958
14959         * gtk/gtknotebook.c (gtk_notebook_draw_tab): put in a temporary 
14960         hack to avoid infinite loops (synthetic expose event) - 
14961         Owen has more appropriate fixes in a branch he'll check in later.
14962
14963         * gtk/gtktextiter.c (gtk_text_iter_ends_line): handle paragraph
14964         separator, CR, and CRLF as line ends
14965
14966         * gtk/gtktextbtree.c (gtk_text_btree_insert): on insertion, break
14967         into lines using pango_find_paragraph_boundary(); other bits of
14968         the widget are still going to be broken if the boundary isn't '\n'
14969         though
14970
14971 2000-12-04  Alexander Larsson  <alexl@redhat.com>
14972
14973         * gdk/linux-fb/gdkfont-fb.c (gdk_text_width): Divide size by 2, not
14974         multiply.
14975
14976         * gdk/linux-fb/gdkpango-fb.c:
14977         Copied some 26.6 scaling macros from pango to clean up the rounding.
14978         (pango_fb_font_get_glyph_info): Correct sign on x value.
14979
14980         * gdk/linux-fb/gdkprivate-fb.h:
14981         Removed unreferenced external functions.
14982
14983         * modules/linux-fb/Makefile.am: Use ` instead of '.
14984
14985         * modules/linux-fb/basic.c:
14986         Remove dead code. In particular the dummy lang engine which broke all
14987         pango layouts in GtkFB. Don't include tables-big.i anymore.
14988
14989         * modules/linux-fb/tables-big.i:
14990         Upgrade to latest version from pango. Left for reference, basic_ranges
14991         moved to basic.c.
14992         
14993 2000-12-04  Havoc Pennington  <hp@redhat.com>
14994
14995         Fix bugs Alex found:
14996         
14997         * gtk/gtktooltips.c (gtk_tooltips_force_window): nuke connection
14998         to "draw"
14999
15000         * gtk/gtkdnd.c (gtk_drag_highlight): nuke connection to "draw"
15001
15002         * gtk/gtkcolorsel.c (palette_new): nuke connection to "draw"
15003
15004         * gtk/gtklistitem.c (gtk_list_item_expose): Put the old _draw() 
15005         implementation in here, apparently the expose() implementation was
15006         dead code.
15007
15008 2000-12-04  Alexander Larsson  <alexl@redhat.com>
15009
15010         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
15011         Return positive descent.
15012
15013 2000-12-02  Havoc Pennington  <hp@pobox.com>
15014
15015         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove "draw" virtual
15016         method and signal
15017         
15018         * gtk/gtkwidget.c (gtk_widget_draw): Now just queues a draw then
15019         calls gdk_window_process_updates() to push the exposes through
15020         (gtk_widget_class_init): No more draw signal, no
15021         gtk_widget_real_draw()  
15022         
15023         * gtk/gtkbin.c (gtk_bin_draw): remove
15024
15025         * gtk/gtkbox.c (gtk_box_draw): remove
15026
15027         * gtk/gtkbutton.c (gtk_button_draw): remove
15028
15029         * gtk/gtkcalendar.c (gtk_calendar_draw): remove
15030
15031         * gtk/gtkcheckbutton.c (gtk_check_button_draw): remove
15032
15033         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_draw): remove
15034
15035         * gtk/gtkclist.c (gtk_clist_draw): remove
15036
15037         * gtk/gtkentry.c (gtk_entry_draw): remove
15038
15039         * gtk/gtkeventbox.c (gtk_event_box_draw): remove
15040
15041         * gtk/gtkfixed.c (gtk_fixed_draw): remove
15042
15043         * gtk/gtkframe.c (gtk_frame_draw): remove
15044
15045         * gtk/gtkhandlebox.c (gtk_handle_box_draw): remove
15046
15047         * gtk/gtkhpaned.c (gtk_hpaned_draw): remove
15048
15049         * gtk/gtklayout.c (gtk_layout_draw): remove
15050
15051         * gtk/gtklist.c (gtk_list_draw): remove
15052
15053         * gtk/gtklistitem.c (gtk_list_item_draw): remove
15054
15055         * gtk/gtkmenu.c (gtk_menu_draw): remove
15056
15057         * gtk/gtkmenubar.c (gtk_menu_bar_draw): remove
15058
15059         * gtk/gtkmenuitem.c (gtk_menu_item_draw): remove
15060
15061         * gtk/gtknotebook.c (gtk_notebook_draw): remove
15062
15063         * gtk/gtkoptionmenu.c (gtk_option_menu_draw): remove
15064
15065         * gtk/gtkpacker.c (gtk_packer_draw): remove
15066
15067         * gtk/gtkrange.c (gtk_range_draw): remove
15068
15069         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_draw): remove
15070
15071         * gtk/gtkspinbutton.c (gtk_spin_button_draw): remove
15072
15073         * gtk/gtktable.c (gtk_table_draw): remove
15074
15075         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_draw): remove
15076
15077         * gtk/gtktext.c (gtk_text_draw): remove
15078
15079         * gtk/gtktextview.c (gtk_text_view_draw): remove
15080
15081         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): remove
15082
15083         * gtk/gtktoolbar.c (gtk_toolbar_draw): remove
15084
15085         * gtk/gtktree.c (gtk_tree_draw): remove
15086
15087         * gtk/gtktreeitem.c (gtk_tree_item_draw): remove
15088
15089         * gtk/gtktreeview.c (gtk_tree_view_draw): remove
15090
15091         * gtk/gtkviewport.c (gtk_viewport_draw): remove
15092
15093         * gtk/gtkvpaned.c (gtk_vpaned_draw): remove
15094
15095         * gtk/gtkvscale.c (gtk_vscale_draw): remove
15096
15097         * gtk/gtkwindow.c (gtk_window_draw): remove
15098
15099 2000-20-01  Anders Carlsson  <andersca@gnu.org>
15100
15101         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): Fix bug when
15102         a GtkToggleButton is both insensitive and active, it was being
15103         drawn by the GtkButton draw handler which doesn't check the
15104         state. Now it's calling gtk_toggle_button_paint instead.
15105         
15106 2000-12-01  Havoc Pennington  <hp@redhat.com>
15107
15108         * gtk/gtktextdisplay.c (gtk_text_layout_draw): don't create
15109         dangling pointers to the appearance attributes from the 
15110         line display
15111
15112         * gdk/gdkdraw.c (gdk_drawable_get_image): allow negative
15113         width/height to mean "full width/height of drawable"
15114
15115         * gtk/gtktextview.h, gtk/gtktextview.c: Implement double/triple
15116         click to select word/line
15117         
15118         * gtk/gtktextiter.c (test_log_attrs): include paragraph delimiters 
15119         when getting log attrs. Get a slice, so that pixmaps and stuff
15120         are properly handled.
15121
15122         * gtk/gtktextbuffer.c (paste): Fix pasting to work properly if you
15123         paste into the selection (replaces selection now, previously
15124         crashed or added to selection). Reveals longstanding btree bug -
15125         select multiple lines, middle-click on the selection, boom. This
15126         isn't related to my changes though.
15127
15128         * gtk/gtkentry.c (gtk_entry_move_forward_word): Update to reflect
15129         PangoLogAttrs changes
15130         (gtk_entry_move_backward_word): ditto
15131
15132         * gtk/gtktextlayout.h, gtk/gtktextlayout.c: Make the iter motion
15133         functions return bool whether the iter moved onto a
15134         dereferenceable position.
15135  
15136         * gtk/gtktextview.h, gtk/gtktextview.c: Add a bunch of public
15137         functions for motion in terms of display lines.
15138
15139         * gtk/gtktextmark.c (gtk_text_mark_get_buffer): Add function to
15140         get the buffer a mark is inside
15141         
15142 2000-12-01  Alexander Larsson  <alexl@redhat.com>
15143
15144         * gdk/linux-fb/Makefile.am:
15145         * modules/linux-fb/Makefile.am:
15146         Freetype 2 final uses freetype-config
15147
15148         * gdk/linux-fb/gdkpango-fb.c:
15149         Upgrade to use Freetype 2 final.
15150         More flexible support for font aliases, this also fixes a bug with
15151         GtkFontSelector, as the aliases must be visible in the font/family list,
15152         or GtkFontSelector reads uninitialized memory.
15153
15154 2000-11-30 Hidetoshi Tajima  <tajima@eng.sun.com>
15155
15156         * modules/input/gtkimcontextxim.c (setup_im): Add NULL argument to
15157         XGetIMValues to properly terminate variable argument list, and do
15158         NULL return check for ic_values and xim_styles.
15159
15160         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset):
15161         Restore preedit state after XmbResetIC().
15162         
15163         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic):
15164         XvaCreateNestedList() should take XvaNestedList, but not
15165         XvaNestedList*.
15166
15167         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset,
15168         preedit_draw_callback, preedit_caret_callback): Match
15169         "preedit-changed" signal name to "preedit_changed" to be
15170         consistent to the spec.
15171
15172         * gtk/gtkimcontextsimple.c (check_table):
15173         Match "preedit-changed" to "preedit_changed" to be consistent
15174         to the spec.
15175
15176 Thu Nov 30 23:03:04 2000  Owen Taylor  <otaylor@redhat.com>
15177
15178         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Properly handle
15179         gc->clip_region == NULL>
15180
15181 2000-11-30  Tor Lillqvist  <tml@iki.fi>
15182
15183         Changes by Hans Breuer:
15184         
15185         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
15186         Dont't use negative width and height as max_hints. This fixes
15187         Owen's recent testgtk changes for win32.
15188
15189         * gdk/win32/gdkgc-win32.c (gdk_win32_hdc_get,
15190         gdk_win32_hdc_release): These are exported and may be called with
15191         other drawable types than our GdkDrawableImplWin32 (?).
15192
15193         * gdk/gdkwindow.c: Backing store appears to work on Windows now,
15194         so always #define USE_BACKING_STORE.
15195
15196         * gtk/gtktextdisplay.c (render_layout_line): Use g_print instead
15197         of printf for debugging output.
15198
15199         * gtk/gtktextlayout.c (allocate_child_widgets): Ditto.
15200         
15201         * gtk/gtktextview.c (gtk_text_view_child_allocated): Ditto.
15202
15203         * gtk/gtkmain.h (GTKMAIN_C_VAR): Win32 fix for dllimport
15204         declaration.
15205
15206         * gtk/gtktexttypes.h: Ditto.
15207
15208         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): Return a value
15209         (GDK_VoidSymbol) also if in case of arg check failure.
15210
15211         * gtk/gtkimcontextsimple.c
15212         (gtk_im_context_simple_get_preedit_string): Don't assign cursor
15213         position to the pointer, but to the variable it points to.
15214
15215         * gtk/makefile.msc.in (DEFINES): Define GTK_VERSION.
15216
15217         * gtk/gtk.def: Updates.
15218
15219 2000-11-29  Elliot Lee  <sopwith@redhat.com>
15220
15221         * gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
15222         GTK_TYPE_TREE_MODEL.
15223
15224 2000-11-29  Alexander Larsson  <alexl@redhat.com>
15225
15226         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
15227         Set the size of the font from the description.
15228         (gdk_text_width): Gross hack that calculates the width
15229         of text by text_length * size/2. This is necessary because
15230         GtkLabel does some ugly gtk_string_width call to calculate
15231         an good size.
15232         (linux-fb/gdkprivate-fb.h): Removed unused field FT_Face.
15233
15234 Wed Nov 29 13:39:19 GMT 2000  Tony Gale <gale@gtk.org>
15235
15236         * docs/tutorial/gtk-tut.sgml: DND updates
15237
15238 2000-11-29  Alexander Larsson  <alexl@redhat.com>
15239
15240         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
15241         If you pass width or height == 0 to gdk_window_clear_area they
15242         should be calculated from the window size.
15243
15244 2000-11-29  Alexander Larsson  <alexl@redhat.com>
15245
15246         * gdk/linux-fb/gdkinput-ps2.c (move_pointer): If there is
15247         a grab, but no grab-cursor, use the cursor from the grabbed
15248         window. (gdk_fb_window_send_crossing_events): Send normal
15249         enter/leave notifications if grab and owner_events == TRUE.
15250
15251 2000-11-29  Alexander Larsson  <alexl@redhat.com>
15252
15253         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
15254         Do implicit button grabs, even if the window doesn't
15255         want the event.
15256         (gdk_fb_window_send_crossing_events): If there is a
15257         grab, only the grabbed window gets normal enter/leave
15258         notifications. On ungrab go from grabbed window to current.
15259         Don't send any notification to b when propagating from c -> b.
15260         If setting a grab on window, don't set prev_window.
15261         (handle_mouse_input): Send enter/leave events to the window the
15262         mouse is over, not the grabbed one.
15263         
15264 2000-11-28  Elliot Lee  <sopwith@redhat.com>
15265
15266         * gdk/gdkregion-generic.c: Zap warning.
15267         * modules/input/Makefile.am: Only build im-xim if USE_X11 is enabled
15268         * gtk/gtkrc.c: s/strcpy/memcpy/ to save a few nanoseconds.
15269
15270 2000-11-28  Alexander Larsson  <alla@lysator.liu.se>
15271
15272         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
15273         The cursor should be hidden if it is part of either the
15274         source or destination region. Not only if it is in both.
15275         (gdk_window_set_transient_for): Silence warnings.
15276
15277 2000-11-28  Alexander Larsson  <alexl@redhat.com>
15278
15279         * gdk/linux-fb/mifillarc.c (miFillArcSliceSetup):
15280         The default mode in X is Pie Arcs, therefore that is
15281         what Gtk+ uses.
15282
15283 2000-11-28  Alexander Larsson  <alexl@redhat.com>
15284
15285         * gdk/linux-fb/gdkinput-ps2.c:
15286         Implement correct EnterNotify/LeaveNotify:
15287         (gdk_fb_window_send_crossing_events): New function that sends
15288         all GdkCrossingEvents from the last mouse-window to the specified
15289         destination.
15290         (gdk_fb_window_visibility_crossing): Removed function.
15291         (handle_mouse_input): Use gdk_fb_window_send_crossing_events()
15292         (send_button_event, gdk_fb_cursor_reset): Use gdk_window_at_pointer
15293         instead of gdk_window_get_pointer() for better readability.
15294
15295         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab,
15296         gdk_fb_pointer_ungrab): Use gdk_fb_window_send_crossing_events.
15297
15298         * gdk/linux-fb/gdkprivate-fb.h:
15299         removed gdk_fb_window_visibility_crossing, added
15300         gdk_fb_window_send_crossing_events and gdk_fb_find_common_ancestor.
15301
15302         gdk/linux-fb/gdkwindow-fb.c (gdk_fb_find_common_ancestor):
15303         New function that finds the least common ancestor of two windows.
15304         (gdk_window_show, gdk_window_hide):
15305         Use gdk_fb_window_send_crossing_events.
15306         (gdk_fb_window_move_resize): Send configure events to toplevel
15307         windows. Use gdk_fb_window_send_crossing_events.
15308
15309 2000-11-27  Havoc Pennington  <hp@redhat.com>
15310
15311         * gtk/gtkprivate.h (enum): Remove a trailing comma
15312
15313 2000-11-27  Federico Mena Quintero  <federico@helixcode.com>
15314
15315         * gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to
15316         the "changed" callback of the adjustment.  We need to redraw the
15317         spin button's arrows when the adjustment's range changes.
15318         (adjustment_changed_cb): Draw the arrows.
15319         (gtk_spin_button_value_changed): Draw the arrows.
15320
15321 2000-11-23  Alexander Larsson  <alexl@redhat.com>
15322
15323         * gdk/linux-fb/gdkselection-fb.c:
15324         Initial selection implementation.
15325
15326         * gtk/gtkselection.c:
15327         if GDK_WINDOWING_FB defined, include linux-fb/gdkfb.h and look up
15328         requestor in gtk_selection_request.
15329         
15330         * gdk/linux-fb/gdkfb.h, gdk/linux-fb/gdkglobals-fb.c:
15331         Added gdk_selection_property atom.
15332
15333         * gdk/linux-fb/gdkprivate-fb.h:
15334         Export _gdk_selection_window_destroyed.
15335         Removed mask_off_x/y from GdkCursorPrivateFB.
15336         Removed hbearing, added top, left to PangoFBGlyphInfo.
15337
15338         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
15339         Call _gdk_selection_window_destroyed
15340         (_gdk_windowing_window_init): Don't call gdk_cursor_new() before
15341         the root window has been created.
15342         (static_dx_hack, static_dy_hack, compare_draw_rects,
15343         gdk_fb_window_move_resize): Remove unnecessary sort of rectangles
15344         in region. They are already sorted. Instead just traverse them in
15345         reverse if draw_direction < 0.
15346         
15347         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
15348         Double-clicks must be sent after the normal button_press.
15349         (gdk_fb_cursor_unhide): Remove usage of mask_off_x/y. Clean up.
15350         
15351         * gdk/linux-fb/gdkgeometry-fb.c (gdk_window_scroll):
15352         Pass _gdk_fb_screen_gc instead of NULL.
15353
15354         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
15355         Initialize gdk_selection_property.
15356         (gdk_event_make): Remove unused code.
15357
15358         * gdk/linux-fb/gdkcursor-fb.c:
15359         Make the pixmap for the cursor the same size as the mask. Also remove
15360         the mask_off_x/y fields in GdkCursorPrivateFB and combine
15361         _gdk_cursor_new_from_pixmap() and gdk_cursor_new_from_pixmap()
15362         Now the whole cursor is visible.
15363
15364         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
15365         Fix bug where xdest+height instead of ydest+height was used
15366         to calculate if the source and dest overlapped. This fixes the
15367         redraw bug when the main window in testgtk was scrolled when
15368         partially covered by a tall window.
15369         Copy rectangles in region in order depending on draw_direction.
15370         Also moved the draw_direction flipping of start_y and end_y into
15371         the gc functions, as this might not be what all of them want.
15372         (gdk_fb_draw_lines): Support dashed lines.
15373         (gdk_fb_draw_glyphs): Clean up glyph placement. Also fix positioning
15374         so that the text is positioned correctly (was 1 pixel high).
15375
15376         gdk/linux-fb/gdkgc-fb.c:
15377         Initialize cap_style to GTK_CAP_BUTT. This fixes a problem where
15378         all lines were drawn a pixel to short. Also checked the default of
15379         the rest of the values, and they're the same as X now.
15380
15381         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_glyph_info):
15382         Clean up pixel positioning of the glyphs. Just use bgy->top and
15383         bgy->left. Also used PANGO_PIXEL where appropriate and added 0.5
15384         to all divisions to get correct rounding behaviour.
15385
15386         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_draw_drawable_generic,
15387         gdk_fb_draw_drawable_memmove, gdk_fb_draw_drawable_aa_24):
15388         Moved start_y/end_y flip into draw_drawable implementations.
15389         Flip also x rendering when draw_direction < 0.
15390         Remove unneccesary multiply with draw_direction.
15391
15392 Wed Nov 22 14:11:19 GMT 2000  Tony Gale <gale@gtk.org>
15393
15394         * docs/tutorial/gtk-tut.sgml:
15395           - get rid of gtk_toggle_button_toggled FUD
15396           - start DND section - needs work - based on:
15397                 http://wolfpack.twu.net/docs/gtkdnd/
15398
15399 2000-11-22  Alexander Larsson  <alexl@redhat.com>
15400
15401         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
15402         Correct calculation of font metrics. Now GtkEntrys have sane
15403         size.
15404
15405 2000-11-22  Alexander Larsson  <alexl@redhat.com>
15406
15407         * gdk/gdktypes.h:
15408         Add new type GdkSpan
15409         
15410         * docs/reference/gdk/gdk-sections.txt,
15411         docs/reference/gdk/tmpl/regions.sgml, gdk/gdkregion-generic.c,
15412         gdk/gdkregion.h:
15413         Implement and document gdk_region_spans_intersect_foreach.
15414
15415         * gdk/linux-fb/Makefile.am, gdk/linux-fb/gdkrender-fb.c:
15416         Add new file gdkrender-fb.c which contains all core
15417         rendering code.
15418         Add gdk_fb_fill_rectangle_generic (old rectangle code) and
15419         gdk_fb_fill_rectangle_simple_16, gdk_fb_fill_rectangle_simple_32
15420         (optimized rectangle fillers).
15421
15422         * gdk/linux-fb/gdkdrawable-fb2.c:
15423         Move all rendering code to gdkrender-fb.c.
15424         Change from using GdkRectangles and GdkSegments for spans to GdkSpan.
15425         Use the new span intersection functions in gdk_fb_fill_spans.
15426         gdk_fb_draw_rectangle() clips filled rectangles and calls
15427         gc->fill_rectangle with the result.
15428         gdk_fb_fill_spans() gets extra argument "sorted".
15429
15430         * gdk/linux-fb/gdkevents-fb.c:
15431         Remove unused includes and defines.
15432         New function gdk_fb_get_time() to get correct time for events.
15433
15434         * gdk/linux-fb/gdkinput-ps2.c:
15435         Use gdk method of generating multiple-clicks (gdk_event_button_generate)
15436         Make sure to set the time of all events.
15437
15438         * gdk/linux-fb/gdkmain-fb.c:
15439         Use gdk_fb_get_time ().
15440
15441         * gdk/linux-fb/gdkprivate-fb.h:
15442         New virtual GC calls: fill_span & fill_rectangle.
15443         Export gdk_fb_get_time().
15444         gdk_fb_fill_spans() gets extra argument "sorted".
15445
15446         * gdk/linux-fb/mi*.c:
15447         Use GdkSpan instead of GdkRectangle.
15448         Pass correct sorted to gdk_fb_fill_spans. (sorted value taken
15449         from XFree 4 source)
15450         
15451 2000-11-22    <jrb@redhat.com>
15452
15453         * gtk/gtktreeview.c (gtk_tree_view_calc_size): It's amazing what
15454         reversing the order in an if statement will do.  Doing so managed
15455         to make the treemodelsort half work.  Other half will follow after
15456         I get the insert function fully fixed.
15457
15458 2000-11-21  Elliot Lee  <sopwith@redhat.com>
15459         * gtk/gtkmenushell.h: GdkEventButton->button can occupy significantly
15460         more than 2 bits. Besides, I need to implement an evil hack. :)
15461
15462 Tue Nov 21 14:17:51 GMT 2000  Tony Gale <gale@gtk.org>
15463
15464         * docs/tutorial/gtk-tut.sgml: minor corrections
15465
15466 2000-11-20  Jonathan Blandford <jrb@redhat.com>
15467         * gtk/gtktreemodelsort.h: Add convertion functions to let you
15468           convert to and from relative path's and iters.
15469
15470         * gtk/treestoretest.c: move to having a sorted/unsorted view.  Start
15471           testing sorting functions a bit better.  Currently broken -- will
15472           fix in morning.
15473
15474 2000-11-20  Havoc Pennington  <hp@redhat.com>
15475
15476         * gtk/gtkwidget.c: Documented a bunch of functions in here
15477         (gtk_widget_realize): Warn if you try to realize
15478         a widget with no parent that isn't a toplevel
15479         (gtk_widget_intersect): return a gboolean
15480
15481 2000-11-20  Havoc Pennington  <hp@redhat.com>
15482
15483         * gtk/gtktextview.c, gtk/gtktextlayout.c, gtk/gtktextchild.c,
15484         gtk/testtext.c: Semi-finish widget embedding. Need guffaw
15485         scrolling to be implemented in GDK to finish. Also, right now
15486         we just size_allocate all children on every layout change,
15487         which is pretty lame. Test commented out of testtext.c, 
15488         until it works better.
15489
15490 2000-11-20  Alexander Larsson  <alla@lysator.liu.se>
15491
15492         * gdk/linux-fb/gdkdrawable-fb2.c:
15493         Removed unused arguments from gdk_fb_drawable_get_pixel().
15494
15495         * gdk/linux-fb/gdkinput-ps2.c (handle_input_ps2):
15496         Renamed fidur specific mouse packet data in MouseDevice to
15497         generic. Used it in ps2 mouse handling code to avoid blocking
15498         reads.
15499
15500 Sat Nov 18 18:00:17 2000  Jonathan Blandford  <jrb@redhat.com>
15501
15502         * demos/gtk-demo/main.c: Changed to have the list become
15503         non-italic when the demo window is destroyed through an external
15504         event (like a close button).  Doing so found three bugs in the
15505         widget.
15506
15507         * demos/gtk-demo/*.c (do_*): Changed to return the toplevel window.
15508
15509         * gtk/gtkliststore.c (gtk_list_store_set_cell): emit "change" when
15510         we actually set the cell.
15511
15512         * gtk/gtktreestore.c (gtk_tree_store_set_cell): ditto
15513
15514         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
15515         free a leaked path.  Thanks memprof.
15516
15517 Sat Nov 18 11:58:17 2000  Owen Taylor  <otaylor@redhat.com>
15518
15519         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Fix 
15520         off-by-one error when destroying allocated segments
15521         on failure. (Elliot)
15522
15523 Sat Nov 18 11:45:09 2000  Owen Taylor  <otaylor@redhat.com>
15524
15525         * gtk/gtkcalendar.c: Patch from ChiDeok Hwang to fix
15526         memleaks found by Evan Martin.
15527
15528 Fri Nov 17 20:14:20 2000  Owen Taylor  <otaylor@redhat.com>
15529
15530         * Released 1.3.2
15531         
15532         * NEWS: Updates for 1.3.2
15533
15534 2000-11-17  Tor Lillqvist  <tml@iki.fi>
15535
15536         * gdk/gdkevents.h: Add comment that GdkXEvent isn't only for XEvent,
15537         but in general for window system specific events.
15538
15539         * gtk/gtk.def
15540         * gtk/makefile.mingw.in
15541         * gtk/makefile.msc.in: Update.
15542         
15543         * gtk/gtktexttypes.h: Mark variables for export/import from DLL.
15544
15545 Thu Nov 16 16:11:39 2000  Owen Taylor  <otaylor@redhat.com>
15546
15547         * gtk/Makefile.am (EXTRA_DIST): Do not, in any circumstances,
15548         distribute gtk.immodules.
15549
15550         * gtk/Makefile.am (install-data-local): Don't install the
15551         gtk.immodules file created for the uninstalled modules;
15552         instead run gtk-query-immodules after install
15553
15554 Wed Nov 15 21:51:31 2000  Owen Taylor  <otaylor@redhat.com>
15555
15556         * modules/input/Makefile.am (im_xim_la_LDFLAGS): Point
15557         -rpath to the right install location.
15558
15559         * modules/input/Makefile.am (im_inuktitut_la_LDFLAGS): Remove
15560         -export-dynamic.
15561
15562         * gtk/gtkthemes.c (gtk_theme_engine_get): Set engine->name
15563         properly.
15564
15565 2000-11-15  Havoc Pennington  <hp@pobox.com>
15566
15567         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): Apply
15568         patch from Mikael Hermansson to temporarily stop blinking while
15569         the user is using the keyboard to type or navigate. 
15570
15571         Also, when blinking, stay on for longer than we stay off. Also,
15572         return from start_cursor_blink if !cursor_visible, to save
15573         checking that flag all over the place before we call
15574         start_cursor_blink.
15575
15576 Thu Nov 16 01:25:51 2000  Robert Brady  <robert@suse.co.uk>
15577
15578         * gtk/gtkrc.*: Remove the locale-specific gtkrc's, as they
15579         only contain a "fontset" line, which is now ignored.
15580
15581         * gtk/gtkentry.c (gtk_entry_button_release): Make 
15582         double-click-to-select-word work.
15583         
15584 Wed Nov 15 20:16:54 2000  Owen Taylor  <otaylor@redhat.com>
15585
15586         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): 
15587         Don't move back one char when we are actually at the end of the 
15588         paragraph.
15589
15590 2000-11-15  Robert Brady  <robert@suse.co.uk>
15591
15592         * modules/input/iminuktitut.c (inuktitut_compose_seqs): 
15593         'o' < 'p'.
15594         
15595         * gtk/gtkmain.c: s/CODSET/CODESET/, include <libintl.h> for
15596         bind_textdomain_codeset.
15597
15598         (gtk_init_check): Make the warning about translating default:LTR
15599         sterner.
15600         
15601 Wed Nov 15 18:39:40 2000  Owen Taylor  <otaylor@redhat.com>
15602
15603         * **/Makefile.am : remove unecessary rules for win32-specific
15604         config-substituted targets. If you want these rules, use
15605         --enable-maintainer-mode (called automatically by autogen.sh).
15606         Stops a lot of unneccessary make-time warnings.
15607
15608         * gtk/gtktext{layout,display}.c: Factor in total width as
15609         well as screen when figuring alignment for word-wrap as well as
15610         no wrap; this is necessary to handle lines that cannot be wrapped
15611         at all.
15612
15613 2000-11-15  Havoc Pennington  <hp@redhat.com>
15614
15615         * gtk/testtext.c: Implement essential color cycling feature
15616
15617 2000-11-15  Havoc Pennington  <hp@redhat.com>
15618
15619         * gtk/gtktextview.c (changed_handler): Invalidate the side windows
15620         when we invalidate the main window.
15621
15622         * gtk/testtext.c (create_view): Get rid of text_changed_callback,
15623         GtkTextView will now invalidate the side windows for us when text
15624         changes.
15625
15626 Wed Nov 15 16:02:20 2000  Owen Taylor  <otaylor@redhat.com>
15627
15628         * gtk/gtktextview.c (changed_handler): Call scroll_calc_now()
15629         unconditionally, since we may need to update the horizontal
15630         scrollbars even if the height didn't change.
15631
15632         * gtk/gtktextlayout.c (add_preedit_attrs): Always get
15633         the extra attrs, since some of them affect size.
15634
15635         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Factor in
15636         x_offset correctly.
15637
15638 2000-11-15  Havoc Pennington  <hp@redhat.com>
15639
15640         * gtk/gtktextlayout.c (set_para_values): If indent is negative,
15641         don't move the first line out into the margin, instead move the
15642         whole paragraph in order to make space for the first line within 
15643         the margin
15644
15645 2000-11-15  Havoc Pennington  <hp@redhat.com>
15646
15647         * gtk/gtktextview.c (changed_handler): offset redraw rect by
15648         xoffset in addition to yoffset, so horizontal scrolling doesn't
15649         break redraws
15650
15651 2000-11-15  Havoc Pennington  <hp@redhat.com>
15652
15653         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove extra pixel
15654         from the cursor
15655         (render_layout_line): fix reversed test that caused weird
15656         underlines to get drawn
15657
15658 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
15659
15660         * gdk/linux-fb/gdkprivate-fb.h:
15661         Fix debug macros.
15662         
15663 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
15664
15665         * gdk/linux-fb/gdkprivate-fb.h:
15666         Added virtual functions set_pixel, get_color,
15667         fill_span and draw_drawable to the GC.
15668         Added global _gdk_fb_screen_gc to use instead of
15669         NULL when drawing to the screen.
15670         Added _gdk_fb_gc_calc_state() prototype.
15671
15672         * gdk/linux-fb/gdkgc-fb.c:
15673         Call _gdk_fb_gc_calc_state() on any gc state change.
15674
15675         * gdk/linux-fb/gdkglobals-fb.c:
15676         Add _gdk_fb_screen_gc
15677                 
15678         * gdk/linux-fb/gdkdrawable-fb2.c:
15679         _gdk_fb_gc_calc_state() calculates best functions
15680         for the GC state and depth.
15681         Moved bpp specialized code to separate functions.
15682         Added optimized 24 bpp AA draw_drawable.
15683
15684         * gdk/linux-fb/gdkevents-fb.c:
15685         Silence gcc warning.
15686
15687         * gdk/linux-fb/gdkimage-fb.c:
15688         Use _gdk_fb_screen_gc
15689
15690         * gdk/linux-fb/gdkwindow-fb.c:
15691         Init and use _gdk_fb_screen_gc
15692
15693         * gdk/linux-fb/mitypes.h:
15694         Remove unused types.
15695
15696 2000-11-14  Havoc Pennington  <hp@pobox.com>
15697
15698         * gtk/gtktextlayout.c (add_cursor): use PANGO_PIXELS() to convert
15699         to pixels
15700
15701 2000-11-14  Havoc Pennington  <hp@pobox.com>
15702
15703         * gtk/testtextbuffer.c (fill_buffer): change "offset" to "rise"
15704
15705         * gtk/gtktexttypes.h (GTK_TEXT_UNKNOWN_CHAR): Add macro for
15706         unknown char, no real reason we were using a variable. 
15707         Remove gtk_text_unknown_char variable. Fix all the text widget
15708         files accordingly.
15709
15710         * gtk/gtktexttypes.c: Change "unknown character" to 0xFFFC, 
15711         since the Unicode spec seems to prefer that character for our
15712         purposes.
15713
15714 Wed Nov 15 02:18:01 2000  Robert Brady  <robert@suse.co.uk>
15715
15716         * gtk/gtkrc.c (gtk_rc_get_im_module_file): The return 
15717         value of g_getenv() isn't freeable, so g_strdup it.
15718
15719         * modules/input/inuktitut.c: Inuktitut input method.
15720
15721         * modules/input/Makefile.am: Build this.
15722         
15723 2000-11-14  Elliot Lee  <sopwith@redhat.com>
15724
15725         * gtk/Makefile.am: Install gtk.immodules, needed for operation
15726         of gtk programs.
15727
15728 Tue Nov 14 20:13:06 2000  Owen Taylor  <otaylor@redhat.com>
15729
15730         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): Fix
15731         reversed > that was causing Home to go to end of previous line.
15732
15733         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): Ignore
15734         modified-keypresses (leave for bindings.)
15735
15736         * modules/input/Makefile.am: Remove useless -export-dynamic
15737         from module LDFLAGS.
15738
15739 2000-11-14  Havoc Pennington  <hp@redhat.com>
15740
15741         * gdk/gdkpango.c (gdk_draw_layout_line): Draw underlines one pixel
15742         higher.
15743
15744         * gtk/gtktextdisplay.c (render_layout_line): Take rise into
15745         account. Also, render rise, underline, background, etc. for
15746         pixbufs as well as text. Also, draw underlines one pixel higher.
15747
15748         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): Add a
15749         PangoAttribute for the rise, so it gets drawn properly. Also,
15750         add the GtkTextAppearance attribute for pixbuf/widget segments
15751         as well; we should go ahead and have rise, underline, background,
15752         stipple work for those
15753
15754         * gtk/gtktexttag.c: Rename "offset" property to "rise" to match
15755         Pango
15756
15757 2000-11-15  Tor Lillqvist  <tml@iki.fi>
15758
15759         * gtk/makefile.{mingw,msc}.in (gtk_OBJECTS): Add new objects.
15760
15761         * gtk/gtk.def: Update.
15762
15763         * gtk/gtkrc.c: Can't check for G_OS_WIN32 until glib.h has been
15764         included.
15765         (gtk_rc_get_im_module_file): Use run-time installation directory
15766         on Win32.
15767
15768         * gdk/win32/rc/gdk.rc: Remove.
15769         * gdk/win32/rc/gdk.rc.in: New file.
15770         * gdk/win32/rc/Makefile.am: New file
15771         * gdk/win32/Makefile.am: Corresponding changes.
15772
15773         * gtk/gtk.rc: Remove.
15774         * gtk/gtk-win32.rc.in: New file.
15775         * gtk/Makefile.am: Corresponding changes.
15776
15777         * configure.in: Corresponding changes.
15778
15779         * gtk/gtkcompat.h.win32: Remove, useless. A distribution already
15780         has a built gtkcompat.h. Developers using CVS code on Win32 can
15781         hand-edit it from gtkcompat.h.in.
15782
15783         * gtk/makefile.{mingw,msc}.in: Correspondingly don't try to make
15784         gtkcompat.h from gtkcompat.h.win32.
15785
15786 2000-11-14  Havoc Pennington  <hp@redhat.com>
15787
15788         * gtk/gtktextview.c (gtk_text_view_drag_motion): Fix drag-and-drop
15789         to default to GDK_ACTION_MOVE if the drag is within a single
15790         widget. Defaults to GDK_ACTION_COPY between widgets.
15791
15792 Mon Nov 13 14:43:48 2000  Owen Taylor  <otaylor@redhat.com>
15793
15794         * demos/Makefile.am (test-inline-pixbufs.h): Fix srcdir != builddir
15795
15796         * gtk/Makefile.am (INCLUDES): Add -I$(builddir)/gtk
15797
15798         * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): Handles
15799         srcdir != builddir
15800
15801         * modules/input/Makefile.am (INCLUDES): add $(top_srcdir)/gdk
15802
15803         * configure.in (GTK_VERSION): Up to 1.3.2
15804
15805         * modules/input/Makefile.am (im_xim_la_SOURCES): Add 
15806         gtkimcontextxim.h
15807
15808         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): Add
15809         missing doc comment.
15810
15811 2000-11-14  Alexander Larsson  <alexl@redhat.com>
15812
15813         * modules/linux-fb/basic.c:
15814         Use the glib iconv wrappers.
15815
15816 2000-11-13  Havoc Pennington  <hp@pobox.com>
15817
15818         * demos/gtk-demo/textview.c: spiff up the demo a bit; reveals
15819         still more bugs.
15820
15821         * gtk/gtktextview.c (gtk_text_view_value_changed): don't try to
15822         scroll the GdkWindows before realization.
15823
15824 2000-11-13  Havoc Pennington  <hp@redhat.com>
15825
15826         * gtk/gtktextdisplay.c (gtk_text_render_state_update): fix bug 
15827         where GC didn't always get updated properly
15828
15829         * demos/gtk-demo/textview.c (create_tags): Use subattributes
15830         of fonts instead of setting the entire font
15831
15832         * gtk/testtext.c (fill_example_buffer): Use "size" instead of
15833         setting entire font
15834
15835         * gtk/gtkdialog.c (gtk_dialog_add_button): Fix some warnings
15836
15837         * gtk/gtktexttag.h, gtk/gtktexttag.c: Explode font_desc into 
15838         a bunch of individually-settable font attributes. You can still 
15839         use the "font" and "font_desc" args, they just set all the font
15840         attributes at once.
15841
15842 2000-11-13 Elliot Lee <sopwith@redhat.com>
15843
15844         * gdk/gdk.h: Add a couple of missing G_GNUC_CONST's.
15845
15846 Mon Nov 13 14:29:32 2000  Jonathan Blandford  <jrb@redhat.com>
15847
15848         * gtk/gtktreemodel.c (gtk_tree_path_copy): confirm path != NULL
15849         * gtk/gtktreemodel.c (gtk_tree_path_free): ditto
15850
15851         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): make
15852         work better.
15853
15854 2000-11-13  Havoc Pennington  <hp@redhat.com>
15855
15856         * gtk/gtkimmodule.c (gtk_im_module_init): Free the filename of 
15857         the module file.
15858
15859         * gtk/gtktexttag.c (gtk_text_attributes_copy): fix memory leak of
15860         dest->language
15861
15862         * gtk/testtext.c: Test pixels above/below/inside paragraphs
15863         settings
15864
15865         * gtk/gtktextview.c: Implement object args and setters/getters for
15866         all the aspects of the GtkTextAttributes that are not set from
15867         GtkWidget attributes. This is spacing, justification, margins,
15868         etc.
15869
15870         (gtk_text_view_set_arg)
15871         (gtk_text_view_get_arg): implement get/set for editable, wrap mode
15872         args
15873         (gtk_text_view_class_init): Add args for justify, left_margin,
15874         right_margin, indent, and tabs
15875         
15876
15877         * gtk/gtktextlayout.c (set_para_values): fix to display indent
15878         attribute properly
15879
15880         * gtk/gtktexttag.c: Remove left_wrapped_line_margin attribute, 
15881         replace with indent attribute
15882
15883         * gtk/gtktextlayout.c (set_para_values): multiply indent by
15884         PANGO_SCALE
15885
15886         * gtk/gtktextdisplay.c (render_para): Use PangoLayoutIter,
15887         rearranging code to do that
15888         (gtk_text_layout_draw): Pass in the y for the whole LineDisplay,
15889         i.e. don't subtract the top_margin first, just to keep
15890         all margin-futzing in one place.
15891
15892         * gdk/gdkpango.c (gdk_draw_layout): Use PangoLayoutIter
15893
15894         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Remove
15895         special case of last line, Pango now handles this itself.
15896         (gtk_text_layout_get_iter_at_pixel): Fix incorrect clamp of the 
15897         Y coordinate
15898         (gtk_text_layout_move_iter_to_x): port to use PangoLayoutIter
15899         (find_display_line_above): wasn't moving the byte index as it
15900         iterated over lines, so always returned byte 0. Also, port to use
15901         PangoLayoutIter.
15902         (find_display_line_below): same problem as
15903         find_display_line_above. Also, port to use PangoLayoutIter.
15904
15905 2000-11-13  Alexander Larsson  <alexl@redhat.com>
15906
15907         * gdk/linux-fb/*.[ch]:
15908         Massive reindent to gtk+ standard. My hands hurt.
15909
15910         * gdk/linux-fb/gdkcolor-fb.c:
15911         Move GdkColorPrivateFB from inherited to windowing_data
15912
15913         * gdk/linux-fb/gdkcursor-fb.c:
15914         _gdk_cursor_new_from_pixmap made static
15915
15916         * gdk/linux-fb/gdkdnd-fb.c:
15917         GdkDragContextPrivate moved to windowing_data
15918
15919         * gdk/linux-fb/gdkdrawable-fb2.c:
15920         Removed endian.h, use glib endianness macros instead
15921         Some cleanups in the usage of GDK_DRAWABLE_FBDATA
15922         and GDK_DRAWABLE_IMPL_FBDATA
15923
15924         * gdk/linux-fb/gdkfont-fb.c:
15925         Add empty gdk_font_load(). Needed for linking of Gtk+.
15926
15927         * gdk/linux-fb/gdkimage-fb.c:
15928         Removed endian.h, use glib endianness macros instead
15929         Moved GdkImagePrivateFB to windowing_data
15930         gdk_image_new_bitmap didn't always allocate enough
15931         memory.
15932
15933         * gdk/linux-fb/gdkinput-ps2.c:
15934         Added semi-working support for MS serial mice.
15935
15936         * gdk/linux-fb/gdkprivate-fb.h:
15937         s/GdkWindowPrivate/GdkWindowObject/
15938         Removed GdkWindowPrivate typedef
15939         s/GDK_DRAWABLE_P/GDK_DRAWABLE_FBDATA/
15940         Removed GDK_DRAWABLE_P
15941         Move GdkColorPrivateFB from inherited to windowing_data
15942         Moved GdkImagePrivateFB to windowing_data
15943
15944         * gdk/linux-fb/gdkvisual-fb.c:
15945         Removed some unused debug code.
15946
15947         * gdk/linux-fb/gdkwindow-fb.c:
15948         Use stock cursors instead of including X headers.
15949         s/GdkWindowPrivate/GdkWindowObject/
15950
15951         * gdk/linux-fb/mitypes.h:
15952         Removed unused types.
15953
15954         * modules/linux-fb/basic.c:
15955         Use the pango fribidi wrappers.
15956
15957 2000-11-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
15958
15959         * gdk/linux-fb/gdkcolor-fb.c, gdk/nanox/gdkmain-nanox.c,
15960         gdk/win32/gdkcolor-win32.c, gdk/win32/gdkwin32id.c,
15961         gdk/x11/gdkcolor-x11.c, gdk/x11/gdkvisual-x11.c, gdk/x11/gdkxid.c,
15962         gtk/gtkgc.c, gtk/gtkrc.c, gtk/gtktext.c: GCompareFunc ->
15963         GEqualFunc where applicable.
15964         
15965         * gdk/linux-fb/gdkpango-fb.c: pango_font_description_compare ->
15966         pango_font_description_equal as changed in pango.
15967         
15968         * gdk/nanox/gdkmain-nanox.c: gdk_xid_compare -> gdk_xid_equal.
15969
15970         * gdk/win32/gdkcolor-win32.c: gdk_colormap_cmp -> gdk_colormap_equal.
15971
15972         * gdk/win32/gdkwin32id.c: gdk_handle_compare -> gdk_handle_equal.
15973
15974         * gdk/x11/gdkcolor-x11.c: gdk_colormap_cmp -> gdk_colormap_equal.
15975
15976         * gdk/x11/gdkvisual-x11.c: gdk_visual_compare -> gdk_visual_equal.
15977
15978         * gdk/x11/gdkxid.c: gdk_xid_compare -> gdk_xid_equal.
15979
15980         * gtk/gtkgc.c: gtk_gc_key_compare -> gtk_gc_key_equal and
15981         gtk_gc_drawable_compare -> gtk_gc_drawable_equal.
15982
15983         * gtk/gtkrc.c: gtk_rc_style_compare -> gtk_rc_style_equal and
15984         gtk_rc_styles_compare -> gtk_rc_styles_equal.
15985
15986 2000-11-12  Havoc Pennington  <hp@pobox.com>
15987
15988         * demos/gtk-demo/Makefile.am (democodedir): change demo install
15989         dir to datadir/gtk+-2.0/demo
15990
15991         * demos/gtk-demo/textview.c: Text widget demo; reveals all 
15992         sorts of text widget and Pango font bugs. Urgh.
15993
15994         * demos/gtk-demo/Makefile.am (demos): Add textview.c
15995
15996         * demos/gtk-demo/main.c (create_tree): Add instructions at top of
15997         tree that you should double click to see the demo. Fix 
15998         types of variables to reflect changed return values from 
15999         GtkTreeStore and GtkTreeViewColumn constructors.
16000
16001         * gtk/gtktextbuffer.c (gtk_text_buffer_new): ref/sink the
16002         newly-created buffer to prepare for GObject semantics
16003
16004         * gtk/testtext.c: don't leak the buffer with GObject semantics
16005
16006         * gtk/testtextbuffer.c: ditto
16007         
16008 2000-11-12  Havoc Pennington  <hp@pobox.com>
16009
16010         Rename this testgtk to gtk-demo to avoid confusion, and 
16011         install it so people can use it as a supplement to 
16012         the documentation.
16013         
16014         * demos/gtk-demo: Moved from demos/testgtk
16015
16016         * demos/testgtk: Removed
16017
16018         * configure.in: make Makefile in gtk-demo
16019         
16020         * demos/gtk-demo/Makefile.am: Install sample source to 
16021         datadir/gtk-demo (maybe there's a better place?), and 
16022         rename the binary to gtk-demo
16023         
16024         * demos/gtk-demo/main.c (load_file): Load installed sample
16025         source if source isn't found in pwd.
16026
16027 2000-11-09  Havoc Pennington  <hp@pobox.com>
16028
16029         * gtk/gtkentry.c (gtk_entry_class_init): Add an "invisible_char" 
16030         argument to set the char displayed when visibility == FALSE
16031         (gtk_entry_create_layout): If !entry->visible, replace 
16032         all chars with the "invisible char"
16033
16034         * gtk/testgtk.c: Test the invisible_char deal
16035         
16036 Mon Nov 13 02:16:33 2000  Robert Brady  <robert@suse.co.uk>
16037
16038         * gtk/gtkstyle.c (gtk_style_init): Fall back to "fixed" if we
16039         can't get a native font in the right encoding.
16040
16041 Mon Nov 13 00:09:29 2000  Robert Brady  <robert@suse.co.uk>
16042
16043         * configure.in: Chinese .pos have been renamed to zh_CN and zh_TW
16044         respectively.
16045
16046 Sun Nov 12 19:11:42 2000  Owen Taylor  <otaylor@redhat.com>
16047
16048         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_next_line):
16049         Fix warning when moving between paragraphs.
16050
16051         * gtk/gtkentry.[ch]: Change move => move_cursor, 
16052         delete => delete_from_cursor, insert => insert_at_cursor
16053
16054 Sun Nov 12 22:52:51 2000  Robert Brady  <robert@suse.co.uk>
16055
16056         * modules/input/imviqr.c: A vietnamese VIQR-based input method.
16057
16058         * modules/input/imthai-broken.c: A Thai input method for use if
16059         Thai keys are really generating Latin1 keysyms.
16060
16061         * modules/input/Makefile.am: Build these.
16062
16063 Sun Nov 12 22:15:35 2000  Robert Brady  <robert@suse.co.uk>
16064
16065         * gtk/gtkfileselection.c, gdk/win32/gdkfont-win32.c: 
16066         g_filename_{to,from}_utf8 now takes an extra parameter.
16067
16068         * gtk/gtkcalendar.c (gtk_calendar_init): Convert output of
16069         strftime into UTF-8.
16070
16071         (column_from_x, gtk_calendar_paint_day_names): Support RTL
16072         calendars.
16073
16074         (gtk_calendar_paint_day_names): Draw day names in the right 
16075         place.
16076         
16077 Sun Nov 12 14:10:09 2000  Owen Taylor  <otaylor@redhat.com>
16078
16079         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): Fix
16080         problem with using result of g_get_charset() backwards -
16081         pointed out by Mikael Hermansson <mikeh@bahnhof.se>.
16082
16083         * gtk/gtkwindow.c (gtk_window_compute_hints): Support
16084         negative min_width/height and max_width/height to
16085         mean "requisition"; this allows setting a window
16086         to be user-resizable in only one direction easily.
16087
16088         * gtk/testgtk.c (create_main_window): Remove hard-coded
16089         usize - set a default size in the vertical direction.
16090
16091 Sun Nov 12 13:33:01 2000  Owen Taylor  <otaylor@redhat.com>
16092
16093         * gtk/gtkrange.c: Add some missing casts. Support 
16094         2 and 3 button clicks on the arrows to mean 
16095         "move by pages" and "jump to end". (Like gtkspinbutton)
16096
16097 2000-11-12 Hans Breuer <Hans@Breuer.Org>
16098
16099         * gdk/win32/makefile.msc : reflect build module changes
16100
16101         * gdk/win32/gdkcursor-win32.c : can't cast to impl type directly
16102         from GdkPixmap*, cast implementation member instead.
16103
16104         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_drawable) : The
16105         passed in drawable is of type GdkDrawableImplWin32, the GdkPixmap *src 
16106         maybe either GdkDrawable or GdkDrawableImpl. Corrected all casts, add
16107         more Gdi functions return value checking. 
16108         (gdk_win32_draw_image) : use IMAGE_PRIVATE_DATA to get on the
16109         GdkImagePrivateWin32 *.
16110
16111         * gdk/win32/gdkevents-win32.c : Disable the SetCapture call to make
16112         menus useable again. Add #pragma message to keep reminded on this issue.
16113         (gdk_event_translate) : don't generate GDK_EXPOSE events for InputOnly
16114         windows. This allows to enable backing store on Win32!
16115
16116         * gdk/win32/gdkimage-win32.c (_gdk_win32_get_image) : the passed
16117         in drawable is of impl type. Correct specific type checks appropriate.
16118  
16119         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_create_from_data) : check 
16120         GDK_WINDOW_DESTROYED before allocating new resources.
16121
16122         * gdk/win32/gdkselection-win32.c : Handle GDK_WINDOW_DESTROYED case
16123
16124         * gdk/win32/gdkwindow-win32.c : more Gdi return value checking,
16125         (gdk_window_foreign_new) initialize parent handle.
16126         (gdk_window_destroy_notify) add GDK_IS_WINDOW check
16127
16128         * gdk/win32/gdkgeometry-win32.c (_gdk_window_move_resize_child) :
16129         Let the GDI invalidate the window on MoveWindow call to fix scrolling
16130         problems (e.g. main buttons in testgtk). 
16131
16132 Sat Nov 11 23:07:30 2000  Owen Taylor  <otaylor@redhat.com>
16133
16134         * gtk/gtkentry.c (gtk_entry_key_press): Call 
16135         gtk_widget_activate for GDK_Return.
16136
16137         * gtk/gtkentry.c (gtk_entry_preedit_changed_cb): Fix handling
16138         of preedit cursor position.
16139
16140 Sun Nov  5 04:24:53 2000  Owen Taylor  <otaylor@redhat.com>
16141
16142         * gtk/gtkcellrenderertextpixbuf.c: Make parent_class
16143         static.
16144
16145 Tue Sep 19 10:54:22 2000  Owen Taylor  <otaylor@redhat.com>
16146
16147         * modules/input/{gtkimcontextxim.[ch],imxim.c}: Rip
16148         out support for multiple locales; that simple doesn't
16149         work reliably with current Xlib
16150
16151         * gtk/gtkimcontext*.[ch] gtk/gtkimmulticontext.[ch]
16152         gtk/gtktextlayout.[ch] gtk/gtktextview.c gtk/gtkentry.c: 
16153         Add support for positioning the cursor within the preedit string.
16154
16155 Mon Sep 18 23:56:32 2000  Owen Taylor  <otaylor@redhat.com>
16156
16157         * modules/input/{imxim.c,gtkimcontextxim.[ch]}: Start
16158         at XIM input method module.
16159
16160         * gtk/gtktextview.c: Check for bindings after passing
16161         events to im context filter.
16162
16163 Mon Sep 18 11:50:51 2000  Owen Taylor  <otaylor@redhat.com>
16164
16165         * gtk/gtktextlayout.c (add_preedit_attrs): Handle
16166         empty attribute lists properly.
16167
16168 Sun Sep 17 10:08:16 2000  Owen Taylor  <otaylor@redhat.com>
16169
16170         * gtk/queryimmodules.c (main): Return non-zero exit
16171         status if errors were encountered querying any
16172         modules.
16173
16174         * modules/input/Makefile.am (moduledir): remove
16175         leftover bin program target.
16176
16177         * docs/make-todo: Fix typo in error message.
16178
16179 Sat Sep 16 14:04:30 2000  Owen Taylor  <otaylor@redhat.com>
16180
16181         * configure.in: Add modules/input/Makefile
16182
16183 Sat Sep 16 14:01:52 2000  Owen Taylor  <otaylor@redhat.com>
16184
16185         * gtk/gtk.h: include gtkmodule.h gtkoldeditable.h,
16186         don't include gtkthemes.h.
16187
16188         * gtk/testgtk.c gtk/testtext.c: Set environment variables
16189         to point
16190
16191         * gtk/Makefile.am: Add new .c and .h files, build 
16192         gtk-query-immodules and use it to create a gtk.immodules
16193         file for use of test programs.
16194
16195         * gtk/gtkpreview.c: remove extra blank line.
16196
16197 Sat Sep 16 13:21:04 2000  Owen Taylor  <otaylor@redhat.com>
16198
16199         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_add_table): 
16200         Add the ability to add extra tables beyond the default
16201         one, and also the ability to have compose sequences 
16202         that are prefixes of other compose sequences. 
16203
16204         * gtk/gtkimcontextsimple.c: Export a preedit string which
16205         consists of possible candidates for keystrokes that have
16206         been entered but not yet committed.
16207
16208         * gtk/gtkimcontext.[ch] gtk/immulticontext.[ch]
16209         gtk/gtkimcontextsimple.[ch]: add gtk_im_context_reset()
16210
16211         * gtk/gtkmulticontext.[ch] (gtk_im_multicontext_append_menuitems): 
16212         Add a function to add input-method switching menu items
16213         to a menu.
16214
16215         * gtk/gtkimmulticontext.[ch]: Properly handly set_client_window
16216         when switching input methods.
16217
16218         * gtk/gtkimcontextsimple.[ch]: Change the format of
16219         the compose table to allow compose tables of different
16220         lengths / sequence.
16221
16222 Sat Sep 16 13:05:48 2000  Owen Taylor  <otaylor@redhat.com>
16223
16224         * gtk/gtkimmodule.[ch]: Support routines for loading
16225         GtkIMContext implementations dynamically at runtime.
16226
16227         * modules/input/imcyrillic-translit.c: A sample input
16228         method (based on GtkIMContextSimple with an extra table),
16229         which demonstrates preedit strings and the module
16230         system for input modules
16231
16232         * gtk/queryimmodules.c: Program to query the available
16233         input modules and write the results into a file.
16234          
16235         * gtk/gtkrc.[ch] (gtk_rc_get_im_module_file): Add
16236         extra config options "im_module_file" (cache file for
16237         input method modules), and "im_module_path" - path
16238         to look for modules when generating cache file.
16239
16240         This doesn't scale.
16241
16242 Sat Sep 16 13:09:06 2000  Owen Taylor  <otaylor@redhat.com>
16243
16244         * gtk/gtkthemes.[ch] gtk/gtkmodule.[ch]: Move most of the 
16245         generic code from gtkthemes into a new abstraction
16246         GtkModule which has the logic for implementing
16247         a loadable module which implements a number of 
16248         GObject types.
16249
16250 Sat Sep 16 13:07:13 2000  Owen Taylor  <otaylor@redhat.com>
16251
16252         * gtk/gtkeditable.[ch]: Convert GtkEditable from
16253         a class into an interface  
16254         
16255         * gtk/gtkoldeditable.[ch]: Move the old editable
16256         implementation into here, so legacy widgets can
16257         still rely on the implemenation. GtkOldEditable
16258         exports GtkEditable. Make selection handling
16259         code use new text conversion functions (and
16260         handle UTF-8 as a side-effect). Use GtkClipboard
16261         for CLIPBOARD.
16262
16263         * gtk/gtktext.[ch] gtk/gtkcombo.c gtk/gtkspinbutton.c:
16264         Adopt to match above changes.
16265
16266         * gtk/gtkentry.[ch]: Implement GtkEditable directly,
16267         avoid GtkOldEditable implementation. Restructure
16268         to reduce number of places that modify state directly.
16269         Move to GtkBindingSet. Display the preedit string.
16270         Queue recomputation of PangoLayout and scroll position
16271         to improve effiency of doing complex changes naively.
16272         Add a menu with cut/copy/paste and input method selection.
16273
16274 Thu Sep 14 22:11:05 2000  Owen Taylor  <otaylor@redhat.com>
16275
16276         * gtk/gtktextlayout.[ch]: Add gtk_text_layout_set_preedit_string()
16277         to set preedit string and attributes; display preedit string by
16278         inserting string and attributes at cursor when creating the
16279         GtkTextLineDisplay.
16280
16281         * gtk/gtktextlayout.c: Move all conversions between byte
16282         positions in PangoLayout and GtkTextIter into new functions
16283         line_display_iter_to_index/index_to_iter that properly
16284         handle the preedit string.
16285
16286         * gtk/gtktextmark.[ch]: Restore gtk_text_mark_get_name, modify
16287         it to return const char * (eventually will end up
16288         as GCONST char *, most likely.)
16289
16290         * gtk/gtktextview.[ch]: Handle the preedit string, call
16291         gtk_im_context_reset() as necessary, add a menu to switch
16292         input methods.
16293         
16294         * gtk/gtktextlayout.[ch]: Remove useless
16295         gtk_text_layout_get_log_attrs() function.
16296
16297 2000-11-11  Tor Lillqvist  <tml@iki.fi>
16298
16299         * gdk/gdk.def
16300         * gtk/gtk.def: Update.
16301
16302         * gdk/win32/*.c: Add last argument to g_type_register_static()
16303         calls.
16304
16305         * gdk/win32/gdkwindow-win32.c: Silence gcc -Wall.
16306
16307         * gdk/win32/gdkevents-win32.c: Handle MSH_MOUSEWHEEL messages
16308         generated by older wheel mouse drivers. Get the correct y
16309         coordinate from WM_MOUSEWHEEL messages.
16310
16311         * gdk/win32/gdkgc-win32.c (gdk_win32_cap_style_to_string,
16312         gdk_win32_fill_style_to_string, gdk_win32_function_to_string,
16313         gdk_win32_join_style_to_string, gdk_win32_line_style_to_string):
16314         Debugging functions.
16315
16316         * gdk/win32/gdkprivate-win32.h: Declare them.
16317
16318         * gdk/win32/gdkinput-win32.h: Add declaration for
16319         gdk_input_window_destroy().
16320
16321         * gtk/makefile.mingw.in: Pass -DGTK_VERSION. Add gtktreemodel.o.
16322
16323 Fri Nov 10 19:06:41 2000  Jonathan Blandford  <jrb@redhat.com>
16324
16325         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): New
16326         function to help handle keeping things in sync.
16327
16328 Fri Nov 10 12:10:34 2000  Jonathan Blandford  <jrb@redhat.com>
16329
16330         * gtk/gtkliststore.c (gtk_model_simple_class_init): use the new
16331         BOXED marshallers.
16332
16333         * gtk/gtkliststore.c (gtk_list_store_get_column_type): Add this.
16334         (gtk_list_store_class_init): use the new BOXED marshallers.
16335
16336         * gtk/gtktreestore.c (gtk_tree_store_new_with_types): change
16337         new_with_values to new_with_types.
16338         (gtk_tree_store_get_column_type): add this.
16339         (gtk_tree_store_class_init): use the new BOXED marshallers.
16340
16341         * gtk/gtkmarshal.list: Added a number of BOXED marshallers to
16342         mirror some POINTER marshallers.
16343
16344 Thu Nov  9 11:23:22 2000  Jonathan Blandford  <jrb@redhat.com>
16345
16346         * gtk/gtktreemodel.h (struct _GtkTreeIter): added more fields to
16347         allow more interesting iterators.  Also, made the lifecycle of
16348         iterators more explicit.
16349
16350         * gtk/gtktreemodelsort.[ch]: New model for sorting.
16351
16352         * gtk/gtk-boxed.defs (GtkTreeIter, GtkTreePath): Added two boxed
16353         types.
16354
16355 2000-11-09  Alexander Larsson  <alexl@redhat.com>
16356
16357         * demos/testgtk/menus.c:
16358         Changes to make the new testgtk compile after
16359         gtk_menu_append was removed.
16360
16361         * gdk/linux-fb/gdkdrawable-fb2.c
16362         (gdk_fb_get_depth, gdk_fb_get_visual,
16363         gdk_drawable_impl_fb_class_init): Implement
16364         these drawable functions. Now GtkImages work again.
16365
16366         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Change prototype.
16367
16368         * gdk/linux-fb/gdkprivate-fb.h (_gdk_fb_get_image): Change prototype.
16369         
16370         * gdk/linux-fb/gdkmain-fb.c (fb_modes_parse_mode,
16371         gdk_fb_setup_mode_from_name, gdk_fb_set_mode, gdk_fb_display_new);
16372         Parse /etc/fb.modes, use the environment variables GDK_DISPLAY_MODE,
16373         GDK_DISPLAY_DEPTH, GDK_DISPLAY_WIDTH, GDK_DISPLAY_HEIGHT.
16374
16375 2000-11-08  Havoc Pennington  <hp@pobox.com>
16376
16377         * gtk/gtktexttag.c (gtk_text_tag_class_init): Add visible and
16378         visible_set args, don't know where these had gone, I thought they
16379         used to be there
16380
16381         * gtk/testtext.c: Add a menu item to apply invisibility tag;
16382         now we can test the feature and see that it's totally broken.
16383
16384 2000-11-08  Havoc Pennington  <hp@pobox.com>
16385
16386         Make DND copy pixbufs and tags when source and target share a 
16387         tag table.
16388         
16389         * gtk/gtktextview.c (gtk_text_view_drag_data_get): provide the
16390         in-process GTK_TEXT_BUFFER_CONTENTS target
16391         (gtk_text_view_drag_data_received): Paste from
16392         GTK_TEXT_BUFFER_CONTENTS if we receive it.
16393
16394 2000-11-08  Alexander Larsson  <alexl@redhat.com>
16395
16396         * docs/Changes-2.0.txt: Add note about GtkMenuPositionFunc
16397         API changes.
16398
16399         * gtk/gtkmenu.c: Add support for scrolling menus.
16400         Remove gtk_menu_append/prepend/insert, these have been moved to
16401         gtkcompat.h as #defines.
16402
16403         * gtk/gtkcompat.h.in:
16404         Add compatibility #defines for gtk_menu_append/prepend/insert
16405
16406         * gtk/gtkmenu.h: Add data needed for scrolling menus.
16407         GtkMenuPositionFunc gets an extra argument push_in.
16408         gtk_menu_append/prepend/insert removed.
16409         
16410         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Change menu
16411         positioning behaviour to fit to scrolling menus.
16412
16413         * gtk/gtkmenuitem.c (gtk_menu_item_forall): Don't recurse
16414         into menuitem->submeny. That is wrong, and broke torn
16415         off submenus of torn off menus, since they were unrealized
16416         when the first menu was unrealized.
16417
16418         * gtk/gtkmenushell.[ch]: Virtualize gtk_menu_shell_insert() and
16419         gtk_menu_shell_select_item() since these need to be overridden in
16420         GtkMenu.
16421
16422         * gtk/gtkoptionmenu.c (gtk_opttion_menu_position): Change menu
16423         positioning behaviour to fit to scrolling menus.
16424         (gtk_option_menu_key_press, gtk_option_menu_button_press): Select
16425         the current item so that it is prelighted when the menu pops up.
16426         This is a workaround to the fact that the menu doesn't get the
16427         initial enter event (due to grabs).
16428
16429         * gtk/gtkfilesel.c, gtk/gtkinputdialog.c, gtk/testgtk.c:
16430         s/gtk_menu_append/gtk_menu_shell_append/
16431
16432         * gtk/gtknotebook.c:
16433         s/gtk_menu_insert/gtk_menu_shell_insert/
16434
16435         * gtk/testgtk.c (create_menu, create_menus):
16436         Create the first menu with 50 items so that menu scrolling
16437         can be tested.
16438         
16439         
16440         Patch from Jonathan Blandford  <jrb@redhat.com>
16441
16442         * gtk/gtkmenuitem.[ch] (gtk_menu_item_toggle_size_request): new
16443         system to handle size requests.  First, we ask what the size of
16444         the toggle is.  Then, when allocating the size, we allocate the
16445         toggle_size first.  This way we can have multiple menu-item
16446         classes w/o needing a seperate class for each.
16447
16448         * gtk/gtkmenu.c (gtk_menu_size_request): Actually use the new system.
16449         * gtk/gtkmenu.c (gtk_menu_size_allocate): Use the new system.
16450
16451         * gtk/gtkcheckmenuitem.c
16452         (gtk_check_menu_item_toggle_size_request): New function to handle
16453         the toggle size-request.
16454
16455 2000-11-07  Havoc Pennington  <hp@redhat.com>
16456
16457         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location):
16458         Half-ass somewhat fix this function, so that scrolling to the
16459         insertion point works. Pango hacking is in the future to really
16460         fix it.
16461
16462         * gtk/gtktextview.c (gtk_text_view_drag_data_get): Don't calculate
16463         length of data, no longer used.
16464
16465         * gtk/gtktextbuffer.c (gtk_text_buffer_finalize): move destroy
16466         method contents in here, get rid of destroy method
16467         (gtk_text_buffer_insert_range): Fix some g_return_if_fail checks
16468         that were backward. Remove debug spew.
16469         (cut_or_copy): Make the clipboard work with insert_range to
16470         preserve tags and pixbufs, not just the primary selection.
16471
16472 2000-11-07  Havoc Pennington  <hp@redhat.com>
16473
16474         * gtk/gtktextmark.c (gtk_text_mark_is_visible): rename 
16475         to gtk_text_mark_get_visible
16476
16477         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): fix
16478         bug that was generating an invalid iterator
16479
16480         * gtk/gtktextiter.c (gtk_text_iter_get_offset): move call to
16481         ensure_char_offsets() in front of code placing the iter in an
16482         invalid state.
16483
16484         * gtk/gtktextbuffer.c (gtk_text_buffer_paste_primary):
16485         make override_location arg const
16486         (paste): Replace the selection if we paste into the 
16487         current selection
16488
16489         * gtk/gtkselection.h: Remove "GtkSelectioData"
16490         (struct _GtkSelectionData): move the definition here.
16491
16492         * gtk/gtktextbuffer.c (gtk_text_buffer_update_primary_selection):
16493         Export the GTK_TEXT_BUFFER_CONTENTS target for in-process copies
16494
16495         * gtk/gtktextiter.c (gtk_text_iter_get_tags): New function
16496
16497         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_range): implement
16498         (gtk_text_buffer_insert_range_interactive): implement
16499         (gtk_text_buffer_get_tags): Remove, replaced by
16500         gtk_text_iter_get_tags()
16501
16502         * gtk/gtktextiter.c (gtk_text_iter_forward_search): Add a search
16503         limit parameter, to avoid infinite linear scan.
16504         (gtk_text_iter_backward_search): Add search limit
16505         (gtk_text_iter_forward_find_char): Add search limit
16506         (gtk_text_iter_backward_find_char): Add search limit
16507
16508 2000-11-07  Alexander Larsson  <alla@lysator.liu.se>
16509
16510         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
16511         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkimage-fb.c,
16512         gdk/linux-fb/gdkpango-fb.c, gdk/linux-fb/gdkpixmap-fb.c,
16513         gdk/linux-fb/gdkwindow-fb.c:
16514         use g_object_new() instead of g_type_create_instance() which
16515         is a private function for fundamental type implementations.
16516
16517         * gdk/linux-fb/gdkinput-ps2.c:
16518         Use MEDIUMRAW instead of RAW keycodes. Remove keyboard state-table
16519         instead just store the current modifier state. Add a (somewhat broken)
16520         keyboard input parser for XLATE mode too, if we couldn't use MEDIUMRAW.
16521         Rename exported function gdk_input_ps2_get_mouseinfo to
16522         gdk_input_get_mouseinfo.
16523
16524         * gdk/linux-fb/gdkmain-fb.c, gdk/linux-fb/gdkprivate-fb.h,
16525         gdk/linux-fb/gdkwindow-fb.c:
16526         gdk_input_ps2_get_mouseinfo was renamed to gdk_input_get_mouseinfo.
16527         
16528
16529 2000-11-02  Havoc Pennington  <hp@redhat.com>
16530
16531         * gtk/gtkfilesel.h, gtk/gtkfilesel.c: Derive from GtkDialog, and
16532         use stock buttons. Should be 100% source compatible, appropriate
16533         filesel fields now point to dialog->vbox and dialog->action_area.
16534         On the bizarre side, dialog->action_area and filesel->action_area
16535         are not the same widget.
16536         (gtk_file_selection_init): Put some padding around the selection
16537         entry, so it isn't touching the GtkDialog separator.    
16538
16539         * gtk/gtkfontsel.h, gtk/gtkfontsel.c: Derive from GtkDialog, 
16540         use stock buttons, etc. Should also be source compatible.
16541         Set the dialog default title in _init not _new().
16542         
16543         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): 
16544         Use stock buttons; don't put a button box inside the existing
16545         dialog button box. Don't bother with push/pop colormap anymore.
16546
16547         * gtk/gtkdialog.h (GtkResponseType): Add a bunch of more 
16548         specific GTK_RESPONSE_* values. This is clearer than ACCEPT/REJECT
16549         for message dialog, and necessary for the font selection and color
16550         selection with help and apply buttons.
16551         
16552         * gtk/gtkdialog.c (gtk_dialog_add_button): Return a pointer 
16553         to the created button widget. Set GTK_CAN_DEFAULT on the button.
16554         (gtk_dialog_init): Default to GTK_BUTTONBOX_END, put less spacing
16555         between buttons, put less padding around the action area.
16556         (gtk_dialog_run): Exit on unmap rather than on destroy. 
16557         This will also exit the loop if the widget is hidden.
16558         (gtk_dialog_delete_event_handler): Use GTK_RESPONSE_DELETE_EVENT
16559         instead of GTK_RESPONSE_NONE; since we're already adding a bunch
16560         of GTK_RESPONSE_* stuff, this seems cleaner, and lets you 
16561         special-case delete event.
16562
16563         * gtk/gtktexttagtable.c, gtk/gtktextview.c: Fix doc comment
16564         formatting
16565         
16566 Sun Nov  5 05:32:39 2000  Tim Janik  <timj@gtk.org>
16567
16568         * gtk/testgtk.c (uposition_stop_configure): provide a toggle
16569         button to temporarily disable position recording in the
16570         "saved position" test.
16571
16572 Sat Nov  4 05:37:17 2000  Tim Janik  <timj@gtk.org>
16573
16574         * gtk/gtkthemes.c: added compat code that temporarily implements
16575         GtkThemeEnginePlugin as a GObject exporting GTypePlugin. this is
16576         going to be revamped by owen's upcoming GtkModule patches, but
16577         untill then people want gtk to build, right? ;)
16578
16579 2000-11-04  Havoc Pennington  <hp@pobox.com>
16580
16581         * gtk/gtkenums.h: remove trailing comma from GtkDeleteType member
16582         list
16583
16584         * docs/Changes-2.0.txt: Add note about
16585         gtk_container_get_toplevels()
16586
16587         * gtk/gtktextview.h: formatting
16588         
16589         * gtk/gtktextview.c: don't start descriptions with "Returns",
16590         confuses gtk-doc
16591
16592 Sat Nov  4 10:12:27 2000  Owen Taylor  <otaylor@redhat.com>
16593
16594         * autogen.sh: When doing sanity checking on ACLOCAL_FLAGS,
16595         look for glib-2.0.m4 not glib.m4. (Ali Abdin)
16596
16597 2000-11-03  Havoc Pennington  <hp@redhat.com>
16598
16599         * gtk/gtktexttagtable.c: Docs
16600         (gtk_text_tag_table_size): return a signed int
16601
16602         * gtk/gtktexttag.c: s/tkxt/text/g; write documentation
16603         (gtk_text_tag_event): make the event_object a GObject
16604
16605         * gtk/gtktextview.c: Write API docs for all functions.
16606
16607         * gtk/gtktextview.h: add GTK_TEXT_WINDOW_PRIVATE as return value
16608         for gtk_text_view_get_window_type() called on one of the private
16609         windows.
16610
16611         * gtk/gtktextview.c: Instead of accessing text_view->buffer
16612         directly, call get_buffer() which demand-creates a default
16613         buffer. So gtk_text_view_new() can be used to create a view with a
16614         default buffer in it, if you just want an empty text box users can
16615         put data in. Useful for GUI builders also.
16616
16617 2000-11-03  Pablo Saratxaga <pablo@mandrakesoft.com>
16618
16619         * gtk/gtkrc.zh_TW.*: moved gtkrc.zh_TW.Big5 to gtkrc.zh_TW.big5;
16620         the charset encodign portion MUST be in lowercase.
16621         * gtk/gtkrc.az: added file for Azeri language
16622
16623 2000-11-03  Havoc Pennington  <hp@redhat.com>
16624
16625         Get widgets working on the btree/buffer side. Display of them 
16626         still doesn't work.
16627         
16628         * gtk/gtktextview.c: start implementing child widget stuff
16629
16630         * gtk/gtktextiter.c (gtk_text_iter_get_child_anchor): new function
16631
16632         * gtk/gtktextlayout.c: handle embedded widgets
16633
16634         * gtk/gtktextdisplay.c: handle embedded widgets
16635
16636         * gtk/gtktextchild.c: Implement all the child anchor goo
16637
16638         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor): New
16639         function
16640
16641         * gtk/gtktextbtree.c: Add child anchor table to the btree struct
16642         (insert_pixbuf_or_widget_segment): abstract out common portions of 
16643         creating a child anchor or a pixbuf segment.
16644         (gtk_text_btree_create_child_anchor): new function
16645         (gtk_text_btree_unregister_child_anchor): new function
16646
16647         * gtk/gtkmarshal.list: added VOID:OBJECT,INT,INT for the
16648         allocate_child signal on GtkTextLayout
16649
16650         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): fix bogus return
16651         values
16652         (gtk_text_iter_get_child_anchor): new function
16653
16654         * gtk/gtktextbuffer.c (gtk_text_buffer_real_changed): Add a
16655         default handler for the changed signal, which calls
16656         gtk_text_buffer_set_modified(), instead of just always emitting
16657         changed then calling set_modified() manually. I guess this is
16658         maybe more flexible. It seems logical.
16659
16660 Fri Nov  3 08:58:38 2000  Tim Janik  <timj@gtk.org>
16661
16662         * gtk/gtkobject.c: _g_signal_handlers_destroy() is prefixed with '_'
16663         now.
16664
16665         * gtk/gtksignal.c: use g_signal_connect_closure_by_id() now.
16666
16667 Thu Nov  2 14:10:51 2000  Owen Taylor  <otaylor@redhat.com>
16668
16669         * gdk/x11/gdkdnd-x11.c: Fix a bunch of functions that should have
16670         been marked static.
16671
16672 2000-11-02  Havoc Pennington  <hp@redhat.com>
16673
16674         * gtk/testgtk.c (create_labels): had a test backward
16675
16676         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Copy the client-side GC
16677         fields, so the dest GC ends up with the correct clip origin, 
16678         etc. Fixes a bug where colored labels didn't redraw 
16679         properly.
16680
16681 2000-11-02  Alexander Larsson  <alexl@redhat.com>
16682
16683         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
16684         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkpango-fb.c,
16685         gdk/linux-fb/gdkpixmap-fb.c, gdk/linux-fb/gdkwindow-fb.c:
16686         Add last argument to t_type_register_static call.
16687         
16688         * gdk/linux-fb/gdkdrawable-fb2.c:
16689         Add last argument to t_type_register_static call.
16690         export the get_image drawable virtual function.
16691
16692         * gdk/linux-fb/gdkimage-fb.c:
16693         Add last argument to t_type_register_static call.
16694         rename gtk_image_get to _gdk_fb_get_image and
16695         export it for use by gdkdrawable-fb2.
16696
16697         * gdk/linux-fb/gdkprivate-fb.h:
16698         export _gdk_fb_get_image.
16699
16700         * gdk/linux-fb/gdkselection-fb.c:
16701         Add new api call stubs.
16702
16703         * gtk/Makefile.am:
16704         Missing ( in linux-fb part.
16705
16706         * modules/linux-fb/Makefile.am:
16707         Must link with gdk_pixbuf or get unresolved symbol.
16708
16709 2000-11-01  Havoc Pennington  <hp@pobox.com>
16710
16711         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Use 
16712         GTK_TYPE_TEXT_ITER and BOXED marshallers
16713
16714         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): ditto
16715
16716         * gtk/gtktexttag.c (gtk_text_tag_class_init): ditto
16717         
16718         * gtk/gtk-boxed.defs: add GtkTextIter
16719
16720         * gtk/gtkmarshal.list: Add marshallers for text widget that 
16721         properly use OBJECT and BOXED
16722
16723 2000-11-01  Havoc Pennington  <hp@redhat.com>
16724
16725         * gtk/testgtk.c (create_labels): Test set_markup_with_accel()
16726
16727         * gtk/gtklabel.c (set_markup): Convert the unichar to a GDK keyval
16728         before returning it. 
16729         
16730 2000-11-01  Havoc Pennington  <hp@redhat.com>
16731
16732         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
16733         Clip the rectangle to be rendered to the drawable, since
16734         get_from_drawable() requires a region within the drawable
16735
16736 2000-11-01  Havoc Pennington  <hp@redhat.com>
16737
16738         * gtk/gtkimage.c (gtk_image_expose): Um, don't randomly subtract 4
16739         from coordinates.
16740
16741 Wed Oct 25 20:10:57 2000  Owen Taylor  <otaylor@redhat.com>
16742
16743         * gdk/gdkevents.c (gdk_event_copy): Only ref the window if
16744         it isn't NULL.
16745
16746 2000-11-01  Havoc Pennington  <hp@pobox.com>
16747
16748         * gtk/gtklabel.c (gtk_label_set_attributes): Set a PangoAttrList
16749         on a label
16750         (gtk_label_finalize): unref the attr list if any.
16751
16752         * gtk/testgtk.c (create_get_image): close test on second click
16753         (make_message_dialog): close dialog if it exists
16754
16755         * gdk/gdkpango.c (gdk_draw_layout): Handle rise attribute
16756
16757         * gdk-2.0.pc.in (Requires): Make it require gdk-pixbuf-2.0 not
16758         gdk-pixbuf
16759
16760         * gtk/gtklabel.c (gtk_label_set_markup): new function to set label
16761         from Pango markup format
16762         (gtk_label_set_markup_with_accel): ditto but with accelerator
16763         parsing
16764
16765         * gtk/gtkimage.c (gtk_image_expose): reformatting.
16766
16767         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_drawable): Hack to
16768         reflect current state of GDK - use gdk_drawable_get_colormap, etc.
16769         Check GDK_IS_WINDOW() not !GDK_IS_PIXMAP() to decide whether to 
16770         call gdk_window_get_origin().
16771
16772         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
16773         implement GDK_PIXBUF_ALPHA_FULL
16774         
16775 Wed Nov  1 03:43:42 2000  Tim Janik  <timj@gtk.org>
16776
16777         * gtk/gtksignal.c (gtk_signal_compat_matched): make use of
16778         g_signal_handlers_block_matched, g_signal_handlers_unblock_matched and
16779         g_signal_handlers_disconnect_matched to block/unblock and disconnect
16780         multiple handlers respectively, instead of only treating the
16781         first handler found (bug reported by owen).
16782
16783 Mon Oct 30 19:23:50 2000  Jonathan Blandford  <jrb@redhat.com>
16784
16785         * gtk/gtktreeview.c (gtk_tree_view_expand_row): New function.
16786
16787         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): New function.
16788
16789         * gtk/gtktreeview.c, gtk/gtktreemodel.c, gtk/gtktreeselection.c
16790         gtk/gtktreestore.h, gtk/gtktreeview.h, gtk/gtktreeviewcolumn.c,
16791         gtk/gtktreeviewcolumn.h: Fixed inline docs.
16792
16793         * docs/reference/gtk/tree_widget.sgml: Proto intro to the tree
16794         widget.  Needs writing someday.
16795
16796         * docs/reference/gtk/tmpl/gtktree*sgml: Added the tree widget to
16797         the docs.
16798
16799 2000-10-30  Havoc Pennington  <hp@redhat.com>
16800
16801         * gtk/gtktextview.h, gtk/gtktextview.c:
16802         Rename delete_at_cursor delete_from_cursor, and 
16803         move to move_cursor.
16804
16805 2000-10-30  Havoc Pennington  <hp@redhat.com>
16806
16807         * gtktextbtree.c, gtktextbtree.h, gtktextbuffer.c,
16808         gtktextbuffer.h, gtktextchild.c, gtktextchild.h,
16809         gtktextchildprivate.h, gtktextdisplay.c, gtktextdisplay.h,
16810         gtktextiter.c, gtktextiter.h, gtktextiterprivate.h,
16811         gtktextlayout.c, gtktextlayout.h, gtktextmark.c, gtktextmark.h,
16812         gtktextmarkprivate.h, gtktextsegment.c, gtktextsegment.h,
16813         gtktexttag.c, gtktexttag.h, gtktexttagprivate.h,
16814         gtktexttagtable.c, gtktexttagtable.h, gtktexttypes.c,
16815         gtktexttypes.h, gtktextview.c, gtktextview.h:
16816
16817         Massive reindentation and reformatting. Arg alignment and comments
16818         still need fixing in various places.
16819
16820 2000-10-30  Havoc Pennington  <hp@redhat.com>
16821
16822         * gtk/gtktextview.h, gtk/gtktextview.c: Change run action signals
16823         to be named insert_at_cursor and delete_at_cursor so C++ can
16824         handle them.
16825
16826 2000-10-28  Tor Lillqvist  <tml@iki.fi>
16827
16828         * gtk/gtkrc.c (gtk_rc_append_default_module_path): Make sure not
16829         to get a double directory separator in case the home directory
16830         ends with one. This would cause trouble especially on Windows,
16831         where the path will be confused with the syntax for an an UNC
16832         (network share) path \\server\share\path.
16833         (gtk_rc_add_initial_default_files): Ditto.
16834
16835 Sat Oct 28 02:33:09 2000  Robert Brady  <robert@suse.co.uk>
16836
16837         * gtk/gtkmarshal.list: add new marshallers for GtkTextView.
16838
16839         * gtk/gtktextview.c: Use correct marshallers.
16840
16841 Fri Oct 27 17:56:26 2000  Jonathan Blandford  <jrb@redhat.com>
16842
16843         * gtk/gtkliststore.c: Not sure how this ever worked.  Fixed it to
16844         use new iter stuff, and added all the appropriate signals et al.
16845
16846         * gtk/gtktreedatalist.h: s/gtk/_gtk to further reinforce that this
16847         code is internal to gtk only.
16848
16849 2000-10-28  Tor Lillqvist  <tml@iki.fi>
16850
16851         * gtk/gtk.def
16852         * gtk/makefile.{mingw,msc}.in: Adjust to Tim's changes. Use
16853         glib-genmarshal etc.
16854
16855 Fri Oct 27 20:15:00 2000  Tim Janik  <timj@gtk.org>
16856
16857         * gtk/Makefile.am: added dependancies for testtextbuffer which broke
16858         parallel builds.
16859
16860 Fri Oct 27 18:51:44 2000  Tim Janik  <timj@gtk.org>
16861
16862         * gtk/gtksignal.[hc]: adapt to GSignal signature changes.
16863
16864 2000-10-27  Robert Brady  <robert@suse.co.uk>
16865
16866         * configure.in (ALL_LINGUAS): Add en@IPA (English, phonetic), 
16867         en_GB (British), ia (Interlingua).
16868
16869 2000-10-26  Havoc Pennington  <hp@redhat.com>
16870
16871         * gtk/gtktextiter.c (my_strrstr): fix constness warning
16872
16873         Fixed output of:
16874         nm -g -l .libs/libgtk-x11-1.3.so | grep ' T ' | grep -v gtk_ | grep -v GTK_
16875         
16876         * gtk/gtktextsegment.c (char_segment_new): rename
16877         (_char_segment_new_from_two_strings): rename
16878         (_toggle_segment_new): rename
16879         
16880         * gtk/gtkclipboard.c (ensure_clipboard_widget): make this static
16881         (make_clipboard_widget): make it static
16882         (text_get_func): static
16883         (text_clear_func): static
16884
16885         * gtk/gtkcolorsel.c (adjustment_changed): make this function
16886         static
16887         (hex_changed): make it static
16888         (hsv_changed): make it static
16889         (opacity_entry_changed): make it static
16890
16891         * gtk/gtktextbtree.c (change_node_toggle_count): rename with _gtk
16892         (toggle_segment_check_func): rename with _gtk
16893
16894         * gtk/gtktextchild.c (_pixbuf_segment_new): rename with _gtk
16895         (_widget_segment_new): rename
16896         (_widget_segment_add): rename
16897         (_widget_segment_remove): rename
16898         (_widget_segment_ref): rename
16899         (_widget_segment_unref): rename
16900
16901         * gtk/gtktextmark.c (_mark_segment_new): Rename
16902         _gtk_mark_segment_new   
16903
16904 2000-10-26  Havoc Pennington  <hp@redhat.com>
16905
16906         * gtk/gtkmarshal.list: add new marshallers used by the text widget
16907         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
16908         types
16909
16910         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): fix
16911         marshaller types
16912
16913         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktextdisplay.h,
16914         gtk/gtktextdisplay.c: We need to preserve Tk copyrights and
16915         license on these files.
16916
16917         * gtk/gtktextiter.c (gtk_text_iter_backward_search): Make this
16918         work.
16919
16920         * gtk/gtktextbtree.c (gtk_text_btree_new): init stamps to 
16921         runtime random number different for each tree, instead of 
16922         a constant I made up.
16923
16924 Thu Oct 26 07:36:16 2000  Tim Janik  <timj@gtk.org>
16925
16926         * gtk/Makefile.am: buncha cleanups, kludged build sources
16927         dependencies with a Makefile: oldest-source-stamp dependancy
16928         for the moment. automake is really fighting us here, with
16929         intentionally not allowing user-defined rules or dependancies
16930         prior to it's -include $(DEP_FILES) statement. sucks rocks!
16931
16932         * gtk/Makefile.am: added gtktextlayout.h and gtktextdisplay.h
16933         to public headers. tehy have a comment stating that they are
16934         "semi-public" aren't included by gtk.h and if enums popup there,
16935         they can be /*< skip >*/-ed.
16936
16937         * gtk/gtktextlayout.h: 
16938         * gtk/gtktextdisplay.h: indentation fixes, comment fixes,
16939         added LGPL... <SIGH>
16940
16941 Wed Oct 25 20:40:25 2000  Jonathan Blandford  <jrb@redhat.com>
16942
16943         * gtk/gtktreemodel.h: Got rid of GtkTreeNode, and changed it to
16944         GtkTreeIter.  Added iterators everywhere.
16945
16946         * gtk/gtktreeviewcolumn.c: Changed to use the iterators.
16947
16948         * gtk/gtktreeviewselection.c: Changed to use the iterators.
16949
16950         * gtk/gtktreestore.c: Changed to use the iterators.
16951
16952         * gtk/gtkliststore.c: Commented out the code.  Will convert to
16953         iterators tomorrow.
16954
16955         * gtk/gtkmodelsimple.c: Commented out the code.  Will convert to
16956         iterators tomorrow.
16957
16958         * gtk/treestoretest.c: Changed to use iterators.
16959
16960         * demos/testgtk/main.c: Moved to use the new iterator system.
16961
16962 Thu Oct 26 02:10:32 2000  Tim Janik  <timj@gtk.org>
16963
16964         * gtk/Makefile.am: invoke maketypes.awk with LC_ALL=C to avoid
16965         localization misbehaviour.
16966
16967         * gtk/gtk-boxed.defs: nuked "boxed" type GtkCTreeNode, since it's
16968         a useless type without copy/free.
16969
16970         * gtk/gtkctree.c (gtk_ctree_class_init): use GTK_TYPE_POINTER instead
16971         of GTK_TYPE_CTREE_NODE.
16972
16973 Thu Oct 26 00:51:52 2000  Tim Janik  <timj@gtk.org>
16974
16975         * gtk/gtksignal.c:
16976         (gtk_signal_emitv): use g_value_set_static_{string|boxed} where
16977         applicable.
16978
16979         * gtk/gtk-boxed.defs (GtkSelectionData): specify
16980         gtk_selection_data_copy and gtk_selection_data_free
16981         do GtkSelectionData work as params in signals.
16982
16983 Wed Oct 25 20:47:41 2000  Tim Janik  <timj@gtk.org>
16984
16985         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init): urg, removed
16986         implementation of gtk_marshal_VOID__INT_INT_INT_INT. if people do that,
16987         couldn't they at least give it a non-standard name?
16988         
16989         * gtk/gtktextlayout.c: arg! yet another implementation of
16990         gtk_marshal_VOID__INT_INT_INT_INT(), is this a conspiracy?
16991
16992         * gtk/gtktextbuffer.c: gotcha! captured a vagabonding
16993         gtk_marshal_VOID__INT_POINTER_INT() implementation, braught it back
16994         home. now i know this _is_ a conspiracy.
16995
16996         * gtk/gtkwidget.c (gtk_widget_class_init): marshaller fixups for
16997         ::state-changed.
16998
16999         * gtk/gtkaccelgroup.c (gtk_accel_group_create_remove): 
17000         (gtk_accel_group_create_add): marshaller signature fixups.
17001
17002         * gtk/gtklistitem.c (gtk_list_item_class_init): signal creation fixups,
17003         pass in GTK_TYPE_SCROLL_TYPE instead of GTK_TYPE_ENUM.
17004
17005         * gtk/gtkobject.[hc]: removed GTK_CONNECTED flag, it's not valid
17006         anymore.
17007
17008 Tue Oct 24 23:59:21 2000  Tim Janik  <timj@gtk.org>
17009
17010         * docs/reference/Makefile.am: disabled SUBDIRS for the moment, since
17011         due to the signal system changes, it wouldn't build currently. to
17012         be fixed soon.
17013
17014         * docs/Changes-2.0.txt: GtkSignal/GSignal updates.
17015
17016         * gtk/gtkwidget.c: ::direction_changed takes an enum as argument,
17017         so it needs gtk_marshal_VOID__ENUM() instead of
17018         gtk_marshal_NONE__UINT().
17019
17020         * gdk/gdk*.c: adapted type registration functions.
17021
17022         * gtk/gtkbindings.c:
17023         * gtk/gtkaccelgroup.c: operate on GSignalQuery, GtkSignalQuery is
17024         gone.
17025
17026         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType.
17027
17028         * gtk/gtkobject.c:
17029         (gtk_object_destroy):
17030         (gtk_object_shutdown): fixed recursion guards. basically we have to
17031         catch the case where any of GObject.shutdown() or gtk_object_destroy()
17032         is called during ::destroy, and avoid recursion there.
17033
17034         * gtk/gtktypeutils.c:
17035         * gtk/maketypes.awk: awk-script hackup to provide gtk_type_init() with
17036         boxed_copy/boxed_free. this needs a more general solution based on a
17037         publically installed code-generator utility.
17038
17039         * gtk/gtktypeutils.[hc]: compat aliased GTK_TYPE_BOXED to G_TYPE_BOXED,
17040         glib's gobject has support for that now.
17041         define GtkSignalMarshaller in terms of GSignalCMarshaller.
17042
17043 Mon Oct 23 09:36:42 2000  Tim Janik  <timj@gtk.org>
17044
17045         * gtk/gtksignal.[hc]:
17046         * gtk/gtkmarshal.[hc]:
17047         * gtk/Makefile.am: generate marshallers with glib-genmarshal and don't
17048         compile gtkmarshal.c on its own anymore, just include it in gtksignal.c.
17049         removed #include <gtkmarshal.h>s all over the place, gtksignal.h takes
17050         care of that.
17051
17052         * *.c: marshaller name fixups.
17053
17054         * gtk/gtkmarshal.list: added a comment briefing the format.
17055
17056 Sun Oct 22 23:14:39 2000  Tim Janik  <timj@gtk.org>
17057
17058         * gtk/gtksignal.[hc]: nuked old implementation. we mostly have
17059         compatibility macros here now. more specifically, most of
17060         the API is preserved (yes, _most_, nonwithstanding the
17061         following exceptions listed, the API is stil lHUGE ;)
17062         things that got removed completely:
17063         GtkSignalQuery, gtk_signal_query(), gtk_signal_n_emissions(),
17064         gtk_signal_n_emissions_by_name(), gtk_signal_handlers_destroy(),
17065         gtk_signal_set_funcs(), gtk_signal_handler_pending_by_id(),
17066         gtk_signal_add_emission_hook(), gtk_signal_add_emission_hook_full(),
17067         gtk_signal_remove_emission_hook().
17068         non-functional functions variants:
17069         gtk_signal_add_emission_hook(), gtk_signal_remove_emission_hook().
17070         the GtkCallbackMarshal argument to gtk_signal_connect_full() is
17071         not supported anymore.
17072         (gtk_signal_compat_matched): new internal function to aid
17073         implementation of the compatibility macros, it  provides
17074         functionality to block/unblock/disconnect handlers based
17075         on func/data.
17076
17077         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType,
17078
17079         * *.c: adaptions to new type registration API signatures.
17080
17081 Fri Oct 20 15:26:33 2000  Tim Janik  <timj@gtk.org>
17082
17083         * gtk/gtktypeutils.[hc]: removed G_TYPE_GTK_POINTER cludge.
17084
17085 2000-10-25  Robert Brady  <robert@suse.co.uk>
17086
17087         * gdk/x11/gdkproperty-x11.c (gdk_property_get, gdk_property_change,
17088         gdk_property_delete): If window == NULL, assume the root window.
17089         (restoring the behaviour that was in 1.2).
17090         
17091         * gtk/testtext.c (save_buffer): Allow creation of new files when
17092         saving.
17093
17094         (fill_file_buffer): Don't die if a UTF-8 sequence is split across
17095         calls to read().
17096
17097 2000-10-25  Tor Lillqvist  <tml@iki.fi>
17098
17099         * gdk/gdkwindow.c: Include x11/gdkx.h only when building for X11.
17100
17101         * gdk/win32/gdkdrawable-win32.c
17102         * gdk/win32/gdkimage-win32.c
17103         * gdk/win32/gdkprivate-win32.h: Corresponding changes as in the
17104         X11 backend.
17105
17106         * gdk/win32/gdkcc-win32.c
17107         * gdk/win32/gdkcolor-win32.c
17108         * gdk/win32/gdkfont-win32.c
17109         * gdk/win32/gdkinput-win32.c
17110         * gdk/win32/gdkmain-win32.c
17111         * gdk/win32/gdkproperty-win32.c: Silence gcc -Wall.
17112
17113 2000-10-24  Havoc Pennington  <hp@redhat.com>
17114
17115         * gtk/gtktextview.c (gtk_text_view_scroll_to_mark_adjusted): make
17116         it a static function
17117
17118         * gtk/gtktextbtree.c (gtk_text_btree_tag): Gee, maybe we should
17119         redraw text when a tag is applied to it.
17120
17121         * gtk/gtktexttag.c (gtk_text_tag_affects_size)
17122         (gtk_text_tag_affects_nonsize_appearance): private functions to
17123         see if a tag requires various kinds of redraw/layout to be queued
17124         up.
17125
17126         * gtk/gtktexttag.h (struct _GtkTextTag): Remove relief crackrock
17127
17128         * gtk/testtext.c (fill_example_buffer): Put the cursor 
17129         at the start of the buffer, so search works by default
17130
17131         * gtk/gtktextiter.c (lines_match): init match_start always
17132
17133         * gtk/gtktextbuffer.c (gtk_text_buffer_get_iter_at_line_index): New
17134         function, get iter at a line + a byte index
17135
17136         * gtk/gtktextiter.c (gtk_text_iter_set_line_index): New function,
17137         to set byte position within a line
17138         (gtk_text_iter_check): remove leftover G_BREAKPOINT thing
17139
17140 2000-10-23  Havoc Pennington  <hp@redhat.com>
17141
17142         * gtk/testtext.c: Re-enable the "find" dialog
17143
17144         * gtk/testgtk.c: Add test for gdk_drawable_get_image
17145         
17146         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix bug where
17147         the arguments to gdk_draw_drawable were in the wrong order
17148         (gdk_window_paint_init_bg): This function was ignoring the
17149         init_region, instead of clipping to it, so the entire backing
17150         pixmap was cleared on every begin_paint()
17151         (gdk_window_begin_paint_region): Hmm, the same list-walking bug
17152         was in here again, the loop kept using the same GtkWindowPaint
17153         over and over.
17154         (gdk_window_begin_paint_region): Fix a bug where we had two
17155         x_offset instead of x_offset and y_offset
17156
17157         * gdk/gdkdraw.c (gdk_drawable_get_image): get composite drawable
17158         before we get the image.
17159         (gdk_draw_drawable): get the composite before we draw the drawable.
17160         (gdk_drawable_real_get_composite_drawable): default
17161         get_composite_drawable implementation that returns the drawable 
17162         itself
17163
17164         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Add
17165         get_composite_drawable virtual function
17166
17167         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix a cheesy
17168         list-walking bug
17169
17170         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable): Add a hack to
17171         make this work if the source drawable is a GdkDrawableImplX11
17172         instead of a public drawable type. This is really broken; the
17173         problem is that GdkDrawable needs a virtual method get_xid(), but
17174         of course that doesn't work in practice. Enter RTTI.
17175
17176         Also, improve mismatched depth message.
17177
17178         * gdk/gdkpixmap.c (gdk_pixmap_get_image): Implement get_image for
17179         GdkPixmap
17180
17181         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_class_init):
17182         install _gdk_x11_get_image as our implementation of get_image
17183         
17184         * gdk/x11/gdkimage-x11.c (gdk_image_get): Rename to
17185         _gdk_x11_get_image and export for use in gdkdrawable-x11.c
17186
17187         * gdk/gdkimage.c (gdk_image_get): Make this just a wrapper around
17188         gdk_drawable_get_image
17189
17190         * gdk/gdkdraw.c (gdk_drawable_get_image): call virtual get_image
17191
17192         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Virtualize
17193         get_image
17194
17195         * gtk/gtktreestore.c (gtk_tree_store_get_node): remove weird
17196         trailing semicolon after for loop
17197
17198 Mon Oct 23 12:07:57 2000  Owen Taylor  <otaylor@redhat.com>
17199
17200         * gtk/gtkwidget.c (gtk_widget_set_style_internal): Fix problem
17201         where font_desc for widget's context lagged widget's font_desc by
17202         one step.
17203
17204 2000-10-22  Tor Lillqvist  <tml@iki.fi>
17205
17206         * gdk/win32/gdkgc-win32.c
17207         * gdk/win32/gdkimage-win32.c: Remove gcc -Wall warnings.
17208
17209         * gtk/makefile.mingw.in
17210         * gtk/gtk.def: Updates.
17211
17212         * gtk/testgtk.c: sleep() is called _sleep in MS's C
17213         library.
17214
17215         * gtk/gtkimcontextsimple.c: Include <stdlib.h> for bsearch().
17216
17217         * gtk/makefile.msc: Remove
17218
17219         * gtk/makefile.msc.in: New file, like makefile.mingw.in.
17220
17221         * gtk/Makefile.am: Add it.
17222
17223         * configure.in: Generate it.
17224
17225         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor)
17226         * gtk/gtktextbtree.c (gtk_text_line_char_to_byte): Return
17227         something even if not implemented, to satisfy picky MSVC.
17228
17229         Patches by Hans Breuer:
17230         
17231         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_glyphs): Call
17232         SetBkMode() and SetTextAlign() before calling
17233         pango_win32_render().
17234
17235         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_values_to_win32values):
17236         Set hcliprgn to NULL after destroying it.
17237         (gdk_gc_set_clip_rectangle): Delete hcliprgn and set to NULL.
17238
17239         * gdk/win32/gdkgeometry-win32.c
17240         (_gdk_windowing_window_queue_antiexpose): More effective
17241         implementation.
17242
17243         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new): Use drawable's
17244         depth as default, not the visual's.
17245
17246         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title): Guard
17247         against empty title.
17248
17249         * gdk/win32/gdkprivate-win32.h: Define a helper macro,
17250         IMAGE_PRIVATE_DATA.
17251
17252         * gdk/win32/gdkimage-win32.c: Use it.
17253
17254 2000-10-22  Robert Brady  <robert@suse.co.uk>
17255
17256         * configure.in: Check for bind_textdomain_codeset
17257
17258         * gtk/gtkmain.c (gtk_init_check): If bind_textdomain_codeset 
17259         present, make use of it.
17260
17261         Add a translatable string "default:LTR" which, if translated
17262         to "default:RTL", will cause the default direction to be
17263         Right-to-Left.
17264
17265         * gtk/gtkrange.h, gtk/gtkrange.c: Take into account the widget 
17266         direction if marked as flippable.
17267
17268         * gtk/gtkhscale.c: Mark widget as flippable.
17269         
17270 2000-10-04  Havoc Pennington  <hp@redhat.com>
17271
17272         * gtk/testgtk.c (create_buttons): create some stock buttons
17273         with the default accel group
17274         (create_image): test some new GtkImage features
17275         (make_message_dialog): test GtkMessageDialog
17276         (create_modal_window): fix someone's bizzarro indentation
17277
17278         * gtk/gtkwindow.h, gtk/gtkwindow.c: Implement 
17279         GTK_WIN_POS_CENTER_ON_PARENT. 
17280         Add "destroy with parent" setting, which means the window goes
17281         away with its transient parent.
17282         (gtk_window_get_default_accel_group): get the default accel group
17283         for the window.
17284         (gtk_window_set_destroy_with_parent): set/unset destroy with
17285         parent flag
17286         (gtk_window_read_rcfiles): invalidate icon set caches
17287         after reloading rcfiles 
17288
17289         * gtk/gtkenums.h (GtkWindowPosition): add
17290         GTK_WIN_POS_CENTER_ON_PARENT, which centers a dialog 
17291         on its parent window when the dialog is mapped for the first time.
17292
17293         * gtk/gtkmessagedialog.h, gtk/gtkmessagedialog.c: Add 
17294         a simple message dialog class
17295         
17296         * gtk/gtkdialog.c (gtk_dialog_init): Connect delete event 
17297         handler to emit response signal, and maybe later it would
17298         honor a hide_on_delete flag - though that isn't there yet.
17299         Set border width on the vbox to 2, so we get some padding.      
17300         Use a button box for the action area.
17301         (gtk_dialog_key_press): synthesize a delete event if Esc
17302         is pressed and the GtkWidget key press handler didn't 
17303         handle the escape key.
17304         (gtk_dialog_new_with_buttons): new function creates a dialog
17305         with some default buttons in it.
17306         (gtk_dialog_add_action_widget): add an activatable widget
17307         as a button in the dialog - you can also add a non-activatable
17308         widget by accessing the action area directly.
17309         (gtk_dialog_add_button): add a simple button - stock ID or 
17310         label - to the action area
17311         (gtk_dialog_response): emit response signal
17312         (gtk_dialog_run): block waiting for the dialog, return 
17313         the response. Override normal delete_event behavior, so that 
17314         delete_event does nothing inside gtk_dialog_run().
17315         * gtk/gtkdialog.h, gtk/gtkdialog.c: Add "response" signal
17316         emitted when an action widget is clicked or the dialog gets
17317         delete_event
17318
17319         * gtk/gtk.h: add gtkmessagedialog.h
17320
17321         * gtk/Makefile.am: add gtkmessagedialog.[hc]
17322
17323 2000-10-18  Havoc Pennington  <hp@redhat.com>
17324
17325         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): Fix a bug 
17326         where any number of empty lines would get skipped
17327
17328         * gtk/gtktextiter.h: Remove padding from GtkTextIter; live on the
17329         edge.
17330
17331         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): enhance the
17332         warning about invalid iterators (explain more thoroughly)
17333         (gtk_text_iter_in_region): rename gtk_text_iter_in_range
17334
17335         * gtk/gtktextview.c (FOCUS_EDGE_WIDTH): Make focus rectangle less
17336         big
17337
17338         * demos/*.c: Add error handling
17339
17340         * gtk/gtktextbuffer.c: don't modify const iterators
17341
17342         * gtk/gdk-pixbuf-loader.c: Add full error handling here
17343
17344         * gtk/gtkimage.c (gtk_image_set_from_file): ignore errors
17345         on file load
17346
17347         * gtk/gtkiconfactory.c: Update to reflect addition of error
17348         handling to gdk-pixbuf loaders
17349
17350 Wed Oct 18 11:14:05 2000  Owen Taylor  <otaylor@redhat.com>     
17351
17352         * configure.in demos/Makefile.am demos/testgtk/*: Start of work to
17353         move to new modularized testgtk.
17354
17355 2000-10-17  Jonathan Blandford  <jrb@redhat.com>
17356
17357         * gtk/gtktreeview.c: Draw the arrows correctly.
17358
17359         * gtk/gtktreemodel.c: Added user docs.
17360
17361         * gtk/gtk.h: remove gtktreedatalist.h.
17362
17363         * gtk/gtktreestore.c (gtk_tree_store_get_type): Get the correct
17364         parent when generating my type.
17365
17366         * gtk/gtkmarshal.list: Added four more marshallers: INT:NONE,
17367         POINTER:NONE, POINTER:POINTER, and POINTER:POINTER,INT.
17368
17369 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
17370
17371         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Move
17372         GtkTreeModel from object to interface.
17373
17374 2000-10-16  Havoc Pennington  <hp@redhat.com>
17375
17376         * gtk/gtktreeviewcolumn.c: #include gtklabel.h, fixing 
17377         compilation
17378
17379 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
17380
17381         * gtk/gtktreeselection.c: Add API documentation to all public
17382         functions.
17383
17384         * gtk/gtktreeviewcolumn.c: Added API documentation to all public
17385         functions.
17386
17387 2000-10-15  Jonathan Blandford  <jrb@redhat.com>
17388
17389         * gtk/gtktreeview.c (gtk_tree_view_insert_column): New function
17390         proposed by Guy Harris <gharris@flashcom.net>.  Also, added API
17391         docs to all public functions.
17392
17393         * gtk/gtktreeview.c, gtk/gtktreeview.h, gtk/gtktreestore.h,
17394         gtk/gtktreestore.c, gtk/gtkliststore.h, gtk/gtkliststore.c,
17395         gtk/gtkmodelsimple.c, gtk/gtkmodelsimple.h, gtk/gtktreedatalist.c,
17396         gtk/gtktreemodel.h, gtk/gtktreeselection.c,
17397         gtk/gtktreeselection.h: Fix GtkTreeNode *node ->GtkTreeNode node
17398         issue.
17399
17400 2000-10-14  Robert Brady  <robert@suse.co.uk>
17401
17402         * configure.in: Added "fa" (Persian) to ALL_LINGUAS.
17403
17404 2000-10-12  Jonathan Blandford  <jrb@redhat.com>
17405
17406         * gtk/gtktreedatalist.[ch] (gtk_tree_data_list_value_to_node): Added
17407         values other then G_TYPE_STRING.
17408         * gtk/gtktreeselection.c: Minor commenting updates.
17409         * gtk/gtktreeview.c: Format updates.
17410
17411 2000-10-09  Tor Lillqvist  <tml@iki.fi>
17412
17413         * README.win32: Update.
17414
17415         * gdk/win32/gdkgeometry-win32.c (gdk_window_clip_changed): Add two
17416         lines that had been deleted by mistake (?).
17417
17418         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Handle
17419         also the case fg==white and bg==black (but still not randomly
17420         coloured cursors). Thanks to Wolfgang Sourdeau.
17421
17422         * gdk/win32/*.c: Silence gcc -Wall.
17423
17424         * gtk/gtk.def: Add missing entry points.
17425
17426         Fixes by Hans Breuer:
17427
17428         * gdk/makefile.msc
17429         * gdk/win32/makefile.msc: Update.
17430
17431         * gdk/testgdk.c: If compiling with debugging (with _DEBUG defined,
17432         some MSVC thing, presumably), cause breakpoint on failures. Add
17433         GDK_NOR case. Call g_log_set_always_fatal.
17434
17435         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_insert): Handle
17436         should be pased by reference.
17437         
17438         * gdk/win32/gdkprivate-win32.h: Correct declaration accordingly.
17439         
17440         * gdk/win32/*.c: Correct calls to gdk_win32_handle_table_insert.
17441
17442         * gdk/win32/gdkevents-win32.c
17443         * gdk/win32/gdkwindow-win32.c: Handle WM_CREATE.
17444
17445         * gdk/win32/gdkgc-win32.c: Fix mixups of drawable and
17446         implementation object.
17447
17448         * gdk/win32/gdkimage-win32.c (gdk_image_get): Handle drawables,
17449         not just windows.
17450         
17451         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_impl_win32_finalize):
17452         Use the wrapper object.
17453         
17454 2000-10-06  Havoc Pennington  <hp@redhat.com>
17455
17456         * Makefile.am (SRC_SUBDIRS): contrib subdir
17457
17458         * gdk/gdkpixbuf.h: Move GdkPixbufAlphaMode to gdk-pixbuf library,
17459         so it can be used in Xlib version
17460
17461         * demos/testpixbuf.c (update_timeout): error checking from 1.0
17462         tree
17463
17464         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_get_pixbuf): Sync
17465         change from 1.0 tree that returns first frame of animation
17466         if the loaded file is an animation.
17467
17468         * contrib: add new directory to hold stuff that comes with GTK+
17469         but isn't really part of GTK+ (for now, gdk-pixbuf-xlib)
17470         
17471         * configure.in: add contrib/*
17472
17473 2000-10-05  Havoc Pennington  <hp@redhat.com>
17474
17475         * demos/testpixbuf-save.c: add pixbuf save test
17476
17477         * demos/Makefile.am: add testpixbuf-save.c
17478
17479 2000-10-05  Jonathan Blandford  <jrb@redhat.com>
17480
17481         * gtk/gtktree.h (GTK_TREE_SELECTION): Replaced with
17482         GTK_TREE_SELECTION_OLD to prevent conflict with gtktreeselection.c
17483         * gtk/testgtk.c: s/GTK_TREE_SELECTION/GTK_TREE_SELECTION_OLD/
17484         * gtk/gtktreeselection.[ch]: Replaced
17485         "node_selected"/"node_unselected" signal with "selection_changed"
17486         signal.
17487
17488 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
17489
17490         * gtk/gtk{tree,cell}?*.[ch]: Checked in initial draft of the new
17491         tree widget.
17492
17493 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
17494
17495         * gdk/gdkwindow.c (gdk_window_draw_arc): Fix obvious bug in circle
17496         drawing.
17497
17498 Wed Oct  4 15:52:15 2000 Owen Taylor  <otaylor@redhat.com>
17499
17500         * gdk/x11/gdkselection-x11.c (_gdk_selection_window_destroyed):
17501         Move list pointer forwards before removing item from
17502         list. (Crash reported by Salmaso Raffaele)
17503
17504         * gdk/gdkwindow.h: Remove spurious trailing ,
17505
17506         * gdk/Makefile.am (LDFLAGS): You can't do interlibrary
17507         dependencies on uninstalled libraries, sorry folks.
17508
17509 2000-10-04  Havoc Pennington  <hp@redhat.com>
17510
17511         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
17512         gtk/gtkiconfactory.c: Fix copyrights    
17513
17514         * demos/testpixbuf.c: add inline pixbuf test
17515         
17516 Mon Sep 25 15:05:17 2000  Owen Taylor  <otaylor@redhat.com>
17517
17518         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c (gdk_window_iconify):
17519         Add gdk_window_iconify.
17520
17521         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c
17522         (gdk_window_set_geometry_hints): Add win_gravity
17523         to geometry structure.
17524
17525         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter):
17526         Implement _NET_WM_PING.
17527
17528         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check):
17529         Set _NET_WM_PID on the client leader.
17530
17531         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_name):
17532         Handle UTF-8 better.
17533
17534         * gdk/x11/gdkwindow-x11.c (gdk_window_set_title): Handle
17535         UTF-8 better, set _NET_WM_NAME as well. Only set
17536         icon name if it hasn't previously been explicitely 
17537         set.
17538
17539 2000-10-03  Havoc Pennington  <hp@redhat.com>
17540
17541         * gtk/testtextbuffer.c: clean up trailing whitespace,
17542         add extensive tests for tag toggle iteration.
17543         
17544         * gtk/gtktextiter.c (MAX_LINEAR_SCAN): decrease linear scan 
17545         distance
17546
17547         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
17548         optimize case where the tag root is on level 1
17549         (gtk_text_line_previous_could_contain_tag): attempt to implement
17550         (gtk_text_line_next_could_contain_tag): Abstract out node_compare
17551         functionality
17552
17553         * gtk/gtktextiter.c (gtk_text_iter_backward_to_tag_toggle):
17554         Implement this, though not very efficiently.
17555
17556         * gtk/gtktextiterprivate.h: reformat
17557
17558         * gtk/gtktextiter.c (gtk_text_iter_get_char): return 0 on the end
17559         iterator
17560
17561         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_interactive): Fix
17562         this to properly revalidate the iterators.
17563
17564         * gtk/gtktextview.c (gtk_text_view_delete): fix control-K to work
17565         properly at the end of the line (and therefore on empty lines)
17566
17567         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Gee,
17568         maybe we should return a value...
17569
17570 2000-10-03  Tor Lillqvist  <tml@iki.fi>
17571
17572         * config.h.win32: Guard definition of alloca(). glib.h now handles
17573         that.
17574
17575         * gdk/gdk.def
17576         * gtk/gtk.def: Add new entry points.
17577
17578         Changes just to make GTK+ build without errors on Win32. No hope
17579         of it working in its current state, though...:
17580         
17581         * gdk/win32/gdkselection-win32.c: Remove gcc -Wall warnings.  Add
17582         some functions from the X11 backend, just to make GTK+ build.
17583
17584         * gdk/makefile.mingw.in
17585         * gtk/makefile.mingw.in: Use correct gdk_pixbuf version
17586         number. Add new object files.
17587
17588         * gtk/gtkclipboard.c: Include gdkwin32.h on Win32. Use
17589         GetMessageTime to get timestamp (where on X11 uses
17590         gdk_x11_get_server_time()).
17591
17592 2000-10-02  Havoc Pennington  <hp@pobox.com>
17593
17594         * gtk/gtktextview.c: text_window_* weren't static and should have
17595         been.
17596         Start work on child widgets; not yet complete, syncing to 
17597         office computer.
17598
17599         * gtk/gtktextchild.h: change this to contain a public interface,
17600         starting work on child interfaces.
17601         * gtk/gtktextchildprivate.h: move private interfaces here
17602
17603         * gtk/Makefile.am: update to reflect gtktextchildprivate.h
17604
17605         * gtk/gtktextview.h, gtk/gtktextview.c, gtk/gtktextbuffer.h,
17606         gtk/gtktextbuffer.c, gtk/gtktextiter.h, gtk/gtk/textiter.c, 
17607         gtk/gtktextmark.c: copyright notices
17608
17609         * gtk/gtktextmarkprivate.h: reformat, and put _ in front of
17610         internal functions      
17611
17612         * gtk/gtktextchild.c (_pixbuf_segment_new): put _ in front of
17613         internal function
17614
17615         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
17616         Reformatting    
17617
17618 2000-09-30  Havoc Pennington  <hp@pobox.com>
17619
17620         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Handle
17621         NULL start/end pointers
17622
17623         * gtk/gtktextbuffer.c: Write some docs
17624         (gtk_text_buffer_get_selection_bounds): Allow start/end to be
17625         NULL, so you can just check whether there's a selection.        
17626
17627         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): No need to 
17628         cleanup_line or segments_changed ourselves, it gets done 
17629         in unlink_segment
17630
17631         * gtk/gtktextmark.h:
17632         s/gtk_text_mark_deleted/gtk_text_mark_get_deleted/
17633         
17634         * gtk/gtktextsegment.h: Clean up some indentation and naming mess
17635
17636         * gtk/gtktextmark.c: delete some more old Tk cruft
17637
17638         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_mark): add ref to
17639         mark before removing it, so we can emit MARK_DELETED with a valid
17640         pointer.
17641         (gtk_text_buffer_mark_set): hold ref across signal emission
17642
17643         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): improve
17644         whining about attempts to delete special marks
17645
17646         * gtk/gtktextbuffer.c (_gtk_text_buffer_spew): Prepend with
17647         underscore, since it's internal.
17648
17649         * gtk/gtktextbuffer.h: Remove find_string prototype, this is 
17650         now implemented in terms of iterators in gtktextiter.h
17651
17652         * gtk/gtktextbuffer.c (gtk_text_buffer_set_text): 
17653         New function, destructively sets contents of buffer. Also 
17654         a convenient way to clear the buffer by setting text to ""
17655
17656         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): reformat
17657         multiline string literal
17658
17659         * gtk/testtext.c (text_changed_callback): Redraw line numbers if
17660         text changes.
17661
17662         * gtk/gtktextiter.c (forward_char): Return FALSE if new location 
17663         is not dereferenceable
17664         (gtk_text_iter_forward_lines): fix return value
17665
17666 2000-09-29  Havoc Pennington  <hp@redhat.com>
17667
17668         * gtk/gtktexttag.c (gtk_text_tag_set_priority): fix indentation
17669
17670         * gtk/gtktextview.c: Implement drag thresholding; change functions 
17671         that set border window size to have nicer name
17672         (gtk_text_view_mark_set_handler):  Fix this to have the 
17673         right signature.
17674
17675         * gtk/testtextbuffer.c (fill_buffer): Update with pixbuf changes
17676
17677         * gtk/testtext.c: Update with API changes, put line numbers on 
17678         both sides.
17679         
17680         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): Replace get_pixmap
17681         with this
17682
17683         * gtk/gtktextchild.h, gtk/gtktextchild.c: replace all pixmap with
17684         pixbuf; delete a big block of #if 0 Tk code
17685
17686         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_pixbuf): Replace 
17687         insert_pixmap with insert_pixbuf
17688
17689 2000-09-29  Martin Baulig  <baulig@suse.de>
17690
17691         * gdk-pixbuf.pc.in: Renamed to gdb-pixbuf-2.0.pc.in to avoid
17692         confusion with the GdkPixbuf of the GNOME 1.x platform.
17693
17694 2000-09-29  Havoc Pennington  <hp@pobox.com>
17695
17696         * gtk/gtktextview.c: Implement the side windows.
17697
17698         * gtk/testtext.c: Implement simple line numbering in the 
17699         left side window; seems to make scrolling sloooow. Oops.
17700         Also, cursor blink is for some reason causing redraws
17701         of the line numbers. Should investigate...
17702
17703 2000-09-28  Havoc Pennington  <hp@redhat.com>
17704
17705         * gtk/gtktextview.c: Set up infrastructure to deal with lots of 
17706         scrolling child windows, and draw focus rectangle properly.
17707         
17708         (gtk_text_view_buffer_to_window_coords):
17709         Coordinate transformation to deal with all these freaking windows
17710         and offsets
17711         (gtk_text_view_window_to_buffer_coords): transform the other way
17712
17713         * gtk/testtext.c (create_buffer): Update to match Pango API change
17714
17715         * gtk/gtktexttagtable.c (gtk_text_tag_table_foreach): Go over the
17716         anonymous tags
17717         (foreach_unref): don't emit remove signal from finalize, just
17718         set tag's parent to NULL
17719
17720 2000-09-26  Havoc Pennington  <hp@redhat.com>
17721
17722         * gtk/gtkiconfactory.c (gtk_icon_set_clear): remove
17723         Fix some warnings       
17724
17725 2000-09-26  Havoc Pennington  <hp@redhat.com>
17726
17727         * gtk/Makefile.am (gtk_private_h_sources): Move more text widget
17728         headers into the private header list
17729
17730         * Makefile.am (pkgconfig_DATA): install pkg-config files
17731
17732         * configure.in: add pkg-config files
17733
17734         * gdk-2.0.pc.in, gdk-pixbuf.pc.in, gtk+-2.0.pc.in: pkg-config files
17735
17736         * gtk/gtkwindow.c (gtk_window_read_rcfiles): Invalidate
17737         outstanding icon caches on theme change.
17738
17739         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: New icon system. Three 
17740         important types:
17741
17742         (GtkIconSource): Specification for creating a pixbuf 
17743         appropriate for a direction/state/size triplet from 
17744         a source pixbuf or filename
17745
17746         (GtkIconSet): List of GtkIconSource objects that are used to
17747         create the "same" icon (e.g. an OK button icon), and cache for
17748         rendered icons
17749
17750         (GtkIconFactory): Hash from stock ID to GtkIconSet; used to look
17751         up the icon set for a given stock ID.  GTK maintains a stack of
17752         GtkIconFactory to search, and applications or libraries can add
17753         additional icon factories on top of the stack
17754         
17755         * gtk/gtkrc.h, gtk/gtkrc.c: When loading an RcStyle, parse 
17756         the set of GtkIconSource specified for a given stock ID into 
17757         a GtkIconSet, and put the GtkIconSet into a GtkIconFactory for the 
17758         RcStyle, under the specified stock ID.
17759
17760         * gtk/gtkstyle.h, gtk/gtkstyle.c: Add a virtual function
17761         render_icon used to derive a GdkPixbuf from a GtkIconSource.
17762         This allows people to theme how prelight, insensitive, etc. are
17763         done.
17764
17765         (gtk_style_lookup_icon_set): Look up a stock ID in the list of
17766         icon factories for a style, and return the resulting 
17767         icon set if any.
17768
17769         (gtk_style_render_icon): Render an icon using the render_icon 
17770         method in the GtkStyleClass.
17771
17772         * gtk/gtkwidget.h, gtk/gtkwidget.c (gtk_widget_render_icon): 
17773         Use the style for a given widget to look up a stock ID, get the
17774         icon set, and render an icon using the render_icon method 
17775         of the style
17776
17777         * gtk/gtkstock.h, gtk/gtkstock.c: Header with the GtkStockItem type
17778         (contains information about a stock item), the built-in stock item
17779         IDs, and functions to add/lookup stock items.
17780
17781         * gtk/stock-icons/*: Stock icons that come with GTK
17782
17783         * gtk/gtkbutton.h, gtk/gtkbutton.c (gtk_button_new_stock): Returns
17784         a button based on a GtkStockItem
17785         (gtk_button_new_accel): Takes a uline string and accel group, and
17786         installs the accelerator.
17787
17788         * gtk/gtkimage.h, gtk/gtkimage.c: Make this into a generic
17789         image-display widget.
17790
17791 2000-09-25  Havoc Pennington  <hp@redhat.com>
17792
17793         * gtk/gtktexttypes.c: Remove Latin1 conversion stuff
17794
17795         * gtk/gtktextbtree.c (gtk_text_btree_node_remove_data): 
17796         Fix a bug when removing node data, we didn't properly 
17797         re-splice the linked list after removing the data.
17798
17799         * gtk/gtktextview.c (gtk_text_view_key_press_event): Pass through 
17800         GDK_Tab as literal tab, Ctrl-Tab to tab to focus widget
17801
17802         * gtk/gtktextbuffer.c (selection_received): fix g_convert usage
17803
17804         * gtk/gtktextlayout.c (set_para_values): Set tab array 
17805         for the layout from the GtkTextTag.
17806
17807         * gtk/gtktexttypes.h: delete tab and search cruft, 
17808         remove g_convert() in favor of GLib version
17809
17810         * gtk/gtktexttypes.c: remove tab implementation from here,
17811         move to Pango
17812
17813         * gtk/gtktexttag.h, gtk/gtktexttag.c: Implement 
17814         tab stuff using new PangoTabArray from Pango
17815
17816         * gtk/gtktexttag.c (gtk_text_attributes_fill_from_tags): Remove
17817         unused border_width stuff
17818
17819 Thu Sep 14 12:21:12 2000  Owen Taylor  <otaylor@redhat.com>
17820
17821         * gtk/gtktexttypes.[ch]: Remove g_convert (moved to
17822         glib) and now useless utf_to_latin1() latin1_to_utf()
17823
17824         * gtk/gtktextview.[ch]: Change ::move_insert and
17825         ::delete_text action signals to ::move and ::delete;
17826         create the signals with the right enumeration type,
17827         not GTK_TYPE_ENUM so that bindings work. Add C-d, M-d,
17828         C-v bindings, change Home, End to move to beginning/end
17829         of line, Add C-Home C-End to move to beginning/end
17830         of buffer. Change ::cut_text to ::cut_clipboard, etc;
17831         combine ::scroll_text into ::move; use new GtkSelectionData
17832         functions to simplify DND text handling.
17833         
17834         * gtk/gtkenums.h gtk/gtktextview.h: Move movement,
17835         deletion enumerations here, rename enumeration values to 
17836         be consistently plural.
17837
17838         * gtk/gtktextbuffer.c: Use new clipboard interfaces
17839         for cut/copy/paste and primary selection.
17840
17841         * gtk/gtktextbuffer.[ch]: Remove excess time and
17842         'interactive' arguments from cut/copy/paste;
17843         rename cut to cut_clipboard, etc; remove
17844         gtk_text_buffer_get_clipboard_contents().
17845
17846         * gtk/gtktextlayout.[ch]: Add 
17847         gtk_text_layout_move_iter_to_line_end() to move the iter to 
17848         line ends.
17849
17850         * gtk/gtkselection.[ch] (gtk_selection_data_set/get_text):
17851         Functions to set or get a UTF-8 string on the selection
17852         data.
17853
17854         * gtk/gtkclipboard.[ch]: New, simplified selection handling
17855         interfaces.
17856
17857         * gtk/gtkinvisible.c (gtk_invisible_new): Realize newly
17858         created widgets - one of these is useless if we don't.
17859
17860         * gtk/gtkselection.[ch] (gtk_selection_clear_targets): Export
17861         a public function clear all targets registered for the
17862         widget.
17863
17864         * gtk/gtkselection.c (gtk_selection_owner_set) docs/Changes-2.0.txt:
17865         Never call gtk_widget_realize() - that was just asking
17866         for bizarre side-effects.
17867
17868         * gtk/gtkselection.c (gtk_selection_owner_set): Call
17869         gdk_selection_owner_set even if the widget is the
17870         same so that we reliably update the timestamp on
17871         the server.
17872
17873         * gdk/x11/gdkevents-x11.c gdk/x11/gdkx.h: Add a 
17874         gdk_x11_get_server_time() function.
17875         
17876         * gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.h
17877         gdk/x11/gdkselection-x11.c gdk/x11/gdkwindow-x11.h:
17878         Add some tricky filtering on serial numbers for
17879         selection clear events to fix up long-standard
17880         race condition FIXME's in gtkselection.c.
17881
17882         * gdk/gdkproperty.h gdk/x11/gdkselection-x11.h: Add
17883         routines to convert from utf8 to compound text or
17884         STRING and from a text property to UTF-8.
17885
17886         * gtk/gtkmain.[ch] (gtk_get_current_event_time): Add 
17887         a convenience function gdk_get_current_event_time().
17888
17889         * gtk/gtkselection.c (gtk_selection_data_copy/free): Copy
17890         and free selection_data->data properly
17891
17892 Sat Sep  9 10:23:53 2000  Owen Taylor  <otaylor@redhat.com>
17893
17894         * gtk/gtkthemes.c: Remove some unecessary includes.
17895
17896 2000-09-08  Jonathan Blandford  <jrb@redhat.com>
17897
17898         * gtk/gtktextdisplay.c
17899         * gtk/gtktextlayout.c
17900         * gtk/gtktexttag.c
17901         * gtk/gtktexttag.h
17902         * gtk/testtext.c: Change the overstrike property to strikethrough,
17903         to closer match pango.
17904
17905 Fri Sep  8 14:28:00 2000  Owen Taylor  <otaylor@redhat.com>
17906
17907         * gtk/gtktextview.c: Fix up visibility so that focus,
17908         cursor_visible and blink interact properly.  Reenable cursor blink
17909         which had been roughly disabled. Make blink and focus
17910         properly per-view.
17911
17912         * gtk/gtktextlayout.[ch] (gtk_text_layout_set_cursor_visible):
17913         Add a flag for whether to display insertion cursor and
17914         a function to set the flag.
17915
17916         * gtk/gtktextlayout.c (gtk_text_layout_get_line_yrange): Change
17917         get_line_y() to get_line_yrange(), to be a bit more generally
17918         useful.
17919
17920 Thu Sep 07 20:54:33 2000  George Lebl <jirka@5z.com>
17921
17922         * gtk/gtkmenu.c:  in gtk_menu_set_submenu_navigation_region
17923           do stop_navigating_submenu, to clear last timeout properly.
17924           Also in gtk_menu_motion_notify move ignore_enter above
17925           the conditional to make it always happen as suggested by Owen
17926
17927 2000-09-07  Tor Lillqvist  <tml@iki.fi>
17928
17929         * gdk/win32/makefile.mingw.in: Use -Wall. Add gdkpango-win32.o
17930
17931         * gdk/win32/gdkwin32.h: Add more definitions missing from the free
17932         w32api headers.
17933
17934         * gdk/win32/gdkprivate-win32.h: Add a couple of missing
17935         declarations.
17936
17937         * gdk/win32/gdkdrawable-win32.c: Remove gcc -Wall warnings.
17938         (gdk_win32_get_colormap): A line had been deleted by mistake.
17939
17940         * gdk/win32/gdkevents-win32.c: Remove lint (gcc -Wall) here, too.
17941         (gdk_event_translate): Handle more virtual keycodes to be able to
17942         generate GDK events for Control-comma, Control-period, etc.
17943
17944         * gtk/gtk.def: Add some missing entry points.
17945
17946 Thu Sep  7 11:47:02 2000  Owen Taylor  <otaylor@redhat.com>
17947
17948         * gtk/gtktextbuffer.c gtk/gtkimcontext.c gtk/gtkwidget.c:
17949         Doc comment fixing. (Mostly non-matching parameter names.)
17950
17951         * gtk/gtkcalendar.c gtk/gtklist.c gtk/gtknotebook.c: Modify
17952         comments a little to avoid looking like a doc comment.
17953
17954         * gtk/gtkspinbutton.h (GTK_INPUT_ERROR): Change INPUT_ERROR to
17955         GTK_INPUT_ERROR. (Should the mechanism for erros in spin button
17956         conversions be changed to GError?)
17957
17958         * gtk/gtkcolorsel.c (GTK_CUSTOM_PALETTE_WIDTH/HEIGHT): 
17959         Move private #defines into .c file.
17960
17961         * gtk/gtktexttag.c (gtk_text_tag_class_init): Alphabetize
17962         order of argument addition, remove duplicates.
17963
17964         * gtk/gtkaspectframe.h (struct _GtkAspectFrameClass):
17965         parent class is FrameClass, not BinClass.
17966
17967         * gtk/gtk.h: Add gtkinvisible, which was missing.
17968         (It's occasionalyl useful for client apps, if seldom.)
17969
17970         * gdk/gdktypes.h: Remove obsolete GDK_CORE_POINTER
17971         #define.
17972
17973 Wed Sep  6 09:53:15 2000  Owen Taylor  <otaylor@redhat.com>
17974
17975         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Use X-space
17976         coordinates when creating window, instead of GDK-space
17977         coordinates. (Avoid BadValue on too large windows.)
17978
17979 2000-09-05  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
17980
17981         * configure.in (use_mmx_asm): Remove conftest* after use along the
17982         lines of AC_TRY_COMPILE.        
17983         
17984         * gtk/gtkrc.c (gtk_rc_parse_file): Use g_path_get_dirname instead
17985         of g_dirname, which is deprecated.
17986         (gtk_rc_parse_any): Removed calls to
17987         g_scanner_{freeze,thaw}_symbol_table, which are deprecated.
17988
17989         * gtk/gtkbindings.c (binding_entry_new, binding_entry_destroy):
17990         Removed calls to g_hash_table_{freeze,thaw}, as they are
17991         deprecated now.
17992
17993         * gtk/testtext.c (buffer_pretty_name): Use g_path_get_basename
17994         instead of g_basename.
17995         
17996 2000-09-04 Elliot Lee <sopwith@redhat.com>
17997         
17998         * gdk/gdkpixbuf.h: Put text after #endif inside a comment to avoid
17999         ANSI warning.
18000
18001 Sun Sep 03 00:47:08 2000  George Lebl <jirka@5z.com>
18002
18003         * gtk/gtkwidget.h:  Add some documenting comments about 
18004           GTK_CAN_DEFAULT, GTK_HAS_DEFAULT and GTK_RECEIVES_DEFAULT
18005           just as owen said on irc.
18006
18007         * gtk/gtkwindow.c (gtk_window_set_default):  Don't blindly
18008           set HAS_DEFAULT.  Only set it if there isn't another window
18009           holding it (a focus window which RECEIVES_DEFAULT) and only unset
18010           it if the widget is not the focused window with RECEIVES_DEFAULT.
18011           This fixes weird double default bugs in dialogs which has things
18012           call gtk_window_set_default at times.
18013
18014 Fri Sep  1 22:39:07 2000  Owen Taylor  <otaylor@redhat.com>
18015
18016         * gtk/gtkmenu.[ch] TODO.xml: Apply patch from
18017         Nils Barth and David Santiago to improve submenu
18018         navigation. The patch does this by creating a triangular
18019         region from the point where the pointer leaves the
18020         menu to the submenu.  While the pointer is in
18021         that region and a timeout has not expired, events 
18022         that would cause the active submenu to change are
18023         ignored.
18024
18025 Fri Sep  1 15:34:46 2000  Owen Taylor  <otaylor@redhat.com>
18026
18027         * gdk/x11/gdkwindow-x11.c (gdk_window_move): Fix bug where
18028         moving a toplevel window immediately after sizing it would
18029         result in it being sized back to the old size since 
18030         impl->width, impl->height aren't updated until we hear
18031         back from the server. There is still a (longstanding) bug
18032         here that gdk_window_get_size() will give the wrong size
18033         until we do hear back.
18034
18035 2000-08-31  Havoc Pennington  <hp@redhat.com>
18036
18037         * gtk/gtktextiter.h, gtk/gtktextiter.c, gtk/gtktextlayout.h, 
18038         gtk/gtktextlayout.c, gtk/gtktexttag.h, gtk/gtktexttag.c, 
18039         gtk/gtktexttagprivate.h, gtk/gtktextview.c:
18040         Rename GtkTextStyleValues to GtkTextAttributes
18041
18042 2000-08-31  Havoc Pennington  <hp@pobox.com>
18043
18044         * gtk/gtktextbtree.c (GtkTextBTree): cache end line, 
18045         for rapid testing whether an iterator is the end iterator
18046         (gtk_text_btree_new): init end line cache
18047         (gtk_text_line_is_last): use fast cached line to 
18048         see if we're the last line.
18049         (get_last_line): use cached line here too, should 
18050         speed up some random unrelated code.
18051         
18052 2000-08-30  Havoc Pennington  <hp@pobox.com>
18053
18054         * gtk/gtkmarshal.list: Add marshallers for changed GtkTextBuffer
18055         signals.
18056
18057         * gtk/gtktextbuffer.h: Add "interactive" arg to insert_text and
18058         delete_text signals. This allows the signals to be used for
18059         implementing undo.
18060
18061         * gtk/gtktextbuffer.c: Change signal handler signatures; 
18062         provide "interactive" argument when emitting insert_text or
18063         delete_text signal.
18064         
18065 2000-08-30  Havoc Pennington  <hp@pobox.com>
18066
18067         * gtk/gtktextbuffer.c: Docs
18068
18069 Fri Aug 25 12:16:15 2000  Owen Taylor  <otaylor@redhat.com>
18070
18071         * gdk/x11/gdkimage-x11.c: remove GDK_IMAGE_SHARED_PIXMAP
18072         from switch statements, since Tor removed the enumeration
18073         value.
18074         
18075         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
18076         s/GDK_IS_WINDOW/GDK_IS_DRAWABLE/.
18077
18078 2000-08-29 Elliot Lee <sopwith@redhat.com>
18079         * */*.h: Use G_GNUC_CONST.
18080
18081 2000-08-27  Havoc Pennington  <hp@pobox.com>
18082
18083         * gtk/gtktextiter.c, gtk/gtktextiter.h: wrote lots of API docs,
18084         minor indentation fixes, inserted some FIXME about stuff I
18085         realized was broken while documenting it.
18086         (gtk_text_iter_get_pixmap): allow out params to be NULL, following
18087         GTK convention  
18088
18089 Tue Aug 22 12:33:24 2000  Owen Taylor  <otaylor@redhat.com>
18090
18091         * gtk/testgtk.c (create_styles): Fix double free of
18092         font desc.
18093
18094 Mon Aug 21 22:39:18 2000  Owen Taylor  <otaylor@redhat.com>
18095
18096         * gtk/gtkwidget.[ch]: Add gtk_widget_modify_{fg,bg,text,base,font}.
18097         
18098         * gtk/testgtk.c (create_styles): Add a test for modifying
18099         the style through gtk_widget_modify_*.
18100
18101         * gtk/gtkwidget.c (gtk_widget_get_modifier_style): Add
18102         a function to get the current modifier style.
18103
18104         * gtk/gtkwidget.c (gtk_widget_modify_style): Make a copy
18105         of the passed in GtkRcStyle instead of ref'ing it.
18106
18107         * gtk/gtkrc.[ch]: Add gtk_rc_style_copy().
18108
18109 2000-08-20  Tor Lillqvist  <tml@iki.fi>
18110
18111         * gdk/gdkimage.h
18112         * gdk/win32/gdkimage-win32.c: No need any longer on Win32 for the
18113         shared memory image+pixmap GdkImage type, or
18114         gdk_image_bitmap_new(). They were used in the gdk_imlib port, but
18115         I am dropping that.
18116
18117         * gtk/gtkmain.h: On Win32, use a #define to map gtk_init() to
18118         actually call gtk_init_abi_check(), passing also
18119         sizeof(GtkWindow). Ditto for gtk_init_check(). 
18120
18121         * gtk/gtk.def
18122         * gtk/gtkmain.c: (gtk_init_abi_check, gtk_init_check_abi_check):
18123         New functions, used to check that the GTK+-using code has been
18124         compiled using the correct compiler and switches. In particular,
18125         with gcc one has to use the -fnative-struct switch as GTK+ is
18126         compiled with that.
18127
18128 Fri Aug 18 17:27:46 2000  Owen Taylor  <otaylor@redhat.com>
18129
18130         * gtk/gtkclist.c (gtk_clist_merge): Don't leave dangling
18131         ->prev fields when merging lists. (Found simultaneously
18132         by Pawel Salek and Jakub Jelinek)
18133
18134 2000-08-12  Tor Lillqvist  <tml@iki.fi>
18135
18136         * gdk/gdk.def
18137         * gtk/gtk.def: Add missing entries.
18138
18139         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Use
18140         OUT_TT_ONLY_PRECIS, try to get a TrueType font.
18141
18142         * gdk/win32/gdkinput-win32.c (gdk_device_get_state): New
18143         function. Dummy implementation at this point.
18144
18145         * gtk/makefile.mingw.in: Fix typo. Add testtext and testtextbuffer
18146         rules. Undefine GTK_COMPILATION when compiling the test programs.
18147         
18148         * gtk/gtkdebug.h: Mark gtk_debug_flags for export/import.
18149
18150 2000-08-11  Tor Lillqvist  <tml@iki.fi>
18151
18152         * gtk/gtkfilesel.c: Add more calls to g_filename_{to,from}_utf8()
18153         to convert back and forth from UTF-8 and the "system" (or "current
18154         locale") charset when necessary. Indentation/spacing cleanup.
18155
18156 2000-08-10  Havoc Pennington  <hp@redhat.com>
18157
18158         * Makefile.am (snapshot): Change the format of the snapshot
18159         version to match glib
18160
18161         * gdk/win32/Makefile.am (EXTRA_DIST): remove gdkinputprivate.h
18162         from EXTRA_DIST since it doesn't seem to exist
18163
18164 2000-08-10  Tor Lillqvist  <tml@iki.fi>
18165
18166         * gtk/gtkfilesel.c (open_new_dir): Use the "system codepage"
18167         version of the directory name (not the UTF-8 one) when building
18168         the path name to stat().
18169
18170 2000-08-03  Elliot Lee  <sopwith@redhat.com>
18171
18172         * gdk/gdkpango.c (gdk_draw_layout_line): Don't shape runs with a
18173         PANGO_ATTR_SHAPE set.
18174
18175 Thu Aug  3 09:17:06 2000  Owen Taylor  <otaylor@redhat.com>
18176
18177         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Applied patch from
18178         Peter Osterlund to simplify the code while keeping the
18179         functionality the same.
18180
18181 Wed Aug  2 14:57:38 2000  Owen Taylor  <otaylor@redhat.com>
18182
18183         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Move
18184         is_viewable() test further inside the function, since removing the 
18185         window from the redraw list without clearing ->update_area
18186         was also very broken.
18187
18188 2000-08-02  Tor Lillqvist  <tml@iki.fi>
18189
18190         * configure.in: Check for <unistd.h>.
18191
18192 2000-08-01  Martin Baulig  <baulig@suse.de>
18193
18194         * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning()
18195         to display the message that this is a development version of GTK+.
18196
18197 Mon Jul 31 18:37:36 2000  Owen Taylor  <otaylor@redhat.com>
18198
18199         * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
18200         was depending on widget->allocation instead of the width of text_area,
18201         which was incorrect for subclasses like GtkSpinButton.
18202
18203         * gdk/gdkpango.c (gdk_draw_layout): Fix a couple of typos
18204         with width == 1 tests that should be width == -1.
18205
18206 Mon Jul 31 16:45:48 2000  Owen Taylor  <otaylor@redhat.com>
18207
18208         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Replace broken, 
18209         (broken, Elliot, every single window blank on X) custom code with call
18210         to gdk_window_is_viewable() which a) prevents code duplicate and
18211         b) works. 
18212
18213 2000-07-31  Elliot Lee  <sopwith@redhat.com>
18214
18215         * gtk/gtkcolorsel.c: We really do need to include gdkfb.h in order
18216         to get the GDK_PARENT_ROOT() macro to work.
18217         * gtk/gtkmarshal.list: Add NONE:STRING,POINTER
18218         * gdk/gdkwindow.c: Don't send expose events, or invalidate pieces
18219         of, windows that aren't shown.
18220         * gdk/linux-fb: Redraw-when-menu-hidden solved, plus a bunch of
18221         pointer grab stuff.
18222
18223 Mon Jul 31 13:53:16 BST 2000  Tony Gale <gale@gtk.org>
18224
18225         * docs/gtkfaq.sgml docs/gtk-faq.sgml:
18226           s/gtk_main_iteration/g_main_iteration/
18227
18228           Did this already in change:
18229                 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
18230           don't know how it got reverted.
18231
18232 2000-07-31  Stanislav Brabec  <utx@penguin.cz>
18233
18234         * gdk/gdk.c: #ifdef G_ENABLE_DEBUG around gdk_arg_debug_cb and
18235         gdk_arg_no_debug_cb to fix compilation problem with --disable-debug.
18236
18237         * gdk/Makefile.am: Link gdk against actually compiled gdk_pixbuf-1.3,
18238         not gdk_pixbuf.
18239
18240 2000-07-30  Pablo Saratxaga <pablo@mandrakesoft.com>
18241
18242         * configure.in,po/{sp,sr}.po: Added Serbian files
18243
18244 2000-07-30  Tor Lillqvist  <tml@iki.fi>
18245
18246         * gdk/Makefile.am: Add makefile.mingw.in to EXTRA_DIST.
18247
18248         * gdk/win32/gdkevents-win32.c (gdk_events_init, gdk_events_queue):
18249         Remove the g_pipe_readable_msg stuff. Not needed with new GLib
18250         GIOChannel implementation.
18251
18252         * gdk/win32/gdkinput.c
18253         * gdk/win32/gdkpango-win32.c: Update license name here, too.
18254
18255         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_lookup): Fix
18256         definition to match prototype.
18257
18258         * gtk/makefile.mingw.in: Add libiconv CFLAGS and LIBS.
18259
18260 2000-07-27  Elliot Lee  <sopwith@redhat.com>
18261
18262         * gtk/gdk-pixbuf-loader.[ch]: Add gdk_pixbuf_loader_new_with_type
18263         function, to allow handling image formats that cannot be detected
18264         by looking at content alone.
18265
18266 Thu Jul 27 13:13:21 BST 2000  Tony Gale <gale@gtk.org>
18267
18268         * docs/tutorial/*.gif *.jpg *.eps
18269           Update these to the same look-n-feel.
18270           Why does including images in DocBook suck so badly?
18271
18272 Thu Jul 27 05:06:29 2000  Tim Janik  <timj@gtk.org>
18273
18274         * gtk/gtktable.c: applied patch from Phil Thompson
18275         <phil@river-bank.demon.co.uk> that enables space settings for
18276         the last row/columns as well.
18277
18278 Wed Jul 26 12:59:31 2000  Tim Janik  <timj@gtk.org>
18279
18280         * *.[hc]: applied patch from Andreas Persenius <ndap@swipnet.se> that
18281         updates the license headers to the GNU Lesser General Public License,
18282         as well as updating the copyright year to 2000.
18283
18284 2000-07-26  Robert Brady  <rwb197@zepler.org>
18285
18286         * configure.in: Cause GETTEXT_PACKAGE to be consistent in config.h
18287           and po/Makefile, was installing and looking for them under gtk20
18288           and gtk2 respectively.
18289
18290 2000-07-25  Havoc Pennington  <hp@redhat.com>
18291
18292         * gtk/testtext.c: Comment out some stuff that depends on the rest
18293         of my patches.
18294
18295 2000-07-25  Havoc Pennington  <hp@redhat.com>
18296
18297         * gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
18298         buffer
18299
18300 2000-07-25  Havoc Pennington  <hp@redhat.com>
18301
18302         * gtk/testtext.c, gtk/testtextbuffer.c: update to reflect text
18303         widget changes.
18304
18305         * gtk/gtktextview.h: To be consistent with usage of "line"
18306         throughout the API to mean "newline-terminated thingy", change
18307         MOVEMENT_LINE to be MOVEMENT_WRAPPED_LINE, and MOVEMENT_PARAGRAPH
18308         to MOVEMENT_LINE.
18309
18310         (GtkTextView): Add flags for default editability, and whether to
18311         show the cursor. Add functions to get/set that. Add 
18312
18313         (gtk_text_view_get_iter_location): new function
18314
18315         * gtk/gtktexttypes.h: Move GtkTextLine typedef from here to
18316         gtktextlayout.h
18317         (g_convert): Add g_convert temporarily, will go in glib in a bit
18318         
18319         * gtk/gtktexttagtable.h: include gtktexttag.h, and define
18320         GtkTextTagTableForeach instead of brokenly using GHFunc.
18321         Change gtk_text_tag_table_foreach() so it doesn't use GHFunc.
18322
18323         * gtk/gtktexttagprivate.h: Remove GtkTextStyleValues from here,
18324         moved to public header.
18325
18326         * gtk/gtktexttag.h: Rename the "elide" attribute of tags to
18327         "invisible", since "elide" was a bad name.
18328         (gtk_text_tag_get_priority): Added
18329
18330         (GtkTextStyleValues): put this in public header, along with
18331         functions to use it.
18332
18333         * gtk/gtktextmarkprivate.h: Include more headers, since we no
18334         longer include gtktextbtree.h.
18335
18336         * gtk/gtktextmark.h: Add gtk_text_mark_ref, gtk_text_mark_unref,
18337         gtk_text_mark_deleted
18338
18339         * gtk/gtktextlayout.h: Don't include the "really private" headers,
18340         only buffer/iter. Forward declare GtkTextLIne and GtkTextLineData
18341         to make this possible. Now we only need to install
18342         gtktextlayout.h, not gtktextbtree.h and gtktext*private.h.
18343         (However the Makefile.am isn't changed yet because of the
18344         logistics of merging gtk-hp-patches piecemeal)
18345
18346         * gtk/gtktextiterprivate.h: include btree header, so it compiles;
18347         rename gtk_text_iter_get_line to gtk_text_iter_get_text_line since
18348         gtk_text_iter_get_line is now used in the public API for a
18349         different purpose.
18350
18351         * gtk/gtktextiter.h: Clean up function names to be more
18352         consistent. Always call char offset "offset" and byte index
18353         "index". A "line" is always a line number. 
18354
18355         (gtk_text_iter_is_last): new function, more efficient than 
18356         the existing way to check
18357         (gtk_text_iter_is_first): new function, also more efficient
18358
18359         (gtk_text_iter_up_lines, gtk_text_iter_down_lines): Remove these
18360
18361         (gtk_text_iter_next_char, gtk_text_iter_prev_char): Renamed from 
18362         gtk_text_iter_forward_char, etc.
18363
18364         (gtk_text_iter_forward_to_tag_toggle): Renamed from
18365         forward_find_tag_toggle, since this isn't a linear search
18366
18367         (GtkTextCharPredicate): rename from GtkTextViewCharPredicate
18368
18369         (gtk_text_iter_forward_search, gtk_text_iter_backward_search): 
18370         New functions, search for a buffer substring.
18371
18372         * gtk/gtktextbuffer.h: Add fields to store whether a paste is
18373         interactive and default editable (since we need to store that info
18374         until we receive the selection data).
18375
18376         Remove all the _at_char and at_line etc. versions of functions;
18377         only have iterator versions.
18378
18379         Add _interactive() versions of functions, that consider the
18380         editability of text. (FIXME add interactive flag to the 
18381         insert/delete signals per Darin's suggestion)
18382
18383         (gtk_text_buffer_get_tag_table): new function, demand-creates the
18384         tag table if necessary
18385
18386         Remove declaration of gtk_text_buffer_get_iter_from_string
18387
18388         (_gtk_text_buffer_get_btree): private/internal function, added.
18389         
18390
18391         * gtk/gtktextbtree.h: Remove forward decl of GtkTextLineData.
18392         (gtk_text_line_is_last): new function
18393
18394 2000-07-25  Havoc Pennington  <hp@redhat.com>
18395
18396         * gtk/gtkprogressbar.h: Implement new sane, 5-function API for
18397         using GtkProgressBar. See Changes-2.0.txt for details.
18398
18399         * gtk/gtkprogressbar.c: Add object arguments "fraction" and
18400         "pulse_step" which are the equivalent of
18401         gtk_progress_bar_set_pulse_step and gtk_progress_bar_set_fraction.
18402         Implement new API.
18403         
18404         * gtk/gtkprogress.h (struct _GtkProgress): Add a field
18405         (use_text_format) to mark whether text set on the progress bar is
18406         a format string. Deprecate entire GtkProgress interface.
18407
18408         * gtk/gtkprogress.c (gtk_progress_init): init use_text_format to TRUE
18409         (gtk_progress_build_string): make this a no-op if use_text_format
18410         is FALSE
18411
18412         * docs/Changes-2.0.txt: Describe progress bar changes.
18413
18414 2000-07-25  Tor Lillqvist  <tml@iki.fi>
18415
18416         * Makefile.am: Include the build directory.
18417
18418         * configure.in: Generate build/Makefile, build/win32/Makefile,
18419         gdk/, gdk/win32/, and gtk/makefile.mingw.
18420
18421         * config.h.win32: Add USE_GMODULE and USE_MMX for gdk-pixbuf.
18422         Add GETTEXT_PACKAGE.
18423         
18424         * gdk/gdk.def
18425         * gtk/gtk.def: Updates.
18426
18427         * gdk/gdkfont.h
18428         * gdk/gdkpixmap.h: Remove temporary Win32-only functions, we don't
18429         need them any longer.
18430
18431         * gdk/gdkinput.h: Mark gdk_core_pointer for export/import.
18432
18433         * gdk/makefile.mingw.in: Define GDK_COMPILATION. Link with
18434         PANGOWIN32_LIBS and gdk_pixbuf.
18435
18436         * gdk/win32: Compiles, but no doubt doesn't work at all.
18437
18438         * gdk/win32/makefile.mingw.in: Define GDK_COMPILATION. 
18439
18440         * gdk/win32/gdkinput.c: New file, temporarily.
18441         
18442         * gdk/win32/gdkinput-win32.h: New file
18443
18444         * gdk/win32/gdkinputprivate.h: Remove.
18445
18446         * gdk/win32/gdkpango-win32.c: New file.
18447
18448         * gtk/makefile.mingw.in: New file
18449
18450         * gtk/makefile.cygwin: Removed
18451         
18452         * gtk/Makefile.am: Update accordingly.
18453
18454         * gtk/gtkrc.[ch] (gtk_win32_get_installation_directory): Renamed and
18455         made externally visible.
18456
18457         * gtk/gtkmain.c: Use it.
18458         
18459         * gtk/gtktextdisplay.c: No need to include pangox.h, pango.h
18460         is enough.
18461
18462         * gtk/gtktypeutils.c: Mark glib_debug_objects for import.
18463
18464 2000-07-24 Elliot Lee <sopwith@redhat.com>
18465         * gdk/gdkprivate.h: Remove gdk_*_lookup() defines, since they are defined by the
18466         individual backends already.
18467         * gdk/gdkregion-generic.h, gdk/gdktypes.h: Put gdkregionbox & gdksegment back together
18468         again. Yes, there really is a good reason for this, if you are using the gdkregion
18469         internals, and if you're not, why do you care?
18470         * gdk/gdkwindow.c: Fix inverted condition
18471         * gdk/linux-fb: Compiles (for me - it will not work elsewhere most likely).
18472         * gtk/gtkcolorsel.c, gtk/gtkwindow.c: Add include for linux-fb
18473         * gtk/gtkrange.c: Redraw trough when moving.
18474         * gtk/gtktypeutils.c: Fix warning by adding const cast.
18475         * modules/linux-fb/basic.c: Fix unknown glyph retrieval.
18476
18477 2000-07-23  Tor Lillqvist  <tml@iki.fi>
18478
18479         * configure.in: Check for mkstemp and sigsetjmp. Output
18480         gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw.
18481
18482         More work on GDK for Win32. Still in an intermediate state.
18483
18484         * gdk/makefile.cygwin
18485         * gdk/win32/makefile.cygwin: Removed.
18486         
18487         * gdk/makefile.mingw.in
18488         * gdk/win32/makefile.mingw.in: New files.
18489
18490         * gdk/Makefile.am
18491         * gdk/win32/Makefile.am: Generate and distribute them.
18492
18493         * gdk/win32/gdkwindow-win32.h
18494         * gdk/win32/gdkdrawable-win32.h
18495         * gdk/win32/gdkpixmap-win32.h: New files.
18496
18497         * gdk/win32/gdkcolor-win32.c
18498         * gdk/win32/gdkcursor-win32.c
18499         * gdk/win32/gdkdrawable-win32.c
18500         * gdk/win32/gdkgc-win32.c
18501         * gdk/win32/gdkimage-win32.c
18502         * gdk/win32/gdkprivate-win32.h
18503         * gdk/win32/gdkwin32.h: Update data structures. Cosmetics:
18504         Rename fields and variables called xcursor, xid, etc (these names
18505         were leftovers from the X11 backend) to hcursor, hwnd, hbitmap etc.
18506
18507 Sat Jul 22 17:41:26 2000  Owen Taylor  <otaylor@redhat.com>
18508
18509         * gtk/gtkentry.[ch]: Fix some problems with vertical
18510         alignment.
18511
18512         * gtk/gtkentry.c (gtk_entry_find_position): Fix 
18513         char/byte confusion.
18514
18515 Sat Jul 22 11:16:05 2000  Owen Taylor  <otaylor@redhat.com>
18516
18517         * gtk/gtktextview.c (changed_handler): Fix bug where
18518         redraw wasn't being done properly when height of
18519         dirty region changed.
18520
18521         * demos/Makefile.am: Remove various references to
18522         -lgmodule
18523
18524 Fri Jul 21 15:28:13 2000  Owen Taylor  <otaylor@redhat.com>
18525
18526         * gtk/gtktextlayout.[ch], gtk/gtktextdisplay.c: Use new
18527         PangoAttrShape to reserve space for pixmaps, add 
18528         GSList *pixmaps to GtkTextLineDisplay, draw the pixmaps
18529         in the display functions.
18530         
18531         * gtk/testgtk.c (create_layout): Set some more exotic
18532         scrolled window options
18533
18534         * gtk/gtkscrolledwindow.[ch] (gtk_scrolled_window_set_shadow_type):
18535         Add function to set the shadow type of a window, to allow
18536         putting a shadow around widgets such as GtkLayout or GnomeCanvas
18537         which don't draw their own frame.
18538
18539 Fri Jul 21 16:34:42 BST 2000  Tony Gale <gale@gtk.org>
18540
18541         * docs/tutorial/package-db-tutorial.sh: New file for
18542           packaging DocBook format tutorial
18543
18544 Fri Jul 21 14:23:51 BST 2000  Tony Gale <gale@gtk.org>
18545
18546         * docs/tutorial/gtk-tut.sgml: Minor updates
18547
18548         * docs/tutorial/*.jpg *.eps: Screenshots for tutorial
18549
18550 2000-07-19  Tor Lillqvist  <tml@iki.fi>
18551
18552         * gtk/gtksignal.c: Fix C++ comment.
18553
18554         * gtk/gtkimmulticontext.c
18555         * gtk/gtktextbtree.c: Remove gccisms: Don't use __FUNCTION__,
18556         don't return value from void functions.
18557
18558         * gtk/gtk.def: Add gtk_rc_style_unref.
18559
18560 2000-07-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
18561
18562         * gdk-pixbuf/gdk-pixbuf.h, gtk/gtkhsv.h, gtk/gtktextbtree.h,
18563         gtk/gtktextbuffer.h, gtk/gtktextchild.h, gtk/gtktextdisplay.h,
18564         gtk/gtktextiter.h, gtk/gtktextiterprivate.h, gtk/gtktextlayout.h,
18565         gtk/gtktextmarkprivate.h, gtk/gtktextsegment.h, gtk/gtktexttag.h,
18566         gtk/gtktexttagtable.h, gtk/gtktexttypes.h, gtk/gtktextview.h,
18567         gtk/gtktypeutils.h: Include files outside of the extern "C"
18568         block. Makes some C++ compiler happy. Reported by Denis Vakatov
18569         <vakatov@peony.nlm.nih.gov>.
18570
18571 Wed Jul 19 14:07:57 BST 2000  Tony Gale <gale@gtk.org>
18572
18573         * docs/tutorial/gtk-tut.sgml: Yet more clean ups.
18574           Completes first pass. Hurrah!
18575
18576 Tue Jul 18 17:17:55 BST 2000  Tony Gale <gale@gtk.org>
18577
18578         * docs/tutorial/gtk-tut.sgml: More clean ups.
18579
18580 Mon Jul 17 18:52:38 2000  Owen Taylor  <otaylor@redhat.com>
18581
18582         * gtk/gtkentry.c (gtk_entry_draw_text): Restore code to
18583         paint the background of the text area which was accidentally
18584         removed at some point.
18585
18586         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch] gtk/gtkthemes.[ch]: 
18587           
18588          - Move most of the functionality from the theme vtable
18589            into GtkRcStyleClass and GtkStyleClass. The moved
18590            vtable functions were changed a bit in the move to
18591            work better in their new home.
18592
18593          - Get rid of the engine and engine_data fields from
18594            GtkRcStyle and GtkStyle; instead the theme
18595            engine derives theme-specific subclasses of GtkRcStyle
18596            and GtkStyle
18597
18598          - Add extra dlsym() found entry point to themes,
18599            theme_create_rc_style().
18600
18601         * gtk/gtkstyle.c: Copy xthickness, ythickness fields
18602         in gtk_style_real_copy.
18603
18604         * gtk/themes.[ch]: add a function gtk_theme_engine_register_type()
18605         to register a type associated with an engine. (The engine
18606         won't be unloaded as there is an instance of the type.)
18607
18608
18609 Mon Jul 17 18:19:06 BST 2000  Tony Gale <gale@gtk.org>
18610
18611         * docs/tutorial/gtk-tut.sgml: Clean ups.
18612
18613 Mon Jul 17 13:59:29 BST 2000  Tony Gale <gale@gtk.org>
18614
18615         * docs/tutorial/gtk-tut.sgml: Initial DocBook version. Lots
18616           of cleaning up to do.
18617
18618 2000-07-15  Tor Lillqvist  <tml@iki.fi>
18619
18620         * gdk/testgdk.c: New file, quick hack to test backends for
18621         pixel-by-pixel correctness of the most simple graphic operations.
18622
18623 Fri Jul 14 20:30:25 2000  Owen Taylor  <otaylor@redhat.com>
18624
18625         * Really release 1.3.1
18626         
18627         * gtk-config-2.0.in gtk-2.0.m4: Fix up to correspond to new
18628         include structure.
18629
18630 Fri Jul 14 18:40:39 2000  Owen Taylor  <otaylor@redhat.com>
18631
18632         * Released 1.3.1
18633
18634 Fri Jul 14 16:21:26 2000  Owen Taylor  <otaylor@redhat.com>
18635
18636         * gtk/gtktextlayout.c: use FALSE for size_only most
18637         of the time when calling gtk_text_layout_get_line_display()
18638         to avoid causing double reshapes when a redraw follows
18639         immediately after.
18640
18641 Tue Jul 11 11:13:40 2000  Owen Taylor  <otaylor@redhat.com>
18642
18643         * gtk/gtkrange.c (gtk_range_default_[hv]slider_update): Invalidate
18644         appropriate region and gdk_window_process_updates() so trough
18645         updating doesn't lag behind the window being scrolled.
18646
18647         * gdk/gdkgc.c: Make parent_class pointer static.
18648          
18649 Sun Jul  9 21:31:23 2000  Owen Taylor  <otaylor@redhat.com>
18650
18651         * gdk/gdk-pixbuf.c gtk/gdk-pixbuf-loader.c gtk/gtktextview.c:
18652         include <string.h>.
18653          
18654         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Fix
18655         cut-and-paste error in computing memory offset for 4 channels.
18656
18657 Fri Jul 14 14:05:02 2000  Owen Taylor  <otaylor@redhat.com>
18658
18659         * gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string): Remove
18660         gtk_rc_append_default_pixmap_path(), since it wasn't
18661         adding an interesting path and we don't have a meaningful
18662         default for this value.
18663
18664 Fri Jul 14 12:22:49 2000  Owen Taylor  <otaylor@redhat.com>
18665
18666         * configure.in Makefile.am gtk-config.m4 gtk.m4: Move
18667         gtk-config to gtk-config-2.0 move gtk_.m4 to
18668         gtk-2.0.m4
18669
18670         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
18671         gdk/Makefile.am demos/Makefile.am: Change 
18672         library names to libgtk-1.3.la, etc, so that we
18673         can distinguish gtk-1.2 and gtk-2.0 on the linkline.
18674
18675         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
18676         gdk/Makefile.am gdk/x11/Makfile.am
18677         Move include files into /usr/include/gtk-2.0, 
18678         /usr/lib/gtk-2.0/include/
18679          
18680         * autogen.sh acconfig.h configure.in gtk/gtkmain.c
18681         gtk/gtkintl.h: Change package for gettext from 
18682         gtk+ to gtk20. Put hack in autogen.sh to modify
18683         po/Makefile.in.in after gettextize to make this
18684         possible.
18685
18686         * gtk+.spec: Some updates, not tested.
18687
18688         * gdk-pixbuf/Makefile.am: Move loaders into
18689         $(libdir)/gtk-2.0/$(GTK_VERSION)/loaders.
18690
18691         * gtk/Makefile.am gtk/gtkrc.c: Move RC file locations
18692         $(sysconfdir)/gtk-2.0 ~/.gtkrc-2.0; theme subdir
18693         to THEMENAME/gtk-2.0/. Move engine directory  to
18694         $(libdir)/gtk-2.0/$(GTK_VERSION)/engines.
18695         
18696 2000-07-12  Tor Lillqvist  <tml@iki.fi>
18697
18698         Win32 changes, still doesn't build though.
18699
18700         * gdk/makefile.cygwin
18701         * gdk/win32/makefile.cygwin
18702         * gtk/makefile.cygwin: Updates.
18703
18704         * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Use the same
18705         default values for fg and bg pixel as X11 does (0 and 1), not
18706         black and white. Use PS_ENDCAP_FLAT and PS_JOIN_MITER by default.
18707         Use 0 for pen width by default (treated as 1 anyway later, but for
18708         apps that might check the value in the GdkGC).
18709         (gdk_win32_hdc_get, gdk_win32_hdc_release): New functions, public
18710         interface to gdk_gc_predraw and _postdraw.
18711
18712         * gdk/win32/gdkwin32.h
18713         * gdk/gdk.def: Add gdk_win32_hdc_{get,release}.
18714
18715         * gdk/win32/gdkcolor-win32.c (gdk_colormap_alloc1): Remove
18716         extraneous semicolon.
18717
18718         * gdk/win32/gdkdrawable-win32.c: Check also for pen_width == 0.
18719
18720         * gdk/win32/gdkimage-win32.c (gdk_image_new): Use the visual's depth,
18721         not the Win32 bitspixel value.
18722
18723         * gdk/win32/gdkcc-win32.c:
18724         * gdk/win32/gdkcolor-win32.c 
18725         * gdk/win32/gdkprivate-win32.h
18726         * gdk/win32/gdkwin32.h: Changes to make compilable, with new
18727         GDK object structure.
18728
18729 Tue Jul 11 20:59:35 2000  Tim Janik  <timj@gtk.org>
18730
18731         * docs/tutorial/gtk_tut_12.es.sgml (name): 
18732         * docs/tutorial/gtk_tut_it.sgml (name): 
18733         * docs/tutorial/gtk_tut_fr.sgml (name): 
18734         * docs/tutorial/gtk_tut.sgml (name): scratched notion of completely
18735         outdated email adress: s/timj@psynet.net/timj@gtk.org/.
18736
18737 Tue Jul 11 13:10:57 BST 2000  Tony Gale <gale@gtk.org>
18738
18739         * docs/faq/gtk-faq.sgml: Cleanup indenting and various
18740           small changes.
18741
18742 Tue Jul 11 08:04:58 2000  Tim Janik  <timj@gtk.org>
18743
18744         * gtk/gtktree.c (gtk_real_tree_select_child): eek, i've never seen
18745         a bug here, never been here and never fixed anything ;(
18746         (don't segfault if tree->root_tree is NULL, which happens prior
18747         to widget realization, but puke instead).
18748
18749 Tue Jul 11 06:38:42 2000  Tim Janik  <timj@gtk.org>
18750
18751         * gtk/gtkrc.h: add xthickness and ythickness to GtkRcStyle and
18752         add the necessary tokens.
18753
18754         * gtk/gtkrc.c (gtk_rc_style_init): properly initiality the rc style.
18755         (gtk_rc_style_to_style): copy thicknesses.
18756         (gtk_rc_init_style): apply thicknesses.
18757         (gtk_rc_parse_style): parse xthickness and ythickness.
18758
18759         * gdk/x11/gdkdnd-x11.c: silence compiler in switch() statements.
18760
18761         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): 
18762         (gdk_window_new): 
18763         (_gdk_windowing_window_init): 
18764         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_foreign_new): 
18765         (gdk_pixmap_create_from_data): 
18766         (gdk_bitmap_create_from_data): 
18767         (gdk_pixmap_new): 
18768         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
18769         (gdk_image_new): 
18770         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): 
18771         * gdk/x11/gdkdnd-x11.c (gdk_drag_context_new): 
18772         * gdk/x11/gdkcolor-x11.c (gdkx_colormap_get):
18773         (gdk_colormap_get_system): 
18774         (gdk_colormap_new): 
18775         * gdk/gdkwindow.c (gdk_window_init): 
18776         * gtk/gtkstyle.c (gtk_style_new):
18777         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done):
18778         * gdk/gdkpixmap.c (gdk_pixmap_init): 
18779         * gtk/gtkrc.c (gtk_rc_style_new):
18780         use g_object_new() instead of g_type_create_instance() which
18781         is a private function for fundamental type implementations.
18782
18783 Thu Jul  6 16:12:14 2000  Owen Taylor  <otaylor@redhat.com>
18784
18785         * configure.in: Add check for db2html
18786
18787 Thu Jul  6 14:53:05 2000  Owen Taylor  <otaylor@redhat.com>
18788
18789         * gtk/gtktypeutils.c (gtk_type_init): Add a temporary 
18790         hack to set glib_debug_objects based on gtk_debug_flags.
18791
18792 Thu Jul  6 14:12:13 2000  Owen Taylor  <otaylor@redhat.com>
18793
18794         * INSTALL.in: Update the Prerequisites section.
18795
18796         * Makefile.am demos/Makefile.am docs/Makefile.am
18797         docs/tutorial/Makefile.am gdk/x11/Makefile.am
18798         gdk/linux-fb/Makefile.am: Dist fixes
18799
18800 Thu Jul  6 12:26:03 2000  Owen Taylor  <otaylor@redhat.com>
18801
18802         * NEWS: 10,000 foot view of 1.3.1 changes.
18803
18804 Thu Jul  6 11:54:03 2000  Owen Taylor  <otaylor@redhat.com>
18805
18806         * gdk/gdk.h gdk/gdktypes.h gdk/linux-fb/gdkmain-fb.c
18807         gdk/nanox/gdkmain-nanox.c gdk/win32/gdkevents-win32.c
18808         gdk/win32/gdkinput-win32.c gdk/win32/gdkwin32.h
18809         gdk/x11/gdkmain-x11.c: 
18810
18811         Patch from George Lebl to add a GdkGrabStatus enumeration to use
18812         as a return value of gdk_*_grab(). Previously, we just
18813         returned the X11 values directly.
18814
18815 Thu Jul  6 11:27:44 2000  Owen Taylor  <otaylor@redhat.com>
18816
18817         * gdk/x11/Makefile.am: Patch from George Lebl to 
18818         install all the headers in the right place.
18819
18820 Tue Jul  4 13:13:01 BST 2000  Tony Gale <gale@gtk.org>
18821
18822         * docs/faq/gtk-faq.sgml: Add remaining sections. Completes
18823           initial conversion to DocBook.
18824
18825 2000-07-04  Tor Lillqvist  <tml@iki.fi>
18826
18827         * README.win32: Improve a bit.
18828
18829         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle also
18830         WM_SYSCHAR, and other changes to get handling of Alt+nnn or
18831         Alt+0nnn on the numpad (used to enter characters by numeric code
18832         from current DOS or ANSI codepage) working correctly, as in other
18833         Windows apps.
18834
18835         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Use
18836         same argument validity tests as in X11 version.
18837         (_gdk_cursor_destroy): Use DestroyCursor, not DestroyIcon.
18838
18839         * gdk/win32/gdkwin32.h: Add also WM_MOUSEWHEEL and CopyCursor
18840         definitions in case missing from headers.
18841
18842         * gdk/win32/gdkwindow-win32.c (gdk_win32_window_destroy): Also
18843         destroy the window-specific cursor.
18844         (RegisterGdkClass): Use the global gdk_ProgInstance instead of
18845         calling GetModuleHandle(NULL).
18846         (gdk_window_set_cursor): Reworked to always copy the passed cursor
18847         with CopyCursor before setting it as the window-specific
18848         cursor. It is OK for the caller to destroy the GdkCursor (and thus
18849         also its Windows cursor) after calling this function. Destroy any
18850         previous window-specific cursor.
18851
18852 Mon Jul  3 17:54:49 2000  Owen Taylor  <otaylor@redhat.com>
18853
18854         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): 
18855         font charset is iso8859-1, not iso-8859-1.
18856
18857 Mon Jul  3 17:08:14 2000  Owen Taylor  <otaylor@redhat.com>
18858
18859         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale):
18860         Use g_get_charset() instead of g_get_codeset().
18861
18862         * gtk/gtkframe.[ch] gtkframe.h gtk/gtktextmark.h: 
18863         Comment out some strdup'ing functions to keep timj
18864         happy until we finish fighting this out.
18865
18866 Mon Jul  3 14:24:16 2000  Owen Taylor  <otaylor@redhat.com>
18867
18868         * gtk/gtkwidget.c (gtk_widget_draw): Ignore calls with
18869         <= width or height.
18870
18871         * gtk/gtktable.c (gtk_table_attach): Fix missed merge
18872         from 1.2 for parent/child states.
18873
18874         * gdk/gdkgc.c (gdk_gc_set_rgb_fg/bg_color): Fix a couple
18875         of typos.
18876
18877         * gdk/gdkevents.[ch]: Remove press/xtilt/ytilt fields of
18878         event structures, replace with a generic axes field. Replace 
18879         deviceid/sourec with GdkDevice *device.
18880
18881         * gdk/gdkevents.[ch] (gdk_event_get_axis): Add function
18882         to extract particular axis use value from event. (Also
18883         can be used for normal X/Y.)
18884
18885         * gdk/gdkinput.h gdk/x11/gdkinput*: Major revision;
18886         allow for arbitrary number of axes, namespace everything
18887         as gdk_device_*. Replace guint32 deviceid with GdkDevice *
18888         everywhere.
18889
18890         * gdk/x11/{gdkmain-x11.c,gdkevent-x11.c,gdkinput*}: 
18891         Get rid of the gdk_input_vtable setup if favor of simply
18892         defining the functions in gdkinput-none/gxi/xfree.c in
18893         a similar fashion to the way that the port structure is 
18894         done.
18895
18896         * gtk/gtkdnd.c: Fix fields of synthesized button press event
18897         for new event structures. 
18898
18899         * gtk/gtkinputdialog.c gtk/testinput.c: Revise to match
18900         new device interfaces.
18901
18902 Sun Jul  2 18:19:50 2000  Owen Taylor  <otaylor@redhat.com>
18903
18904         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_layout): Add a 'text' argument to
18905         set the initial text.
18906
18907         * gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c
18908         gtk/gtkentry.c gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c
18909         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvruler.c
18910         gtk/gtkvscale.c: Adapt to new argument of create_pango_layout().
18911
18912         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
18913         pango_layout_set_font_description to simplify.
18914
18915 Sun Jul  2 17:43:41 2000  Owen Taylor  <otaylor@redhat.com>
18916
18917         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
18918         pango_layout_set_font_description to simplify.
18919
18920 Sun Jul  2 17:06:40 2000  Owen Taylor  <otaylor@redhat.com>
18921
18922         * gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkctree.c gtk/gtkhscale.c
18923         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvscale.c gtk/gtkaccellabel.c: Use
18924         pango_layout_get_pixel_extents() to remove a large number of '/ PANGO_SCALE'.
18925
18926         * gtk/gtk[hv]ruler.c gtk/gtklabel.c: replace some / PANGO_SCALE with
18927         PANGO_PIXELS() macro.
18928
18929 Sun Jul  2 15:24:41 2000  Owen Taylor  <otaylor@redhat.com>
18930
18931         * gtk/gtkwidget.[ch] (gtk_widget_get_pango_context): Add new function
18932         that returns a PangoContext owned by the widget and updated to
18933         match future changes in the widget. Also, make 
18934         gtk_widget_create_pango_layout() use this context. If we ever
18935         add a ::changed signal to PangoContext, this will make things
18936         much more convenient. 
18937
18938         * gtk/gtkentry.c gtk/gtklabel.c: Call pango_layout_context_changed()
18939         in the appropriate places instead of destroying the layouts and
18940         creating new ones.
18941
18942         * gtk/gtkfontsel.[ch] gtk/gtkclist.c: Use gtk_widget_get_pango_context()
18943         in a few strategic places.
18944
18945 Sun Jul  2 14:37:58 2000  Owen Taylor  <otaylor@redhat.com>
18946
18947         * gtk/gtkoptionmenu.c (gtk_option_menu_size_request): Call 
18948         gtk_widget_size_request() on reparented child, if one. Otherwise,
18949         queue_resize() on the child never results in it getting size-requested
18950         at all.
18951
18952         * gtk/testgtk.c (build_option_menu): Remove silly radio-menu-items
18953         in option menus, so that (with luck) people won't copy it into
18954         their apps in the future.
18955
18956         * gtk/gtkoptionmenu.c: Connect ::size_request on the menu
18957         to gtk_option_menu_calc_size. This isn't perfect, but should fix
18958         a lot of problems with changing the size of the menu's menu
18959         items after adding it to the option menu.
18960
18961         * gtk/gtktexttag.c: Include gtkmain.h for gtk_get_default_language().
18962
18963         * gtk/gtkwidget.[ch]: Add a ::direction_changed that triggers when
18964         the text direction for a widget changes.
18965
18966         * gtk/gtk{entry.c,label.[ch],textview.[ch]} gtk/testgtk.c: Use
18967         ::direction_changed to get rid of various hacks.
18968
18969 Sun Jul  2 13:19:12 2000  Owen Taylor  <otaylor@redhat.com>
18970
18971         * docs/Changes-2.0.txt: Move Changes-1.4.txt to the appropriate
18972         name.
18973
18974 Sun Jul  2 13:06:26 2000  Owen Taylor  <otaylor@redhat.com>
18975
18976         * gdk/x11/gdkpixmap-x11.[ch] Changes-1.4.txt: Add a is_foreign
18977         flag to the structure. Do not call XFreePixmap on pixmaps created
18978         by gdk_pixmap_foreign_new().
18979
18980 Sun Jul  2 12:45:50 2000  Owen Taylor  <otaylor@redhat.com>
18981
18982         * gdk/gdkrgb.[ch]: Add gdk_rgb_find_color() to get a pixel
18983         value using GdkRGB functionality given GdkColormap and GdkColor.
18984         (name not final, waiting for inspiration.)
18985         
18986         * gdk/gdkgc.[ch] (gdk_gc_set_rgb_fg/bg_color): New functions to
18987         set the foreground/background of a GC using the GC's colormap
18988         and GdkRGB. (name not final, waiting for inspiration.)
18989
18990         * gdk/gdkcompat.h gdk/gdkrgb.c (gdk_rgb_get_colormap): Rename from 
18991         gdk_rgb_get_cmap(), put #define in gdkcompat.h.
18992
18993         * gtk/gtkwidget.[ch] gtkcompat.h: Make visuals for
18994         gtk_widget_get_visual(), gtk_widget_get_default_visual, etc,
18995         purely a function of the corresponding colormap. Make
18996         gtk_widget_set_visual(), etc, noop macros in gtkcompat.h.
18997
18998         * gdk/gdkpixmap.c gdk/x11/gdkpixmap-c11.c: Rewrite
18999         gdk_pixbuf_*create_from_xpm_* in terms of
19000         gdk_pixbuf_new_from_xpm_data(), move into platform independent
19001         code.
19002
19003         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Take
19004         advantage of the new draw_rgb_32_image_dithalign.
19005
19006         * gdk/gdkrgb.c (gdk_draw_rgb_32_image_dithalign): Added.
19007
19008         * gtk/gtkgc.c (gtk_gc_new): Set the appropriate colormap
19009         on each created GC.
19010
19011         * gdk/gdkgc.[ch]: Add gdk_gc_get/set_colormap.
19012
19013         * gdk/gdkgc.[ch]: Add a colormap field to the GdkGC structure
19014         which we initialize from the drawable when the GC is created,
19015         if the drawable has a colormap.
19016
19017         * gdk/x11/gdkgc-x11.c: include string.h for memset.
19018
19019         * gdk/x11/gdkinput-x11.c: include string.h for strlen, etc.
19020
19021         * gtk/gtklayout.[ch]: Remove unsed configure serial member.
19022
19023 Sat Jul  1 16:28:32 2000  Owen Taylor  <otaylor@redhat.com>
19024
19025         * gdk/x11/gdkevents-x11.c (gdk_event_translate): When
19026         actually returning expose events, make sure to set
19027         the count field properly.
19028
19029         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): Fix
19030         accidentally reintroced bug which always cleared
19031         the graphics_exposures value. 
19032
19033 Wed Jun 28 18:03:09 BST 2000  Tony Gale <gale@gtk.org>
19034
19035         * docs/faq/gtk-faq.sgml: Change DocBook layout slightly
19036
19037 Wed Jun 28 17:49:05 BST 2000  Tony Gale <gale@gtk.org>
19038
19039         * docs/faq/gtk-faq.sgml: Finish Section 6. Add Section 7.
19040
19041 Wed Jun 28 13:31:55 BST 2000  Tony Gale <gale@gtk.org>
19042
19043         * docs/faq/gtk-faq.sgml: Start of Section 6.
19044
19045 Mon Jun 26 19:37:04 2000  Owen Taylor  <otaylor@redhat.com>
19046
19047         * configure.in: Put 1.3.1 in warning message, not 1.3.0.
19048         
19049         (Fixes problem with drawing childless frames. Pointed out
19050         by and a first patch from Anders)
19051         
19052         * gtk/gtkframe.c (gtk_frame_compute_child_allocation): Always
19053         compute a child_allocation, even if we don't have a child.
19054
19055         * gtk/gtkaspectframe.c (gtk_aspect_frame_compute_child_allocation):
19056         Always chain to the parent's impl, even if we don't have a child.
19057
19058 Mon Jun 26 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
19059
19060         * gdk/gdkrgb.c: If possible, create only a single shm segment and
19061         use multiple parts of it instead of creating a bunch of separate
19062         segments, since the maximum number of segments per system is not
19063         large. (This might be worth backporting to GTK+-1.2.x if we make a
19064         new release )
19065
19066         * gdk/gdkrgb.c: Localize a bunch of variables into the GdkRgbInfo
19067         structure in preparation for per-colormap GdkRGB.
19068
19069         * gdk/x11/gdkimage-x11.c (gdk_image_new): Don't set gdk_use_xshm
19070         to False when we get EINVAL from shmget so that the caller of
19071         gdk_image_new can retry with a smaller segment size.
19072
19073 Mon Jun 26 13:01:16 BST 2000  Tony Gale <gale@gtk.org>
19074
19075         * docs/faq/gtk-faq.sgml: Add Sections 4 & 5.
19076
19077 Fri Jun 23 17:54:23 2000  Tim Janik  <timj@gtk.org>
19078
19079         * configure.in: make the current version number 1.3.1 (binary age 0,
19080         interface age 0).
19081         
19082         * gtkfeatures.h, gtkfeatures.h.in: dejavue, get rid of these *again*,
19083         gtkcompat.h is all we want.
19084
19085         * gtk/gtktypeutils.[hc]: define most of the primitive types in terms of
19086         GLib primitive types. fixed g_type_register_fundamental() argument
19087         ordering.
19088
19089         * gtk-config.in (lib_gtk): add -lgdk_pixbuf so third party code
19090         compiles.
19091
19092         * gdk-pixbuf-loader.[hc]: get rid of unistd.h include.
19093         object code cleanup, comment trigraph fixes, etc...
19094
19095 2000-06-23  Havoc Pennington  <hp@redhat.com>
19096
19097         * gtk/gtktextview.c (gtk_text_view_set_buffer): Use anonymous mark 
19098         instead of making up a bogus name for first_para_mark
19099
19100         * gtk/gtkstatusbar.h, gtk/gtkstatusbar.c: Allow 
19101         0 as a context ID
19102
19103 Thu Jun 22 17:43:51 BST 2000  Tony Gale <gale@gtk.org>
19104
19105         * docs/faq/gtk-faq.sgml: Change filename. Add Section 3.
19106
19107 2000-06-21  Havoc Pennington  <hp@pobox.com>
19108
19109         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Fix bug where
19110         we didn't check window->bg_pixmap != GDK_NO_BG.
19111
19112         * gtk/gdk-pixbuf-loader.c: Change to reflect GObject-ification of
19113         gdk-pixbuf
19114
19115 Thu Jun 22 14:02:19 BST 2000  Tony Gale <gale@gtk.org>
19116
19117         * docs/faq/gtk-faq.sgm: Move file to here.
19118           TODO: Update Makfile.am 
19119
19120 Thu Jun 22 13:41:09 BST 2000  Tony Gale <gale@gtk.org>
19121
19122         * docs/gtk-faq.sgm: Add Section 2
19123
19124 Thu Jun 22 08:43:45 BST 2000  Tony Gale <gale@gtk.org>
19125
19126         * docs/gtk-faq.sgm: New file. Start of DocBook
19127           version of the FAQ.
19128
19129 Wed Jun 21 23:04:17 2000  Owen Taylor  <otaylor@redhat.com>
19130
19131         * configure.in (GDK_PIXBUF_MAJOR): Define version
19132         numbers for GDK_PIXBUF_*, as they get substituted
19133         into a header file. Need to consider versioning
19134         for gdk-pixbuf more carefully later.
19135
19136 2000-06-21  Raja R Harinath  <harinath@cs.umn.edu>
19137
19138         Work with srcdir != builddir.   
19139         * demos/testanimation.c: Don't include "gdk-pixbuf.h".  Use
19140         <gtk/gdk-pixbuf-loader.h>, not "gtk-pixbuf/gdk-pixbuf-loader.h".
19141         * demos/testpixbuf.c: Likewise.
19142         * demos/testpixbuf-scale.c: Don't include "gdk-pixbuf.h".
19143         * demos/testpixbuf-drawable.c: Don't include "gdk-pixbuf.h".  Use
19144         <gdk/x11/gdkx.h>.
19145         * demos/pixbuf-demo.c: Use <gtk/gtk.h> not "gtk.h".  Don't include
19146         "gdk-pixbuf.h".
19147         * demos/Makefile.am (INCLUDES): Remove unneeded directories.
19148
19149 Wed Jun 21 19:45:02 2000  Owen Taylor  <otaylor@redhat.com>
19150
19151         * TODO.xml: Change 1.4 version numbers to 2.0.
19152
19153 Wed Jun 21 19:29:08 2000  Owen Taylor  <otaylor@redhat.com>
19154
19155         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf-drawable.c: Indentation
19156         fixups to GTK+ standard.
19157
19158 Wed Jun 21 16:38:13 2000  Owen Taylor  <otaylor@redhat.com>
19159
19160         * gdk-pixbuf/* docs/reference/gdk-pixbuf/*: Welcome aboard,
19161         gdk-pixbuf.
19162
19163         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init):
19164         fixups for GObject.
19165
19166         * gdk/Makefile.am gdk/gdkpixbuf-render.[ch] gdk/gdkpixbuf.[ch]: Bits of 
19167         gdk-pixbuf with GDK dependencies moved into GDK.
19168         
19169         * gtk/Makefile.am gtk/gdk-pixbuf-loader.[ch]: Temporarily
19170         move gdk-pixbuf-loader here until GObject has signals.
19171
19172         * demos/: New directory of demos. Move demos from
19173         gdk-pixbuf here.
19174
19175         * demos/pixbuf-init.c: Small bit of code to check for
19176         loaders in ../gdk-pixbuf/.libs/gdk-pixbuf, and if found,
19177         set GDK_PIXBUF_MODULEDIR appropriately.
19178
19179         * gdk/gdkcompat.h: Remove GDK_DRAWABLE_PIXMAP compat
19180         define which no longer makes sense.
19181
19182 2000-06-21  Havoc Pennington  <hp@redhat.com>
19183
19184         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Use
19185         gtk_get_default_language
19186
19187         * gtk/gtkmain.h, gtk/gtkmain.c (gtk_get_default_language): 
19188         new function to get the default language
19189
19190         * gtk/gtktexttagprivate.h, gtk/gtktexttag.c, gtktextview.c: 
19191         s/gtk_text_view_style_values/gtk_text_style_values/
19192
19193         * gtk/gtktexttag.c, gtk/gtktexttag.h, gtk/gtktexttagprivate.h:
19194         Add a "language" field to tags.
19195
19196         (gtk_text_tag_set_arg): Fix bug in setting
19197         "bg_full_height_set" tag.
19198
19199 2000-06-21  Havoc Pennington  <hp@redhat.com>
19200
19201         * gtk/gtktextiter.h: Use gunichar instead of gint when appropriate
19202         in the interfaces
19203
19204         * gtk/gtktexttypes.c: Remove UTF functions, use glib 
19205         stuff instead when possible.
19206
19207         * gtk/gtktexttypes.h: Delete some unused constants
19208
19209         * gtktextbtree.c, gtktextiter.c, gtktextsegment.c, gtktextview.c,
19210         testtextbuffer.c: use glib instead of custom unicode routines
19211
19212 Wed Jun 21 12:50:58 2000  Owen Taylor  <otaylor@redhat.com>
19213
19214         * docs/es/: Removed mistakenly added generated sgml
19215
19216         * docs/{gdk.texi,gtk.texi,gdk.sgml} macros.texi texinfo.tex:
19217         Remove outdated info files.
19218
19219         * docs/gtk_tut* docs/package_tutorial.sh docs/tutorial:
19220         Moved tutorial files into subdir
19221
19222         * docs/gtkfaq.sgml docs/faq/gtkfaq.sgml: Move FAQ into
19223         subdir.
19224
19225         * docs/man/gtk_button.pod: Remove. (contents will be
19226         integrated into gtk-reference button page.)
19227
19228         * configure.in docs/Makefile.am docs/tutorial/Makefile.am
19229         docs/faq/Makefile.am: Adjust for new organization
19230
19231 2000-06-21 Christopher Blizzard  <blizzard@redhat.com>
19232
19233         * gdk/x11/Makefile.am (install-data-local): use $(mkinstalldirs)
19234         not $(MKINSTALLDIRS)
19235
19236 Wed Jun 21 12:24:28 2000  Owen Taylor  <otaylor@redhat.com>
19237
19238         * gtk/testgtk.c (create_text): Finish the job Elliot started
19239         of removing font setting test for text widget. (Since text widget
19240         and GdkFont are not deprecated, and cause portability problems.)
19241
19242 Wed Jun 21 11:41:43 2000  Owen Taylor  <otaylor@redhat.com>
19243
19244         * gtk/gtkentry.c gtk/gtkimcontextsimple.c gtk/gtklabel.c
19245         gtk/gtktexttypes.c gtk/testtext.c modules/linux-fb/basic.c:
19246         Remove use of libunicode in favor of new GLib functions.
19247
19248         * gtk/gtkcolorsel.c: Remove conditional includes for FB, win32,
19249         nano-x, framebuffer. The X11 include is just a hack until we get
19250         the necessary functions in gdkcolor.h, so there is no reason to
19251         add other includes of platforms.
19252
19253         * gtk/gtkwindow.c (gtk_window_compute_default_size): Revert 
19254         window bigger than the screen change.
19255
19256         * gtk/testgtk.c: Revert some random changes from Elliot
19257         that had no particular point and were causing testgtkrc
19258         not to function correctly.
19259         
19260         * gdk/gdkregion-generic.h: Revert change from Elliot. Just
19261         because GdkSegment and GdkRegionBox have the same fields,
19262         it doesn't mean that 'typedef GdkSegment GdkRegionBox'
19263         results in clearer code.
19264
19265         * gdk/x11/gdkinput-x11.c (gdk_input_common_select_events,
19266         gdk_input_translate_coordinates): Fix missed GdkObjectification
19267
19268 2000-06-18  Elliot Lee  <sopwith@redhat.com>
19269
19270         * gdk/Makefile.am, gdk/*/Makefile.am: Fix conditionality to work the "right" way.
19271         * gtk/gtk{plug,socket}.h: Missed commits from previous.
19272
19273 2000-06-20  Havoc Pennington  <hp@redhat.com>
19274
19275         * modules/linux-fb/Makefile.am: Make this compile
19276         without framebuffer enabled
19277
19278         * gdk/linux-fb/Makefile.am: Add conditional to not build
19279         framebuffer unless specified in configure
19280
19281         * gdk/gdkdraw.c (gdk_draw_drawable): Fix bug where I was getting
19282         the size of the target instead of source if -1 was passed for
19283         width/height
19284
19285         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): Fix 
19286         width/height confusion.
19287
19288 2000-06-19  Havoc Pennington  <hp@redhat.com>
19289
19290         * gdk/x11/gdkx.h (GDK_WINDOW_XWINDOW): change this to be
19291         GDK_DRAWABLE_XID. In the future, we probably want to make it
19292         faster with G_DISABLE_CHECKS turned on.
19293
19294 2000-06-14  Havoc Pennington  <hp@redhat.com>
19295
19296         * gdk/Makefile.am: add gdkpixmap.c
19297
19298         * gdk/gdk.c: s/gdk_window_init/_gdk_windowing_window_init/
19299         s/gdk_image_init/_gdk_windowing_image_init
19300
19301         * gdk/gdkcolor.c: make ref/unref compat wrappers for GObject
19302         ref/unref
19303
19304         * gdk/gdkcolor.h: make GdkColormap a GObject subclass
19305
19306         * gdk/gdkcompat.h: remove GdkWindowType compat, since
19307         GdkWindowType is now non-deprecated; 
19308         change gdk_window_get_type() compat to be
19309         gdk_window_get_window_type().
19310
19311         * gdk/gdkdnd.h: make GdkDragContext a GObject.
19312
19313         * gdk/gdkdraw.c, gdk/gdkdraw.h: Convert GdkDrawable to a pure
19314         virtual GObject. Make all functions call into the vtable.
19315         Move gdk_image_put() guts in here. Remove GdkDrawableType
19316         and gdk_drawable_get_type(), these are now GdkWindow-specific.
19317         draw_image, get_depth, get_size, set_colormap, get_colormap,
19318         get_visual added to the vtable.
19319         
19320         * gdk/gdkgc.h, gdk/gdkgc.c: Convert GdkGC to a pure virtual 
19321         GObject. Virtualize everything. 
19322         (gdk_gc_new_with_values): remove check for destroyed window,
19323         because now GdkWindow::create_gc will check this.
19324         (gdk_gc_set_values): New function to set GC values, this 
19325         was already implemented but wasn't in the header
19326
19327         * gdk/gdkimage.h, gdk/gdkimage.c: Convert GdkImage to a GObject.
19328
19329         * gdk/gdkinternals.h: Remove _gdk_window_alloc(), remove
19330         _gdk_window_draw_image(), remove _gdk_windowing_window_class,
19331         remove _gdk_window_class; add _gdk_window_impl_get_type() and
19332         _gdk_pixmap_impl_get_type(). Rename gdk_window_init to
19333         _gdk_windowing_window_init, rename gdk_image_init to
19334         _gdk_windowing_image_init.
19335         
19336         * gdk/gdkpango.c: Reflect GObject-ification of PangoContext.
19337         (gdk_draw_layout): Remove check for destroyed window, 
19338         because all the drawable methods already check it.
19339         
19340         * gdk/gdkpixmap.h, gdk/gdkpixmap.c: Convert GdkPixmap to GObject.
19341         Add gdkpixmap.c which contains implementation of GdkDrawable
19342         virtual table (by chaining to a platform-specific implementation
19343         object).
19344         
19345         * gdk/gdkprivate.h: Remove GDK_IS_WINDOW, GDK_IS_PIXMAP, 
19346         GDK_DRAWABLE_DESTROYED. Add GDK_WINDOW_DESTROYED. Replace
19347         GDK_DRAWABLE_TYPE with GDK_WINDOW_TYPE. Remove GdkDrawablePrivate,
19348         GdkWindowPrivate, GdkImageClass, GdkImagePrivate, GdkGCPrivate,
19349         GdkColormapPrivate. 
19350
19351         * gdk/gdktypes.h: #include <glib-object.h>
19352
19353         * gdk/gdkwindow.h, gdk/gdkwindow.c: Convert GdkWindow to GObject.
19354         Move most functionality to platform-specific implementation
19355         object. GdkWindow itself now handles the backing store, then
19356         chains to the platform-specific implementation.
19357         (gdk_window_get_window_type): return GdkWindowType of the window.
19358         (gdk_window_peek_children): New routine, returns the children of 
19359         a GdkWindow
19360         (gdk_window_get_children): Was in X11-specific code and did 
19361         XQueryTree. Changed to simply return a copy of window->children; 
19362         so it can go in cross-platform code.
19363         
19364         * gdk/x11/Makefile.am: fix broken MKINSTALLDIRS path
19365
19366         * gdk/x11/gdkcolor-x11.c: implement X-specific parts of 
19367         GdkColormap; just changed to use the new private data instead
19368         of casting to GdkColormapPrivate.
19369
19370         * gdk/x11/gdkcursor-x11.c: added a couple typechecks to 
19371         gdk_cursor_new().
19372
19373         * gdk/x11/gdkdnd-x11.c: Change the way we access private fields 
19374         (private data member in the GObject). 
19375         (xdnd_manager_source_filter): Function had broken 
19376         error handling, fix it (use gdk_error_trap_push).
19377
19378         * gdk/x11/gdkdrawable-x11.c: This file now implements
19379         a base class for GdkWindowImplX11/GdkPixmapImplX11. This 
19380         base class is purely for the convenience of the X port,
19381         and not part of the interface to cross-platform GDK.
19382
19383         * gdk/x11/gdkevents-x11.c: Reflect various renamings.
19384         
19385         * gdk/x11/gdkgc-x11.c: Implement a subclass of GdkGC that's
19386         specific to X, and returned by the create_gc virtual method
19387         of GdkDrawableImplX11. 
19388         (gdk_x11_gc_set_dashes): Change this to take an array of gint8
19389         rather than gchar, this was also changed in the GdkGC vtable.
19390         (gdk_x11_gc_values_to_xvalues): If GdkGCValues is NULL, or the
19391         mask is 0, return immediately, instead of checking every flag.
19392         This is faster, and keeps us from segfaulting if values is NULL
19393         and the mask contains some nonzero flags.
19394
19395         * gdk/x11/gdkgeometry-x11.c: deal with all the rearranging of
19396         GdkWindow.
19397
19398         * gdk/x11/gdkglobals-x11.c: change type of grab window, since 
19399         GdkWindowPrivate is gone.
19400
19401         * gdk/x11/gdkim-x11.c: rename things that got renamed.
19402
19403         * gdk/x11/gdkimage-x11.c: implement in terms of GObject, and 
19404         remove the image_put stuff that got transferred to GdkDrawable.
19405         
19406         * gdk/x11/gdkinput.c: renamings
19407
19408         * gdk/x11/gdkmain-x11.c: #include <pango/pangox.h>
19409
19410         * gdk/x11/gdkpixmap-x11.c: GObject conversion
19411
19412         * gdk/x11/gdkprivate-x11.h: indentation fixes
19413
19414         * gdk/x11/gdkproperty-x11.c: renamings
19415
19416         * gdk/x11/gdkselection-x11.c: renamings
19417
19418         * gdk/x11/gdkwindow-x11.c: Restructuring and renaming; this now 
19419         implements the platform-specific "impl" object.
19420         Moved gdk_window_get_children to gdk/gdkwindow.c
19421
19422         * gdk/x11/gdkx.h: Remove all the private structs and private datas
19423         that no longer exist. Add declaration of GdkGCX11 object here.
19424         Fix all the macros to still work. 
19425
19426         * gtk/gtk-boxed.defs: Remove GtkStyle, GdkColormap, GdkWindow,
19427         GdkDragContext from the boxed types since they are now GObjects.
19428
19429         * gtk/gtkstyle.h, gtk/gtkstyle.c: Converted GtkStyle to a GObject,
19430         moved xthickness/ythickness into the instance. GtkStyleClass
19431         functions are now in the standard vtable for GtkStyle, so you have
19432         to create a GObject subclass to write a theme engine.
19433         (gtk_style_copy): fixed a leaked PangoFontDescription
19434         (gtk_style_init): renamed gtk_style_realize, so gtk_style_init
19435         can be the standard GObject function.
19436         
19437         * Throughout GTK:
19438         s/style->klass->[xy]thickness/style->[xy]thickness
19439         s/pango_layout_unref/g_object_unref/
19440
19441         * gtk/gtkrc.h, gtk/gtkrc.c: Converted GtkRcStyle to a GObject.
19442         
19443         * gtk/gtksocket.c: Use gdk_window_get_user_data() instead of 
19444         accessing GDK internals.
19445
19446         * gtk/gtkwidget.c: Use gdk_window_peek_children() instead of 
19447         accessing GDK internals.
19448
19449 2000-06-18  Elliot Lee  <sopwith@redhat.com>
19450
19451         * gtk/gtkwindow.c: Don't allow creation of a window bigger than the screen.
19452
19453         * gtk/gtkrange.c: Fix the mega-jumpy-with-lagged-events scrollbar
19454         problem by calculating event position relative to the trough
19455         rather than the slider.
19456         * gtk/gtkdnd.c, gtk/gtkcolorsel.c: Include FB headers if appropriate.
19457
19458         * gdk/gdkgc.h: Add GDK_NOR.
19459
19460         * configure.in, Makefile.am: Add modules top level dir
19461         * configure.in: Only use pangox library if building x11 target.
19462         * gdk/gdkdnd.h: Add GDK_DRAG_PROTO_LOCAL enum for future intra-app use.
19463
19464 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
19465
19466         * gtk/gtkcolorsel.c: Change private class member to be named
19467         private_data throughout the file.
19468
19469         * gtk/gtkcolorsel.h (struct _GtkColorSelection): Change private to
19470         private_data to avoid clashing with keyword.
19471
19472 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
19473
19474         * gdk/gdkdnd.h: Add comment to remove warning.
19475
19476 Sun Jun 18 15:35:35 2000  Pablo Saratxaga <pablo@mandrakesoft.com>
19477
19478         * gtk/gtkrc.cp1251,gtk/Makefile.am: the cp1251 is also used by
19479         Byelorussian language; changed the Makefile and file names 
19480         to reflect that.
19481
19482 Mon Jun 12 16:58:40 2000  Owen Taylor  <otaylor@redhat.com>
19483
19484         * gtk/gtkwindow.c (gtk_window_unmap): Call gdk_window_withdraw
19485         rather than gdk_window_hide; this makes things work
19486         correctly if the window is programmatically hidden while
19487         iconified.
19488
19489 Sun Jun 11 12:46:19 2000  Owen Taylor  <otaylor@redhat.com>
19490
19491         * gtk/gtkdnd.c (gtk_drag_set_default_icon): Fix
19492         cut and paste typo where wrong pixmap was being
19493         unref'ed. (Pointed out by a friend of KUSANO Takayuki.)
19494
19495 Sun Jun 11 10:22:36 2000  Owen Taylor  <otaylor@redhat.com>
19496
19497         * gtk/gtkselection.c (gtk_selection_bytes_per_item):
19498         Add helper function to compute format / bytes 
19499         relationship. Use in a couple places to fix up
19500         errors which assume 8 * format.
19501
19502         * gtk/gtkselection.c (gtk_selection_request): Use 32
19503         rather than 8 * sizeof (GdkAtom), to work correctly
19504         on Alpha.
19505
19506 Thu Jun  8 21:54:51 2000 Christopher Blizzard  <blizzard@redhat.com>
19507
19508         * gtk/Makefile.am (DEPS): deps include libgtk-x11.la, not
19509         libgtk.la
19510         (LDADDS): include libgtk-x11.la and libgdk-x11.la, not the non-x11
19511         versions
19512
19513         * gtk/gtklabel.c (gtk_label_get_text): Make sure that the error
19514         checking macros return NULL since the function has a return value.
19515
19516 Wed Jun  7 15:44:42 2000  Owen Taylor  <otaylor@redhat.com>
19517
19518         * gtk/Makefile.am (LDFLAGS): Add missing backslash that was keeping
19519         GTK+ from building at all.
19520
19521         * gdk/Makefile.am (gdk_c_sources): Fix up some indentation issues.
19522
19523 Mon Jun  5 19:32:53 CEST 2000 Paolo Molaro <lupus@linuxcare.com>
19524
19525         * configure.in, gtk-config.in, gdk/Makefile.am, gdk/*/Makefile.am,
19526         gtk/Makefile.am: make it possible to configure gtk for different
19527         targets on the same platform. The library name is now 
19528         libgtk-$target-$version.so. gtk-config accepts a --target x11|nanox|linux-fb
19529         flag. Only the x11 target compiles right now.
19530         * gdk/gdkregion-generic.h, gdk/gdkregion-generic.c, gdk/gdkpoly-generic.h,
19531         gdk/gdkpolyreg-generic.c: move generic region code in the main GDK dir.
19532         * gdk/nanox/gdk*generic*: delete generic region code.
19533         * gdk/linux-fb/gdk*generic*: delete generic region code.
19534         * README.nanox: update information.
19535         
19536 Tue Jun  6 10:53:59 2000  Owen Taylor  <otaylor@redhat.com>
19537
19538         * gtk/gtktoolbar.c (gtk_toolbar_prepend_widget): Fix to
19539         prepend not append. (Pointed out by Brett Hall.)
19540
19541 Tue Jun  6 01:59:57 2000  Owen Taylor  <otaylor@redhat.com>
19542
19543         * gtk/gtkentry.c (gtk_entry_finalize): Unref the entry's layout.
19544
19545 Mon Jun  5 16:00:09 2000  Owen Taylor  <otaylor@redhat.com>
19546
19547         * gdk/gdk.c (gdk_init_check): Add call to g_type_init() - we'll
19548         need this later, and this makes sure that the atexit for
19549         glib gets called after that for GDK, so atexits are
19550         properly ordered for object leak checking.
19551
19552         * gdk/gdk.c (gdk_exit_func): Call gdk_windowing_exit().
19553
19554         * gdk/x11/gdkmain-x11.c (gdk_windowing_exit): Call 
19555         pango_x_shutdown_display()
19556
19557         * gtk/simple.c (main): Close window on destroy.
19558
19559 Mon Jun  5 11:50:02 2000  Owen Taylor  <otaylor@redhat.com>
19560
19561         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): We need
19562         to treat initial creation different from setting with 
19563         regards to the graphics-exposures parameter, so add a parameter
19564         indicating whether this is initial or not.
19565
19566 Mon Jun  5 13:29:31 2000  Owen Taylor  <otaylor@redhat.com>
19567
19568         * gdk/x11/gdkevents-x11.c: Hack gdk_event_get_graphics_expose()
19569         to sort of work by adding an extra return_exposes arg
19570         to gdk_event_translate() - it might be better to simply
19571         deprecate the function altogether and force people to rewrite
19572         without it. gdk_window_scroll() handles most of it, and where
19573         gdk_window_scroll() doesn't work, simply redrawing more does.
19574
19575         * gtk/gtkwidget.c (gtk_widget_set_default_direction): Fix up
19576         assertion.
19577
19578         * gtk-config.in: Include PANGO_CFLAGS/LIBS.
19579
19580         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Remove a 
19581         bunch of pretty much useless /* Print debugging info */ comments 
19582         which had drifted away from the code they were commenting.
19583
19584 2000-06-02  Havoc Pennington  <hp@pobox.com>
19585
19586         * gtk/testtextbuffer.c: Test program to make sure GtkTextBuffer
19587         is in working order.
19588         
19589         * gtk/testtext.c: Change to reflect anonymous mark API
19590
19591         * gtk/gtktextview.c: Convert from mark names to GtkTextMark*.
19592
19593         * gtk/gtktexttag.h (struct _GtkTextTag): remove the affects_size
19594         field, which was unused.
19595
19596         * gtk/gtktextmarkprivate.h (GTK_IS_TEXT_MARK): add this macro,
19597         saves some typing.
19598
19599         * gtk/gtktextbuffer.c: Switch from mark names to GtkTextMark*   
19600
19601         * gtk/gtktextbtree.c (gtk_text_btree_new): set the not_deleteable
19602         flag on the insertion point and selection bound
19603
19604         Throughout, use GtkTextMark instead of GtkTextLineSegment, and 
19605         make mark-manipulation functions take a GtkTextMark* instead of a
19606         mark name.
19607         
19608         * gtk/gtktextmarkprivate.h: Add a "not_deleteable" flag to 
19609         GtkTextMarkBody; will be used to detect attempts to delete
19610         the permanent marks (insert and selection bound)
19611
19612         * gtk/Makefile.am (noinst_PROGRAMS): add testtextbuffer 
19613
19614 Fri Jun  2 12:56:01 2000  Owen Taylor  <otaylor@redhat.com>
19615
19616         * gtk/gtkwidget.c (gtk_widget_init): Initialize DOUBLE_BUFFERED
19617         flag to on.
19618
19619         * gtk/gtkwidget.c (gtk_widget_draw) gtk/gtkmain.c (gtk_main_do_event): 
19620         Honor DOUBLE_BUFFRED_FLAG
19621
19622         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): Add a
19623         function to set the DOUBLE_BUFFERED flag.
19624
19625         * gtk/gtkwidget.h: Add GTK_DOUBLE_BUFFERED flag to indicate whether
19626         or not exposes done on the widget should be double-buffered.
19627
19628         * gtk/gtkenums.h (GtkTextDirection): Reverse order of enumerations
19629         to be what would be expected. (Fixes problem with a
19630         g_return_if_fail() validating a TextDirection enumeration)
19631
19632 Thu Jun  1 23:05:13 2000  Owen Taylor  <otaylor@redhat.com>
19633
19634         * gtk/gtkwidget.c: Remove all references to 
19635         offscreen flag which was no longer used.
19636
19637         * gtk/gtkprivate.h (enum): Remove unused flags and compress.
19638
19639         * gtk/gtkframe.c (gtk_frame_set_label_widget): Check
19640         for non-null label_widget->parent.
19641
19642         * gtk/gtkentry.c: Get rid of code to deal with PangoAttribute 
19643         which no longer was used.
19644
19645         * gdk/gdkpango.c (gdk_pango_context_get_info): make static.
19646
19647         * gdk/gdkpango.c (gdk_draw_layout[_line]): Add checks
19648         for null arguments.
19649
19650         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): add
19651         check for destroyed windows.
19652
19653 Thu Jun  1 13:48:45 2000  Owen Taylor  <otaylor@redhat.com>
19654
19655         * gtk/gtkimmulticontext.c: Add a finalize method and unref
19656         the slave context there.
19657
19658         * gtk/gtkinvisible.[ch]: Make reference counting behavior
19659         identical to GtkWindow.
19660
19661 Thu Jun  1 01:54:11 2000  Owen Taylor  <otaylor@redhat.com>
19662
19663         * Makefile.am gdk/gdkpango.c: Copy the layout render function from
19664         pangox to here, so we can write them independent of rendering
19665         system, using GDK primitives.
19666
19667         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c
19668         gdk/x11/gdkdrawable-x11.c: Remove draw_layout() from the vtable,
19669         since we have a rendering-system independent implementation in
19670         terms of draw_glyphs().
19671         
19672         * gdk/gdkpango.c gdkdrawable.h (gdk_draw_layout_line): New
19673         function to render a single line.
19674
19675         * gdk/x11/gdkpango.c: Move the guts of this file mostly
19676         into ../gdkpango.c, which simplifies things, since we
19677         don't have to deal with raw X gc's.
19678
19679 Fri May 19 04:28:16 2000  Owen Taylor  <otaylor@redhat.com>
19680
19681         * gtk/gtktextlayout.[ch]: Add get_log_attrs() function to
19682         get the logical attributes for a given GtkTextLine.
19683
19684 Tue May 30 16:05:39 2000  Owen Taylor  <otaylor@redhat.com>
19685
19686         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Track
19687         g_locale_get_codeset() to g_get_codeset() change.
19688
19689 Tue May 30 15:03:19 2000  Owen Taylor  <otaylor@redhat.com>
19690
19691         * gtk/testcalendar.c (calendar_font_selection_ok): Use font
19692         descriptions.
19693
19694         * gtk/gtkentry.c (gtk_entry_draw_text): Center text within
19695         the entry.
19696
19697         * gtk/gtkfontsel.c (gtk_font_selection_dialog_init): Start of
19698         redoing (vastly simplifying) for Pango. Still needs quite
19699         a bit of work. (Size selection is currently poor. List of 
19700         predefined sizes is not a good idea, since all of these
19701         sizes won't necessarily be distinct.)
19702
19703 Tue May 30 13:50:19 2000  Owen Taylor  <otaylor@redhat.com>
19704
19705         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Handle
19706         CODESET results for LANG=C.
19707
19708 Mon May 29 15:49:10 2000  Owen Taylor  <otaylor@redhat.com>
19709
19710         * gtk/gtkrc.[ch]: Add a 'font_name' declaration to RC
19711         which takes a stringized pango font description;
19712         ignore the older 'font' and 'fontset' declarations.
19713
19714         * gtk/gtkstyle.c gtk/gtkrc.c: Fill in the style->font
19715         field with a GdkFont derived via gdk_font_from_description(),
19716         for compatibility. (Should we just remove it entirely?
19717         Probably too much compatibility breakage, but people
19718         should be migrating to the new Pango stuff as quickly
19719         as possible.)
19720
19721 Mon May 29 15:47:41 2000  Owen Taylor  <otaylor@redhat.com>
19722
19723         * gtk/gtkentry.c gtk/gtkclist.c: s/pango_font_unref/g_object_unref/.
19724
19725 Mon May 29 15:44:46 2000  Owen Taylor  <otaylor@redhat.com>
19726
19727         * gtk/gtkcalender.c: Roughly pango-ized. Really needs 
19728         redoing; there are some bugs in size allocation right
19729         now, the semi-existant distinction between header / day
19730         fonts was removed, but, with Pango, could actually
19731         be made functional in a nice way.
19732         
19733         * gtk/testcalender: Move calender from examples into this
19734         directory as a test program. (We really need to restrcture
19735         testgtk into a whole directory full of tests for every
19736         widget or functionality group, separated into multiple .c
19737         files.)
19738
19739 Mon May 29 15:19:56 2000  Owen Taylor  <otaylor@redhat.com>
19740
19741         * gtk/testgtk.c (file_exists): Fix stupid typo that
19742         was keeping RC file from being loaded.
19743
19744         * gtk/testgtkrc gtk/testgtkrc2: Test new pango-ized
19745         RC file font code.
19746
19747 Mon May 29 14:31:27 2000  Owen Taylor  <otaylor@redhat.com>
19748
19749         * gdk/gdkfont.h gdk/x11/gdkfont-x11.c (gdk_font_from_description):
19750         Add function to load a GdkFont from a PangoFontDescription.
19751
19752 2000-05-29  Tor Lillqvist  <tml@iki.fi>
19753
19754         * gdk/win32/gdkevents-win32.c (gdk_WindowProc): The local "event"
19755         variable should be of type GdkEventPrivate.
19756
19757 Fri May 26 17:16:40 2000  Owen Taylor  <otaylor@redhat.com>
19758
19759         * gtk/frame.[ch] gtkaspectframe.c: Make frame widgets able
19760         to have any widget for the label, use a GtkLabel widget
19761         to display the text. (Based partially on a patch from
19762         Anders Carlson.)
19763
19764         (Quite a bit of code reorganization - strip 90% of the
19765         guts out of gtkaspectframe and add a single virtual
19766         func to GtkFrameClass - compute_child_allocation.)
19767
19768 Fri May 26 12:00:02 2000  Owen Taylor  <otaylor@redhat.com>
19769
19770         * gtk/gtkctree.c gtk/gtkclist.[ch]: Pangoized.
19771         (Removed clist->row_center_offset field because caching
19772         it wasn't saving time or code, added private function
19773         _gtk_clist_create_cell_layout()).
19774
19775 Wed May 24 15:59:37 2000  Owen Taylor  <otaylor@redhat.com>
19776
19777         * gtk/gtkaccellabel.c: Pangoized.
19778
19779         * gtk/[hv]ruler.c: Pangoized
19780
19781 Mon May 22 19:23:59 2000  Owen Taylor  <otaylor@redhat.com>
19782
19783         * gtk/gtkfilesel.c (gtk_file_selection_init):
19784         Use gtk_clist_set_column_auto_resize() to remove need
19785         need for manual column width computations.
19786
19787 Mon May 22 18:50:26 2000  Owen Taylor  <otaylor@redhat.com>
19788
19789         * gtk/gtktooltips.[ch]: Replace custom drawing with a GtkLabel, 
19790         ensuring Pango correctness, and considerably simplifying the
19791         code.
19792         
19793         * gtk/gtklabel.c gtk[hv]scale.c: 1000 => PANGO_SCALE.
19794
19795         * gtk/gtklabel.c (gtk_label_size_request): Fixed incorrect
19796         getting of numbers of lines.
19797
19798         * gtk/gtklabel.c (gtk_label_size_request): Set the requisition
19799         to the actual requested width of the lable, not to the wrap
19800         width we set.
19801
19802         * gtk/gtktextchild.h: Remove extraneous include of gtk/gtk.h.
19803
19804         * gtk/gtktextbtree.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
19805           gtk/gtktextview.c gtk/gtktextview.[ch]: Fix up includes.
19806
19807         * gtk/gtktextview.c: Fix structure inheritance.
19808
19809         * gtk/gtkprogressbar.c: Pangoize.
19810
19811 Mon May 22 15:47:30 2000  Owen Taylor  <otaylor@redhat.com>
19812
19813         * gtk/gtktextview.c (gtk_text_view_get_first_para_iter): Encapsulate
19814         in a function.
19815
19816         * gtk/gtktextlayout.c (find_display_line_above): Fixed
19817         bug with computing line tops.
19818
19819         * gtk/gtktextview.c (changed_handler): Fix < , <= confusion.
19820
19821 Thu May 18 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
19822
19823         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix up the x_offset
19824         and y_offset coordinates to do what we need now. (The offset between
19825         buffer and layout coordinates has been reintroduced, but is a 
19826         bit different than before.)
19827
19828         * gtk/gtktextview.[ch]: No longer inherit from GtkLayout; instead
19829         handle the adjustments ourselves, and scroll as necessary using
19830         the new gdk_window_scroll().
19831         
19832         The advantage of this is that when we are incrementally revalidating,
19833         we are essentially rearranging things around the visible portion
19834         of the screen. With the old setup, the visible portion of the
19835         screen was moved around in the layout, so scrolling and redrawing
19836         to track that caused jumping of the display. Since we now
19837         control the scrolling ourselves, we can suppress this and
19838         only redraw when things actually change.
19839
19840 Thu May 18 18:47:25 2000  Owen Taylor  <otaylor@redhat.com>
19841
19842         * gtk/gtktextbtree.c (redisplay_mark): We need to invalidate
19843         the region not just redisplay it after-all, since we store the
19844         cursors in the LineDisplay. (Ugly interactions here between
19845         GtkLayout and GtkTextBTree here.)
19846         
19847         * gtk/gtktextbtree.c (redisplay_region): Fixed reversed comparison.
19848
19849 Thu May 18 18:43:21 2000  Owen Taylor  <otaylor@redhat.com>
19850
19851         * gdk/gdkwindow.h gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): 
19852         Added function to scroll contents of a window while keeping the
19853         window constant. Works by XCopyArea or guffaw-scrolling depending
19854         on the details of how the window is set up. (guffaw-scrolling
19855         still needs to be filled in.)
19856
19857 Wed May 17 22:36:53 2000  Owen Taylor  <otaylor@redhat.com>
19858
19859         * gtk/gtktextiter.c gtk/gtkmain.c: Add a debug key for the text widget,
19860         move the debugging that was tied to a global variable
19861         to that.
19862
19863         * gtk/gtkmarshal.list: Add NONE:INT,INT,INT
19864
19865         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.c: Keep a separate
19866         validated flag, in line data instead of setting height/width to
19867         -1. This allows us to perform operations with partially invalid
19868         buffer (using the old size for invalid lines) and thus to do
19869         incremental vaidation. Keep height/width aggregates up to date
19870         when deleting text and rebalancing the tree.
19871
19872         * gtk/gtktextbtree.[ch]: Add functions validate a line
19873         (gtk_text_btree_validate_line), and to validate up
19874         to a number of pixels (gtk_text_btree_validate).
19875
19876         * gtk/gtktextlayout.[ch]: Add an ::invalidated signal
19877         that indicates that something is changed and a revalidation
19878         pass is needed. Change ::need_repaint to ::changed, and
19879         make it take old and new yranges instead of a rectangle.
19880
19881         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.[ch]: Move
19882         the line_data_destroy() function from 
19883         gtk_text_btree_add_view() to a virtual function in 
19884         GtkTextLayout
19885
19886         * gtk/gtktextbtree.[ch]: Remove gtk_text_btree_get_damage_range(),
19887         since we are handling partial repaints in a different fashion
19888         now.
19889
19890         * gtk/gtktextbtree.[ch]: Only repaint the changed portion
19891         of the selection instead of queueing a repaint on the
19892         entire widget.
19893
19894         * gtk/gtktextbuffer.[ch] gtk/gtktextbtree.[ch]: Move
19895         get_selection_bounds() down to btree, make the function
19896         in buffer a wrapper around the btree function.
19897
19898         * gtk/gtktextlayout.[ch]: Add functions to check if the
19899         layout is valid and to recompute either a range of pixels
19900         aroudn a line or a certain total number of pixels.
19901
19902         * gtk/gtktextlayout.[ch]: Cache a single line display;
19903         now that we only redraw the needed portions, the hit rate
19904         for this cache is quite high.
19905         
19906         * gtk/gtktextview.[ch]: Keep track of the first paragraph
19907         on the screen so that when re-laying-out the buffer, we can
19908         keep the same place. This requires connecting to ::value_changed
19909         on the adjustments
19910
19911         * gtk/gtktextview.[ch]: Add idle functions to revalidate
19912         the buffer after we receive an ::invalidated signal.
19913         
19914 Wed May 17 22:10:47 2000  Owen Taylor  <otaylor@redhat.com>
19915
19916         * gtk/gtklayout.c (gtk_layout_size_allocate): Set upper
19917         to max of allocation and layout size, not just to the
19918         layout size.
19919
19920         * gtk/gtk[hv]scrollbar.c (gtk_[hv]scrollbar_calc_slider_size): 
19921         Invalidate window so it gets redrawn properly.
19922
19923         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Allow rect == NULL
19924         to mean the entire window.
19925
19926         * gdk/gdkevents.h: Move definition for GDK_PRIORITY_REDRAW
19927         into public header.
19928
19929 Mon May 15 14:51:31 2000  Owen Taylor  <otaylor@redhat.com>
19930
19931         * gtk/gtktextmark.c (gtk_text_mark_get_name): Add function
19932         to get the name of a mark.
19933
19934         * gtk/gtktextlayout.c (gtk_text_layout_get_line_at_y): Add a function
19935         to find the paragraph from a y position.
19936
19937 Thu May 11 12:57:20 2000  Owen Taylor  <otaylor@redhat.com>
19938
19939         * gtk/gtktextbtree.c (gtk_text_btree_node_invalidate_upward): Valid
19940         nodes have width/height >= 0, not > 0.
19941
19942 Tue May  9 21:29:06 2000  Owen Taylor  <otaylor@redhat.com>
19943
19944         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c (gtk_text_layout_get_line_display):
19945         Add a size_only flag, so when we only need the size, we don't create
19946         useless appearance attributes.
19947
19948         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Remove
19949         duplicate setting of font description.
19950
19951         * gtk/gtkscale.c: Use PANGO_SCALE instead of 1000 
19952
19953 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
19954
19955         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
19956         EXTRA_DIST. It does not work well when the file that
19957         everything depends on is not in the tarball.
19958
19959 Wed Apr 26 00:56:14 2000  Owen Taylor  <otaylor@redhat.com>
19960
19961         * gtk/testgtk.c: Some hacks and fixes so that it basically
19962         works when not sitting in the GTK+ build tree.
19963
19964 2000-05-03  Havoc Pennington  <hp@redhat.com>
19965
19966         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
19967         Properly determine the ordering of the tag root and the current
19968         line within the tree. Previous algorithm only worked if the tag
19969         root's immediate parent was the common root of both the current
19970         line and the tag root.
19971
19972 Wed Apr 26 00:43:00 2000  Owen Taylor  <otaylor@redhat.com>
19973
19974         * gtk/gtktextlayout.c (set_para_values): Fix some bugs in
19975         alignment.
19976
19977         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Track
19978         the widget text directional dynamically.
19979
19980         * gtk/gtktextview.[ch]: Added functions to get and set default
19981         wrap mode.
19982
19983 Tue Apr 25 23:47:38 2000  Owen Taylor  <otaylor@redhat.com>
19984
19985         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Fix bug
19986         in cursor location computation.
19987
19988 Tue Apr 25 23:22:59 2000  Owen Taylor  <otaylor@redhat.com>
19989
19990         * gtk/gtklayout.c (gtk_layout_set_size): Clamp hadjustment/
19991         vadjusment values properly when layout gets smaller.
19992
19993         * gtk/gtktextview.c (need_repaint_handler): Areas being
19994         passed in are far completely inaccurate, and sometimes
19995         too small, so, for now, just queue a redraw on the
19996         whole visible region.
19997
19998 2000-04-25  Havoc Pennington  <hp@redhat.com>
19999
20000         * gtk/gtktextbtree.c (summary_destroy): new function to 
20001         destroy tag summary nodes
20002         (gtk_text_line_next_could_contain_tag): this function was 
20003         totally broken if the line passed in wasn't below the tag
20004         root. Fix it.
20005         (gtk_text_btree_first_could_contain_tag): In the tag == NULL 
20006         "wildcard" case, we have to do a linear scan. Blah.
20007         (gtk_text_btree_last_could_contain_tag): In tag == NULL case,
20008         we have to do the linear scan
20009         (tag_removed_cb): When a tag is removed from the tag table, 
20010         remove the GtkTextTagInfo node from the btree.
20011         (gtk_text_btree_spew): Implement the spew function, for 
20012         our debugging pleasure.
20013
20014 Tue Apr 25 19:40:18 2000  Owen Taylor  <otaylor@redhat.com>
20015
20016         * gtk/gtktextlayout.c (gtk_text_layout_set_buffer): Fix
20017         a problem with referring to the wrong buffer.
20018
20019         * gtk/gtkentry.c: Fix focus-in/focus-out confusion.
20020
20021         * gtk/gtkrc.c gtk/gtkstyle.c: Moving setting default
20022         font description to gtk_style_new() - otherwise things
20023         don't work without a .gtkrc file.
20024
20025         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Sink the
20026         tags table if we create it ourself, too.
20027
20028         * gdk/gdktypes.h (enum): Move GDK_RELEASE_MASK, since
20029         it was conflicting with XKB modifiers.
20030
20031         * gtk/gtktextview.[ch]: Add simple support for 
20032         GtkIMContext.
20033
20034 Mon Apr 24 19:34:18 2000  Owen Taylor  <otaylor@redhat.com>
20035
20036         * gtk/gtkentry.c (gtk_entry_move_cursor_visually): Fix problem
20037         with deletion from last commit.
20038
20039 Mon Apr 24 19:29:40 2000  Owen Taylor  <otaylor@redhat.com>
20040
20041         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Set the language
20042         in the context from the current locale.
20043         
20044         * gtk/gtkentry.c (gtk_entry_size_request): Use language from the
20045         context, not hardcoded value.
20046
20047         * gtk/gtkentry.c (gtk_entry_move_cursor): Make character movement visual,
20048         not logical.
20049
20050 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
20051
20052         * gtk/gtkentry.c gtk/gtktextdisplay.c: Don't handle selections as
20053         attributes - that doesn't handle partial-glyph selection
20054         properly. Instead use new pango_layout_line_get_x_ranges()
20055         functionality to draw the selection.
20056
20057         * gtk/gtkentry.c: Simplify code since pango_layout_line_index_to_x()
20058         now properly handles out-of-range coordinates.
20059
20060         * gtk/gtktextbuffer.c: Emit "mark_set" when the cursor is moved.
20061
20062         * gtk/gtktextiter.h gtk/gtktextiterprivate.h: Make gtk_text_iter_get_line_byte()
20063         public.
20064
20065         * gtk/gtktextlayout.[ch]: Properly set the direction in the PangoContext
20066         for paragraphs opposite to the base direction of the widget.
20067
20068         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c: Fixes for alignment.
20069
20070         * gtk/gtktextlayout.c: Don't split segments on marks, since that
20071         causes Arabic words to reshape as you cursor through.
20072
20073         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Implement virtual
20074         cursor position when moving vertically with the arrow keys and
20075         scrolling with page-up/page-down. (Arrow keys save only the X,
20076         scrolling saves both X and Y.)
20077
20078         This means you can line-up / line-down or page-up / page-down
20079         without losing your place, and also that moving vertically
20080         with the cursor keys keeps the same X position, not the same
20081         character count:
20082
20083         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Make vertical
20084         arrow keys move by display lines, not paragraphs.
20085
20086 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
20087
20088         * gtk/gtklayout.c: Make sure that the bin window is at least
20089         as big as the allocation. (Should we also make sure that the
20090         bin window is big enough to completely cover widget->window?)
20091
20092         * gtk/gtktextview.c (gtk_text_view_get_visible_rect): Add
20093         function to get the onscreen rectangle.
20094
20095         * gdk/x11/gdkwindow-x11.c (gdk_window_get_pointer): Correctly account
20096         for offsets in window coordinates.
20097
20098 Sun Apr 16 16:13:27 2000  Owen Taylor  <otaylor@redhat.com>
20099
20100         * gtk/gtkentry.c (gtk_entry_get_cursor_locations): Fix index/offset
20101         confusion.
20102
20103         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Set the default direction
20104         from the widget direction.
20105
20106         * gtk/gtktexttag.c gtk/gtktexttagprivate.h (gtk_text_tag_set_arg): 
20107         Add a "direction" attribute.
20108
20109         * gtk/gtktextview.c: global s/tkxt/text_view/.
20110
20111         * gtk/testtext.c: Added long block of text in Arabic, to test out
20112         the direction attributes. (Some problems with the shaping system
20113         for arabic become obvious - like the fact the cursor splits words
20114         into unjoined pieces.)
20115
20116 Fri Apr 14 12:54:34 2000  Owen Taylor  <otaylor@redhat.com>
20117
20118         * gtk/gtktextdisplay.c (render_layout): Add overstrike handling.
20119
20120         * gtk/gtktextlayout.c: Fix up alignment.
20121
20122         * gtk/testtext.c: Add some tests for centering, wrapping.
20123
20124 Fri Apr 14 09:26:22 2000  Owen Taylor  <otaylor@redhat.com>
20125
20126         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c gdk/x11/gdkdrawable-x11.c:
20127         Add a draw_glyphs() operation to the drawable vtable and gdk_draw_glyphs().
20128         If we wrote GTK+-specific layout-render function this could just replace
20129         the draw_layout() operation in the vtable.
20130
20131         * gtk/gtkentry.c: Move guts of gtk_entry_get_cursor_locations to 
20132         pango_layout_get_cursor_pos() and use that function.
20133
20134         * gtk/gtktextchild.[ch]: add gtk_ onto pixmap_segment_new(), since it
20135         is a non-static symbol.
20136
20137         * gtk/gtktextbtree.[ch]: Replace gtk_text_btree_find_line_data_by_y()
20138         with gtk_text_btree_find_line_by_y()
20139
20140         * gtk/gtktextdisplay.c: Rewrote for Pango - uses a custom layout
20141         renderer that handles GtkTextAppearance attributes.
20142
20143         * gtk/gtktexttag.[ch] gtk/gtktexttagprivate.h: 
20144
20145           - Move the values in the style that don't affect geometry into a
20146             GtkTextAppearance structure.
20147           - Change underline to take a PangoUnderline and "font" a string
20148             representation of a font description
20149           - Add a "font_desc" attribute which takes a FontDescription structure.
20150
20151         * gtk/gtktextlayout.[ch]:
20152
20153           - Get rid of the display-line list per each line. Instead, we
20154             generate, on demand, a GtkTextLineDisplay structure which]
20155             contains a PangoLayout * and other necesary information
20156             (offsets, cursor locations) for displaying a paragraph.
20157           - Get rid of the code to wrap lines, create display chunks,
20158             etc. Instead, we just go through a paragraph and convert
20159             it into the necessary inputs to a PangoLayout.
20160           - Implement a new attribute type, GtkTextAttrAppearance. This
20161             holds a GtkTextAppearance, and is used to pass colors, 
20162             stipple, etc, through from the layout to the display without
20163             having to use lots and lots of individual attributes.
20164           - Reimplement gtk_layout_get_iter_at_pixel() gtk_layout_get_iter_pos()
20165             in terms of PangoLayout functions.
20166         
20167         * gtk/gtktextview.c: 
20168          
20169           - Handle passing the necessary PangoContext to the layout
20170           - Some fixups in painting to deal with the automatic backing store
20171             and offsetting of GTK+-1.4
20172           - Add a style_set handler so that the default style reacts
20173             properly to theme changes.
20174         
20175         * gtk/gtktext?*.[ch]: Random code-style fixes.
20176
20177         * gtk/testtext.c: Substitute in languages that Pango handles now for Thai
20178
20179 Mon Apr 10 10:33:45 2000  Owen Taylor  <otaylor@redhat.com>
20180
20181         * gtk/gtktext?*.[ch]: Check in Havoc's port of the Tk text widget,
20182         in original form preparatory to Pango-ization and gdkimcontext-ization.
20183
20184 Thu Apr  6 19:25:39 2000  Owen Taylor  <otaylor@redhat.com>
20185
20186         * gtk/gtkimcontext.c: Move default implementations to real_* vfuncs,
20187         so that we can derive from gtkimcontext in language bindings properly.
20188
20189 Thu Apr  6 16:02:52 2000  Owen Taylor  <otaylor@redhat.com>
20190
20191         * gtk/gtkimcontextsimple.[ch]: Use gdk_keyval_to_unicode to gdk_unicode_to_keyval.
20192         Add a compose table including (almost) all the compose combinations
20193         from X. This is 6k of static, shared data as opposed to 50k or so of dynamic
20194         data in the XIM implementation.
20195
20196         * gdk/gdk.h gdk/gdkkeyuni.c gdk/win32/gdkevents-win32.c (gdk_keyval_to_unicode, gdk_unicode_to_keyval):
20197         Moved functions to convert keyvalues from and to unicode here from
20198         the win32 port and made them public.
20199
20200 Wed Apr  5 16:37:29 2000  Owen Taylor  <otaylor@redhat.com>
20201
20202         * gtk/gtkeditable.c (gtk_editable_insert_text): Allow new_text_length == -1.
20203
20204 Wed Apr  5 16:27:45 2000  Owen Taylor  <otaylor@redhat.com>
20205
20206         * gtk/gtkimcontext.[ch]: Base class for new input context system
20207
20208         * gtk/gtkimmulticontext.[ch]: Proxy input context that allows
20209         the real input context implementation to be loaded from modules
20210         and switched on the fly.
20211
20212         * gtk/gtkcontextsimple.[ch]: Simple implementation of an input
20213         context that just does direct keysymbol => unicode translation.
20214
20215         * gtk/gtkentry.[ch]: Start switching editing over to using
20216         GtkInputContext. (No handling of preedit yet.)
20217
20218 Wed Apr  5 15:48:41 2000  Owen Taylor  <otaylor@redhat.com>
20219
20220         * gtk/gtktypeutils.h (GTK_CHECK_GET_CLASS): Fix problem with one too
20221         many substitutions. (klass should not be subsituted.)
20222
20223 Wed Apr  5 00:18:14 2000  Owen Taylor  <otaylor@redhat.com>
20224
20225         * configure.in: Add checks for Pango
20226
20227         * configure.in docs/Makefile.am: Add test for sgml2html
20228         and allow 'make dist' without building html, but print out
20229         warnings in that case. (For making snapshots)
20230
20231         * gdk/Makefile.am gdk/x11/Makefile.am gtk/Makefile.am:
20232         Add Pango libraries and C flags
20233
20234         * gdk/gdkdraw.c gdk/gdkdrawable.h gdkwindow.c gdk/x11/gdkdrawable-x11.c:
20235         Add function (gdk_draw_layout) to draw a pango layout.
20236
20237         * gdk/gdkpango.h gdk/x11/gdkpango-x11.c: New file with functions
20238         for getting Pango contexts for GDK.
20239
20240         * gtk/gtkeditable.c: Get rid of dead code gtk_editable_parent_set()
20241
20242         * gtk/gtkentry.[ch]: Complete rewrite to use Pango, add bidirectional
20243         editing.
20244
20245         * gtk/gtkentry.c: Hack in simple Hebrew input with direct
20246         keysym => unicode translations. More languages can be added
20247         here, but real input-method support is needed.
20248
20249         * docs/Changes-1.4.txt: Added note about entry behavior.
20250         
20251         * gtk/gtkenums.h gtk/gtkwidget.[ch] testgtk.c gtkprivate.h: Add functions
20252         to set the reading direction for a widget and the global direction.
20253         Add test which allows toggling the global direction. Two private
20254         flags are used to store the direction. (GTK_DIRECTION_SET + GTK_DIRECTION_LTR)
20255
20256         * gtk/gtkcheckbutton.c gtk/gtkframe.c gtk/gtkhbbox.c gtk/gtkhbox.c
20257           gtk/gtkradiobutton.c gtk/gtkspinbutton.c gtk/gtktable.c 
20258
20259         * gtk/gtk[hv]scale.c gtk/gtkscale.[ch]: Draw numbers using Pango
20260
20261         * gtk/gtklabel.[ch]: Moved to Pango and considerably rewritten. Line breaking,
20262         underlining now handled by Pango.
20263
20264         * gtk/gtkstyle.[ch] gtk/gtkrc.[ch]: Add a PangoFontDescription
20265         to RCStyle and Style. (Having both this and the old font name and GdkFont 
20266         is temporary.)
20267
20268         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_{context,layout}): Added 
20269         convenience functions for creating contexts and layouts for widgets.
20270
20271         * gtk/testgtk.c: Enhance label tests with multilingual labels.
20272
20273 2000-05-29  Jonathan Blandford  <jrb@redhat.com>
20274
20275         * gtk/gtkclist.c (gtk_clist_column_titles_active): let you set the
20276         titles to be active, even if they aren't visible.
20277         (gtk_clist_column_titles_passive):  Ditto.
20278
20279 2000-05-21  Nils Barth  <nils_barth@post.harvard.edu>
20280
20281         * gtkmenu.c:
20282         * gtkmenu.h:
20283         * gtktypeutils.h: Spelling/grammar fixes in comments.
20284
20285 Tue May 23 12:25:07 CEST 2000 lupus <lupus@debian.org>
20286
20287         * gdk/nanox/*.h: add missing header files.
20288
20289 Fri May 19 11:52:59 2000  Tim Janik  <timj@gtk.org>
20290
20291         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set
20292         send_event to TRUE.
20293         (gtk_drawing_area_size): queue a resize.
20294
20295 Sun Mar 26 03:21:28 2000  Tim Janik  <timj@gtk.org>
20296
20297         * gtk/gtksignal.c (gtk_signal_handlers_destroy): when unref-ing
20298         the handlers, also invalidate them. bug nailed down by Karl Nelson
20299         <kenelson@ece.ucdavis.edu>.
20300
20301 Fri May 19 06:49:23 2000  Tim Janik  <timj@gtk.org>
20302
20303         * gtk/gtkfontsel.c (gtk_font_selection_get_font_name): handle
20304         "(nil)" foundries, patch from Grigorios Magklis.
20305
20306         * gtk/gtkfontsel.c (gtk_font_selection_load_font): don't crash
20307         on non-available fonts, based on a patch by Grigorios Magklis
20308         <maglis@cs.rochester.edu>.
20309
20310 2000-05-18  Elliot Lee  <sopwith@redhat.com>
20311
20312         * gdk/x11/gdkregion-generic.c: If a region does not have any
20313         rectangles, or if the specified rectangle is not in the region, then return GDK_OVERLAP_RECTANGLE_OUT
20314         instead of GDK_OVERLAP_RECTANGLE_IN.
20315
20316 2000-05-17  Jonathan Blandford  <jrb@redhat.com>
20317
20318         * gtk/gtklayout.c (gtk_layout_map): Remove references to
20319         OFFSCREEN, as it is no longer necessary.
20320
20321 Wed May 17 10:52:12 2000  Owen Taylor  <otaylor@redhat.com>
20322
20323         * gtk/gtkcolorsel.c: Patch from David Santiago
20324         <mrcooger@cyberverse.com> to change things so that the 
20325         indicator of the active palette entry is done independently,
20326         not via the focus, since it should always be visible.
20327
20328 2000-05-17  Tor Lillqvist  <tml@iki.fi>
20329
20330         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Plug same
20331         refcount leaks as in the X11 backend.
20332
20333         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Logging
20334         cosmetics.
20335
20336         * gdk/win32/gdkwindow-win32.c: Similar changes as in X11
20337         backend. Add _gdk_windowing_window_destroy().
20338
20339         * gtk/gtkcolorsel.c: Include correct backend-specific header.
20340         Don't use XColor unless on X11. (No GDK_VISUAL_STATIC_COLOR
20341         either, but these probably do exist on nanox?)
20342         
20343         * gtk/gtkhsv.c: Use G_PI (fresh from <glib.h>) instead of M_PI
20344         which isn't necessarily defined by <math.h>.
20345
20346         * gtk/gtkobject.c (gtk_object_init): Don't go up the class
20347         ancestry past GtkObject.
20348
20349         * gtk/gtktypeutils.h: Mark GTK_TYPE_IDENTIFIER for export/import
20350         from DLL on Win32.
20351
20352         * gtk/gtk.def: Update corresponding to recent changes.
20353
20354         * gtk/makefile.{cygwin,msc}: Updates.
20355
20356 Fri May 12 18:46:51 2000  Owen Taylor  <otaylor@redhat.com>
20357
20358         * docs/Changes-1.4.txt: A bit of editing.
20359
20360         * gdk/gdkwindow.c (_gdk_window_clear_update_area) 
20361         * gdk/x11/gdkwindow-x11.c (gdk_window_hide): Add a function
20362         to clear the update area for the window, and clear it
20363         when hiding a window.
20364
20365         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Ignore
20366         if window destroyed.
20367
20368         * gdk/gdkwindow.c (gdk_window_end_paint): Likewise.
20369
20370         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c gdk/gdkinternals.h: Move 
20371         gdk_window_destroy() to the generic code, since there was a lot of 
20372         window-system-independent logic it in. Add a function:
20373         
20374          _gdk_window_destroy() 
20375
20376         to the internal API to destroy a window without unreferencing it.
20377         Add a function:
20378
20379          _gdk_windowing_window_destroy()
20380
20381         That does the windowing-system-dependent part of destroying 
20382         the window.
20383
20384 Fri May 12 11:07:41 2000  Owen Taylor  <otaylor@redhat.com>
20385
20386         * gtk/testgtk.c: Fix various memory leaks of pixmaps.
20387
20388 Fri May 12 11:06:10 2000  Owen Taylor  <otaylor@redhat.com>
20389
20390         * gtk/gtkwidget.c docs/Changes-1.4.txt (gtk_widget_shape_combine_mask): 
20391         Make gtk_widget_shape_combine_mask() keep a reference count on
20392         the pixmap since it keeps it around.
20393
20394 Fri May 12 10:53:29 2000  Owen Taylor  <otaylor@redhat.com>
20395
20396         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix refcount
20397         leak.
20398
20399         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix refcount
20400         leak with event filters.
20401
20402 Thu May 11 14:29:44 2000  Owen Taylor  <otaylor@redhat.com>
20403
20404         * gtk/gtkdnd.c (gtk_drag_dest_set_internal): Remove the
20405         signal handlers with the right data arguments. (Fixes
20406         some warnings when a widget was repeatedly set as a drag
20407         destination.)
20408
20409         * gdk/x11/gdkdnd-x11.c (gdk_window_register_dnd): Set data on the
20410         window so we can avoid avoid setting the DND properties on the
20411         toplevel window repeatedly.
20412
20413 2000-05-13  Tor Lillqvist  <tml@iki.fi>
20414
20415         * gdk/win32/gdkwin32.h: Define more message types missing from
20416         mingw headers.
20417
20418         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On WM_DESTROY
20419         call gdk_window_destroy_notify(). It was never called. This
20420         probably meant that the GdkWindow was never freed. Thanks Owen for
20421         noticing (!).
20422
20423         * gdk/win32/gdkwindow-win32.c (gdk_window_internal_destroy): Mark
20424         window as destroyed before calling DestroyWindow(). DestroyWindow()
20425         causes a call to the window procedure (gdk_WindowProc), which
20426         calls gdk_event_translate(), which calls
20427         gdk_window_destroy_notify(), which gets confused unless the window
20428         is set as destroyed.
20429
20430         * gdk/win32/gdkcolor-win32.c (gdk_win32_color_to_string): Rename
20431         this function to indicate it's win32 only. Put inside #ifdef
20432         G_ENABLE_DEBUG.
20433
20434         * gdk/win32/gdkevents-win32.c (gdk_win32_message_name): New
20435         debugging function. (gdk_event_translate:) Add a default branch
20436         that uses the above function to print debug messages with all
20437         Windows messages symbolically.
20438
20439         * gdk/win32/gdkprivate-win32.h: Declare it, and
20440         gdk_win32_color_to_string, but only if G_ENABLE_DEBUG.
20441
20442 Fri May 12 20:07:32 2000  Tim Janik  <timj@gtk.org>
20443
20444         * gtk/gtkcolorseldialog.c: don't include gtk/gtkintl.h in a
20445         public header file.
20446
20447 Fri May 12 17:13:32 2000  Tim Janik  <timj@gtk.org>
20448
20449         * docs/Changes-1.4.txt: documented necessary changes for 1.4 transition.
20450
20451         * gtk/gtktext.c: made the adjustments no-construct args, simply
20452         provide default adjustments.
20453         (gtk_text_destroy): release adjustments.
20454
20455         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): made the
20456         adjustment argument non-construct.
20457
20458         * gtk/gtkprogress.c (gtk_progress_destroy): release adjustment here,
20459         instead of in finalize.
20460         (gtk_progress_get_text_from_value): 
20461         (gtk_progress_get_current_text): 
20462         (gtk_progress_set_value): 
20463         (gtk_progress_get_percentage_from_value): 
20464         (gtk_progress_get_current_percentage): 
20465         (gtk_progress_set_percentage): 
20466         (gtk_progress_configure): ensure an adjustment is present.
20467
20468 Thu May 11 01:24:08 2000  Tim Janik  <timj@gtk.org>
20469
20470         * gtk/gtkcolorsel.[hc]:
20471         * gtk/gtkcolorseldialog.[hc]:
20472         * gtk/gtkhsv.[hc]: major code cleanups, destroy handlers need to chain
20473         their parent implementation, use bit fields for boolean values, don't
20474         create unused widgets, usage of glib types, braces go on their own
20475         lines, function argument alignment, #include directives etc. etc. etc..
20476
20477         * gtk/Makefile.am (gtk_public_h_sources): install gtkhsv.h.
20478
20479 Wed May 10 23:29:52 2000  Tim Janik  <timj@gtk.org>
20480
20481         * gtk/gtktoolbar.c (gtk_toolbar_destroy): don't unref a NULL tooltips.
20482
20483         * gtk/gtkfilesel.c (gtk_file_selection_destroy): don't free a cmpl_state
20484         of NULL.
20485
20486         * gtk/gtkcombo.c (gtk_combo_item_destroy): don't keep references
20487         to freed data.
20488         (gtk_combo_destroy): don't keep a pointer to a destroyed window.
20489
20490         * gtk/gtkmenu.c (gtk_menu_init): reset the menu's toplevel pointer
20491         to NULL when the toplevel is getting destroyed.
20492         (gtk_menu_set_tearoff_state): same here for the tearoff_window.
20493         (gtk_menu_destroy): 
20494         (gtk_menu_init): store the information of whether we have to
20495         readd the initial child ref_count during destruction in a new
20496         GtkMenu field needs_destruction_ref_count.
20497
20498         * gtk/gtkviewport.c: SHAME! ok this one is tricky, so i note it
20499         here, those reading: learn from my mistake! ;)
20500         in order for set_?adjustment to support a default adjustemnt if
20501         invoked with an adjustment pointer of NULL, the code read (pseudo):
20502         if (v->adjustment) unref (v->adjustment);
20503         if (!adjustment) adjustment = adjustment_new ();
20504         if (v->adjustment != adjustment) v->adjustment = ref (adjustment);
20505         now imagine the first unref to actually free the old adjustment and
20506         adjustment_new() creating a new adjustment from the very same memory
20507         portion. here, the latter comparision will unintendedly fail, and
20508         all hell breaks loose.
20509         (gtk_viewport_set_hadjustment):
20510         (gtk_viewport_set_vadjustment): reset viewport->?adjustment to NULL
20511         after unreferencing it.
20512
20513         * gtk/gtkcontainer.[hc]: removed toplevel registration
20514         functions: gtk_container_register_toplevel(),
20515         gtk_container_unregister_toplevel() and
20516         gtk_container_get_toplevels() which had wrong semantics
20517         anyways: it didn't reference and copy the list.
20518
20519         * gtk/gtkwindow.c: we take over the container toplevel registration
20520         bussiness now. windows are registered across multiple destructions,
20521         untill they are finalized. the initial implicit reference count
20522         users are holding on windows is removed with the first destruction
20523         though.
20524         (gtk_window_init): ref & sink and set has_user_ref_count, got
20525         rid of gtk_container_register_toplevel() call. add window to
20526         toplevel_list.
20527         (gtk_window_destroy): unref the window if has_user_ref_count
20528         is still set, got rid of call to
20529         gtk_container_unregister_toplevel().
20530         (gtk_window_finalize): remove window from toplevel list.
20531         (gtk_window_list_toplevels): new function to return a newly
20532         created list with referenced toplevels.
20533         (gtk_window_read_rcfiles): use gtk_window_list_toplevels().
20534
20535         * gtk/gtkhscale.c (gtk_hscale_class_init): made the GtkRange
20536         adjustment a non-construct arg.
20537         * gtk/gtkvscale.c (gtk_vscale_class_init): likewise.
20538         * gtk/gtkhscrollbar.c (gtk_vscrollbar_class_init): likewise.
20539         * gtk/gtkvscrollbar.c (gtk_vscrollbar_class_init): likewise.
20540
20541         * gtk/gtkrange.c: added some realized checks.
20542         (gtk_range_destroy): get rid of the h/v adjustments in the
20543         destroy handler instead of finalize. remove timer.
20544         (gtk_range_get_adjustment): demand create adjustment.
20545
20546         * gtk/gtkviewport.c: made h/v adjustment non-construct args.
20547         we simply create them on demand now and get rid of them in
20548         the destroy handler.
20549         (gtk_viewport_destroy): get rid of the h/v adjustments in the
20550         destroy handler instead of finalize.
20551         (gtk_viewport_get_hadjustment): 
20552         (gtk_viewport_get_vadjustment): 
20553         (gtk_viewport_size_allocate): demand create h/v adjustment
20554         if required.
20555
20556         * gtk/gtkwidget.c (gtk_widget_finalize): duplicate part of the
20557         gtk_widget_real_destroy () functionality.
20558         (gtk_widget_real_destroy): reinitialize with a new style, instead
20559         of setting widget->style to NULL.
20560
20561 Fri May  5 13:02:09 2000  Tim Janik  <timj@gtk.org>
20562
20563         * gtk/gtkcalendar.c:
20564         * gtk/gtkbutton.c: ported _get_type() implementation over to
20565         GType, either to preserve memchunks allocation facilities,
20566         or because Gtk+ 1.0 GtkTypeInfo was still being used.
20567
20568         * gtk/gtkobject.[hc]: derive from GObject. ported various functions
20569         over. prepare for ::destroy to be emitted multiple times.
20570         removed reference tracer magic. chain into GObjectClass.shutdown()
20571         to emit ::destroy signal.
20572
20573         * gtk/gtksignal.c: removed assumptions about GTK_TYPE_OBJECT being
20574         fundamental.
20575
20576         * gtk/gtkmain.c: removed gtk_object_post_arg_parsing_init()
20577         cludge.
20578
20579         * gtk/gtksocket.c:
20580         * gtk/gtkplug.c:
20581         * gtk/gtklayout.c:
20582         * gtk/gtklabel.c:
20583         * gtk/gtkargcollector.c:
20584         * gtk/gtkarg.c: various fixups to work with GTK_TYPE_OBJECT
20585         not being a fundamental anymore, and to work with the new
20586         type system (nuked fundamental type varargs clutter).
20587
20588         * gtk/*.c: install finalize handlers in the GObjectClass
20589         part of the class structure.
20590         changed direct GTK_OBJECT()->klass accesses to
20591         GTK_*_GET_CLASS().
20592         changed direct object_class->type accesses to GTK_CLASS_TYPE().
20593
20594         * gtktypeutils.[hc]: use the reserved fundamental ids provided by
20595         GType. made most of the GTK_*() type macros and Gtk* typedefs
20596         simple wrappers around macros and types provided by GType.
20597         most notably, a significant portion of the old API vanished:
20598         GTK_TYPE_MAKE(),
20599         GTK_TYPE_SEQNO(),
20600         GTK_TYPE_FLAT_FIRST, GTK_TYPE_FLAT_LAST,
20601         GTK_TYPE_STRUCTURED_FIRST, GTK_TYPE_STRUCTURED_LAST,
20602         GTK_TYPE_ARGS,
20603         GTK_TYPE_CALLBACK,
20604         GTK_TYPE_C_CALLBACK,
20605         GTK_TYPE_FOREIGN,
20606         GtkTypeQuery,
20607         gtk_type_query(),
20608         gtk_type_set_varargs_type(),
20609         gtk_type_get_varargs_type(),
20610         gtk_type_check_object_cast(),
20611         gtk_type_check_class_cast(),
20612         gtk_type_describe_tree(),
20613         gtk_type_describe_heritage(),
20614         gtk_type_free(),
20615         gtk_type_children_types(),
20616         gtk_type_set_chunk_alloc(),
20617         gtk_type_register_enum(),
20618         gtk_type_register_flags(),
20619         gtk_type_parent_class().
20620         replacements, where available are described in ../docs/Changes-1.4.txt.
20621         implemented compatibility functions for the remaining API.
20622
20623         * configure.in: depend on glib 1.3.1, use gobject module.
20624
20625 Thu May 11 12:39:50 2000  Owen Taylor  <otaylor@redhat.com>
20626
20627         * TODO.xml: Various updates to current status.
20628
20629 Wed May 10 20:25:04 2000  Owen Taylor  <otaylor@redhat.com>
20630
20631         * gtk.m4: Print out version when test succeeds.
20632
20633 Wed May 10 16:38:17 2000  Owen Taylor  <otaylor@redhat.com>
20634
20635         * gtk/Makefile.am docs/Changes-1.4.txt gtk/gtkcolorsel.[ch]
20636         gtk/gtkhsv.[ch]: Color selection dialog rewrite.
20637         
20638         (Original triangle color selector from Simon Budig
20639         <Simon.Budig@unix-ag.org>, Cleaned up and rewritten for GTK+ by
20640         from Jonathan, Havoc, and Federico. Merge into GTK+ done by David
20641         Santiago <mrcooger@cyberverse.com>)
20642
20643         * gtk/gtkcolorseldialog.[ch]: Split color selection dialog
20644         out into a separate widget.
20645
20646         * gtk/testgtk.c: Add some checkbuttons for toggling palette
20647         and opacity controls.
20648
20649 Wed May 10 16:08:09 2000  Owen Taylor  <otaylor@redhat.com>
20650
20651         * configure.in (GTK_LIBS_EXTRA): Remove references to gobject that 
20652         snuck in prematurely.
20653
20654 2000-05-07  Tor Lillqvist  <tml@iki.fi>
20655
20656         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix typo. I
20657         had deleted a ! operator by mistake, which caused
20658         GDK_SELECTION_CLEAR events never to be generated, which caused
20659         only the first copy to the clipboard from an gtkeditable to
20660         actually cause a copy to the Windows clipboard.
20661
20662 2000-05-06  Tor Lillqvist  <tml@iki.fi>
20663
20664         * gdk/win32/gdkdnd-win32.c: Enable shortcut resolution for gcc
20665         compilation, too. Current mingw gcc distributions include the
20666         necessary headers. Also the necessary IIDs are now in mingw
20667         headers/libraries, and own definitions unnecessary.
20668
20669         More hacking on OLE2 DND, still doesn't work though, and thus
20670         ifdeffed out.
20671
20672         * gdk/win32/gdkwindow-win32.c: Remove gdk_window_clear() from
20673         here, too.
20674
20675 Sat,  6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com>
20676
20677         * gdk/nanox/*: nano-X port work in progress.
20678         * gdk/simple.c: simple test for Gdk.
20679         * README.nanox: notes about the port: read this first!
20680         * gtk/gtk{dnd,plug,selection,window}.c: minimal changes to make gtk compile
20681         with nano-X.
20682
20683 Fri May  5 11:18:47 2000  Owen Taylor  <otaylor@redhat.com>
20684
20685         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c (gdk_window_clear): Move
20686         gdk_window_clear() into common code, implement in terms of
20687         gdk_window_clear_area(). (Fixes bug where gdk_window_clear() was
20688         not redirected to the backing rectangle.
20689
20690 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
20691
20692         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
20693         EXTRA_DIST. It does not work well when the file that
20694         everything depends on is not in the tarball.
20695
20696 Tue Apr 25 22:20:41 2000  Owen Taylor  <otaylor@redhat.com>
20697
20698         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix error
20699         with recursion where process_updates() is called from
20700         an expose handler. (GtkTextView is highly broken in
20701         doing this, but it should work, so it is a nice test
20702         case.)
20703
20704 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
20705
20706         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Gracefully
20707         handle the case where updates are queued during processing of
20708         updates.
20709
20710 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
20711
20712         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): We already assume
20713         window is on gdk_display - use that instead of segfaulting.
20714
20715 Thu May  4 02:04:46 2000  Tim Janik  <timj@gtk.org>
20716
20717         * configure.in (STRIP_DUMMY): some Make 3.79 $(strip ) versions are
20718         broken and require an empty arg, give it to them.
20719
20720 Fri Apr 28 19:34:32 2000  Tim Janik  <timj@gtk.org>
20721
20722         * gtk/gtklabel.h: indentation fixes.
20723
20724 2000-05-02  Tor Lillqvist  <tml@iki.fi>
20725
20726         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_arc): Don't try to
20727         draw too narrow or too low arcs, they seem to fail, at least with
20728         some display drivers.
20729
20730         * gdk/gdk.c (gdk_init_check): Use G_DIR_SEPARATOR.
20731
20732         Large changes to the Win32 backend, partially made necessary by
20733         the changes to the backend-independent internal
20734         structures. Attempts to implement similar backing store stuff as
20735         on X11. The current (CVS) version of the Win32 backend is *not* as
20736         stable as it was before the no-flicker branch was merged. A
20737         zipfile with that version is available from
20738         http://www.gimp.org/win32/. That should be use by "production"
20739         code until this CVS version is usable. (But note, the Win32
20740         backend has never been claimed to be "production quality".)
20741
20742         * README.win32: Add the above comment about versions.
20743
20744         * gdk/gdkwindow.c: Don't use backing store for now on Win32.
20745
20746         * gdk/gdk.def: Update.
20747
20748         * gdk/gdkfont.h: Declare temporary Win32-only functions. Will
20749         presumably be replaced by some more better mechanism as 1.4 gets
20750         closer to release shape.
20751
20752         * gdk/makefile.{cygwin,msc}: Update.
20753
20754         * gdk/win32/*.c: Correct inclusions of the backend-specific and
20755         internal headers. Change code according to changes in these. Use
20756         gdk_drawable_*, not gdk_window_* where necessary.
20757
20758         * gdk/win32/gdkdnd-win32.c: Use MISC selector for GDK_NOTE, not
20759         our old DND.
20760
20761         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_text): Don't try
20762         to interpret single characters as UTF-8. Thanks to Hans Breuer.
20763         Use correct function name in warning messages.
20764
20765         * gdk/win32/gdkevents-win32.c: Use correct parameter lists for the
20766         GSourceFuncs gdk_event_prepare and gdk_event_check.
20767         (gdk_event_get_graphics_expose): Do implement, use
20768         PeekMessage. Thanks to Hans Breuer.
20769         (event_mask_string): Debugging function to print an GdkEventMask.
20770         (gdk_pointer_grab): Use it.
20771
20772         * gdk/win32/gdkfont-win32.c: The Unicode subrange that the
20773         (old) book I used claimed was Hangul actually is CJK Unified
20774         Ideographs Extension A. Also, Hangul Syllables were missing.
20775         Improve logging.
20776
20777         * gdk/win32/gdkgc-win32.c: Largish changes.
20778
20779         * gdk/win32/gdkim-win32.c (gdk_set_locale): Use
20780         g_win32_getlocale() from GLib, and not setlocale() to get current
20781         locale name.
20782
20783         * gdk/win32/gdkprivate-win32.h
20784         * gdk/win32/gdkwin32.h: Move stuff from gdkprivate-win32.h to
20785         gdkwin32.h, similarily as in the X11 backend.
20786
20787         * gdk/win32/gdkwindow-win32.c (gdk_propagate_shapes): Bugfix,
20788         assignment was used instead of equals in if test. Thanks to Hans
20789         Breuer.
20790
20791         * gdk/win32/gdkgeometry-win32.c: New file, just a quick hack of
20792         the X11 version.
20793
20794         * gdk/win32/makefile.{cygwin,msc}
20795         * gtk/makefile.{cygwin,msc}: Updates. Better kludge to get the
20796         path to the Win32 headers that works also with the mingw compiler.
20797
20798         * gtk/gtkstyle.c: Include <string.h>.
20799
20800 2000-04-26  Havoc Pennington  <hp@redhat.com>
20801
20802         * gtk/gtklabel.c (gtk_label_get_text): Add this function,
20803         replacing the broken gtk_label_get ()
20804
20805 2000-04-15  Havoc Pennington  <hp@pobox.com>
20806
20807         * gdk/gdkdnd.h: clean up enum format, remove extra comma, 
20808         this keeps scanner scripts from getting confused.
20809
20810         * gdk/gdkdraw.c (gdk_drawable_get_data): This should return the
20811         data, rather than void
20812
20813 2000-04-15  Tor Lillqvist  <tml@iki.fi>
20814
20815         * gtk/gtkclist.c (gtk_clist_motion)
20816         * gtk/gtklist.c (gtk_list_motion_notify): If we get a motion event
20817         with is_hint FALSE, get x and y from the event. They used to be
20818         used uninitialised. The Win32 backend never sends motion events
20819         marked as hints. This for instance fixes the annoying file and
20820         font selector behaviour in the Win32 version.
20821
20822 2000-04-14  Tor Lillqvist  <tml@iki.fi>
20823
20824         * gtk/gtksignal.c: (Win32:) Export the gtk_private_signals and
20825         gtk_private_n_signals variables, they are used by some software,
20826         sigh.
20827
20828         * gtk/gtkrc.c (get_gtk_sysconf_directory): (Win32:) Fetch the
20829         installation directory from the Registry, where the installer
20830         should have put it.
20831
20832 Fri Apr  7 17:19:27 2000  Owen Taylor  <otaylor@redhat.com>
20833
20834         * gdk/x11/Makefile.am: Fix problem with installation directory for
20835         gdkx.h
20836
20837         * gtk/gtkmenuitem.c gtk/gtkmenushell.c: Patch from David Santiago
20838         <mrcooger@cyberverse.com> so that when selecting menus with the
20839         mouse, the first item will not be selected, but when selecting
20840         with an accelerator, or navigating left-right on a menubar with
20841         the menus popped up, the first item will be selected.
20842
20843 2000-04-05  Dan Damian  <dand@dnttm.ro>
20844
20845         * configure.in: Added "ro" to ALL_LINGUAS.
20846
20847 Wed Apr  5 00:08:36 2000  Owen Taylor  <otaylor@redhat.com>
20848
20849         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Fix screwy
20850         indentation.
20851
20852         * Makefile.am (EXTRA_DIST): Fix typo.
20853
20854         * gdk[/x11]/Makefile.am (INCLUDES): Add $(top_builddir)/gdk
20855         to catch gdkconfig.h
20856
20857         * gtk/gtkitemfactory.c: Added FIXME.
20858
20859 2000-03-30  Jonathan Blandford  <jrb@redhat.com>
20860
20861         * gtk/gtkpaned.c (gtk_paned_get_position): oops.
20862         s/return_if_fail/return_val_if_fail/g and add a return value.
20863
20864 Mon Mar 27 20:56:14 2000  Owen Taylor  <otaylor@redhat.com>
20865
20866         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Fix up 
20867         merge slipup.
20868
20869         * gdk/gdkinput.h: Fix missing line from merge.
20870
20871 Mon Mar 27 20:39:49 2000  Owen Taylor  <otaylor@redhat.com>
20872
20873         * gdk/gdkcolor.c cursor.c gdkdraw.c gdkfont.c: Include gdkinternals.h
20874         instead of gdkprivate.h.
20875
20876 Sun Mar 12 15:19:24 2000  Owen Taylor  <otaylor@redhat.com>
20877
20878         * gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
20879         parent class to correctly be GtkDialogClass.
20880
20881 Thu Feb 24 23:58:21 2000  Owen Taylor  <otaylor@redhat.com>
20882
20883         * gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
20884         toplevel windows and their immediate children by their parents,
20885         since the size of toplevel windows is out of our immediate
20886         control and we don't get any real benefit from trying to track
20887         this size for clipping.
20888
20889         * gdk/gdkprivate.h (struct _GdkWindowPrivate) gdk/x11/gdkwindow-x11.c : Add a flag
20890         for input_only windows.
20891
20892         * gdk/gdkwindow.c gdk/x11/gdkgeometry-x11.c: Use the above flag
20893         to fix some hacks and make sure that we don't try to set the
20894         background of input only windows.
20895
20896 Thu Feb 24 18:11:46 2000  Owen Taylor  <otaylor@redhat.com>
20897
20898         * gdk/gdkinternals.h gdk/gdkprivate.h gdk/Makefile.am: Add a header file for
20899         the _really_ internal stuff, and leave gdkprivate.h for the fake private
20900         stuff that we've traditionally exposed.
20901
20902         * gdk/**.c: Use gdkinternals.h where appropriate.
20903
20904         * gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h gdk/x11/*.c: Make gdkx.h
20905         not include gdkprivate-x11.h, move all stuff of conceivable public
20906         interest into gdkx.h; keep all really private stuff in
20907         uninstalled header gdkprivate-x11.h.
20908
20909         * gdk/gdkdraw.c gdk/gdkwindow.c gdk/gdkinternals: Redirect all calls to
20910         image->image_put on windows through a new function _gdk_window_draw_image()
20911         to allow us to do backing store for images. (Sort of ugly)
20912
20913         * gdk/gdkgc.c gdk/gdkprivate.h: Cache the ts and clip origins for graphics
20914         contexts locally so that we can offset them properly when drawing 
20915         onto backing pixmaps.
20916
20917         * gdk/gdkinput.h: Reindented
20918
20919         * gdk/gdkprivate.h gdk/x11/gdkwindow-x11.c: Store the background
20920         pixmap or color for the window, so we can properly initialize
20921         our double-buffer pixmaps, and also so that we temporarily set
20922         a background of None while scrolling.
20923
20924         * gdk/gdkregion.h: Revise region boolean operators to have an
20925         interface that is actually convenient - switch from creating new
20926         regions on every op, to "methods" that modify existing regions
20927         (A = A OP B). 3 argument forms which allow dest == src, would also
20928         be possible, but the current interfaces seem to map nicely
20929         onto what needs to be done. (There is quite a lot of region
20930         code in GDK now.)
20931
20932         * gdk/gdkregion.h: Add constructor from rectangle and a copy
20933         operator.
20934
20935         * gdk/x11/{gdkregion-generic.[ch],gdkpolyreg-generic.c,
20936         gdkpoly-generic.h: Copy region code from Xlib, switch it over
20937         to 32 bit coordinates, modify it to be mostly GTK+ style
20938         and to have interfaces that match gdkregion.h.
20939
20940         * gdk/gdkwindow.c gdk/gdkprivate.h: Add facility for
20941         double-buffered drawing. gdk_window_begin_paint_{rect,region}()
20942         create a backing pixmap and redirect all drawing to
20943         that backing pixmap until a matching gdk_window_end_paint().
20944
20945         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkdrawable-x11.c:
20946         Create a special drawable class for GtkWindow's that 
20947         redirects the drawing to the backing pixmap as necessary
20948         and then calls the real operations in _gdk_windowing_window_class.
20949
20950         * gdk/gdkprivate.h gdk/gdkwindow.[ch] gdk/x11/gdkevents-x11.c:
20951         Store invalid region for each window. Generate expose events for invalid
20952         region in an idle. This replaces both the expose compression
20953         and the redrawing queuing in GTK+. It is both more efficient and
20954         simpler than either one individually and far more so then the
20955         combination.
20956
20957         * gdk/x11/gdkgeometry.c gdk/x11/gdkwindow.c gdk/x11/gdkprivate-x11.h:
20958         Emulate 32 bit coordinates for windows with 16 bit coordinates
20959         by offsetting drawing, guffaw scrolling techniques and
20960         mapping/unmapping child windows as necessary.
20961
20962         * gdk/gdkwindow.[ch] gdk/x11/gdkgeometry.c: Add anti-exposes,
20963         where, when invalid regions are processed, the region is stored,
20964         and if expose events come in that are detectably duplicate
20965         the processed exposes (by comparison of event serial numbers),
20966         the stored region is subtracted out of those exposes.
20967
20968         * gdk/x11/gdkgeometry.c: Temporarily unset backing pixmaps of
20969         regions newly exposed when scrolling or resizing windows.
20970         This, combined with forcing processesing of queued invalidated
20971         regions, gives nice flicker-free scrolling.
20972
20973         * gtk/gtklayout.c gtk/gtkviewport.c: Force processing of
20974         invalidated regions after every scroll.
20975
20976         * gtk/gtklayout.c: Vastly simplify using the new 32 bit coordinate
20977         emulation in GDK. Its, for all practical purposes just a
20978         GtkViewport/GtkFixed hybrid now.
20979
20980         * gdk/gdkdrawable-x11.c: Convert from GDK (32 bit) to X11
20981         (16-bit) structures as necessary instead of just casting.
20982
20983         * gdk/x11/gdkgc-x11.c gdk/x11/gdkx.h: Replace XSetRegion with code
20984         in terms of the structures from gdkregion-generic.c, using appropriate
20985         offsets from GDK to X11 coordinates. Cache clip mask and
20986         origin and ts origin locally and only flush to the server
20987         when drawing, to avoid constantly setting and resetting these
20988         values when offsetting GC's for scrolling and backing pixmaps.
20989
20990         * gdk/x11/gdkinput-x11.c: Fix leak of axes structures.
20991
20992         * gtk/gtkcontainer.c: Call process_all_updates at end
20993         of resizing to reduce flicker. (Avoids having redraw
20994         lag arbitrarily behind resize under some circumstances)
20995
20996         * gtk/gtkentry.c: Remove old backing store code, and simply take
20997         advantage of the new backing store capabilities of GDK.
20998
20999         * gtk/gtkmain.c: Simple implementation of widget backing
21000         store - simply push a paint while handling each expose.
21001         (Should really be configurable widget for widget.)
21002         
21003         * gtk/gtkwidget.c: Remove all the old complicated redraw
21004         code, and simply invalidate the GDK windows from
21005         gdk_window_queue_clear(), etc. (Sigh, so much carefully
21006         debugged complexity ... gone to the winds.)
21007
21008         Remove all the code for suppressing expose events while
21009         resizes are pending; this isn't needed since the invalid
21010         areas won't be processed until after the resizes are
21011         processed, since they are in a lower priority idle.
21012
21013 Thu Feb 24 15:37:41 2000  Owen Taylor  <otaylor@redhat.com>
21014
21015         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Set width
21016         and height of dest rectangle for non-intersecting rectangles.
21017
21018 Sun Feb 20 16:47:31 2000  Owen Taylor  <otaylor@redhat.com>
21019
21020         * gtk/gtkwidget.h: Make GtkAllocation just a typedef
21021         for GdkRectangle.
21022
21023 Sun Feb 20 11:27:00 2000  Owen Taylor  <otaylor@redhat.com>
21024
21025         * gdk/gdk{events,image,private,types,window}.h
21026          gdk/x11/gdkinputprivate.h: Change all coordinates
21027          from int16 to int. Also, Change width and height from
21028          unsigned to signed to avoid all the stupid C 
21029          signedness bugs.
21030
21031 Sat Feb 19 12:01:53 2000  Owen Taylor  <otaylor@redhat.com>
21032
21033         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable):
21034         Use gdk_drawable_get_depth instead of gdk_drawable_get_visual.
21035         Add some more detailed checking.
21036
21037         * gdk/gdkdraw.c gdk/gdkdrawable.h (gdk_drawable_get_depth):
21038         New function to retrieve the depth of a drawable.
21039
21040         * gdk/gdkprivate.h (struct _GdkDrawablePrivate): Add a depth
21041         field, reorder fields to save memory. 
21042
21043 Mon Dec 13 14:06:03 1999  Owen Taylor  <otaylor@redhat.com>
21044
21045         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): Draw a small portion
21046         of the background image instead of scaling the background down to
21047         a line.
21048
21049         * gtk/gtk[hv]scrollbar.c (gtk_hscrollbar_size_allocate): Removed mysterious
21050         which temporarily set slider to wrong size.
21051
21052         * gtk/gtkaspectframe.c gtkbin.c: Remove unecessary calls to
21053         queue_clear().
21054
21055 Wed Nov 17 18:36:05 1999  Owen Taylor  <otaylor@redhat.com>
21056
21057 2000-03-23  Jonathan Blandford  <jrb@redhat.com>
21058
21059         * gtk/gtkpaned.c (gtk_paned_get_position): add getter.
21060
21061 2000-03-17  Tor Lillqvist  <tml@iki.fi>
21062
21063         * gdk/win32/gdkevents-win32.c: Remove the #ifndef
21064         USE_DISPATCHMESSAGE sections, we do want to use DispatchMessage.
21065
21066         * gdk/win32/gdkfont-win32.c
21067         * gdk/win32/gdkproperty-win32.c
21068         * gdk/win32/gdkselection-win32.c
21069         * gdk/win32/gdkwindow-win32.c: Add const to some arguments that are
21070         now declared such.
21071
21072 Wed Mar 15 02:59:38 PST 2000 Manish Singh <yosh@gimp.org>
21073
21074         * gtk/gtkvpaned.c: removed stray gutter_size reference, a 1.2 relic
21075
21076 Mon Mar 13 18:37:55 2000  Owen Taylor  <otaylor@redhat.com>
21077
21078         * gdk/gdkdnd.c: Fix a bunch of cases where XGetWindowProperty()
21079         is called without trapping X errors.
21080
21081 Fri Feb 25 10:48:53 2000  Owen Taylor  <otaylor@redhat.com>
21082
21083         * gtk/gtkrc.*: Fix problem where stray '"' characters found their
21084         way into the fontset lists.
21085
21086 Tue Feb 22 08:52:52 2000  Tim Janik  <timj@gtk.org>
21087
21088         * gtk/gtkthemes.h: add extern "C" scope.
21089
21090 Mon Feb 21 20:16:42 2000  Lars Hamann  <lars@gtk.org>
21091
21092         * gtk/gtkclist.c: applied  patch from Guy Harris <guy@netapp.com>
21093         to make appends to the list constant. (gtk-guy-990901-0.patch)
21094
21095 Mon Feb 14 22:50:10 2000  Tim Janik  <timj@gtk.org>
21096
21097         * gtk/gtktypeutils.c (gtk_type_init): use g_str_hash() and g_str_equal()
21098         for the typename hash table.
21099
21100 Mon Feb 14 15:01:23 2000  Owen Taylor  <otaylor@redhat.com>
21101
21102         * gtk/gtkpaned.c (gtk_paned_compute_position): Add some sanity checks
21103         to make sure we never divide by zero. 
21104         (Problem pointed out by Michal Jaegermann <michal@ellpspace.math.ualberta.ca>)
21105
21106 Mon Feb 14 12:29:38 2000  Owen Taylor  <otaylor@redhat.com>
21107
21108         * gtk/gtkfontsel.c: Apply patch from
21109         SHIRASAKI Yasuhiro <yasuhiro@awa.tohoku.ac.jp> to make font selector work a little
21110         better with 2-byte fonts. (Load a fontset instead of a font for two byte fonts.)
21111
21112         Also, some cleanups in atom handling.
21113
21114 Sun Feb 13 08:02:21 2000  Tim Janik  <timj@gtk.org>
21115
21116         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
21117         not GtkWidget.
21118
21119 Fri Feb 11 02:19:32 2000  Tim Janik  <timj@gtk.org>
21120
21121         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): 
21122         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): 
21123         * gtk/gtkpaned.c (gtk_paned_compute_position): had to squeeze some
21124         more guint wrap-around bugs before going to bed.
21125
21126 Thu Feb 10 16:16:35 2000  Tim Janik  <timj@gtk.org>
21127
21128         * gtk/gtkspinbutton.c (gtk_spin_button_size_allocate): guard against
21129         guint wrap arounds in allocation.width.
21130
21131         * gtk/gtktable.c (gtk_table_size_allocate_pass1): repeat shrinking
21132         process untill we fit the allocation given.
21133
21134 Tue Feb  8 09:38:29 2000  Tim Janik  <timj@gtk.org>
21135
21136         * gtk/gtkwidget.c:
21137         (gtk_widget_unrealize): guard widget access with ref/unref
21138         around signal emission.
21139         (gtk_widget_hide): same here, but also check its destroyed
21140         state before queueing a resize.
21141
21142 Tue Feb  8 03:05:55 2000  Tim Janik  <timj@gtk.org>
21143
21144         * gtk/gtkstyle.c (gtk_style_new): use gtk_default_prelight_bg instead
21145         of gtk_default_insensitive_bg as insensitive base color.
21146
21147         * gtk/gtktext.c (gtk_text_style_set): set the background color according
21148         to the widget's state.
21149         (gtk_text_realize): same here.
21150         (gtk_text_state_changed): same here.
21151         (draw_bg_rect): compare background color against base[] from
21152         GTK_WIDGET_STATE (text) not GTK_STATE_NORMAL.
21153
21154 Mon Feb  7 04:01:55 2000  Tim Janik  <timj@gtk.org>
21155
21156         * gtk/gtkmain.c (gtk_main_do_event): ignore delete events when
21157         grabs are active, unless a delete event is send to the toplevel
21158         of the currently grab holding widget.
21159
21160 Sun Feb  6 10:13:15 2000  Owen Taylor  <otaylor@redhat.com>
21161
21162         * gtk/gtkctree.c (gtk_ctree_drag_data_received): Remove
21163         debugging g_print's.
21164
21165 Fri Feb  4 15:54:54 2000  Owen Taylor  <otaylor@redhat.com>
21166
21167         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_request): Don't
21168         ever make the scrolled-window requisition ever depend on the 
21169         visibility state of the scrollbars for the AUTOMATIC policy. 
21170         This breaks the GTK+ requisition model, and causes loops.
21171
21172 Fri Feb  4 15:09:12 2000  Owen Taylor  <otaylor@redhat.com>
21173
21174         * gtk/gtkstyle.c (gtk_style_new): Set the charset explicitely for
21175         the default font to avoid problems with XFree86-4.0 where the
21176         default charset is iso10646-1, not iso8859-1.
21177
21178 Thu Feb  3 14:58:48 PST 2000 Manish Singh <yosh@gimp.org>
21179
21180         * acinclude.m4
21181         * config.guess
21182         * config.sub
21183         * ltconfig
21184         * ltmain.sh: upgrade to libtool 1.3.4 (bugfix only release)
21185
21186         * gtk/Makefile.am: minor cosmetic consistency tweak
21187
21188 Thu Feb  3 14:46:01 2000  Owen Taylor  <otaylor@redhat.com>
21189
21190         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): Set
21191         the activate_time to 0, so that we handle a quick
21192         press/release press/release properly and don't suppress
21193         the second release. (Red Hat bug #7545)
21194
21195 Wed Feb  2 22:25:17 2000  Tim Janik  <timj@gtk.org>
21196
21197         * gtk/gtkctree.c (row_delete):
21198         (gtk_ctree_node_set_row_data_full): fixed very evil reentrancy
21199         bugs with destruction notifier, *always* update internal
21200         structures *before* calling user code.
21201
21202 Sun Jan 30 20:10:52 2000  Lars Hamann  <lars@gtk.org>
21203
21204         A few more fixes for bug #5487, #2051, #2677.
21205         * gtk/gtkclist.c : 
21206         (gtk_clist_button_press):  Reset clist->anchor to -1 if event->type is
21207         not GDK_BUTTON_PRESS.
21208         (resync_selection): resync only if selection_mode is
21209         GTK_SELECTION_EXTENDED
21210         * gtk/gtkctree.c (resync_selection): same here
21211
21212 Sun Jan 30 12:29:20 2000  Owen Taylor  <otaylor@redhat.com>
21213
21214         * gdk/gdk.h gtk/gtkmenu.h: Removed duplicate prototypes for
21215         gdk_drag_get_selection() and gtk_menu_detach().
21216
21217         [ From Jeroen Ruigrok/Asmodai ]
21218
21219 Sat Jan 29 10:11:56 2000  Owen Taylor  <otaylor@redhat.com>
21220
21221         * gtk/gtknotebook.c (gtk_notebook_size_request): 
21222         page->tab_label can be NULL.
21223
21224 2000-01-25  Havoc Pennington  <hp@pobox.com>
21225         
21226         * gdk/gdkwindow.c (gdk_window_set_back_pixmap): parent_relative
21227         arg is boolean
21228
21229         * gdk/gdkselection.c (gdk_selection_owner_set): return boolean
21230
21231         * gdk/gdkrectangle.c (gdk_rectangle_intersect): return boolean
21232
21233         * gdk/gdkproperty.c (gdk_property_get): return boolean
21234
21235         * gdk/gdkinput.c (gdk_input_set_mode): return boolean
21236
21237         * gdk/gdkim.c (gdk_im_ready): return boolean
21238
21239         * gdk/gdkgc.c (gdk_gc_set_exposures): gboolean arg
21240
21241         * gdk/gdkfont.c (gdk_font_equal): return gboolean (mild
21242         glib clash, should fix glib)
21243
21244         * gdk/gdkevents.c (gdk_set_show_events): take gboolean arg
21245         (gdk_get_show_events): return gboolean, and canonicalize 
21246         to TRUE/FALSE
21247
21248         * gdk/gdkcolor.c (gdk_colormap_new): gboolean flag whether the
21249         colormap is private
21250         (gdk_colors_alloc): gboolean whether to be contiguous
21251         (gdk_color_equal): return gboolean since we are a predicate
21252         and not a qsort() (this looks semi-wrong due to glib breakage,
21253         IMO glib should be fixed)
21254         
21255         * gdk/gdk.c (gdk_set_use_xshm): take gboolean arg
21256         (gdk_get_use_xshm): return gboolean
21257         (gdk_pointer_is_grabbed): return gboolean
21258
21259         * gdk/gdk.h: Change prototypes to match all the above changes,
21260         and re-run egtk-format-protos as required.
21261
21262 Fri Jan 28 12:28:17 2000  Owen Taylor  <otaylor@redhat.com>
21263
21264         * gtk/gtkctree.c (resync_selection): 
21265         * gtk/gtkclist.c (resync_selection):
21266
21267         Return immediately if clist->drag_pos < 0. This is a workaround
21268         for the corrupt state that the clist gets into when a
21269         GDK_2BUTTON_PRESS occurs. See note in gtk_clist_button_press().
21270
21271         Bug #5487, #2051, #2677; fix suggested by David Helder and T. Alexander Popiel.
21272         
21273         * gtk/gtknotebook.c (gtk_notebook_size_request): Fix uninitialized
21274         variable from recent commit.
21275
21276 Thu Jan 27 15:22:09 2000  Owen Taylor  <otaylor@redhat.com>
21277
21278         * gtk/gtkdnd.c (gtk_drag_begin): Fix stupid typo in last commit.
21279
21280 Thu Jan 27 18:00:55 2000  Tim Janik  <timj@gtk.org>
21281
21282         * gtk/Makefile.am: prefix all autogenerated source that get build in
21283         $(srcdir) with $(srcdir)/, so make doesn't assume they got generted
21284         in builddir. since we subsequently cd into srcdir for autogeneration,
21285         the paths have to be stripped from the target file names, thusly we
21286         use $(@F) as target names now.
21287         put a comment about configure.in's --disable-rebuilds option,
21288         which can be used for non-writable source directories, for development
21289         setups though, srcdir has to be *writable*.
21290
21291 hu Jan 27 00:15:03 2000  Owen Taylor  <otaylor@redhat.com>
21292
21293         * gtk/gtkdnd.c (gtk_drag_begin gtk_drag_get_event_actions):
21294           Finish the job of allowing event to be NULL.
21295           (Fixes bug #4283, reported by Chris Blizzard)
21296
21297         * gtk/gtkentry.c (entry_adjust_scroll): When calculating
21298           things so that the cursor appears on screen, properly
21299           take into account INNER_BORDER.
21300           (Fixes bug #4754, reported by Antonio Campos)
21301
21302 Wed Jan 26 23:12:28 2000  Owen Taylor  <otaylor@redhat.com>
21303
21304         * gtk/gtknotebook.c (gtk_notebook_map): Don't
21305           show the tab_label unless it itself is visible.
21306
21307           gtk/gtknotebook.c (gtk_notebook_size_request):
21308           Do a better job of making sure that the visibility
21309           of the tab label corresponds to whether it should
21310           be mapped or not.
21311
21312 Wed Jan 26 21:17:03 2000  Owen Taylor  <otaylor@redhat.com>
21313
21314         * gtk/gtkoptionmenu.c (gtk_option_menu_position):
21315           Use the requisition, not the allocation, since the
21316           allocation has not necessarily been computed yet.
21317           (Pointed out by Eugene Osintsev)
21318
21319 Wed Jan 26 19:44:25 2000  Owen Taylor  <otaylor@redhat.com>
21320
21321         * gtk/gtkstyle.c (gtk_style_new): Dont' set
21322           style/base[GTK_STATE_INSENSITIVE] both to
21323           gtk_default_insensitive_bg!
21324           (Bug #2187, reported by Jonathan Blandford)
21325
21326         * gtk/gtkaccelgroup.c (gtk_accelerator_valid):
21327           Add Alt_L, Alt_R to list of invalid accelerators.
21328           (Bug #3736, reported by Vlad Harchev)
21329
21330 Wed Jan 26 19:01:56 2000  Owen Taylor  <otaylor@redhat.com>
21331
21332         * gtk/gtkfilesel.c (open_ref_dir): Fix several
21333         bugs which occured after an attempt to open 
21334         invalid home directory left cmpl_state->reference_dir == NULL.
21335
21336          - completion on files in home directory didn't work
21337          - completion on an empty string caused  segfault
21338
21339          (Bug #3678, reported by Steve Ratcliffe)
21340
21341         * gtk/gtkscale.c (gtk_scale_get_value_width): Fix
21342         cut and paste error that was causing scales to
21343         be incorrectly positioned.
21344         (Bug #2956,
21345          patch from Steve Ratcliffe <steve@parabola.demon.co.uk>)
21346
21347 2000-01-27  Shirasaki Yasuhiro  <yasuhiro@gnome.gr.jp>
21348
21349         * acinclude.m4 (AM_GTK_WITH_NLS): Add -lintl to libs
21350         when checking for dcgettext, if we've found we needed
21351         it for dgettext.
21352 +
21353 Wed Jan 26 18:06:07 2000  Owen Taylor  <otaylor@redhat.com>
21354
21355         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
21356         queue_clear on NO_WINDOW widgets during a reparent,
21357         since at that point the window and widget heirarchies
21358         are out of sync. This stops crashing in some cases
21359         (the scrolled window reparent test, for instance), and
21360         _probably_ won't cause drawing errors.
21361
21362         * gtk/testgtk.c: Make the reparenting-a-scrolled-window
21363         test do what it was supposed to do and be robust against
21364         window closings, etc. (Bug #2443)
21365
21366 Wed Jan 26 16:56:54 2000  Owen Taylor  <otaylor@redhat.com>
21367
21368         * gtk/gtkentry.c: Fix return values on mouse events.
21369         (Bug #2686, Sky <seb_sky@yahoo.com>)
21370
21371         * gtk/genmarshal.pl: Fix up handling of FOREIGN.
21372         (pointed out by George Lebl)
21373
21374         * gdk/gdkcolor.c (gdk_color_copy): Made const-safe.
21375         (From Ettore Perazzoli  <ettore@helixcode.com>)
21376  
21377 Mon Jan 24 10:44:48 2000  Owen Taylor  <otaylor@redhat.com>
21378
21379         * gtk/gtkcalendar.c (gtk_calendar_main_button): Handle
21380         clicks between rows or outside calender area correctly.
21381         (Patch from Damon Chaplin)
21382
21383         * gtk/gtkclist.c (gtk_clist_set_row_data_full): 
21384         * gtk/gtkctree.c (gtk_ctree_node_set_row_data_full): 
21385           Call destroy function when overwriting existing data. 
21386           (Pointed out by Damon Chaplin)
21387
21388 Tue Jan 25 09:55:41 2000  Owen Taylor  <otaylor@redhat.com>
21389
21390         * gdk/gdk.c: Remove useless #include of <X11/Xmu/WinUtil.h>,
21391           which was causing problems on various systems with Xmu.
21392           This hasn't been needed for a very long time.
21393           (Fixes #1185 3167)
21394
21395 Sun Jan 23 22:27:36 2000  Owen Taylor  <otaylor@redhat.com>
21396
21397         * gdk/gdki18n.h: Include <ctype.h> when defining
21398           gdk_isw* in terms of is* as a fallback.
21399           (Bug #4106 - Dan Winship <danw@MIT.EDU>)
21400
21401 Sun Jan 23 22:12:36 2000  Owen Taylor  <otaylor@redhat.com>
21402
21403         * gtk/gtkviewport.c (gtk_viewport_size_allocate): Don't
21404           realize the widget when it is size allocated!
21405           (old, old bug)
21406
21407         * gtk/gtkviewport.c (gtk_viewport_adjustment_value_changed):
21408           Removed unused call to gdk_window_get_size() that
21409           showed up when the above was fixed.
21410
21411 Sat Jan 22 15:44:30 2000  Owen Taylor  <otaylor@redhat.com>
21412
21413         * gtk/gtkwidget.c (gtk_widget_reparent): Correctly
21414           fix up widget->window when the widget is a
21415           NO_WINDOW container widget.
21416
21417 Sat Jan 22 12:40:48 2000  Owen Taylor  <otaylor@redhat.com>
21418
21419         * gdk/gdkpixmap.c (gdk_pixmap_seek_string): Rewrite
21420           to account for the fact that feof() does _not_ 
21421           return TRUE on errors, and thus avoid infinite loops
21422           when trying to use gdk_pixmap_create_from_xpm()
21423           on unreadable values.
21424
21425 Fri Jan 21 18:32:43 2000  Owen Taylor  <otaylor@redhat.com>
21426
21427         * gtk/gtkaspectframe.h (struct _GtkAspectFrame): s/gint/gboolean/.
21428
21429 Fri Jan 21 16:24:08 2000  Owen Taylor  <otaylor@redhat.com>
21430
21431         * gdk/gdkgc.c (gdk_gc_set_dashes): Change from
21432           gdk_gc_set_dashes to take gint8 instead of gchar to
21433           make it clearer that it is _not_ a NULL terminated string.
21434
21435         * gdk/gdk.h gdk/gdkfont.c gdk/gdkgc.c gdk/gdkselection.c
21436           gdk/gdkwindow.c gtk/gtkprogress.[ch] gtk/gtkthemes.[ch]
21437           gtk/gtktreeitem.[ch] gtk/gtkwidget.[ch]: Constify string
21438           arguments.
21439
21440 Thu Dec 30 04:51:05 1999  Tim Janik  <timj@gtk.org>
21441
21442         * gtk/gtkvscale.c (gtk_vscale_pos_background): 
21443         * gtk/gtkhscale.c (gtk_hscale_pos_background): when calculating the
21444         background size relative to our allocation, guard against small
21445         allocations, we may have not yet been size allocated.
21446
21447 Thu Dec  2 10:59:14 1999  Owen Taylor  <otaylor@redhat.com>
21448
21449         * gdk/gdkdnd.c (xdnd_check_dest): Allow version >= 3,
21450         not just version == 3. We implement all 3 + most of 4 - 
21451         (we don't support matching text/plain;charset=iso-8859-1
21452         to a dest that expects text/plain). We'll still advertise
21453         3 to be safe, but any client implementing version >= 3
21454         must interoperate with 3.
21455         
21456 Tue Mar 14 11:53:31 2000  Owen Taylor  <otaylor@redhat.com>
21457
21458         * gtk/gtktooltips.[ch] (struct _GtkTooltips): Remove foreground,
21459         background and gc members, add a warning in gtk_tooltips_set_color()
21460         indicating that this function is deprecated.
21461
21462 Thu Mar  9 22:10:56 GMT 2000  Tony Gale <gale@gtk.org>
21463
21464         * docs/gtkfaq.sgml: FAQ Update:
21465           - Minor cleanups (Emmanuel, me)
21466           - New questions:
21467                 I need to add a new signal to a GTK+ widget. Any idea? (timj)
21468                 How can I retrieve the text from a GtkMenuItem? (timj)
21469                 How do I validate/limit/filter the input to a GtkEntry? (me)
21470                 Memory does not seem to be released when I free the list
21471                         nodes I've allocated (timj)
21472
21473 2000-03-07  Tor Lillqvist  <tml@iki.fi>
21474
21475         * gdk/win32/gdkmain-win32.c: Internal GDK error reporting changes:
21476         (gdk_win32_gdi_failed) New function for reporting errors from GDI,
21477         for which it is no use to call GetLastError onWin9x.
21478         (gdk_other_api_failed) New function, for general error
21479         reporting without calling GetLastError.
21480         (gdk_win32_api_failed) OTOH, this function always calls
21481         GetLastError. (gdk_win32_last_error_string) Remove this function,
21482         GLib has the equivalent now.
21483
21484         * gdk/win32/gdkprivate-win32.h: Declare the above, and macros to
21485         call them with function name, file name and line number in the
21486         arguments.
21487
21488         * gdk/win32/*.c: Use the new macros for reporting errors from GDI
21489         functions.
21490         
21491         * gtk/gtk.def: Add some missing entry points.
21492
21493         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
21494         gtk_paned_set_gutter_size, which don't exist any longer, as void.
21495         
21496         Fixes by Hans Breuer:
21497
21498         * gdk/makefile.msc: Update for debugging.
21499
21500         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_dashes): Fake
21501         implementation, just use the PS_DASH, PS_DOT, PS_DASHDOT or
21502         PS_DASHDOTDOT or PS_DASH styles depending on the number of entries
21503         in the dash_list.
21504
21505         * gdk/win32/gdkwin32.h (GDK_FONT_XFONT): New macro, similar as in
21506         the x11 backend.
21507
21508         * gdk/win32/gdkprivate-win32.h (IS_WIN_NT): New macro.
21509
21510         * gtk/testgtk.c: Include config.h, guard inclusion of unistd.h.
21511
21512 2000-03-04  Tor Lillqvist  <tml@iki.fi>
21513
21514         * gdk/win32/gdkprivate-win32.h (struct _GdkWindowWin32Data): Store
21515         just pixel value of background colour.
21516
21517         * gdk/win32/gdkgc-win32.c (gdk_colormap_color): New function
21518         containing code snippet previously duplicated in a couple of
21519         places.
21520         
21521         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_points): Use
21522         gdk_colormap_color.
21523
21524         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Generate
21525         GDK_SCROLL events for WM_MOUSEWHEEL messages. Don't generate
21526         events for autorepeated Shift, Control and Alt keys. Use
21527         gdk_colormap_color.
21528
21529         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): If the
21530         pointer is inside the window the cursor of which we are setting,
21531         call SetCursor immediately.
21532
21533         * gdk/win32/makefile.cygwin
21534         * gtk/makefile.cygwin: If we don't have the build number stamp
21535         file, use zero.
21536
21537         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
21538         gtk_paned_set_gutter_size as empty.
21539
21540         * gtk/gtk.def: Remove gtk_paned_set_gutter_size.
21541         
21542 Tue Feb 29 13:10:00 GMT 2000  Tony Gale <gale@gtk.org>
21543
21544         * gdk/gdkwindow.h gdk/x11/gxid.c gtk/gtkclist.c gtk/gtkclist.h
21545           gtk/gtkctree.c gtk/gtkmenu.h gtk/gtkwidget.c gtk/testgtk.c
21546           docs/styles.txt docs/refcounting.txt docs/gtkfaq.sgml
21547           docs/gtk_tut.sgml docs/gtk.texi TODO:
21548
21549           Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org>
21550
21551 Sat Feb 26 11:46:25 GMT 2000  Tony Gale <gale@gtk.org>
21552
21553         * gtk/gtkcalendar.c: Implement num_marked_dates,
21554           and don't emit mutiple day_selected signals on
21555           month_prev.
21556
21557 2000-02-25  Jonathan Blandford  <jrb@redhat.com>
21558
21559         * docs/make-todo (lineno): let title and logo be configurable so
21560         that GNOME can use this script too.
21561
21562         * TODO.xml: added logourl and a title
21563
21564 Fri Feb 25 11:12:00 2000  Owen Taylor  <otaylor@redhat.com>
21565
21566         * TODO.xml: Added some UI items, and an explanatory
21567         comment at the top of the file.
21568
21569 Thu Feb 24 09:07:28 2000  Tim Janik  <timj@gtk.org>
21570
21571         * TODO.xml: some updates, added abunch of new entries.
21572         a note for those fiddeling with this file, when done
21573         with it, invoke:
21574         $ ./docs/make-todo TODO.xml >/dev/null
21575         and correct output errors before comitting changes.
21576
21577 Wed Feb 23 22:59:50 2000  Owen Taylor  <otaylor@redhat.com>
21578
21579         * TODO.xml: Added XML-structured TODO file.
21580         * docs/make-todo: python script to turn TODO.xml into
21581           pretty XML output. 
21582
21583 2000-02-23  Jonathan Blandford  <jrb@redhat.com>
21584
21585         * gtk/gtkstyle.c (gtk_default_draw_handle): add a 'paned' mode to
21586         the function to let it draw the seven dots, instead of the old,
21587         much maligned, method.
21588         (draw_dot): New function to draw a dot.
21589
21590         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): changed allocation
21591         to draw the handle inside the border width as opposed to outside.
21592         Use paint function instead of gdk_draw_point.
21593
21594         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): changed allocation
21595         to draw the handle inside the border width as opposed to outside.
21596         Use paint function instead of gdk_draw_point.
21597
21598         * gtk/gtkfilesel.c (gtk_file_selection_update_history_menu):
21599         Change indenting to be more GTK like.
21600
21601 Wed Feb 23 10:54:14 GMT 2000  Tony Gale <gale@gtk.org>
21602
21603         * docs/gtk_tut.sgml: New section on GtkCalendar
21604         * examples/calendar: Update example code
21605
21606 Tue Feb 22 13:54:12 GMT 2000  Tony Gale <gale@gtk.org>
21607
21608         * docs/gtkfaq.sgml: FAQ Update
21609
21610 2000-02-19  Anders Carlsson  <andersca@gnu.org>
21611
21612         * gtk/gtkrange.c (gtk_range_scroll_event): Return TRUE
21613         to prevent the scroll event to be propagated upwards.
21614
21615 Fri Feb 18 14:37:29 2000  Owen Taylor  <otaylor@redhat.com>
21616
21617         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Remove
21618         OwnerGrabButtonMask from button entries for
21619         GDK_BUTTON_PRESS / GDK_BUTTON_RELEASE.
21620
21621         * gtk/gtklayout.c (gtk_layout_realize): Always add GDK_SCROLL
21622         to the event mask (which will result in button/press release
21623         being added to the event mask on Unix) so scrolling works
21624         for layouts in scroll windows.
21625
21626         * gdk/gdkevents.h (enum): Fix up GDK_ALL_EVENTS_MASK.
21627
21628         Patch from Anders Carlsson  <andersca@gnu.org> to add
21629         a scroll event.
21630
21631         * gtk/testgtk.c (scroll_test_scroll): Added an example of mouse wheel
21632         scrolling to the "Test Scrolling" part of testgtk.
21633  
21634         * gtk/gtkwidget.h (struct _GtkWidgetClass): Added scroll_event signal.
21635  
21636         * gtk/gtkwidget.c: Added "scroll_event" GTK+ signal and matched
21637         it against GDK_SCROLL.
21638  
21639         * gtk/gtkrange.c (gtk_range_scroll_event): Updated to use the new
21640         way of mouse wheel scrolling.
21641  
21642         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_scroll_event): Likewise.
21643  
21644         * gtk/gtkspinbutton.c (gtk_spin_button_scroll): Likewise.
21645  
21646         * gtk/gtkmain.c: Removed previous mouse wheel hack.
21647  
21648         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Added entry in
21649         gdk_event_mask_table.
21650  
21651         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Added 
21652         GdkEventScroll handler.
21653  
21654         * gdk/gdkevents.h: Added GdkEventScroll structure.
21655  
21656 Thu Feb 17 17:10:12 2000  Owen Taylor  <otaylor@redhat.com>
21657
21658         * gtk/gt{h,k,}vpaned.[ch]: Add patch from Jonathan Blandford
21659         and Anders Carlsson to change the Paned widgets so that they
21660         can be dragged from anywhere along the length. Also change
21661         the way that this is drawn to make this apparent.
21662
21663         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): Apply patch
21664         from George Lebl to check that option_menu->menu is present
21665         before getting history.
21666
21667 2000-02-14  Tor Lillqvist  <tml@iki.fi>
21668
21669         * gdk/gdkdraw.c (gdk_draw_segments): Move the test for no segments
21670         before the assertion for non-NULL segment list.
21671
21672         * gdk/win32/gdkgc-win32.c: (gdk_win32_gc_values_to_win32values):
21673         Seems that pattern brushes *must* be 8x8 pixels! At least on my
21674         machine, but it might be display driver dependent. Sigh, so make
21675         sure the stipple is that size. Does Windows suck or what?
21676
21677         * gdk/win32/gdkdrawable-win32.c: Improve error handling in a few
21678         places.
21679
21680 2000-02-13  Havoc Pennington  <hp@pobox.com>
21681
21682         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): init
21683         refcount to 1
21684         (gdk_cursor_new): init refcount to 1
21685
21686         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new): init refcount to 1
21687
21688 2000-02-13  Tor Lillqvist  <tml@iki.fi>
21689
21690         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Add an extra parameter
21691         so that we don't have to do unnecessary settings to the HDC.
21692
21693         * gdk/win32/gdkdrawable-win32.c
21694         * gdk/win32/gdkimage-win32.c: Corresponding changes to the calls of
21695         gdk_gc_predraw.
21696
21697         * gdk/win32/gdkdrawable-win32.c: Special-casing for GdkGCs where
21698         the fill style is GDK_OPAQUE_STIPPLED. In those cases we construct
21699         GDI paths, call WidenPath to get the outline of the stroken path,
21700         and then fill the outline (with the brush that was built from the
21701         stipple).
21702
21703         * gdk/win32/gdkgc-win32.c: Factor out common code from
21704         _gdk_win32_gc_new and gdk_win32_gc_set_values into
21705         gdk_win32_gc_values_to_win32values. Use correct colour for
21706         SetBkColor() (Until now the code actually used a random colour in
21707         the call to SetBkColor()... but that didn't show up as not many
21708         GDI APIs use the background colour. Pattern (opaque stippled)
21709         brushes do.)
21710
21711         * gdk/win32/gdkmain-win32.c (gdk_win32_last_error_string,
21712         gdk_win32_api_failed): New functions for error logging.
21713
21714         * gdk/win32/gdkprivate-win32.h: Declare them, and define a macro
21715         WIN32_API_FAILED to call them, passing function or file name and
21716         line number.
21717
21718         * gdk/win32/*.c: Use the WIN32_API_FAILED macro.
21719
21720         * gdk/win32/gdkprivate-win32.h: Store just the pixel values from
21721         GdkColor for foreground and background in GdkGCWin32Data.
21722
21723         * gdk/makefile.cygwin: Link in the resource object separately.
21724
21725         * gdk/win32/rc/gdk.rc
21726         * gtk/gtk.rc (New file)
21727         * gdk/win32/makefile.cygwin
21728         * gtk/makefile.cygwin: Update build number in DLLs automatically,
21729         as in GLib.
21730
21731 Sun Feb 13 08:54:45 2000  Tim Janik  <timj@gtk.org>
21732
21733         * gdk/gdkcursor.h (struct _GdkCursor): s/refcount/ref_count/.
21734         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): 
21735         * gdk/x11/gdkcursor-x11.c (_gdk_cursor_destroy): 
21736         * gdk/gdkcursor.c (gdk_cursor_ref): insert assertments for the
21737         parameters given and cursor->ref_count. coding style fixups.
21738
21739         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
21740         not GtkWidget.
21741         
21742         * gtk/*.h: applied patch from Mathieu Lacage <lacage@email.enst.fr> to
21743         fix up widget macros and add _GET_CLASS() variant.
21744         
21745         * gtk/*.c: some GtkType fixups.
21746
21747 2000-02-09  Tor Lillqvist  <tml@iki.fi>
21748
21749         * gdk/win32/gdkproperty-win32.c
21750         * gdk/x11/gdkproperty-x11.c: The assertions for GDK_IS_WINDOW
21751         were reversed.
21752
21753 2000-02-04  Tor Lillqvist  <tml@iki.fi>
21754
21755         * gdk/win32/gdkfont-win32.c (logfont_to_xlfd): Use
21756         g_filename_to_utf8 to convert the font names Windows gives us from
21757         whatever is the default codepage to UTF-8.
21758         (gdk_font_load_internal) Use g_filename_from_utf8 for conversion
21759         in the other direction.
21760
21761         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Fix cut&paste
21762         error in debugging output.
21763
21764 2000-02-02  Tor Lillqvist  <tml@iki.fi>
21765
21766         * gdk/win32/gdkwindow-win32.c (gdk_window_clear): Pass zero width
21767         and height parameters to gdk_window_clear_area(). Not minus one.
21768
21769 Wed Feb  2 11:58:05 2000  Owen Taylor  <otaylor@redhat.com>
21770
21771         * gtk/gtkdnd.c (gtk_drag_selection_received): Add some sanity
21772         checks if the widget passed to gtk_drag_get_data() was not the
21773         dest widget.
21774
21775 2000-02-01  Tor Lillqvist  <tml@iki.fi>
21776
21777         * gtk/gtkfilesel.c: Use the g_filename_to_utf8 and
21778         g_filename_from_utf8 functions (which were added a moment ago to
21779         GLib). Some cleanups: Use gbooleans. Use GStrings instead of fixed
21780         size buffers.
21781
21782         gtk_file_selection_get_filename returns the filename in the C
21783         runtime encoding. It calls g_filename_from_utf8, but copies the
21784         returned string to a static buffer, which is returned. I think
21785         this is better than returning the result from g_filename_from_utf8
21786         directly, which would mean all apps that use it would have to free
21787         the return value. Or should this function care about this issue at
21788         all? Maybe a new function with clearly defined semantics.
21789
21790         * gtk/gtkfilesel.h: Add comment about
21791         gtk_file_selection_get_filename returning the filename in the C
21792         runtime's encoding.
21793
21794         * README.win32
21795         * gdk/gdk.def
21796         * gdk/makefile.{cygwin,msc}
21797         * gtk/gtk.def: Updates.
21798
21799         * gdk/gdkcursor-win32.c: Initialise refcount.
21800
21801 2000-01-31  Yuan-Chung Cheng <platin@linux.org.tw>
21802
21803         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
21804
21805 2000-01-30  Havoc Pennington  <hp@pobox.com>
21806
21807         * gtk/testgtk.c (set_cursor): use gdk_cursor_unref instead of
21808         destroy
21809
21810         * gdk/gdkimage.c (gdk_image_ref): image wasn't being returned
21811
21812         * gdk/gdkprivate.h: declare _gdk_cursor_destroy which is then 
21813         implemented in platform-specific code
21814
21815         * gdk/Makefile.am (gdk_c_sources): add gdkcursor.c
21816
21817         * gdk/x11/gdkcursor-x11.c (gdk_cursor_destroy): rename with an
21818         underscore in front
21819
21820         * gdk/win32/gdkcursor-win32.c (gdk_cursor_destroy):
21821         put an underscore in front
21822
21823         * gdk/gdkcursor.c: new file, implements
21824         gdk_cursor_ref/gdk_cursor_unref
21825
21826         * gdk/gdkcursor.h: Refcount GdkCursor
21827
21828         * gdk/gdkcompat.h (gdk_cursor_destroy): compat
21829
21830 2000-01-29  Tor Lillqvist  <tml@iki.fi>
21831
21832         * gdk/gdkwindow.h
21833         * gdk/gdkpixmap.h: Remove prototypes for renamed functions.
21834
21835 Tue Jan 25 11:43:21 2000  Owen Taylor  <otaylor@redhat.com>
21836
21837         * gtk/gtkinvisible.h (struct _GtkInvisible[Class]): Fix
21838         structures to properly inherit from GtkWidget not GtkBin.
21839
21840 Sun Jan 23 20:28:24 2000  Owen Taylor  <otaylor@redhat.com>
21841
21842         * gtk+.spec.in: Added lib/gtk+/include/* to %files
21843         (bug #5178 - Peter Wainright)
21844         
21845         * gtk/Makefile.am (gtk_public_h_sources): Add gtkcompat.h
21846         so that it will be installed.
21847         (bug #4889 - "david d `zoo' zuhn" <zoo@mnnr.org>)
21848
21849 Fri Jan 21 16:29:28 2000  Owen Taylor  <otaylor@redhat.com>
21850
21851         * gtk/gtkstyle.[ch] docs/Changes-1.4.txt: Make the @detail argument
21852         for the GtkStyleClass vtable const.
21853
21854         * gtk/gtkitemfactory.[ch] docs/Changes-1.4.txt: Make GtkPrintFunc
21855         take a const string argument like GtkTranslateFunc. This will
21856         require changes in use code.
21857
21858 2000-01-19  Tor Lillqvist  <tml@iki.fi>
21859
21860         * gdk/win32/gdkwindow-win32.c (gdk_window_clear_area): The correct
21861         semantics (to mimic the X11 backend, which just calls XClearArea)
21862         is to check for zero width (and height), and in that case use the
21863         window's width minus x (height minus y). This fixes for instance
21864         some redraw problems with gtkclist, which were easily noticeable
21865         in the gtk file selection widget.
21866
21867         (gdk_window_new): Don't set WS_EX_TOPMOST for dialog
21868         windows.
21869
21870 2000-01-13  Tor Lillqvist  <tml@iki.fi>
21871
21872         * configure.in
21873         * gdk/Makefile.am
21874         * gdk/x11/Makefile.am
21875         * gdk/win32/Makefile.am: Small fixes, thanks to Peter Wainwright
21876         (bug #5177).
21877         * gdk/win32/gdkcc-win32.c: Reintroduce, to be thrown
21878         out later.
21879
21880 2000-01-09  Tor Lillqvist  <tml@iki.fi>
21881
21882         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Ignore
21883         WM_MOVE for iconified or invisible windows. This fixes various
21884         problems when minimising windows. Thanks to Bernd Herd.
21885
21886 2000-01-05  Tor Lillqvist  <tml@iki.fi>
21887
21888         * gdk/gdkdraw.c (gdk_draw_lines): Fix copy&paste error: Call the
21889         backend's draw_lines method, not draw_points.
21890
21891 2000-01-02  Tor Lillqvist  <tml@iki.fi>
21892
21893         * gdk/win32/gdkevents-win32.c: Clean up some more leftovers from
21894         before Owen's reorganisation: Don't have queued_events and
21895         queued_tail statics in this file, but use gdk_queued_events and
21896         gdk_queued_tail. This makes exposure event compression work again.
21897
21898         (gdk_WindowProc): Comment out a posting of gdk_ping_msg, doesn't
21899         seem to be needed?
21900
21901 1999-12-30  Tor Lillqvist  <tml@iki.fi>
21902
21903         * gdk/gdk.c: If we don't HAVE_XCONVERTCASE we must #include
21904         gdkkeysyms.h to get the GDK_* keysym constants that are needed by
21905         gdk_keyval_convert_case(). Otherwise, gdk_keyval_convert_case()
21906         doesn't do anything.
21907
21908         * gdk/gdk.def: Add gdk_xid_table_insert.
21909
21910         * gdk/win32/gdkprivate-win32.h
21911         * gdk/win32/gdkevents-win32.c
21912         * gdk/win32/gdkinput-win32.c
21913         
21914         * gdk/win32/gdkwindow-win32.c: Remove the superfluous
21915         extension_events field in the GdkWindowWin32Data struct. Use only
21916         the extension_events field in GdkWindowPrivate. Previously one was
21917         set, and the other one tested, which broke tablet
21918         functionality. Thanks to Keishi Suenaga for pointing this out.
21919
21920 1999-12-18  Tor Lillqvist  <tml@iki.fi>
21921
21922         * gdk/win32/gdkfont-win32.c (gdk_text_size, gdk_text_extents):
21923         When handling a single character (text length == 1), don't handle
21924         it as if it was UTF-8.
21925
21926 1999-12-11  Tor Lillqvist  <tml@iki.fi>
21927
21928         * Makefile.am: Distribute README.win32.
21929         
21930         * gdk/Makefile.am
21931         * gdk/win32/Makefile.am: Distribute Win32 files.
21932
21933         * gdk/makefile.msc: New file.
21934
21935         * gdk/gdk.c (gdk_arg_context_parse): Fix gccism (no statement
21936         after label).
21937
21938         * gdk/gdkprivate.h: Must mark also gdk_error_warnings and
21939         gdk_error_code as GDKVAR, as they are referred outside GDK.
21940
21941         * gdk/win32/makefile.msc: Update.
21942
21943         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): More
21944         tweaks. Check only if at least one of those Unicode subrange bits
21945         we care for is set. If no code page bits are set, guess (wildly)
21946         based on the charset.
21947
21948         * gdk/win32/gdkinput-win32.c: Remove debugging leftover.
21949
21950         * gdk/win32/gdkwindow-win32.c (gdk_window_new): Assure title is
21951         non-NULL.
21952
21953         * gtk/gtkdnd.c
21954         * gtk/gtklayout.c
21955         * gtk/gtkplug.c
21956         * gtk/gtkselection.c
21957         * gtk/gtksocket.c
21958         * gtk/gtkwindow.c: Include x11/gdkx.h *or* win32/gdkwin32.c as
21959         appropriate. There must be a cleaner way to handle this?
21960
21961         * gtk/gtkrc.c: Must include windows.h on Win32.
21962
21963         * gtk/testgtk.c: No need to include gdkx.h.
21964
21965         * gtk/makefile.cygwin: Correct invokation of genmarshal.pl.
21966
21967 1999-12-07  Tor Lillqvist  <tml@iki.fi>
21968
21969         * gdk/win32/gdkfont-win32.c: Fix string measurement code. For now,
21970         the rbearing is set to the same as the width, but this should be
21971         fixed.
21972
21973 1999-12-06  Tor Lillqvist  <tml@iki.fi>
21974
21975         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): New
21976         function. If Windows doesn't tell us what Unicode subranges a font
21977         covers, guesstimate based on the codepages it covers. This will
21978         hopefully help those Windows versions or fonts that don't give us
21979         any useful Unicode subrange information with GetTextCharsetInfo.
21980         Call this function in gdk_font_load_internal.
21981
21982         * gdk/win32/{gdkdnd,gdkimage,gdkpixmap,gdkprivate}-win32.c: Misc
21983         minor changes.
21984
21985 Fri Dec  3 14:09:50 1999  Owen Taylor  <otaylor@redhat.com>
21986
21987         * gtk/gtkoptionmenu.[ch] (gtk_option_menu_get_history):
21988         New function, long needed.
21989
21990 Wed Dec  1 22:35:43 1999  Owen Taylor  <otaylor@redhat.com>
21991
21992         * gdk/gdkproperty.h x11/gdkproperty.c: Change 
21993         only_if_exists argument of gdk_atom_intern to
21994         bool.
21995
21996 1999-11-25  Tor Lillqvist  <tml@iki.fi>
21997
21998         * gdk/gdkgc.c (gdk_gc_set_ts_origin, gdk_gc_set_clip_origin): 
21999         Fix two copy&paste errors.
22000
22001         * gdk/makefile.cygwin: Also rebuild DLL when the static archive in
22002         win32 has changed.
22003
22004         * gdk/win32/gdkprivate-win32.h: Don't need CPINFO in the
22005         GdkWin32SingleFont struct.
22006
22007         * gdk/win32/gdkfont-win32.c: Some more debugging: Print Unicode
22008         subranges of loaded fonts. Clear font signature first, in case
22009         GetTextCharsetInfo fails. Pretend SYMBOL_CHARSET fonts have
22010         ASCII+Basic Latin (i.e. 0x40--0xFF) as they are single-byte.
22011
22012         * gdk/win32/gdkgc-win32.c: Improved logging. (gdk_gc_postdraw):
22013         Unoffset clip region.
22014
22015 1999-11-23  Tor Lillqvist  <tml@iki.fi>
22016
22017         * gdk/win32/gdkevents-win32.c (gdk_event_translate): set
22018         event->any.window before calling filter functions.
22019
22020 Fri Nov 19 10:34:41 1999  Owen Taylor  <otaylor@redhat.com>
22021
22022         * gtk/gtkgamma.h: Adapt cast macros to standard.
22023
22024 [ Merges from 1.2 ]
22025
22026 Tue Nov 16 10:15:54 1999  Owen Taylor  <otaylor@redhat.com>
22027
22028         * gtk/gtkitemfactory.c (gtk_item_factory_parse_path):
22029         If translation does not include a '/', use entire
22030         translation instead of crashing.
22031
22032 Sun Oct 31 22:21:11 1999  Tim Janik  <timj@gtk.org>
22033
22034         * docs/gtk_tut.sgml:
22035         s/gtk_accel_group_attach/gtk_window_add_accel_group/.
22036
22037 Sat Oct 30 09:09:09 1999  Owen Taylor  <otaylor@redhat.com>
22038
22039         * gtk/gtkselection.c (gtk_target_list_remove): Use
22040         g_list_remove_link, not g_list_remove.
22041
22042         [ From Geert Bevin <gbevin@thunderstorms.org> ]
22043         
22044 Sun Oct 24 07:41:40 1999  Tim Janik  <timj@gtk.org>
22045
22046         * gtk/gtkclist.c (real_undo_selection): commented out g_print()
22047         statement upon unselection (how the heck did that slip in?).
22048
22049 Sat Oct 23 03:03:08 1999  Tim Janik  <timj@gtk.org>
22050
22051         * gtk/gtktext.c (gtk_text_freeze): 
22052         (gtk_text_thaw): undraw/draw cursor here to avoid unnecessary scrolling
22053         in frozen state (and aparently crashes). patch provided by Anders
22054         Melchiorsen <and@kampsax.dtu.dk>.
22055
22056 Sat Oct 23 02:53:20 1999  Tim Janik  <timj@gtk.org>
22057
22058         * fix insensitive default/focus widget activation,
22059         reported by Matt Goodall <mgg@isotek.co.uk>.
22060
22061         * gtk/gtkwindow.c (gtk_window_key_press_event): 
22062         (gtk_window_activate_default):
22063         (gtk_window_activate_focus):
22064         return handled=FALSE for actiavtion of insensitive default
22065         widgets. return handled=TRUE for activation of insensitive
22066         focus widgets. don't activate in either case.
22067
22068 Tue Oct 19 09:55:08 1999  Owen Taylor  <otaylor@redhat.com>
22069
22070         * gtk-config.in (lib_gtk): Switch order of @x_cflags@
22071         and $glib_cflags to match library order and in the
22072         theory that an old version of GLib is more likely to
22073         be in the include directory for X then vice-versa.
22074         (Bug #2776)
22075
22076 Tue Oct 19 09:46:49 1999  Owen Taylor  <otaylor@redhat.com>
22077
22078         * gtk/gtkrc.c (gtk_rc_init): Always use LC_CTYPE 
22079         to determine the locale for fontsets, not LC_MESSAGES;
22080         the user may want English messages with a handling
22081         for non-English languages. (LC_CTYPE=ru_RU LC_MESSAGES=fr_FR
22082         will still be broken) (Bug #2891)
22083
22084 Tue Oct 19 20:36:42 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
22085
22086         * gtk/gtkrc.ko: Fixed the wrong number of "*"'s.
22087
22088 Tue Oct 19 12:15:13 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
22089
22090         * gtk/gtkrc.ko: Changed the Korean default fontset.
22091
22092 Fri Oct  8 02:32:47 1999  Owen Taylor  <otaylor@redhat.com>
22093
22094         * gtk/gtklayout.c (gtk_layout_adjustment_changed): Fix bug
22095         where when scrolling to the left or top double exposes
22096         were done, causing major slowdowns.
22097
22098 Thu Oct  7 18:31:55 1999  Owen Taylor  <otaylor@redhat.com>
22099
22100         * gtk/gtkrc.c (gtk_rc_init): Always normalize codeset
22101         names to lowercase and alphanumeric, before looking
22102         them up.
22103
22104         * gtk/Makefile.am: Install codeset variant gtkrc files
22105         with normalized names.
22106
22107 Thu Oct  7 22:52:42 1999  Tim Janik  <timj@gtk.org>
22108
22109         * gtk/gtkitemfactory.c (gtk_item_factory_popup_with_data): even
22110         popup menus when the menu is already visible, but its parent
22111         is still hidden, (happens after tornoff window got hidden).
22112
22113 Thu Oct  7 11:09:55 1999  Owen Taylor  <otaylor@redhat.com>
22114
22115         * gtk/Makefile.am (install-data-local): Fix
22116         a typo where gtkrc.vi_VN.tcvn5712 wasn't getting
22117         deleted, causing error messages on install.
22118
22119 Thu Oct  7 11:03:06 1999  Owen Taylor  <otaylor@redhat.com>
22120
22121         * gtk/gtk[hv]paned.c (gtk_{h,v}paned_draw): Redraw
22122         the handle as well, since we now sometimes ignore
22123         exposes on the handle while resizing.
22124
22125 Wed Oct  6 18:02:31 1999  Owen Taylor  <otaylor@redhat.com>
22126
22127         * gtk/gtkrc.c (gtk_rc_append_default_pixmap_path): Fix stupid
22128         extra g_free introduced in one of the last one or two 
22129         commits.
22130
22131 Wed Oct  6 16:38:36 1999  Owen Taylor  <otaylor@redhat.com>
22132
22133         * gtk/Makefile.am gtk/gtkrc*: Make naming of gtkrc files
22134         consistent, put each style that a gtkrc.* file creates
22135         in a unique namespace, remove old files before installing.
22136
22137 Wed Oct  6 14:31:16 1999  Owen Taylor  <otaylor@redhat.com>
22138
22139         * gtk/gtkrc.c (gtk_rc_init): Avoid leaking memory when
22140         gtk_rc_init is called multiple times. (Yes, people who
22141         do that have bugs in their code.)
22142
22143 Tue Oct  5 11:36:57 PDT 1999 Manish Singh <yosh@gimp.org>
22144
22145         * gtk/Makefile.am: listing gtkrc in gtkconf_DATA seems to barf.
22146         Remove it since it's generated by the Makefile anyway
22147
22148 Tue Oct  5 02:43:41 1999  Owen Taylor  <otaylor@redhat.com>
22149
22150         * gdk/gdkinputcommon.h (gdk_input_device_new): Free
22151         device->info.axes for core pointer.
22152
22153 Thu Sep 30 13:55:25 1999  Owen Taylor  <otaylor@redhat.com>
22154
22155         * gtk/testgtk.c (destroy_idle_test): Rename idle to 
22156         idle_id, to deal with obsolete, broken C libraries.
22157
22158 Mon Sep 27 02:50:15 1999  Owen Taylor  <otaylor@redhat.com>
22159
22160         * gtk/gtkvscale.c (gtk_vscale_draw): Don't add in
22161         allocation->x/y twice!
22162
22163         * gtk/gtkhscale.c: Make usage of gtk_hscale_pos_trough()
22164         consistent with gtk_vscale_pos_trough().
22165
22166 Sun Sep 26 19:44:34 1999  Owen Taylor  <otaylor@redhat.com>
22167
22168         * gtk/gtkcontainer.c (gtk_container_queue_resize): We may
22169         be queueing a resize on a toplevel container between
22170         the time we show it and when we map it. So, we need
22171         to test GTK_WIDGET_VISIBLE() for toplevels, and only
22172         use GTK_WIDGET_DRAWABLE() for child windows.
22173
22174 Thu Sep 23 16:41:03 1999  Owen Taylor  <otaylor@redhat.com>
22175
22176         * gtk/Makefile.am (LDADDS): Add GDK_WLIBS to LDADDS 
22177         (fixes bug #2144)
22178
22179 Fri Sep 24 00:51:45 1999  Tim Janik  <timj@gtk.org>
22180
22181         * gtk/gtkcontainer.c (gtk_container_queue_resize): check for
22182         container DRAWABLE (instead of VISIBLE), so we don't queue
22183         resizes on non-toplevel containers.
22184
22185 Sun Sep 19 18:13:31 1999  Owen Taylor  <otaylor@redhat.com>
22186
22187         * gtk/gtkselection.[ch]: Make the data argument
22188         const guchar *.
22189
22190 Sat Sep 18 21:27:40 1999  Owen Taylor  <otaylor@redhat.com>
22191
22192         * gtk/gtkwindow.c: Try to behave sensibly if 
22193         the focus widget is the window itself. (Should
22194         we allow this at all?)
22195
22196 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
22197
22198         * gtk/gtkwidget.c (gtk_widget_set_sensitive): 
22199         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): 
22200         * gtk/gtknotebook.c (gtk_notebook_set_show_border): 
22201         * gtk/gtkclist.c (gtk_notebook_set_show_border): make gboolean args
22202         in prototypes and implementations consistent (Tomas Ogren).
22203
22204         * gtk/gtklayout.c (gtk_layout_remove): unset GTK_IS_OFFSCREEN flag
22205         before the widget is unparented (reported by damon).
22206
22207         * gtk/gtkdnd.c: make the cursor and icon data _unsigned_ char,
22208         since we provide unsigned data anyways.
22209
22210 Thu Sep 16 21:32:01 1999  Owen Taylor  <otaylor@redhat.com>
22211
22212         * gtk/gtktooltips.c (gtk_tooltips_set_tip): Delay
22213         the call to gtk_tooltips_layout_text() until later.
22214
22215         * gtk/gtktooltips.c (gtk_tooltips_draw_tips):
22216         Call gtk_widget_ensure_style() before using the style.
22217
22218 Wed Sep 15 02:52:19 1999  Owen Taylor  <otaylor@redhat.com>
22219
22220         * gtk/gtkwidget.c (gtk_widget_event): Added workaround
22221         for old widgets that don't propagate draws to all
22222         children. (Namely gnome-dock for gnome-libs <= 1.0.16)
22223
22224 Tue Sep 14 19:22:19 1999  Tim Janik  <timj@gtk.org>
22225
22226         * gtk/gtkwidget.c (gtk_widget_queue_resize): don't queue the parent
22227         for a redraw but just the widget that requested the resize.
22228
22229 Tue Sep 14 18:29:47 1999  Tim Janik  <timj@gtk.org>
22230
22231         * gtk/gtkcontainer.c: added new widget level method
22232         gtk_container_set_reallocate_redraws() and a GtkContainer flag
22233         reallocate_redraws : 1 to reflect the setting, exported this through
22234         the argument system as a boolean ::reallocate_redraws.
22235
22236         * gtk/gtkwidget.c (gtk_widget_size_allocate): when queueing redraws
22237         on the widget because the allocation changes, do so as well for
22238         widget->parent if the parent has reallocate_redraws set to TRUE.
22239         with that containers requesting reallocation redraws get automatically
22240         redrawn if their children changed allocation (this unfortunately
22241         affects also other children that didn't change allocation, but we
22242         cannot work around that before 1.3).
22243
22244 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
22245
22246         * gtk/gtkwidget.c (gtk_widget_idle_draw): only emit ::draw if width
22247         _and_ height are >0 (not _or_).
22248
22249         * gtk/gtktable.c (gtk_table_remove): use gtk_widget_queue_resize()
22250         instead of gtk_container_queue_resize(), which is a core gtk internal
22251         function (must have been on crack when i queued that).
22252
22253         * gtk/gtkprivate.h: added new private flag GTK_FULLDRAW_PENDING, so
22254         we can check more reliably if we want to discard expose events.
22255         * gtk/gtkwidget.c: added setting/unsetting of the GTK_FULLDRAW_PENDING
22256         flag.
22257         
22258         * gtk/gtkwidget.c (gtk_widget_event): don't discard synthesized exposes,
22259         we simply trust these events. for deciding whether to discard exposes,
22260         check GTK_FULLDRAW_PENDING instead of RESIZE_PENDING.
22261         
22262 Mon Sep 13 15:01:21 1999  Owen Taylor  <otaylor@redhat.com>
22263
22264         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
22265         queues of areas that are completely off screen.
22266
22267         * gtk/gtkwidget.c (gtk_widget_idle_draw): Fix broken
22268         logic for handleboxes.
22269
22270         * gtk/gtkwidget.c (gtk_widget_queue_draw_data): Add santity
22271         check on width/height.
22272
22273 Mon Sep 13 02:22:47 1999  Tim Janik  <timj@gtk.org>
22274
22275         * gtk/Makefile.am: backed out Raja's recent VPATH build "improvements",
22276         we are fine with using $@ the way we do (if we actually encounter
22277         brokeness with $@ in VPATH builds because of additional path prefixes,
22278         we need to use $(@F) actually).
22279
22280 Mon Sep 13 01:34:53 1999  Tim Janik  <timj@gtk.org>
22281
22282         * gtk/gtksignal.c: renamed two variables, hopefully didn't introduce
22283         short lived bugs, that would allow language bindings to do surgeries
22284         to our guts.
22285
22286 Fri Sep 10 15:22:50 1999  Owen Taylor  <otaylor@redhat.com>
22287
22288         * gtk/gtkwindow.c (gtk_window_size_allocate): Fix typo
22289         where comparison was being done against an uninitialized
22290         value causing intermittant results depending on
22291         compiler flags. Also make it clearer that we aren't
22292         ever initializing the child as 0x0 (though this will
22293         be caught in gtk_widget_size_allocate())
22294
22295 Fri Sep 10 10:06:56 1999  Owen Taylor  <otaylor@redhat.com>
22296
22297         * gtk/gtkwindow.c (gtk_window_set_transient_for): Move
22298         gtk_window_unset_transient_for() call after we do checks
22299         involving the old transient parent.
22300         [ From Lance Capser <lmc@cyberhighway.net> ]
22301
22302 1999-09-07  Raja R Harinath  <harinath@cs.umn.edu>
22303
22304         * gtk/Makefile.am (gtk.defs): Go back to using `touch' to create
22305         an empty file.
22306
22307 Mon Sep  6 00:11:56 1999  Lars Hamann  <lars@gtk.org>
22308
22309         * gtk/gtkctree.c (gtk_ctree_is_ancestor): return FALSE if node has
22310         no children. (Reported by: Chris Rogers <gandalf@pobox.com>)
22311
22312 1999-09-03  Raja R Harinath  <harinath@cs.umn.edu>
22313
22314         * gtk/Makefile.am (gen_sources): Improve VPATH builds.
22315         `$@' is valid only in the build dir, not after we've done 
22316         `cd $srcdir'.  Also use `test -f' instead of less portable
22317         `test -e'.
22318
22319 Fri Sep  3 15:59:56 1999  Owen Taylor  <otaylor@redhat.com>
22320
22321         * gtk/gtktext.c (correct_cache_insert): Rewrite
22322          for simplicity, and hopefully correctness.
22323          (Fixes bug #1322, which was a segfault when
22324           on some insertions with the properties around
22325           the insertion set up just wrong.)
22326
22327         * gtk/gtktext.c (gtk_text_adjustment): When we receive
22328          a "changed" signal, clamp the new value to the adjustment
22329          bounds to avoid segfaulting if someone tries to change
22330          the adjustment to a bogus value. (Bug #1795)
22331
22332 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
22333
22334         * gtk/gtkmain.c: Ignore unexpected destroy notifies
22335         for children, for toplevel windows handle them
22336         like delete_event.
22337
22338         * gtk/gtkplug.c: Add an unrealize handler so that
22339         we unref plug->socket_window when we are done
22340         with it.
22341
22342 Fri Sep  3 14:52:54 1999  Owen Taylor  <otaylor@redhat.com>
22343
22344         * gtk/gtktext.c (clear_area): Fix stupid signedness
22345          problem that was causing background to sometimes
22346          be misaligned.
22347
22348 Fri Sep  3 12:26:33 1999  Owen Taylor  <otaylor@redhat.com>
22349
22350         [ Fixes pointed out by Ettore Perazzoli <ettore@comm2000.it> ]
22351         
22352         * gtk/gtkmenu.c (gtk_menu_position): Make
22353          sure we never position menus with negative x, y,
22354          since gtk_widget_set_uposition() can't handle that.
22355
22356         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu):
22357          Modify the positioning code a bit so that we always
22358          put the top-left corner onscreen. (This is for
22359          UI reasons, gtk_menu_position() now takes care of
22360          gtk_widet_set_uposition() brokeness.)
22361
22362 Fri Sep  3 03:06:30 1999  Tim Janik  <timj@gtk.org>
22363
22364         * gtk/Makefile.am: fixed up things for -jx, x > 1.
22365
22366 Sun Sep  5 08:48:51 1999  Owen Taylor  <otaylor@redhat.com>
22367
22368         * gtk/gtkwidget.c (gtk_widget_modify_style): Ref the
22369           RC style that is passed in. The lack of the ref
22370           before was a bug. If people worked around this
22371           bug, this will introduce a slight memory leak
22372           in their code. The code should typically look like:
22373
22374             rc_style = gtk_rc_style_new ();
22375             [...]
22376             gtk_widget_modify_style (widget, rc_style);
22377             gtk_rc_style_unref (rc_style);
22378
22379         * gtk/gtkwidget.c (gtk_widget_modify_style): Reset
22380           the style if it was already set.
22381
22382         * gtk/gtkwidget.c (gtk_widget_set_name): Only set the
22383           style if it was set before.
22384
22385 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
22386
22387         * gtk/testgtk.c (main): Add a check to see if we
22388           are being run from the correct directory and
22389           to quit nicely if we are not.
22390
22391         * gtk/gtkrc.c (gtk_rc_slist_remove_all): Make function
22392           static.
22393
22394 Thu Sep  2 23:00:03 1999  Tim Janik  <timj@gtk.org>
22395
22396         * gtk/gtkenums.h (GtkWindowPosition): added GTK_WIN_POS_CENTER_ALWAYS.
22397
22398         * gtk/gtkwindow.c:
22399         queue resizes unconditionally (gtk_widget_queue_resize will figure
22400         what to do if the window is not realized).
22401         (gtk_window_move_resize): only recenter the window
22402         for GTK_WIN_POS_CENTER_ALWAYS.
22403         (gtk_window_compute_reposition): handle GTK_WIN_POS_CENTER_ALWAYS in
22404         the same way as GTK_WIN_POS_CENTER.
22405
22406 Thu Sep  2 22:39:27 1999  Tim Janik  <timj@gtk.org>
22407
22408         * gtk/gtkwindow.c (gtk_window_reposition): check for the last position
22409         with (!(info->last_flags & GDK_HINT_POS)) instead of
22410         (!info->last_flags & GDK_HINT_POS).
22411
22412         * gtk/gtkwindow.c (gtk_window_move_resize): constrain new_width and
22413         new_height unconditionally, because we use these values even if
22414         !default_size_changed && !hints_changed.
22415         comented the (default_size_changed || hints_changed) case with
22416         respect to resize rejects from the window manager.
22417
22418         * gtk/gtkwindow.c (gtk_window_move_resize): save info->last values
22419         in the zvt condition hack, since this includes the window hints, set
22420         the hints after the handling_resize case.
22421
22422         * gtk/gtkwindow.c (gtk_window_show): constrain the default size that a
22423         window is initially shown with to the geometry.
22424
22425 Thu Sep  2 07:38:56 1999  Tim Janik  <timj@gtk.org>
22426
22427         * gtk/gtkwindow.c (gtk_window_move_resize):
22428         s/size_changed/default_size_changed/g so i know what's
22429         really going on (frying brain on smaller flame now).
22430
22431 Thu Sep  2 05:47:47 1999  Tim Janik  <timj@gtk.org>
22432
22433         * gtk/gtkwindow.c (gtk_window_move_resize): queue a new resize if
22434         we have size_changed upon handling_resize. this is a gross
22435         workaround for the broken zvt widget and should be removed in
22436         1.3 again (search for FIXME).
22437         Owen provided an accurate comment for this:
22438
22439         /* We could be here for two reasons
22440          *  1) We coincidentally got a resize while handling
22441          *     another resize.
22442          *  2) Our computation of size_changed was completely
22443          *     screwed up, probably because one of our children
22444          *     is broken. It's probably a zvt widget.
22445          *
22446          * For 1), we could just go ahead and ask for the
22447          * new size right now, but doing that for 2)
22448          * might well be fighting the user (and can even
22449          * trigger a loop). Since we really don't want to
22450          * do that, we requeue a resize in hopes that
22451          * by the time it gets handled, the child has seen
22452          * the light and is willing to go along with the
22453          * new size. (this happens for the zvt widget, since
22454          * the size_allocate() above will have stored the
22455          * requisition corresponding to the new size in the
22456          * zvt widget)
22457          *
22458          * This doesn't buy us anything for 1), but it shouldn't
22459          * hurt us too badly, since it is what would have
22460          * happened if we had gotten the configure event before
22461          * the new size had been set.
22462          */
22463
22464 Wed Sep  1 20:46:11 1999  Owen Taylor  <otaylor@redhat.com>
22465
22466         * gtk/gtkrc.c: deal properly with the fact that RC
22467           style lists may include rc styles more than once.
22468
22469         * gtk/gtkrc.c (gtk_rc_append_pixmap_path): Removed
22470           unused static function.
22471
22472         * gtk/gtkrc.c (gtk_rc_find_pixmap_in_path): Keep a
22473           stack of directories of RC files currently being
22474           parsed and implicitely add them to pixmap path.
22475           
22476           This fixes a bug where the directory would get
22477           appended then overwritten by pixmap_path declarations.
22478
22479           (bug #1462, from Peter Wainright <prw@wainpr.demon.co.uk>)
22480
22481         * gtk/gtkthemes.c (gtk_theme_engine_unref): Call
22482           theme's exit function. (Patch from Peter Wainwright,
22483           bug #1454)
22484
22485         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy):
22486           Add a destroy() handler to take care of removing
22487           group for menu item. (Fixes bug #1197)
22488
22489         * gtk/gtkwidget.c (gtk_widget_size_request): Fixed thinko
22490           in warning message.
22491
22492 Wed Sep  1 21:27:42 1999  Tim Janik  <timj@gtk.org>
22493
22494         * gtk/gtkwindow.c (gtk_window_move_resize): don't require a server
22495         roundtrip to figure window's width and height, since we know that
22496         anyways from widget->allocation.
22497
22498 Wed Sep  1 12:37:44 1999  Owen Taylor  <otaylor@redhat.com>
22499
22500         * gtk/gtkwindow.c (gtk_window_move_resize): Compute
22501           the hints after we request the new size.
22502
22503 Wed Sep  1 10:38:37 1999  Owen Taylor  <otaylor@redhat.com>
22504
22505         * gtk/gtkwindow.c (gtk_window_compute_hints): Removed
22506           GTK_WIDGET_REALIZED() assertion - we can compute the
22507           hints before we are realized.
22508
22509         * gtk/gtkwindow.c (gtk_window_move_resize): Reorder
22510           hint changing so that we have a value of hints_changed
22511           when we decide whether to constrain the window size.
22512
22513         * gtk/gtkwindow.c (gtk_window_move_resize): Spelling fix.
22514
22515         * gtk/gtkwindow.c (gtk_window_constrain_size): cleanups,
22516         change back to G_MAXINT.
22517
22518 Wed Sep  1 06:54:59 1999  Tim Janik  <timj@gtk.org>
22519
22520         * gtk/gtkwindow.c (gtk_window_get_geometry_info): zero initialize
22521         new GtkWindowGeometryInfo, so fields like GdkGeometry geometry
22522         contain uncluttered values.
22523         (gtk_window_compute_hints): simply assert that window is realized
22524         and that geometry_info is valid, since we rely on this anyways.
22525         (gtk_window_constrain_size): major cleanups to the code.
22526         if (flags & GDK_HINT_BASE_SIZE) use geometry's base width and height
22527         for the base size, instead of the minimums. use 32767 as max width
22528         and height (like in gtkwindow.c) instead of G_MAXINT.
22529
22530 Wed Sep  1 04:41:25 1999  Tim Janik  <timj@gtk.org>
22531
22532         * cleaned up the GtkContainer.need_resize flag handling mess, we
22533         only need to force resize requests when we were prematurely
22534         realized, or our widget tree was modified when we were temporarily
22535         hidden. handling these cases directly upon showing the window (i.e.
22536         while the GdkWindow is still unmapped) avoids the need to wait for
22537         a configure event response and therefore makes the GUI more snappier
22538         and avoids blank windows during the roundtrip.
22539
22540         * gtk/gtkwidget.c:
22541         (gtk_widget_hide): 
22542         (gtk_widget_show): don't queue resizes on toplevels, they know how
22543         to deal with matters.
22544
22545         * gtk/gtkcontainer.c (gtk_container_queue_resize): set the ->need_resize
22546         flag directly for not visible resize containers and spare us unecessary
22547         signal emissions.
22548
22549         * gtk/gtkwindow.c:
22550         (gtk_window_realize): if we need to enforce premature size allocation,
22551         queue a container resize so we are correctly resized later on.
22552         (gtk_window_init):
22553         (gtk_window_size_request):
22554         don't freak around with the ->need_resize flag,
22555         gtk_container_queue_resize() will care about that.
22556         (gtk_window_show):
22557         handle initial resizing issues here, we can handle matters better in
22558         this place, especially since we know that our GdkWindow is still
22559         unmapped.
22560         (gtk_window_move_resize):
22561         don't care about ->need_resize at all.
22562         handle size changes properly that occoured while we waited for a
22563         configure event.
22564
22565 Tue Aug 31 15:58:46 1999  Owen Taylor  <otaylor@redhat.com>
22566
22567         * gtk/gtkwidget.c (gtk_widget_set_uposition):
22568         * gtk/gtkwindow.[hc] (gtk_window_reposition):
22569         Move the hint setting code from gtk_widget_set_uposition
22570         to here; set the hints so that we respect any previously
22571         set geometry hints.
22572
22573         * gtk/gtkwindow.c (gtk_window_compute_reposition): Don't
22574         change the window hints here or move the window here,
22575         let that happen in gtk_window_move_resize().
22576
22577 Tue Aug 31 06:58:52 1999  Tim Janik  <timj@gtk.org>
22578
22579         * gtk/gtkwidget.c (gtk_widget_event): when discarding exposes due
22580         to already queued resizes (and therefore redraws) on a widget, check
22581         its anchestry as well.
22582
22583         * gtk/gtkcontainer.c:
22584         (gtk_container_queue_resize): clear resize widgets for resize
22585         containers before aborting prematurely. this is especially important
22586         for toplevels which may need imemdiate processing or their resize
22587         handler to be queued.
22588         (gtk_container_dequeue_resize_handler): added new internal function for
22589         gtkwindow.c.
22590
22591         * gtk/gtkwindow.c (gtk_window_move_resize): if we are resizing due to a
22592         configure event, take possible changes in window position into account
22593         as well.
22594         if we request a new window size, queue up a resize handler that will
22595         last until the configure event response arrives.
22596         combined the ->need_resize case (initial show) with the general size
22597         (hints) changed case and added even more comments.
22598         if !auto_shrink, only revert to the old allocation if the new size
22599         is smaller than the current allocation.
22600
22601 Tue Aug 31 11:55:20 1999  Owen Taylor  <otaylor@redhat.com>
22602
22603         * gtk/gtkwindow.c (gtk_window_set_arg, gtk_window_set_policy,
22604                            gtk_window_set_geometry_hints
22605                            gtk_window_set_default_size):
22606         When hints are set, queue a resize so that the hints will
22607         be eventually reset on the toplevel.
22608
22609         * gtk/gtkwindow.c (gtk_window_show): Use
22610         gtk_window_compute_default_size(). Clear the need_resize flag
22611         on the initail map so that we don't unnecessarily trigger the
22612         resize code.
22613
22614         * gtk/gtkwindow.c (gtk_window_move_resize): Split apart
22615         into separate functions. Compare the hints we are setting
22616         with what we set last time so that we can accurately
22617         tell when we need to reset the hints.
22618
22619         * gtk/gtkwindow.c (gtk_window_compute_default_size): New
22620         function to figure out the size from requisition
22621         and default_size.
22622
22623         * gtk/gtkwindow.c (gtk_window_constrain_size): Function
22624         from fvwm to constrain a size to the geometry hints.
22625
22626         * gtk/gtkwindow.c (gtk_window_compare_hints): New function
22627         to compare two sets of geometry hints.
22628
22629         * gtk/gtkwindow.c (gtk_window_compute_hints): Renamed
22630         from gtk_window_set_hints(), just compute the hints,
22631         don't set them.
22632
22633         * gtk/gtkwindow.c (gtk_window_compute_reposition): Move
22634         code from gtk_window_move_resize() to separate function,
22635         rationalize a bit.
22636
22637 Tue Aug 31 13:05:03 1999  Owen Taylor  <otaylor@redhat.com>
22638
22639         * gtkrc.h: Move the ref_count member out of the GtkRcStyle
22640         structure into a new private structure.
22641
22642         * gtkrc.c: Split GtkRcStyle into public/private.
22643         In the private part, add a list of pointers to the
22644         RcStyle lists this RcStyle participates in.
22645
22646         * gtkrc.c: When a RcStyle is free, remove all
22647         lists referencing it from the 
22648         realized_style_ht hash, and free those lists.
22649         
22650         * gtk/gtkrc.c (gtk_rc_clear_styles): Don't call
22651         gtk_rc_init(), since that adds the default styles
22652         to the list of parsed RC files again.
22653
22654         * gtk/gtkrc.c: Use gtk_rc_style_find() consistently.
22655         
22656 Thu Aug 26 14:14:42 1999  Tim Janik  <timj@gtk.org>
22657
22658         * gtk/gtkwidget.c (gtk_widget_size_allocate): reactivated the sanity
22659         checks that ensure that a widget's allocation is at least 1 in width
22660         and height. (GNOME note: this doesn't affect old panel code anymore,
22661         because GtkSocket will request width and height of at least 1 since
22662         Fri Jul 23).
22663
22664         * gtk/gtkwindow.c (gtk_window_realize): if the widget hasn't been
22665         allocated yet (happens if the user realizes the window prematurely),
22666         size request and allocate it.
22667         (gtk_window_size_allocate): guard against guint underflows.
22668
22669 Wed Aug 25 19:01:36 1999  Lars Hamann  <lars@gtk.org>
22670
22671         * gtk/Makefile.am (gtk_built_sources): reordered stamp-gtk.defs
22672         in gtk_built_sources, so gtk.defs gets built prior to all other
22673         sources.
22674
22675 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
22676
22677         * gtk/Makefile.am:
22678         invoke indent on gtkmarshal.*. 
22679         rewrote source generation rules, use COPYING as oldest source tag for
22680         a piggyback rule to generate all sources from (don't touch it ;).
22681         major cleanups, strip spaces on build rules for GNU Make.
22682
22683         * gtk/genmarshal.pl: don't operate on hardcoded filenames but take
22684         source and target files from commandline arguments. don't invoke indent.
22685
22686 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
22687
22688         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
22689         notebook after switch to avoid drawing problems.
22690         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
22691         
22692         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
22693         show them instead. 
22694         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
22695
22696 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
22697
22698         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
22699         notebook after switch to avoid drawing problems.
22700         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
22701         
22702         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
22703         show them instead. 
22704         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
22705
22706 Wed Aug 18 09:20:10 1999  Tim Janik  <timj@gtk.org>
22707
22708         * gtk/gtkwindow.c:
22709         we use window->need_resize from configure_event now, to indicate that
22710         the gtkwindow should keep its allocation (e.g. because the user resized
22711         the window through window manager handles). resize_count is now reliably
22712         used to figure whether we got the allocation we requested from the
22713         window manager.
22714         configure events get queued as resizes now, the real stuff (size
22715         computation and allocation) now only goes on in gtk_window_move_resize().
22716         GtkWindow's requisition now contains its *real* requisition (like all
22717         other widgets), *not* taking usize into account.
22718         geometry_info->last_{width|height} is now updated from set_hints() only
22719         so it always contains the last hints we set for the window manager.
22720         made some event handlers return TRUE instead of FALSE.
22721         the overall code should be much more straight forward now, and the
22722         significant code portions are accompanied by comments now.
22723         (gtk_window_set_hints):
22724         removed requisition argument and made it
22725         fetch the requisition through gtk_widget_get_child_requisition.
22726         we also don't move the gdkwindow here anymore, gtk_window_move_resize()
22727         does that now.
22728         (gtk_window_show):
22729         ensure that the widget is realized before calling 
22730         gtk_container_check_resize() (and thus gtk_window_move_resize()), also
22731         ensure that we got properly size requested and allocated before
22732         realization.
22733         (gtk_window_configure_event):
22734         ignore plain window moves, or reallocate the widget tree through the
22735         resize queue otherwise.
22736         (gtk_window_move_resize):
22737         mostly rewrote this function to figure window manager hints more
22738         reliably, coalesce window moves and resizes to reduce configure events
22739         and do actuall size allocations.
22740
22741 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
22742
22743         * gtk/gtkwidget.c (gtk_widget_event): discard expose events for widgets
22744         that have a resize pending, because a redraw is already queued for them.
22745
22746         * gtk/gtkcontainer.c: removed ugly connect_to ::size_allocate signal
22747         hack to clear resize_widgets.
22748
22749         * gtk/gtkwidget.c (gtk_widget_size_allocate): call clear_resize_widgets
22750         for resize containers prior to size allocation. (this is also a bit
22751         ugly, but avoids side effects for stopped emissions and is thus more
22752         reliable).
22753         (gtk_widget_unparent): removed disconnect call for clear_resize_widgets.
22754
22755         * gtk/gtktooltips.c (gtk_tooltips_paint_window): renamed this
22756         function from gtk_tooltips_expose, as we connect to ::expose_event
22757         *and* ::draw now.
22758
22759 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
22760
22761         * gtk/gtkselection.c (gtk_target_list_ref): Added missing sanity
22762         checks.
22763         (gtk_target_list_unref): Likewise.
22764
22765         * gtk/gtkthemes.c (gtk_theme_engine_unref): Likewise.
22766
22767 Tue Aug 17 15:47:07 1999  Owen Taylor  <otaylor@redhat.com>
22768
22769         * gtk/gtkcolorsel.c (gtk_color_selection_draw_value_bar):
22770         guard against division by zero. (Fixes bug #1339)
22771
22772 Tue Aug 17 10:56:49 1999  Owen Taylor  <otaylor@redhat.com>
22773
22774         * gtk/gtkentry.c (gtk_move_{forward,backward}_word): 
22775         Prevent the trivial leak of information of allowing
22776         word motion when the entry is not visible.
22777
22778 Tue Aug 17 10:28:52 1999  Owen Taylor  <otaylor@redhat.com>
22779
22780         * gtk/gtkfilesel.c (gtk_file_selection_fileop_error): Propagate
22781         modality to error dialog as well as confirmation dialogs.
22782         (Bug #1803, reported by Rosanna Wing Sze Yuen)
22783
22784 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
22785
22786         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): Honor
22787         tree->view_lines.
22788         (gtk-guy-990611-3.patch: Guy Harris <guy@netapp.com>)
22789
22790         * gtk/Makefile.am (install-data-local): Solaris apparently
22791         has various troubles with ln -f; use rm first instead.
22792         (gtk-guy-990611-2.patch: Guy Harris <guy@netapp.com>)
22793
22794 1999-07-30  Raja R Harinath  <harinath@cs.umn.edu>
22795
22796         * gtk/Makefile.am (stamp-m): Don't `mv' from builddir to srcdir,
22797         use `cp' followed by `rm' (the `rm' was already there).
22798
22799 July 30, 1999 Elliot Lee <sopwith@redhat.com>
22800         
22801         * configure.in: Fix autoconf warnings about cross compilation by
22802         trying to provide sane defaults for AC_TRY_RUN.
22803         * gtk/Makefile.am: If we refer to gtkmarshal.[ch] in $(srcdir),
22804         put them into $(srcdir) when generated. Also add a dependency of
22805         gtksignal.h on gtkmarshal.h for -j builds. 
22806         * gtk/gtk(dnd,style,gamma).c: Minor warning fixes.
22807
22808 Wed Jul 28 09:29:19 1999  Owen Taylor  <otaylor@redhat.com>
22809
22810         * gtk/gtkmain.c (gtk_main_iteration_do): Added missing
22811         GDK_THREADS_{LEAVE,ENTER} pair.
22812         (From Paul Fisher <pnfisher@redhat.com>)
22813
22814 Fri Jul 23 01:00:15 1999  Tim Janik  <timj@gtk.org>
22815
22816         * gtk/gtksocket.c (gtk_socket_size_request): asure that the requested
22817         width and height are always >0 (owen).
22818
22819 Fri Jul 23 00:00:47 1999  Tim Janik  <timj@gtk.org>
22820
22821         * gtk/gtkwidget.c (gtk_widget_size_allocate): backed out my recent
22822         change that assured that a widget's allocated with and height are
22823         always >1, since this breaks *buggy* panel code. unfortunately this
22824         back-breaks the gimp's color selector.
22825
22826         * gtk/gtkdrawingarea.c (gtk_drawing_area_size_allocate): asure that our
22827         allocation is always >0 in width and height, before sending the
22828         configure event; this is a *gross* hack to get the gimp back to work.
22829         
22830         * marked both cases with TODO-1.3
22831
22832 Wed Jul 21 15:47:39 1999  Owen Taylor  <otaylor@redhat.com>
22833
22834         * gtk/gtktext.c: Don't display wrap indicators when
22835         text is not editable and word wrap is on.
22836
22837 Wed Jul 21 08:21:40 1999  Tim Janik  <timj@gtk.org>
22838
22839         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): special case
22840         option menus here as they are not derived from menu shell, assure that
22841         the option menu has a menu we can add items to.
22842
22843 Tue Jul 20 23:29:48 1999  Tim Janik  <timj@gtk.org>
22844
22845         * gtk/gtknotebook.c (gtk_notebook_page_allocate): convert allocation->
22846         width/height to (gint) before calculations and check against < 0 to
22847         avoid guint wraparounds.
22848
22849 Sun Jul 18 00:35:49 1999  Tim Janik  <timj@gtk.org>
22850
22851         * gtk/gtkwidget.c (gtk_widget_size_allocate): ensure that the allocated
22852         width and height is never zero. sanity check both dimensions against
22853         32767 and issue a warning if the allocation is greater than that.
22854
22855 Wed Jul  7 15:03:30 1999  Owen Taylor  <otaylor@redhat.com>
22856
22857         * gtk/gtkmain.c (gtk_events_pending): Unlock around call
22858         to g_main_pending() as well.
22859
22860 Wed Jul  7 14:59:01 1999  Owen Taylor  <otaylor@redhat.com>
22861
22862         * gtk/gtkmain.c (gtk_main_iteration): Unlock around
22863         call to g_main_iteration() - since that will regrab
22864         GTK+ lock to process events.
22865
22866 Thu Jul  1 15:01:55 1999  Owen Taylor  <otaylor@redhat.com>
22867
22868         * gtk/gtkwindow.c
22869         - Regularize with the rest of GTK+ by making widget->requisition
22870           not reflect the set_usize()
22871         - Always recompute geometry hints, then check if they
22872           changed before sending them to the X server. The
22873           previous checks for changes would fail in a number
22874           of circumstances. 
22875
22876 Thu Jul  1 11:55:59 1999  Owen Taylor  <otaylor@redhat.com>
22877
22878         * gtk/gtkstyle.c: Include <stdlib.h> for strcmp().
22879
22880 Wed Jun 30 19:26:36 1999  Owen Taylor  <otaylor@redhat.com>
22881
22882         * gtk/gtkdnd.c:
22883         - Code cleanups
22884         - Instantaneously update on modifier key presses
22885         - Allow cancellation of the drag with Escape.
22886
22887 Tue Jun 29 17:04:09 1999  Owen Taylor  <otaylor@redhat.com>
22888
22889         * gtk/testgtk.c (create_handle_box): Set the policy
22890         to auto_shrink - otherwise the appearance is rather
22891         strange when flipping between horizontal and vertical.
22892
22893 Mon Jun 28 09:29:52 1999  Tim Janik  <timj@gtk.org>
22894
22895         * gtk/gtkwindow.c: add ::default_width and ::default_height arguments.
22896         (gtk_window_set_default_size): don't change a value if it's < 0.
22897         queue a resize.
22898
22899 Sun Jun 27 11:00:33 1999  Tim Janik  <timj@gtk.org>
22900
22901         * gtk/gtktext.c (gtk_text_insert): don't segfault on NULL inserts.
22902
22903 Mon Jun 28 12:08:25 1999  Owen Taylor  <otaylor@redhat.com>
22904
22905         * gtk/gtkfilesel.c (cmpl_completion_fullname): Don't
22906         add an extra "/" when concating "/" + filename.
22907         (From Matt Grossman <mattg@oz.net>)
22908
22909 Mon Jun 28 10:57:12 1999  Owen Taylor  <otaylor@redhat.com>
22910
22911         * gtk/gtkctree.c (draw_cell_pixmap): Reset clip mask
22912         for fg_gc if we set it for drawing pixmap.
22913
22914 Tue Jun 15 12:45:12 1999  Owen Taylor  <otaylor@redhat.com>
22915
22916         Fixes from Peter Wainwright <prw@wainpr.demon.co.uk>
22917         
22918         * gtk/gtkrc.c (gtk_rc_parse_engine): If rc_style->engine is
22919         already set, call old engine's destroy function and
22920         unref the old engine.
22921
22922 Thu Jun 10 17:59:38 1999  Tim Janik  <timj@gtk.org>
22923
22924         * gtk/gtkdrawingarea.c (gtk_drawing_area_size): queue a resize.
22925
22926 Wed Jun  9 15:13:16 1999  Tim Janik  <timj@gtk.org>
22927
22928         * gtk/gtkaccelgroup.h: mark certain functions as internal.
22929
22930 Wed Jun  9 13:48:28 1999  Tim Janik  <timj@gtk.org>
22931
22932         * gtk/gtkpreview.c (gtk_preview_set_expand): queue a resize if the
22933         expand behaviour changed.
22934
22935         * gtk/gtklabel.c (gtk_label_set_pattern):
22936         (gtk_label_set_justify):
22937         (gtk_label_set_line_wrap):
22938         don't bother invoking queue_clear, the reallocation does
22939         that for us, always free_words so the upcoming resize will
22940         relayout the label's contents.
22941
22942 Wed Jun  9 12:50:48 1999  Tim Janik  <timj@gtk.org>
22943
22944         * applied argument implementation patches from Elena Devdariani
22945         <elena@cogent.ca>.
22946
22947         * gtk/gtktoolbar.c: ::orientation, ::toolbar_style, ::space_size,
22948         ::space_style, ::relief
22949         * gtk/gtkruler.c: ::lower, ::upper, ::position, ::max_size
22950         * gtk/gtkpreview.c: ::expand
22951         * gtk/gtkpaned.c: ::handle_size, ::gutter_size
22952         * gtk/gtknotebook.c: ::homogeneous
22953         * gtk/gtklabel.c: ::wrap
22954         * gtk/gtklist.c: ::selection_mode
22955         * gtk/gtkhandlebox.c: ::handle_position, ::snap_edge
22956         * gtk/gtkcurve.c: ::curve_type, ::min_x, ::max_x, ::min_y, ::max_y
22957         * gtk/gtkcolorsel.c: ::update_policy, ::use_opacity
22958         * gtk/gtkclist.c: ::sort_type
22959         * gtk/gtkcheckmenuitem.c: ::active, ::show_toggle
22960         * gtk/gtkaspectframe.c: ::xalign, ::yalign, ::ratio, ::obey_child
22961
22962 Tue Jun  1 23:38:38 1999  Owen Taylor  <otaylor@redhat.com>
22963
22964         * gtk/gtkstyle.c: Removed ill-thought-out part of last
22965         comment.
22966
22967 Tue Jun  1 23:30:09 1999  Owen Taylor  <otaylor@redhat.com>
22968
22969         * gtk/gtkstyle.c (gtk_style_attach): Get the reference
22970         counting right when we have to attach a new style
22971         for a different visual. (Chi-Deok Hwang <cdhwang@sr.hei.co.kr>)
22972
22973         * gtk/gtkstyle.c: Documented the refcounting
22974         peculularities of gtk_style_attach.
22975
22976 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
22977
22978         * gtk/gtkwindow.c (gtk_window_new): added return if fail for invalid
22979         window types.
22980
22981         * examples/packer/pack.c (main): use GTK_WINDOW_TOPLEVEL instead
22982         of GTK_TOPLEVEL for creating the window.
22983
22984 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
22985
22986         * gtk/gtkmain.c (gtk_init_check): don't segfault when --gtk-module is
22987         the last argument (reported by Per Winkvist).
22988         
22989 Tue May 25 13:13:12 1999  Owen Taylor  <otaylor@redhat.com>
22990
22991         Fixes for invisible XOR lines (Frank Loemker
22992         <floemker@TechFak.Uni-Bielefeld.DE>)
22993         
22994         * gtk/gtkclist.c (gtk_clist_realize): Always use
22995         a non-zero pixel for GDK_XOR.
22996
22997         * gtk/gtkvpaned.c gtk/gtkhpaned.c: 
22998         Use GDK_INVERT instead of GDK_XOR.
22999
23000 Wed May 12 21:56:40 1999  Lars Hamann  <lars@gtk.org>
23001
23002         * gtk/gtkclist.c (adjust_adjustments): signal emit value_changed
23003         signals if h/voffsets differ from adjustment values.
23004         Reportet by Jerome Bolliet <bolliet@in2p3.fr>
23005
23006 Mon May 10 04:20:41 1999  Tim Janik  <timj@gtk.org>
23007
23008         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): propagate
23009         ::selection-done emissions up to the topmost menu shell.
23010
23011 Fri May  7 10:15:14 1999  Owen Taylor  <otaylor@redhat.com>
23012
23013         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): Unset
23014         the user data on the window before destroying it.
23015
23016         * gtk/gtknotebook.c (gtk_notebook_unrealize): Add an
23017         unrealize handler to take care of destroying 
23018         notebook->panel properly. 
23019         (Bug #1198 - Morten Welinder <terra@diku.dk>)
23020
23021         * gtk/gtktext.c (expand_scratch_buffer): Fix reversal
23022         of g_new and g_realloc to stop memory leak. (Actually,
23023         we could just use g_realloc(), but I'm not 100% sure
23024         that is portable).
23025         (Bug #1196 - Morten Welinder <terra@diku.dk>)
23026
23027 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
23028
23029         * gtk/gtkplug.h: Removed stray GtkPlugButton declaration.
23030
23031         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
23032         for fontsets.
23033
23034         * gtk/gtkbutton.c (gtkbutton_expose): Fix warning
23035         with bin/button confusion.
23036
23037 Thu May  6 04:53:26 1999  Tim Janik  <timj@gtk.org>
23038
23039         * gtk/testgtk.c: in the ItemFactory test, link radio items together,
23040         and show how preselection of radio items is done.
23041
23042 Sun May  2 13:31:14 1999  Tim Janik  <timj@gtk.org>
23043
23044         * gtk/gtktreeitem.c (gtk_tree_item_set_subtree): 
23045         * gtk/gtktree.c (gtk_tree_add) (gtk_tree_insert):
23046         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): 
23047         * gtk/gtkpaned.c (gtk_paned_pack2) (gtk_paned_pack1):
23048         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_add): 
23049         * gtk/gtktable.c (gtk_table_attach): 
23050         * gtk/gtklist.c (gtk_list_insert_items): 
23051         * gtk/gtkmenushell.c (gtk_menu_shell_insert): 
23052         * gtk/gtknotebook.c (gtk_notebook_insert_page_menu): 
23053         * gtk/gtkpacker.c (gtk_packer_add_defaults) (gtk_packer_add): 
23054         * gtk/gtkbin.c (gtk_bin_add): 
23055         * gtk/gtkbox.c (gtk_box_pack_start) (gtk_box_pack_end): 
23056         * gtk/gtkfixed.c (gtk_fixed_put): 
23057         * gtk/gtklayout.c (gtk_layout_put):
23058         general fixups to container_add logic. always realize child if
23059         child->parent is realized, only map the child and queue a resize
23060         if child and child->parent are both visible.
23061
23062 Fri Apr 30 09:02:28 1999  Tim Janik  <timj@gtk.org>
23063
23064         * gtk/gtkwidget.c (gtk_widget_real_unrealize): use gtk_container_forall
23065         instead of gtk_container_foreach to walk and unrealize children, so
23066         composite children get also unrealized.
23067         (gtk_widget_real_show): don't call gtk_widget_map() if we don't need to.
23068         (gtk_widget_map): assert that the widget is visible (basic constrain).
23069         (gtk_widget_real_map): assert that the widget is realized (basic
23070         constrain).
23071
23072 Fri Apr 29 00:53:20 1999  Tim Janik  <timj@gtk.org>
23073
23074         * gtk/gtkbindings.c (gtk_pattern_spec_init): plugged a memory leak.
23075
23076 Tue May  4 09:32:08 1999  Owen Taylor  <otaylor@redhat.com>
23077
23078         * gtk/Makefile.am gtk/gtkrc.iso-8859-2: Add a gtkrc
23079         file for iso-8859-2 locales.
23080
23081         * configure.in (ALL_LINGUAS): ALL_LINGUAS update.
23082
23083 Tue Apr 27 16:38:32 1999  Owen Taylor  <otaylor@redhat.com>
23084
23085         * gtk/Makefile.am: Fix typo of static_sources for static_SOURCES.
23086          (Pointed out by andy@rz.uni-karlsruhe.de and others).
23087          Remove some suspicious and useless lines. 
23088
23089 Tue May  4 08:44:08 1999  Owen Taylor  <otaylor@redhat.com>
23090
23091         * gtk/gtkclist.c (gtk_clist_draw, draw_rows): Use 
23092         width,height = 0, 0 to mean - here to edge of window,
23093         instead of -1, -1, since the former is all we support.
23094
23095 Tue May  4 08:34:43 1999  Owen Taylor  <otaylor@redhat.com>
23096
23097         * gtk/gtkmain.c (gtk_main): Correctly free list nodes
23098         when removing from quit_functions list.
23099
23100 Tue Apr 27 14:17:16 1999  Tim Janik  <timj@gtk.org>
23101
23102         * gtk/gtkpacker.c (gtk_packer_size_request): remove unused variable.
23103
23104 Tue Apr 27 18:23:35 1999  Owen Taylor  <otaylor@redhat.com>
23105
23106         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): 
23107          When redrawing characters on non-visible entry, use appropriate
23108          '*' character. (Bug #1130 - Jean-Marc Jacquet <jm@littleigloo.org>)
23109
23110 Tue Apr 27 01:31:40 1999  Lars Hamann  <lars@gtk.org>
23111
23112         * gtk/gtkclist.c (drag_dest_cell): compute destination cell
23113         from drag coordinates.
23114         (gtk_clist_drag_data_received) (gtk_clist_drag_motion):
23115         use drag_dest_cell.
23116
23117         * gtk/gtktree (drag_dest_cell)
23118         (gtk_ctree_drag_data_received) (gtk_ctree_drag_motion): likewise.
23119         (Bug #1129)
23120
23121 Wed Apr 21 21:26:11 1999  Tim Janik  <timj@gtk.org>
23122
23123         * gtk/gtkitemfactory.c (gtk_item_factory_init): properly initialize
23124         translate_* fields.
23125         (gtk_item_factory_finalize): invoke translate_notify independant from
23126         translate_data.
23127         (gtk_item_factory_set_translate_func): likewise.
23128         (gtk_item_factory_destroy): only remove ifactory pointer from those
23129         widgets that belong to us (stupid me).
23130
23131 Mon Apr 19 12:05:31 1999  Owen Taylor  <otaylor@redhat.com>
23132
23133         * gtk/gtkrc.c (gtk_rc_style_init): Fixed leak of
23134         rc_style list when lookup succeeeds.
23135
23136 Thu Apr 15 01:11:24 1999  Lars Hamann  <lars@gtk.org>
23137
23138         * gtk/gtkctree.c (resync_selection): 
23139         * gtk/gtkclist.c (resync_selection): fixed undo_selection bug.
23140         * gtk/gtkclist.c (gtk_clist_button_release): fixed resync_selection
23141         bug.
23142
23143 Fri Apr  9 19:22:19 1999  Owen Taylor  <otaylor@redhat.com>
23144
23145         * gtk/gtkcolorsel.c gtk/gtkdnd.c gtk/gtkmenuitem.c:
23146         Add some missing GDK_THREADS_ENTER()/LEAVE around
23147         timeouts. (Patches from Sebastian Wilhelmi <wilhelmi@ira.uka.de>)
23148
23149 Thu Apr  8 20:10:33 1999  Tim Janik  <timj@gtk.org>
23150
23151         * gtk/gtkentry.c (gtk_entry_key_press): use gtk_widget_activate()
23152         rather than emit_by_name.
23153
23154         * gtk/gtkeditable.c (gtk_editable_insert_text): keep a reference
23155         on the widget across multiple signal emissions.
23156         (gtk_editable_delete_text): same here.
23157         (gtk_editable_class_init): set widget_class->activate_signal after
23158         editable_signals[ACTIVATE] has been created.
23159
23160 Wed Apr  7 22:59:47 1999  Owen Taylor  <otaylor@redhat.com>
23161
23162         * gtk/gtkpaned.c (gtk_paned_set_position): Don't clamp
23163         position here prematurely -- we might not have the
23164         right ->min_position and ->max_position yet.
23165
23166 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
23167
23168         * gtk/gtkselection.c gdk/gdkselection.c: (gtk_selection_request):
23169         Add error traps so if the other end of the connection
23170         dies, we survive.
23171
23172         * gtk/gtkselection.c (gtk_selection_notify): Clean
23173         up properly when selection property retrieval fails.
23174         
23175         * gtk/gtkselection.c (gtk_selection_request): Correctly
23176         reject SelectionRequest notifies where the handler
23177         returns no data.
23178
23179 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
23180
23181         * gtk/gtkdnd.c (gtk_drag_dest_leave): Only unhighlight
23182         when we've previously highlighted.
23183
23184         * gtk/gtkdnd.c (gtk_drag_dest_handle_event): Don't
23185         emit two "drag_leave" signals for Motif drops.
23186
23187         * gtk/gtkdnd.c (gtk_drag_source_handle_event): Send
23188         back the correct status messages when dropping from
23189         Motif onto a proxy window that is rejecting the
23190         drop.
23191
23192 Sat Mar 27 23:32:13 1999  Tim Janik  <timj@gtk.org>
23193
23194         * gtk/gtkarg.[hc]: added functions from GLE, gtk_arg_reset() to free
23195         the value and reset type to GTK_TYPE_INVALID, and gtk_arg_values_equal()
23196         to compare two argument values. added gtk_arg_to_valueloc() to set a
23197         variable from an arg through its location (pointer).
23198
23199         * gtk/gtkobject.[hc]: implemented gtk_object_get() in terms of
23200         gtk_object_arg_get() and gtk_arg_to_valueloc(), floats are collected
23201         as gfloat*, uchars are collected as guchar*, ints are collected as
23202         gint*, etc...
23203
23204 Mon Mar 29 17:45:47 1999  Owen Taylor  <otaylor@redhat.com>
23205
23206         * gtk/gtkaccelgroup.c gtk/gtkgtkbindings.c:
23207         Include <string.h> instead of <strings.h>.
23208
23209         * gtk/gtkstyle.c: Fix double include of gtkthemes.h
23210         (actually, a lot more duplicate includes occur if
23211          you trace through the sequence of #include's)
23212         gtk-jbb-990320-0: John Bley, jbb6@acpub.duke.edu
23213         
23214 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
23215
23216         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
23217         gtk-a-higuti-990322-[0-3]
23218
23219         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
23220         that was causing -DX_LOCALE not to work.
23221
23222         * gtk/gtkrc.c (gtk_rc_init):
23223         X_LOCALE will never have LC_MESSAGES defined
23224
23225 Thu Mar 25 12:38:31 1999  Tim Janik  <timj@gtk.org>
23226
23227         * gtk/gtkrc.c (gtk_rc_append_default_module_path): get $HOME from
23228         g_get_home_dir() (gtk-pmc-990123-0.patch.gz).
23229
23230         * gtk/gtkwindow.c (gtk_window_key_press_event): feature keypad up/down/
23231         left/right as well (gtk-michael-980726-0.patch.gz).
23232
23233         * gtk/gtklabel.[hc]: bunch of miscellaneous cleanups, such as s/0/NULL/
23234         for pointer values, use gchar instead of char. fixed uline allocation
23235         leaks, changed the allocation pattern so we use G_ALLOC_AND_FREE mem
23236         chunks instead of G_ALLOC_ONLY.
23237         (gtk_label_size_request): always alter requisition as passed and leave
23238         widget->requisition alone.
23239         (gtk_label_set_text): allow NULL strings.
23240         (gtk_label_new): likewise.
23241
23242 Wed Mar 24 09:24:03 1999  Tim Janik  <timj@gtk.org>
23243
23244         * gtk/gtkdrawingarea.[hc]: type/macro fixups.
23245
23246 Mon Mar 22 05:51:34 1999  Tim Janik  <timj@gtk.org>
23247
23248         * gtk/gtkbin.c (gtk_bin_draw): only redraw children that are visible
23249         *and* mapped (i.e. drawable).
23250         (gtk_bin_expose): only send exposes to drawable children.
23251
23252         * gtk/gtkbox.c (gtk_box_draw): only redraw children that are drawable.
23253         (gtk_box_expose): only send exposes to drawable children.
23254
23255         * gtk/gtkhscale.c (gtk_hscale_draw): 
23256         * gtk/gtkvscale.c (gtk_vscale_draw):
23257         hm, this is an ugly one. we first compute the size of our trough area
23258         here (window relative) and then check intersection with the draw_area
23259         which is parent relative because we're a NO_WINDOW widget, so we need
23260         to offset the trough area by allocation.x and allocation.y before the
23261         check. (this must not be done for the background area though, since
23262         that's already computed parent relative).
23263
23264 Mon Mar 22 00:41:39 1999  Lars Hamann  <lars@gtk.org>
23265
23266         * gtk/gtkclist.c (gtk_clist_unrealize): unmap clist if neccessary,
23267         unrealize title buttons.
23268
23269 Fri Mar 19 00:00:22 1999  Lars Hamann  <lars@gtk.org>
23270
23271         * gtk/gtkclist.c (gtk_clist_column_title_passive)
23272         (gtk_clist_column_title_active): 
23273         only connect/disconnect to GtkWidgetClass::event to block mouse events.
23274
23275         * gtk/gtkclist.c (vertical_timeout) (horizontal_timeout): 
23276         zero initialize event, removed superfluous gdk_window_get_pointer call
23277
23278         * gtk/gtklist.c (gtk_list_vertical_timeout)
23279         (gtk_list_horizontal_timeout): removed superfluous
23280         gdk_window_get_pointer call
23281
23282 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
23283
23284         * plugging problems reported by "Bruce Mitchener, Jr."
23285         <bruce@puremagic.com> due to a purify session.
23286
23287         * gtk/gtkstyle.c:
23288         (gtk_style_ref): 
23289         (gtk_style_unref): assert ref_count to be > 0.
23290
23291         * gtk/gtkclist.c (gtk_clist_set_cell_style): { 0 } initilaize
23292         the requisition.
23293         (gtk_clist_set_shift): likewise.
23294
23295         * gtk/gtklayout.c: introduce gtk_layout_finalize() to unref the
23296         adjustments.
23297
23298         * gtk/gtklist.c (gtk_list_horizontal_timeout): zero initialize the
23299         event before sending it and set send_event to TRUE (which needs to
23300         be done for *all* synthesized events).
23301         (gtk_list_vertical_timeout): likewise.
23302
23303         * gtk/gtktipsquery.c (gtk_tips_query_destroy): plug small memory
23304         leaks.
23305
23306         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set send_event
23307         to TRUE when synthesizing events.
23308
23309 [ *** end of merges from 1.2 *** ]      
23310         
23311 1999-11-21  Tor Lillqvist  <tml@iki.fi>
23312
23313         * gdk/gdkconfig.h: Remove, as this is a file generated by configure
23314         (or copied from gdkconfig.h.win32 on Win32, sigh).
23315
23316         * gdk/gdkprivate.h: Mark gdk_parent_root for export from DLL.
23317
23318         * gdk/gdk.c (gdk_keyval_convert_case): Fix typo.
23319
23320         * gdk/gdkgc.c (gdk_gc_alloc): Remove duplicated line.
23321
23322         * gdk/gdkconfig.h.win32: New file.
23323
23324         * gdk/win32/makefile.cygwin: Build just a static archive here.
23325
23326         * gdk/makefile.cygwin: New file. Get the win32-specific stuff
23327         for the DLL from the static archive built above.
23328
23329         * gdk/gdk.def: Moved here from the win32 subdirectory.
23330
23331         * gdk/win32/*: Adapt for the changed private struct organisation.
23332
23333         * gtk/makefile.{cygwin,msc}: Get gdk library from ../gdk now.
23334
23335 Sun Nov 21 16:44:35 1999  Stefan Jeske  <stefan@gtk.org>
23336
23337         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): Added support 
23338         for wheel mice (buttons 4 and 5).
23339
23340 1999-11-18  Tor Lillqvist  <tml@iki.fi>
23341
23342         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Also for truecolor
23343         drawables use just the pixel field in the foreground and
23344         background GdkColor of the GdkGC.
23345
23346         gdk_gc_set_{fore,back}ground() are called in the GIMP with
23347         GdkColors containing uninitialized (red,green,blue) fields, and
23348         just the pixel field filled in, and furthermore in the
23349         visual-dependent format as returned by gdk_rgb_xpixel_from_rgb().
23350         It thus turns out that we really don't need to have the full
23351         GdkColor for fg and bg in GdkGCWin32Data after all. Will change
23352         it later to have just the pixel values.
23353
23354 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
23355
23356         * docs/gtkfaq.sgml: s/gtk_main_iteration/g_main_iteration/
23357
23358 Sat Nov 13 22:30:29 GMT 1999 Tony Gale  <gale@gtk.org>
23359
23360         * docs/gtkfaq.sgml: threads example from Erik Mouw.
23361         New question on GtkLabel background colors.
23362
23363         * docs/gtk_tut.sgml:
23364           - Correct the example code callback
23365             function definitions.
23366           - Update the gtkdial example code, from Frans van Schaik.
23367           - Update setselection.c to current API.
23368
23369         * examples/Makefile examples/*/*.c: Update to code
23370         listed in tutorial.
23371
23372 1999-11-10  Tor Lillqvist  <tml@iki.fi>
23373
23374         * gdk/win32/gdkfont-win32.c: Fix a couple of bugs. The Unicode
23375         subrange table (from the "Developing International Software for
23376         WIndows 95 and Windows NT" book) was missing the Hangul syllable
23377         block... Get the loaded font's charset correctly.
23378
23379         (Note that this, and the other *-win32.c files, still really are
23380         the old ones, the win32 subdirectory is not ready for compilation
23381         yet after the reorg.)
23382
23383 Wed Nov 10 17:26:49 GMT 1999 Tony Gale  <gale@gtk.org>
23384
23385         * gtk/gtkclist.c: Fix off-by-one bug in parameter
23386         check.
23387
23388 Wed Nov 10 12:12:03 1999  Owen Taylor  <otaylor@redhat.com>
23389
23390         * gdk/x11/gdkinput-{x11,xfree}.c: Call XFreeDeviceState()
23391         on results of XQueryDeviceState().
23392
23393 Mon Nov  8 16:40:43 1999  Owen Taylor  <otaylor@redhat.com>
23394
23395         * gtk/gtkwidget.c: Substitute gdkx.h => gdkprivate.h since
23396         we need to accesss only ->children. We need an accessor
23397         for the children.
23398
23399         * gtk/gtkhandlebox.c gtk/testgtk.c: Substitute G
23400         DK_ROOT_PARENT() => NULL, in call to gtk_window_get_pointer()
23401         to get rid of gdkx.h include.
23402         
23403         * gtk/gtkctree.c: Get rid of #include <gdk/gdkx.h>
23404         and random references to 'None'.
23405
23406         * gtk/gtkclist.c gtk/gtkeditable.c gtk/gtkpreview.c
23407         Get rid of unused #include <gdk/gdkx.h>
23408
23409         * gtk/gtkrc.c gtk/gtkmain.c: Get rid of #include <gdk/gdkx.h>
23410         gdkx.h is _X_ specific stuff. GDK_WINDOWING comes from
23411         gdkconfig.h.
23412
23413 1999-11-08  Tor Lillqvist  <tml@iki.fi>
23414
23415         * gdk/win32/gdkdraw.c
23416         * gdk/win32/gdkfont.c
23417         * gdk/win32/gdkgc.c: Various minor cleanups and bugfixes
23418         following yesterday's changes. (Unrelated to Owen's reorg.)
23419
23420 Mon Nov  8 16:18:25 1999  Owen Taylor  <otaylor@redhat.com>
23421
23422         * gdk/x11/gdkinput-gxi.c: Add missing include,
23423           fix GdkWindowPrivate => GdkDrawablePrivate.
23424
23425         * gdk/x11/gdkinputprivate.h: include <X11/Xlib.h>.
23426
23427         * gdk/x11/Makefile.am (xinput_sources): Add missing
23428         backslash to fix building with --with-xinput=none
23429
23430 Mon Nov  8 14:47:04 1999  Owen Taylor  <otaylor@redhat.com>
23431
23432         Move all X specific code into the x11/ directory.
23433         Aside from shuffling things around, did the following:
23434
23435        * gdk/gdkprivate.h gdk/gdk.h gdk/x11/gdkmain-x11.h: Add
23436          gdk_arg_context_* - a simple argument parsing system
23437          in the style of popt.
23438
23439        * gdk/gdkdrawable.[ch] gdk/gdkprivate.h gdk/gdkwindow.[ch]
23440          gdk/x11/gdkprivate-x11.h:
23441          Remove X specific stuff from GdkDrawable and GdkWindowPrivate - 
23442          add ->klass and ->klass_data fields. The klass_data
23443          field points to an auxilliary structure that is
23444          windowing system dependent.
23445
23446        * gdk/gdkfont.c: Make most of the measurement functions
23447          simply wrappers around gdk_text_extents().
23448
23449        * gdk/gdkfont.c gdk/gdkprivate.h gdk/x11/gdkfont-x11.c: Add a 
23450          _gdk_font_strlen() function that hides the weird
23451          behavior in gtk+-1.[02] where a string is interpreted
23452          differently for 8-bit and 16-bit fonts.
23453
23454        * gdk/gdkevents.c: Add a new function gdk_event_button_generate()
23455          to store common code for synthesizing double/triple
23456          press events.
23457         
23458        * gdk/gdkgc.[ch]: Virtualize in the same way as gdkdrawable.h.
23459          Make all the function that modify an existing GC
23460          simply wrappers around gdk_gc_set_values().
23461          
23462        * gdk/gdkcc.[ch]: Moved into x11/ directory in preparation
23463          for throwing out later.
23464
23465        * gdk/gdkfont.c gdk/gdkimage.c gdk/gdkcolor.c: Change GdkFontPrivate,
23466          GdkImagePrivate and GdkColormapPrivate to have a
23467          windowing system dependent part (GdkFontPrivateX etc.)
23468          that "derives" from the system-independent part.
23469
23470        * configure.in gdk/x11/Makefile.in gdk/x11/gdkinput*.c:
23471          Got rid of the included-source-files for XInput in
23472          favor of automake conditionals. (Which didn't exist
23473          when XInput support was originally added.)
23474
23475        * gdk/gdkrgb.c: Remove the visual id from the debugging
23476          statements since that is X11 specific; print out
23477          type/depth info instead.
23478          
23479
23480 Wed Nov  3 18:14:49 1999  Owen Taylor  <otaylor@redhat.com>
23481
23482         * gdk/x11/gdkfont-x11.c (gdk_font_load): Ref fonts when
23483         loading duplicates of hashed fonts.
23484
23485         * gdk/gdk.c (gdk_keysym_convert_case): rename
23486         gdk_XConvertCase to gdk_keysym_convert_case, allow
23487         results to be NULL in the GTK+ style.
23488
23489         * gdk/gdkcompat.h: Started compatibility header
23490         for renames.
23491
23492 1999-11-07  Tor Lillqvist  <tml@iki.fi>
23493
23494         * gdk/win32/gdkprivate.h: New font private structures, related to
23495         fontsets.
23496
23497         * gdk/win32/gdkfont.c: New functions gdk_font_list_new() and
23498         gdk_font_list_free(). On X11, will just be wrappers to
23499         XListFonts() and XFreeFontNames(). On Win32, the code previously
23500         in gtkfontsel.c is now here.
23501
23502         New function gdk_font_xlfd_create(). On X11 will get the FONT
23503         property of the font (for GDK_FONT_FONTs), or call
23504         XBaseFontNameListOfFontSet (for GDK_FONT_FONTSETs), on Win32
23505         builds a XLFD style name from the font information in the LOGFONT
23506         struct(s).
23507
23508         New function gdk_font_xlfd_free(), which correspondingly frees the
23509         string returned by gdk_font_xlfd_create().
23510
23511         Implement fontsets on Win32. Add a function that iterates over a
23512         wide char string and calls a callback function for each substring
23513         of wide chars from the same Unicode subrange (and thus probably
23514         available in the same real font).
23515
23516         Improve the XLFD emulation a bit.
23517
23518         * gdk/win32/gdkim.c (gdk_nmbstowchar_ts): Small bugfix.
23519
23520         * gdk/win32/gdkevents.c: Workaround for suspected bug on Win2k
23521         Beta3, WM_IME_CHAR messages don't seem to contain the composed
23522         multi-byte char as with the Active IMM on Win9x. Oh well, handle
23523         WM_IME_COMPOSITION with GCS_RESULTSTR instead, use
23524         ImmGetCompositionStringW() to get the composed Unicode chars.
23525
23526         * gdk/win32/gdkgc.c
23527         * gdk/win32/gdkdraw.c: Changes needed because of the font private
23528         struct changes.
23529
23530         * gdk/win32/gdk.def: Add the new functions.
23531
23532 1999-11-04  Tor Lillqvist  <tml@iki.fi>
23533
23534         * config.h.win32: Don't define HAVE_DIMM_H if MSC, as you have to
23535         get the Platform SDK to get <dimm.h>.
23536
23537         * gdk/win32/gdkevents.c: More event handling fixes and
23538         simplification. Never generate motion events with is_hint true. We
23539         used to do that on bogus grounds earlier. Windows sends
23540         WM_MOUSEMOVE messages on button events even if the mouse hasn't
23541         moved, ignore these.
23542
23543         * gdk/win32/gdkfont.c: Load all fonts as (pretended) fontsets.
23544
23545         * gdk/win32/gdkglobals.c
23546         * gdk/win32/gdkprivate.h: Define a typedef for the pointer to
23547         the TrackMouseEvent function, and use it.
23548
23549         * gdk/win32/gdkwindow.c: Terminate widechar string with a zero
23550         char before calling WideCharToMultiByte in order to get a string
23551         for the window title.
23552
23553         * gdk/win32/gdkdnd.c: Some more random hacking, ifdeffed out.
23554
23555         * gdk/win32/gdk.def: Remove obsolete functions.
23556
23557         * gdk/win32/makefile.{cygwin,msc}: Remove gdkcompat.{o,obj}. Add
23558         /nodefaultlib and /defaultlib switches.
23559
23560         * gtk/gtkrc.c: s/gwin_getlocale/g_win32_getlocale/.
23561
23562 1999-10-31  Tor Lillqvist  <tml@iki.fi>
23563
23564         * gdk/gdkkeysyms.h: Add new keysyms from X11R6.4 (including
23565         EuroSign).
23566
23567         * gdk/gdktypes.h: Add note about wchar_t not necessarily being the
23568         same type as GdkWChar, especially on Win32.
23569
23570         * gdk/win32/*.c: Change gdk_root_parent to be a pointer.
23571
23572         * gdk/win32/*.c: Assume all strings are UTF-8. Convert to Unicode
23573         before passing to Windows GDI for drawing etc. Convert to the
23574         system default codepage before passing to Windows as window
23575         titles.
23576
23577         * gdk/win32/gdkprivate.h: Add more fields to GdkWindowPrivate to
23578         support changing input locale on the fly.
23579
23580         * gdk/win32/gdkevent.c: Support input language (keyboard locale)
23581         on-the-fly changes. Convert incoming characters from the current
23582         codepage to Unicode (and then to a UTF-8 multi-byte string) based
23583         on the current input language. Use keysym<->Unicode mapping tables
23584         and functions borrowed from xterm sources.
23585
23586         Support IMEs (Input Method Editors) for CJK languages. On non-CJK
23587         editions of Win9x, use the ActiveX-based Active IMM (Input Method
23588         Manager) if available. IMEs and the Active IMM are available under
23589         the disguise of Chinese, Korean and Japanese support for IE and
23590         Outlook Express from "Windows Update" for Win98. On Win2k, the CJK
23591         support is present in all editions (as long as you install it).
23592
23593         Call DispatchMessage from gdk_events_queue() (and thus
23594         gdk_WindowProc()), instead of duplicating the code in
23595         gdk_WindowProc().
23596
23597         Reworked the grab handling and propagation code, factored out
23598         duplicated code snippets into separate functions. Other cleanups,
23599         too.
23600
23601         * gdk/win32/surrogate-dimm.h: Provide just the bits we need from
23602         the <dimm.h> header describing the Active IMM.
23603
23604         * gdk/win32/gdkfont.c: Pretend to support fontsets, but so far
23605         just do the same as for "single" fonts.
23606
23607         * gdk/win32/gdk.c: Call CoInitialize() (COM initialisation) from
23608         gdk_init_check, and CoUninitialize() from gdk_exit_func. Handle
23609         the new keysyms from gdkkeysyms.h.
23610
23611         * gtk/gtkfontsel.c (Win32): Load the font for the preview as a
23612         fontset, so that gtkentry uses wide characters.
23613
23614         * gtk/gtkrc.c (Win32): Get the locale with gwin_getlocale(). Call
23615         GTk+'s system directory "gtk+", not "gtk".
23616
23617 Sat Oct 30 13:17:18 BST 1999 Tony Gale <gale@gtk.org>
23618
23619         * docs/gtkfaq.sgml: FAQ update
23620
23621 1999-10-21  Tor Lillqvist  <tml@iki.fi>
23622
23623         * gdk/win32/gdkprivate.h: Add more font private data.
23624
23625         * gdk/win32/gdkfont.c
23626         * gdk/win32/gdkdraw.c: Revamped handling of multi-byte charset
23627         fonts and strings. Now works much better. You still have to
23628         have a correct font selected, though. No fontset emulation yet.
23629
23630 1999-10-19  Tor Lillqvist  <tml@iki.fi>
23631
23632         * gtk/maketypes.awk: Use G_OS_WIN32.
23633
23634         * gtk/gtk.def: Add some missing entry points. Also some non-public
23635         ones, but PyGTK porter claims to need them.
23636
23637         * gtk/makefile.{cygwin,msc}: Drop some unneeded headers from the
23638         built-in type generation.
23639
23640 1999-10-14  Tor Lillqvist  <tml@iki.fi>
23641
23642         * gdk/win32/gdkdraw.c (gdk_draw_text_wc): Don't use TextOutW for
23643         GDK_FONT_FONT fonts (which is all we have for now, we don't
23644         emulate fontsets). The X11 version uses plain XDrawString in that
23645         case, too. The string passed to gdk_draw_text_wc seems to be in
23646         fact (at least, when used by gtkentry and gtktext) either in a
23647         single-byte charset, or a DBCS. Not Unicode.
23648
23649         This fixes the problem in gtkfontsel, where even if you had
23650         selected a font with a non-Latin1 charset (windows-greek, for
23651         instance), the preview still used Latin-1 glyphs.
23652
23653         * gdk/win32/gdkfont.c (gdk_text_width_wc): Similar change. Don't
23654         use GetTextExtentPoint32W, use GetTextExtentPoint32A.
23655         (gdk_font_load): Recognize the demibold etc weights, even if we
23656         don't have the corresponding constants in the headers.
23657         (gdk_font_hash_insert): Use same hash mechanism as in the X11
23658         version. Should save font resources a bit, when we don't have
23659         multiple HFONTs for the same font.
23660
23661         * gdk/win32/gdkprivate.h: Add the names field as in the X11
23662         version.
23663
23664 1999-10-11  ERDI Gergo  <cactus@cactus.rulez.org>
23665
23666         * gdk/gdk.c (gdk_beep): Modified the XBell call to use the default
23667         X values
23668
23669 1999-10-09  ERDI Gergo  <cactus@cactus.rulez.org>
23670
23671         * gtk/gtktoolbar.h, gtk/gtktoolbar.c: Added horizontal icon/text
23672         layout support (as mentioned on
23673         http://www.jcinteractive.com/gnome-ui/software/widgets/)
23674
23675 Wed Oct  6 12:46:17 PDT 1999 Manish Singh <yosh@gimp.org>
23676
23677         * gtk/fnmatch.c
23678         * gtk/gtkfilesel.c: s/G_HAVE_CYGWIN/G_WITH_CYGWIN/
23679
23680 1999-10-05  Jesus Bravo Alvarez  <jba@pobox.com>
23681
23682         * configure.in (ALL_LINGUAS): Added Galician (gl)
23683
23684 1999-10-05  Tor Lillqvist  <tml@iki.fi>
23685
23686         * gdk/win32/*.[ch]: Corresponding changes as in X11 backend.
23687
23688         * gdk/win32/gdkcompat.c: New file, actually provide an
23689         implementation for the deprecated functions. (Just temporarily.)
23690
23691         * gtk/gtkfilesel.c: Fix an #ifdef syntax botch.
23692
23693         * gtk/makefile.{cygwin,msc}: Update gdk_headers.
23694
23695         * gdk/win32/gdk.def gtk/gtk.def: Updates.
23696
23697 1999-10-05  Kjartan Maraas  <kmaraas@online.no>
23698
23699         * configure.in: Added "uk" to ALL_LINGUAS.
23700         
23701 Mon Oct  4 11:57:11 PDT 1999 Manish Singh <yosh@gimp.org>
23702
23703         * configure.in: correct checking for BeOS check
23704
23705         * gdk/gdktypes.h
23706         * gtk/fnmatch.c
23707         * gtk/gtkfilesel.c
23708         * gtk/gtkitemfactory.c
23709         * gtk/gtkmain.[ch]
23710         * gtk/gtkrc.c: use G_OS_WIN32 and G_HAVE_CYGWIN #defines
23711
23712 Mon Oct  4 16:16:53 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
23713
23714         * gtk/gtkrc.{bg,iso88591[345]}: add gtkrc files for some new charset
23715         encodings: iso-8859-13 (for Lithuanian), iso-8859-14 (used by celtic
23716         languages), iso-8859-15 (used in Estonia) and microsoft-cp1251 (used
23717         by Bulgarian). 
23718
23719 Sun Oct  3 18:13:44 1999  Owen Taylor  <otaylor@redhat.com>
23720
23721         * gtk/gtkwidget.c (gtk_reset_shapes_recurse): 
23722         Fix a reference to window_private->destroyed.   
23723
23724         * gtk/gtkplug.c (gtk_plug_realize): Fix up a direct
23725         (ugly) setting of an internal GdkWindow member to use
23726         a _slightly_ cleaner macro.
23727
23728         * gdk/gdkprivate.h: Split GdkWindowPrivate into
23729         GdkDrawablePrivate and GdkWindowPrivate.
23730         Add extra macros for accessing GDK_DRAWABLE_ components.
23731
23732         * *.[ch]: Massive adjustments for the above, use the
23733         new macros in a lot of places.
23734
23735 Sun Oct  3 15:16:24 1999  Owen Taylor  <otaylor@redhat.com>
23736
23737         * gdk/gdktypes.h: Make GdkDrawable the base type,
23738         not GdkWindow.
23739
23740 Sun Oct  3 15:08:44 1999  Owen Taylor  <otaylor@redhat.com>
23741
23742         * gdk/gdkdraw.c (gdk_drawable_get_data): Added new function.
23743
23744 Sun Oct  3 14:26:15 1999  Owen Taylor  <otaylor@redhat.com>
23745
23746         * gdk/gxid* gdk/x11/gxid*: Move files into x11 subdirectory.
23747
23748 Sun Oct  3 14:16:23 1999  Owen Taylor  <otaylor@redhat.com>
23749
23750         * gdk/gdkdrawable.h: Include gdk/gdkdrawable.h with
23751         gdk/ prefix. (Pointed out by chak@is.tsukuba.ac.jp)
23752
23753         * configure.in gdk/Makefile.am x11/: create x-specific subdirectory.
23754
23755         * docs/gtk-config.1: Now autogenerated.
23756         * docs/Changes-1.4.txt: started
23757         
23758 1999-10-03  Tor Lillqvist  <tml@iki.fi>
23759
23760         * gdk/gdkimage.h gdk/gdkpixmap.h: Change GDK_WINDOWING_WIN32 usage
23761         to #ifdef also here.
23762
23763         * gdk/win32/*.h gdk/win32/*.c: Make corresponding changes as those
23764         Owen did to the X11 backend.
23765
23766         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Fix it again, don't use
23767         ScrollWindowEx when blitting inside a window, it can't be correct
23768         in the general case.
23769
23770         * gdk/win32/gdkevents.c: Don't handle WM_SIZING, handling
23771         WM_GETMINMAXINFO is easier.
23772
23773         * gdk/win32/gdkimage.c (gdk_image_new): Create new image with
23774         depth equal to the bitspixel value, not the visual's depth.
23775
23776         * gdk/win32/gdkvisual.c (gdk_visual_init): Set the visual's depth
23777         to 24 even if the bitspixel value is 32.
23778
23779         * gdk/gdkrgb.c (gdk_rgb_select_conv): After the above change, no
23780         need to check for depth==32 when bpp==32, depth will always be 24.
23781
23782 Fri Oct  1 18:03:36 1999  Owen Taylor  <otaylor@redhat.com>
23783
23784         * docs/Changes-1.4.txt: Started
23785         
23786         * gtk/Makefile.am (gdk_headers): Include all the new headers.
23787
23788         * gdk/*.h gdk/*.c: Split gdk.h into lots of itty-bitty little pieces.
23789         
23790         * gdk/gdkprivate.h gdk/gdkcc.c: Moved GdkColorContext private
23791         into C file.
23792         
23793         * gdkinput.h gdkinputprivate.h - renamed the internal gdkinput
23794         header to gdkinputprivate.h.
23795
23796         * gdk/gdk.h gdk/gdk.c: Removed gdk_time* functions which have been
23797         unused since before 1.2.
23798
23799 1999-09-30  Tor Lillqvist  <tml@iki.fi>
23800
23801         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): On Win32,
23802         expand possible hex escapes in the font family (put there by
23803         logfont_to_xlfd if the font name isn't a legal XLFD font family,
23804         mainly if it contains slashes). (gtk_font_selection_create_xlfd):
23805         On Win32, add hex escapes here, too.
23806
23807 Wed Sep 29 19:55:35 1999  Owen Taylor  <otaylor@redhat.com>
23808
23809         * */*.[ch]: Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11
23810         to #ifdef GDK_WINDOWING_X11.
23811
23812 [ Merges from gtk-1-2 ]
23813
23814 Wed Sep  8 07:13:29 1999  Tim Janik  <timj@gtk.org>
23815
23816         * configure.in: fixed "GNU Make" check to pass with new make version
23817         3.77.95.
23818
23819 Fri Sep  3 16:04:41 1999  Tim Janik  <timj@gtk.org>
23820
23821         * gtk-config.in (--version): don't echo @GTK_VERSION@, but
23822         @GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.@GTK_MICRO_VERSION@, so the
23823         AM_PATH_GTK() macros don't get confused by the -pre1.
23824
23825 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
23826
23827         * configure.in (REBUILD): Change check for perl5
23828           to check explicitely for v >= 5.002. (5.001
23829           does not work with our scripts.)
23830
23831 Wed Aug 25 15:45:46 1999  Tim Janik  <timj@gtk.org>
23832
23833         * configure.in: evaluate $PERL for the perl version check. added
23834         --disable-rebuilds to give the user an option to completely disable
23835         any source autogeneration rules.
23836
23837 Mon Aug 23 23:16:14 1999  Tim Janik  <timj@gtk.org>
23838
23839         * configure.in: evaluate $ac_make when checking for GNU Make.
23840
23841 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
23842
23843         * docs/Makefile.am: added generation.txt.
23844
23845         * Makefile.am: require automake 1.4, build README from README.in and
23846         INSTALL from INSTALL.in in dist-hook.
23847         
23848         * README.in:
23849         * INSTALL.in: new files to autogenerate README and INSTALL from.
23850
23851         * configure.in: figure whether we have GNU Make
23852
23853         * docs/generation.txt: minor additions/corrections.
23854
23855 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
23856
23857         * docs/gtkfaq.sgml: FAQ Update
23858
23859 July 30, 1999 Elliot Lee <sopwith@redhat.com>
23860         
23861         * configure.in: Fix autoconf warnings about cross compilation by
23862         trying to provide sane defaults for AC_TRY_RUN.
23863
23864 Fri Jul 16 22:20:21 PDT 1999 Manish Singh <yosh@gimp.org>
23865
23866         * ltconfig
23867         * ltmain.sh: upgrade to libtool 1.3.3
23868
23869 Thu Jul  8 11:30:18 1999  Owen Taylor  <otaylor@redhat.com>
23870
23871         * INSTALL: Indicate that the --with-glib= configure
23872         time flag is unsupported.
23873
23874 Mon Jul  5 20:36:03 1999  Owen Taylor  <otaylor@redhat.com>
23875
23876         * docs/generation.txt: Added a file that gives
23877         documenation about the autogeneration process for
23878         various autogenerated files.
23879         
23880 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
23881
23882         * configure.in (LIBS): Look for libgmodule in the
23883         right location.
23884
23885 Thu Jun 17 13:57:31 1999  Owen Taylor  <otaylor@redhat.com>
23886
23887         * docs/gtk_tut.sgml: Removed references to
23888         code examples in my directory on gtk.org as
23889         they should all be in the tutorial now.
23890
23891         * docs/gtk_tut.sgml: Added sources for dial-test
23892         and scribble-xinput programs that were previously
23893         missing.
23894
23895 Fri Jun  4 00:08:59 1999  Owen Taylor  <otaylor@redhat.com>
23896
23897         * TODO: Added entry about menu keyboard navigation, removed
23898         some finished items.
23899
23900 Mon May 31 00:11:24 1999  Owen Taylor  <otaylor@redhat.com>
23901
23902         * acinclude.m4: Standardize on func_dgettext
23903         not func_gettext, so that the checks for dgettext
23904         actually are paid attention to.
23905
23906 Wed May  5 10:47:54 1999  Owen Taylor  <otaylor@redhat.com>
23907
23908         * configure.in (LIBS): Add $INTLLIBS into $LIBS
23909         directly, rather than repeating the checks for
23910         gettext.
23911
23912         * INSTALL: Added information about gettext and
23913         NLS support.
23914
23915         * acinclude.m4 (LIBM): Check for dgettext, not
23916         just gettext. This should hopefully fix things wrt
23917         systems with old versions of GNU gettext installed.
23918
23919 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
23920
23921         * configure.in (LIBS): Look for libgmodule in the
23922         right location.
23923
23924 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
23925
23926         * autogen.sh: add --enable-maintainer-mode
23927
23928         * configure.in: set ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
23929
23930 Wed Mar 24 23:03:49 CST 1999 Shawn T. Amundson <amundson@gtk.org>
23931
23932         * docs/gtk-config.1.in:
23933           docs/Makefile.am:
23934           configure.in: gtk-config is now generated.
23935
23936         * docs/gtk-config.1: Removed, now generated.
23937
23938 Thu Sep 23 17:59:59 1999  Tim Janik  <timj@gtk.org>
23939
23940         * gdk/gdkevents.c (gdk_event_translate): grr, even if Gdk doesn't
23941         handle CreateNotify itself, still put out a debuging message for
23942         --gdk-debug=events. made the ReparentNotify debugging message more
23943         verbose.
23944         wrap xcoords translation for ConfigureEvents into an error trap,
23945         a destroy event may already be pending, and in that case, the
23946         actuall coordinate values are not at all critical.
23947
23948 Sat Sep 18 22:24:15 1999  Owen Taylor  <otaylor@redhat.com>
23949
23950         * gdk/gdkcc.c: Stop leaking the color_hash all over
23951         the place. Simplify and improve the logic.
23952
23953 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
23954
23955         * gdk/gdk.h, gdk/gdkcolor.c: make return types (gint or gboolean)
23956         for prototypes and function implementations consistent (reported
23957         by Tomas Ogren).
23958
23959 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
23960
23961         * gdk/gdkevents.c (gdk_event_translate): tell if expose events have
23962         send_event set in debugging output.
23963         (gdk_compress_exposures): default initialize the event so we don't
23964         operate on bogus values (namely send_event).
23965
23966 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
23967
23968         * gdk/gdkwindow.c: When we receive an unexpected
23969         destroy notify on one of our windows, don't just
23970         warn about it, also mark our windows as destroyed.
23971
23972 Sun Sep  5 08:10:53 1999  Owen Taylor  <otaylor@redhat.com>
23973
23974         * gdk/gdkfont.c (gdk_font_hash_insert): Add
23975           name => font and name => fontset hashes. The 
23976           name => fontset hash is a _big_ win since we
23977           weren't previously caching fontsets at all and loading
23978           fontsets is expensive. The name => font hash
23979           is less of a win, but it does save us from doing
23980           repeated XQueryFont calls on the same font.
23981
23982         * gdk/gdkprivate.h (struct _GdkFontPrivate): Add a names
23983           list so we can remove font/fontset from hash.
23984
23985 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
23986
23987         * gdk/gdkproperty.c (gdk_atom_intern): Remove useless
23988           and slightly confusing test. [ XInternAtom (,,TRUE)
23989           will never return None ].
23990
23991 Sat Sep  4 08:39:26 1999  Owen Taylor  <otaylor@redhat.com>
23992
23993         * gdk/gdkwindow.c (gdk_window_set_geometry_hints)
23994           gdk/gdkwindow.c (gdk_window_set_hints):
23995
23996         Don't omit setting the properties if flags == 0 -
23997         there may be an existing set of properties there
23998         already. (Very old bug. Would it be better to
23999         delete the property instead?)
24000
24001         * gdk/gdkselection.c (gdk_selection_property_get): Fix 
24002           spelling error in comment.
24003
24004 Wed Sep  1 14:05:30 1999  Owen Taylor  <otaylor@redhat.com>
24005
24006         * gdk/gdkimage.c (gdk_image_new): Use gdk_error_trap_push()
24007           to avoid stomping over gdk_error_warnings.
24008
24009         * gdk/gdkimage.c (gdk_image_new): compute image->bpp
24010           as (bits_per_pixel + 7) / 8. This gives the same
24011           result as before for multiples of 8, but actually
24012           a "reasonable" value for 1bit or 4bit displays.
24013
24014 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
24015
24016         * gdk/Makefile.am: minor cleanups, strip spaces on build rules for
24017         GNU Make.
24018
24019 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
24020
24021         * gdk/gdkevents.c (gdk_event_translate): give a debugging note when
24022         discarding configure events.
24023
24024 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
24025
24026         * gdk/gdkpixmap.c (gdk_pixmap_unref): g_return_if_fail() the
24027         refcount is greater than zero.
24028
24029         * gdk/gdkwindow.c (gdk_window_unref): Likewise.
24030
24031         * gdk/gdkfont.c (gdk_font_unref): Likewise.
24032
24033         * gdk/gdkgc.c (gdk_gc_unref): Likewise.
24034
24035         * gdk/gdkdnd.c (gdk_drag_context_unref): Likewise.
24036
24037 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
24038
24039         * gdk/gdkproperty.c (gdk_property_get): Fix assumption
24040         that format 32 => sizeof(item) == 4. It really is
24041         sizeof(long).
24042
24043 Tue Jun 29 23:02:42 1999  Owen Taylor  <otaylor@redhat.com>
24044
24045         * gdk/gdk.c (gdk_x_error / gdk_x_io_error): Don't
24046         core dump at all on X IO errors, only core dump
24047         if --enable-debug for X errors.
24048
24049 Thu Jun 24 17:06:23 1999  Tim Janik  <timj@gtk.org>
24050
24051         * gdk/gdkevents.c (gdk_event_translate): removed old ""Got event for
24052         unknown window:" message. disabled ConfigureNotify discarding code,
24053         because it led to events being processed out of order.
24054
24055 Thu Jun 24 12:22:02 1999  Tim Janik  <timj@gtk.org>
24056
24057         * gdk/gdkglobals.c: preinitialize gdk_error_code to 0.
24058
24059         * gdk/gdkevents.c (gdk_event_send_client_message_to_all_recurse): since
24060         we export this function, supress error warnings and don't reset the
24061         error code in the first half of this function.
24062
24063         * gdk/gdk.c (gdk_x_error): set gdk_error_code to the actuall X error
24064         code (instead of just -1) so gdk_error_trap_pop() reveals something
24065         actually informative about the error that happened.
24066
24067         * gdk/*.c:
24068         don't rely on gdk_error_code being -1 if an error occoured, but just
24069         gdk_error_code != 0.
24070
24071 Thu Jun 24 11:50:07 1999  Tim Janik  <timj@gtk.org>
24072
24073         * gdk/gdkevents.c (gdk_event_apply_filters): advance the filter list
24074         pointer *before* invoking the filter function, so we at least don't
24075         crash if a filter is removed that is currently executed. window filters
24076         *really* need to be made truely reentrant at some point.
24077
24078 Mon Jun 14 11:10:15 1999  Tim Janik  <timj@gtk.org>
24079
24080         * gdk/gdkevents.c (gdk_event_translate): print the atom name in the
24081         PropertyNotify debug messages.
24082
24083 Wed May  5 22:51:06 1999  Owen Taylor  <otaylor@redhat.com>
24084         
24085         Patch from Sung-Hyun Nam <namsh@lgic.co.kr>
24086         
24087         * gdk/gdkim.c: Fix cut-and-paste errors for 
24088         x/y and PreeditAttributes/StatusAttributes.
24089
24090 Wed May  5 22:24:21 1999  Owen Taylor  <otaylor@redhat.com>
24091
24092         * gdk/gdkwindow.c (gdk_window_set_geometry_hints): Change
24093         G_MAXINT to 2^16 to alleviate overflow problems in
24094         various window managers.
24095
24096 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
24097
24098         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
24099         for fontsets.
24100
24101 Wed May  5 12:42:01 1999  Owen Taylor  <otaylor@redhat.com>
24102
24103         * gdk/gdkwindow.c (gdk_window_set_geometry_hints):
24104         Initialize size_hints.x and size_hints.y because kwm
24105         brokenly pays attention to them.
24106         (Bug #1181 -  Lars Heete <hel@admin.de>)
24107
24108 Wed May  5 11:38:56 1999  Owen Taylor  <otaylor@redhat.com>
24109
24110         * gdk/gdkrgb.c (gdk_rgb_choose_visual): Free the 
24111         return value of gdk_list_visuals(). 
24112         (Bug #1193 - Morten Welinder <terra@diku.dk>)
24113
24114 Tue May  4 11:12:56 PDT 1999 Manish Singh <yosh@gimp.org>
24115
24116         * gdk/gdkim.c (gdk_im_real_open): cast the return value of
24117         XSetIMValues to (void *) when comparing to NULL, to workaround
24118         the problem of some compilers barfing since older X headers don't
24119         have the prototype for it.
24120
24121 Mon Apr 19 10:11:12 1999  Owen Taylor  <otaylor@redhat.com>
24122
24123         * gdk/gdkcolor.c (gdk_colormap_new): Fix memory leak
24124         for pseudocolor where colormap->colors was double
24125         allocated.
24126
24127         * gdk/gdkcolor.c (gdk_colormap_alloc1): Store the
24128         color value in the hash table with the pixel filled
24129         in so when we do later hash table lookups, the color
24130         value is correct.
24131         
24132 Sun May  2 15:29:45 PDT 1999 Manish Singh <yosh@gimp.org>
24133
24134         * gdk/gdkdraw.c (gdk_draw_lines): check private->destroyed before
24135         making the call
24136
24137 Tue Apr 27 11:17:35 1999  Owen Taylor  <otaylor@redhat.com>
24138
24139         * gdk/gdkdnd.c (xdnd_set_{targets,actions}): Fix leak
24140         pointed out by Morten Welinder <terra@diku.dk>.
24141
24142 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
24143
24144         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
24145           default filter from the list
24146
24147 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
24148
24149         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
24150           default filter from the list
24151
24152 Fri Apr 16 20:41:43 PDT 1999 Manish Singh <yosh@gimp.org>
24153
24154         * gdk/gdk.c: #include "gdkkeysyms.h" for gdk_XConvertCase #defines
24155
24156         * gtk/gtkfontsel.c (gtk_font_selection_create_xlfd): use
24157         g_strdup_printf instead of calcing the length separately
24158
24159 Tue Apr 13 02:49:33 1999  Owen Taylor  <otaylor@redhat.com>
24160
24161         * gdk/gdkwindow.c: removed some silly #ifdef HAVE_CONFIG
24162         that we don't do in many other places. (Fixing duplicate 
24163         #include of config.h)
24164
24165         * gdk/gdkevents.c: include gdkinput.h _after_ config.h.
24166         Otherwise, #ifndef XINPUT_NONE check in the latter
24167         doesn't work. (Bug #546)
24168
24169 Sun Apr 11 14:38:03 1999  Tim Janik  <timj@gtk.org>
24170
24171         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): check for color
24172         "None" case insensitive.
24173
24174 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
24175
24176         * gdk/gdkselection.c: 
24177         Add error traps so if the other end of the connection
24178         dies, we survive.
24179
24180 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
24181
24182         * gdk/gdkdnd.c (gdk_drag_motion): Separate out the
24183         dest_xid field into two fields - one for the window
24184         to send in messages, one to indicate the last looked
24185         up window for caching purposes. This is needed, so
24186         that Leave messages get the correct window.
24187
24188 Mon Apr  5 13:21:30 1999  Owen Taylor  <otaylor@redhat.com>
24189
24190         * gdk/gdkevents.c (gdk_event_check, gdk_event_prepare):
24191         Fix warning created by people mucking around
24192         with the gsource API.
24193
24194         * gdk/gdkevents.c (gdk_io_invoke, gdk_input_add_full):
24195         Change mapping between GIOCondition and GdkInputCondition
24196         to match the way the Linux kernel does it. This should
24197         fix problems where closed pipes were no longer signalling
24198         GDK_INPUT_READ on systems with a native poll().
24199
24200 Mon Apr  5 17:11:57 1999  Owen Taylor  <otaylor@redhat.com>
24201
24202         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): Check 
24203         explicitly for the string "None" - it is in the XPM
24204         spec and some servers treat unknown colors in odd ways
24205         (like asking the user!)
24206
24207 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
24208
24209         * gdk/gdkevents.c: made "->" into a "." of previous change so
24210         it compiles
24211
24212 Thu Apr  1 18:41:25 1999  Owen Taylor  <otaylor@redhat.com>
24213
24214         * gdk/gdkevents.c (gdk_compress_exposures): Set the
24215         window field of the event structure before calling
24216         user filters.
24217
24218 1999-03-31  Federico Mena Quintero  <federico@nuclecu.unam.mx>
24219
24220         * gdk/gdk.c (gdk_init_check): Use False as the last argument to
24221         XInternAtom() here.  This is a particularly Old And Nasty(tm) bug.
24222
24223 Mon Mar 29 17:31:52 1999  Owen Taylor  <otaylor@redhat.com>
24224
24225         * gdk/gdkim.c (gdk_mbstowcs): Free the value of the
24226         intermediate text property - prevents major memory
24227         leak when gdk_use_mb.
24228         gtk-d3august-990311-0: Bj|rn Augustsson <d3august@dtek.chalmers.se>
24229
24230 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
24231
24232         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
24233         gtk-a-higuti-990322-[0-3]
24234
24235         * gdk/gdkfont.c (gdk_text_extents_wc): Make  work when
24236         sizeof(wchar_t) != sizeof (GdkWChar)
24237
24238         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
24239         that was causing -DX_LOCALE not to work.
24240
24241         * gtk/gtkrc.c (gtk_rc_init):
24242         X_LOCALE will never have LC_MESSAGES defined
24243
24244         * gdk/gdk.c (gdk_init_check):
24245         Remove --xim-preedit and --xim-status from argv properly.
24246
24247         * gdk/gdkim.c (gdk_ic_real_new): Add a gdk_flush() so
24248         that the client window is present on the X server
24249         before we pass it to the input method.
24250
24251 Tue Mar  9 10:46:49 1999  Owen Taylor  <otaylor@redhat.com>
24252
24253         * gdk/gdkdnd.c (motif_find_drag_window): Fix bug where
24254         if --display is specified on the command line, than
24255         the drag window will not be created on that display.
24256         
24257 Tue Mar  9 10:38:24 1999  Owen Taylor  <otaylor@redhat.com>
24258
24259         * gdk/gdkproperty.c (gdk_atom_intern): Fixed bug where
24260         lookups with only_if_exists == TRUE were inserting
24261         bogus values into the atom cache.
24262
24263 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
24264
24265         * gdk/gdkselection.c (gdk_selection_property_get): first XFree(t),
24266         then reset it to NULL.
24267
24268         * gdk/gdkcolor.c:
24269         (gdk_colors_free): 
24270         (gdk_colormap_free_colors): use colormap->colors[in_pixels[i]] as the
24271         key for g_hash_table_remove() in both functions, this prevents us
24272         from accessing possibly uninitialized portions of a GdkColor structure
24273         where we are only interested in its pixel value.
24274
24275 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
24276
24277         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
24278         font hash table, if we have a GdkFontPrivate entry for this font
24279         already, simply increment its reference count, provided by Olaf Dietsche
24280         <olaf.dietsche+list.gtk@netcologne.de>.
24281
24282 1999-09-21  Tor Lillqvist  <tml@iki.fi>
24283
24284         * gdk/win32/gdk.c (gdk_exit_func): Delete the gdk_DC when exiting,
24285         just to be sure.
24286
24287         * gdk/win32/gdkvisual.c (gdk_visual_init): Remove a couple of
24288         unused variables, leftovers from the X11 version.
24289
24290         * gdk/win32/rc/*.cur: Better cursors provided by Bernd Herd.
24291
24292         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): Only
24293         downcase fields on X11.
24294
24295 Mon Sep 20 13:17:39 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
24296         
24297         * configure.in,po/pt_BR.po: added Portuguese Brazilian file from
24298         Alex Sandro Queiroz e Silva <asandro@lcg.dc.ufc.br>
24299
24300 1999-09-17  Tor Lillqvist  <tml@iki.fi>
24301
24302         * gdk/win32/gdk.def: Add gdk_threads_mutex.
24303
24304         * gtk/makefile.msc: Correct path to libintl.
24305
24306         Thanks to Tomi Ollila and Bernd Herd: Fix some inconsistencies in
24307         use of gint vs. int, and gint vs. gboolean in headers and
24308         definitions. Use GtkType for the *_get_type functions. Note that
24309         these changes preserve binary compatibility.
24310
24311         * gdk/gdk.c
24312         * gdk/win32/gdk.c
24313         * gdk/gdk.h: Fix inconsistencies: gint vs int.
24314
24315         * gtk/gtkmain.c
24316         * gtk/gtkclist.c
24317         * gtk/gtkmenufactory.c
24318         * gtk/gtknotebook.c
24319         * gtk/gtkwidget.c: Fix inconsistencies, also gint
24320         vs. gboolean.
24321
24322         * gtk/gtkcolorsel.[ch]
24323         * gtk/gtkcombo.[ch]
24324         * gtk/gtkdrawingarea.[ch]
24325         * gtk/gtkgamma.[ch]
24326         * gtk/gtkhandlebox.[ch]
24327         * gtk/gtkhpaned.[ch]
24328         * gtk/gtkhruler.[ch]
24329         * gtk/gtkplug.[ch]
24330         * gtk/gtkpreview.[ch]
24331         * gtk/gtkruler.[ch]
24332         * gtk/gtksocket.[ch]
24333         * gtk/gtkstatusbar.[ch]
24334         * gtk/gtktoolbar.[ch]
24335         * gtk/gtkvbbox.[ch]
24336         * gtk/gtkvpaned.[ch]
24337         * gtk/gtkvruler.[ch]: Always use type GtkType for the *_get_type
24338         functions.
24339
24340         * gtk/gtkgamma.h: Fix bug, missing () in call of
24341         gtk_gamma_curve_get_type() in GTK_GAMMA_CURVE_CLASS. 
24342
24343 1999-09-14  Tor Lillqvist  <tml@iki.fi>
24344
24345         * gdk/gdkcolor.c (gdk_colormap_new)
24346         * gdk/win32/gdkcolor.c (gdk_colormap_new): Fix memory leak:
24347         colormap->colors was allocated twice.
24348
24349         * gdk/win32/gdk.c: Remove some unused stuff.
24350
24351         * gdk/win32/gdkcolor.c (gdk_colormap_sync): Initialize all of the
24352         colormap.
24353
24354         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_type)
24355         * gtk/gtklabel.h (gtk_label_get_type)
24356         * gtk/gtktipsquery.c (gtk_tips_query_get_type)
24357         * gtk/gtktypeutils.h (gtk_type_name): : Use GtkType
24358         in a couple of places, not guint.
24359
24360 Fri Sep 10 21:31:00 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
24361
24362         * configure.in,po/et.po: added Estonian language file
24363
24364 Wed Sep  1 14:36:12 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
24365
24366         * configure.in,po/da.po: added Danish file
24367
24368 Sun Aug 29 13:38:59 BST 1999 Tony Gale <gale@gtk.org>
24369
24370         * docs/gtkfaq.sgml: Minor FAQ Update
24371
24372 Sat Aug 28 14:34:37 BST 1999 Tony Gale <gale@gtk.org>
24373
24374         * docs/gtkfaq.sgml: FAQ update
24375
24376 1999-08-27  Tor Lillqvist  <tml@iki.fi>
24377
24378         Win32: Philippe Colantoni <colanton@aris.ss.uci.edu> suggests a
24379         way to get window contents continually refreshed while resizing. I
24380         didn't like the effects myself, so it's not on by default.
24381
24382         * gdk/win32/gdkprivate.h: New flag variable
24383         gdk_event_func_from_window_proc, FALSE by default.
24384
24385         * gdk/win32/gdk.c (gdk_init_check): Set above flag if the
24386         environment variable GDK_EVENT_FUNC_FROM_WINDOW_PROC is set, or we
24387         are passed --gdk-event-func-from-window-proc.
24388
24389         * gdk/win32/gdkevents.c (gdk_WindowProc): If above flag is set,
24390         and we have am event_func, call it instead of enqueing the event.
24391
24392 1999-08-23  Tor Lillqvist  <tml@iki.fi>
24393
24394         * gdk/win32/gdkevents.c (gdk_event_translate): Fix from Simon
24395         Kelley: Set expose_count in GdkEventExposes correctly.
24396
24397         * gdk/win32/gdkwindow.c: Remove dead code (#ifdef
24398         MULTIPLE_WINDOW_CLASSES).
24399
24400         * gdk/win32/gdkdraw.c (gdk_draw_line): Workaround from Hans Breuer
24401         for bug in NT, apparently NT *does* draw the end pixel, too, in
24402         LineTo with a one-pixel pen, so we don't have to do it ourselves.
24403
24404 1999-08-21  Tor Lillqvist  <tml@iki.fi>
24405
24406         Improvements by Hans Breuer: 
24407
24408         * gdk/win32/gdkwindow.c (RegisterGdkClass): New function
24409
24410         * gdk/win32/gdkwindow.c (gdk_window_new): Use it. Don't set the
24411         CS_?REDRAW flags as they cause lots of (late) redraws when "show
24412         window contents while dragging" is turned on. Allocate at least
24413         one unique class for every GdkWindowType. If support for single
24414         window-specific icons is ever needed (eg. Dialog specific), every
24415         such window should get its own class.
24416
24417 1999-08-19  Tor Lillqvist  <tml@iki.fi>
24418
24419         * gdk/win32/gdkgc.c (gdk_gc_new_with_values): Fix a cut&paste
24420         error that caused crashes.
24421
24422 1999-08-17  Tor Lillqvist  <tml@iki.fi>
24423
24424         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): When blitting inside one
24425         window, use ScrollWindowEx, and call UpdateWindow. This prevents
24426         bugs when for instance part of the window was outside the
24427         display. Thanks to Philippe Colantoni for finding and fixing this.
24428
24429 1999-08-16  Tor Lillqvist  <tml@iki.fi>
24430
24431         * gdk/win32/gdkdraw.c (gdk_draw_arc): Fix start and end radial
24432         endpoint calculations which were totally wrong. (A little RTFMing
24433         helps a lot ;-)
24434
24435         * gtk/makefile.{cygwin,msc}: Use libintl extracted from glibc
24436         from a separate directory, not from gettext, because of licensing
24437         issues (we want to use the LGPL version).
24438
24439         * README.win32: Mention the intl from glibc vs from gettext issue.
24440
24441 1999-08-13  Tor Lillqvist  <tml@iki.fi>
24442
24443         * gdk/win32/gdkevents.c (gdk_event_translate): Fix a couple of bugs
24444         in the key event handling: Now AltGr chars work again. Also,
24445         now Alt-digits are passed up as well as Control-digits.
24446         Pass keypad plus and minus as normal plus and minus.
24447
24448 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
24449
24450         * docs/gtkfaq.sgml: FAQ Update
24451
24452 1999-07-25  Tor Lillqvist  <tml@iki.fi>
24453
24454         * README.win32
24455         * config.h.win32: Add HAVE_WINTAB. Undefine it if bulding without
24456         the Wintab SDK.
24457
24458         * gdk/win32/gdkinput.c: Hack some more. Still doesn't quite work
24459         OK, but getting closer. Guard against bogus tilt data from Wacom
24460         ArtPad II with the 3.40 driver. Add ifdefs for HAVE_WINTAB to
24461         enable easier building without Wintab.
24462
24463         * gdk/win32/gdkinput.h
24464         * gdk/win32/gdkevents.c 
24465         * gdk/win32/gdkwindow.c: Minor changes related related to above.
24466         
24467         * gdk/win32/gdkvisual.c: Simplify a lot, remove leftovers from X11
24468         code. As we have just one visual on Win32, no sense to have it in a
24469         table, and no need for the hash table.
24470
24471         * gdk/win32/rc/cursor*.cur: Edit some of the cursors a bit to look
24472         better on white background.
24473
24474 1999-07-21  Tor Lillqvist  <tml@iki.fi>
24475
24476         * README.win32: Update gcc build instructions. Mention gettext is
24477         GPL.
24478
24479         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Get correct
24480         supported cursor size with GetSystemMetrics.
24481
24482         * gdk/win32/gdkfont.c
24483         * gtk/gtkfontsel.c: Guard against some font weight and charset
24484         symbols being undefined (in mingw32 headers).
24485
24486         * gdk/win32/makefile.cygwin
24487         * gtk/makefile.cygwin
24488         * gtk/gtkthemes.c: No longer need to have differently named
24489         gcc-built DLLs when using gcc-2.95 and -fnative-struct.
24490
24491 hu Jul 15 13:33:15 BST 1999 Tony Gale <gale@gtk.org>
24492
24493         * docs/gtkfaq.sgml: Long awaited FAQ update.
24494
24495 1999-07-15  Tor Lillqvist  <tml@iki.fi>
24496
24497         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Implement
24498         it. Obscure bit manipulation needed.
24499
24500         * gdk/win32/gdkevents.c: Logging.
24501         
24502         * gtk/gtkthemes.c (gtk_theme_engine_get): (Win32) Use new DLL naming
24503         style (file name include compiler name) for theme engines.
24504
24505 1999-07-13  Tor Lillqvist  <tml@iki.fi>
24506
24507         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Less logging verbiage.
24508
24509         * gdk/win32/gdkevents.c: Fix long-standing bug in key
24510         events. The key.string wasn't zero-terminated, still we strdup'ed
24511         it in gdk_event_copy(). Synthesize crossing events for button
24512         events before possible propagation.
24513
24514         * gdk/win32/gdkwindow.c: Log gdk_window_set_title.
24515
24516         * gdk/win32/makefile.cygwin
24517         * gtk/makefile.cygwin: Use new DLL naming style for the
24518         GCC-compiled ones.
24519
24520         * gdk/win32/makefile.msc
24521         * gtk/makefile.msc: Cosmetics mostly.
24522
24523         * gtk/gtk.def: Add missing entry points.
24524
24525         * gtk/gtksocket.c: Add dummy gtk_socket_get_type() for Win32.
24526
24527 1999-07-09  Tor Lillqvist  <tml@iki.fi>
24528
24529         * gdk/win32/gdkdraw.c (gdk_draw_arc): Don't draw anything if width
24530         or height is zero. Don't print a warning if Pie or Arc fails, they
24531         always fail (?) for very narrow ellipses.
24532
24533         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Call InvalidateRgn for
24534         the part or the destination window corresponding to source area
24535         outside of the source drawable's boundary.
24536
24537         * gdk/win32/gdkdraw.c (gdk_draw_lines, gdk_draw_polygon): Don't do
24538         anything if less than two points.
24539
24540         * gdk/win32/gdkselection.c (gdk_selection_owner_get): Always
24541         return NULL. Gtk cut-and-paste inside a single program works
24542         better this way. (It always gets the clipboard contents from
24543         Windows, not from its own copy, which is cleared anyway. I can't
24544         say I fully understand what happens... Emulating the X selection
24545         and property stuff is a bit of a mess.)
24546
24547         * gdk/win32/gdkevents.c
24548         * gdk/win32/gdkproperty.c: A bit more verbose logging.
24549
24550         * gdk/win32/gdkregion.c: Fix some memory leaks (temporary regions
24551         that never got deleted). Revamp gdk_region_shrink.
24552
24553         * gdk/win32/gdkregion.c: Fix memory leak, delete temporary regions
24554         after use.
24555
24556         * gtk/gtk.def: Add some missing entry points.
24557
24558         * gtk/gtkrc.c: Strip trailing directory separator from pixmap path
24559         component.
24560
24561 1999-07-04  Tor Lillqvist  <tml@iki.fi>
24562
24563         * gdk/win32/gdkevents.c (gdk_event_translate): Handle
24564         Control-digits specially.
24565
24566 1999-07-03  Tor Lillqvist  <tml@iki.fi>
24567
24568         * gtk/makefile.{cygwin,msc}: New pthreads version. Use gettext.
24569
24570 1999-06-28  Tor Lillqvist  <tml@iki.fi>
24571
24572         * gdk/win32/gdkimage.c (gdk_image_get): bpl was set wrong for
24573         bitmaps, should be multiple of 4. (Thanks to Hans Breuer for
24574         finding this.)
24575
24576 1999-06-01  Jose H Mercado  <jmercado@mit.edu>
24577
24578         * gtk+.spec.in: Corrected some typos in files section.
24579         
24580 1999-06-15  Tor Lillqvist  <tml@iki.fi>
24581
24582         * README.win32: Mention using GNU gettext.
24583         * config.h.win32: Enable NLS stuff.
24584         * gtk/makefile.msc: Use GNU gettext.
24585         * gdk/win32/gdkdnd.c: Minor header reorg.
24586         * gdk/win32/{gdkevents,gdkwindow}.c: No semantic changes, mainly
24587         cosmetics.
24588         * gtk/gtkrc.c (Win32): Make get_gtk_sysconf_directory() public.
24589         * gtk/gtkmain.c (Win32): Use it in bindtextdomain() call.
24590
24591 Wed Jun  2 11:44:25 PDT 1999 Manish Singh <yosh@gimp.org>
24592
24593         * acinclude.m4
24594         * config.guess
24595         * config.status
24596         * ltconfig
24597         * ltmain.sh: upgrade to libtool 1.3.2 (BeOS changes merged)
24598
24599 1999-05-30  Tor Lillqvist  <tml@iki.fi>
24600
24601         * gdk/win32/gdkwindow.c: AdjustWindowRectEx2 renamed to
24602         SafeAdjustWindowRectEx. Don't override all calls to
24603         AdjustWindowRectEx by it, but use it only in two places: When
24604         creating a new top-level window and when moving a top-level
24605         window.
24606
24607         Use screen coordinate rectangle, not client rectangle, in
24608         gdk_window_move. Thus SafeAdjustWindowRectEx will do its job only
24609         when we try to place a window so that the decoration (mainly,
24610         title bar) isn't visible.
24611
24612         These changes fix the bug that showed up for instance as the
24613         GIMP's saved top-level windows moving right and down (by an amount
24614         equal to the window decoration) for each session. This bug showed
24615         up also in testgtk's "Saved Position".
24616
24617         gdk_window_resize also redone a bit.
24618
24619 1999-05-25  Tor Lillqvist  <tml@iki.fi>
24620
24621         * gtk/testgtkrc: Add (commented out) Windows-style theme
24622         include line.
24623
24624         * gdk/win32/gdk.def,gtk/gtk.def: Add some missing entry points.
24625
24626 1999-05-18  Tor Lillqvist  <tml@iki.fi>
24627
24628         * gdk/win32/makefile.{cygwin,msc}: Copy our gdkprivate.h and
24629         gdkx.h to a gdk subdirectory, so that applications can include
24630         these with <gdk/*.h> without trouble.
24631
24632         * gdk/win32/gdkimage.c (gdk_image_new_with_depth): Code simplified.
24633         (gdk_image_destroy): Plug resource leak, some GdkImages didn't
24634         have their bitmap destroyed.
24635
24636         * gdk/win32/gdk.def: Add gdk_root_parent.
24637
24638 Wed May 12 03:00:56 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
24639
24640         * configure.in
24641           gtk-config.in
24642           ltconfig
24643           ltmain.sh     
24644           gtk/Makefile.am: changes to compile nicely (with xlib) 
24645           on BeOS
24646
24647 Sat May  1 15:04:42 PDT 1999 Manish Singh <yosh@gimp.org>
24648
24649         * acinclude.m4
24650         * config.guess
24651         * config.sub
24652         * ltconfig
24653         * ltmain.sh: upgrade to libtool 1.3
24654
24655 Fri Apr 30 13:38:16 1999  Lars Hamann  <lars@gtk.org>
24656
24657         * gtk/gtkclist.c:
24658         * gtk/gtkctree.c: merges from gtk-1-2
24659
24660 1999-04-25  Tor Lillqvist  <tml@iki.fi>
24661
24662         Support added for building using a GNU toolchain on Win32,
24663         gcc -mno-cygwin (egcs-1.1.2) on cygwin-b20.1.
24664
24665         * gdk/win32/makefile.cygwin gtk/makefile.cygwin: New files.
24666         * config.h.win32: Changes for gcc.
24667         * gdk/gdkrectangle.c: Include gdk.h as <gdk/gdk.h>.
24668         * gdk/gdkcolor.c: config.h.win32 already defines strcasecmp.
24669         * gdk/win32/gdkconfig.h: Only the MS compiler has wctype.h.
24670         * gdk/win32/gdkdnd.c: Protect (unused) OLE2 stuff better.
24671         Protect shl stuff unavaiilable with mingw32 headers.
24672         * gdk/win32/gdkevents.c: Fix typo.
24673         * gdk/win32/gdkglobals.c: Use GDKVAR here also for gcc.
24674         * gdk/win32/gdkim.c: Use OEM code page for multibyte chars. (?)
24675         * gdk/win32/gdkinput.c: Use __try __except only with the MS compiler.
24676         * gdk/win32/gdkprivate.h: Make up for some stuff missing from
24677         the mingw32 headers.
24678         * gdk/win32/makefile.msc: Use latest Wintab kit and glib.
24679         * gtk/gtkfilesel.c: Include <glib.h> early, to get stat->_stat
24680         definition on Win32. Test for NATIVE_WIN32, not _MSC_VER.
24681         * gtk/gtkfontsel.c: Protect CHARSET redefinition on Win32.
24682         Test for NATIVE_WIN32, not _MSC_VER.
24683         * gtk/gtkmain.c: No use warning about developer version on Win32,
24684         there aren't any non-developer versions anyhow.
24685         * gtk/gtkrc.c: Test for NATIVE_WIN32, not _MSC_VER.
24686         * gtk/makefile.msc: Use pthread from another directory. Minor other
24687         changes. 
24688
24689 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
24690
24691         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
24692           default filter from the list
24693
24694 Mon Mar  8 12:52:53 1999  Owen Taylor  <otaylor@redhat.com>
24695
24696         * gtk/gtkwidget.c (gtk_widget_grab_default): Add a warning
24697          when gtk_widget_grab_default() is called for a widget that
24698          is not within a GtkWindow.
24699
24700 Sat Apr 10 13:52:54 BST 1999  Tony Gale <gale@gtk.org>
24701
24702         * docs/gtk_tut.sgml, examples/clist.c: use a
24703           scrolled window in the clist example. Minor
24704           tutorial fixes.
24705
24706 Fri Apr  2 09:19:20 BST 1999  Tony Gale <gale@gtk.org>
24707
24708         * docs/gtk_tut.sgml: Style check from David King
24709           <dking@youvegotmail.net>
24710
24711 1999-03-30  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
24712
24713         * gtk/gtkfontsel.c (gtk_font_selection_get_fonts): Make code
24714         compile with unknown value of GDK_WINDOWING
24715
24716 1999-03-28  Raja R Harinath  <harinath@cs.umn.edu>
24717
24718         * gdk/Makefile.am (gdkconfig.h): Make sure `gdkconfig.h' exists
24719         after the rule is fired.
24720         (install-exec-local): Install gdkconfig.h only if the contents are
24721         different from the currently installed gdkconfig.h.
24722
24723 1999-03-26  Raja R Harinath  <harinath@cs.umn.edu>
24724
24725         * gdk/Makefile.am (configexecincludedir): Rename from 
24726         configincludedir so that gdkconfig.h will be installed 
24727         as part of `make install-exec'. 
24728
24729 Fri Mar 19 16:50:33 PST 1999 Manish Singh <yosh@gimp.org>
24730
24731         * acinclude.m4
24732         * config.guess
24733         * config.sub
24734         * ltconfig
24735         * ltmain.sh: upgrade to libtool 1.2f
24736
24737         * autogen.sh: libtool is not required to autogen gtk+
24738
24739         * acconfig.h: remove WITH_SYMBOL_UNDERSCORE (not explictly
24740         needed)
24741
24742 1999-03-18  Tor Lillqvist  <tml@iki.fi>
24743
24744         * gdk/gdktypes.h: Merge in Win32 version: Define macro GDKVAR for
24745         declaring gdk variables exported/imported from the DLL. New image
24746         type enum, GDK_IMAGE_SHARED_PIXMAP, for gdk_imlib. New drag and
24747         drop protocol enums, GDK_DRAG_PROTO_WIN32_DROPFILES and
24748         GDK_DRAG_PROTO_OLE2.
24749
24750         * gdk/gdk.h: Merge in Win32 version: Two new functions,
24751         gdk_pixmap_create_on_shared_image and gdk_image_bitmap_new. So far
24752         declared only for the Win32 version, but could be in the X11
24753         version as well. (Needed for a Xlib-less gdk_imlib.)
24754         gdk_color_hash should have only one parameter. Declare
24755         gdk_threads_mutex with GDKVAR.
24756         
24757         * gdk/gdkcolor.c (gdk_color_hash): A hash function should have
24758         just one parameter.
24759
24760         * gdk/gdkimage.c (gdk_image_get): Initialize bpp correctly. Bytes
24761         per pixel, not bits.
24762
24763         * gdk/gdkrgb.c: Mingle includes somewhat. (gdk_rgb_select_conv):
24764         Fetch bpp (which means bits-per-pixel here) from another place on
24765         Win32. Accept also depth==32 (which we might get on Win32) with
24766         bpp==32.
24767
24768         * gtk/{gtkclist,gtkctree,gtkdnd,gtkditable,gtkfontsel,
24769         gtkhandlebox,gtklayout,gtkmain,gtkplug,gtkpreview,gtkrc,
24770         gtkselection,gtksocket,gtkstyle,gtkwidget,gtkwindow}.c:
24771         Include gdx.h from "gdkx.h", not "gdk/gdkx.h", as gdkx.h will be
24772         in the backend-dependent directory, not in the common gdk
24773         directory.
24774
24775         * gtk/testgtk.c: Ditto. Also, don't use ../gdk path to gdk
24776         headers.
24777
24778 Wed Mar 17 05:06:49 1999  Tim Janik  <timj@gtk.org>
24779
24780         * gtk/gtkmain.c (gtk_init_check): tell people that they don't really
24781         want to use the Gtk+ devel version (which is true, and yes - even i am
24782         currently working with the 1.2.x branch). so everyone reading this, you
24783         probably want to issue
24784         cvs checkout -r glib-1-2 glib
24785         and
24786         cvs checkout -r gtk-1-2 gtk+
24787         as your next two comands.
24788
24789 Wed Mar 17 02:49:32 1999  Tim Janik  <timj@gtk.org>
24790
24791         * configure.in: build gtkcompat.h from gtkcompat.h.in instead of
24792         gtkfeatures.h from gtkfeatures.h.in, require GLib 1.3.0.
24793
24794         * gtk/gtkcompat.h.in: combined gtkcompat.h and gtkfeatures.in in this
24795         file. strongly deprecated the GTK_HAVE_* macros, we provide
24796         GTK_CHECK_VERSION() for people that need to check for certain
24797         Gtk+ versions.
24798
24799         * gtk/gtkcompat.h: removed this from CVS.
24800         * gtk/gtkfeatures.h.in: removed this from CVS, gtkfeatures.h was a bad
24801         idea right from the start, it just didn't seem like that back then.
24802
24803 Wed Mar 17 01:46:28 1999  Tim Janik  <timj@gtk.org>
24804
24805         * merges from gtk-1-2:
24806
24807 Tue Mar 16 17:43:33 1999  Tim Janik  <timj@gtk.org>
24808
24809         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_string): ensure the
24810         item factory class has been created.
24811         (gtk_item_factory_parse_rc): likewise.
24812
24813         * gtk/gtkmenu.c:
24814         keep proper references for old_active_menu_item.
24815         (gtk_menu_reparent): unset the usize of the new parent,
24816         so the menu can sanely be size requested and we don't get nasty screen
24817         artefacts upon next reparentation.
24818         (gtk_menu_motion_notify): set send_event to TRUE if we synthesize an
24819         enter notify. only synthesize enter notifies if the pointer really is
24820         inside the event window.
24821         (gtk_menu_popdown): use gtk_menu_shell_deselect().
24822         (gtk_menu_popup): move the background setting stuff into
24823         gtk_menu_tearoff_bg_copy() so it can be called from other places as well.
24824
24825         * gtk/gtkmenushell.c (gtk_menu_shell_button_press): use
24826         gtk_menu_shell_select_item() to select the new item.
24827         (gtk_menu_shell_deselect): export this function, so gtkmenu.c can
24828         do the right thing for deselection as well.
24829
24830 Sat Mar 15 20:10:33 1999  Tim Janik  <timj@gtk.org>
24831
24832         * gtk/gtkwidget.[hc]:
24833         (gtk_widget_accelerators_locked): return whether a widget's accelerators
24834         are locked.
24835
24836         * gtk/gtkmenu.c (gtk_menu_key_press): don't remove or install new or
24837         existing accelerators if the widget's accelerators are locked.
24838
24839 Sat Mar 14 19:44:05 1999  Tim Janik  <timj@gtk.org>
24840
24841         * gtk/gtkitemfactory.[hc]: allow managing of foreign menu items.
24842
24843         * gtk/gtkmenu.c: truely forward key press and key release events to
24844         the menu widget from the toplevel or tearoff window. we can't simply
24845         connect to that, we need to stop further processing of the events as
24846         well.
24847
24848 Sat Mar 13 13:14:17 1999  Tim Janik  <timj@gtk.org>
24849
24850         * gtk/gtkmenu.c:
24851         (gtk_menu_key_press): pass event->keyval, event->state to
24852         gtk_accelerator_valid, instead of event->keyval twice.
24853         refuse to install single letter accelerators for menus that use
24854         single letter shortcuts.
24855
24856         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): use
24857         gtk_menu_ensure_uline_accel_group().
24858
24859         * gtk/gtkmenu.[hc]: added gtk_menu_ensure_uline_accel_group()
24860         which will always return an uline accel group, made
24861         gtk_menu_get_uline_accel_group() return NULL if the group isn't
24862         yet created.
24863
24864 Mon Mar 15 01:03:27 1999  Lars Hamann  <lars@gtk.org>
24865
24866         * gtk/gtkclist.h (struct _GtkCListColumn): added button_passive flag.
24867
24868         * gtk/gtkclist.c (gtk_clist_column_title_passive):
24869         Leave button sensitive, trap  button_press, button_release,
24870         motion_notify, enter_notify and leave_notify events instead.
24871         (gtk_clist_column_title_active): disconnect event handler.
24872         (gtk_clist_drag_data_get): fixed memory leak. Reported by
24873         Guillaume Laurent <glaurent@worldnet.fr>
24874
24875 Wed Mar 10 23:49:55 1999  Lars Hamann  <lars@gtk.org>
24876
24877         * gtk/gtklayout.c (gtk_layout_adjustment_changed): fixed a few
24878         width/height mixups.
24879
24880         * gtk/gtkctree.c (tree_delete): emit an tree_unselect_row signal
24881         if needed.
24882
24883 Wed Mar 10 00:11:32 1999  Tim Janik  <timj@gtk.org>
24884
24885         * gtk/testgtk.c (create_item_factory): unref the item factory after
24886         window's destruction.
24887
24888         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): keep a reference
24889         count on the menu shell around the menu item's activation, since the
24890         signal emission may cause menu shell destruction.
24891
24892         * gtk/gtkitemfactory.c:
24893         the previous code leaked one accel group per menu. we use
24894         gtk_menu_get_uline_accel_group() now to fix that, and with that
24895         also create the underline accelerator group of the menus only if
24896         required (i.e. an underline accelerator has been specified).
24897         (gtk_item_factory_construct):
24898         (gtk_item_factory_create_item): removed code that would create an
24899         extra accel group for the menu (and leak references).
24900         (gtk_item_factory_create_item): adapted the underline accelerator
24901         installation code to properly feature gtk_menu_get_uline_accel_group().
24902
24903         * gtk/gtkmenu.[hc]: added gtk_menu_get_accel_group() to retrive
24904         menu->accel_group, this may return NULL if the accelerator group
24905         hasn't been set yet.
24906         added gtk_menu_get_uline_accel_group() to retrive the underline
24907         accelerator group of the menu, this will be created on demand
24908         and proper care is taken about its reference count.
24909
24910         * gtk/gtkitemfactory.h:
24911         * gtk/gtkitemfactory.c:
24912         dumped the approach of keeping a widgets by action list on the
24913         factory since the factory<->widget destroy negotiation didn't work
24914         and would be hard to get going at all. instead we keep a list of
24915         GtkItemFactoryItem items on the factory (GtkItemFactoryItems are
24916         persistant throughout a program's life time).
24917         also, i removed the static const gchar *key_* variables, and made
24918         them inline strings (they weren't actually used anyways).
24919         (gtk_item_factory_add_item): update ifactory->items.
24920         (gtk_item_factory_destroy): destroy ifactory->items (and remove
24921         the item factory pointer from the remaining ifactory widgets).
24922         (gtk_item_factory_get_widget_by_action): walk the GtkItemFactoryItem
24923         list to find the widget.
24924         (gtk_item_factory_get_item): new function that works around
24925         gtk_item_factory_get_widget() limitations, this function will only
24926         return menu items, even for <Branch> entries.
24927
24928 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
24929
24930         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
24931         font hash table, if we have a GdkFontPrivate entry for this font
24932         already, simply increment its reference count, provided by Olaf Dietsche
24933         <olaf.dietsche+list.gtk@netcologne.de>.
24934
24935         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
24936         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
24937
24938 Sun Mar  7 06:13:29 1999  Tim Janik  <timj@gtk.org>
24939
24940         * gtk/gtkcontainer.c:
24941         (gtk_container_add_with_args):
24942         (gtk_container_addv):
24943         (gtk_container_add): before adding a child to a conatiner, make sure
24944         it is (default) constructed, this is neccessary because under certain
24945         circumstances the child will get relized and mapped immediatedly, in
24946         which case it has to be constructed already.
24947
24948 Mon Mar  1 17:58:21 1999  Tim Janik  <timj@gtk.org>
24949
24950         * gtk/gtksignal.c (gtk_signal_connect_by_type): count object_signal
24951         values > 1 as TRUE also.
24952
24953 1999-03-16  Tor Lillqvist  <tml@iki.fi>
24954
24955         * README.win32: New file.
24956                 
24957         * configure.in: Check for lstat.
24958
24959         * config.h.win32: Add non-definition of HAVE_LSTAT, just for
24960         completeness.
24961
24962         * gtk/gtkrc.c: If don't HAVE_LSTAT, use stat.
24963
24964         * gtk/gtk.def: Removed CRs.
24965
24966         * gtk/makefile.msc: Correct include path to Win32 GDK version (in
24967         ..\gdk\win32).
24968
24969         * gdk/win32/makefile.msc: Correct upwards relative paths.
24970         
24971 Mon Mar 15 03:38:34 1999  George Lebl  <jirka@5z.com>
24972
24973         * gtk/gtkdnd.c: (gtk_drag_highlight) swap the
24974           gtk_drag_highlight_expose and gtk_drag_highlight_paint since
24975           it was connecting a void function to expose_event and the int
24976           returning function to the draw signal
24977
24978 1999-03-14  Jeff Garzik  <jgarzik@pobox.com>
24979
24980         * configure.in:
24981         Use correct path to libgmodule.la when ref'ing uninstalled copy
24982         of glib.  (Already in stable branch, Bug #417)
24983
24984 1999-03-15  Tor Lillqvist  <tml@iki.fi>
24985
24986         Win32 merge and general portability stuff:
24987                 
24988         * acconfig.h,configure.in: Check for <sys/time.h>.
24989
24990         * gdk/win32: New directory (actually, been there for a while).
24991         
24992         * gtk/fnmatch.c: Include <glib.h> for G_DIR_SEPARATOR, WIN32 and
24993         NATIVE_WIN32, and use these. Always case fold on Win32. No
24994         backslashed escapes on native Win32.
24995
24996         * gtk/{gtk.def,makefile.msc}: New files.
24997
24998         * gtk/Makefile.am: Add above new files.
24999         
25000         * gtk/{gtkaccelgroup,gtkbindings}.c: Include <string.h>
25001         instead of <strings.h>.
25002
25003         * gtk/{gtkcalendar,gtkitemfactory,gtkpreview,gtkrc}.c: Include
25004         config.h. Protect inclusion of <sys/param.h>, <sys/time.h>, and
25005         <unistd.h> appropriately.
25006
25007         * gtk/gtkdnd.c: Merge in Win32 version (which doesn't do much).
25008         Use ABS() (from <glib.h>) instead of abs().
25009         
25010         * gtk/gtkfilesel.c: Moved Win32-specific includes after inclusion
25011         of gtk (and thus glib) headers, so that WIN32 will be
25012         defined. With MS C, include <direct.h> for mkdir prototype.
25013
25014         * gtk/gtkitemfactory.c (gtk_item_factory_callback_marshal): Add
25015         some casts, needed by MS C.
25016
25017         * gtk/{gtklayout,gtkplug}.c: Merge in Win32 version (which isn't
25018         implemented).
25019
25020         * gtk/gtkmain.c: Include gdk/gdkx.h for GDK_WINDOWING. Include
25021         <X11/Xlocale.h> only on X11 platform, otherwise <locale.h>.  Use
25022         G_SEARCHPATH_SEPARATOR_S and g_module_build_path.
25023
25024         * gtk/gtkmain.h: Mark variables for export/import on Win32.
25025                 
25026         * gtk/gtkrange.c (gtk_range_motion_notify): Set mods also in case
25027         the event is not a hint, or its window is not the slider. Needed
25028         on Win32, at least.
25029
25030         * gtk/gtkrc.c: Include config.h and gdk/gdkx.h. Use <locale.h>
25031         unless on X11. Skip \r chars, too. Use G_DIR_SEPARATOR and
25032         G_SEARCHPATH_SEPARATOR(_S). Use g_path_is_absolute. On Win32, use
25033         a subdirectory of the Windows directory as gtk system
25034         configuration directory.
25035
25036         * gtk/gtkselection.c: No chunks on Win32.
25037
25038         * gtk/gtksocket.c: Not implemented on Win32.
25039
25040         * gtk/gtkthemes.c (gtk_theme_engine_get): Use g_module_build_path.
25041
25042         * gtk/makeenums.h: Include gdkprivate.h after gdk.h.
25043
25044         * gtk/maketypes.awk: Declare variables with a macro that expands to
25045         necessary export/import magic in the case of Win32.
25046                 
25047         * gtk/testrgb.c: Use dynamically allocated buffer. Use GTimers.
25048
25049 1999-03-13  Raja R Harinath  <harinath@cs.umn.edu>
25050
25051         * configure.in (gdk_wc): Move widechar tests from `glib' to here,
25052         since those were meant only for gdki18n.h.  
25053         * gdk/gdki18n.h: Include gdkconfig.h and use GDK_* instead of G_*
25054         for widechar tests.
25055         * gtk/Makefile.am (INCLUDES): Add -I../gdk for gdkconfig.h.
25056
25057 1999-03-13  Tor Lillqvist  <tml@iki.fi>
25058
25059         * configure.in acconfig.h: Check for dirent.h and pwd.h. Generate
25060         gdk/gdkconfig.h using similar mechanism as GLib's glibconfig.h.
25061
25062         * gtk-config.in: Add @libdir/gtk+/include (where gdkconfig.h is
25063         installed) to CFLAGS.
25064
25065         * gdk/Makefile.am: Add rules for gdkconfig.h.
25066
25067         * gdk/gdktypes.h: Include gdkconfig.h. Define macros for windowing
25068         APIs.
25069
25070         * gdk/gdkfontsel.c: Don't include Xlib.h, it gets included via
25071         gdkx.h anyway when compiling for X11.
25072         (gtk_font_selection_create_xlfd): Use g_strdup_printf. (In
25073         general): Merge in Win32 version.
25074         
25075         * gtk/gtkfilesel.c: Use g_get_current_dir(). Merge in Win32
25076         version: Use G_DIR_SEPARATOR, g_path_is_absolute, no tilde
25077         expansion (if we don't have HAVE_PWD_H), allow for drive
25078         letters. UNC paths (\\server\share\...) are not handled yet.  Also,
25079         included code from Craig Setera's port to Win32 (the one that uses
25080         X11, and the cygwin dll), even if it probably will be abandoned.
25081
25082         * gtk/gtkfilesel.c: Don't append a * to the pattern to complete if
25083         the user entered one herself.  This way one can complete *.h and
25084         don't get matches on any .help files, for instance.
25085         
25086 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
25087
25088         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
25089         font hash table, if we have a GdkFontPrivate entry for this font
25090         already, simply increment its reference count, provided by Olaf Dietsche
25091         <olaf.dietsche+list.gtk@netcologne.de>.
25092
25093         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
25094         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
25095
25096 1999-03-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
25097
25098         * gtk/gtkstyle.c (gtk_default_draw_handle): Significantly reduced
25099         the number of calls to gdk_draw_point() (and thus to X) by
25100         clipping the points by hand.
25101
25102         * gtk/gtkhandlebox.c (draw_textured_frame): Actually make use of
25103         the clip parameter.
25104         (gtk_handle_box_paint): Only paint the handle if the expose area
25105         intersects it.
25106
25107 Sun Mar  7 18:46:37 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
25108
25109         * gtk/gtkmain.c (add_dll_suffix): Add this function (OS/2 ver.)
25110
25111 Sun Mar  7 11:43:34 1999  ape@spacetec.no  (Asbjorn Pettersen)
25112
25113         * gtk/gtkthemes.c (gtk_theme_engine_get): Add OS/2 changes.
25114         Added function gen_8_3_dll_name(gchar *name, gchar *fullname).
25115
25116 Fri Mar  5 09:12:24 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
25117
25118         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): Open file in
25119          textmode (O_TEXT) for OS/2 version.
25120
25121 Sun Feb 28 16:46:02 1999  Stefan Jeske  <stefan@gtk.org>
25122
25123         * gtk/gtkspinbutton.[c,h] gtk/testgtk.c: Added two new signals to 
25124         GtkSpinButton, "input" and "output", to make the output more flexible.
25125         The user has to provide a mapping between adjustment->value and the
25126         output string (and vice versa, if the spin button is editable). 
25127         See testgtk for examples.
25128
25129 Sat Feb 27 01:18:47 1999  Tim Janik  <timj@gtk.org>
25130
25131         * ChangeLog: moved old ChangeLog to ChangeLog.pre-1-2, and started
25132         new one.
25133         
25134         * configure.in: set gtk+ version to 1.3.0.
25135
25136         * gtk/gtkfilesel.h, gtk/gtkfilesel.c: Derive from GtkDialog,