]> Pileus Git - ~andy/gtk/blob - ChangeLog.pre-2-10
Document allowed values for ifactory.
[~andy/gtk] / ChangeLog.pre-2-10
1 2002-01-21  Matthias Clasen  <matthiasc@poet.de>
2
3         * gtk/gtkitemfactory.c (gtk_item_factory_popup, 
4         gtk_item_factory_popup_with_data): Document allowed values
5         for ifactory.
6
7         * gtk/gtkitemfactory.c (gtk_item_factory_delete_entry): Make 
8         it work for paths with underline accelerators.
9
10 Fri Jan 18 16:31:21 2002  Jonathan Blandford  <jrb@redhat.com>
11
12         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): only resize the
13         window.
14
15 Mon Jan 21 11:56:31 2002  Owen Taylor  <otaylor@redhat.com>
16
17         * gtk/gtkentry.c (gtk_entry_real_activate): Trap the 
18         case where there is no default widget and the entry
19         is the focus widget, since this also causes infinite
20         recursion. (#69158)
21
22 Mon Jan 21 11:46:39 2002  Owen Taylor  <otaylor@redhat.com>
23
24         * gdk/gdk.c (gdk_init_check): Set the fallback program class here,
25         rather than lazilygdk_get_program_class(), since we don't want
26         -name to override it. (#69123, Ryan Lovett)
27
28 Mon Jan 21 10:29:45 2002  Owen Taylor  <otaylor@redhat.com>
29
30         * gdk/gdk.c: Fix wrong types for command line arguments 
31         (#69124, Ryan Lovett)
32
33         * gdk/gdk.c (gdk_arg_context_parse): Fix bug in parsing
34         parsing '--arg VALUE'.
35
36         * gdk/gdk.c: Remove unused variable gdk_error_trap_free_list.
37
38 2002-01-21  Havoc Pennington  <hp@pobox.com>
39
40         * gdk/gdkwindow.c (gdk_window_add_filter): mention that window 
41         arg can be NULL
42
43 Sat Jan 19 20:49:41 2002  Kristian Rietveld  <kris@gtk.org>
44
45         * demos/gtk-demo/editable_cells.c: fix a load of open line ends
46         (cell_edited): modified patch from German Poo Caaman~o
47         to fix up old_text declaration and free the memory
48         (do_editable_cells): unref the model after creating the treeview
49
50         * demos/gtk-demo/list_store.c: fix a load of open line ends,
51         (add_columns): set the sort column id, so we can sort
52
53         * demos/gtk-demo/tree_store.c: fix a load of open line ends,
54         (do_tree_store): unref the model after creating the treeview
55
56 2002-01-19  Havoc Pennington  <hp@pobox.com>
57
58         * gtk/gtkwindow.c: link to new X11 section in a lot of places when
59         mentioning the window manager.
60
61         * gtk/gtkwidget.c (gtk_widget_hide_on_delete): don't mention
62         window manager since we're portable.
63
64 Sat Jan 19 08:47:41 2002  Jeff Garzik  <jgarzik@mandrakesoft.com>
65
66         * gdk/linux-fb/gdkproperty-fb.c (gdk_atom_name):
67         Wrap case values in GPOINTER_TO_UINT().  Fixes build with gcc 3.x.
68
69         * gtk/gtkmain.c:  Include sys/types.h if G_OS_UNIX.
70         Fixes build with gcc 3.x and -ansi.
71
72 Fri Jan 18 23:01:37 2002  Owen Taylor  <otaylor@redhat.com>
73
74         * gtk/gtkrc.c (gtk_rc_parse_style): Fix problems when
75         an engine declaration occurs in a reopened style, and
76         g_free() of objects when errors occur.
77
78 2002-01-18  Matthias Clasen  <matthiasc@poet.de>
79
80         * gtk/gtkitemfactory.c (gtk_item_factory_get_widget_by_action):
81         Clarify documentation. (#69026)
82
83         * gtk/gtkprogressbar.c (gtk_progress_bar_size_request): Fix 
84         missing initialization of adjustment. (#69025)
85
86 2002-01-17  Raja R Harinath  <harinath@cs.umn.edu>
87
88         Simplify Makefiles. 
89         <URL: http://bugzilla.gnome.org/show_bug.cgi?id=68969>
90         * gdk/Makefile.am: Remove use of automake conditionals to pick
91         library to build.
92         * gtk/Makefile.am: Likewise.
93         
94         * gdk/Makefile.am (LDFLAGS): Use $(libdir), not @prefix@/lib.
95         * gtk/Makefile.am (LDFLAGS): Likewise.
96
97 Thu Jan 17 20:13:14 2002  Owen Taylor  <otaylor@redhat.com>
98
99         * gtk/gtknotebook.c (gtk_notebook_redraw_tabs): Fix
100         missing allocation.x/y offsets. (#68962, Jacob
101         Berkman)
102
103         * gtk/gtknotebook.c (gtk_notebook_size_allocate):
104         Queue a redraw on the entire widget if we hide
105         the last page or show the first. (Also #68962)
106         
107 2002-01-17  Havoc Pennington  <hp@redhat.com>
108
109         * gtk/gtktextview.c (gtk_text_view_move_cursor_internal): change
110         GTK_MOVEMENT_PARAGRAPHS to go to start/end of paragraph before it
111         starts to go up/down paragraphs. This makes Ctrl+Up/Ctrl+Down work
112         as in the keynav spec, though it makes the interpretation of
113         GTK_MOVEMENT_PARAGRAPHS different from the interpretation of some
114         of the other GTK_MOVEMENT_ thingies, maybe, as if that enum makes
115         any sense anyhow.
116
117 Thu Jan 17 16:34:55 2002  Jonathan Blandford  <jrb@redhat.com>
118
119         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): For
120         some reason, I was activating a row while just selecting it.
121         Reported by andersca.
122         (gtk_tree_view_size_request): add a
123         validate_rows_handler to give us a rough width of the widget.
124
125         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button):
126         Queue a resize here just in case.  It's needed in over half the
127         cases, and I don't want to do a diff to figure out exactly when
128         it's needed.
129
130 2002-01-17  Matthias Clasen  <matthiasc@poet.de>
131
132         * gtk/gtkinputdialog.c,
133         gtk/gtkcolorsel.c, gtk/gtkfilesel.c, gtk/gtkfontsel.c:
134         Mark children as composite. (#66360)
135
136         * gtk/gtkwidget.c (gtk_widget_push_composite_child): Explain
137         composite children some more. (#66360)
138
139 2002-01-17  Havoc Pennington  <hp@redhat.com>
140
141         * gtk/gtktextlayout.c (_gtk_text_layout_get_line_xrange): new
142         function (which I then decided not to use but I think it's needed
143         to fix #68963
144
145         * gtk/gtktextview.c: add page_horizontally action signal and
146         implement Ctrl+PgUp, Ctrl+PgDown based on patch from Padraig, 
147         hackily modified to avoid adding GTK_MOVEMENT_ API. Part of 
148         #53934
149
150         * gtk/gtkmarshalers.list: add NONE:INT,BOOL
151
152 Thu Jan 17 17:02:38 2002  Owen Taylor  <otaylor@redhat.com>
153
154         * gtk/gtkwidget.c (gtk_widget_real_unrealize): Call
155         gtk_selection_remove_all() here, not in destroy/
156         finalize. (#66636, Sergey Vlasov)
157
158         * gtk/gtkselection.c (gtk_selection_request): Fix
159         reentrancy problem with multiple conversions.
160
161         * gtk/gtkselection.c (gtk_selection_remove_all): 
162         Don't remove incrs, we don't need the widget for
163         maintain the incr.
164
165         * gtk/gtkselection.c (struct _GtkIncrInfo): Remove
166         the widget field from here, we don't need it.
167
168 Thu Jan 17 13:08:34 2002  Owen Taylor  <otaylor@redhat.com>
169
170         * gdk/x11/gdkmain-x11.c (gdk_error_trap_push): Move
171         here, and save/restore the X error handler to allow
172         people using GTK+ to set the X error handler to something
173         custom without disturbing the operation of GDK.
174
175         * gdk/linux-fb/gdkmain-fb.c (gdk_error_trap_push) 
176         * gdk/win32/gdkmain-win32.c (gdk_error_trap_pop): Add
177         dummy implementations.
178
179         * gdk/x11/gdkmain-x11.c gdk/x11/gdkevents-x11.c 
180         gdk/x11/gdkdnd-x11.c: Use gdk_error_trap_push()/pop()
181         for all error trapping.
182
183         * gdk/x11/gdkdnd-x11.c: Remove '#if 0' code.
184
185         * gdk/x11/gdkdnd-x11.c (gdk_window_cache_new): Fix
186         problem where we would add the results anyways,
187         and then add it again if no error occurred, and problem
188         where we could leave _gdk_error_warnings() unset.
189
190 Wed Jan 16 20:28:38 2002  Owen Taylor  <otaylor@redhat.com>
191
192         * gtk/gtkfilesel.c: Fix "deleting" filename by adding
193         another boolean parameter to file_selection_populate() -
194         whether to clear the entry. Also, never fill in the
195         entry when the user clicks on something in the 
196         directory list. (#6791, Reported by Jos Dehaes and many,
197         many, many others.)
198
199 2002-01-16  Havoc Pennington  <hp@redhat.com>
200
201         * gtk/gtktextview.c (gtk_text_view_scroll_pages): update
202         cursor_y_pos with clamped delta rather than theoretical delta
203         (#68788). Also, if we can't page up/down further then jump 
204         to top/bottom of the document.
205
206 Wed Jan 16 19:33:41 2002  Owen Taylor  <otaylor@redhat.com>
207
208         * gtk/gtkfilesel.c (gtk_file_selection_map): Refresh
209         the dialog on map. (#52877, inspired by request from
210         Murray Cumming)
211
212 Wed Jan 16 19:23:04 2002  Owen Taylor  <otaylor@redhat.com>
213
214         * gtk/gtkbindings.c (gtk_binding_entry_activate): 
215         Support "optional" bindings. If a binding signal
216         has a boolean return value, and returns FALSE it
217         is as if it didn't exist all.
218
219         * gtk/gtkbindings.c (binding_compose_params): Switch
220         over to GValue.
221
222         * gtk/gtknotebook.[ch]: Make the select_page() and
223         change_current_page() signals only take effect when
224         the focus is on the tab area so that key presses
225         in children pass up to the toplevel correctly.
226
227 Wed Jan 16 12:16:37 2002  Owen Taylor  <otaylor@redhat.com>
228
229         * gtk/gtkoptionmenu.c (gtk_option_menu_size_request): Fix 
230         calculation error in the (shouldn't happen) case where
231         option_menu->height < child_requisition.height. (Patch
232         from Jacob Berkman, #66969)
233
234 2002-01-15  Matthias Clasen  <matthiasc@poet.de>
235
236         * gtk/gtkenums.h (GtkMatchType): Deprecate. (#68183)
237
238         * gtk/gtkscale.h (gtk_scale_value_width): Remove useless 
239         compatibility macro. (#67730) 
240
241 Wed Jan 16 10:54:38 2002  Owen Taylor  <otaylor@redhat.com>
242
243         * configure.in: Fix typo in --help output.
244         (Arnaud Charlet).
245
246 Wed Jan 16 10:18:42 2002  Owen Taylor  <otaylor@redhat.com>
247
248         * gtk/stock-icons/Makefile.am (EXTRA_DIST): Add 
249         gtkstockpixbufs.h.
250
251         * configure.in: Make TIFF, JPEG, PNG loaders mandatory
252         unless you configure with --without-libtiff, etc.
253         (#54045, Brian Cameron)
254
255 2002-01-16  Padraig O'Briain <padraig.obriain@sun.com>
256
257         * gtk/gtkmenushell.c (gtk_real_menu_shell_move_current):
258         Avoid unexpected warning message when navigating menu (#68517)
259
260 2002-01-15  Jody Goldberg <jody@gnome.org>
261
262         * gtk/gtklayout.c (gtk_layout_realize) : It is possible that a
263         GtkLayout may have been scrolled _before_ it was realized.
264
265 Tue Jan 15 18:10:24 2002  Owen Taylor  <otaylor@redhat.com>
266
267         * gtk/gtkspinbutton.c (gtk_spin_button_grab_notify): Stop
268         the timer on destroy, or when we are notified that we are
269         shadowed by a modal dialog.
270
271         * gtk/gtkspinbutton.c: Remove explicit gtk_grab_add()/remove() -
272         not needed any more.
273
274         * gtk/gtkmain.c (gtk_grab_notify): Fix problem where notifications
275         weren't sent out for the default grab group.
276
277         * gtk/gtkmain.c (gtk_grab_notify): Fix notification of widgets that
278         were getting events because they were part of the previous grab.
279
280 Tue Jan 15 12:23:33 2002  Owen Taylor  <otaylor@redhat.com>
281
282         * gtk/gtknotebook.c (gtk_notebook_mnemonic_activate_switch_page): 
283         focus the activated tab, not the page. (#53612)
284
285         * gtk/gtknotebook.c (gtk_notebook_set_focus_child): Track
286         the last focus descendant of the page.
287
288         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): If the focus
289         was on the previous page, move it to the last focused widget /
290         first element on the new page, if possible, or if not, to the 
291         notebook itself. (#68224, reported by Jonathan Blandford)
292
293         * gtk/gtknotebook.c (focus_tabs_in): Don't focus tabs
294         tabs aren't visible. (#65462, Damon Chaplin, fixed based 
295         on patch from Anders Carlsson)
296
297 2002-01-15            Vitaly Tishkov       <tvv@sparc.spb.su>
298
299         * gtk/gtkstyle.c
300         a misprint in documentation for gtk_style_render_icon () is fixed
301
302 Mon Jan 14 23:21:47 2002  Tim Janik  <timj@gtk.org>
303
304         * gtk/gtkmenuitem.c (gtk_menu_item_map): map event_window after
305         mapping child, so we don't loose events.
306
307 2002-01-15  Sven Neumann  <sven@gimp.org>
308
309         * gtk/gtkaccellabel.h
310         * gtk/gtkitemfactory.c: fixed documentation by syncing the parameter
311         names used in headers and code.
312
313 2002-01-14  jacob berkman  <jacob@ximian.com>
314
315         * gtk/gtkrc.c (gtk_rc_get_im_module_path): close a comment block
316
317 Tue Jan 15 01:13:51 2002  Kristian Rietveld  <kris@gtk.org>
318
319         * gtk/gtktreemodelsort.c: fix a load of open line ends,
320         (gtk_tree_model_sort_set_model): only free root level if it's
321         !NULL
322
323 2002-01-14  Matthias Clasen  <matthiasc@poet.de>
324
325         * gtk/gtkoldeditable.c, gtk/gtkrc.c, 
326         gtk/gtkstyle.c: Documentation additions.
327
328         * gtk/gtkmenu.c (gtk_menu_set_accel_path),
329         gtk/gtkmenuitem.c (gtk_menu_item_set_accel_path), 
330         gtk/gtkwidget.c (gtk_widget_add_accelerator): Typo and markup fixes.
331
332         * gtk/gtkitemfactory.c (gtk_item_factory_add_foreign): Document.
333
334         * gtk/gtkaccelmap.c (gtk_accel_map_add_filter): Explain intended use.
335
336 Mon Jan 14 17:14:13 2002  Owen Taylor  <otaylor@redhat.com>
337
338         * gdk/x11/gdkselection-x11.c (sanitize_utf8): Don't
339         mangle sequences of consecutive \n or \r.
340
341 Mon Jan 14 17:42:28 2002  Jonathan Blandford  <jrb@redhat.com>
342
343         * gtk/gtktreeview.c (gtk_tree_view_stop_editing): allow cancel to
344         happen.
345
346         * gtk/gtktreeview.c (install_presize_handler): only install the
347         handler if we're realized, #68056
348
349 Mon Jan 14 16:35:58 2002  Owen Taylor  <otaylor@redhat.com>
350
351         * gtk/gtkwindow.c (gtk_window_move_resize): Unset 
352         initial_pos_set after the first configure request.
353
354 2002-01-13  Jody Goldberg <jody@gnome.org>
355
356         * gtk/gtktexttag.c (get_color_arg) : set_boxed will copy the color
357           and will use a mem_chunk to do it.  Avoid an unnecessary copy, a
358           leak, and confusion.
359
360 Sun Jan 13 23:23:22 2002  Owen Taylor  <otaylor@redhat.com>
361
362         * gtk/gtkwindow.c (gtk_window_compute_hints): Fix problem where
363         widget->requisition was being used instead of
364         gtk_widget_get_child_requisition (), causing geometry widgets
365         with usizes to misbehave.
366
367 2002-01-14  Sven Neumann  <sven@gimp.org>
368
369         * gtk/gtkrc.c: g_getenv() returns a const string.
370
371 2002-01-14  Hasbullah Bin Pit  <sebol@ikhlas.com>
372
373         * configure.in: Added ms at ALL_LINGUAS.
374         * po/ms.po: Added Malay Translation.
375
376 2002-01-14  Matthias Clasen  <matthiasc@poet.de>
377
378         * gtk/gtkitemfactory.c: Documentation.
379
380 2002-01-13  Sven Neumann  <sven@gimp.org>
381
382         * gdk/gdkwindow.c: documentation cleanups.
383
384 Sun Jan 13 01:15:45 2002  Kristian Rietveld  <kris@gtk.org>
385
386         * gtk/gtktreemodelsort.c: various cleanups,
387         (get_child_iter_from_elt): removed,
388         (gtk_tree_model_sort_elt_get_path): rewritten to be a lot cleaner
389         and especially faster,
390         (gtk_tree_model_convert_iter_to_child_iter): use
391         gtk_tree_model_sort_elt_get_path
392
393 Sat Jan 12 16:57:31 2002  Kristian Rietveld  <kris@gtk.org>
394
395         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search):
396         revert Owen's change (using a strdupped string as object data), so
397         the interactive search works again
398
399 2002-01-11  Havoc Pennington  <hp@pobox.com>
400
401         * gtk/gtklabel.c: put in more links to Pango markup format docs
402         (gtk_label_set_justify): mention gtk_misc_set_alignment
403
404 2002-01-12  Tor Lillqvist  <tml@iki.fi>
405
406         Fixes contributed by Archaeopteryx Software: This is a first small
407         part of their changes. Will commit more later.
408         
409         * gdk/win32/*.c: Add some more checks for failed GDI calls. If a
410         call fails, don't use bogus values.
411
412          gdk/win32/gdkcursor-win32.c (_gdk_win32_data_to_wcursor): Plug
413         memory leak: g_free() the AND and XOR bitmaps after use.
414         (_gdk_cursor_destroy): If we are destroying the current Windows
415         cursor, set the Windows cursor to none first.
416
417         * gdk/win32/gdkgc-win32.c (predraw_set_foreground): Delete the old
418         brush that was in the DC, like the win32-procution branch does. I
419         guess this plugs a resource leak? With the HDC cache, the old
420         brush might be something we created ourselves, and not a stock
421         brush. And it doesn't do any harm to call DeleteObject on stock
422         brushes.
423
424         * gdk/win32/gdkwindow-win32.c (gdk_window_impl_win32_finalize): If
425         the window has a cursor which is the current Windows cursor,
426         before destroying it set the current Windows cursor to none.
427         (gdk_window_set_cursor): Also here, if destroying the current
428         Windows cursor, set the current Windows cursor to none first.
429         (gdk_window_get_pointer): Revamp logic.
430         
431 2002-01-10  jacob berkman  <jacob@ximian.com>
432
433         * gtk/gtkwidget.c (gtk_widget_add_events): actually iterate
434         through the list rather than infinitely loop
435
436 2002-01-08  Matthias Clasen  <matthiasc@poet.de>
437
438         * gtk/gtkwidget.c (gtk_widget_set_style_recurse): Rename to
439         reset_rc_styles_recurse(). (#68084)
440
441 2002-01-10            Vitaly Tishkov       <tvv@sparc.spb.su>
442         * gtk/gtkimage.c
443         * gtk/gtkimcontext.c
444         * gtk/gtktreemodel.c
445         * gtk/gtktreemodelsort.c
446         * gtk/gtkwindow.c
447         fix docs        
448
449 Wed Jan  9 20:56:42 2002  Jonathan Blandford  <jrb@redhat.com>
450
451         * gdk/x11/gdkkeys-x11.c (get_xkb): get the types as well as the
452         symbols because we need them in MyEnhancedXkbTranslateKeyCode.
453
454 2002-01-10  Tor Lillqvist  <tml@iki.fi>
455
456         Apply the same fixes and improvements as to the
457         gtk-1-3-win32-production branch: Bug fixes and cleanup of
458         selection and DND functionality. Still doesn't work as well as the
459         win32-production branch, though, but getting closer.
460
461         After this, need to add Archaeopteryx Software's OLE2 DND support.
462
463         * gdk/win32/gdkselection-win32.c (gdk_selection_owner_set,
464         gdk_selection_send_notify, generate_selection_notify): Don't use
465         SendMessage() to generate events for the same app, instead use
466         gdk_event_put().
467
468         * gdk/win32/gdkprivate-win32.h
469         * gdk/win32/gdkglobals-win32.c
470         * gdk/win32/gdkmain-win32.c
471         * gdk/win32/gdkevents-win32.c: Thus, remove declaration, definition,
472         initialisation and handling of gdk_selection_notify_msg,
473         gdk_selection_request_msg and gdk_selection_clear_msg. 
474
475         * gdk/win32/gdkselection-win32.c (gdk_text_property_to_text_list,
476         gdk_free_text_list, gdk_string_to_compound_text,
477         gdk_free_compound_text): Implement trivially, witrh a text_list
478         always having a single element, and a compound text always
479         consisting of just a single (UTF-8!) string. Let's see how well
480         this works.
481
482         * gdk/win32/gdkselection-win32.c (gdk_selection_convert): Fix
483         non-ASCII paste from the clipboard: Try getting the same formats
484         from the Windows clipboard that gdk_property_change() puts there:
485         CF_UNICODETEXT, UTF8_STRING or CF_TEXT+CF_LOCALE.
486
487         * gdk/win32/gdkproperty-win32.c (gdk_property_change): When
488         storing text on the clipboard, handle non-ASCII text
489         correctly. The logic is as follows:
490
491         If we have only ASCII characters, use CF_TEXT.
492
493         Else, if we are on NT, use CF_UNICODETEXT.
494
495         Else (we are on Win9x), if all the characters are present in the
496         code page of some installed locale, use CF_TEXT and also set
497         CF_LOCALE to that locale.
498
499         Else (still on Win9x) store as RTF. We use a very simple RTF
500         string, just the text, no fonts or other crap, with the non-ASCII
501         characters as Unicode \uN keywords. Additionally, also store the
502         UTF-8 string as such, under the format "UTF8_STRING", so that GDK
503         can also paste from the Clipboard what it has copied there. (Thus
504         no need to implement any RTF parser.)
505         
506         (find_common_locale): New function, implements the search for a
507         locale for case 3 above.
508
509         * gdk/win32/gdkglobals-win32.c: New global variables
510         compound_text, text_uri_list, utf8_string, cf_rtf and
511         cf_utf8_string.
512
513         * gdk/win32/gdkim-win32.c (_gdk_ucs2_to_utf8): New function,
514         converts from a wchar_t string to UTF-8.
515         (_gdk_utf8_to_ucs2): Rename from _gdk_win32_nmbstowchar_ts.
516         (_gdk_utf8_to_wcs): Rename from gdk_nmbstowchar_ts.
517
518         * gdk/win32/gdkevents-win32.c (build_keypress_event): Use
519         _gdk_ucs2_to_utf8().
520
521         * gdk/win32/gdkselection-win32.c: Remove some unnecessary logging.
522
523         * gdk/win32/gdkdnd-win32.c: Plug memory leaks, the
524         gdk_drag_context_ref() was called unnecessarily in a couple of
525         places, meaning drag contexts were never freed. The same memory
526         leaks seem to be present in gdk/linux-fb/gdkselection-fb.c, BTW.
527
528         (gdk_drop_reply): For WIN32_DROPFILES drops, free the temporarily
529         stored file list.
530
531         * gdk/win32/gdkselection-win32.c: Clarify the use of the
532         sel_prop_table. Now it is used only for storing the GDK_SELECTION
533         "properties".
534
535         The file names dropped with WM_DROPFILES -style DND is stored
536         temporarily (between the drop and the target picking them up) in a
537         separate place.
538
539         Have a separate hash table to map selection atoms to owner
540         windows. This used to be quite mixed up.
541
542         (_gdk_dropfiles_store): New function, to store the dropped file
543         list for the drop target to possibly fetch, and clear it
544         afterwards, from gdk_drop_reply().
545
546         (gdk_selection_owner_get): Much simplified now.
547
548 2002-01-09  jacob berkman  <jacob@ximian.com>
549
550         * gtk/gtklayout.c (gtk_layout_style_set): set the background of
551         our bin window also (fixes #58957)
552
553 Wed Jan  9 19:10:07 2002  Jonathan Blandford  <jrb@redhat.com>
554
555         * gtk/gtktreeselection.c
556         (_gtk_tree_selection_internal_select_node): Now we test we can
557         unselect nodes before selecting new ones.
558         (gtk_tree_selection_real_select_node): be careful comparing booleans.
559
560 Wed Jan  9 21:31:44 2002  Kristian Rietveld  <kris@gtk.org>
561
562         * gtk/gtkliststore.c (gtk_list_store_sort): pass NULL to
563         gtk_tree_model_rows_reordered and not an iter with user_data
564         set to NULL (which is an invalid liststore iter, so
565         iter_n_children failed, etc)
566
567 2002-01-09  Sven Neumann  <sven@gimp.org>
568
569         * tests/prop-editor.c: declared internal functions static.
570         
571 Wed Jan  9 11:13:12 2002  Owen Taylor  <otaylor@redhat.com>
572
573         * gtk/gtkmenuitem.c (_gtk_menu_item_refresh_accel_path): 
574         Fix problem with menus without accel groups, such as the
575         menus for option menus.
576
577         * gtk/gtkpaned.c (gtk_paned_expose): Only conditionalize
578         drawing of handle on whether both children are visible,
579         not the drawing of the other child!. (#68325, Diego Gonzalez)
580
581 Wed Jan  9 10:20:16 2002  Owen Taylor  <otaylor@redhat.com>
582
583         * gdk/x11/gdkdrawable-x11.c gdk/x11/gdkgc-c11.c: Check for
584         RENDER before trying to use it... XRenderFindFormat() prints
585         warnings if called when extension isn't present.
586
587 Wed Jan  9 15:20:40 2002  Tim Janik  <timj@gtk.org>
588
589         * gtk/gtkmenuitem.c (gtk_menu_item_parent_set): update the accel
590         path upon parent changes.
591
592 Wed Jan  9 13:20:14 2002  Tim Janik  <timj@gtk.org>
593
594         * gtk/gtkviewport.c (gtk_viewport_size_allocate): small but important
595         fix to force vadjustments at size_alocate time from Xavier Ordoquy
596         <mcarkan@users.sourceforge.net>.
597
598 Wed Jan  9 11:23:39 2002  Tim Janik  <timj@gtk.org>
599
600         * gtk/gtklayout.c (gtk_layout_get_property): 
601         * gtk/gtkspinbutton.c (gtk_spin_button_get_property): 
602         * gtk/gtktreeview.c (gtk_tree_view_get_property): 
603         * gtk/gtkwidget.c (gtk_widget_get_property): 
604         * gtk/gtkfontsel.c (gtk_font_selection_get_property): 
605         * gtk/gtkrange.c (gtk_range_get_property):
606         * gtk/gtkviewport.c (gtk_viewport_get_property):
607         * gtk/gtkprogressbar.c (gtk_progress_bar_get_property): don't cast a
608         possible NULL pointer.
609
610 2002-01-08  Mike Kestner  <mkestner@speakeasy.net>
611
612         * gtk/gtkcelleditable.h : Use G_TYPE_INSTANCE_GET_INTERFACE.
613         * gtk/gtktreednd.h : ditto.
614         * gtk/gtktreemodel.h : ditto.
615         * gtk/gtktreesortable.h : ditto.
616         * gtk/gtkwidget.h : Don't reference incomplete _GdkRectangle type.
617
618 2002-01-08  Matthias Clasen  <matthiasc@poet.de>
619
620         * gtk/gtkplug.c, gtk/gtksocket.c: Speak of window IDs rather 
621         than XIDs in the docs.
622
623         * gtk/gtkclipboard.c (gtk_clipboard_clear): Fix docs.
624
625 Tue Jan  8 18:39:23 2002  Jonathan Blandford  <jrb@redhat.com>
626
627         * gtk/gtktreedatalist.c (gtk_tree_data_list_compare_func): wow!
628         Am I a moron or what 0 < 1 is not equivalent to strcmp ("a", "b")
629
630 Tue Jan  8 18:04:01 2002  Owen Taylor  <otaylor@redhat.com>
631
632         * gtk/gtktoolbar.c (gtk_toolbar_set_icon_size):
633         Handle TOGGLE/RADIOBUTTON as well. (#68201,
634         Damon Chaplin.)
635
636         * gtk/gtktoolbar.c (get_first_child): Fix stupid 
637         bug, just introduced.
638
639 Tue Jan  8 15:53:28 2002  Owen Taylor  <otaylor@redhat.com>
640
641         * gtk/gtkdnd.c (gtk_drag_find_widget): Fix coordinate
642         translations, once and for all.
643
644         * gtk/gtktextbuffer.c (paste_from_buffer): Free
645         the ClipboardRequest structure. (#66198, HideToshi
646         Tajima)
647
648 2002-01-08  jacob berkman  <jacob@ximian.com>
649
650         * gtk/gtklayout.c (gtk_layout_move_internal): queue a resize on
651         the child rather than the layout. see bug #68263
652
653 Tue Jan  8 14:51:19 2002  Owen Taylor  <otaylor@redhat.com>
654
655         * gtk/gtkpaned.c (gtk_paned_expose): Don't draw
656         the handle if we aren't showing both children.
657         (#68135, Diego Gonzalez)
658
659 Tue Jan  8 14:45:43 2002  Owen Taylor  <otaylor@redhat.com>
660
661         * gtk/gtkwidget.c (gtk_widget_add_events): Fix
662         leak of result of gtk_container_get_children().
663
664 Tue Jan  8 14:42:19 2002  Owen Taylor  <otaylor@redhat.com>
665
666         * gtk/gtktoolbar.c: Fix leaks of results of
667         gtk_container_get_children(). (#68199, Damon Chaplin)
668
669 Tue Jan  8 14:19:43 2002  Owen Taylor  <otaylor@redhat.com>
670
671         * gtk/gtkcheckbutton.c (gtk_check_button_size_allocate): 
672         Fix problem where child->requisition was accessed
673         directly instead of calling get_child_requisition()
674         (#68199, Damon Chaplin)
675
676 2001-01-08  James Henstridge  <james@daa.com.au>
677
678         * gtk/gtkstyle.c: add trailing */ on doc comment.
679
680 Mon Jan  7 22:19:32 2002  Owen Taylor  <otaylor@redhat.com>
681
682         * gdk/x11/gdkdrawable-x11.c (draw_with_pixmaps): Fix a
683         problem where were the offset into the image was passed
684         into convert_to_format() wrong.
685
686         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_pixbuf): Call
687         gdk_x11_drawable_update_picture_clip () before using
688         the picture; allow update_picture_clip() to take a NULL gc
689         to mean no clipping.
690
691 2002-01-07  Matthias Clasen  <matthiasc@poet.de>
692
693         * gtk/gtksocket.c (gtk_socket_get_id): Doc typo fix. (#68172)
694
695         * gtk/gtktreemodel.c (gtk_tree_path_is_descendant): Fix docs.
696
697         * gtk/gtktreemodel.c (gtk_tree_model_rows_reordered): Document.
698
699         * gtk/gtkwindow.c (gtk_window_remove_accel_group): Fix docs.
700
701         * gtk/gtkrc.c (gtk_rc_get_style_by_paths),
702         gtk/gtkwidget.c (gtk_widget_get_toplevel, 
703         gtk_widget_push_composite_child), gtk/gtkdialog.c 
704         (gtk_dialog_new_with_buttons, gtk_dialog_run): Keep gtk-doc
705         from messing up the indentation of inline examples.     
706
707         * gtk/gtkmain.c, gtk/gtkrc.c: Consistently call g_getenv() 
708         instead of getenv().
709
710         * gtk/gtktreemodel.c, gtk/gtkaccelgroup.c, gtk/gtkclipboard.c,
711         gtk/gtkdnd.c, gtk/gtkiconfactory.c, gtk/gtkrc.c,
712         gtk/gtkstyle.c, gtk/gtkselection.c: Doc fixes.
713
714         * gtk/gtkaccelmap.c (gtk_accel_map_add_filter,
715         gtk_accel_map_foreach_unfiltered, gtk_accel_map_load_scanner):
716         Document.
717
718 2002-01-07  Anders Carlsson  <andersca@gnu.org>
719
720         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Remove
721         unused pixels and rowstride variables.
722         (gtk_cell_renderer_pixbuf_get_size): Check for non-NULL width.
723
724 Mon Jan  7 08:48:23 2002  Tim Janik  <timj@gtk.org>
725
726         * gtk/gtkdnd.c (gtk_drag_find_widget): don't forget to offset
727         the pointer by x/y_offset into the new window when we found
728         the drag destination.
729
730         * gtk/gtkaccelmap.c (internal_change_entry): fix return code
731         for simulation when the entry already contains the required
732         accel key and mod.
733
734 2002-01-06  Matthias Clasen  <matthiasc@poet.de>
735  
736         * docs/debugging.txt: Replace GTK_NO_CHECK_CASTS by 
737         G_DISABLE_CAST_CHECKS.
738
739         * gtk/gtkaccelgroup.c (gtk_accel_group_from_accel_closure,
740         gtk_accel_group_query, gtk_accel_group_find,
741         gtk_accel_groups_from_object): Document.
742
743         * gtk/gtkaccellabel.c (gtk_accel_label_set_accel_closure): Document.
744
745 2002-01-04  Hans Breuer  <hans@breuer.org>
746
747         * gdk/gdkdraw.c gdk/gdkpixbuf-drawable.c : 
748         need to cast image->mem away from void* to avoid 
749         'error C2036: 'void *' : unknown size'. Doing pointer 
750         arithmetics on void pointers is a GCCism afaik.
751
752         * gdk/gdkpixbuf-render.c : #include "gdkinternals.h" for
753         _gdk_draw_pixbuf ()
754
755         * gdk/makefile.msc gdk/win32/makefile.msc 
756         gdk/gtk/makefile.msc.in : use -FI msvc_recommended_pragmas.h
757
758         * gdk/win32/gdkdrawable-win32.c : use _gkd_win32_copy_to_image
759         and take care of image->visual possibly NULL.
760
761         * gdk/win32/gdkimage-win32.c : implement _gdk_image_new_for_depth(),
762         _gdk_win32_copy_to_image() and _gdk_windowing_bits_for_depth().
763         Again take care of image->visual possibly NULL.
764
765         * gdk/win32/gdkprivate-win32.h : declare _gdk_win32_copy_to_image()
766
767         * gdk/win32/gdkevents-win32.c : use gdk_drawable_get_colormap
768         instead of private field access
769
770         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new) : adapt
771         colormap setting to the gdk-X behaviour
772
773 2001-01-04  Matthias Clasen  <matthiasc@poet.de>
774
775         * gtk/gtkwidget.c: Documentation additions.
776
777 2001-01-04  Matthias Clasen  <matthiasc@poet.de>
778
779         * gtk/gtkobject.c (gtk_object_dispose): Fix a comment.
780
781         * gtk/gtkwidget.c (gtk_widget_set_sensitive): tiny docs change
782
783 2002-01-04  Havoc Pennington  <hp@pobox.com>
784
785         * gtk/gtkwidget.c (gtk_widget_set_sensitive): tiny docs change
786         
787 Fri Jan  4 13:05:15 2002  Owen Taylor  <otaylor@redhat.com>
788
789         * gtk/gtkdnd.c (gtk_drag_find_widget): At least
790         don't infinite loop if the widget and window heirarchies
791         don't correspond.
792
793         * gtk/gtkdnd.c (gtk_drag_find_widget): Handle changes
794         in heirarchy in ::drag_motion, ::drag_drop callbacks
795         by referencing child widget lists. (Patch from Tim)
796
797         * gtk/gtkdnd.c (gtk_drag_find_widget): Fix a problem
798         with widgets where window.x != widget->allocation.x
799
800 Fri Jan  4 01:36:48 2002  Owen Taylor  <otaylor@redhat.com>
801
802         * gdk/x11/gdkdrawable-x11.c (convert_to_format): Optimize
803         a little bit. (More for consistency than because it
804         makes much of a difference.)
805
806 Thu Jan  3 22:18:15 2002  Owen Taylor  <otaylor@redhat.com>
807
808         * gdk/x11/gdkdrawable-x11.c gdk/x11/gdkprivate-x11.h
809         (_gdk_x11_have_render): Private function to tell if we have RENDER
810         extension.
811
812         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_get_fg_picture): Return
813         None if we don't have RENDER extension.
814
815         * gdk/x11/gdkpango-x11.c (gdk_pango_context_get): Don't
816         use Xft unless we have render extension.
817
818         * gdk/x11/gdkdrawable-x11.c (gdk_x11_drawable_get_picture):
819         Handle missing render extension.
820
821         * gdk/gdkdraw.c gdk/gdkdrawable.h gdk/gdkpixmap.c gdk/gdkwindow.c
822         gdk/gdkinternals.h: Add a private copy_to_image() virtual function
823         to the GdkDrawable vtable that extends get_image() to allow
824         copying onto existing images.  Make the default implementation of
825         get_image() use this so that backends don't have to implement
826         both. Add private wrapper _gdk_drawable_copy_to_image().
827
828         * gdk/x11/gdkimage-x11.c gdk/x11/gdkprivate-x11.c
829         gdk/x11/gdkdrawable-x11.c (_gdk_x11_copy_to_image): Implement
830         copy_to_image() semantics, speed up by using ShmPixmaps and
831         XCopyArea when possible, XFlush() after ungrabbing the server,
832         generally redo the logic once again.
833
834         * gdk/gdkinternals.h gdk/x11/gdkimage-x11.c
835         _gdk_windowing_bits_per_depth(): Function to convert from depth to
836         bits-per-pixel. (We assume only one bpp per depth - X requires
837         this.)
838
839         * gdk/gdkinternals.h gdk/gdkrgb.c gdk/gdkimage.c: Move the GdkRGB
840         scratch image code into a generic _gdk_image_get_scratch() chunk
841         of code that we can use other places we need scratch images.
842
843         * gdk/gdkimage.c gdk/x11/gdkimage.c gdk/gdkinternals.h:
844         Add _gdk_image_new_for_depth() as the backend 
845         to _gdk_image_new() to allowing creating images with
846         a depth and no visual.
847
848         * gdk/gdkpixbuf-drawable.c: Fix so that getting 
849         parts of images not at 0,0 actually works.
850
851         * gdk/gdkdrawable.h gdk/gdkinternals.h gdk/gdkdraw.c
852         gdk/gdkwindow.c gdk/gdkpixmap.c gdk/gdkpixbuf-render.c: 
853          - Add a new GdkDrawableClass vfunc _draw_pixbuf, and 
854           _gdk_draw_pixbuf() [ will be made public later ], to allow 
855           backends to accelerate drawing pixbufs. 
856          - Move the implementation of gdk_pixbuf_render_to_drawable_alpha()
857            to be the default implementation. 
858          - Update docs for gdk_pixbuf_render_to_drawable_alpha(). 
859          - Optimize the default implementation by using 
860            _gdk_image_copy_to_pixmap() and scratch shared images, and
861            special casing the compositing.
862
863         * gdk/x11/gdkdrawable-x11.c: Accelerate _gdk_draw_pixbuf()
864         with alpha using the RENDER extension.
865
866         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_drawable):
867         Optimize by _gdk_image_copy_to_pixmap() and scratch images.
868
869         * tests/testrgb.c: Add test for speed of alpha composition,
870         reduce the number of iterations since alpha composition
871         can be a bit slow.
872
873         * gdk/x11/gdkimage-x11.c gdk/gdkprivate-x11.h (_gdk_x11_image_get_shm_pixmap): 
874         Private function to get a ShmPixmap for an image, if possible.
875
876 2002-01-04  Anders Carlsson  <andersca@gnu.org>
877
878         * tests/testtreesort.c: Add my cool list of integers.
879
880 Thu Dec 27 18:12:55 2001  Owen Taylor  <otaylor@redhat.com>
881
882         * gdk/x11/gdkproperty-x11.c (gdk_property_get): Fix
883         problem where retrieved atoms weren't properly returned.
884
885 2002-01-03  Anders Carlsson  <andersca@gnu.org>
886
887         * gtk/gtktextview.c (gtk_text_view_key_press_event): When
888         tab is pressed and the text view isn't editable, 
889         move the focus instead.
890
891         * gtk/gtkstyle.c (gtk_default_draw_focus): Free dash list if
892         necessary.
893
894         * gtk/gtkhsv.c (gtk_hsv_get_focus_gc): Free dash list.
895
896         * gtk/gtkcolorsel.c (get_focus_gc): Free dash list.
897
898         * gtk/gtkdnd.c (set_icon_stock_pixbuf): Don't unref the mask
899         if it's NULL.
900
901         * gtk/gtktreeview.c: Rename gtk_tree_view_queue_draw_node to
902         _gtk_tree_view_queue_draw_node.
903         (gtk_tree_view_row_has_child_toggled): Only redraw one node.
904
905         * gtk/gtktreesortable.c (gtk_tree_sortable_set_sort_func): 
906         sort_column_id can be 0.
907
908         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
909         Only redraw one the node being selected.
910
911         * gtk/gtktreeprivate.h: Add _gtk_tree_view_queue_draw_node.
912         
913 Wed Jan  2 23:09:06 2002  Tim Janik  <timj@gtk.org>
914
915         * gtk/gtkcontainer.c (_gtk_container_queue_resize): don't ignore
916         realized but visible && !mapped resize containers (which is
917         possible with unset CHILD_VISIBLE now).
918
919 2002-01-02  jacob berkman  <jacob@ximian.com>
920
921         * gtk/Makefile.am (LDFLAGS): automake still doesn't support
922         libsomething_la_LDFLAGS, so fix the build again
923
924 2002-01-01  Havoc Pennington  <hp@pobox.com>
925
926         * gtk/gtktextview.c (gtk_text_view_expose_event): propagate
927         exposes to no window children not in the buffer window.
928         (gtk_text_view_class_init): add move_focus bindings for Ctrl-Tab
929         - is this the right way to do it?
930         (gtk_text_view_focus): add focus method, just chains up for now, 
931         I'm not sure why the GtkContainer implementation doesn't work
932
933         * gtk/gtktextbtree.c (_gtk_text_btree_insert_child_anchor): fill
934         in the text line for the child anchor segment
935
936         * tests/testtext.c (do_add_focus_children): add another test
937         example (to put focusable buttons into the widget)
938
939 2002-01-01  Havoc Pennington  <hp@pobox.com>
940
941         * docs/README.linux-fb: note that this file is obsolete
942
943         * docs/Changes-2.0.txt, docs/Changes-1.2.txt: Add notes to these
944         files that they should not be edited and look in the reference 
945         manual instead. Probably these files should just be replaced by 
946         the note, and their main contents deleted.
947
948         * gtk/gtktextview.c: docs
949
950         * gtk/gtktextmark.c: docs
951
952         * gtk/gtktextchild.c: docs
953
954         * gtk/gtktextbuffer.c: docs stuff
955
956         * gtk/gtkclipboard.c (gtk_clipboard_get): fool with docs to maybe
957         give people more leads in sorting out PRIMARY vs. CLIPBOARD
958
959 2002-01-01  Tor Lillqvist  <tml@iki.fi>
960
961         * demos/Makefile.am (test-inline-pixbufs.h): Append EXEEXT to
962         ../gdk-pixbuf/gdk-pixbuf-csource.
963
964 2001-12-31  Tor Lillqvist  <tml@iki.fi>
965
966         * gdk/win32/gdkgc-win32.c (predraw_set_foreground): Improved error
967         handling.
968         (gdk_win32_hdc_get,gdk_win32_hdc_release): Silence gcc -Wall.
969
970         * gdk/win32/gdkimage-win32.c (_gdk_win32_get_image): Silence gcc
971         -Wall.  Use GDK_IS_PIXMAP_IMPL_WIN32 instead of GDK_IS_PIXMAP in
972         one more place.
973
974         * gdk/win32/gdkinput-win32.c (_gdk_input_other_event): Silence gcc
975         -Wall.
976
977         * gtk/Makefile.am (libgtk_win32_1_3_la_LDFLAGS): Add -lwsock32.
978
979 2002-01-01  Havoc Pennington  <hp@pobox.com>
980
981         * gtk/gtktextview.c (gtk_text_view_get_default_attributes): doc 
982         fix
983         
984 2002-01-01  Havoc Pennington  <hp@pobox.com>
985
986         * gtk/gtktextview.c (changed_handler): Replace call to
987         gtk_widget_size_request() that expected to actually compute the
988         request with a direct use of widget_class->size_request, so we get
989         our size request right; fixes remaining part of #63065 reported by
990         Matthias Clasen
991
992 2001-12-31  Havoc Pennington  <hp@pobox.com>
993
994         * tests/testtext.c (do_insert_and_scroll): remove backward_char
995         since we no longer have bogus newline
996         (dialog_response_callback): remove another backward_char horkage, 
997         reported by Matthias Clasen #63065
998
999 2001-12-31  Havoc Pennington  <hp@pobox.com>
1000
1001         * gtk/gtktextbtree.c (gtk_text_btree_node_view_check_consistency):
1002         fix an incorrect assertion that the "valid" flag is always correct
1003         in a node and add explanatory comment. This keeps me from 
1004         reproducing #59101, but I'm remembering that 59101 was actually 
1005         about incorrect pixel totals, so I'm not sure 59101 is actually 
1006         fixed. May just have stopped happening due to some change in 
1007         how C-k works.
1008
1009 2001-12-31  Havoc Pennington  <hp@pobox.com>
1010
1011         * gtk/gtktextview.c (gtk_text_view_start_selection_drag): extend
1012         selection if shift is down, bug #50939
1013         (gtk_text_view_button_press_event): add double/triple click
1014         selection to the current selection if shift is down
1015
1016 2001-12-31  Havoc Pennington  <hp@pobox.com>
1017
1018         * gtk/gtktextiter.c (gtk_text_iter_get_visible_line_index): fix 
1019         to use ensure_byte_offsets not ensure_char_offsets, patch 
1020         from Padraig O'Briain bug #67356
1021         
1022 2001-12-30  Havoc Pennington  <hp@pobox.com>
1023
1024         * gtk/gtkdialog.h (GtkDialogFlags): fix GtkDialogFlags to have 
1025         the right values, reported by Jeff Franks
1026
1027 2001-12-30  Matthias Clasen  <matthiasc@poet.de>
1028
1029         * gtk/gtkwindow.c, gtk/gtkimcontextsimple.c: Minor documentation tweaks.
1030
1031 2001-12-28  Matthias Clasen  <matthiasc@poet.de>
1032
1033         * gdk/x11/gdkproperty-x11.c, gdk/x11/gdkselection-x11.c: 
1034         Minor documentation tweaks.
1035
1036 2001-12-28  Tor Lillqvist  <tml@iki.fi>
1037
1038         * gdk/win32/gdkfont-win32.c: Use G_N_ELEMENTS().
1039         (unicode_classify): Don't return -1 on encountering an
1040         unclassified character, but play it safe and return U_BASIC_LATIN.
1041
1042 Thu Dec 27 16:05:30 2001  Owen Taylor  <otaylor@redhat.com>
1043
1044         * gtk/gtkarrow.c gtk/gtkimage.c gtkpixmap.c: Make interpretation
1045         of misc->xpad/ypad consistent with GtkLabel. Do 
1046         directional flipping when interpreting misc->xalign/yalign.
1047         Fix off-by-one error for negative x,y. (#67472, reported
1048         by Mathieu Lacage)
1049
1050 Thu Dec 27 15:45:41 2001  Owen Taylor  <otaylor@redhat.com>
1051
1052         * gtk/gtkwidget.c (gtk_widget_set_style_internal):
1053         Remove optimization that was causing problems because
1054         we called gtk_widget_size_request() before we called
1055         gtk_widget_queue_resize() so RESIZE_NEEDED was not
1056         set. Optimization shouldn't mattter now that we
1057         are smart about needlessly size requesting or allocating
1058         widgets. (#67598, reported by Jacob Berkman)
1059
1060 Thu Dec 27 15:38:20 2001  Owen Taylor  <otaylor@redhat.com>
1061
1062         * gtk/gtkmenu.c (gtk_menu_stop_navigating_submenu_cb):
1063         Call gdk_window_get_pointer() on menu->bin_window not
1064         menu->window, so we get the correct window for the
1065         menu item. (#65213, Guillermo S. Romero)
1066
1067 Thu Dec 27 15:13:44 2001  Owen Taylor  <otaylor@redhat.com>
1068
1069         * gtk/gtkmenu.c (gtk_menu_set_title): Allow unsetting
1070         the title by setting to NULL. Move docs inline. 
1071         Update the title if the tearoff window already
1072         exists. Code cleanup. (Fixes #65190, reported by
1073         Vitaly Tishkov.)
1074
1075 Thu Dec 27 14:04:22 2001  Owen Taylor  <otaylor@redhat.com>
1076
1077         * gtk/gtksocket.c (gtk_socket_key_press_event): 
1078         gtk/gtkplug.c (gtk_plug_key_press_event): Don't do
1079         special handling of key presses unless we are doing 
1080         iter-app embedding. (Fixes #67590, Anders Carlsson)
1081
1082 Thu Dec 27 16:37:04 2001  Kristian Rietveld  <kris@gtk.org>
1083
1084         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_deleted),
1085         (gtk_tree_model_sort_sort_level),
1086         (gtk_tree_model_sort_insert_value): fix a few places where
1087         I was confused between modelsort iters and other iters. This was
1088         really going to happen someday ;)
1089
1090 Wed Dec 26 23:41:41 2001  Kristian Rietveld  <kris@gtk.org>
1091
1092         * gtk/gtktreeview.c (gtk_tree_view_rows_reordered): ensure
1093         we are unprelighted before reordering
1094
1095         * gtk/gtktreemodel.c (gtk_tree_row_ref_reordered_callback): we
1096         need to break out of the for loop, not return (this fixed
1097         the 'selection freeze' bug).
1098
1099         * gtk/gtktreemodelsort.c: more fixage and cleanups. It seems to
1100         be pretty stable now, though it still needs some more code
1101         cleanups.
1102
1103 Wed Dec 26 12:32:31 2001  Owen Taylor  <otaylor@redhat.com>
1104
1105         * docs/Changes-2.0.txt: Document the fact that
1106         gtk_paned_set_handle_size() has been removed.
1107
1108         * gtk/gtkpaned.h Remove gtk_paned_handle_size() compat macro, 
1109         since it pointed to gtk_paned_set_handle_size(), which
1110         was removed. (#66760, Matt Wilson)
1111
1112 Wed Dec 26 12:28:24 2001  Owen Taylor  <otaylor@redhat.com>
1113
1114         * gtk/gtkdnd.c (gtk_drag_highlight): Connect 
1115         gtk_drag_hightlight_expose _after_, so it works with
1116         widgets that paint there entire background. (#66735)
1117
1118 Wed Dec 26 12:17:06 2001  Owen Taylor  <otaylor@redhat.com>
1119
1120         * gtk/gtkplug.c (gtk_plug_size_allocate): Assign the
1121         allocation to widget->allocation. (Fixes #67290,
1122         Chris Phelps.)
1123
1124 Wed Dec 26 11:49:01 2001  Owen Taylor  <otaylor@redhat.com>
1125
1126         (#67542, reported by Anders Carlsson)
1127         
1128         * gtk/gtkstyle.c (gtk_style_real_init_from_rc): Merge
1129         rc_style->font_desc with defaul style instead of replacing
1130         it.
1131
1132         * gtk/gtkrc.c (gtk_rc_style_real_merge): Allow partial
1133         font descriptions in RC styles by calling
1134         pango_font_description_merge(). 
1135
1136 2001-12-24  James Henstridge  <james@daa.com.au>
1137
1138         * gtk/gtkdialog.h (doc comment): s/<!>/<!-- -->/ to make the doc
1139         valid with both SGML and XML.
1140
1141 Sat Dec 22 12:38:03 2001  Owen Taylor  <otaylor@redhat.com>
1142
1143         * configure.in: 1.3.12, interface, binary age 0.
1144
1145         * configure.in: Require new versions of Glib, Pango, ATK.
1146
1147         * NEWS: Updated.
1148
1149         * configure.in: Make explicit what libtool we are executing.
1150         (Tomas Ogren)
1151
1152         * gdk/gdkcolor.c gdk/gdkgc.c gdk/gdkwindow.c: Doc fixes.
1153
1154         * gtk/gtkwidget.c (gtk_widget_[class]path) gtkrc.h : Fix 
1155         parameter names for docs.
1156
1157 Sat Dec 22 22:35:29 2001  Owen Taylor  <otaylor@redhat.com>
1158
1159         * gtk/gtkwindow.c (gtk_window_realize) 
1160           gtk/gtkplug.c (gtk_plug_realize): Include GDK_KEY_RELEASE_MASK.
1161
1162         * gtk/gtkentry.c (gtk_entry_key_release)
1163           gtk/gtktextview.c (gtk_text_view_key_release_event): Pass
1164         key release events to the input method.
1165
1166         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): 
1167         Handle release of Control/Shift to end hex sequence.
1168
1169         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_filter_keypress): 
1170         Handle key releases as well as presses.
1171
1172 2001-12-21  Matthias Clasen  <matthiasc@poet.de>
1173
1174         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): Trivial doc adjustment.
1175
1176         * gtk/gtklabel.c (gtk_label_new_with_mnemonic),
1177         gtk/gtkbutton.c (gtk_button_new_with_mnemonic): More precise
1178         documentation about underscores and mnemonics. (#66380)
1179
1180         * gtk/gtktextiter.c (gtk_text_iter_backward_word_starts): Fix
1181         cyclic reference in docs.
1182
1183         * gtk/gtklabel.c (gtk_label_set_justify): Correct documentation
1184         of default value. (#65402)
1185
1186         * gtk/gtkmain.c (gtk_set_locale, gtk_disable_set_locale): 
1187         Markup fixes.
1188
1189 2001-12-20  Anders Carlsson  <andersca@gnu.org>
1190
1191         * gtk/gtktreeview.c (gtk_tree_view_realize): Don't call
1192         map here.
1193
1194 Tue Dec 18 16:15:55 2001  Owen Taylor  <otaylor@redhat.com>
1195
1196         * gdk/gdkgc.h: Explicitely deprecate gdk_gc_set_font()
1197         (reported by Jeff Franks.)
1198
1199 Tue Dec 18 16:07:28 2001  Owen Taylor  <otaylor@redhat.com>
1200
1201         * gdk/gdkkeys.h (struct _GdkKeymapClass): Fix 
1202         prototype for direction_changed. (Reported by
1203         Jeff Franks.)
1204
1205 2001-12-18  Padraig O'Briain <padraig.obriain@sun.com>
1206
1207         * gtk/gtktreeview.c (gtk_tree_view_get_expander_column):
1208         Fix typo (list->data becomes list->next)
1209
1210 2001-12-06  Havoc Pennington  <hp@redhat.com>
1211
1212         Add Unicode control char menu, based on patch from Dov.
1213         Bug #63495
1214         
1215         * gtk/gtkentry.c (gtk_entry_commit_cb): share code via
1216         gtk_entry_enter_text
1217         (gtk_entry_enter_text): function to do "typing in text"
1218         (popup_targets_received): add the Unicode menu items
1219
1220         * gtk/gtktextview.c (popup_targets_received): add missing mnemonic
1221         on Input Methods item, and add the unicode menu items.
1222
1223         * gtk/gtktextutil.h, gtk/gtktextutil.c: private utilities to be
1224         used in GtkEntry and GtkTextView - may become public later.     
1225
1226 2001-12-16  Kjartan Maraas  <kmaraas@gnome.org>
1227
1228         * gtk/gtkprogressbar.c: Fix a typo.
1229         * gtk/gtkpaned.c: Fix a typo.
1230         
1231 2001-12-15  Darin Adler  <darin@bentspoon.com>
1232
1233         Fix some warnings.
1234
1235         * gdk/x11/gdkproperty-x11.c: (gdk_property_get): Fix wrong type in
1236         g_new -- bug if sizeof (GtkAtom) != sizeof (GtkAtom *).
1237         * gdk/x11/gdkwindow-x11.c: (create_moveresize_window): FALSE -> NULL
1238         * gtk/gtkaccellabel.c: (gtk_accel_label_refetch): Remove unused local.
1239         * gtk/gtklistitem.c: (gtk_list_item_expose): Remove unused local.
1240         * gtk/gtktextiter.c: (_gtk_text_iter_backward_indexable_segment):
1241         Restructure loop to get rid of uninitialized variable warning. Also
1242         gives a tiny efficiency gain.
1243
1244 2001-12-15  Murray Cumming  <murrayc@usa.net>
1245
1246         * Fixed first arg type of GtkScale's "format_value" signal's
1247         function pointer.
1248
1249 2001-12-14            Vitaly Tishkov       tvv@sparc.spb.su
1250         docs/reference/gtk/tmpl/gtkcelleditable.sgml
1251                 gtkcelleditable -> GtkCellEditable
1252         docs/reference/gtk/tmpl/gtktreesortable.sgml
1253                 gtktreesortable -> GtkTreeSortable
1254
1255 2001-12-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
1256
1257         * demos/testpixbuf-drawable.c, demos/testpixbuf-save.c,
1258         demos/testpixbuf-scale.c, demos/testpixbuf.c: Call g_object_ref
1259         and g_object_unref instead of gdk_pixbuf_ref and gdk_pixbuf_unref
1260         resp.
1261
1262 Thu Dec 13 22:02:41 2001  Kristian Rietveld   <kris@gtk.org>
1263
1264         * gtk/gtktreeview.c (validate_visible_area): free path
1265         at the end
1266
1267 2001-12-13  Matthias Clasen  <matthiasc@poet.de>
1268
1269         * gtk/gtkdialog.c, gtk/gtkrc.c, gtk/gtkwidget.c: Markup fixes.
1270
1271 Thu Dec 13 20:37:27 2001  Kristian Rietveld  <kris@gtk.org>
1272
1273         * gtk/gtktreeview.c (gtk_tree_view_button_press): do not try
1274         to find the clicked node in the tree when tree == NULL
1275
1276 2001-12-13  Anders Carlsson  <andersca@gnu.org>
1277
1278         * gtk/gtktreeview.c (gtk_tree_view_button_press): Compare 
1279         event->state with the default mod mask. 
1280
1281 2001-12-12  jacob berkman  <jacob@ximian.com>
1282
1283         * gtk/gtk*.h (GTK_IS_*_CLASS): s/obj/klass/ where appropriate
1284
1285 Wed Dec 12 17:22:45 2001  Owen Taylor  <otaylor@redhat.com>
1286
1287         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_slave):
1288         Reset the existing slave before removing it to give
1289         it a chance to commit and emit "preedit_changed" 
1290         in case there was still a preedit string.
1291
1292 2001-12-12  Matthias Clasen  <matthiasc@poet.de>
1293         
1294         * gtk/gtktextlayout.c: Typo fixes
1295         * gtk/gtkwindow.c (gtk_window_set_position): Typo fix. (#66746)
1296
1297         * gtk/gtkwidget.c (gtk_widget_send_expose, gtk_widget_get_toplevel, 
1298         gtk_widget_get_default_direction): Doc fixes. (#66727, #66737, #66744)
1299
1300         * gtk/gtkstyle.h (GTK_STYLE_NUM_STYLECOLORS): Remove. (#66467)
1301
1302 Wed Dec 12 16:43:10 2001  Jonathan Blandford  <jrb@redhat.com>
1303
1304         * gtk/gtktreeview.c (gtk_tree_view_unrealize): Remove
1305         validate_rows_timer in unrealize.  Reported by Matthew Wilson.
1306
1307 Wed Dec 12 16:18:26 2001  Owen Taylor  <otaylor@redhat.com>
1308
1309         * gtk/gtkmenu.c (gtk_menu_realize): Remove support for
1310         "prepainting" the menu before realizing other than
1311         via gtk_style_set_background() - this was broken when
1312         we added menu scroll support.
1313
1314         * gtk/gtkmenu.c (gtk_menu_paint): Pay attention to the
1315         window in the expose event -- fixes problem with border
1316         flashing during scrolling.
1317
1318 Wed Dec 12 15:11:49 2001  Owen Taylor  <otaylor@redhat.com>
1319
1320         * gtk/gtksettings.c (gtk_settings_get_property): Support
1321         using names/nicks for the gdk_settings values for enum valued
1322         types. (#57678, reported by Anders Carlsson)
1323
1324 Wed Dec 12 15:01:33 2001  Jonathan Blandford  <jrb@redhat.com>
1325
1326         * gtk/gtknotebook.c (gtk_notebook_set_tab_label): keep in sync
1327         with insert_page_menu.  Code duplication is bad.
1328
1329         * gtk/gtklabel.c (gtk_label_mnemonic_activate): Whoops -- got the
1330         wrong fix yesterday.
1331
1332 Wed Dec 12 14:27:30 2001  Owen Taylor  <otaylor@redhat.com>
1333
1334         * gtk/gtkmenubar.c (window_key_press_handler): Fix check for
1335         modifiers.
1336
1337 2001-12-12  James Henstridge  <james@daa.com.au>
1338
1339         * gtk/gtkmenu.c (gtk_menu_key_press): check GTK_MENU_ITEM
1340         (menu_item)->accel_path first when looking up the accel path.
1341
1342 Tue Dec 11 19:18:21 2001  Owen Taylor  <otaylor@redhat.com>
1343
1344         * tests/testgtk.c (layout_expose_handler): Only draw
1345         for events on the bin window.
1346
1347 Tue Dec 11 18:55:16 2001  Jonathan Blandford  <jrb@redhat.com>
1348
1349         * gtk/gtklabel.c (gtk_label_mnemonic_activate): Small fix to let
1350         mnemonics work with notebooks.
1351
1352 Tue Dec 11 15:25:06 2001  Jonathan Blandford  <jrb@redhat.com>
1353
1354         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): Change
1355         bin_window to be located at y=TREE_VIEW_HEADER_HEIGHT(tree_view).
1356         Makes some flicker while scrolling go away.
1357
1358 2001-12-11  Michael Natterer  <mitch@gimp.org>
1359
1360         * demos/testpixbuf-save.c: added new keyboard shortcut 'a' which
1361         adds alpha to the pixbuf; re-load the saved pixbuf and
1362         pixel-by-pixel compare it with the original one.
1363
1364 Tue Dec 11 15:39:08 2001  Soeren Sandmann  <sandmann@daimi.au.dk>
1365
1366         * ChangeLog: Fix wrong ChangeLog entry
1367         * gtk/gtkstyle.c (gtk_default_draw_shadow_gap): Fix drawing of top
1368         right corner
1369
1370 2001-12-10  jacob berkman  <jacob@ximian.com>
1371
1372         * gdk/x11/gdkinput-xfree.c (_gdk_input_grab_pointer): 
1373         * gdk/x11/gdkmain-x11.c (gdk_pointer_grab): 
1374         (gdk_keyboard_grab): do not grab things if the nograb debug flag
1375         is set
1376
1377         * gdk/gdkinternals.h: 
1378         * gdk/gdk.c: add nograbs debug flag to disable grabs of the
1379         keyboard / mouse
1380
1381 Mon Dec 10 19:42:29 2001  Jonathan Blandford  <jrb@redhat.com>
1382
1383         * gtk/gtktreeview.c (validate_rows_handler): stupid bug where I
1384         didn't reset the timer.
1385
1386 2001-12-10  Matthias Clasen  <matthiasc@poet.de>
1387
1388         * gtk/gtkcontainer.c (gtk_container_child_type): Close comment.
1389
1390 2001-12-09  Matthias Clasen  <matthiasc@poet.de>
1391
1392         * gtk/gtkviewport.c: Add docs.
1393
1394 Mon Dec 10 16:21:38 2001  Jonathan Blandford  <jrb@redhat.com>
1395
1396         * gtk/gtkrbtree.c (_fixup_parity): New function to fixup parity.
1397         RBTree corruption bug--
1398
1399 2001-12-10  Anders Carlsson  <andersca@gnu.org>
1400
1401         * gtk/gtktreeview.c (gtk_tree_view_remove_widget): Return
1402         if edited_column is NULL, also grab focus before removing
1403         the cell_editable.
1404
1405 Sun Dec 09 15:06:51 2001  George Lebl <jirka@5z.com>
1406
1407         * gtk/gtkrange.c (gtk_range_calc_layout): check for 0 value on the
1408           denominator in the horizontal case just like we do in the vertical
1409           case (why I didn't notice that there were two cases the first time
1410           around is beyond me:).  Also fix indentation in the vertical case.
1411
1412 2001-12-09  Anders Carlsson  <andersca@gnu.org>
1413
1414         * gdk/x11/gdkevents-x11.c: Update xsettings name.
1415
1416         * gtk/gtkdnd.c (gtk_drag_check_threshold): Use the
1417         gtk-dnd-drag-threshold GtkSetting.
1418
1419         * gtk/gtksettings.c (gtk_settings_class_init): Add 
1420         setting for dnd drag threshold.
1421
1422 2001-12-09  Matthias Clasen  <matthiasc@poet.de>
1423
1424         * gtk/gtkcontainer.c: Add docs.
1425
1426 2001-12-08  Matthias Clasen  <matthiasc@poet.de>
1427
1428         * gtk/gtkwidget.c: Doc markup fix. 
1429
1430         * gtk/gtktreeviewcolumn.c: Markup fixes. (#66447)
1431
1432         * gtk/gtktreestore.c: Typo fixes. (#66445)
1433
1434         * gtk/gtkaccelgroup.c: Misc doc markup. (#66425) 
1435
1436         * gtk/gtkclipboard.c (gtk_clipboard_get_owner): Fix reference
1437         to gtk_clipboard_set_with_owner(). (#66424)
1438  
1439 Sat Dec  8 16:12:10 2001  Christopher Blizzard  <blizzard@redhat.com>
1440
1441         * gdk/gdk.c (gdk_init_check): Fallback to setting the prgname to
1442         "<unknown>" if someone doesn't pass in a valid argc.  (Patch from
1443         Fabrice Bellet <fabrice@gnu.org>, #54127).
1444
1445 Sat Dec  8 10:04:54 2001  Jonathan Blandford  <jrb@redhat.com>
1446
1447         * gtk/gtkrbtree.c (_gtk_rbtree_debug_spew): Add debug spew to lots
1448         of places, so that people with crashy trees can just run their
1449         program with GTK_DEBUG=TREE.
1450
1451 Sat Dec  8 20:57:24 2001  Kristian Rietveld  <kristian@planet.nl>
1452
1453         * gtk/gtkliststore.c (gtk_list_store_remove): nuke the stamp++,
1454         per jrb's request
1455
1456 2001-12-08  Anders Carlsson  <andersca@gnu.org>
1457
1458         * tests/testgtk.c (layout_expose_handler): Don't return TRUE
1459         since then the default GtkLayout expose handler won't be called.
1460
1461 Fri Dec  7 23:42:50 2001  Jonathan Blandford  <jrb@redhat.com>
1462
1463         * gtk/gtktreeview.c (validate_rows_handler): remove
1464         g_return_if_fail.
1465
1466         * gtk/gtktreeview.c (validate_visible_area): Patch from Manish
1467         Singh <yosh@gimp.org> to fix bug when rendering Tree with an
1468         empty model.
1469
1470 Fri Dec  7 20:06:14 2001  Jonathan Blandford  <jrb@redhat.com>
1471
1472         * gtk/gtktreeview.c (validate_visible_area): get logic right,
1473         #66249
1474
1475         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): fix bug where
1476         removing a node ended up with a corrupt tree.  Really really nasty
1477         bug.
1478         (_gtk_rbtree_debug_spew): new debug helper function
1479         (_fixup_validation): new inline function to clean up code
1480         readability a lot. 
1481
1482 Fri Dec  7 19:34:51 2001  Owen Taylor  <otaylor@redhat.com>
1483
1484         * gtk/gtktoolbar.c (gtk_toolbar_insert_element):
1485         Close comment.
1486
1487 2001-12-07  Matthias Clasen  <matthiasc@poet.de>
1488
1489         * gtk/gtkstyle.h: Typo fixes.
1490
1491         * gtk/gtkstyle.c, gtk/gtktoolbar.c: Add docs.
1492
1493         * gtk/gtkrc.c (gtk_rc_find_pixmap_in_path): Fix docs.
1494
1495 Fri Dec  7 16:05:22 2001  Owen Taylor  <otaylor@redhat.com>
1496
1497         * modules/input/gtkimcontextxim.c: Display the XIM
1498         status callbacks with a popup window. (Patch from
1499         HideToshi Tajima, #50628, somewhat modified.)
1500
1501 Fri Dec  7 12:07:15 2001  Tim Janik  <timj@gtk.org>
1502
1503         * gtk/Makefile.am: each source generation rule needs to use its own
1504         temporary file, to avoid clashes for parallel builds. fixed rules
1505         for gtkmarshalers.h and gtkmarshalers.c to use their own temp files.
1506
1507 2001-12-07  Havoc Pennington  <hp@pobox.com>
1508
1509         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new): fix up my list of
1510         "cursors that are actually useful" in gdk_cursor_new() docs
1511
1512 Thu Dec  6 23:09:21 2001  Owen Taylor  <otaylor@redhat.com>
1513
1514         * gtk/gtk[hv]paned.c (gtk_[hv]paned_size_allocate): Fix errors
1515         in computing the size of the second child.
1516
1517 Thu Dec  6 16:50:17 2001  Owen Taylor  <otaylor@redhat.com>
1518
1519         * gtk/gtkrange.c: Make button 1 clicks on the trough
1520         do pages, button 3 steps. (Patch from Hans Breuer
1521         #63735)
1522
1523 2001-12-06  Matthias Clasen  <matthiasc@poet.de>
1524
1525         * gtk/gtklabel.c: Fix docs. (#66383)
1526
1527         * gtk/gtkbbox.c (gtk_button_box_set_child_secondary): Fix docs. 
1528         (#66278, #66280)
1529         
1530         * gdk/gdkwindow.h (gdk_window_get_deskrelative_origin),
1531         gdk/gdkimage.h (gdk_image_get): Deprecate. (#66208)
1532
1533         * gtk/gtkcolorsel.c (gtk_color_selection_set_update_policy):
1534         Don't emit a g_warning() about being deprecated. (#66208)       
1535
1536         * gtk/gtkaccellabel.c (gtk_accel_label_set_accel_widget): Add docs.
1537
1538         * gtk/gtkcontainer.c: Doc fixes.
1539         
1540         * gtk/gtkliststore.c (gtk_list_store_clear): Add docs; misc doc fixes.
1541
1542         * gtk/gtkstyle.c (gtk_style_attach): Add docs.
1543
1544 2001-12-05  Sven Neumann  <sven@gimp.org>
1545
1546         * gtk/gtkwidget.c (gtk_widget_reset_shapes): close comment.
1547
1548         * gtk/queryimmodules.c: g_dir_read_name() returns const.
1549
1550 Tue Dec  4 21:46:13 2001  HideToshi Tajima  <hidetoshi.tajima@sun.com>
1551
1552         * gtk/gtktreeprivate.h: restore the else case of #ifdef __GNUC__
1553         #66225
1554         
1555 2001-12-04  Manish Singh  <yosh@gimp.org>
1556
1557         * gtk/gtkmain.c
1558         * gtk/queryimmodules.c: g_module_symbol takes a gpointer *, not just
1559         a gpointer.
1560
1561         * gtk/gtkwidget.c (gtk_widget_push_composite_child): minor cosmetic
1562         correction to docs.
1563
1564         * demos/gtk-demo/item_factory.c: add GTK_WINDOW() cast
1565
1566 2001-12-04  Havoc Pennington  <hp@redhat.com>
1567
1568         * gtk/gtktextbtree.c (gtk_text_btree_remove_tag_info): remove
1569         g_assert_not_reached() that was bogus, since we demand-create the
1570         tag info. reported by Chris Phelps
1571
1572         Jump through assorted hoops to fix bug from Chris Phelps where 
1573         removing tags from the table resulted in btree trying to 
1574         access tag->table
1575         
1576         * gtk/gtktextbuffer.c: set up mechanics of adding/removing 
1577         ourselves to the tag table
1578
1579         * gtk/gtktexttagtable.c (_gtk_text_tag_table_add_buffer) 
1580         (_gtk_text_tag_table_remove_buffer): private cruft to 
1581         let us notify buffer of disappearing tags
1582
1583         * gtk/gtktexttag.h: remove BTreeNode typedef from this public
1584         header, put it in tagprivate    
1585
1586         * gtk/gtktextbtree.c (_gtk_text_btree_new): don't connect to
1587         tag_removed; it's emitted too late.
1588         (_gtk_text_btree_notify_will_remove_tag): rename tag_remove_cb to
1589         this
1590
1591         Padding for ABI-compat expansion
1592         
1593         * gtk/gtktexttag.h (struct _GtkTextAttributes): pad this
1594         (struct _GtkTextAppearance): one pad in here too
1595
1596         * gtk/gtktextlayout.h (struct _GtkTextLayoutClass): padding here
1597
1598         * gtk/gtktextview.h (struct _GtkTextViewClass): more padding,
1599         since action signals etc. seem pretty likely
1600
1601         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): padding
1602
1603         * gtk/gtktexttag.h (struct _GtkTextTagClass): padding
1604
1605         * gtk/gtktexttagtable.h (struct _GtkTextTagTableClass): padding
1606
1607 2001-12-04  Matthias Clasen  <matthiasc@poet.de>
1608
1609         * gdk/gdkcolor.h (gdk_colormap_change): Deprecate. (#65851)
1610
1611         * gdk/gdktypes.h (GdkKeyInfo): Remove. (#66025)
1612
1613         * gtk/gtkwindow.c, gtk/gtkwidget.c: Add docs, markup fixes.
1614
1615 Tue Dec  4 18:51:44 2001  Jonathan Blandford  <jrb@redhat.com>
1616
1617         * gtk/gtktreeviewcolumn.h: remove gtk_tree_view_column_cell_event,
1618         #62084.
1619
1620 Tue Dec  4 18:38:35 2001  Jonathan Blandford  <jrb@redhat.com>
1621
1622         * demos/gtk-demo/main.c: (create_tree): Minor fix.
1623
1624         * docs/tree-column-sizing.txt: Update
1625
1626         * gtk/gtkrbtree.[ch]: Massive work to support validation.
1627
1628         * gtk/gtktreemodel.c: Doc fixes.
1629
1630         * gtk/gtktreeview.c: Incremental reflow added.
1631         * gtk/gtktreeviewcolumn.c: ditto
1632         * gtk/gtktreeviewcolumn.h: ditto
1633
1634 2001-12-04  Havoc Pennington  <hp@redhat.com>
1635         
1636         * gtk/gtktexttag.c (gtk_text_tag_set_property): add a warning for
1637         "invisible" property, #65999
1638
1639 2001-12-04  Matt Wilson  <msw@redhat.com>
1640
1641         * gtk/gtktreestore.c (gtk_tree_store_insert): fixed docs
1642
1643 Tue Dec  4 12:16:31 2001  Owen Taylor  <otaylor@redhat.com>
1644
1645         * gtk/gtksettings.c (gtk_settings_set_property_value):
1646         Simplify, make more efficient and fix memory leak
1647         when turning quark into a string. (#66103, HideToshi
1648         Tajima)
1649
1650         * gtk/gtkcolorsel.c: Ref and sink priv->tooltips in
1651         init() and unref priv->tooltips in destroy rather
1652         than calling gtk_object_destroy() which has no
1653         effect on memory management. (#66104, HideToshi
1654         Tajima)
1655
1656         * gtk/gtkcolorsel.c (palette_set_color): Use g_object_set_data_full()
1657         so we free the when the object is freed. (Fixes memory
1658         leak, #66096, HideToshi Tajima)
1659
1660         * gdk/gdkevents.c (gdk_synthesize_window_state): Use 
1661         a full GdkEvent structure to avoid reads of uninitialized/
1662         invalid memory in gdk_event_put() (#65877, patch
1663         from Hidetoshi Tajima)
1664
1665 Tue Dec  4 11:06:54 2001  Owen Taylor  <otaylor@redhat.com>
1666
1667         * gtk/gtkmenuitem.c: Revert my last mistaken change - 
1668         toggle-size-request doesn't take a requisition.
1669
1670         * gtk/gtkmenuitem.c (gtk_menu_item_class_init): Fix
1671         reference to marshaler that no longer exists.
1672
1673 Mon Dec  3 16:39:17 2001  Owen Taylor  <otaylor@redhat.com>
1674
1675         Patch from Bill Haneman (with many modifications) to make
1676         the focus color work on dark themes and to make the
1677         focus line width configurable. (#61079, #63074)
1678
1679         * gtk/gtkwidget.c: Add style properties, 
1680         ::focus-widget, ::focus-line-width, and ::focus-padding.
1681
1682         * gtk/gtkstyle.[ch]: Make gtk_paint_focus() take a 
1683         state argument as well so we can use fg[STATE] to
1684         draw instead of always drawing with black. 
1685         Cange paint_focus() to respect GtkWidget::focus-width
1686         and GtkWidget::focus-line-pattern. Fix continuity
1687         problem where the default 1-1 stipple had a blob
1688         in one corner and a gap in the other. Change the
1689         interpretation of x/y/width/height to be the bounding
1690         box of the focus rect instead of the rectangle
1691         passed to gdk_draw_rectangle.
1692
1693         * gtk/gtkcheckbutton.c gtk/gtklistitem.c gtk/gtknotebook.c 
1694         gtk/gtkoptionmenu.c gtk/gtkradiobutton.c gtk/gtkspinbutton.c 
1695         gtk/gtktextview.c gtk/gtktreeview.c: Handle ::focus-width 
1696         and ::focus-line-padding.
1697
1698         * gtk/gtkentry.c: Handle :;focus-width property; cleanup
1699         and remove duplicated code; fix drawing of focus rectangle
1700         when interior-focus = FALSE. (#63072, #63073)
1701
1702         * gtk/gtkrange.c gtk/gtktext.c gtk/gtktreeitem.c
1703         gtk/gtktreeviewcolumn.c: Basic fixups to make compile;
1704         Range and TreeViewColumn will need more extensive fixing.
1705
1706         * gtk/gtkcolorsel.c: Honor focus line attributes when
1707         drawing the focus on the color swatches. (#63071)
1708
1709         * gtk/gtkhsv.c: Honor focus line attributes when
1710         drawing the focus for the ring and triangle.
1711
1712         * docs/widget_geometry.txt: Start at documenting how 
1713         various widgets are drawn.
1714
1715         * gtk/gtkbutton.c (_gtk_button_paint): Export 
1716         _gtk_button_paint() librarywide, so we don't have 
1717         duplicate a bunch of code in gtktogglebutton.c.
1718
1719         * gtk/gtktogglebutton.c: Use _gtk_button_paint().
1720
1721 Mon Dec  3 21:04:13 2001  Jonathan Blandford  <jrb@redhat.com>
1722
1723         * gtk/gtkmarshalers.list: remove VOID:BOXED,POINTER and
1724         NONE:POINTER.
1725
1726 2001-12-03  Alex Larsson  <alexl@redhat.com>
1727
1728         * gtk/gtkaccellabel.c:
1729         * gtk/gtkarrow.c:
1730         * gtk/gtkcolorsel.c:
1731         * gtk/gtkcontainer.c:
1732         * gtk/gtklabel.c:
1733         * gtk/gtktextview.c:
1734         * gtk/gtktogglebutton.c:
1735         * gtk/gtktreeview.c:
1736         * gtk/gtkwindow.c:
1737         Return FALSE from expose handlers.
1738
1739 Mon Dec  3 21:15:59 2001  Kristian Rietveld  <kris@gtk.org>
1740
1741         * gtk/gtktreedatalist.c (_gtk_tree_data_list_value_to_node): if
1742         we use pointers, we should free the previous pointer first (if
1743         it exists), before we set a new pointer. (#64726)
1744
1745         * gtk/gtktreeprivate.h: get rid of cursor_drag
1746
1747         * gtk/gtktreeview.c (gtk_tree_view_unrealize): remove check     
1748         for cursor_drag
1749         (gtk_tree_view_bin_expose): don't directly return in the while
1750         loop
1751         (gtk_tree_view_class_init): indentend expanders by default
1752         (gtk_tree_view_header_focus): only give the button focus
1753         if it's clickable, visible and the column is reorderable
1754         (#65539)
1755
1756         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
1757         create and free cursor
1758
1759 Mon Dec  3 10:23:07 2001  Owen Taylor  <otaylor@redhat.com>
1760
1761         * gtk/gtkcalendar.c (gtk_calendar_size_request): Fix
1762         some bugs with size requisition. (From Bill Haneman)
1763
1764         * gtk/gtkcalendar.c: Draw headers and selection in 
1765         base/text[SELECTED] instead of fg/bg[SELECTED].
1766
1767         * gtk/gtkcalendar.c: Miscellaneous cleanups to drawing
1768         code and formatting.
1769
1770 2001-12-03  Havoc Pennington  <hp@pobox.com>
1771
1772         * gtk/gtktextview.c (set_window_height): 
1773         (set_window_width): Hmm, setter functions normally assign the new
1774         value to the object field. Reported by Chris Phelps.
1775
1776 2001-11-30  jacob berkman  <jacob@ximian.com>
1777
1778         * gtk/gtknotebook.c (gtk_notebook_remove_tab_label): set the
1779         signal id to 0 after we disconnect from it
1780
1781 2001-11-30  Matthias Clasen  <matthiasc@poet.de>
1782
1783         * gdk/gdkdrawable.h (gdk_drawable_ref, gdk_drawable_unref),
1784         gdk/gdkcolor.h (gdk_colormap_ref, gdk_colormap_unref),
1785         gdk/gdkdnd.h (gdk_drag_context_ref, gdk_drag_context_unref),
1786         gdk/gdkgc.h (gdk_gc_ref, gdk_gc_unref):  Deprecate.
1787
1788         * gdk/gdkvisual.h: Use GDK_DISABLE_DEPRECATED, not 
1789         GTK_DISABLE_DEPRECATED.
1790
1791         * gdk/gdkcolor.c (gdk_colormap_ref, gdk_colormap_unref),
1792         gdk/gdkgc.c (gdk_gc_ref, gdk_gc_unref): Document.
1793
1794 Fri Nov 30 16:37:01 2001  Owen Taylor  <otaylor@redhat.com>
1795
1796         * gtk/gtkcombo.c (gtk_combo_popup_list): Sanitize
1797         move/resize code, removing various bad, non-functional
1798         hacks. (Fixes #65048, reported by Damon Chaplin.)
1799
1800 Fri Nov 30 16:12:21 2001  Owen Taylor  <otaylor@redhat.com>
1801
1802         * gdk/gdkpango.c: Patch from Hidetoshi Tajima to fix 
1803         bad match error when target drawable is not the 
1804         same depth as the root window. (#65841)
1805
1806         * HACKING: Update.
1807
1808 2001-11-29  Matthias Clasen  <matthiasc@poet.de>
1809
1810         * gdk/gdkwindow.c: Typo fix.
1811
1812 Thu Nov 29 21:35:56 2001  Kristian Rietveld  <kristian@planet.nl>
1813
1814         * gtk/gtkmenu.c (gtk_menu_motion_notify): add checks for
1815         empty menu items to behave like insensitive items (#59456)
1816
1817         * gtk/gtkmenuitem.c (gtk_real_menu_item_activate_item): select
1818         next item if the first item in the menu is a tear off item
1819         (#59456-2, suggestion by Matthias Clasen)
1820
1821         * gtk/gtkmenushell.c (gtk_menu_shell_button_press),
1822         (gtk_menu_shell_button_release), (gtk_menu_shell_entry_notify),
1823         (gtk_menu_shell_leave_notify), (gtk_real_menu_shell_move_current),
1824         (gtk_real_menu_shell_activate_current): add check, so empty
1825         menu items behave like insensitive items (#59456)
1826         
1827         * gtk/gtkmenuitem.[ch]: add _gtk_menu_item_is_selectable to make
1828         the checks more readable ...
1829         
1830         * gtk/gtkmenushell.c (gtk_menu_shell_button_press),
1831         (gtk_menu_shell_button_release): causes the menu to dropdown if the
1832         caption is clicked again (#64977)
1833
1834 2001-11-29  Havoc Pennington  <hp@redhat.com>
1835
1836         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
1837         assertion here that we were at the end iterator was not correct;
1838         change code to move us to the end iterator. bug #65731
1839
1840 Wed Nov 28 20:05:44 2001  Owen Taylor  <otaylor@redhat.com>
1841
1842         * gtk/gtkaccellabel.c (gtk_accel_label_refetch): Remove 
1843         improper use of g_locale_to_utf8() to convert from
1844         latin-1, and do it the easy way by building the string
1845         correctly in the first place.
1846
1847 Wed Nov 28 19:34:15 2001  Owen Taylor  <otaylor@redhat.com>
1848
1849         * gdk/x11/gdkproperty-x11.c (gdk_property_change, gdk_property_get): 
1850         Convert atoms to and from atoms for properties of type XA_ATOM.
1851         (#65555, patch from Hidetoshi Tajima)
1852
1853 Wed Nov 28 18:37:04 2001  Owen Taylor  <otaylor@redhat.com>
1854
1855         * gtk/gtksocket.[ch] (gtk_socket_add_id): Rename 'id' parameter 
1856         to avoid problems with Objective C.
1857
1858 2001-11-28  Matthias Clasen  <matthiasc@poet.de>
1859         
1860         * gtk/gtkaccelmap.c: Typo fixes. (#65607)
1861
1862         * gtk/gtkfixed.c (gtk_fixed_set_has_window, gtk_fixed_get_has_window):
1863         Fix docs. (#65505)
1864
1865         * gtk/gtkwindow.c (gtk_window_set_mnemnonic_modifier): Document.
1866
1867 Wed Nov 28 18:19:12 2001  Owen Taylor  <otaylor@redhat.com>
1868
1869         * gtk/gtkmenu.c (gtk_menu_set_tearoff_hints): Move
1870         accounting of menu->tearoff_scrollbar width to here
1871         and make sure we have the correct requisition.
1872
1873         * gtk/gtkmenu.c (gtk_menu_position): Fix fixme
1874         by using gtk_window_move().
1875
1876         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state): Force
1877         the requisition to be updated by calling
1878         gtk_widget_size_request() (#65440)
1879
1880         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_activate): 
1881         queue resize before calling gtk_menu_set_tearoff_state().
1882
1883 Wed Nov 28 22:20:44 2001  Kristian Rietveld  <kristian@planet.nl>
1884
1885         * demos/gtk-demo/editable_cells.c: fix typo
1886
1887         * demos/gtk-demo/list_store.c (add_columns): remove call to
1888         gtk_tree_view_column_set_clickable which didn't make sense
1889
1890 2001-11-28  Havoc Pennington  <hp@redhat.com>
1891
1892         * gtk/gtktextview.c (gtk_text_view_paint): put the warning
1893         explaining the validation error in front of the G_BREAKPOINT
1894
1895         * gtk/gtkrange.c (gtk_range_adjustment_value_changed): call
1896         process updates with include_children = FALSE instead of TRUE, so
1897         we redraw the range only, not the whole darn window.  Making
1898         GtkRange a NO_WINDOW widget had weirdly caused the text widget
1899         Trace/breakpoint trap bug to become much easier to trigger.
1900
1901 Wed Nov 28 14:12:03 2001  Owen Taylor  <otaylor@redhat.com>
1902
1903         * gdk/Makefile.am (gdk_public_h_sources): Remove reference
1904         to gdkcursors.h.
1905
1906 2001-11-28  Matthias Clasen  <matthiasc@poet.de>
1907
1908         * gtk/gtkwindow.c (gtk_window_move): Add markup to docs.
1909
1910         * gdk/gdkcursor.h: Directly include the contents
1911         of gdkcursors.h in the GdkCursorType enum.
1912
1913         * gdk/gdkcursors.h: Deleted.
1914
1915         * gdk/gdkkeysyms.h: Remove XFree86-specific keysyms, add 
1916         header boilerplate.
1917
1918         * gdk/Makefile.am: Remove the X-derived-headers rule.
1919
1920 Tue Nov 27 20:17:55 2001  Owen Taylor  <otaylor@redhat.com>
1921
1922         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_activate):
1923         Notify on the ::active property _here_, not in
1924         gtk_check_menu_item_set_active.
1925
1926 Mon Nov 26 19:11:18 2001  Jonathan Blandford  <jrb@redhat.com>
1927
1928         * gtk/gtkcellrendererpixbuf.c
1929         (gtk_cell_renderer_pixbuf_class_init): add 2 properties
1930         (PIXBUF_EXPANDER_OPEN and PIXBUF_EXPANDER_CLOSED)
1931
1932 Sun Nov 25 21:19:02 2001  Owen Taylor  <otaylor@redhat.com>
1933
1934         * gdk/x11/gdkgeometry-x11.c: Add long, but horribly sketchy
1935         comment about what is going on in this file.
1936
1937         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): Fix 
1938         x/y problem.
1939
1940 Sun Nov 25 18:59:19 2001  Owen Taylor  <otaylor@redhat.com>
1941
1942         * gtk/gtkoptionmenu.c (gtk_option_menu_calc_size): 
1943         Calculate size based on the _child_ of the menu item,
1944         not the menuitem. (#65005, Damon Chaplin)
1945
1946         * gtk/gtklistitem.c (gtk_list_item_new_with_label): Add
1947         some extra vertical padding to the label widget ... restores
1948         GTK+-1.2 spacing. (#65085, Damon Chaplin.)
1949
1950 2001-11-26  Tor Lillqvist  <tml@iki.fi>
1951
1952         * demos/pixbuf-demo.c
1953         * demos/gtk-demo/pixbufs.c: M_PI -> G_PI.
1954
1955         * demos/gtk-demo/main.c (read_line): No flockfile() or
1956         getc_unlocked() on Win32.
1957
1958 2001-11-25  Tor Lillqvist  <tml@iki.fi>
1959
1960         * configure.in
1961         * acconfig.h: As we now use GDir, no need to check for dirent.h.
1962
1963 Sun Nov 25 23:18:39 2001  Kristian Rietveld  <kristian@planet.nl>
1964
1965         * gtk/gtktexttag.c (gtk_text_tag_set_property): free font_desc
1966         when finished (#65266)
1967
1968 Sun Nov 25 23:16:29 2001  Kristian Rietveld  <kristian@planet.nl>
1969
1970         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): free
1971         data after we set the property. (#65264)
1972
1973 Sun Nov 25 23:14:06 2001  Kristian Rietveld  <kristian@planet.nl>
1974
1975         * gtk/gtkbutton.c: add destroy method so label_text gets freed
1976         if it has been allocated (#65268)
1977
1978 Sat Nov 24 13:39:51 2001  Manish Singh  <yosh@gimp.org>
1979
1980         * gdk/linux-fb/gdkdrawable-fb2.c
1981         * gdk/linux-fb/gdkpango-fb.c: update to latest Pango API
1982
1983         * gdk/linux-fb/gdkwindow-fb.c: implement gdk_window_show_unraised
1984
1985         * gdk/linux-fb/gdkfont-fb.c (gdk_font_load): plug memleak on
1986         set_family
1987         
1988         * gdk/linux-fb/gdkfbswitch.c: minor cleanups
1989
1990 Sat Nov 24 22:05:27 2001  Kristian Rietveld  <kristian@planet.nl>
1991
1992         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): don't
1993         deactivate menu when menu_item isn't sensitive (#61389)
1994
1995 Sat Nov 24 15:35:26 2001  Kristian Rietveld  <kristian@planet.nl>
1996
1997         * gtk/gtktreemodel.c (gtk_tree_model_foreach): free path before
1998         we return (in case of a failure here)
1999
2000 Fri Nov 23 19:22:50 2001  Owen Taylor  <otaylor@redhat.com>
2001
2002         * gtk/gtknotebook.c: Handle events in windows other
2003         than widget->event_window properly. (#65079, reported
2004         by Damon Chaplin)
2005
2006         * gdk/gdkevents.c (gdk_event_get_coords): Fix x/y bug.
2007
2008 Fri Nov 23 18:57:46 2001  Owen Taylor  <otaylor@redhat.com>
2009
2010         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): Align
2011         the image at the top. (#65020, request from Seth Nickell)
2012
2013 Fri Nov 23 18:49:53 2001  Owen Taylor  <otaylor@redhat.com>
2014
2015         * gtk/{gtkclist,gtkctree.c} (draw_row): Remove some strange
2016         arithmetic that was resulting in rows being drawn too low.
2017         (#65001, reported by Damon Chaplin)
2018
2019 Fri Nov 23 18:36:42 2001  Owen Taylor  <otaylor@redhat.com>
2020
2021         * gtk/gtkrange.c (gtk_range_button_press): Offset 
2022         invalidated range correctly.
2023
2024         * gtk/gtkclist.c (hadjustment_value_changed): Fix scrolling 
2025         of title window. (#65001, reported by Damon Chaplin)
2026
2027         * gtk/gtkcombo.c (gtk_combo_button_event_after): Replace
2028         horrible hack with use of ::event_after.
2029
2030 Thu Nov 22 15:01:03 2001  Owen Taylor  <otaylor@redhat.com>
2031
2032         * Version 1.3.11
2033
2034         * configure.in (ATK_REQUIRED_VERSION): Require
2035         GLib-1.3.11, Pango-0.22, ATK-0.7.
2036
2037         * tests/prop-editor.c (property_widget): Restore
2038         to working as well as it did before.
2039
2040         * gtk/gtklistitem.h: Mark deprecated since it is
2041         an integral part of GtkList.
2042
2043         * demos/gtk-demo/demo-common.h: New header file,
2044         for a common functions not important to the meat
2045         of the demos.
2046         
2047         * demos/gtk-demo/main.c (demo_ifind_file): Add a utility
2048         function to search for a file used by the demo.
2049
2050         * demos/*.c: Use demo_find_file.
2051
2052 2001-11-23  Matthias Clasen  <matthiasc@poet.de>
2053
2054         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag),
2055         gtk/gtkruler.c (gtk_ruler_get_metric): Actually commit typo 
2056         fixes already mentioned in ChangeLog entry on 2001-11-14.
2057
2058         * docs/reference/gtk/tmpl/drawing.sgml: Minor markup fixes.
2059
2060 2001-11-23  Hans Breuer  <hans@breuer.org>
2061
2062         * gdk/win32/gdkfont-win32.c (gdk_font_from_description) : 
2063         reflect Pango API change
2064
2065         * gtk/gtk.def : updated externals
2066
2067         * gtk/gtkfixed.c (gtk_fixed_get_has_window) : use 
2068         g_return_val_if_fail() to avoid 'function must return a value'
2069
2070         * gtk/gtkrc.c : added spaces to fix small coding style issues
2071         * gtk/gtkwidget.c : ... and linebreaks. Also a static for
2072         'static correctness'
2073
2074         * gtk/makefile.msc.in : temporary(?) disable gtk<plug|socket>
2075         because they only can be build on win32 after applying my patch
2076
2077 Wed Nov 21 22:55:37 2001  Tim Janik  <timj@gtk.org>
2078
2079         * gtk/gtkbutton.c (gtk_button_map): raise event window afte
2080         children, in order for the input pnly window to stay *above*
2081         children.
2082
2083 Wed Nov 21 22:44:27 2001  Tim Janik  <timj@gtk.org>
2084
2085         * tests/testtreeview.c: make hackery worse ;) by checking fundamental
2086         type walks againts G_TYPE_FUNDAMENTAL_MAX.
2087         
2088         * tests/prop-editor.c: disable type hackery.
2089
2090 Wed Nov 21 17:41:39 2001  Owen Taylor  <otaylor@redhat.com>
2091
2092         * gdk/gdkimage.c (gdk_image_get): Fix problem with
2093         lost parameter.
2094
2095 Wed Nov 21 17:01:25 2001  Owen Taylor  <otaylor@redhat.com>
2096
2097         * gtk/gtkcellrenderer.h gtk/gtktreemodel.h 
2098         gtk/gtktreeprivate.h gtk/gtktreesortable.h: Remove
2099         trailing commas in enum declarations.
2100
2101 Wed Nov 21 15:21:26 2001  Owen Taylor  <otaylor@redhat.com>
2102
2103         * configure.in (GTK_MICRO_VERSION): Version 1.3.11, 
2104         interface, binary age 0.
2105
2106         * NEWS: Updates
2107
2108         * gtk/gtktreemodel.c gtk/gtkrc.c gtk/gtkentry.c: SGML
2109         fixes in docs.
2110
2111         * gtk/gtkmain.h: Remove unused and misnamespaced
2112         get_gtk_win32_directory() prototype.
2113
2114         * gdk/gdkimage.c (gdk_image_get): Fix parameter names
2115         to match header.
2116
2117         * gdk/gdkwindow.h: Fix parameters to gdk_window_shape_combine_mask(),
2118         gdk_window_set_transient_for(), gdk_window_set_geometry_hints(),
2119         to match docs.
2120
2121         * gdk/gdkevents.c (gdk_event_get_coords)
2122           gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_active)
2123           gtk/gtkdnd.c (gtk_drag_set_icon_stock):
2124         Fix parameter names in docs.
2125         
2126         * docs/faq/Makefile.am (FAQ_FILES): Add missing files.
2127         (#64961, Akira Tagoh)
2128
2129 Wed Nov 21 11:41:29 2001  Owen Taylor  <otaylor@redhat.com>
2130
2131         * tests/testgtk.c (create_tooltips): Ref-sink the tooltips object.
2132
2133         * gtk/gtktoolbar.c (gtk_toolbar_init): Ref-sink the tooltips object.
2134
2135         * gtk/gtkfilesel.c (open_new_dir): Fix some constness warnings.
2136
2137         * gtk/gtkaccelgroup.c: Rename gtk_accel_groups_from_acceleratable()
2138         back to gtk_accel_groups_from_object(), change @acceleratable
2139         parameter to gtk_accel_groups_activate() accordingly.
2140
2141         * gtk/gtkaccelmap.c (gtk_accel_map_lookup_entry): Remove
2142         left-over comment about quark return.
2143
2144         * gtk/gtkaccelmap.h: Fix spelling of gtk_accel_map_foreach_unfiltered().
2145
2146         * gtk/gtk-boxed.defs (GtkIconSource): added as a boxed type.
2147         (Patch from Matt Wilson)
2148
2149         * gtk/gtkobject.c (gtk_object_finalize): Warn if a floating
2150         object is finalized.
2151
2152 Tue Nov 20 21:25:08 2001  Tim Janik  <timj@gtk.org>
2153
2154         * applied patch from owen to get rid of accel map notifiers.
2155         changed things to fix reentrancy and API as discussed on gtk-devel.
2156
2157         * gtk/gtkaccelgroup.[hc]:
2158         (gtk_accel_group_finalize): unregister this accel group from all
2159         accel map paths.
2160         (accel_closure_invalidate): handle invalidation of closures by
2161         disconnecting their accelerators.
2162         (quick_accel_add): move closure connection and changed notification
2163         into this function to reduce code duplication. don't emit change
2164         notification on closurers without accelerators.
2165         (quick_accel_remove): rewrite, do the exact opposite of quick_accel_add
2166         for a GtkAccelGroupEntry.
2167         (gtk_accel_group_connect): get rid of the accel_path_quark argument.
2168         (gtk_accel_group_connect_by_path): new function to add accelerators
2169         with an accel path.
2170         (gtk_accel_group_disconnect_closure): new function, disconnect a
2171         closure from of an accel group.
2172         (gtk_accel_group_disconnect): loop over all closure for a accel_ley,
2173         accel_mods pair and remove them.
2174         (_gtk_accel_group_reconnect): new function that basically does
2175         gtk_accel_group_disconnect_closure() and
2176         gtk_accel_group_connect_by_path() once an accel path changed.
2177         (gtk_accel_groups_disconnect_closure): remove this, there's
2178         gtk_accel_group_disconnect_closure().
2179         
2180         * gtk/gtkaccelmap.[hc]: keep list of accel groups per entry now,
2181         nuke notifiers.
2182         (_gtk_accel_path_is_valid): make this non-static for
2183         gtkwidget.c and gtkaccelgroup.c assertions.
2184         (gtk_accel_map_add_notifer): removed this function.
2185         (gtk_accel_map_remove_notifer): same.
2186         (_gtk_accel_map_add_group):
2187         (_gtk_accel_map_remove_group): (un-)register accel groups, with
2188         accel paths for correct propagation.
2189         (gtk_accel_map_add_entry): return void.
2190         (gtk_accel_map_lookup): return gboolean instead of GQuark.
2191         
2192         * gtk/gtkitemfactory.c (gtk_item_factory_add_foreign): always
2193         set accel_path on widgets.
2194         
2195         * gtk/gtkwidget.[hc]:
2196         (accel_path_changed): got rid of this, changes are handled by
2197         accel maps internally now.
2198         (_gtk_widget_set_accel_path): get things to work without notifiers.
2199         (gtk_widget_list_accel_closures): list accel closures of a widget.
2200         
2201         * gtk/gtkwindow.[hc]: rename ::accels_changed, to ::keys_changed.
2202
2203 2001-11-20  Matthias Clasen  <matthiasc@poet.de>
2204
2205         * gtk/gtkcontainer.c (gtk_container_propagate_expose): Typo fix.
2206
2207 Tue Nov 20 23:01:01 2001  Kristian Rietveld  <kristian@planet.nl>
2208
2209         * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path):
2210         replace gboolean free_last in the function parameters with
2211         gint depth. Changes to reflect new situation.
2212
2213         * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path_helper):
2214         replace gboolean free_last, with gint depth, add gint current_depth.
2215         Changes to reflect new situation.
2216
2217         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): changes
2218         to reflect new situation
2219
2220         * gtk/gtktreemodel.c (gtk_tree_row_reference_free): ditto
2221
2222 Tue Nov 20 12:37:10 2001  Owen Taylor  <otaylor@redhat.com>
2223
2224         * gtk/gtknotebook.c (gtk_notebook_paint): Fix problem
2225         where notebook gap was double shifted by allocation.x/y
2226
2227         * gtk/gtknotebook.c (gtk_notebook_unmap): Chain up
2228         to unmap children.
2229
2230 Tue Nov 20 14:49:59 2001  Tim Janik  <timj@gtk.org>
2231
2232         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): fix
2233         allocation to be relative to paned->allocation, now
2234         that this is a NO_WINDOW widget.
2235         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): same here.
2236
2237         * gtk/gtkaccellabel.c (gtk_accel_label_class_init): ::closure
2238         needs to be a boxed property.
2239
2240 Mon Nov 19 17:34:40 2001  Owen Taylor  <otaylor@redhat.com>
2241
2242         * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator):
2243         Use the widget's state when drawing the indicator, as
2244         in GtkCheckButton. This gives us color changes for
2245         un-prelighted checkbuttons. (#63308, Matt Wilson)
2246
2247 Mon Nov 19 17:11:23 2001  Owen Taylor  <otaylor@redhat.com>
2248
2249         (Fixes related to #64428, Michael Meeks)
2250
2251         * gtk/gtkplug.c (gtk_plug_set_is_child): Unmap the
2252         widget, so it gets mapped again properly when we
2253         add to a parent.
2254
2255         * gtk/gtkplug.c (_gtk_plug_add_to_socket): Set
2256         plug->socket_window. 
2257
2258         * gtk/gtkplug.c (_gtk_plug_remove_from_socket): Set
2259         socket_window to NULL, not FALSE.
2260
2261         * gtk/gtkplug.c (_gtk_plug_add_to_socket): Set
2262         socket->same_app to TRUE. (#64612)
2263
2264 Mon Nov 19 15:50:41 2001  Owen Taylor  <otaylor@redhat.com>
2265
2266         * gtk/gtkfixed.[ch] docs/Changes-2.0.txt: Add 
2267         gtk_fixed_set/get_has_window() to remove criticism
2268         about GTK_WIDGET_SET_FLAGS() hacks.
2269
2270 2001-11-19  Michael Natterer  <mitch@gimp.org>
2271
2272         * gtk/gtknotebook.c: show notebook->event_window with
2273         gdk_window_show_unraised(), so it doesn't catch the events which
2274         should go to the tab widgets first.
2275
2276 Mon Nov 19 15:30:51 2001  Jonathan Blandford  <jrb@redhat.com>
2277
2278         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add a
2279         "resizable" property, to get rid of the
2280         GTK_TREE_VIEW_COLUMN_RESIZABLE sizing flag.
2281         (gtk_tree_view_column_set_resizable): New function to set resizable.
2282         (gtk_tree_view_column_set_resizable): getter.
2283
2284         * tests/testtreecolumns.c (add_clicked): modify for above change.
2285
2286         * Makefile.am (install-data-hook): remove old .pc files before
2287         installing the new one.  We used to symlink this, and it will
2288         break old installs.
2289
2290 2001-11-19  Havoc Pennington  <hp@pobox.com>
2291
2292         * tests/testtext.c (fill_example_buffer): put in a test for
2293         negative indentation values
2294
2295 Mon Nov 19 14:08:18 2001  Owen Taylor  <otaylor@redhat.com>
2296
2297         * gtk/gtklabel.c (gtk_label_init): Change default for
2298         justify to GTK_JUSTIFY_LEFT. Assuming that multiline
2299         labels are most often wrapped labels, this gives better
2300         compatibility with GTK+-1.2, where justification was
2301         ignored for wrapped labesl and is a more sensible
2302         default in any case. (#64489)
2303
2304         * gtk/gtklabel.c (gtk_label_class_init): Fix default
2305         for wrap property to FALSE.
2306
2307 2001-11-19  jacob berkman  <jacob@ximian.com>
2308
2309         * gtk/Makefile.am (gtk_extra_sources): add gtkmarshal.list
2310
2311 Mon Nov 19 13:56:45 2001  Owen Taylor  <otaylor@redhat.com>
2312
2313         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): Use 
2314         RevertToParent, not RevertToNone. (#64613, 
2315         Matthias Clasen)
2316
2317 Mon Nov 19 12:28:02 2001  Owen Taylor  <otaylor@redhat.com>
2318
2319         * gtk/gtkframe.c (gtk_frame_class_init): label_xalign
2320         and label_yalign need to be float properties to
2321         correspond to GTK+-1.2, to gtk_frame_set_label_align,
2322         and to the types of the xalign and yalign properties of GtkMisc.
2323         (#63484, Vitaly Tishkov)
2324
2325 Mon Nov 19 12:24:30 2001  Owen Taylor  <otaylor@redhat.com>
2326
2327         * gtk/gtksocket.h (struct _GtkSocketClass): Fix return
2328         of plug_added vfunc. (#64408, Jeff Franks)
2329
2330 Mon Nov 19 12:07:20 2001  Owen Taylor  <otaylor@redhat.com>
2331
2332         * configure.in (deps): Undef HAVE_STDLIB_H before
2333         checking for jpeg, because jconfig.h has this
2334         in it too (%#$@!). Fix from Matthias Clasen, #64500.
2335
2336 Mon Nov 19 11:30:03 2001  Owen Taylor  <otaylor@redhat.com>
2337
2338         * gdk/x11/gdkproperty-x11.c (get_atom_name): Fix a 
2339         memory leak when retrieving atom names. (Michael Meeks,
2340         #64508)
2341
2342 2001-11-18  Alex Larsson  <alexl@redhat.com>
2343
2344         * gdk/x11/gdkfont-x11.c (gdk_font_from_description):
2345         Update to new Pango API.
2346         
2347 Sun Nov 18 19:47:29 2001  Owen Taylor  <otaylor@redhat.com>
2348
2349         * gtk/gtkobject.h docs/Changes-2.0.txt: Rename the
2350         GTK_DESTROYED flag to GTK_IN_DESTRUCTION, remove the
2351         GTK_OBJECT_DESTROYED() check macro.
2352
2353         * gtk/gtkbindings.c (gtk_bindings_activate): Remove
2354         instances of GTK_OBJECT_DESTROYED() that weren't
2355         needed any more.
2356
2357         * gtk/gtkdialog.c: Exchange use of GTK_OBJECT_DESTROYED
2358         for a connection to ::destroy.
2359
2360 Sun Nov 18 18:18:11 2001  Owen Taylor  <otaylor@redhat.com>
2361
2362         * gtk/gtkfixed.c: Make a NO_WINDOW widget, as it should
2363         have been since the beginning, but as special hack,
2364         allow clearing the NO_WINDOW flag to get a window widget.
2365
2366 Sun Nov 18 22:01:36  Kristian Rietveld  <kristian@planet.nl>
2367
2368         * gtk/gtktreestore.c: return TRUE when value changed, so
2369         row_changed is being emitted
2370
2371 2001-11-18  Hans Breuer  <hans@breuer.org>
2372
2373         * gtk/gdkaccelmap.c : make it compile with msvc: !HAVE_UNISTD_H;
2374         no label without op, even if it's a no-op.
2375
2376         * gtk/gtk.def :
2377         * gtk/makefile.msc.in : reflect marshaler split, some clean-up  
2378
2379         * config.h.win32.in : remove definition of HAVE_DIRENT_H
2380         * gtk/gtkfilesel.c : due to GDir (new in glib) DIR isn't
2381         required anymore, replace it.
2382         * gtk/queryimmodules.c : DIR -> GDir replacement, also
2383         getcwd() -> g_get_current_dir()
2384
2385         * gdk/win32/gdkgeometry-win32.c : adapt to refactored gdkgeometry-x11.c
2386         Even 'noisy laugh' scolling appears to work, though I still can't
2387         claim to have fully understood what it is supposed to do ...
2388
2389 Sat Nov 17 21:07:46 2001  Owen Taylor  <otaylor@redhat.com>
2390
2391         * gtk/gtkenums.h: Include glib-object.h instead of
2392         gobject/gsignal.h
2393
2394         * gdk/{gdkinternals.h,gdkwindow.c,gdkwindow.[ch],
2395           x11,{fb,win32,x11/gdkwindow-*.c}: Add a dummy GdkScreen
2396         argument to the window_at_pointer() field of
2397         GdkPointerHooks. (Patch from Erwann Chenede)
2398
2399         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Up
2400         to 6 pointers.
2401
2402 2001-11-17  Matt Wilson  <msw@redhat.com>
2403
2404         * gtk/gtkenums.h: must include glib-object.h only
2405
2406 Sat Nov 17 19:26:20 2001  Owen Taylor  <otaylor@redhat.com>
2407
2408         * gtk/gtkwindow.c (gtk_window_key_press_event): Reprioritize
2409         key bindings in order of visibility - mnemonics, then 
2410         accelerators, then send key to the focus widget, then
2411         bindings on the GtkWindow.
2412
2413         * gtk/gtklayout.h docs/Changes-2.0.txt tests/testgtk.c: 
2414         Removed the xoffset, yoffset fields of GtkLayout which were
2415         identically zero for compat with 1.2, but were no longer 
2416         compatible with all uses of these fields in 1.2.
2417
2418         * gtk/gtkwindow.c (gtk_window_set_default): Remove 
2419         unused variable.
2420
2421 Sat Nov 17 19:08:13 2001  Owen Taylor  <otaylor@redhat.com>
2422
2423         * tests/testtreeview.c (gtk_tree_model_types_get_type): 
2424         We no longer need to create the signals here ... they
2425         come from the interface.
2426
2427         * gtk/maketypes.awk: Use GType, not GtkType in output.
2428
2429         * gtk/gtktypeutils.h: Mark virtually all of this
2430         file deprecated.
2431
2432         * gtk/gtkcontainer.h: Deprecate gtk_container_foreach_full;
2433         the only use of this function is the GtkArg using
2434         GtkCallbackMarshal, since destroy notification is
2435         silly here.
2436
2437 Sat Nov 17 18:26:45 2001  Owen Taylor  <otaylor@redhat.com>
2438
2439         * gtk/Makefile.am gtk/gtkmarshal.list gtk/gtkmarshalers.list
2440         gtk/*.c gtk/gtksignal.h: Make gtkmarshal.list/gtkmarshal.h
2441         only for compatibility with GTK+-1.2; and deprecate it; 
2442         put all marshalers we actually use into gtkmarshalers.list 
2443         and use the _gtk_marshal_ prefix for these marshalers.
2444
2445 2001-11-17  Murray Cumming  <murrayc@usa.net>
2446
2447         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init):
2448         The first parameters of the signals are now registered as
2449         GTK_TYPE_TEXT_TAG instead of G_TYPE_OBJECT.
2450         
2451 2001-11-17  Tor Lillqvist  <tml@iki.fi>
2452
2453         * gtk-zip.sh.in: Build separate runtime and developer
2454         packages.
2455
2456         * gtk/gtk.def: Reflect recent accelerator-related changes.
2457
2458 Fri Nov 16 19:44:35 2001  Owen Taylor  <otaylor@redhat.com>
2459
2460         * gtk/gtkwindow.c (gtk_window_set_default): Move 
2461         notification of "has_default" to here, so it
2462         is safe to call gtk_window_set_default() instead
2463         of gtk_widget_grab_default().
2464
2465         * gtk/gtkwindow.c (gtk_window_set_focus): Make it call
2466         gtk_widget_grab_focus(), which then calls 
2467         _gtk_widget_internal_set_focus(). This makes 
2468         gtk_window_set_focus() a safe way of both setting
2469         and unsetting the focus widget.
2470
2471         * gtk/gtkwidget.c (gtk_widget_propagate_state): Use
2472         gtk_widget_get_toplevel(), instead of gtk_widget_ancestor
2473         to find the toplevel.
2474
2475         * gtk/gtkwindow.h: Move gtk_window_set_focus/default
2476         from the "internal functions" section.
2477
2478 2001-11-16  jacob berkman  <jacob@ximian.com>
2479
2480         * tests/testgtk.c (create_radio_buttons): add some no-indicator
2481         radio buttons
2482
2483         * gtk/gtkradiobutton.c (gtk_radio_button_init): since we are
2484         initially active, also initially be depressed
2485         (gtk_radio_button_clicked): also update our depressed state
2486
2487 Thu Nov 15 12:54:36 2001  Owen Taylor  <otaylor@redhat.com>
2488
2489         * gtk/gtkwindow.c (gtk_window_key_press_event): Propagate
2490         key press events not just to focus/window but also to
2491         intermediate widgets.
2492
2493         * gtk/gtknotebook.c: Handle Ctrl-PageUp/Ctrl-PageDown
2494         to switch pages. (Needs some work on handling focus
2495         when switching pages.)
2496
2497 Fri Nov 16 14:06:31 2001  Owen Taylor  <otaylor@redhat.com>
2498
2499         * gtk/gtknotebook.c: Fix child allocations to be relative to 
2500         widget position and some drawing bugs.
2501
2502         * gtk/gtkmenuitem.c (gtk_menu_item_paint): Fix problem
2503         with reading uninitialized variable.
2504
2505 Fri Nov 16 00:16:40 2001  Owen Taylor  <otaylor@redhat.com>
2506
2507         * gtk/{gtkmenuitem.[ch],gtkcheckmenuitem.c,gtkimagemenuitem.c,
2508         gtkradiomenuitem.c,gtktearoffmenuitem.c}: Make Menu items
2509         NO_WINDOW widgets.
2510
2511         * gtk/gtk{h,v,}paned.[ch]: Make NO_WINDOW widgets, some
2512         cleanup.
2513
2514         * gtk/gtkstyle.c (gtk_default_draw_handle): Don't assume
2515         we are drawing in a window when drawing the paned handle.
2516
2517 2001-11-16  Sven Neumann  <sven@gimp.org>
2518
2519         * demos/gtk-demo/appwindow.c
2520         * demos/gtk-demo/menus.c: reduce compiler warnings
2521
2522 Thu Nov 15 19:47:09 2001  Owen Taylor  <otaylor@redhat.com>
2523
2524         * demos/gtk-demo/main.c (button_press_event_cb): Remove 
2525         unused callback to make things compile with 
2526         gtk_tree_view_path_at_pos_change().
2527
2528 Thu Nov 15 18:44:33 2001  Jonathan Blandford  <jrb@redhat.com>
2529
2530         * gtk/gtktreedatalist.c (_gtk_tree_data_list_free): maybe fix #64160
2531
2532 2001-11-15  Matthias Clasen  <matthiasc@poet.de>
2533
2534         * gtk/gtkwindow.c (gtk_window_new): Move '.' out of quote. (#64407)
2535  
2536 Thu Nov 15 16:24:55 2001  Jonathan Blandford  <jrb@redhat.com>
2537
2538         * gtk/gtktreeview.c (gtk_tree_view_get_bin_window): New function
2539         to get a GdkWindow to compare event->window to.
2540
2541         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_left_right): emit
2542         the signal for lateral motion too, #64361
2543
2544         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): remove window
2545         arg as it is useless, #64137
2546
2547 Thu Nov 15 16:07:42 2001  Owen Taylor  <otaylor@redhat.com>
2548
2549         * gtk/gtknotebook.c: Some small drawing fixes for scroll arrows.
2550
2551 Thu Nov 15 14:19:34 2001  Owen Taylor  <otaylor@redhat.com>
2552  
2553         * gdk/gdkwindow.c (gdk_window_invalidate_maybe_recurse): Cal
2554         gdk_window_invalidate_maybe_recurse() for recursion.
2555         (Soeren Sandmann)
2556
2557         * gtk/gtkviewport.c: Make !redraw_on_allocate. (Soeren Sandmann)
2558  
2559         * gtk/gtkcontainer.c (gtk_container_expose): Call
2560         gtk_container_forall() not _foreach() to propagate,
2561         since we need to propagate exposes to internal children
2562         as well.
2563
2564         * gtk/gtkwidget.c (gtk_widget_set_events, gtk_widget_add_events): 
2565         Remove the restriction of only being able to call these
2566         on window widgets, since we have lots of NO_WINDOW widgets
2567         with windows now; for add events, recurse over the children
2568         of widget->window to find one owned by the widget.
2569
2570         * gtk/gtkbutton.[ch]: Make a NO_WINDOW widget, using an input-only
2571         window to catch events.
2572
2573         * gtk/gtktogglebutton.[ch]: Remove the code for switching
2574         between NO_WINDOW and WINDOW widgets based on the mode.
2575
2576         * gtk/gtkcheckbutton.c gtk/gtkoptionmenu.c gtk/gtkclist.c
2577         gtk/gtktreeview.c: Adopt to NO_WINDOW change for GtkButton.
2578
2579         * gtk/gtkrange.[ch]: Make into a NO_WINDOW widget.
2580
2581         * gtk/gtkhscale.c, gtk/gtkvscale.c: Adopt to NO_WINDOW
2582         change for range.
2583
2584         * gtk/gtknotebook.[ch]: Make into a NO_WINDOW widget.
2585  
2586         * docs/Changes-2.0.txt: Add a note about the NO_WINDOW changes.
2587
2588 Thu Nov 15 11:59:35 2001  Owen Taylor  <otaylor@redhat.com>
2589
2590         * gtk/gtkmessagedialog.c: Patch from Murray Cumming to add
2591         "message_type" and "buttons" CONSTRUCT properties. (#64069)
2592
2593         * tests/testsocket.c: Expand tests to add a "local passive
2594         child" (Test case for #64428)
2595
2596 2001-11-14  jacob berkman  <jacob@ximian.com>
2597
2598         * gtk/gtkgamma.c (button_clicked_callback): create the label with
2599         a mnemonic
2600
2601 2001-11-15  Sven Neumann  <sven@gimp.org>
2602
2603         * tests/testgtk.c: make it compile without warnings.
2604
2605 2001-11-14  Alex Larsson  <alexl@redhat.com>
2606
2607         * gtk/gtklabel.c:
2608         Don't recalculate the layout on each gkt_label_ensure_layout () for
2609         wrapped labels.
2610
2611 Wed Nov 14 17:40:23 2001  Jonathan Blandford  <jrb@redhat.com>
2612
2613         * gtk/gtktreeview.c (gtk_tree_view_get_expander_column): Return
2614         the currently selected column when we get the column, #64380
2615
2616         * gtk/gtkentry.c (gtk_cell_editable_key_press_event): Handle Esc
2617         to cancel CellRendererText editting, #63613
2618
2619         * gtk/gtkcellrenderertext.c: ditto
2620
2621         * gtk/gtkcellrenderertext.h: formatting changes
2622
2623 2001-11-14  Matthias Clasen  <matthiasc@poet.de>
2624
2625         * gtk/gtkbutton.c (gtk_button_get_label): Rearrange docs (#64566)
2626
2627         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): Typo fix (#64474)
2628
2629         * gtk/gtkruler.c (gtk_ruler_get_metric): Typo fix (#64470)
2630
2631         * gtk/gtknotebook.c (gtk_notebook_prepend_page): Typo fix (#64467)
2632
2633         * gtk/gtklabel.c: Documentation fixes (#64452)
2634
2635 2001-11-14  Daniel Egger  <degger@fhm.edu>
2636
2637         * gdk-pixbuf/io-xpm.c: 
2638         (xpm_skip_whitespaces): Remove unused static function.
2639         (xpm_skip_string): Dito.        
2640         (xpm_extract_color): Declare const variable const to avoid warnings. 
2641
2642         * gtk/gtkfixed.c: (gtk_fixed_map): Remove unused static function.
2643         
2644         * gtk/gtkplug.c: #if 0'ed prototype for #if 0'ed code.
2645         
2646         * gtk/gtksocket.c: Change type of mask to g_message to %ld for 
2647         a long.
2648
2649 Wed Nov 14 15:14:48 2001  Owen Taylor  <otaylor@redhat.com>
2650
2651         * gtk/gtkcontainer.c (gtk_container_idle_sizer): Back
2652         out accidental commit of debugging timing code.
2653
2654 2001-11-14  Havoc Pennington  <hp@redhat.com>
2655
2656         * gtk/gtktextview.c (gtk_text_view_move_cursor): fix Control-E so
2657         it doesn't move to a new line each time you press it
2658
2659         * gtk/gtktextiter.c (gtk_text_iter_forward_to_line_end): fix
2660         return value, #62987
2661
2662 2001-11-14  Havoc Pennington  <hp@redhat.com>
2663
2664         * tests/testtextbuffer.c (main): bulk of the tests were commented
2665         out, oops.
2666
2667         * gtk/gtktextiter.c (find_paragraph_delimiter_for_line): make this 
2668         function work, should resolve #63426
2669         (gtk_text_iter_ends_line): return TRUE for the end iterator
2670
2671         * gtk/gtktextiter.h: put padding back in GtkTextIter, I thought of
2672         a couple things that might get cached in here.
2673
2674 Tue Nov 13 21:00:59 2001  Jonathan Blandford  <jrb@redhat.com>
2675
2676         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_class_init): new
2677         "model" construct property for language bindings.
2678
2679         * gtk/gtktreestore.c (gtk_tree_store_set_column_types): New
2680         function to let you set the column types of a GtkTreeStore for
2681         language bindings.
2682
2683         * gtk/gtkliststore.c (gtk_list_store_set_column_types): ditto.
2684
2685 2001-11-13  Havoc Pennington  <hp@redhat.com>
2686
2687         * gtk/gtktextview.c (gtk_text_view_add_child_in_window): docs
2688         including reference to bugzilla bug about how we should have 
2689         a better way of positioning children
2690
2691         * gtk/gtktextview.h (struct _GtkTextViewClass): add some padding
2692
2693         * gtk/gtktextview.c (gtk_text_view_size_allocate): assign zero
2694         size to side rects if they don't exist, #63438
2695
2696 2001-11-13  Havoc Pennington  <hp@redhat.com>
2697
2698         * gtk/gtktextview.c (gtk_text_view_key_press_event): fix to
2699         properly replace selection with Return or Tab
2700
2701         * gtk/gtktextdisplay.c (gtk_text_layout_draw): fix broken code
2702         that didn't locate the end of the line correctly, should fix #63800
2703
2704 2001-11-13  Havoc Pennington  <hp@redhat.com>
2705
2706         * gtk/gtktextview.c (gtk_text_view_size_request): add border width
2707         to requisition, request non-anchored children
2708         (gtk_text_view_size_allocate): handle border width, allocate
2709         non-anchored children
2710         (text_view_child_new_window): set the child as object data
2711         (gtk_text_view_move_child): allow children at negative
2712         coordinates, no reason why not
2713         (gtk_text_view_forall): make it copy the list of children before
2714         walking it, to avoid reentrancy issues  
2715         (gtk_text_view_move_child): short-circuit if position is unchanged
2716         (changed_handler): only queue_resize if requisition has changed
2717         (gtk_text_view_init): don't redraw_on_allocate, since we can do 
2718         a better job of invalidation ourselves
2719
2720         * tests/testtext.c: add tests for the fixed-position children
2721
2722 Tue Nov 13 19:51:43 2001  Tim Janik  <timj@gtk.org>
2723
2724         * gtk/gtkwindow.c (handle_accels_changed): protect idle handle
2725         with gdk threads macro.
2726
2727 Mon Nov 12 23:08:37 2001  Tim Janik  <timj@gtk.org>
2728
2729         * gtk/maketypes.awk: fix type utils generation on unix.
2730
2731         * gtk/gtkaccelmap.[hc]: new files, implementing a global accelerator
2732         registry.
2733
2734         * gtk/gtkaccelgroup.[hc]: major API/implementation revamp:
2735         removed GTK_ACCEL_SIGNAL_VISIBLE, gtk_accel_group_get_default,
2736         gtk_accel_group_get_entry, gtk_accel_group_(un)lock_entry,
2737         gtk_accel_group_add/remove, gtk_accel_group_handle_add/remove,
2738         gtk_accel_group_create_add/remove, gtk_accel_group_entries_from_object.
2739         introduced ::accel_changed signal for change notification, and
2740         gtk_accel_group_connect/disconnect to connect closures to accel groups.
2741         made gtk_accel_group_attach/detach and gtk_accel_group_activate private
2742         functions.
2743         deprecated gtk_accel_group_ref/unref.
2744
2745         * gtk/gtkaccellabel.[hc]: changes to make accellabels pay attention
2746         to accel group changed notification and basically operate on closures.
2747         removed gtk_accel_label_get_accel_object and
2748         gtk_accel_label_set_accel_object.
2749         introduced gtk_accel_label_set_accel_closure, and for convenience,
2750         gtk_accel_label_set_accel_widget.
2751
2752         * gtk/gtkitemfactory.[hc]: removed accelerator propagation code
2753         which mostly moved into gtkaccelmap.[hc].
2754         removed gtk_item_factory_parse_rc*, gtk_item_factory_dump_*
2755         and gtk_item_factory_print_func.
2756
2757         * gtk/gtkmain.c: call _gtk_accel_map_init().
2758
2759         * gtk/gtkmenuitem.[hc]: introduced gtk_menu_item_set_accel_path(),
2760         that associates an accelerator path with menu items, through which
2761         persistent accelerator settings on menu items are enabled.
2762
2763         * gtk/gtkmenu.[hc]: added gtk_menu_set_accel_path() so accelerator
2764         paths of menu item can be default constructed to allow installation
2765         of accelerators on menu items that don't come with an accelerator
2766         binding by default.
2767
2768         * gtk/gtksettings.c: fix STRING type rc settings by special casing
2769         them appropriately in the parser.
2770
2771         * gtk/gtksignal.[hc]: allow a class function offset of 0 for
2772         gtk_signal_newv().
2773
2774         * gtk/gtkwidget.[hc]: accelerator API revamp.
2775         removed ::accelerator_add/remove signals, gtk_widget_accelerator_signal,
2776         gtk_widget_accelerators_locked, gtk_widget_remove_accelerators and
2777         gtk_widget_(un)lock_accelerators.
2778         accelerators maintained through gtk_widget_add/remove_accelerator()
2779         are not runtime changable now, the correct sequence to setup a
2780         widget for runtime changable accelerators is now:
2781           gtk_accel_map_add_entry(accel_path, key, mods);
2782           _gtk_widget_set_accel_path(widget, accel_path, accel_group);
2783
2784         * gtk/gtkwindow.[hc]: accelerator changes, proxy and coalesce accel
2785         group changes (as well as mnemonic changes) through the new signal
2786         ::accels_changed.
2787
2788 Sat Nov 10 12:08:56 2001  Tim Janik  <timj@gtk.org>
2789
2790         * gtk/gtksettings.c (_gtk_settings_parse_convert): properly handle
2791         GString->string conversions.
2792
2793 Mon Nov 12 19:33:52 2001  Owen Taylor  <otaylor@redhat.com>
2794
2795         * gtk/gtkmessagedialog.c (gtk_message_dialog_new): Warn
2796         if GTK_DIALOG_NO_SEPARATOR is passed in and ignore it.
2797
2798 2001-11-12  Matthias Clasen  <matthiasc@poet.de>
2799
2800         * gtk/gtktreeview.c: Documentation fixes. (#64377)
2801         
2802         * gtk/gtktreestore.c: Documentation fixes. (#64376)
2803
2804 2001-11-11  Matthias Clasen  <matthiasc@poet.de>
2805
2806         * gtk/gtkiconfactory.c, gtk/gtktextbuffer.c, gtk/gtktreemodel.c,
2807         gtk/gtkwindow.c, gtk/gtknotebook.c, gtk/gtkradiobutton.c, 
2808         gtk/gtktextiter.c, gtk/gtkdialog.c: Mass fixing of trivial doc bugs.  
2809         (#63544, #57007, #64141, #63472, #57108, #60818, #61562)
2810
2811 2001-11-10  Hans Breuer  <hans@breuer.org>
2812
2813         * gdk/win32/gdkevents-win32.c (gdk_event_translate) : make sure 
2814         we know what we are talking about when asked for MINMAXINFO.
2815         Also some cleaning for !HAVE_DIMM_H etc.
2816
2817 2001-11-10  Matthias Clasen  <matthiasc@poet.de>
2818
2819         * gtk/gtktreeviewcolumn.c: Fix docs for 
2820         gtk_tree_view_column_set_sort_order. (#62647)
2821         
2822         * gtk/gtkcontainer.c: Fix docs for 
2823         gtk_container_set_border_width. (#64139)
2824
2825         * gtk/gtkcolorsel.c: Documentation fixes.
2826
2827 2001-11-10  Hans Breuer  <hans@breuer.org>
2828
2829         * gtk/gtkfontsel.c : use g_strcasecmp(), some poor platforms
2830         don't have strcasecmp()
2831
2832         * gtk/gtktextview.c : to fix crashing on e.g. TextView::find need 
2833         to remove the idle funcs in gtk_text_view_destroy (). To reduce 
2834         code duplication wrap it in its own function and use it in 
2835         gtk_text_view_unrealize () and gtk_text_view_destroy_layout ()
2836
2837         * gdk/win32/gdkdrawable-win32.c : implement the finalize
2838         method like the X11 version does, allow to set_colormap NULL
2839         * gdk/win32/gdkwindow-win32.c : adapt GdkWindowImplWin32::
2840         set_colormap, also some adaption to X11 version :
2841         (gdk_window_hide) call _gdk_window_clear_update_area
2842         (gdk_window_reparent) call _gdk_window_init_position
2843
2844         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints) : 
2845         call gdk_window_resize() after all hints are set, because the
2846         window resizing process (WM_GETMINMAXINFO) takes all of them into 
2847         account
2848
2849         * gdk/win32/gdkfont-win32.c : make gdk_font_equal return a gboolean
2850
2851         * gdk/win32/gdkvisual-win32.c : register GdkVisual with 
2852         sizeof (GdkVisualPrivate)
2853
2854         * gdk/gdk.def gtk/gtk.def : upated externals
2855
2856         * gdk/makefile.msc gdk/win32/makefile.msc gdk-pixbuf/makefile.msc
2857           gdk-pixbuf/pixops/makefile.msc gtk/makefile.msc.in tests/makefile.msc :
2858         from now on use make.msc from $(TOP)/glib/build/win32
2859
2860         * gtk/stock-icons/makefile.msc : add stock_missing_image
2861
2862 2001-11-08  Tor Lillqvist  <tml@iki.fi>
2863
2864         * README.win32: Add headers. Add section about ActiveIMM.
2865
2866         * configure.in: Add --with-ie55 flag to specify the location of
2867         the "IE55 libs and headers" package downloadable from Microsoft,
2868         which contains, among other things, the Active IMM header dimm.h
2869         and UUID library uuid.lib. Use test -f instead of AC_CHECK_FILE.
2870         Require GLib 1.3.10.
2871         
2872         * config.h.win32.in: New version, produced by merging two
2873         configure-generated ones (for gcc and MSVC). Hopefully #defines
2874         the same flags that the previous, hand-written one, did.
2875
2876         * gdk/Makefile.am
2877         * gdk/win32/Makefile.am: Handle the uuid library from the IE55 lib.
2878
2879         * gdk/win32/gdkevents-win32.c: Conditionalize ActiveIMM
2880         stuff. Remove unused GdkIOClosure.
2881
2882         * gdk/win32/surrogate-dimm.h: Remove, use real dimm.h instead (if
2883         available).
2884
2885         * gdk/win32/libie55uuid.la: New file, handwritten libtool wrapper
2886         for uuid.lib. (Does it really have to be this hard to use an
2887         existing library with libtool? Probably I am missing something.)
2888
2889 2001-11-08  Darin Adler  <darin@bentspoon.com>
2890
2891         * gtk/gtklabel.c: (gtk_label_ensure_layout): Fix an obvious
2892         typo where it says LEFT instead of CENTER.
2893
2894 2001-11-07  Darin Adler  <darin@bentspoon.com>
2895
2896         * gtk/gtkdialog.c: (gtk_dialog_set_response_sensitive),
2897         (gtk_dialog_set_default_response): Add g_return_if_fail.
2898
2899 Mon Nov  5 22:34:29 2001  Owen Taylor  <otaylor@redhat.com>
2900
2901         * gtk/gtktreednd.[ch] (struct _GtkTreeDragSourceIface): 
2902         Add row_draggable() vfunc, and wrapper function.
2903
2904         * gtk/gtktreednd.[ch] (struct _GtkTreeDragDestIface): Make
2905         row_drop_possible take a GtkSelectionData, rather than
2906         model/row pair.
2907
2908         * gtk/gtktreestore.c gtk/gtkliststore.c: Update for 
2909         new DND interfaces.
2910
2911         * gtk/gtktreeview.[ch]: Remove the row_draggable_func
2912         location_dropable_func from gtk_tree_view_set_rows_drag_source/dest.
2913         and rename them to enable_model_drag_source/dest.
2914
2915         * gtk/treeviewcolumn.c: Add DND of columns between rows.
2916         Still can't drop _to_ the left tree, but other places
2917         work.
2918
2919         * gtk/gtktreeview.c (unset_reorderable): Unset the
2920         reorderable property if unset/enable_model_drag_source/dest
2921         are called manually.
2922
2923         * gtk/gtktreestore.c (gtk_tree_store_row_drop_possible): 
2924         Correct for change in depth count handling.
2925
2926         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon):
2927         Pass in a expose area to gtk_tree_view_column_cell_render()
2928
2929 2001-11-06  Havoc Pennington  <hp@redhat.com>
2930
2931         * demos/gtk-demo/textview.c (easter_egg_callback): wacky easter egg
2932
2933 Tue Nov  6 10:13:16 2001  Owen Taylor  <otaylor@redhat.com>
2934
2935         * gdk/x11/gdkgc-x11.c: Fix misplaced HAVE_XFT.
2936
2937 2001-11-05  Havoc Pennington  <hp@redhat.com>
2938
2939         * gtk/gtktextview.c (gtk_text_view_paint): expose the child
2940         widgets in here
2941         (gtk_text_view_realize): set parent window of child widgets
2942         (gtk_text_view_size_request): use child req to decide whether
2943         to invalidate layout, not widget->requisition
2944
2945         * gtk/gtktextdisplay.c (render_layout_line): set
2946         shaped_width_pixels for NULL shape objects, so that we properly
2947         draw the "missing pixbuf/widget" thing
2948         (render_layout_line): don't draw the widget here
2949         (gtk_text_layout_draw): pass out a list of widgets that need exposing
2950
2951         * demos/gtk-demo/textview.c (insert_text): add demo of child
2952         widgets
2953
2954         * gtk/gtktextlayout.c (add_child_attrs): remove debug spew
2955
2956         * gtk/gtktextdisplay.c (render_layout_line): remove debug spew
2957
2958         * gtk/gtktextview.c (gtk_text_view_update_child_allocation): add
2959         scroll offsets
2960         (gtk_text_view_value_changed): poke new X and Y into child allocations
2961
2962 2001-11-06  Tor Lillqvist  <tml@iki.fi>
2963
2964         * gtk/gtkmain.c (find_module): Do search GTK_BINARY_VERSION
2965         -specific directory on Windows, too (#63759).
2966
2967 Mon Nov  5 12:46:44 2001  Owen Taylor  <otaylor@redhat.com>
2968
2969         * gdk/x11/gdkdrawable-x11.[ch] gdk/x11/gdkgc-x11.c
2970         gdk/x11/gdkpixmap-x11.c gdk/x11/gdkprivate-x11.h
2971         gdk/x11/gdkwindow-x11.c: Redo Xft support to go
2972         directly to Picture objects instead of using XftDraw.
2973         This fixes the problem where we weren't able to 
2974         properly destroy XftDraw objects before destroying
2975         the accompanying windows, and probably improves
2976         efficiency a bit too. (#50214)
2977
2978 Mon Nov  5 10:01:49 2001  Owen Taylor  <otaylor@redhat.com>
2979
2980         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): 
2981         Clamp max window width/height to 32767, not 32768 since
2982         we have to be able to deal with a dx/y of -32768 without
2983         getting a width of 65536 when guffaw scrolling.
2984
2985         * gdk/x11/gdkgeometry-x11.c: Implement gdk_window_scroll()
2986         for the guffaw scrolling case, fixing some problems with
2987         copy-area case as well. Fix BadValue bug with moving windows
2988         by large amounts.
2989
2990         * gdk/x11/gdkgeometry-x11.c (gdk_window_clip_changed): Update
2991         clip in window structue before calling gdk_window_invalidate_region
2992         since that trims new invalidations to the window's visible
2993         region.
2994
2995         * gdk/x11/gdkwindow-x11.c (gdk_window_set_static_gravities): 
2996         Really set the static window gravity on the children, not
2997         repeatedly on the window.
2998
2999         * gtk/testgtk.c: Add a torture test for big windows and 
3000         gdk_window_scroll().
3001
3002 Sun Nov  4 17:36:08 2001  Manish Singh  <yosh@gimp.org>
3003
3004         * acconfig.h configure.in: sigsetjmp is macroized in some places,
3005         so use AC_TRY_LINK instead of AC_CHECK_FUNCS for the check.
3006
3007 Sun Nov  4 19:16:23 2001  Owen Taylor  <otaylor@redhat.com>
3008
3009         * gdk/gdkcolor.c (gdk_color_parse): Implement gdk_color_parse()
3010         in terms of pango_color_parse().
3011
3012         * gdk/{linux-fb,win32,x11}/gdkcolor-*.c: Remove port-specific
3013         gdk_color_parse() implementations.
3014
3015 Sun Nov  4 18:39:43 2001  Owen Taylor  <otaylor@redhat.com>
3016
3017         * gtk/gtksizegroup.c (gtk_size_group_set_mode): 
3018         queue_resize_on_group with both the old and new mode, not
3019         just the new mode. (#60171, Nicolas Setton). Also, notify
3020         the "mode" property.
3021         
3022 Sun Nov  4 16:02:08 2001  Owen Taylor  <otaylor@redhat.com>
3023
3024         * gdk/gdkwindow.[ch]: Add a function gdk_window_invalidate_maybe_recurse() 
3025         for use in "shallow invalidation" of a widget. (Windows belonging
3026         to the widget, but not to the widget's children)
3027
3028         * gtk/gtkprivate.h gtk/gtkwidget.c gtk/gtksizegroup.c: Add private
3029         flags GTK_ALLOC_NEEDED, GTK_REQUEST_NEEDED.  These flags are set
3030         up on ancestors up to the resize container on queue_resize. Size
3031         requests only actually take place if GTK_REQUEST_NEEDED, size
3032         allocations only take place if GTK_ALLOC_NEEDED or the size
3033         changed.
3034
3035         * gtk/gtkcontainer.c gtk/gtkwidget.c: Remove
3036         container->resize_widgets and the RESIZE_NEEDED flag since the
3037         above flags are sufficient to figure out what needs to be
3038         resized/reallocated. Remove code manipulating
3039         container->resize_widget.
3040
3041         * gtk/gtkwidget.[ch]: Add gtk_widget_set_redraw_on_alloc(); this
3042         allows widgets to turn off being automatically invalidated is when
3043         they are resized.
3044
3045         * gtk/gtkwidget.[ch] (gtk_widget_size_allocate): Invalidation when
3046         a widget is resized or moved is "shallow" as described above -
3047         only the windows that need to be invalidated are invalidated.
3048
3049         * gtk/gtkbox.c gtk/gtktable.c gtk/gtkalignment.c docs/Changes-2.0.txt: 
3050         Make these widget's init functions call 
3051         gtk_widget_set_redraw_on_allocate(widget,FALSE).
3052
3053         * gtk/gtkwindow.c (gtk_window_configure_event): Call 
3054         _gtk_container_queue_resize(), since we don't want
3055         redrawing. (Probably could be done for other 
3056         calls to gtk_widget_queue_resize() in gtkwindow.c,
3057         but this is the most important one.)
3058
3059         * gtk/gtkwindow.c (gtk_window_move_resize): Don't call
3060         gtk_widget_queue_draw() - size_allocate() handles
3061         that as appropriate.
3062
3063         * gtk/gtkframe.c (gtk_frame_size_allocate): Invalidate instead
3064         of queue_clear() to avoid invalidating children.
3065
3066 2001-11-04  jacob berkman  <jacob@ximian.com>
3067
3068         * gtk/gtkmain.c (find_module): don't free the module name until
3069         after we load the module
3070
3071 Sat Nov  3 13:57:21 2001  Owen Taylor  <otaylor@redhat.com>
3072  
3073         * gtk/gtkctree.c: Convert GTK_TYPE_CTREE_NODE to pointer
3074         derivation instead of boxed derivation.
3075  
3076         * gtk/gtkmarshal.list: Remove some now unused marshallers.
3077  
3078 2001-11-04  Tor Lillqvist  <tml@iki.fi>
3079
3080         * gtk/gtkimmodule.c: Can't include gtkprivate.h (I added the
3081         include yesterday, without really thinking), as that defeats the
3082         working of correct_libdir_prefix() (it becomes a no-op.). Add
3083         comment mentioning that. Thanks to Hans Breuer for noticing.
3084         
3085 2001-11-03  Daniel Elstner  <daniel.elstner@gmx.net>
3086
3087         * gtk/gtkwindow.h (frame_event): Use GtkWindow* as first
3088         signal argument (was GtkWidget*).
3089
3090         * gtk/gtkwindow.c (gtk_window_frame_event),
3091           gtk/gtkwindow-decorate.c (gtk_decorated_window_frame_event):
3092         Fixed argument types as above, removed GTK_WINDOW casts and
3093         added some GTK_WIDGET casts instead.
3094
3095 2001-11-03  Hans Breuer  <hans@breuer.org>
3096
3097         * gtk/gtkfilesel.c (gtk_file_selection_finalize) : chain
3098         finalize to parent class to get removed from the toplevel_list.
3099         Should fix 'random' crashes of #63474.
3100
3101         * gtk/gtktreemodelsort.c : chain finalize() to parent class
3102
3103 2001-11-03  Tor Lillqvist  <tml@iki.fi>
3104
3105         * modules/input/Makefile.am: Use -no-undefined on Windows. Look
3106         for .dll or .so as appropriate as module suffix.
3107
3108         * gtk-zip.sh.in: Use correct import library names.
3109
3110         * gtk/gtk.def: Add a couple of missing entry points. (#63585)
3111
3112         * gtk/gtkimmodule.c (correct_libdir_prefix): New function, used on
3113         Windows to turn build-time paths from a gtk.immodules distributed
3114         as part of a binary package into runtime ones in the
3115         end-user-chosen installation directory.
3116         (gtk_im_module_init): Use it for module path and domain
3117         directory.
3118
3119 2001-11-02  Tor Lillqvist  <tml@iki.fi>
3120
3121         * gtk/gtkrc.c (gtk_rc_make_default_dir): Fix typo: extraneous
3122         comma.  Include gtkprivate.h for GTK_LIBDIR etc definitions on
3123         Windows.
3124
3125 2001-10-30  Tor Lillqvist  <tml@iki.fi>
3126
3127         * Makefile (install-data-hook): Use cp, not $(LN_S) on the .pc
3128         files. Configure on Win32 (running on Cygwin) thinks symlinks
3129         exist, but pkg-config is not necesarily a Cygwin program, and
3130         doesn't understand them.
3131
3132 Fri Nov  2 16:45:17 2001  Jonathan Blandford  <jrb@redhat.com>
3133
3134         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Clean up height code
3135         a bit.  I don't think it's completely correct yet, but it's
3136         getting there.
3137
3138 Fri Nov  2 16:14:15 2001  Owen Taylor  <otaylor@redhat.com>
3139
3140         * gtk/gtkviewport.c (gtk_viewport_size_request): Remove
3141         random + 5 for width and height. If people want padding,
3142         they should add padding. (Note the +5 isn't padding
3143         that will always appear - it just appears in the case
3144         where the widget is allocated it's requisition.)
3145         (#51018, Janet Davis)
3146
3147 Fri Nov  2 15:53:23 2001  Owen Taylor  <otaylor@redhat.com>
3148
3149         * gtk/gtkimcontext.h (struct _GtkIMContextClass): Pad
3150         the structure for future expansion.
3151
3152 Fri Nov  2 15:30:34 2001  Owen Taylor  <otaylor@redhat.com>
3153
3154         Patch from HideToshi Tajima (#51922)
3155         
3156         * gtk/gtkimmulticontext.c: Proxy set_use_preedit().
3157
3158         * gtk/modules/input/gtkimcontextxim.[ch]: Implement
3159         set_use_preedit().
3160         
3161         * gtk/modules/input/gtkimcontextxim.[ch]: If we have
3162         to destroy the input context because we change the
3163         client window or use_preedit, make sure we empty
3164         the preedit string.
3165
3166 Fri Nov  2 14:55:53 2001  Owen Taylor  <otaylor@redhat.com>
3167
3168         * gtk/{gtkcolorseldialog.c,gtkfilesel.c,gtkfontsel.c,
3169         gtkgamma.c,gtkmessagedialog.c}: Go to the GUP
3170         proposed ordering of buttons with [OK] in the lower
3171         right hand corner. Patch from Gregory Merchan,
3172         #56331.
3173
3174 Fri Nov  2 11:51:49 2001  Jonathan Blandford  <jrb@redhat.com>
3175
3176         * gtk/gtklabel.c (gtk_label_select_region_index): remove
3177         extraneous gtk_label_clear_layout (label)
3178
3179 2001-11-02  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
3180
3181         * tests/makefile.msc, gtk/makefile.msc.in: Removed
3182         -DGTK_DISABLE_COMPAT_H.
3183
3184         * docs/Changes-2.0.txt:
3185         s/GDK_DISABLE_COMPAT_H/GDK_DISABLE_DEPRECATED/
3186
3187         * gtk/gtkcompat.h.in, gdk/gdkcompat.h: Removed from CVS.
3188
3189 Fri Nov  2 10:21:03 2001  Owen Taylor  <otaylor@redhat.com>
3190
3191         * examples/**/Makefile.am: Convert to use pkg-config
3192         rather than gtk-config. (#53375, Skip Montanaro)
3193
3194 2001-11-02  Matt Wilson  <msw@redhat.com>
3195
3196         * gtk/gtkdialog.c (find_child_by_response_id): remove totally
3197         broken unused, non-compiling, static function.
3198
3199 Fri Nov  2 08:17:06 2001  Owen Taylor  <otaylor@redhat.com>
3200
3201         * gtk/gtkdialog.c (gtk_dialog_set_response_sensitive): 
3202         Iterate through children of the action area, not of
3203         the vbox. (#58278, Sergey Kuzminov)
3204
3205 2001-11-01  Havoc Pennington  <hp@pobox.com>
3206
3207         * gtk/gtktext.c (gtk_text_set_position): handle -1 argument in
3208         order to remove a workaround in Nautilus that forced
3209         GTK_ENABLE_BROKEN
3210
3211         * gtk/gtkwidget.c (gtk_widget_modify_style): fix typos in the docs
3212
3213 Thu Nov  1 20:09:31 2001  Owen Taylor  <otaylor@redhat.com>
3214
3215         * gtk/gtkrange.c: Patch from George Lebl to 
3216         fix division by zero for full scroll bars. (#62114)
3217
3218 Thu Nov  1 19:56:40 2001  Owen Taylor  <otaylor@redhat.com>
3219
3220         * gtk/gtkmain.c (gtk_main_do_event): ref/unref
3221         around gtk_widget_event() if we are going to
3222         set a flag afterwards. (#63464)
3223
3224 Thu Nov  1 19:44:48 2001  Owen Taylor  <otaylor@redhat.com>
3225
3226         * gtk/gtkiconfactory.c gtk/stock-icons/Makefile.am: 
3227         Actually add the missing/broken image icon as the
3228         image for the "missing image" stock icon.
3229
3230 Thu Nov  1 19:18:34 2001  Owen Taylor  <otaylor@redhat.com>
3231
3232         * demos/gtk-demo/stock_browser.c (do_stock_browser): 
3233         Set a reasonable default height for the window.
3234
3235         * demos/gtk-demo/stock_browser.c (id_to_macro): Fix
3236         bug where subsequent '-' weren't converted to '_'.
3237         (#59550, Matthias Clasen)
3238
3239         * demos/gtk-demo/appwindow.c (menu_items): Don't right 
3240         justify the Help menu - just include a comment on
3241         how to do it. (#63539,  Marius Andreiana)
3242
3243         * gtk/gtkiconfactory.c (gtk_icon_set_get_sizes): Don't 
3244         list GTK_ICON_SIZE_INVALID.
3245
3246         * demos/gtk-demo/stock_browser.c: Show the biggest available
3247         size, not a fixed size. (Often reported, including #63539, 
3248         Marius Andreiana)
3249
3250 Thu Nov  1 19:11:35 2001  Jonathan Blandford  <jrb@redhat.com>
3251
3252         * gtk/gtkrbtree.c (gtk_rbtree_reorder_fixup): Fix reorder_fixup,
3253         #59583
3254
3255         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): fix
3256         warning.
3257
3258 Thu Nov  1 16:54:00 2001  Owen Taylor  <otaylor@redhat.com>
3259
3260         * gtk/gtktypeutils.h: Make GtkFunction return boolean, not gint.
3261         (Daniel Elstner).
3262
3263 Thu Nov  1 16:20:56 2001  Owen Taylor  <otaylor@redhat.com>
3264
3265         * gtk/gtkimcontext.[ch]: Add:
3266           - A ::retrieve_surrounding signal that asks the widget for
3267             context around the insertion point.
3268           - A ::delete_surrounding signal that asks the widget to 
3269             delete context aroudn the insertion point.
3270           - gtk_im_context_set_context() for widgets to set context
3271             around the insertion point in response to ::retrieve_context.
3272           - gtk_im_context_get_context() for context to get context
3273             around the insertion point
3274
3275         * gtkmarshal.list: Add BOOL:INT,INT
3276
3277         * gtk/gtkimmulticontext.c: Proxy the get_surrounding() /
3278         set_surrounding() methods, and the ::retrieve_surrounding /
3279         ::delete_surrounding signals.
3280
3281         * gtk/gtkentry.c gtk/gtktreeview.c: Hook up to the
3282         GtkIMContext::retrieve_surrounding / ::delete_surrounding
3283         signals.
3284
3285 Thu Nov  1 15:45:04 2001  Jonathan Blandford  <jrb@redhat.com>
3286
3287         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered):
3288         it's amazing how well things work sometimes, even when they're
3289         completely wrong.
3290
3291         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
3292         where you could try to collapse a node w/o it having children.
3293
3294         (gtk_tree_view_class_init): remove Shift L<->R as they already
3295         existed for expand/collapse.
3296
3297 Thu Nov  1 12:21:31 2001  Jonathan Blandford  <jrb@redhat.com>
3298
3299         * gtk/gtktreeview.c (gtk_tree_view_focus_to_cursor): Fix crash
3300         found by Matt Wilson.
3301
3302 Thu Nov  1 00:44:50 2001  Jonathan Blandford  <jrb@redhat.com>
3303
3304         * gtk/gtktreeview.c (gtk_tree_view_class_init): Support Shift,
3305         Control, and Shift|Control L<->R, #63475
3306
3307 Wed Oct 31 18:53:51 2001  Jonathan Blandford  <jrb@redhat.com>
3308
3309         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): fix
3310         infinite loop noticed by yosh.
3311
3312 2001-11-01  Michael Meeks  <michael@ximian.com>
3313
3314         * gtk/gtksocket.c (gtk_socket_unrealize): unset the
3315         GTK_REALIZED flag so we don't re-enter when we are
3316         destroyed from the plug side.
3317
3318 Wed Oct 31 18:23:47 2001  Owen Taylor  <otaylor@redhat.com>
3319
3320         * gtk/gtkoptionmenu.c (gtk_option_menu_detacher): 
3321         Add a "menu" property and notify on it. (#62798,
3322         Padraig O'Briain)
3323
3324         * gtk/gtkselection.[ch] gtk/{gtkentry.c, gtkfilesel.c,
3325         gtkoldeditable.c, gtktextbuffer.c, gtktextview.c}: 
3326         Fix set_text to take a gchar, not a guchar, and to have 
3327         a len argument.
3328
3329 Wed Oct 31 15:31:13 2001  Manish Singh  <yosh@gimp.org>
3330
3331         * gtk/gtkstock.c: fix typo to make it compile
3332
3333 Wed Oct 31 17:27:20 2001  Jonathan Blandford  <jrb@redhat.com>
3334
3335         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): if
3336         the widget is insensitive, draw the text insensitively, #63306
3337
3338 2001-10-31  Matthias Clasen  <matthiasc@poet.de>
3339
3340         * gtk/gtkstock.c: Add stock items for most stock icons. (#61757)
3341
3342 Wed Oct 31 16:53:48 2001  Jonathan Blandford  <jrb@redhat.com>
3343
3344         * gtk/gtktreednd.c (gtk_tree_set_row_drag_data): rename
3345         gtk_selection_data_set_tree_row, #60218
3346         (gtk_tree_get_row_drag_data): rename
3347         gtk_selection_data_get_tree_row, #60218
3348
3349         * gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): Actually
3350         get this right, after the third try, #63122.
3351
3352 2001-10-31  jacob berkman  <jacob@ximian.com>
3353
3354         * gdk/gdkselection.h (GDK_TARGET_STRING): 
3355         (GDK_SELECTION_TYPE_STRING): these should be 31, not 3.  Hooray
3356         for Xatoms (and not using the XA_* macros)!
3357
3358 Wed Oct 31 15:38:14 2001  Owen Taylor  <otaylor@redhat.com>
3359
3360         * gtk/gtkwindow.[ch] (gtk_window_get_focus): Add a
3361         gtk_window_get_focus() getter to determine the currently
3362         focused widget within the window. (#63145, request
3363         from Damian Ivereigh)
3364
3365 Wed Oct 31 14:45:08 2001  Jonathan Blandford  <jrb@redhat.com>
3366
3367         * gtk/gtkenums.h (enum): Add GTK_SELECTION_NONE enum, #61695
3368
3369         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): Handle new
3370         GTK_SELECTION_NONE enum.
3371         (_gtk_tree_selection_internal_select_node): ditto
3372
3373         * gtk/gtkcellrenderer.h (struct _GtkCellRendererClass): add
3374         constness.
3375
3376         * gtk/gtkcellrenderertoggle.c: more yummy constness.
3377
3378         * gtk/gtkclist.c (gtk_clist_set_selection_mode): g_return_if_fail
3379         if mode == GTK_SELECTION_NONE
3380
3381 Wed Oct 31 14:05:17 2001  Jonathan Blandford  <jrb@redhat.com>
3382
3383         * gtk/gtktreeview.c (gtk_tree_view_class_init): Added a
3384         "cursor_changed" signal, #62850.
3385
3386 2001-10-31  Matt Wilson  <msw@redhat.com>
3387
3388         * gtk/gtktreedatalist.c (_gtk_tree_data_list_alloc): after
3389         allocating the treedatalist, zero it to make sure the values are
3390         cleared from any garbage that was in this chunk.
3391
3392 2001-10-31  Murray Cumming  <murrayc@usa.net>
3393
3394         * gtk/cellrenderertext.h: "edited" default signal handler
3395         gchar* args are now const.
3396         gtk/cellrenderertoggle.h: "toggled" default signal handler
3397         gchar* arg is now const.
3398         Also changed other signal handlers for "edited" and "toggled" to
3399         have the same signature.
3400
3401 Tue Oct 30 19:17:57 2001  Jonathan Blandford  <jrb@redhat.com>
3402
3403         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_sort_level): massize
3404         rewrite.  Static models now totally work.  I'm not 100% sure about
3405         row_inserted and row_changed, but I'll get those later.
3406
3407 2001-10-30  Sven Neumann  <sven@gimp.org>
3408
3409         * configure.in: use GLIB_AC_DIVERT_BEFORE_HELP() so we get proper
3410         output for configure --help.
3411
3412 2001-10-30  Havoc Pennington  <hp@pobox.com>
3413
3414         * gtk/gtktextview.c (changed_handler): Update the IM spot location
3415         here, if text was invalidated in the visible area, because the
3416         scroll offset doesn't normally change in that case, and the mark
3417         isn't set, just implicitly moved over as text is added/removed
3418         
3419 Mon Oct 29 19:18:35 2001  Jonathan Blandford  <jrb@redhat.com>
3420
3421         * gtk/gtkseparatormenuitem.c: Code cleanup.
3422         (gtk_separator_menu_item_class_init): Fix bugs in this code.
3423
3424 2001-10-29  jacob berkman  <jacob@ximian.com>
3425
3426         * gdk/Makefile.am (LDFLAGS): 
3427         * gtk/Makefile.am (LDFLAGS): automake doesn't support conditionalized
3428         LDFLAGS, so put win32 flags in here
3429
3430 Mon Oct 29 15:41:58 2001  Jonathan Blandford  <jrb@redhat.com>
3431
3432         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_sort_level): Darn.
3433         I can't believe this took this long to fix.
3434
3435 Mon Oct 29 13:54:49 2001  Jonathan Blandford  <jrb@redhat.com>
3436
3437         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered): fix
3438         reordered signal.
3439
3440 Mon Oct 29 12:27:51 2001  Owen Taylor  <otaylor@redhat.com>
3441
3442         * gtk/gtkfilesel.c (gtk_file_selection_rename_file): Grab
3443         the focus to the fileop entry for create dir / rename
3444         file. (#62838)
3445
3446 Mon Oct 29 12:21:49 2001  Owen Taylor  <otaylor@redhat.com>
3447
3448         * configure.in: Don't use AC_CHECK_FILE to check for a 
3449         file since it always spits warnings about cross compilation,
3450         use -f instead. It's not like we cross compile properly
3451         anyways.
3452
3453         * configure.in (gtktargetlib): Move call to AC_PROG_CC
3454         to suppress autoconf warning.
3455
3456         * acconfig.h: Add some missing #undefs from recent
3457         Win32 additions.
3458
3459 Mon Oct 29 11:31:40 2001  Owen Taylor  <otaylor@redhat.com>
3460
3461         * m4macros/gtk-2.0.m4: Don't try to use pkg-config
3462         when we didn't find it. (#62944, Eric Lemings)
3463
3464         * m4macros/gtk-2.0.m4: Fix problem with spaces around =
3465         sign in assignment. (#63209, Arkadiusz Miskiewicz)
3466
3467 2001-10-29  Anders Carlsson  <andersca@gnu.org>
3468
3469         * gtk/gtktreeview.c (gtk_tree_view_size_request): Calculate
3470         the buttons size request before using it. Fixes #61696.
3471
3472 2001-10-29  Tor Lillqvist  <tml@iki.fi>
3473
3474         * README.win32: Updates.
3475
3476         * gtk-zip.sh.in: New file, used to build distribution package for
3477         Windows.
3478
3479         * gdk/gdkglobals.c: Mark gdk_threads_mutex for DLL export when
3480         applicable with GDKVAR.
3481
3482         * gdk/win32/libwntab32x.la: New file, hand-written wrapper for the
3483         Wintab library.
3484
3485         * gdk/win32/gdkwin32.h
3486         * gdk/win32/gdkprivate-win32.h: Reorganise to match corresponding
3487         X11 headers better, and to enable gdkwin32.h to be installed and
3488         included from applications, but not the *-win32.h headers.
3489
3490         * gdk/win32/*.c: Corresponding small changes, simplifications of
3491         #includes.
3492         
3493         * gdk/win32/gdkregion-win32.c: Remove.
3494
3495         * gdk/win32/gdkevents-win32.c (print_event): Add GDK_SETTING.
3496
3497         * gdk/win32/gdkfont-win32.c
3498         * gdk/win32/gdkgeometry-win32.c: Remove unused variables.
3499
3500         * gdk/win32/gdkproperty-win32.c (gdk_atom_intern): Don't insert
3501         GDK_NONE values into hash table.
3502
3503         * gtk/gtk.def: Update.
3504
3505         * gtk/gtkfilesel.c: Include <winsock.h> (if available) for
3506         gethostname().
3507
3508         * gtk/gtkmain.c 
3509         * gtk/gtkrc.c: (Win32) Save actual DLL name for later use in DLL
3510         entry function. Avoid hardcoded paths GTK_LIBDIR, GTK_SYSCONFDIR,
3511         GTK_DATA_PREFIX and GTK_LOCALEDIR, instead add functions that call
3512         g_win32_get_package_installation_subdirectory() with the actual
3513         DLL name saved above. Redefine above directory name macros to call
3514         these functions. Remove some ifdefs.
3515
3516         * gtk/maketypes.awk: Output GTKTYPEBUILTINS_VAR (that marks
3517         variable for export on Win32) also to the _vars file.
3518
3519         Changes for autoconfiscated build on Win32, and addition of Win32
3520         backend to the related files:
3521         
3522         * configure.in: Like in GLib, set LT_CURRENT_MINUS_AGE for use
3523         when forming DLL name in some files. Set MS_LIB_AVAILABLE is
3524         lib.exe is available. Call AC_LIBTOOL_WIN32_DLL. Set
3525         PLATFORM_WIN32, OS_WIN32 and USE_WIN32 automake conditionals. Add
3526         win32 target, using pangowin32. Don't use the
3527         -export-symbols-regex option on Win32, we use .def files to list
3528         exported symbols. Check <winsock.h> (for gethostname() in
3529         gtkfilesel.c). Enclose nested AC_CHECK_* macros in brackets to
3530         prevent premature m4 expansion.
3531
3532         * acconfig.h: Add HAVE_WINTAB.
3533
3534         * gdk/Makefile.am: Add libgdk-win32-1.3.la target and associated
3535         macros and rules. Use -no-undefined on Win32. Use gdk.def file. If
3536         MS_LIB_AVAILABLE, build MS import library. Install the import
3537         libraries. If HAVE_WINTAB, link with the Wintab library.
3538
3539         * gdk/win32/Makefile.am: Actually enable building the win32
3540         objects here, not just list all files in EXTRA_DIST. Link in the
3541         compiled resource file from rc/gdk-win32res.lo. If HAVE_WINTAB,
3542         copy the Wintab library into the .libs directory. 
3543
3544         * gdk/win32/gdkwindow-win32.c (RegisterGdkClass): Don't assume the
3545         name of the GDK DLL when fetching the icon. Use the HMODULE saved
3546         in gdk_dll_hinstance by DllMain.
3547
3548         * gdk/win32/rc/Makefile.am: Build gdk-win32res.lo using the
3549         build/win32/lt-compile-resource script.
3550
3551         * gdk/win32/rc/gdk.rc.in
3552         * gtk/gtk-win32.rc.in: Use the DLL name that libtool would use.
3553
3554         * gtk/Makefile.am: Add libgtk-win32-1.3.la target and associated
3555         macros and rules. Use -no-undefined on Win32. Use gtk-win32.def
3556         file. Install import libraries.
3557
3558 2001-10-29  Anders Carlsson  <andersca@gnu.org>
3559
3560         * gtk/gtkiconfactory.c (get_default_icons): Fix build.
3561
3562 2001-10-28  Hans Breuer  <hans@breuer.org>
3563
3564         * gdk/gdk.c gdk/gdkevents.c
3565           gdk/win32/gdkcolor-win32.c gdk/win32/gdkdnd-win32.c
3566           gdk/win32/gdkdrawable-win32.c gdk/win32/gdkevents-win32.c
3567           gdk/win32/gdkfont-win32.c gdk/win32/gdkgc-win32.c
3568           gdk/win32/gdkim-win32.c gdk/win32/gdkmain-win32.c
3569           gdk/win32/gdkprivate-win32.h gdk/win32/gdkproperty-win32.c
3570           gdk/win32/gdkselection-win32.c gdk/win32/gdkwin32.h
3571           gdk/win32/gdkwindow-win32.c gdk/win32/gdkwindow-win32.h :
3572         static correct-ness, underscore prefixing of library internal 
3573         functions
3574         (applied the undisputed and the win32 part. Of the latter 
3575          I'm probably the one who will change it back again, if Owen
3576          decides that the Gdk*Impl types should not be private to Gdk)
3577
3578         * gdk/gdk.def : added the remaining exported functions
3579
3580 2001-10-28  Matthias Clasen  <matthiasc@poet.de>
3581
3582         * gtk/gtkcellrenderertoggle.c, gtk/gtkimcontextsimple.c,
3583         gtk/gtkimmulticontext.c, gtk/gtkimagemenuitem.c,
3584         gtk/gtkiconfactory.c, gtk/gtkwindow.c: Documentation updates.
3585
3586 2001-10-28  jacob berkman  <jacob@ximian.com>
3587
3588         * gtk/gtkcolorsel.c (gtk_color_selection_class_init): do not call
3589         gtk_settings_get_default() here as that requires an X connection
3590         (which breaks doc building with no X connection) and is not
3591         multihead safe
3592         (gtk_color_selection_init): delay palette loading until realize
3593         time
3594         (gtk_color_selection_realize): load the palette, and initialize
3595         the global palette if it hasn't been already
3596
3597         * gtk/gtkpreview.c (gtk_preview_class_init): don't initialize the
3598         visual/cmap fields of klass->info since they are gone
3599         (gtk_preview_get_visual): just return gdk_rgb_get_visual ()
3600         (gtk_preview_get_cmap): just return gdk_rgb_get_colormap ()
3601         (gtk_preview_realize): don't set VISUAL and COLORMAP attributes
3602
3603         * gtk/gtkpreview.h (struct _GtkPreviewInfo): remove visual and
3604         cmap fields
3605         (gtk_preview_get_visual):
3606         (gtk_preview_get_cmap): mark as deprecated
3607
3608         * docs/Changes-2.0.txt: add a little note about the GtkPreviewInfo
3609         changes
3610
3611 Sun Oct 28 09:15:39 2001  Owen Taylor  <otaylor@redhat.com>
3612
3613         * gtk/gtkimcontext.h (struct _GtkIMContext): Fixed
3614         structure to have GObject not GtkObject as
3615         parent_instance. (Jeff Franks.)
3616
3617 2001-10-27  Matthias Clasen  <matthiasc@poet.de>
3618
3619         * gdk/x11/gdkinput.c: Typo fix.
3620
3621 2001-10-26  Havoc Pennington  <hp@pobox.com>
3622
3623         * gtk/gtktextview.c (gtk_text_view_mark_set_handler): Call
3624         update_im_spot_location here explicitly
3625         (gtk_text_view_reset_im_context): don't update the spot location
3626         here
3627
3628 2001-10-27  Anders Carlsson  <andersca@gnu.org>
3629
3630         * gtk/gtktreemodel.c (gtk_tree_model_get): Fix typo in docs.
3631         This fixes #62942.
3632
3633         * gtk/gtkspinbutton.c (gtk_spin_button_new_with_range): 
3634         Clarify that we're returning a spin button in the _new function.
3635         This fixes #54097.
3636         
3637 Fri Oct 26 20:55:57 2001  Owen Taylor  <otaylor@redhat.com>
3638
3639         * gtk/gtkbutton.c: Revert changes to GTK_RUN_LAST. 
3640         Unfortunately, people apparently erroneously connect
3641         to ::clicked for GtkToggleButton and expect
3642         they know what happened in the default signal handler
3643         instead of appropriately connecting to notification
3644         signal ::toggled. When the revolution comes, such
3645         people will be first against the wall.
3646
3647         We'll just have to go back to the old less-reliable
3648         set-it-back hacks for handling model-view check
3649         buttons and radio buttons. :-(. 
3650
3651 2001-10-27  Hans Breuer  <hans@breuer.org>
3652
3653         * gtk/gtkbbox.c gtk/gtkctree.c gtk/gtkhbbox.c
3654           gtk/gtkimmulticontext.c gtk/gtklabel.c gtk/gtkliststore.c
3655           gtk/gtkmenu.c gtk/gtkpaned.c gtk/gtkrc.c gtk/gtkscale.c
3656           gtk/gtkstyle.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
3657           gtk/gtktexttag.c gtk/gtktexttagtable.c gtk/gtktextview.c
3658           gtk/gtktreestore.c gtk/gtkvbbox.c : 
3659         to simplify parsing for exported functions:
3660         - made implementation signature static, when the local 
3661           prototype already was
3662         - put the functions return value on it's own line
3663         - added as space between the function name and the 
3664           opening bracket
3665
3666         * gtk/gtk.def : added the remaining exported functions
3667
3668 2001-10-27  Anders Carlsson  <andersca@gnu.org>
3669
3670         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width): 
3671         Add note about width having to be greater than 0. This fixes
3672         #55574. 
3673
3674         * gtk/gtktextiter.c (gtk_text_iter_backward_sentence_start): 
3675         Fix docs to say previous instead of next.
3676         (gtk_text_iter_backward_word_start): Likewise.
3677         This fixes bug #62980.
3678
3679         * gtk/gtkcontainer.c (gtk_container_set_border_width): Mention
3680         that the valid width is in range 0-65535 pixels. Fixes bug 
3681         #56754.
3682
3683         * gtk/gtksizegroup.c (gtk_size_group_set_mode): Remove
3684         a dot in the documentation. Fixes bug #62632.
3685
3686         * gdk/x11/gdkmain-x11.c: Replace int and guint with
3687         long and gulong in some places to make the code 64-bit
3688         clean.
3689         (_gdk_windowing_init_check): Replace gint with gulong.
3690         This patch was made by George Lebl and fixes bug #62113.
3691
3692         * tests/testgtk.c (create_range_controls): Don't set a 
3693         fixed height on the hscale widget. This fixes "bug" 
3694         #55840.
3695         (create_window_states): Set up destroy signals so that
3696         all windows will be destroyed when one is. This fixes 
3697         bug #58133.
3698
3699 2001-10-26  Anders Carlsson  <andersca@gnu.org>
3700
3701         * gtk/gtktreeview.c: 
3702         (gtk_tree_view_class_init): Create new "indent_expander"
3703         style property.
3704
3705         (gtk_tree_view_get_arrow_xrange): Add a tree argument
3706         to the function since the xrange can change depending
3707         on where in the tree we are. 
3708         
3709         (coords_are_over_arrow): Update function call to
3710         gtk_tree_view_get_arrow_xrange.
3711         (gtk_tree_view_draw_arrow): Likewise.
3712         
3713         (gtk_tree_view_real_expand_collapse_cursor_row):
3714         Call real_{expand|collapse}_row, so that we'll have an
3715         animation.
3716
3717 Fri Oct 26 20:13:36 2001  Kristian Rietveld  <kristian@planet.nl>
3718
3719         * tests/Makefile.am: fixed a small typo
3720
3721 Fri Oct 26 18:27:11 2001  Kristian Rietveld  <kristian@planet.nl>
3722
3723         * demos/gtk-demo/list_store.c (create_model): Anders
3724         Carlsson suggested to use G_N_ELEMENTS here
3725
3726 2001-10-26  Sven Neumann  <sven@gimp.org>
3727
3728         * gtk/gtkbutton.[ch]
3729         * gtk/gtkdnd.c: fixed inline comments
3730         
3731         * gtk/gtkgamma.c: gtk_entry_get_text() returns a const gchar.
3732
3733 2001-10-26  Hans Breuer  <hans@breuer.org>
3734
3735         * gdk-pixbuf/gdk_pixbuf.def : 
3736         * gdk/gdk.def : 
3737         * gtk/gtk.def : updated externals
3738
3739         * gdk/win32/gdkpixmap-win32.c : removed duplicate of
3740         gdk_window_lookup implementation. It already was in
3741         gdk/win32/gdkwindow-win32.c
3742
3743         * gdk/win32/gdkproperty-win32.c : made it compile again
3744         after GdkAtom API change
3745
3746         * gtk/gtk/makefile.msc.in : updated
3747
3748 Wed Oct 24 11:36:33 2001  Owen Taylor  <otaylor@redhat.com>
3749
3750         * configure.in (GTK_MICRO_VERSION): Version 1.3.10,
3751         require GLib 1.3.10.
3752
3753         * NEWS: updates.
3754
3755 Thu Oct 25 16:27:29 2001  Jonathan Blandford  <jrb@redhat.com>
3756
3757         * gtk/gtkrbtree.c (_gtk_rbnode_rotate_left): Add support for
3758         invalid nodes.
3759          (_gtk_rbnode_rotate_right): Ditto.
3760          (_gtk_rbtree_node_mark_invalid): New function.
3761          (_gtk_rbtree_node_mark_valid): New function.
3762
3763         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_class_init): We're a
3764         GObject, not a GtkObject.
3765         (gtk_tree_model_sort_row_has_child_toggled): Rewrote to be more
3766         correct.
3767         (gtk_tree_model_sort_row_deleted): ditto.
3768         (gtk_tree_model_sort_{un,}ref_node): Fix.
3769
3770         * gtk/gtktreeview.c: Protean incremental reflow support (commented
3771         out)
3772
3773         * gtk/gtktreeview.h (GtkTreeViewSearchEqualFunc): change char *key
3774         to const char *key.
3775
3776         * gtk/gtktreemodel.c (gtk_tree_row_reference_unref_path_helper):
3777         Important 1 line fix to fix a lot of refcounting woes.
3778
3779 2001-10-25  Matt Wilson  <msw@redhat.com>
3780
3781         * gtk/gtktextview.c (gtk_text_view_destroy): call
3782         gtk_text_view_destroy_layout after gtk_text_view_set_buffer (which
3783         now invalidates) so that we remove our idle functions.
3784         (gtk_text_view_destroy_layout): remove the first_validate_idle as
3785         well.
3786
3787         * gtk/gtktexttag.c (gtk_text_tag_class_init): the valid range for
3788         the 'indent' property is G_MININT to G_MAXINT.  Don't use
3789         -G_MAXINT for the minimum of the 'rise' property, use G_MININT
3790         instead.
3791
3792 2001-10-24  Anders Carlsson  <andersca@gnu.org>
3793
3794         * gtk/gtktreeview.c: 
3795         (gtk_tree_view_real_expand_row): add an animate argument
3796         (gtk_tree_view_real_collapse_row): likewise
3797         
3798         (gtk_tree_view_button_press), (gtk_tree_view_button_release), 
3799         (gtk_tree_view_collapse_all), (gtk_tree_view_expand_row),
3800         (gtk_tree_view_collapse_row): update functions that call
3801         real_{expand|collapse}_row to set the animate argument 
3802         accordingly.
3803         
3804 2001-10-24  Alex Larsson  <alexl@redhat.com>
3805
3806         * gdk/linux-fb/gdkfont-fb.c:
3807         Update to new Pango APIs
3808
3809         * gdk/linux-fb/gdkproperty-fb.c:
3810         Update to new GdkAtom APIs
3811
3812         * gdk/linux-fb/gdkwindow-fb.c:
3813         Remove warnings
3814
3815 Mon Oct 22 20:07:21 2001  Jonathan Blandford  <jrb@redhat.com>
3816
3817         * gtk/gtktreestore.c (gtk_tree_store_prepend): Fix docs, #62808
3818
3819 Wed Oct 24 22:54:07 2001  Kristian Rietveld  <kristian@planet.nl>
3820
3821         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_row_inserted): treat
3822         s_path as a child path
3823
3824 Wed Oct 24 20:29:47 2001  Kristian Rietveld  <kristian@planet.nl>
3825
3826         * gtk/gtktreemodelsort.c: more changes in an attempt to get
3827         it right. It's not yet ready for general consumption.
3828
3829         * tests/treestoretest.c: add a button and entry for the new
3830         iter_change function
3831         (iter_change): new function, to test
3832         the row_changed signal implementation of the GtkTreeModelSort
3833
3834         * tests/testtreesort.c: cleanups, changes to test more features
3835         of the GtkTreeModelSort at once
3836
3837 2001-10-24  Havoc Pennington  <hp@redhat.com>
3838
3839         * gtk/gtktextbuffer.c (clipboard_clipboard_buffer_received):
3840         remove hack to strip off the bogus newline, since we killed the
3841         bogus newline; fixes #61779
3842
3843 2001-10-24  Havoc Pennington  <hp@redhat.com>
3844
3845         * gtk/gtktextview.c (gtk_text_view_update_adjustments): don't
3846         create layout if we didn't have one
3847         (gtk_text_view_set_buffer): invalidate so we get the idle handlers
3848         as appropriate, avoids blanking the screen 
3849         (gtk_text_view_invalidate): new function to do invalidation,
3850         containing old guts of invalidated_handler
3851
3852 Wed Oct 24 10:29:47 2001  Owen Taylor  <otaylor@redhat.com>
3853
3854         * gtk/gtkalignment.c (gtk_alignment_class_init): Improve
3855         dreadful tooltips.
3856
3857 Tue Oct 23 17:31:42 2001  Owen Taylor  <otaylor@redhat.com>
3858
3859         * gdk/x11/gdkwindow-x11.c gdk/win32/gdkwindow-win32.c: Always 
3860         set window->parent (except or the root window itself); if 
3861         the window's parent is not a GdkWindow, or is a window of 
3862         type GDK_WINDOW_FOREIGN, set window->parent to the root parent.
3863
3864         * gdk/gdkwindow.c (gdk_window_get_toplevels): Don't include
3865         windows of type GDK_WINDOW_FOREIGN.
3866
3867 2001-10-24  Havoc Pennington  <hp@pobox.com>
3868
3869         * gtk/gtktextiter.c (gtk_text_iter_backward_chars): if we move to
3870         the front of a segment, use the "slow" technique for moving
3871         backward, so we don't mess up the any_segment field in the iter. 
3872         Fixes #57707
3873
3874         * tests/testtextbuffer.c: add code to detect #57707, to avoid
3875         regression
3876
3877 2001-10-23  Havoc Pennington  <hp@redhat.com>
3878
3879         * gtk/gtktextview.c (popup_targets_received): only sensitize Cut
3880         if selection contains some editable text, #60975
3881         (gtk_text_view_scroll_to_iter): remove warning about scrolling
3882         prior to map; it should actually be OK to do so in many cases, 
3883         it would be nice to warn about scrolling when many lines have
3884         height 0, but I don't know what to do about that. Perhaps 
3885         move part of flush_scroll into this function? comment added 
3886         to consider this.
3887
3888 2001-10-23  Havoc Pennington  <hp@redhat.com>
3889
3890         * gtk/gtktextview.c (changed_handler): Correctly keep the same
3891         text on the top of the screen, considering that the changed region
3892         may have overlapped the first paragraph. Should fix msw's "text
3893         widget scrolled to wrong place on map" bug, and probably some
3894         other scrolling cases as well.
3895         (gtk_text_view_set_scroll_adjustments): start adjustments at 0.0, 
3896         instead of some random value
3897
3898         * gtk/gtktextview.c (gtk_text_view_class_init): actually override
3899         grab_focus, so #59708 is really fixed
3900
3901 2001-10-24  Anders Carlsson  <andersca@gnu.org>
3902
3903         * gtk/gtkentry.c: (append_action_signal): Use an image menu item here
3904         (popup_targets_received): Call append_action_signal with stock items
3905         
3906         * gtk/gtklabel.c: (append_action_signal): Use an image menu item here
3907         (gtk_label_do_popup): Call append_action_signal with stock items
3908         
3909         * gtk/gtktextview.c: (append_action_signal): Use an image menu item here
3910         (popup_targets_received): Call append_action_signal with stock items
3911
3912 2001-10-23  Havoc Pennington  <hp@redhat.com>
3913
3914         * gtk/gtktextview.c (changed_handler): queue a resize here; will
3915         temporarily slow down the widget a lot, until we figure out how to
3916         optimize to avoid full redraw everytime we queue a resize.
3917
3918 2001-10-23  Havoc Pennington  <hp@redhat.com>
3919
3920         * gtk/gtktextiter.c (test_log_attrs): handle case where offset ==
3921         0 and char_len == 0, bug #61729
3922
3923 2001-10-23  Havoc Pennington  <hp@redhat.com>
3924
3925         * gtk/gtktextiter.c (gtk_text_iter_forward_cursor_positions): fix
3926         return value, #61714 (Vitaly Tishkov)
3927         (gtk_text_iter_backward_sentence_starts): ditto
3928         (gtk_text_iter_backward_word_starts): ditto
3929         (gtk_text_iter_forward_word_ends): ditto
3930         (gtk_text_iter_forward_sentence_ends): ditto
3931         (gtk_text_iter_backward_cursor_positions): ditto
3932
3933 2001-10-23  Havoc Pennington  <hp@redhat.com>
3934
3935         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_pixel): Apply
3936         fix from Dov Grobgeld, #61858
3937
3938 2001-10-23  Havoc Pennington  <hp@redhat.com>
3939
3940         * gtk/gtktextview.c (gtk_text_view_update_im_spot_location): 
3941         Update IM spot location at appropriate times, #50626
3942         (Hidetoshi Tajima)
3943
3944 2001-10-23  Havoc Pennington  <hp@redhat.com>
3945
3946         * gtk/gtktextview.c (gtk_text_view_grab_focus): scroll to cursor
3947         on grab focus, unless it's caused by button click, #59708
3948
3949 Tue Oct 23 11:53:00 2001  Owen Taylor  <otaylor@redhat.com>
3950
3951         * gtk/Makefile.am (INCLUDES): Remove G_DISABLE_CONST_RETURNS.
3952
3953         * gtk/gtkfontsel.[ch]: Make gtk_font_selection_get_font()
3954         G_CONST_RETURN. (Murray Cumming)        
3955
3956         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_preview_text):
3957         Make G_CONST_RETURN.
3958
3959         * gtk/gtkfilesel.c (open_user_dir): Fix bug with freeing
3960         results of g_get_home_dir().
3961
3962         * gtk/gtkfilesel.c: Make filesel->fileop_file a duplicated 
3963         copy. Storing the return from gtk_entry_get_text() is evil.
3964
3965         * gtk/gtkcombo.c gtk/gtkcellrenderertext.c gtk/gtkbindings.c 
3966         gtk/gtkfilesel.c gtk/gtkfontsel.c gtk/gtkimmodule.c 
3967         gtk/gtkobject.c gtk/gtkoldeditable.c gtk/gtktreedatalist.c
3968         gtk/gtksignal.c: Add const.
3969
3970         * gdk/x11/gdkkeys-x11.c (get_direction): Add missing const.
3971
3972         * gtk/gtktreeview.c: Namespace object data keys to be safe, even 
3973         if we are setting them on private widgets.
3974
3975         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search): 
3976         Duplicate entry->text before setting it as object data.
3977
3978 2001-10-22  Havoc Pennington  <hp@redhat.com>
3979
3980         * gtk/gtktextbuffer.c (gtk_text_buffer_place_cursor): don't back
3981         up a char from the end iterator, fixes #61859 ("can't put cursor
3982         at the end of the buffer")
3983
3984         * gtk/gtktextiter.c (gtk_text_iter_forward_to_line_end): fix this
3985         to work with delimiters other than newline.
3986
3987         * tests/testtextbuffer.c: add some tests for get_chars_in_line,
3988         get_bytes_in_line
3989
3990         * gtk/gtktextiter.c (gtk_text_iter_get_chars_in_line): fix for the
3991         last line, since the newline is no longer counted.
3992         (gtk_text_iter_get_bytes_in_line): ditto
3993
3994 2001-10-22  Havoc Pennington  <hp@redhat.com>
3995
3996         * gtk/gtktextbtree.c (_gtk_text_btree_insert): add assertion that 
3997         #58290 would trigger if it reappeared, I think
3998
3999 2001-10-22  Havoc Pennington  <hp@redhat.com>
4000
4001         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
4002         add temporary code to dump btree contents on assertion failure
4003         described in #62656
4004         
4005         * gtk/gtktextbtree.c (ensure_end_iter_segment): add some
4006         assertions that we're getting the right end iter segment
4007
4008         * gtk/gtktextiter.c (_gtk_text_iter_forward_indexable_segment):
4009         verify that we aren't on the end iterator after moving 
4010         forward one segment - fixes return value in an obscure case. 
4011         Also, some trivial code cleanup/rearranging.
4012         
4013 2001-10-22  Havoc Pennington  <hp@redhat.com>
4014
4015         * gtk/gtktextlayout.h: add a #error unless you define
4016         GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API, so people don't use this accidentally
4017
4018         * gtk/gtktext*.c: #define GTK_TEXT_USE_INTERNAL_UNSUPPORTED_API as appropriate.
4019         
4020 2001-10-22  Havoc Pennington  <hp@redhat.com>
4021
4022         * gtk/gtktextview.c (gtk_text_view_get_border_window_size): fix 
4023         #62365
4024
4025 2001-10-22  Havoc Pennington  <hp@redhat.com>
4026
4027         * gtk/gtktextview.c (gtk_text_view_get_window_type): fix 
4028         #62436
4029
4030 2001-10-22  Havoc Pennington  <hp@redhat.com>
4031
4032         * gtk/gtktextview.c (gtk_text_view_set_border_window_size): Fix 
4033         #62366
4034
4035 Mon Oct 22 11:47:47 2001  Owen Taylor  <otaylor@redhat.com>
4036
4037         * gtk/gtklabel.c: Add cursor-position, selection-bound 
4038         properties. (#62148, reported by Padraig O'Briain)
4039
4040         * gtk/gtkentry.c (gtk_entry_class_init): Rename text_position
4041         to cursor_position. (1.3.x addition, text_position is an awful
4042         name.) Make cursor_position read-only to avoid sticky questions
4043         of interaction with selection_bound. (#62636, reported by
4044         Padraig O'Briain)
4045
4046 Mon Oct 22 16:25:12 2001  Owen Taylor  <otaylor@redhat.com>
4047
4048         Fixing popup menus to have "Paste" sensitized correctly. Original
4049         patches from Damian Ivereigh, much mangled.
4050
4051         * gtk/gtkselection.c: Add functions gtk_selection_data_get_targets(),
4052         gtk_selection_data_targets_include_text(). (#60854)
4053
4054         * gtk/gtkclipboard.c: Add a simple do-it-all non-async "check if
4055         the clipboard has text" function gtk_clipboard_wait_is_text_available.
4056         (#60854)
4057
4058         * gtk/gtkentry.c: Only enable the paste item if the clipboard
4059         contains text. (#60973)
4060
4061         * gtk/gtktextview.c: Only enable the paste item if the clipboard
4062         contains text. (#60975)
4063
4064 2001-10-22  Havoc Pennington  <hp@redhat.com>
4065
4066         * gtk/gtktextview.c (gtk_text_view_class_init): rip out
4067         "height_lines" and "width_columns" properties, it doesn't make
4068         sense to set the size request on a text view really. #62103
4069
4070 Mon Oct 22 15:17:05 2001  Jonathan Blandford  <jrb@redhat.com>
4071
4072         * gtk/gtktreestore.c (gtk_tree_store_iter_depth): Realized
4073         g_node_depth is broken, and that it's not worth being consistent
4074         with it.
4075
4076 2001-10-22  Havoc Pennington  <hp@redhat.com>
4077
4078         * gtk/gtktextiter.c (gtk_text_iter_set_line): Clarify behavior in
4079         docs, #61777
4080         (gtk_text_iter_forward_search) (gtk_text_iter_backward_search):
4081         change the two boolean args to a flags field, so we can extend 
4082         to add case insensitive, regexp searches later. #61852
4083
4084 Mon Oct 22 15:07:17 2001  Jonathan Blandford  <jrb@redhat.com>
4085
4086         * gtk/gtktreestore.c (gtk_tree_store_iter_depth): update docs to
4087         reflect reality, #62810
4088
4089 Mon Oct 22 14:08:26 2001  Jonathan Blandford  <jrb@redhat.com>
4090
4091         * demos/gtk-demo/appwindow.c: Remove handle_box from App demo.
4092
4093         * gtk/gtktreeview.c (size_allocate): Move to a different drawing
4094         system.  Instead of having a window the size of the tree, we have
4095         a window the size of widget->allocation, and simply draw with the
4096         offset.
4097         (coords_are_over_arrow): ditto.  Move to window coordinates.
4098         (do_prelight): ditto
4099         (do_unprelight): ditto
4100
4101         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered):
4102         Minor fix from Kristian Rietveld to fix unsorted case.
4103
4104 2001-10-22  jacob berkman  <jacob@ximian.com>
4105
4106         * gtk/gtkclist.c (cell_size_request): don't cast a PIXTEXT cell to
4107         a PIXMAP cell (fixes crash when using PIXTEXT cells)
4108
4109 Sat Oct 20 18:58:25 2001  Owen Taylor  <otaylor@redhat.com>
4110
4111         * gtk/gtkentry.h: Deprecate gtk_entry_set_editable.
4112         (#58768, Vitaly Tishkov)
4113         
4114         * gtk/gtkobject.h: Deprecate with abandon. 
4115         (#61942, Vitaly Tishkov, Matthias Clasen)
4116
4117         * gtk/gtksignal.h: Deprecate everything.
4118
4119         * gtk/gtkmain.h (GTK_PRIORITY_INTERNAL): Deprecate
4120         all GTK_PRIORITY_* defines other than GKT_PRIORITY_RESIZE>
4121         (#61942, Matthias Clasen)
4122
4123         * gtk/gtkstyle.h: Deprecate gtk_draw_*. (#61140,
4124         Havoc Pennington)
4125
4126         * gtk/gtkitemfactory.h: Deprecate compat functions
4127         for GtkMenuFactory code. (#62071)
4128
4129         * gdk/gdkdrawable.h: Deprecate gdk_draw_string,
4130         gdk_draw_text,gdk_draw_text_wc. (#62071)
4131
4132 Mon Oct 22 10:12:08 2001  Owen Taylor  <otaylor@redhat.com>
4133
4134         * gdk/gdk.c docs/Changes-2.0.txt (gdk_threads_init): Don't call
4135         g_thread_init(), we don't want to link to -lgthread if we don't
4136         have to.
4137
4138 Mon Oct 22 08:51:02 2001  Owen Taylor  <otaylor@redhat.com>
4139
4140         * gdk/gdk.[ch] (gdk_threads_init) docs/Changes-2.0.txt: 
4141         Add a function, gdk_threads_init() that must be explicitely 
4142         called to enable the GDK thread mutex.
4143
4144 2001-10-22  Jakub Steiner <jimmac@ximian.com>
4145
4146         * gtk/stock-icons/stock_stop.png: no body parts
4147         
4148 Sun Oct 21 23:27:00 2001  Owen Taylor  <otaylor@redhat.com>
4149
4150         * gtk/gtkwidget.c (gtk_widget_translate_coordinates): Fix
4151         problem with g_return_if_fail return value.
4152
4153         * gdk/x11/gdkproperty-x11.c docs/Changes-2.0.txt: Move over the 
4154         virtual atom code from the gdk-multihead branch, removing the per-display
4155         part. Virtualizing atoms needs to be done now to prevent compat
4156         breakage in direct Xlib accessing code in the future. (#62208)
4157  
4158         * gdk/x11/gdkx.h: gdk/gdk/x11/gdkproperty-x11.c: Export
4159         gdk_x11_xatom_to_atom, gdk_x11_atom_to_xatom().
4160  
4161         * gdk/gdktypes.h docs/Changes-2.0.txt: Make GdkAtom
4162         an opaque pointer type so the compiler catches attempts
4163         to mingle it with X atoms.
4164
4165         * gdk/x11/{gdkdnd-x11.c,gdkevents-x11.c,gdkglobals-x11.c,
4166           gdkkeys-x11.c, gdkmain-x11.c, gdkprivate-x11.c, 
4167           gdkproperty-x11.c, gdkselection-x11.c, gdkwindow-x11.c}
4168           gtk/{gtkclist.c,gtkctree.c,gtkdnd.c,gtkplug.c,gtksocket.c}
4169           tests/testdnd.c,tests/testselection.c: 
4170         Fix up for above atom changes.
4171
4172         * gdk/gdkselection.h (GDK_SELECTION_CLIPBOARD): Add, since we
4173         now have the ability to add custom predefines.
4174
4175         * gtk/{gtkentry.c,gtklabel.c,gtkoldeditable.c,gtktextview.c}:
4176         Use GDK_SELECTION_CLIPBOARD instead of GDK_NONE in calls
4177         to gtk_clipboard_get().
4178
4179         * gdk/win32/gdkproperty-win32.c: Add CLIPBOARD, fix up
4180         for GdkAtom => pointer change.
4181
4182         * gdk/linux-fb/gdkproperty-fb.c: Fix handling of predefined
4183         atoms, fix for GdkAtom => pointer change.
4184
4185 Mon Oct 22 00:26:46 2001  Kristian Rietveld  <kristian@planet.nl>
4186
4187         * gtk/gtkspinbutton.c: remove ARROW_SIZE constant, use
4188         new function spin_button_get_arrow_size() instead.
4189
4190         * gtk/gtkstyle.c (gtk_default_draw_arrow): actual size of
4191         arrow was hardcoded, it's now variable.
4192
4193         Fixes bug #50200
4194
4195 Sat Oct 20 18:16:04 2001  Manish Singh  <yosh@gimp.org>
4196
4197         * gtk/gtktreeview.c (gtk_treeview_get_property): PROP_MODEL and
4198         PROP_EXPANDER_COLUMN can be NULL, so don't do a object cast check
4199         for those
4200
4201 Sat Oct 20 19:38:16 2001  Owen Taylor  <otaylor@redhat.com>
4202
4203         * demos/*.c demos/gdk-pixbuf/*.c: Eliminate gtk_signal_*
4204         in favor of g_signal_*, gtk_object_* in favor of 
4205         g_object_*.
4206
4207 Fri Oct 19 18:35:22 2001  Manish Singh  <yosh@gimp.org>
4208
4209         * gtk/{gtkentry.c,gtktextview.c}: since GtkIMContext derives directly
4210         from GObject now, we have to use the g_object_* functions, not
4211         gtk_object_*.
4212
4213 Fri Oct 19 22:46:54 2001  Kristian Rietveld  <kristian@planet.nl>
4214
4215         * gtk/gtktreemodelsort.[ch]: we probably have rows_reordered
4216         nailed down now (this code is not yet ready for general consumption)
4217
4218 Fri Oct 19 13:44:51 2001  Manish Singh  <yosh@gimp.org>
4219
4220         * gtk/gtktreeview.c (gtk_treeview_scroll_to_cell): correct docs
4221         for use_align
4222
4223 Fri Oct 19 15:34:06 2001  Owen Taylor  <otaylor@redhat.com>
4224
4225         * gtk/gtk.h gtk/Makefile.am: Export GtkIMContextSimple publically. (#61862)
4226
4227 Fri Oct 19 15:08:30 2001  Owen Taylor  <otaylor@redhat.com>
4228
4229         * gtk/{gtkimcontext.c,gtkimcontextsimple.c,gtkimmulticontext.c}
4230         modules/input/{gtkimcontextxim.c,imcyrillic-translit.c,iminuktitut.c,
4231         imipa.c,imthai-broken.c,imviqr.c}: Make GtkIMContext derive from
4232         GObject, not GtkObject. (#62621)
4233
4234 Fri Oct 19 12:49:12 2001  Owen Taylor  <otaylor@redhat.com>
4235
4236         * tests/testsocket.c: Remove now useless include of unistd.h,
4237         fix wrong argument gtk_socket_steal. (Hans Breuer, #58541)
4238         
4239 Fri Oct 19 12:24:32 2001  Owen Taylor  <otaylor@redhat.com>
4240
4241         * gdk/linux-fb/gdkfont-fb.c: Fix up for change to 
4242         Pango font API. #61933. (Untested, even for compilation.)
4243
4244 Fri Oct 19 11:24:58 2001  Owen Taylor  <otaylor@redhat.com>
4245
4246         * gtk/gtkmain.[ch] (gtk_disable_setlocale): Actually
4247         export gtk_disable_setlocale(). (Caught by Sven Neumann)
4248
4249 2001-10-18  Havoc Pennington  <hp@redhat.com>
4250
4251         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_lookup): fix compilation
4252
4253 2001-10-18  Havoc Pennington  <hp@redhat.com>
4254
4255         * gtk/gtkbutton.c (gtk_button_class_init): Change button signals
4256         to GTK_RUN_LAST, #50239
4257
4258 2001-10-18  HideToshi Tajima  <hidetoshi.tajima@sun.com>
4259
4260         * gtk/gtkimmodule.c (match_locale):
4261         Support "*" for all locales with least priority
4262         when to select default im module, #58201
4263
4264 2001-10-18  Matthias Clasen  <matthiasc@poet.de>
4265
4266         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): 
4267         Fix docs. (#61976)
4268  
4269         * gtk/gtkplug.c (gtk_plug_get_id) : Fix docs. (#62144)
4270
4271         * gtk/gtkliststore.c: Fix docs. (#61672, #61675)
4272
4273         * gdk/gdkwindow.h, gdk/gdkpixmap.h, gdk/x11/gdkx.h,
4274         gdk/x11/gdkwindow-x11.c, gdk/x11/gdkpixmap-x11.c,
4275         gdk/win32/gdkwin32.h, gdk/win32/gdkwindow-win32.c,
4276         gdk/win32/gdkpixmap-win32.c, gdk/linux-fb/gdkfb.h,
4277         gdk/linux-fb/gdkwindow-fb.c, gdk/linux-fb/gdkpixmap-fb.c:
4278         Add gdk_window_lookup, gdk_window_foreign_new, gdk_pixmap_lookup
4279         and gkd_pixmap_foreign_new to the gdk frontend api. (#62063)
4280
4281         * gtk/gtkselection.c: Remove gdk backend dependencies. (#62063)
4282
4283         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): 
4284         Don't restrict the width of the spinbutton entry field 
4285         to 10 digits. (#58681)
4286
4287 Thu Oct 18 14:58:14 2001  Jonathan Blandford  <jrb@redhat.com>
4288
4289         * tests/testtreeflow.c: new test program for the tree.
4290
4291 Thu Oct 18 14:22:10 2001  Jonathan Blandford  <jrb@redhat.com>
4292
4293         * gtk/gtktreestore.c (gtk_tree_store_remove): fix small bug
4294         reported by (Oleg Maiboroda), #62600
4295
4296 2001-10-18  Michael Meeks  <michael@ximian.com>
4297
4298         * gtk/gtkentry.c (gtk_entry_set_property),
4299         (gtk_entry_get_property): impl 'text'
4300         (gtk_entry_class_init): add the 'text' prop.
4301         (gtk_entry_insert_text): notify 'text' changed.
4302         (gtk_entry_delete_text): ditto.
4303
4304 2001-10-17  Matthias Clasen  <matthiasc@poet.de>
4305
4306         * gtk/gtkdnd.c, gtk/gtkclipboard.c, gdk/x11/gdkmain-x11.c:
4307         Documentation updates.
4308
4309 Wed Oct 17 15:17:20 2001  Owen Taylor  <otaylor@redhat.com>
4310
4311         * gtk/gtkentry.c (gtk_entry_real_insert_text): Fix mistake
4312         in truncating length of text to MAX_SIZE. (Found by 
4313         Padraig O'Briain, #62055)
4314
4315 Tue Oct 16 17:04:44 2001  Owen Taylor  <otaylor@redhat.com>
4316
4317         * gtk/gtkwidget.c: Rename ACTIVATE_MNEMONIC enum to
4318         MNEMONIC_ACTIVATE; signal was changed a long time
4319         ago.
4320
4321         * gdk/x11/gdkim-x11.c (_gdk_x11_initialize_locale): 
4322         Fix wrong return statement. (Reported by HideToshi
4323         Tajima and others.)
4324
4325         * gtk/gtklabel.h (struct _GtkLabelClass): Remove
4326         left over select_all vfunc.
4327
4328 Tue Oct 16 15:50:03 2001  Owen Taylor  <otaylor@redhat.com>
4329
4330         * gtk/gtkwidget.c (gtk_widget_translate_coordinates): Add
4331         a utility function to translate coordinates relative to
4332         one widget's allocation to coordinates relative to another
4333         widget's allocation.
4334
4335         * gtk/gtkradiobutton.c: Add a special ->focus() implementation
4336         that:
4337          - only accepts external focus if there is no active
4338            member of the group or the button is active.
4339          - makes arrow keys move the active button as well
4340            as the focus
4341          - make tab tab out directly.
4342         This makes a radio button group act as a single focus location.
4343         (#53577).
4344         
4345         * gtk/gtkcontainer.c (gtk_container_focus): Remove prefiltering -
4346         it was only a small optimization that didn't matter and made
4347         things more complicated.
4348
4349         * gtk/gtkcontainer.c (gtk_container_focus_tab): Get rid of custom
4350         sorter for FOCUS_TAB as we did for the other focus directions,
4351         sort by center of widgets, not upper-left corner. (Shouldn't
4352         matter in general.)
4353
4354         * gtk/gtkcontainer.c: Restructure code to remove duplicate code
4355         from the different types of focusing: encapsulate sorting the
4356         widgets for the focus direction into one routine
4357         (gtk_container_focus_sort()) and then share the work of moving the
4358         focus between the different focus directions.
4359
4360         * gtk/gtkcontainer.c: Fix bug where arrow navigation might not
4361         work correctly with focus chains containing non-immediate
4362         children. Sorting was being done using allocation coordinates for
4363         each widget in the focus chain, and if there were intermediate
4364         window-widgets, these allocations would not be in the same
4365         coordinate system.
4366
4367 Tue Oct 16 15:12:26 2001  Jonathan Blandford  <jrb@redhat.com>
4368
4369         * gtk/gtkoptionmenu.c (gtk_option_menu_mnemonic_activate): add a
4370         mnemonic_activate function to option menu.
4371
4372 2001-10-15  Murray Cumming <murrayc@usa.net>
4373
4374         * gtk/gtkinputdialog.c, gtk/gtktoolbar.c,  gtk/gtkwidget.c:
4375           Corrected the type names used in some calls to g_signal_new().
4376         
4377 Sat Oct 13 07:09:30 2001  Tim Janik  <timj@gtk.org>
4378
4379         * gtk/gtkbindings.c (gtk_binding_set_add_path): to compare pattern
4380         specs, use g_pattern_spec_equal() instead of direct field accesses.
4381         upon compressing two equal paths of the same type, the resulting
4382         priority has to be the maximum.
4383         * gtk/gtkenums.h (enum): take GTK_PATH_PRIO_MASK out of the
4384         GtkPathPriorityType enum and make it a macro.
4385
4386 2001-10-12  Matthias Clasen  <matthiasc@poet.de>
4387
4388         * gtk/gtkwidget.c: Fix some doc comments.
4389
4390 Fri Oct 12 11:39:20 2001  Joshua N Pritikin  <vishnu@pobox.com>
4391
4392         * gtk/gtktreeview.c (gtk_tree_view_get_path_at_pos): Fix to work
4393         on empty models.
4394
4395 2001-10-11  Matthias Clasen  <matthiasc@poet.de>
4396
4397         * gtk/gtkcolorsel.c, gtk/gtkwidget.c, gtk/gtktreeview.c:
4398         Remove stale gdk backend includes.
4399  
4400 2001-10-10  Michael Meeks  <michael@ximian.com>
4401
4402         * gtk/gtkcombo.c (gtk_combo_class_init): add enable_empty
4403         and value_in_list properties.
4404         (gtk_combo_set_value_in_list): notify change.
4405         (gtk_combo_set_property, gtk_combo_get_property): impl. prop.
4406
4407 2001-10-11  James Henstridge  <james@daa.com.au>
4408
4409         * configure.in: add AS=CC and ASFLAGS=CFLAGS substitutions so
4410         that gtk+ can be built with automake 1.5 while not breaking
4411         things for automake 1.4.
4412
4413 Wed Oct 10 12:48:38 2001  Owen Taylor  <otaylor@redhat.com>
4414
4415         * gtk/gtkmain.c (gtk_init_check): Call setlocale (LC_ALL, "").
4416         (#60606)
4417
4418         * gtk/gtkmain.c (gtk_disable_setlocale): Add function
4419         to disable calling setlocale (LC_ALL, "").
4420
4421         * gtk/gtkmain.c (gtk_set_locale): Indicate in the 
4422         docs that this function is not typically useful.
4423
4424         * gdk/x11/{gdkim-x11.c,gdkmain-x11.c,gdkprivate-x11.h}: 
4425         Automatically initialize GDK for the current locale
4426         on gdk_init(). Don't reset locale to C when
4427         XSupportsLocale() fails.
4428
4429         * gdk/linux-fb/gdkim-fb.c (gdk_set_locale): Remove
4430         useless checks for UTF-8 locale breakage that mattered
4431         only for X.
4432
4433         * examples/calendar/calendar.c
4434         tests/{testgtk.c,testtext.c,testcalendar.c}: Remove calls to 
4435         gtk_set_locale().
4436
4437         * gtk/gtkiconfactory.c gtk/gtkitemfactory.c:
4438         gdk_pixbuf_new_from_stream => gdk_pixbuf_new_from_inline.
4439
4440 Wed Oct 10 21:13:46 2001  Kristian Rietveld  <kristian@planet.nl>
4441
4442         * gtk/gtktreemodel.[ch]: added gtk_tree_model_get_iter_from_string().
4443
4444         Fixes bug #61904
4445
4446 Wed Oct 10 01:19:04 2001  Jonathan Blandford  <jrb@redhat.com>
4447
4448         * gtk/gtktreeselection.c (gtk_tree_selection_iter_is_selected):
4449         new function, #61923
4450         (gtk_tree_selection_path_is_selected): Ditto
4451
4452 Tue Oct  9 17:40:24 2001  Jonathan Blandford  <jrb@redhat.com>
4453
4454         * gtk/gtktreestore.c (gtk_tree_store_finalize): We're a gobject,
4455         not a GtkObject.  Thanks andersca.
4456
4457         * gtk/gtkliststore.c (gtk_list_store_finalize): ditto
4458
4459 Tue Oct  9 14:50:51 2001  Jonathan Blandford  <jrb@redhat.com>
4460
4461         * gtk/gtktreeviewcolumn.c
4462         (gtk_tree_view_model_sort_column_changed): fix broken code.
4463
4464 2001-10-08  Matthias Clasen  <matthiasc@poet.de>
4465
4466         * gtk/gtkselection.c: s/succesfully/successfully/g
4467
4468 2001-10-08  Havoc Pennington  <hp@pobox.com>
4469
4470         * demos/gtk-demo/stock_browser.c: remove unused enum
4471
4472         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
4473         pass the current selection state of the node in to the user
4474         selection func
4475
4476 2001-10-06  Matthias Clasen  <matthiasc@poet.de>
4477
4478         * gdk/x11/gdkx.h (GDK_CURSOR_XCURSOR): Replace reference to 
4479         non-existent function gdk_x11_cursor_get_xid 
4480         by gdk_x11_cursor_get_xcursor.
4481
4482 Fri Oct  5 20:50:00 2001  Jonathan Blandford  <jrb@redhat.com>
4483
4484         * gtk/gtktreestore.c (gtk_tree_store_iter_has_child): improve
4485         warning.
4486
4487         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): ref and
4488         unref nodes, #okay61676
4489
4490         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_sort): we listen
4491         to the property; no need to clear the other columns.  Also, we go
4492         to 'unsorted' if the model supports it.
4493
4494 2001-10-05  Sven Neumann  <sven@gimp.org>
4495
4496         * demos/testpixbuf-save.c
4497         * demos/testpixbuf-scale.c: simple tests for the new PNG tEXt chunk 
4498         feature.
4499
4500 Fri Oct  5 19:06:07 2001  Kristian Rietveld  <kristian@planet.nl>
4501
4502         * gtk/gtktreeview.c (gtk_tree_view_leave_notify): should
4503         destroy the search dialog
4504
4505         * gtk/gtktreeview.c (gtk_tree_view_real_start_interactive_search):
4506         added check to prevent creation of a search dialog if there's
4507         already one around
4508
4509         * gtk/gtktreeview.c: Define GTK_TREE_VIEW_SEARCH_DIALOG_KEY, and use
4510         it instead of "search-dialog" (when getting/setting the search dialog
4511         widget).
4512
4513 2001-10-05  Jakub Steiner <jimmac@ximian.com>
4514
4515         * gtk/stock-icons/stock_broken_image.png: broken images icon
4516
4517 2001-10-04  Havoc Pennington  <hp@pobox.com>
4518
4519         Fix #56586
4520         
4521         * gtk/gtksettings.c (gtk_settings_class_init): move the F10
4522         accelerator setting here...
4523
4524         * gtk/gtkmenubar.c (gtk_menu_bar_class_init): ...from over here,
4525         because we try to use it when a menu bar hasn't necessarily been 
4526         initialized.
4527
4528 2001-10-03  Havoc Pennington  <hp@redhat.com>
4529
4530         * tests/testtextbuffer.c (logical_motion_tests): fix test case, 
4531         it previously verified incorrect behavior
4532
4533         Fixes for #61565
4534         
4535         * gtk/gtktextiter.c (gtk_text_iter_set_line): don't return lines
4536         off the end
4537         (_gtk_text_btree_get_iter_at_line_char): don't return lines off
4538         the end
4539         (_gtk_text_btree_get_iter_at_line_byte): don't return lines off
4540         the end
4541         (gtk_text_iter_forward_lines): if on the last line, move to end of
4542         it
4543
4544         * gtk/gtktextbtree.c (_gtk_text_btree_last_could_contain_tag):
4545         don't return a line off the end
4546
4547 Wed Oct  3 23:47:25  Kristian Rietveld  <kristian@planet.nl>
4548
4549         * gtk/gtkeditable.[ch]: move insert_text and delete_text virtual
4550         functions to do_insert_text and do_delete_text, add signals
4551         insert_text, delete_text and changed
4552
4553         * gtk/gtkentry.[ch]: remove signals insert_text, delete_text
4554         and changed. Updates to match new situation.
4555
4556         * gtk/gtkspinbutton.c: updates to match new situation
4557
4558         * gtk/gtkoldeditable.h: remove signals changed, insert_text
4559         and delete_text
4560
4561         * gtk/gtkoldeditable.c: updates to match new situation
4562
4563         * gtk/gtktext.c: updates to match new situation
4564
4565         Fixes bug #59803
4566
4567 2001-10-03  Havoc Pennington  <hp@redhat.com>
4568
4569         * gtk/gtktextiter.c (test_log_attrs): allow testing the end 
4570         position
4571
4572         * gtk/gtktextbuffer.c (compute_log_attrs): update for pango
4573         changes
4574
4575         * tests/testtextbuffer.c (logical_motion_tests): updates
4576
4577 2001-10-03  jacob berkman  <jacob@ximian.com>
4578
4579         * gtk/gtkwidget.c (gtk_widget_style_get_property): 
4580         * gtk/gtkstyle.c (_gtk_style_peek_property_value): 
4581         * gtk/gtksettings.c (apply_queued_setting): 
4582         * gtk/gtkmain.c (gtk_init_check): 
4583         * gtk/gtkcontainer.c (gtk_container_child_get_property):
4584         s/retrive/retrieve/
4585
4586 Wed Oct  3 20:29:29 2001  Kristian Rietveld  <kristian@planet.nl>
4587
4588         * gtk/gtktreemodelsort.[ch]: preparation for surgery
4589         * tests/testtreesort.c: ditto
4590
4591 2001-10-02  Havoc Pennington  <hp@redhat.com>
4592
4593         Throughout: assorted docs
4594         
4595         * gdk/gdkwindow.h: deprecate gdk_window_set_hints(), it's broken,
4596         gdk_window_set_geometry_hints() should be used instead.
4597
4598         * gdk/gdkimage.h: deprecate gdk_image_ref, gdk_image_unref, and
4599         document them
4600
4601         * gdk/x11/gdkx.h: remove gdk_get_client_window() since it doesn't
4602         seem to exist in any .c files
4603
4604         * gdk/x11/gdkcolor-x11.c (gdk_colormap_query_color): docs, 
4605         g_return_if_fail (pixel < colormap->size).
4606
4607 Wed Oct  3 10:42:54 2001  Owen Taylor  <otaylor@redhat.com>
4608
4609         * gtk/gtkdnd.c (gtk_drag_dest_find_target): Allow
4610         NULL for @target_list to mean, use
4611         gtk_drag_dest_get_target_list (widget).
4612
4613         * gtk/gtkdnd.c (gtk_drag_finish): Fix problem where
4614         drop could hang when calling gtk_drag_finish with 
4615         success == FALSE and del == TRUE.
4616
4617         * gtk/gtkdnd.c (gtk_drag_dest_drop): Fix problem where
4618         drops without a matching target found would propagate
4619         to the parent widget rather than being rejected.
4620
4621         * gtk/gtktextview.c (gtk_text_view_drag_data_received): 
4622         Use text_view->dnd_mark instead of mark name to be
4623         consistent with the rest of the code.
4624
4625         * gtk/gtktextview.c (gtk_text_view_drag_motion): Make
4626         pendantically correct for a drop-only-in-some-places
4627         widget. (Check whether you can insert in drag_drop,
4628         not just in drag_motion ... matters in theory, and
4629         for Motif drag and drop in practice.)
4630
4631         * gtk/gtkentry.c (gtk_entry_drag_drop): Patch from 
4632         Damian Ivereigh to not allow drops on non-editable
4633         entries. (#61124)
4634
4635         * gtk/gtkentry.c (gtk_entry_motion_notify): Don't allow
4636         text to be moved from a non-editable entry.
4637         
4638 2001-10-03  James Henstridge  <james@daa.com.au>
4639
4640         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_fixed_width):
4641         s/width/fixed_width/ in order to get things to compile.
4642
4643 Wed Oct  3 00:37:09 2001  Jonathan Blandford  <jrb@redhat.com>
4644
4645         * gtk/gtkcelleditable.c: docs
4646
4647         * gtk/gtktreemodel.h: more docs.
4648
4649 2001-10-02  Havoc Pennington  <hp@redhat.com>
4650
4651         * gdk/x11/gdkwindow-x11.c: docs
4652
4653         * tests/testtextbuffer.c (logical_motion_tests): add sentence
4654         boundary tests
4655
4656 Tue Oct  2 20:18:32 2001  Kristian Rietveld  <kristian@planet.nl>
4657
4658         * demos/gtk-demo/Makefile.am: add editable_cells.c,
4659         list_store.c and tree_store.c
4660
4661         * demos/gtk-demo/appwindow.c: remove tearoff item from
4662         File menu, put menubar and toolbar in handle boxes.
4663
4664         * demos/gtk-demo/genincude.pl: various changes to support trees
4665
4666         * demos/gtk-demo/main.c: various changes to support trees
4667
4668         * demos/gtk-demo/stock_browser.c: changed name of demo
4669         to Stock Item and Icon Browser, so geninclude.pl doesn't see
4670         it as child
4671
4672         * demos/gtk-demo/editable_cells.c: new file/demo
4673         * demos/gtk-demo/list_store.c: new file/demo
4674         * demos/gtk-demo/tree_store.c: new file/demo
4675
4676 Mon Oct  1 16:05:44 2001  Owen Taylor  <otaylor@redhat.com>
4677
4678         * gtk/gtkrc.c gtk/gtksettings.c: 
4679         g_string_printfa => g_string_append_printf.
4680
4681 Mon Oct  1 16:08:23 2001  Jonathan Blandford  <jrb@redhat.com>
4682
4683         * gtk/gtkliststore.c (gtk_list_store_class_init): add a finalize
4684         and destroy handler.
4685
4686         * gtk/gtktreestore.c (gtk_list_store_class_init): ditto, #59963
4687
4688         * gtk/gtktreeview.h (struct _GtkTreeViewClass): Add
4689         'start_editing' flag to select_cursor_row.  Bug spotted by Manish
4690         Singh <yosh@gimp.org>.
4691
4692 2001-10-01  Matthias Clasen  <matthiasc@poet.de>
4693
4694         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_scanner): replace
4695         g_scanner_add/remove_symbol by g_scanner_scope_add/remove_symbol.
4696
4697         * gtk/gtkrc.c (gtk_rc_parse_any): here as well.
4698
4699 Mon Oct  1 14:07:02 2001  Jonathan Blandford  <jrb@redhat.com>
4700
4701         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): change
4702         scroll_to_cell delayed code to happen in size_allocate.
4703
4704         * gtk/gtkstyle.c (gtk_default_draw_expander): change
4705         prelight/normal arrow drawing.
4706
4707         * gtk/gtktreedatalist.c: Change compare func to use g_utf8_collate
4708
4709         * gtk/gtktreestore.c: refactor.
4710
4711 Sun Sep 30 22:15:52 2001  Manish Singh  <yosh@gimp.org>
4712
4713         * gtk/gtkcheckbutton.c (gtk_check_button_size_allocate): Applied
4714         patch from Soeren Sandmann <sandmann@daimi.au.dk>. Vertically
4715         centers the child in relation to the to indicator height.
4716
4717 Sun Sep 30 15:11:59 2001  Jonathan Blandford  <jrb@redhat.com>
4718
4719         * gtk/gtktreestore.c (gtk_tree_store_remove): Make ITERS_PERSIST
4720         correct
4721
4722 Sun Sep 30  07:01:42 2001 CEST <mikeh@bahnhof.se>
4723
4724         * gtk/gtkcellrenderertext.c: I reverted back to old "weight"
4725         property code using g_param_spec_int and changed from
4726         g_value_get_enum to g_value_get_int instead. Probably a better way
4727         to fix the problem :-)
4728
4729 Sun Sep 30  05:31:32 2001 CEST Mikael Hermansson <tyan@linux.se>
4730
4731     * gtk/gtkcellrenderertext.c changed "weight" property type from 
4732       g_param_spec_int to g_param_spec_enum.
4733
4734 Sat Sep 29 12:25:26 2001  Manish Singh  <yosh@gimp.org>
4735
4736         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): typo
4737         fix: s/Wether/Whether/ in reorderable property description
4738
4739 Thu Sep 27 16:46:36 2001  Jonathan Blandford  <jrb@redhat.com>
4740
4741         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): only
4742         start editing when you select with a keyboard.
4743
4744         (gtk_tree_view_button_press_event): much more graceful now.
4745
4746         * gtk/gtkstyle.c: Draw togglebutton better.
4747
4748 2001-09-26  Havoc Pennington  <hp@redhat.com>
4749
4750         * demos/gtk-demo/dialog.c (interactive_dialog_clicked): add demo
4751         of passing non-stock label in to gtk_dialog_new_with_buttons
4752
4753         * gtk/gtktextview.c (cursor_blinks): disable cursor blink when
4754         debugging updates
4755
4756         * gtk/gtktextiter.h: comment about how GtkTextIter struct contents
4757         are private
4758
4759         * gtk/gtkbutton.c (gtk_button_new_from_stock): if stock ID doesn't
4760         exist, fall back to mnemonic label, not plain label, bug #61184
4761         
4762 Wed Sep 26 19:48:01 2001  Jonathan Blandford  <jrb@redhat.com>
4763
4764         * gtk/gtktreestore.c (gtk_tree_store_set_valist): Stop being
4765         stupid and emitting the signal every time.
4766
4767         * gtk/gtkliststore.c (gtk_list_store_set_valist): ditto
4768
4769 Wed Sep 26 16:35:59 2001  Owen Taylor  <otaylor@redhat.com>
4770
4771        Patch from Mark McLoughlin <mark@skynet.ie> (#61233)
4772
4773        * contrib/gdk-pixbuf-xlib/Makefile.am: install
4774        gdk-pixbuf-xlib-2.0.pc.
4775
4776 Wed Sep 26 16:15:25 2001  Owen Taylor  <otaylor@redhat.com>
4777
4778         * gtk/gtknotebook.c (gtk_notebook_set_tab_label): Fix
4779         problem where menmonic wasn't removed properly when
4780         setting a label when there already is a label.
4781         Also, handle setting the tab label back to the same
4782         value. (#61160, #61161)
4783
4784         * gtk/gtkentry.c (paste_received): Patch from 
4785         Damian Ivereigh to replace selection if there is 
4786         one. (#61121)
4787
4788 2001-09-25  Darin Adler  <darin@bentspoon.com>
4789
4790         * tests/.cvsignore: Ignore new test program.
4791
4792 2001-09-25  Havoc Pennington  <hp@redhat.com>
4793
4794         * gtk/gtktextview.c: fix for #50317
4795         
4796 2001-09-25  Havoc Pennington  <hp@redhat.com>
4797
4798         * gtk/gtktextview.c (gtk_text_view_key_press_event): use 
4799         gtk_text_iter_can_insert
4800         
4801         * gtk/gtktextbuffer.c: use gtk_text_iter_can_insert
4802
4803         * gtk/gtktextiter.c (find_line_log_attrs): fixes, #57611, #57613
4804          (gtk_text_iter_can_insert): new function to fix #60282, should
4805         also fix msw's "can paste into empty buffer" bug.
4806
4807         * gtk/gtktexttag.c (gtk_text_tag_event): change type check for 
4808         "event object,"  #59091
4809
4810         * gtk/gtktextbtree.c: indentation fixes
4811
4812         * gtk/gtktextiter.c (find_by_log_attrs): fixes
4813
4814 Tue Sep 25 12:41:17 2001  Owen Taylor  <otaylor@redhat.com>
4815
4816         * configure.in: Version 1.3.9, interface age 0, binary age 0.
4817
4818         * configure.in: Require GLib-1.39, Pango 0.20, Atk 0.5.
4819
4820         * NEWS: Updates.
4821
4822 Mon Sep 24 11:59:09 2001  Owen Taylor  <otaylor@redhat.com>
4823
4824         * gtk/gtkstyle.[ch] (_gtk_draw_insertion_cursor): Shared
4825         function for drawing cursors between gtkentry/gtklabel/gtktextview.
4826         Should this be public? It has a bit of an odd interface, but
4827         custom editing widgets probably should be using it.
4828         Function will draw with wider width for taller cursors, and
4829         draws a little indicator arrow to indicate directoin for split 
4830         cursors.
4831
4832         * gtk/gtktextview.c: Add a "cursor_color" property.
4833
4834         * gtk/gtktextdisplay.[ch]: Add a cursor_gc parameter to
4835         gtk_text_layout_draw().
4836
4837         * gtk/gtkentry.c gtk/gtklabel.c gtk/gtktextdisplay.c: Use
4838         _gtk_draw_insertion_cursor().
4839
4840 Tue Sep 25 11:22:23 2001  Owen Taylor  <otaylor@redhat.com>
4841
4842         * gtk/gtkcellrenderertext.c gtk/gtktexttag.c: Restore
4843         the behavior where you could turn family_set (etc) back on
4844         and get back the values you had before.
4845
4846         * demos/gtk-demo/stock_browser.c (id_to_macro): Use
4847         g_string_ascii_up() rather than looping through the
4848         string ourself.
4849
4850 Tue Sep 25 15:32:44 2001  Jonathan Blandford  <jrb@redhat.com>
4851
4852         * gtk/gtktreeviewcolumn.c
4853         (gtk_tree_view_column_set_cell_renderer): Removed
4854         (gtk_tree_view_column_set_alignment): xalign = CLAMP (xalign, 0.0, 1.0);  Fixes 61012.
4855
4856         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): Fixed #61012
4857         Patch from Detlef Reichl
4858
4859 2001-09-25  Havoc Pennington  <hp@redhat.com>
4860
4861         * tests/testtextbuffer.c (line_separator_tests): Add tests for
4862         line separators, addresses bug #57428
4863
4864 Tue Sep 25 12:34:42 2001  Jonathan Blandford  <jrb@redhat.com>
4865
4866         * gtk/gtkentry.c: Make a GtkCellEditable
4867         (get_widget_window_size): Change to let it honor size_allocate
4868         when a CellEditable.
4869
4870         * gtk/gtktreeview.c: M-x clean-line-ends.  Lots of focus and
4871         editable changes.
4872         (gtk_tree_view_set_cursor): Now you can set the cursor
4873         horizontally, as well as start editing.
4874
4875         * gtk/gtkstyle.c (gtk_default_draw_check): changing toggle drawing
4876         code to look more like the other check buttons.
4877
4878         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_get_size):
4879         Change the way we calculate cell size.
4880
4881         * gtk/gtkmarshal.list (VOID:STRING,STRING): new marshaller.
4882
4883         * demos/gtk-demo/sizegroup.c: Add mnemonics.
4884
4885         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): Fix docs.
4886         Fix logic.
4887
4888         * gtk/gtkcellrenderertext.c: Change to be editable.
4889
4890         * gtk/gtkcellrenderertoggle.c: Change to be activatable.
4891
4892         * test/testtreesort.c: Fix misspelling
4893
4894         * test/testreecolumns.c: Add mnemonics.
4895
4896         * test/testreeedit.c: New test program.
4897
4898 2001-09-25  Havoc Pennington  <hp@pobox.com>
4899
4900         * gtk/gtkwindow.c: Put notes in gtk_window_set_has_frame(),
4901         etc. docs about how these are not going to do what you want for 
4902         the X/win32 ports. Futile attempt to avoid a FAQ...
4903
4904 2001-09-24  James Henstridge  <james@daa.com.au>
4905
4906         * gtk/gtkmarshal.list (VOID): add marshal function types.
4907
4908         * gtk/gtkctree.c (gtk_ctree_class_init): make arguments have type
4909         GTK_TYPE_CTREE_NODE|G_SIGNAL_TYPE_STATIC_SCOPE rather than
4910         GTK_TYPE_POINTER.
4911         (gtk_ctree_node_get_type): implement boxed type for GtkCTreeNodes
4912         with no-op copy/free functions.
4913
4914         * gtk/gtkctree.h (gtk_ctree_node_get_type): add prototype for
4915         GtkCTreeNode get_type function.
4916
4917 2001-09-24  Havoc Pennington  <hp@redhat.com>
4918
4919         * gtk/gtktextiter.c, gtk/gtktextbuffer.c, gtk/gtktextbtree.c,
4920         gtktextlayout.c:
4921         Get rid of the newline-that-could-not-be-deleted; buffers may 
4922         now be zero-length. Much easier to fix than expected, once 
4923         I figured out the right way to do it. However, there are 
4924         various subtle bugs introduced by this that will have to get 
4925         sorted out. Please use bugzilla.
4926
4927 Mon Sep 24 15:09:08 2001  Owen Taylor  <otaylor@redhat.com>
4928
4929         * gtk/gtkwindow.c (gtk_window_move_resize): Don't wait for a
4930         response back from the window manager if our size hasn't changed 
4931         since we won't get a response back from the window manager;
4932         there was code in there to do this, but it was in the wrong
4933         place so if the hints change and the size didn't we'd expect
4934         a response.
4935
4936         Also, optimize the position-only-changed case by running
4937         the resize queue immediately, and clean up some comments
4938         for the changes.
4939
4940 Mon Sep 24 12:48:25 2001  Owen Taylor  <otaylor@redhat.com>
4941
4942         * gtk/gtknotebook.h: Add a compat macro that got lost.
4943
4944         * gtk/gtktreestore.c: Doc fixes.
4945
4946         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix reference
4947         leak for windows that receive events after being destroyed.
4948         (#60863, Joshua N. Pritikin)
4949
4950         * gtk/gtktable.c (gtk_table_remove): Use gtk_widget_queue_resize
4951         rather than gtk_container_queue_resize().
4952
4953         * gtk/{gtkcontainer.c,gtkwidget.c,gtkwindow.c}: _gtk prefix
4954         gtk_container_queue_resize, gtk_container_queue_resize_widgets,
4955         gtk_container_child_composite_name. (#60217.)
4956
4957 2001-09-22  Hans Breuer  <hans@breuer.org>
4958
4959         * gtk/gtkmenu.h : fix compat macros for gtk_menu_<prepend|insert>
4960
4961 Sat Sep 22 16:50:34 2001  Kristian Rietveld  <kristian@planet.nl>
4962
4963         * gtk/gtktexttag.c (gtk_text_tag_set_property): (case PROP_WEIGHT):
4964         weight value should be an int
4965
4966 Sat Sep 22 15:17:41 2001  Kristian Rietveld  <kristian@planet.nl>
4967
4968         * gtk/gtkmenu.c (gtk_menu_select_item): move most code
4969         to gtk_menu_scroll_item_visible(). Only call
4970         gtk_menu_scroll_item_visible() if the menu widget has been
4971         realized. Fixes bug #55310.
4972
4973 2001-09-21  Havoc Pennington  <hp@redhat.com>
4974
4975         * gtk/gtktextview.c (gtk_text_view_key_press_event): don't pass
4976         key press to IM context if cursor isn't in an editable location;
4977         bug #58425, patch from Hidetoshi Tajima
4978
4979 2001-09-21  Havoc Pennington  <hp@redhat.com>
4980
4981         Bug #60862
4982         
4983         * gtk/gtktextbtree.c (gtk_text_btree_node_destroy): 
4984         (_gtk_text_btree_unref): fix up mark memory management
4985
4986         * gtk/gtktextmark.c (mark_segment_delete_func): ditto
4987
4988 2001-09-20  Havoc Pennington  <hp@redhat.com>
4989
4990         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): don't
4991         try to handle alignment here, because it's done by PangoLayout
4992         after we set the layout width. Fix from Dov.
4993
4994 2001-09-21  Hans Breuer  <hans@breuer.org>
4995
4996         * gdk/gdk.def :
4997         * gtk/gtk.def : updated externals
4998
4999         * gtk/gtkmain.h : define get_gtk_win32_directoty () 
5000         * gtk/gtkmain.c (find_module) : don't use module_name after freeing it.
5001         Also handle that Win32 pathes cann't be hard-coded      
5002
5003         * gtk/gtkrc.c : use get_gtk_win32_directoty () to cleanup the various
5004         module, themes etc directory calculations
5005
5006         * gdk/win32/gdkgeometry-win32.c : some more hacking to get coordinates
5007         >16 bit right. The size limit within Win9x appears _not_ to be 32767
5008         but slightly smaller ...
5009
5010         * gdk/win32/gdkwindow-win32.c : use impl->position_info to avoid 
5011         >16 bit clipping. Added dummy body for gdk_window_set_icon_list ()
5012
5013         * gdk/win32/gdkdrawable-win32.c : implement gdk_win32_drawable_get_handle ()
5014
5015         * gdk/win32/gdkevents-win32.c : some tweaking to get better expose
5016         handling. I'm not sure if it is better now, but at least not worse
5017
5018         * gdk/win32/makefile.msc : define INSIDE_GDK_WIN32, some cleanup
5019
5020         * gdk/win32/gdkwin32.h : reflect recent API restrictions
5021
5022 2001-09-21  Matt Wilson  <msw@redhat.com>
5023
5024         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy): set
5025         radio_menu_item->group to NULL after removing it from the list, as
5026         it is no longer in the group. (#60869)
5027
5028         * gtk/gtkradiobutton.c (gtk_radio_button_destroy): likewise
5029
5030 2001-09-20  Havoc Pennington  <hp@pobox.com>
5031
5032         * configure.in (PANGO_REQUIRED_VERSION)
5033         (ATK_REQUIRED_VERSION): add variables and checks for specific 
5034         versions of dependencies. Previously we didn't verify the 
5035         Pango or ATk versions.
5036
5037 2001-09-09  Havoc Pennington  <hp@pobox.com>
5038
5039         * gtk/gtktextiter.c: fool with indentation
5040         (gtk_text_iter_in_range): add g_return_if_fail
5041
5042 Thu Sep 20 17:45:54 2001  Joshua N Pritikin  <vishnu@pobox.com>
5043
5044         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): Fix
5045         ref count on new tag to be 1.  Update doc.  (#60836)
5046
5047 Thu Sep 20 16:20:47 2001  Owen Taylor  <otaylor@redhat.com>
5048
5049         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Remove unnecessary
5050         call to gdk_image_new_bitmap(). (#59094, reported by
5051         by Sven Neumann)
5052
5053 Thu Sep 20 15:31:35 2001  Owen Taylor  <otaylor@redhat.com>
5054
5055         * gtk/gtkcalendar.c (gtk_calendar_init): Use the current
5056         day, as well as the current month and year.
5057         (#59047, reported by Vitaly Tishkov)
5058
5059 Thu Sep 20 15:10:30 2001  Owen Taylor  <otaylor@redhat.com>
5060
5061         * gtk/gtkdialog.c (gtk_dialog_init): Automatically set
5062         set dialogs to GTK_WIN_POS_CENTER_ON_PARENT. (#60554)
5063         
5064 Thu Sep 20 18:00:56 2001  Kristian Rietveld  <kristian@planet.nl>
5065
5066         * tests/testgtk.c (struct OptionMenuItem): get rid of it,
5067
5068         (build_option_menu): add func argument, connect ::changed
5069         signal to option menu instead of connecting the ::activate
5070         signal to the menu items,
5071
5072         (toplevel): get rid of RADIOMENUTOGGLED macro,
5073
5074         (list_toggle_sel_mode), (clist_toggle_sel_mode),
5075         (ctree_toggle_line_style), (ctree_toggle_expander_style),
5076         (ctree_toggle_justify), (ctree_toggle_sel_mode),
5077         (progressbar_toggle_orientation), (progressbar_toggle_bar_style):
5078         use gtk_option_menu_get_history() instead of RADIOMENUTOGGLED,
5079
5080         (notebook_type_changed): merged standard_notebook(),
5081         notabs_notebook(), scrollable_notebook() and borderless_notebook()
5082         into notebook_type_changed()
5083
5084         (create_list), (create_ctree), (create_notebook),
5085         (create_progress_bar): changed OptionMenuItem arrays into
5086         gchar * arrays. Removed "Extended" item where used.
5087
5088         Fixes bug #59885
5089
5090 2001-09-20  Sven Neumann  <sven@gimp.org>
5091
5092         * configure.in
5093         * gdk/Makefile.am
5094         * gtk/Makefile.am
5095         * gtk/gtkselection.c
5096         * gtk/gtktreeview.c
5097         * gtk/gtkwindow.c: removed remaining traces of nanox GDK backend.
5098
5099 Thu Sep 20 11:19:42 2001  Owen Taylor  <otaylor@redhat.com>
5100
5101         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): Add
5102         a missing pango_layout_iter_free ().
5103
5104 Thu Sep 20 11:03:51 2001  Owen Taylor  <otaylor@redhat.com>
5105
5106         * gtk/gtkobject.c gtk/gtklist.c gtk/gtkplug.c gtk/gtksocket.c
5107         gtk/gtktreemodelsort.c gtk/gtktreeview.c: Small warning cleanups.
5108
5109         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_get_group): Change
5110         the function definition so we don't accidentally rely on
5111         the compat #define from gtk_radio_menu_item_group.
5112         (#60782, Jeff Franks)
5113
5114 Thu Sep 20 16:51:02 2001  Kristian Rietveld  <kristian@planet.nl>
5115
5116         * gtk/gtkwindow.c (gtk_window_get_frame_dimensions): returned
5117         incorrect values for top, right and bottom due to cut-and-paste
5118         bug. Pointed out by Vitaly Tishkov, fixes bug #59008
5119
5120 Wed Sep 19 17:59:27 2001  Owen Taylor  <otaylor@redhat.com>
5121
5122         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set
5123         _NET_WM_PID and WM_CLIENT_MACHINE properties on each
5124         window, not just on the client leader. (#58463)
5125
5126 Wed Sep 19 17:28:47 2001  Owen Taylor  <otaylor@redhat.com>
5127
5128         * gtk/gtkwidget.c (gtk_widget_new): Add missing cast.
5129
5130         * gtk/gtkmenuitem.[ch] gtk/gtkmenushell.c: Underscore prefix
5131         non-public _gtk_menu_item_set_placement.
5132
5133         * gtk/gtktooltips.h: Deprecate gtk_tooltips_set_delay().
5134
5135 Wed Sep 19 16:16:38 2001  Owen Taylor  <otaylor@redhat.com>
5136
5137         * gdk/win32/gdkcolor-win32.c gdk/x11/gdkcolor-x11.c 
5138           gdk/linux-fb/gdkcolor-fb.c:
5139         Fix propagated (flags && GDK_COLOR_WRITEABLE) typo.
5140         (#59723)
5141
5142 Wed Sep 19 16:12:16 2001  Owen Taylor  <otaylor@redhat.com>
5143
5144         * gdk/gdkpixbuf-render.c: Allow -1 for width/height
5145         to mean "width/height of pixbuf" (Patch from Matthias Clasen,
5146         #59723)
5147
5148 Wed Sep 19 16:01:27 2001  Owen Taylor  <otaylor@redhat.com>
5149
5150         Patch from Frank Belew #59037 for Solaris compilation.
5151
5152         * gtk/maketypes.awk: Change syntax slightly for a call
5153         to sub(), apparently making awk on Solaris happier.
5154
5155         * gtk/gtktreeview.c: Remove C++ comments.
5156
5157 Wed Sep 19 15:46:29 2001  Owen Taylor  <otaylor@redhat.com>
5158
5159         * gtk/gtkwindow.c: Add xgettext:no-c-format comment to
5160         to handle '99% of the time. (#60473, reported by Christian Rose)
5161
5162         * gtk/gtkwidget.h: Remove prototype for gtk_widget_get_usize()
5163         which no longer exists. (#60379, reported by Vitaly Tishkov)
5164
5165 Wed Sep 19 11:06:24 2001  Tim Janik  <timj@gtk.org>
5166
5167         * Released 1.3.8.
5168
5169         * gdk/Makefile.am: kill EXTRA_DIST clearing.
5170         
5171 Wed Sep 19 02:50:40 2001  Tim Janik  <timj@gtk.org>
5172
5173         * demos/Makefile.am ($(testpixbuf_OBJECTS)): don't use BUILT_SOURCES
5174         as its broken in automake 1.4, add explicit object rule to
5175         generate this.
5176         
5177         * gdk-pixbuf/Makefile.am: fix maintainer and normal cleanfiles.
5178         get rid of uneccessary stamps, group stuff more logically, and build
5179         sources due to object rules. fix srcdir!=builddir.
5180
5181 Tue Sep 18 20:47:16 2001  Owen Taylor  <otaylor@redhat.com>
5182
5183         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Fix 
5184         incorrect parameter to compute_double_length
5185         (#58680, patch from Matthias Clasen)
5186
5187         Fixes for compilation with Forte cc. (#59734, Derek Rafter)
5188
5189         * gtk/gtkwindow.h gtk/gtksizegroup.h: Remove extra ;.
5190
5191         * gdk/gdktypes.h (GdkModifierType): Write 1u << 31
5192         for GDK_RELEASE_MASK to avoid warnings with Forte.
5193
5194         * gtk/gtktexttag.c gtk/gtkcellrendertext.c: Add some missing
5195         break; statements.
5196
5197 2001-09-18  Alex Larsson  <alexl@redhat.com>
5198
5199         * gtk/gtkcheckbutton.c:
5200         * gtk/gtkradiobutton.c:
5201         Don't draw with GTK_STATE_ACTIVE.
5202
5203         * gtk/gtkclist.c:
5204         * gtk/gtkctree.c:
5205         Draw lines between rows with base_gc[GTK_STATE_NORMAL].
5206
5207         * gtk/gtktextdisplay.c:
5208         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
5209         unfocused with base_gc [GTK_STATE_ACTIVE].
5210         
5211         * gtk/gtkentry.c:
5212         Add select all menu-item.
5213         Default cursor color is red.
5214         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
5215         unfocused with base_gc [GTK_STATE_ACTIVE].
5216
5217         * gtk/gtklabel.[ch]:
5218         Add keynav + menu to selectable lables.
5219         Focused selection is drawn with base_gc [GTK_STATE_SELECTED] and
5220         unfocused with base_gc [GTK_STATE_ACTIVE].
5221
5222         * gtk/gtkfilesel.c:
5223         Add drag and drop support.
5224
5225         * gtk/gtkstyle.c:
5226         (This was checked in earlier)
5227         New default values for text/base SELECTED and ACTIVE
5228         
5229 Tue Sep 18 23:51:49 2001  Tim Janik  <timj@gtk.org>
5230
5231         * configure.in: up version to 1.3.8, interface age 0,
5232         binary age 0, depend on glib 1.3.8.
5233
5234         * NEWS: 1.3.8 updates.
5235
5236 Tue Sep 18 18:46:54 2001  Jonathan Blandford  <jrb@redhat.com>
5237
5238         * gtk/gtktreeview.c (gtk_tree_view_start_editing): centralize all
5239         the editing code
5240
5241         * gtk/gtkcelleditable.c: Got rid of stop_editing, as there was no
5242         reason to call it beyond emiting the two signals.
5243
5244         * gtk/gtkentry.c (gtk_entry_class_init): add "has_frame" property
5245         to GtkEntry.
5246
5247 Wed Sep 12 11:21:14 2001  Owen Taylor  <otaylor@redhat.com>
5248
5249         * gtk/gtkcellrenderertext.[ch] gtk/gtktexttag.[ch]
5250           gtk/gtktextview.c tests/testgtk.c: Fix up for changes to 
5251         PangoFontDescription.
5252
5253         * gtk/gtkentry.c gtk/gtkclist.c gtk/gtkcellrenderertext.c
5254         gtk/gtkspinbutton.c: Fix up for change to PangoMetrics
5255         structure.
5256   
5257         * gtk/gtkfontsel.c: Fix up for new Pango font listing API.
5258
5259         * gtk/gtkstyle.[ch]: Add gtk_style_get_font/set_font to replace
5260         direct access to style->font. Deprecate gtk_style_ref/unref.
5261   
5262         * gtk/gtkclist.c gtk/gtkctree.c gtk/gtkstyle.c gtk/gtkwidget.c:
5263         Remove gtk_style_ref/unref with g_object_ref/unref.
5264   
5265         * gtk/gtkcalendar.c: Remove leftover macros accessing
5266         style->font.
5267   
5268         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): Remove unused
5269         variable.
5270   
5271         * gtk/gtktext.c gtk/gtklabel.c: Use gtk_style_get_font() instead of 
5272         style->font.
5273
5274 Tue Sep 18 13:51:35 2001  Jonathan Blandford  <jrb@redhat.com>
5275
5276         * gtk/gtkcellrenderer.h (enum): Get rid of broken "can_edit" and
5277         "can_activate" properties in favor of
5278         GTK_CELL_RENDERER_MODE_INERT, GTK_CELL_RENDERER_MODE_ACTIVATABLE,
5279         and GTK_CELL_RENDERER_MODE_EDITABLE
5280
5281 Tue Sep 18 12:12:43 2001  Jonathan Blandford  <jrb@redhat.com>
5282
5283         * gtk/gtktreeview.c (gtk_tree_view_put): Add put for use with
5284         editable widgets.  This function is private, and should only be
5285         used by GtkTreeView.
5286
5287 2001-09-18  Matt Wilson  <msw@redhat.com>
5288
5289         * docs/Makefile.am (EXTRA_DIST): don't use += before =
5290
5291         * docs/faq/Makefile.am (EXTRA_DIST): likewise
5292
5293         * docs/tutorial/Makefile.am (EXTRA_DIST): likewise
5294         
5295         * gdk/Makefile.am (MAINTAINERCLEANFILES): likewise
5296         (EXTRA_HEADERS): likewise
5297
5298         * gtk/Makefile.am (MAINTAINERCLEANFILES): likewise
5299         (EXTRA_HEADERS): likewise
5300         (EXTRA_DIST): likewise
5301         (CLEANFILES): likewise
5302
5303         * gtk/stock-icons/Makefile.am (CLEANFILES): likewise
5304
5305         * tests/Makefile.am (EXTRA_DIST): likewise
5306         
5307         * Makefile.am (install-data-local): changed to use
5308         install-data-hook, which runs after install-pkgconfigDATA, so that
5309         the pkgconfigdir will have been created and populated first.
5310
5311 Mon Sep 17 17:39:52 2001  Jonathan Blandford  <jrb@redhat.com>
5312
5313         * gtk/gtkcelleditable.[ch]: Add editable interface.  This should
5314         be the last big GtkTreeView API change.
5315
5316         * gtk/gtkcellrenderer.[ch]: Get rid of the "event" vfunc, and
5317         replace with "activate" and "start_editing".  Also, added a
5318         "can_activate" and "can_edit" property.
5319
5320         * gtk/gtktreeviewcolumn.c: modify to use above.
5321
5322 2001-09-16  Alexander Larsson  <alla@lysator.liu.se>
5323
5324         * gtk/gtkoptionmenu.c:  Handle scroll wheel events.
5325
5326 Fri Sep 14 22:31:25 2001  Matthias Clasen  <matthiasc@poet.de>
5327
5328         * demos/gtk-demo/main.c (setup_default_icon): Use a shaped
5329         icon instead of one with ugly white background.
5330
5331 Fri Sep 14 22:26:01 2001  Matthias Clasen  <matthiasc@poet.de>
5332
5333         * demos/gtk-demo/stock_browser.c (id_to_macro): make
5334         the uppercasing work. (#59550)
5335
5336 2001-09-14  Jakub Steiner <jimmac@ximian.com>
5337
5338         * gtk/stock-icons/dialog_error.png:
5339         * gtk/stock-icons/dialog_question.png: more road signs
5340
5341 2001-09-13  Jakub Steiner <jimmac@ximian.com>
5342
5343         * gtk/stock-icons/dialog_question.png:
5344         * gtk/stock-icons/dialog_warning.png: anders and jonathan seem to
5345           like a road sign.
5346
5347 Wed Sep 12 19:01:05 2001  Jonathan Blandford  <jrb@redhat.com>
5348
5349         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Rename interface
5350         signals to make them more clear.  Also, change ::range_changed to
5351         ::row_changed.
5352         * gtk/gtktreemodel.c: Adjust to interface change
5353         * gtk/gtktreemodel.h: ditto
5354         * gtk/gtktreemodelsort.c: ditto
5355         * gtk/gtktreestore.c: ditto
5356         * gtk/gtkliststore.c: ditto
5357         * gtk/gtktreeview.c: ditto
5358         * tests/testtreecolumns.c: ditto
5359         * gtk/gtkmarshal.list: Actually remove a marshaller!
5360
5361 2001-09-12  Padraig O'Briain <padraig.obriain@sun.com>
5362
5363         * gtk/gtktextview.c
5364         Add support for Ctrl+Up/Down arrow to move cursor to beginning
5365         of previous/next paragraph. If within a paragraph cursor moves to
5366         beginning of that paragraph.
5367
5368 2001-09-12  Jakub Steiner <jimmac@ximian.com>
5369
5370         * gtk/stock-icons/dialog_question.png: replacing the shaky
5371           question mark with a sans-serif one.
5372         * gtk/stock-icons/stock_top.png, stock_bottom.png,
5373      stock_first.png, stock_last.png: using the new style arrows
5374         * gtk/stock-icons/stock_font.png: simple one to replace the ugly
5375      colors.
5376         * gtk/stock-icons/stock_refresh.png: anti-aliased and changed
5377      color.
5378         * gtk/stock-icons/stock_zoom*: anti-aliased
5379         * gtk/stock-icons/dialog_error.png, dialog_warning.png: confused
5380      '-' with a '_', removed the wrong files
5381
5382 Sat Sep  8 16:19:02 2001  Owen Taylor  <otaylor@redhat.com>
5383  
5384         * gtk/gtkmain.c: Implement a search path for GTK+ modules.
5385  
5386         * configure.in gtk/gtkrc.c gtk/Makefile.am: Look for modules
5387         in gtk-2.0/<type>/major.minor.(micro-binary_age) rather
5388         than in gtk-2.0/major.minor.micro/<type>/. This
5389         works better for a search path for modules.
5390  
5391         * gtk+-2.0.pc.in gtk+-2.0-uninstalled.pc.in: Add
5392         gtk_binary_version variable holding major.minor.(micro-binary_age).
5393  
5394         * modules/input/Makefile.am (moduledir): Fix installation
5395         directory to match change in lookup location.
5396  
5397         * gtk/gtkmain.c (gtk_init_check): Remove OS/2 code for dll 
5398         suffixes. Needs to be handled in g_module_build_path().
5399
5400         * gtk/gtkrc.c gtk/queryimmodules.c: Use g_build_filename() where
5401         appropriate.
5402  
5403 Tue Sep 11 13:59:12 2001  Owen Taylor  <otaylor@redhat.com>
5404
5405         * gtk/gtkrc.c (insert_rc_property): Fixed reversed comparison
5406         causing RC properties not to work.
5407
5408 2001-09-11  Jakub Steiner <jimmac@ximian.com>
5409
5410         * gtk/stock-icons/dialog-error.png: less drastic
5411         * gtk/stock-icons/dialog-warning.png: no body parts. (I hope
5412           "STOP" is international enough.
5413         * gtk/stock-icons/stock_dnd*.png: get rid of the cursor
5414         * gtk/stock-icons/stock_menu_properties.png: 16x16 version
5415
5416 Mon Sep 10 21:26:24 2001  Joshua N Pritikin  <vishnu@pobox.com>
5417
5418         * gtk/gtktextview.c (gtk_text_view_set_buffer): Make
5419         (add|remove)_selection_clipboard symmetric. (bug #59836)
5420
5421         * gtk/gtktreeview.c (gtk_tree_view_unref_and_check_selection_tree): 
5422         Avoid SEGV for empty tree. (bug #60243)
5423
5424 Mon Sep 10 20:47:22 2001  Tim Janik  <timj@gtk.org>
5425
5426         * tests/testgtk.c (create_idle_test): slight fix for
5427         g_object_set() not usable for nesting anymore.
5428
5429         * gtk/gtkhandlebox.c (gtk_handle_box_class_init): 
5430         * gtk/gtkframe.c (gtk_frame_class_init): deprecate ::shadow
5431         properties, supply ::shadow_type properties instead as most
5432         other widgets do.
5433
5434 2001-09-10  Alex Larsson  <alexl@redhat.com>
5435
5436         * demos/gtk-demo/stock_browser.c:
5437         * gdk/gdkcolor.c:
5438         * gdk/gdkfont.c:
5439         * gdk/gdkcursor.c:
5440         * gdk/gdkevents.c:
5441         * gdk/gdkrectangle.c:
5442         * gtk/gtktypeutils.c:
5443         Update to use the new g_boxed_type_register_static API.
5444
5445 2001-09-10  Padraig O'Briain <padraig.obriain@sun.com>
5446
5447         * gtk/gtktreestore.c:
5448         Fix looping in gtk_tree_store_init() waiting for zero random int.
5449
5450 Mon Sep 10 16:55:49 2001  Tim Janik  <timj@gtk.org>
5451
5452         * gtk/gtkalignment.c (gtk_alignment_init): fix xscale and yscale
5453         behaviour which havoc broke. they have to default to 1.0 for
5454         expand behaviour.
5455
5456         * gtk/gtkwindow.c (gtk_window_get_property): don't cast NULL objects.
5457
5458 2001-09-10  Padraig O'Briain <padraig.obriain@sun.com>
5459
5460         * gtk/gtkstyle.c (_gtk_style_peek_property_value)
5461         Amend previous change to avoid runtime error in g_param_spec_ref()
5462
5463 Mon Sep 10 06:58:56 2001  Owen Taylor  <otaylor@redhat.com>
5464
5465         * gtk/gtkrc.c (insert_rc_property): Fix blank line
5466         in the wrong place.
5467
5468 Mon Sep 10 06:50:39 2001  Owen Taylor  <otaylor@redhat.com>
5469
5470         * gtk/gtkstyle.c (_gtk_style_peek_property_value): Don't
5471         do a lookup immediately after creating style->property_cache,
5472         since bsearch crashes on zero length for Solaris.
5473         (Found by Padraig O'Briain.)
5474
5475 2001-09-09  Alexander Larsson  <alla@lysator.liu.se> 
5476
5477         * gtk/gtkwidget.c (_gtk_widget_peek_colormap):
5478         Really return NULL if not set.
5479         (gtk_widget_init): Remove unused varaible.
5480         
5481 2001-09-09  Alexander Larsson  <alla@lysator.liu.se> 
5482
5483         * configure.in:
5484         Remove gdk/nanox/Makefile from AC_OUTPUT(), since it is no longer
5485         in cvs.
5486
5487 2001-09-08  Havoc Pennington  <hp@pobox.com>
5488
5489         * gtk/gtkaccelgroup.c: add docs to functions that I can imagine 
5490         people might want to use
5491
5492 2001-09-08  Havoc Pennington  <hp@pobox.com>
5493
5494         * gtk/gtkalignment.c (gtk_alignment_class_init): default
5495         xscale/yscale to 0.0, not 0.5, 0.5 isn't useful
5496
5497         * tests/testtextbuffer.c: fix usage of gtk_text_iter_spew
5498
5499         * gtk/gtktextiter.c: fix docs
5500         (gtk_text_iter_spew): get rid of this
5501
5502         * gtk/gtklayout.c: docs
5503
5504         * gtk/gtkbutton.c (gtk_button_construct_child): add an alignment
5505         to center image and label together, instead of having image on
5506         left and label centered, patch/suggestion from Jacob
5507
5508         * gtk/gtkdialog.c: docs
5509
5510 Sat Sep  8 14:19:49 2001  Jonathan Blandford  <jrb@redhat.com>
5511
5512         * gtk/gtkliststore.c: Write documentation
5513         * gtk/gtktreestore.c: Write documentation
5514
5515 Sat Sep  8 13:53:09 2001  Owen Taylor  <otaylor@redhat.com>
5516
5517         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch]: Replace uses of GBSearchArray
5518         with GArray and bsearch(), to remove dependency on a still
5519         evolving interface that we want to keep private to glib/gobject. 
5520
5521 2001-09-08  Havoc Pennington  <hp@pobox.com>
5522
5523         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_add_attribute):
5524         docs fixes
5525
5526         * gtk/gtktable.c (gtk_table_get_col_spacing): docs fixes
5527
5528         * gtk/gtkspinbutton.c (gtk_spin_button_get_increments): docs fixes
5529
5530         * gtk/gtksocket.c (gtk_socket_steal): docs fixes
5531
5532         * gtk/gtkscrolledwindow.h: docs fixes
5533
5534         * gtk/gtkimage.c (gtk_image_new): docs fixes
5535
5536 Sat Sep  8 01:49:22 2001  Owen Taylor  <otaylor@redhat.com>
5537
5538         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check): Prevent a 
5539         false alarm  constness warning with a cast.
5540
5541         * gdk/x11/gdkx.h: Undefine GDK_ROOT_PARENT before redefining it
5542         for the inside-gdk case.
5543
5544 Sat Sep  8 01:44:18 2001  Jonathan Blandford  <jrb@redhat.com>
5545
5546         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_cell_set_dirty):
5547         remove g_print.
5548
5549         * gtk/gtktreeview.c (gtk_tree_view_set_model): unref model when we
5550         change models, #59899
5551
5552 2001-09-07  Havoc Pennington  <hp@pobox.com>
5553
5554         * gtk/gtkmain.c: move some docs inline
5555
5556 2001-09-07  Havoc Pennington  <hp@pobox.com>
5557
5558         * gtk/gtk.h: tsk tsk, jrb broke the build
5559
5560 Fri Sep  7 20:45:29 2001  Jonathan Blandford  <jrb@redhat.com>
5561
5562         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_pack_{start,end}):
5563         Removed 'fill' attribute.  It was silly b/c that was a property of
5564         the cell renderer, anyway.
5565         (gtk_tree_view_column_render): Actually render the packed
5566         renderers.
5567         * doc/tree-column-sizing.txt: initial devel documentation.
5568         * gtk/gtktreeview.c (gtk_tree_view_expand_all): Fix bug.
5569         * gtk/gtkcellrenderertextpixbuf.[ch]: removed.
5570
5571         * tests/testtreefocus.c: fix up to reflect above changes.
5572         * tests/testtreeview.c: ditto
5573         * demos/gtk-demo/stock_browser.c: ditto
5574
5575 2001-09-07  Alex Larsson  <alexl@redhat.com>
5576
5577         * gdk/linux-fb/gdkcolor-fb.c:
5578         Removed unused function.
5579         
5580         * gdk/linux-fb/gdkdrawable-fb2.c
5581         * gdk/linux-fb/gdkfont-fb.c:
5582         Use PangoLanguage functions.
5583
5584         * gdk/linux-fb/gdkinput.c:
5585         * gdk/linux-fb/gdkselection-fb.c:
5586         Fix const warnings.
5587         
5588         * gdk/linux-fb/gdkwindow-fb.c:
5589         Fix warning. Implement gdk_window_set_icon_list() and
5590         gdk_window_get_frame_extents(). (No icon support yet though.)
5591
5592         * gtk/gtkwindow.c (gtk_window_get_position):
5593         If window->frame is set get the extents of it instead.
5594         
5595 Fri Sep  7 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
5596
5597         * gtk/gtkwidget.c (gtk_widget_get_default_colormap): 
5598         Make the default default colormap the GdkRGB colormap,
5599         not the system colormap.
5600
5601         * gtk/gtkinvisible.c (gtk_invisible_init) 
5602           gtk/gtkwindow.c (gtk_window_init): Set the current
5603         colormap, as returned by _gtk_widget_peek_colormap()
5604         on the widget.
5605
5606         * gtk/gtkwidget.[ch]: Export _gtk_widget_peek_colormap
5607         to GTK+. Make it return %NULL instead of the default
5608         colormap if no colormap has explicitely been pushed.
5609
5610         * gtk/gtkwidget.c (gtk_widget_get_colormap): Check for
5611         colormaps on ancestral widgets before defaulting the
5612         the system default colormap.
5613
5614         * docs/Changes-2.0.txt: explain colormap changes.
5615
5616 2001-09-07  Havoc Pennington  <hp@redhat.com>
5617
5618         * gtk/gtktextiter.c: add some lame code to handle G_MININT, fixes 
5619         #57424
5620
5621 Fri Sep  7 18:17:47 2001  Owen Taylor  <otaylor@redhat.com>
5622
5623         * gdk/gdk.h gdk/x11/gdkmain-x11.c: Deprecate gdk_set/get_use_xshm, 
5624         make gdk_set_use_xshm a noop. Remove --no-xshm command line
5625         option. If we aren't autodetecting properly, we need
5626         to fix the problem, or at least make it an environment
5627         variable setting, to avoid problems with propagating
5628         to embedded children, plugins, etc.
5629
5630         * gdk/gdkcolor.h: Deprecate gdk_colormap_get_system_size().
5631
5632         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf.h
5633         (gdk_pixbuf_render_pixmap_and_mask_for_colormap):
5634         New function to render a pixmap and mask for a particular colormap.
5635
5636         * gtk/gtkwindow.c (get_pixmap_and_mask): Change to use
5637         gdk_pixbuf_render_pixmap_and_mask_for_colormap () instead
5638         of internal implementation of the same.
5639
5640 2001-09-07  Havoc Pennington  <hp@redhat.com>
5641
5642         * gtk/gtktextlayout.c (gtk_text_layout_get_lines): remove some
5643         debug code that seems to have caused a breakpoint in valid cases
5644         
5645         * gtk/gtktextbtree.c (_gtk_text_btree_add_view): set the prev
5646         pointer on the first view when adding the second view, fixes
5647         crash when closing gtk-demo text test with active selection
5648
5649         * gtk/gtktextbuffer.c
5650         (gtk_text_buffer_remove_selection_clipboard): don't leave dead
5651         clipboards in the list of clipboards - probably fixes #59836
5652
5653 Fri Sep  7 11:51:44 2001  Owen Taylor  <otaylor@redhat.com>
5654
5655       Make gdkx.h the only installed header from gdk/x11.
5656       All structures in gdk/x11 are opaque.
5657
5658         * gdk/x11/Makefile.am gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h:
5659         Don't install gdk{drawable,pixmap,window}-x11.h.
5660
5661         * gdk/x11/{gdkcolormap-x11.c, gdkfont-x11.c, gdkx.h, gdkvisual-x11.c: 
5662         Move GdkColormapPrivateX11, GdkFontPrivateX GdkImagePrivateX11, 
5663         GdkVisualClass into C files.
5664
5665         * gdk/gdkpixmap-x11.[ch]: Make gdk_pixmap_impl_get_type() static.
5666
5667         * gdk/x11/{gdkcolor-x11.c, gdkcursor-x11.c, gdkdrawable-x11.c,
5668         gdkfont-x11.c, gdkgc-x11.c, gdkx.h, gdkimage-x11,gdkvisual-x11.c}
5669         Add public functions to replace previously exported direct
5670         structure access.
5671         gdk_x11_colormap_get_{xdisplay,xcolormap} 
5672         gdk_x11_cursor_get_{xdisplay,xcursor},
5673         gdk_x11_drawable_get_{xdisplay,xcursor,gdk_x11_visual_get_xvisual, 
5674         gdk_x11_font_get_{xdisplay,xfont}, gdk_x11_image_get_{xdisplay,ximage},
5675         gdk_x11_gc_get_{xdisplay,ximage}
5676         
5677         * gdk/gdkprivate.h gdk/gdkinternals.h: Move GdkColorInfo,
5678         GdkEventFilter, GdkClientFilter, GdkFontPrivate to gdkinternals.
5679
5680       Fix a number of variables and functions that were exported
5681       "accidentally" from GDK.
5682
5683         * gdk/**.[ch]: gdk => _gdk for gdk_visual_init,
5684         gdk_events_init, gdk_input_init, gdk_dnd_init, gdk_image_exit, 
5685         gdk_input_exit, gdk_windowing_exit, gdk_event_func, gdk_event_data,
5686         gdk_event_notify, gdk_queued_events, gdk_queued_tail,
5687         gdk_event_new, gdk_events_queue, gdk_events_unqueue,
5688         gdk_event_queue_find_first, gdk_event_queue_remove_link,
5689         gdk_event_queue_append, gdk_event_button_generate,
5690         gdk_debug_flags, gdk_default_filters, gdk_parent_root.
5691
5692         * gdk/x11/{gdkevents-x11.c, gdkglobals-x11.c, gdkimage-x11.c, 
5693            gdkmain-x11.c, gdkprivate-x11.h, gdk/x11/gdkwindow-x11.c}:
5694         gdk => _gdk for gdk_event_mask_table, gkd_nevent_masks, 
5695         gdk_wm_window_protocols, gdk_leader_window, gdk_xgrab_window,
5696         gdk_use_xshm, gdk_input_ignore_core.
5697
5698         * gdk/x11/xsettings-common.h (xsettings_list_insert): Add
5699         #defines to namespace functions into the private _gdk_ 
5700         namespace.
5701
5702         * gdk/gdkwindow.[ch] gdk/x11/gdkx.h: Add gdk_get_default_root_window ()
5703         to replace gdk_parent_root exported variable. Adjust and
5704         deprecate GDK_ROOT_PARENT().
5705
5706         * demos/{testpixbuf-drawable.c,testpixbuf-save.c}: Fix
5707         GDK_ROOT_PARENT usage, remove includes of port-specific
5708         headers.
5709
5710         * gdk/{win32,x11,fb}/gdkinput*.[ch]: s/gdk/_gdk/ for 
5711         _gdk_input_gxid_host, _gdk_input_gxid_port, _gdk_input_ignore_core, 
5712         gdk_input_devices, _gdk_input_windows, gdk_init_input_core.
5713
5714         * gdk/x11/{gdkevents-x11.,c gdkglobals-x11.c, gdkmain-x11.c}
5715         docs/Changes-2.0.txt: Remove gdk_wm_protocols, 
5716         gdk_wm_delete_window functions, gdk_wm_take_focus, 
5717         use gdk_atom_intern() instead.
5718
5719         * gdk/linux-fb/{gdkselection-fb.c, gdkmain-fb.c, gdkprivatefb.h}
5720           gdk/win32/{gdkselection-win32.c, gdkmgdkwin32.h, gdkprivate-win32.h} 
5721           gdk/x11/{gdkselection-x11.c gdkx.h, gtkprivate-x11.h}
5722           gtk/gtkselection.c 
5723         Unexport gdk_selection_property, just use 
5724         gdk_atom_intern ("GDK_SELECTION").
5725
5726         * gdk/x11/{gdkprivate-x11.h,gdkdrawable-x11h,gdkgc-x11.c,gdkx.h}: 
5727         Unexport gdk_drawable_impl_x11_get_type, gdk_gc_x11_get_type, 
5728         GDK_GC_X11 cast macros, GdkGCX11 structures, GdkCursorPrivate, 
5729         GdkVisualprivate, gdk_x11_gc_flush.
5730
5731       Make a number of public exports of variables into functions
5732       to increase encapsulation.
5733
5734         * gdk/gdkinternals.h gdk/gdkinput.h gdk/gdkevents.h 
5735         gdk/linux-fb/gdkmouse-fb.c: gdk_core_pointer => _gdk_core_pointer, 
5736         move to gdkinternals.h. Add gdk_device_get_core_pointer ().     
5737
5738         * gdk/gdkprivate.h gdk/gdkpango.c gdk/gdkinternals.h
5739         docs/Changes-2.0.txt: Unexport gdk_parent_root, gdk_error_code, 
5740         gdk_error_warnings.
5741
5742         * gdk/x11/{gdkcolormap-x11.c, gdkmain-x11.c, gdkx.h}
5743           docs/Changes-2.0.txt: 
5744         s/gdk_screen/_gdk_screen/, add gdk_x11_get_default_screen()
5745         s/gdk_root_window/_gdk_root_window/, add gdk_x11_get_default_root_xwindow()
5746         Add gdk_x11_get_default_xdisplay().
5747
5748         * gdk/gdk.h gdk/gdk.c linux-fb/gdkfb.h linux-fb/gdkglobals-fb.c 
5749         win32/gdkwin32.h x11/gdkglobals-x11.c gdk/x11/gdkmain-x11.c 
5750         gdk/x11/gdkx.h: gdk/gdk.def: Add gdk_get/set_program_class, 
5751         Don't export gdk_progclass, move --class command line
5752         option and handling to common portion of GDK.
5753
5754       Miscellaneous fixes:
5755
5756         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): Fix
5757         g_return_val_if_fail that should have been g_return_if_fail.
5758
5759         * gdk/gdkinternals.h gdk/gdkprivate.h: Move
5760         gdk_synthesize_window_state() to the semi-public gdkprivate.h.
5761
5762         * gtk/gtkdnd.c (_gtk_drag_source_handle_event): Remove uneeded
5763         X11 dependency.
5764
5765         * gdk/linux-fb/gdkmain-fb.c gdk/win32/gdkmain-win32.c gdk/TODO: 
5766         Remove unused gdk_key_repeat_disable/restore.
5767
5768         * linux-fb/gdkglobals-fb.c win32/gdkglobals-win32.c 
5769         x11/gdkglobals-x11.c x11/gdkprivate-x11.h gdk/gdk.def:
5770         Remove unused gdk_null_window_warnings variable.
5771
5772         * gdk/Makefile.am (DIST_SUBDIRS) nanox/*: cvs remove nanox;
5773         it can be retrieved from the repository; it is too far
5774         from functional to be worth having people check out;
5775         it would be easier to start from scratch, I suspect.
5776
5777         * gdk/x11/gdkpixmap-x11.c: Fix lvalue usage of GDK_PIXMAP_XID().
5778
5779         * gdk/x11/gdkkeys-x11.c gdk/gdkrgb.c gdk/gdkwindow.c 
5780         gdk/x11/gdkpango-x11.c gdk/x11/gdkselection-x11.c: 
5781         Fix some accidentally global variables and unused global variables.
5782
5783         * gdk/x11/gdkkeys-x11.c gdk/gdkrgb.c gdk/gdkwindow.c 
5784         gdk/x11/gdkpango-x11.c gdk/x11/gdkselection-x11.c: 
5785         Fix some accidentally global variables and unused global variables.
5786
5787       Add some space for future expansion to multihead.
5788
5789         * gdk/gdkdrawable.h: Add four reserved function pointers
5790         for future expansion of GdkDrawableClass.
5791
5792         * gtk/gtkwindow.h gtk/gtkinvisible.h: Add reserved pointer
5793         where we can put a GdkScreen * later.
5794
5795 2001-09-07  Havoc Pennington  <hp@redhat.com>
5796
5797         * gtk/gtktextview.c (gtk_text_view_flush_scroll): update
5798         adjustments after validating destination yrange; fixes #53918
5799         (This may cause other issues, but I hope it won't)
5800         
5801 2001-09-05  Havoc Pennington  <hp@redhat.com>
5802
5803         * gtk/gtktextbtree.c (_gtk_text_btree_delete): when merging end
5804         line into start line, update the character counts in parent nodes; 
5805         caused a bug when end and start line had different parent nodes.
5806
5807 2001-08-30  Havoc Pennington  <hp@redhat.com>
5808         
5809         * gtk/gtktexttag.c (_gtk_text_attributes_fill_from_tags): add
5810         assertion that tag is in a table
5811
5812 Fri Sep  7 12:48:56 2001  Matthias Clasen  <matthiasc@poet.de>
5813
5814         * gdk/x11/gdkkeys-x11.c (get_direction): Don't call
5815         g_strcasecmp on NULL strings. (#59058)
5816
5817 2001-09-06  Alex Larsson  <alexl@redhat.com>
5818
5819         * gtk/gtkbin.c:
5820         * gtk/gtkfontsel.c:
5821         * gtk/gtkspinbutton.c:
5822         * gtk/gtktipsquery.c:
5823         Use GtkType/GType instead of uint.
5824
5825 Tue Sep  4 18:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
5826
5827         * gtk/gtkliststore.c (gtk_list_store_init): fix initial val for
5828         sort column.
5829
5830         * gtk/gtktreestore.c (gtk_list_store_init): ditto
5831
5832         * gtk/gtktreesortable.c: add docs.
5833
5834 Tue Sep  4 09:37:19 2001  Owen Taylor  <otaylor@redhat.com>
5835
5836         * Version 1.3.7
5837
5838         * configure.in docs/Makefile.am docs/gtk-config.1.in: Remove 
5839         docs for gtk-config
5840
5841         * modules/input/Makefile.am (install-data-local): Don't
5842         run gtk-query-immodules if DESTDIR is set.
5843
5844         * NEWS: Various additions.
5845
5846 Tue Sep  4 03:12:25 2001  Tim Janik  <timj@gtk.org>
5847
5848         * NEWS: updates for 1.3.7 release.
5849
5850 Mon Sep  3 18:03:56 2001  Jonathan Blandford  <jrb@redhat.com>
5851
5852         * gtk/gtktreestore.c (gtk_tree_store_set_default_sort_func):
5853         handle default sort feature
5854
5855         * gtk/gtktreesortable.c (gtk_tree_sortable_set_default_sort_func):
5856         new function to handle default sort.
5857         (gtk_tree_sortable_has_default_sort_func): check if default sort
5858         is set.
5859
5860         * gtk/gtkliststore.c (gtk_list_store_set_default_sort_func): 
5861         handle default sort feature
5862
5863 Sun Sep  2 20:32:36 2001  Jonathan Blandford  <jrb@redhat.com>
5864
5865         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): patch from
5866         vishnu@pobox.com (Joshua N Pritikin) to fix math and an assertion,
5867         #59731
5868
5869 Sun Sep  2 17:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
5870
5871         * gtk/gtktreeview.c (gtk_tree_view_deleted): Patch from
5872         vishnu@pobox.com (Joshua N Pritikin) to emit signal at the correct
5873         time, #59727
5874
5875         * gtk/gtkbutton.c (gtk_button_update_state): Get depressed
5876         correctly.
5877
5878 Sun Sep  2 21:41:21 2001  Owen Taylor  <otaylor@redhat.com>
5879
5880         * gdk/x11/gdkkeys-x11.c (update_keymaps): Set current serial
5881         so that we don't eternally update the keymap after we
5882         get a change notification.
5883
5884         * gtk/gtkmenuitem.c (gtk_menu_item_set_right_justified): Fix
5885         incorrect cast.
5886
5887 Sun Sep  2 23:27:16 2001  Kristian Rietveld  <kristian@planet.nl>
5888
5889         * gtk/gtktreemodelsort.[ch]: much changes in an attempt to make
5890         it working. It mostly works now, although there're still a few issues
5891         to be worked out.
5892
5893         * tests/testtreesort.c (main): changes to have a better test
5894         application for the GtkTreeModelSort.
5895
5896 Sun Sep  2 23:19:07 2001  Kristian Rietveld  <kristian@planet.nl>
5897
5898         * gtk/gtktreeview.c (gtk_tree_view_search_iter): code cleaup,
5899         fix for bug #59222.
5900
5901         * gtk/gtktreeview.c (gtk_tree_view_search_equal_func): add
5902         gpointer search_data argument to function definition and
5903         prototype, to match GtkTreeViewSearchEqualFunc typedef.
5904
5905 Sat Sep  1 21:57:27 2001  Kristian Rietveld  <kristian@planet.nl>
5906
5907         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): add warnings
5908         per jrb's request.
5909
5910 Fri Aug 31 20:01:23 2001  Jonathan Blandford  <jrb@redhat.com>
5911
5912         * gtk/gtktreeview.c (gtk_tree_view_search_iter): pass in user data.
5913
5914         * gtk/gtktreeview.c (gtk_tree_view_destroy): destroy search_data.
5915
5916 Wed Aug 29 20:40:58 2001  Owen Taylor  <otaylor@redhat.com>
5917
5918         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_add/remove_selection_clipboard): 
5919         Instead of always mirroring the selection to a single PRIMARY
5920         selection, allow it to be mirrored to any number of clipboards.
5921
5922         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_paste_primary): Remove, 
5923         just use gtk_text_buffer_paste_clipboard with the appropriate clipboard.
5924
5925         * gtk/gtktextbuffer.[ch] (gtk_text_buffer_cut/copy/paste_clipboard): Add a
5926         GtkClipboard argument, and for paste_clipboard, the
5927         @override_location argument from @paste_primary.
5928
5929         * gtk/gtktextview.c: Adapt to above change.
5930         
5931 2001-08-30  Havoc Pennington  <hp@redhat.com>
5932
5933         * gtk/gtktextview.c (invalidated_handler): put validate idle at
5934         resize - 2 just for flexibility
5935
5936 2001-08-30  Havoc Pennington  <hp@redhat.com>
5937
5938         * gtk/gtktextdisplay.c (render_layout_line): handle NULL shaped
5939         object from the empty-child-anchor case by drawing a little box.
5940         
5941         * gtk/gtktextlayout.c (add_child_attrs): Still set shape attribute
5942         if the child anchor has no anchored widgets - fixes #59328.
5943
5944         Also, remove bizarre deletion of preedit string that seems to have
5945         gotten in here somehow.
5946
5947 2001-08-30  Havoc Pennington  <hp@redhat.com>
5948
5949         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): apply fix
5950         to #58420 from Hidetoshi Tajima and Matthias Clasen
5951
5952 Wed Aug 29 17:28:04 2001  Jonathan Blandford  <jrb@redhat.com>
5953
5954         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
5955         change color when the GtkTreeView loses focus.
5956
5957         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render):
5958         ditto.
5959         
5960         * gtk/gtkstyle.c (gtk_default_draw_flat_box): ditto
5961
5962 2001-08-28  Havoc Pennington  <hp@pobox.com>
5963
5964         * gtk/gtkwindow.c (gtk_window_set_icon_list): fix g_object_notify
5965
5966 2001-08-28  Havoc Pennington  <hp@pobox.com>
5967
5968         * demos/gtk-demo/main.c (setup_default_icon): add default icon
5969
5970         * gtk/gtkradiobutton.c (gtk_radio_button_new_with_mnemonic):
5971         warning fix
5972         (gtk_radio_button_new_with_label): warning fix
5973
5974         * gtk/gtkdnd.c: used some random GtkImage private structs, 
5975         update to reflect GtkImage changes
5976
5977         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_list): don't check
5978         whether the hint is supported, just always set the icon. A task
5979         list might want to use it even if the WM doesn't, and the WM may
5980         change over time. Also, XDeleteProperty() if list == NULL.
5981
5982         * gtk/gtkwindow.c (gtk_window_set_icon_list)
5983         (gtk_window_get_icon_list)
5984         (gtk_window_set_icon)
5985         (gtk_window_get_icon)
5986         (gtk_window_set_default_icon_list)
5987         (gtk_window_get_default_icon_list):
5988         new functions
5989
5990         * gtk/gtk-boxed.defs (GtkIconSet): add GtkIconSet
5991
5992         * gtk/gtkimage.c: Implement property support, bug #59408
5993
5994         * gtk/gtkcontainer.c (gtk_container_add): make the warning message
5995         on reparent-without-removing-first a bit more helpful.
5996         Let's just destroy this FAQ.
5997
5998 Tue Aug 28 21:37:11 2001  Matthias Clasen  <matthiasc@poet.de>
5999
6000         * demos/gtk-demo/appwindow.c (do_appwindow): Use g_signal_connect_object
6001         instead of gtk_signal_connect, to avoid warnings at destruction time. (#58161)
6002
6003 Tue Aug 28 21:00:44 2001  Matthias Clasen  <matthiasc@poet.de>
6004
6005         * gtk/gtkprogressbar.c (gtk_progress_bar_set_text): Move the setting
6006         of use_text_format to the end of the function. (#56447)
6007
6008 Tue Aug 28 20:06:07 2001  Matthias Clasen  <matthiasc@poet.de>
6009
6010         * demos/testpixbuf.c (update_timeout): Use gdk_pixbuf_loader_get_pixbuf
6011         only in response to an area_prepared signal.
6012
6013 2001-08-28  Alex Larsson  <alexl@redhat.com>
6014
6015         * gtk/gtkwidget.c (gtk_widget_class_init):
6016         Make unrealize GTK_RUN_LAST.
6017
6018 Mon Aug 27 22:00:41 2001 Manish Singh <yosh@gimp.org>
6019
6020         * gtk/gtkradiobutton.c: fix silly cut'n'paste error,
6021         with_label and with_mnemonic should create radio buttons, not
6022         check buttons
6023
6024 Mon Aug 27 15:28:56 2001  Jonathan Blandford  <jrb@redhat.com>
6025
6026         * tests/testtreefocus.c (main): Fix to use GtkSelectionMode.
6027         * tests/treestoretest.c (make_window): ditto
6028         * demos/gtk-demo/main.c (create_tree): ditto
6029         * demos/gtk-demo/stock_browser.c (do_stock_browser): ditto.
6030
6031 Mon Aug 27 15:18:14 2001  Jonathan Blandford  <jrb@redhat.com>
6032
6033         * gtk/gtktreeselection.c (gtk_tree_selection_set_mode): Use the
6034         GTK selection types rather than GtkTreeSelectionMode.
6035
6036         * docs/Changes-2.0: Add comment about selection change.
6037
6038 Mon Aug 27 14:21:30 2001  Jonathan Blandford  <jrb@redhat.com>
6039
6040         * gtk/gtkenums.h (GtkSelectionMode): deprecate
6041         GTK_SELECTION_EXTENDED.
6042
6043         * gtk/gtkclist.c: Remove old GTK_SELECTION_MULTIPLE behavior.
6044         Make GTK_SELECTION_EXTENDED be GTK_SELECTION_MULTIPLE.
6045
6046         * gtk/gtkctree.c: ditto
6047
6048         * gtk/gtklist.c: ditto
6049
6050         * gtk/gtktree.c: ditto
6051
6052 Mon Aug 27 14:18:12 2001  Owen Taylor  <otaylor@redhat.com>
6053
6054         * gtk/gtkmenubar.h (gtk_menu_bar_prepend): Fix a cuple
6055         of typos in compat macros. (#59624, Skip Montaro)
6056
6057 Sun Aug 26 20:00:00 2001  Owen Taylor  <otaylor@redhat.com>
6058
6059         * configure.in acinclude.m4: Use autoconf 2.13/2.50 compat
6060         macro.
6061
6062          (patch from ERDI Gergo  <cactus@cactus.rulez.org>, #58920)
6063  
6064         * gtk/gtkmenuitem.c (gtk_menu_item_set_right_justified): Change
6065         interface to be a standard setter from gtk_menu_item_right_justify.
6066         (gtk_menu_item_get_right_justified): a getter to go with the setter
6067
6068         * gtk/gtkmenuitem.h: Add a deprecated compat macro for
6069         gtk_menu_item_right_justify.
6070
6071         * demos/gtk-demo/menus.c tests/testgtk.c: Switch to 
6072         gtk_menu_item_set_right_justified.
6073  
6074 2001-08-27  Jens Finke <jens@gnome.org>
6075
6076         * gtk+.spec.in: Updated to match gpp requirements, reworked the
6077         files section to make it work with 1.3.x releases.
6078
6079 2001-08-26  Alexander Larsson  <alla@lysator.liu.se>
6080
6081         * gtk/gtkbutton.[ch]:
6082         Add properties for labels, mnemonics and stock items.
6083         Added C accessor functions for the properties.
6084         Removed deprecated button->child.
6085
6086         * gtk/gtkradiobutton.c:
6087         * gtk/gtktogglebutton.c:
6088         Update to use the functions in GtkButton.
6089
6090         * gtk/gtkcheckbutton.c:
6091         Update to use the functions in GtkButton.
6092         Changed size allocation of child. Now only gets as much
6093         space as it requests.
6094
6095         * gtk/gtkclist.c:
6096         Don't use GtkButton->child
6097
6098         * gtk/gtklabel.c:
6099         Fixed typo in docs
6100         
6101 2001-08-26  Alexander Larsson  <alla@lysator.liu.se>
6102
6103         * tests/testgtk.c:
6104         * tests/Makefile.am:
6105         Ressurect the properties test.
6106         I don't care if it is inferior, I just want to test my property code.
6107
6108 2001-08-25  Chema Celorio  <chema@celorio.com>
6109
6110         * gtk/gtktable.c (gtk_table_set_child_property): pass ->nrows to
6111         gtk_table_resize as the first argument for CHILD_PROP_RIGHT_ATTACH
6112         and CHILD_PROP_LEFT_ATTACH v.s. using ->ncols
6113
6114 2001-08-24  Havoc Pennington  <hp@pobox.com>
6115
6116         * gtk/gtkcompat.h: remove gtk_menu_* compat defines; 
6117         these are already in gtkmenu.h, and the copies
6118         here were broken.
6119
6120         Also, change GTK_DISABLE_COMPAT_H to GTK_DISABLE_DEPRECATED
6121
6122         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_image):
6123         special-case bitmaps to allow no colormap
6124         (bitmap1): implement no-colormap bitmap-getting
6125         (bitmap1a): implement no-colormap bitmap-getting to pixbuf with
6126         alpha
6127         (rgb8): indentation
6128         (rgb1a, rgb1): change the way we read the data out of the image, 
6129         old way didn't seem to work quite right.
6130
6131         I'm pretty sure a lot of the rgbconvert code is still broken.
6132         
6133         * gtk/gtkwindow.c (gtk_window_move_resize): move hints comparison
6134         above position constraint (I really intended to do this before,
6135         don't know what's up with that)
6136         (gtk_XParseGeometry): shut up gcc
6137
6138         * gdk/gdkpixbuf-drawable.c (rgb1a): fix bug where "x1" was used
6139         and "0" should have been. remove the attempted 4-bytes-at-once
6140         optimization, it was totally broken.
6141
6142 Sat Aug 25 19:02:39 2001  Owen Taylor  <otaylor@redhat.com>
6143
6144         * gtk/gtkbutton.[ch] gtk/gtktogglebutton.c: Add optional movement
6145         on push to buttons (based on patch from Soeren Sandmann, #54720)
6146
6147           - Add child_displacement_x/y style properties to control how far the
6148             child moves when the button is depressed.
6149
6150           - Add non-exported function _gtk_button_set_depressed to clean
6151             up the handling of the in/out shadow and separate it frmo
6152             widget->state.
6153
6154           - Lots of code cleanup and simplification of state handling
6155             for GtkButton/GtkToggleButton.
6156  
6157         * tests/testgtkrc: Set the x/y displacement to 1 to provide a test
6158         of button movement. testgtk + testgtkrc == test ugly GTK+, as always.   
6159
6160 Fri Aug 24 23:09:05 2001  Owen Taylor  <otaylor@redhat.com>
6161
6162         * gtk/gtkimage.[ch] docs/Changes-2.0.txt: Break compatibility 
6163         and make gtk_image_new() take no arguments. The compiler will
6164         catch it, and it is vastly more useful than having
6165         gtk_image_new() be a deprecated alias for gtk_image_new_from_image().  
6166
6167         * gtk/gtkmenu.c (gtk_menu_set_property): Apply patch
6168         to add tearoff-title property (#51319, Lee Mallabone)
6169
6170 Fri Aug 24 22:12:32 2001  Owen Taylor  <otaylor@redhat.com>
6171
6172         * gtk/gtkmenuitem.[ch]: Remove unused and useless function
6173         gtk_menu_item_configure(). (#58925)
6174
6175 Fri Aug 24 16:03:45 2001  Jonathan Blandford  <jrb@redhat.com>
6176
6177         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): Add
6178         "use_align" to give people the option to just make a cell visible.
6179
6180         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): fix bug where
6181         we were scrolling past the end of the tree.
6182
6183         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_pack_start):
6184         rename gtk_tree_view_column_pack_start_cell_renderer to
6185         gtk_tree_view_column_pack_start.  Same for pack_end, and clear.
6186
6187 Fri Aug 24 12:02:08 2001  Owen Taylor  <otaylor@redhat.com>
6188
6189         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Remove
6190         a stray g_object_ref() left over from gtk_object_ref/sink.
6191         (Pointed out by Josh Pritikin.)
6192
6193 Thu Aug 23 19:33:54 2001  Owen Taylor  <otaylor@redhat.com>
6194
6195         * gtk/gtkcontainer.[ch]: Rename gtk_container_children()
6196         to gtk_container_get_children. Added deprecated compatibility
6197         macro. (Suggested by Vitaly Tishkov, #59051)
6198
6199         * gtk/gtktoolbar.c gtkdialog.c: Fix gtk_container_children()
6200         calls.
6201
6202 Thu Aug 23 19:10:01 2001  Owen Taylor  <otaylor@redhat.com>
6203
6204         * gtk/gtkmenubar.h (gtk_menu_bar_insert): Deprecate 
6205         gtk_menu_bar_append/prepend/insert, forgot to do this
6206         when we deprecated gtk_menu_append/prepend/insert.
6207
6208         * gtk/gtkmenu.h (gtk_menu_insert): Add casts to deprecated
6209         compat macros.
6210
6211         * gtk/gtkmenu.c: Fix problem with static gtk_menu_insert() being
6212         renamed by compat macro.
6213
6214         * gtk/gtkfontsel.h: Deprecated gtk_font_selection_get_font(),
6215         gtk_font_selection_dialog_get_font(). (Suggested by
6216         Vitaly Tishkov, #59383)
6217
6218 Thu Aug 23 18:23:31 2001  Owen Taylor  <otaylor@redhat.com>
6219
6220         * gtk/gtktexttag.c (gtk_text_tag_table_get_size): 
6221         Rename from gtk_text_tag_table_size(). (#59366)
6222
6223 Thu Aug 23 20:01:41 2001  Kristian Rietveld  <kristian@planet.nl>
6224
6225         * gtk/gtktreemodelsort.[ch], gtk/gtktreesortable.[ch],
6226         gtk/gtktreestore.[ch], gtk/gtktreeviewcolumn.[ch],
6227         gtk/gtkliststore.[ch]: use GtkSortType instead of GtkTreeSortOrder.
6228         (#59173).
6229
6230 Thu Aug 23 16:26:47 2001  Tim Janik  <timj@gtk.org>
6231
6232         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): 
6233         * gtk/gtktextmark.c (gtk_text_mark_finalize): chain parent class
6234         handlers, pointed out by Joshua N Pritikin <vishnu@pobox.com>.
6235
6236 Wed Aug 22 19:15:39 2001  Owen Taylor  <otaylor@redhat.com>
6237
6238         [ Patch from Sebastian Wilhelmi, 52790 ]
6239
6240         * gtk/gtkversion.h.in gtk/gtk.h: New file replacing gtkcompat.h
6241
6242         * gdk/gdkcompat.h gdk/gdk*.h gtk/gtkcompat.h.in gtk/gtk*.h: 
6243         Move compatibility macros from g[dt]kcompat.h to within 
6244         #ifndef G[DT]K_DISABLE_DEPRECATED in each file.
6245
6246         * gdk/gdk-pixbuf-csource.c: Fix up include of gtkcompat.h.
6247
6248         * demos/Makefile.am demos/gtk-demo/Makefile.am 
6249           docs/reference/gdk-pixbuf/Makefile.am modules/input/Makefile.am
6250           tests/Makefile.am: Remove references to -G[DT]K_DISABLE_DEPRECATED.
6251
6252         * demos/{pixbuf-demo.c,testpixbuf-drawable.c,testpixbuf-save.c,
6253                  testpixbuf.c}: Fix usages of deprecated functions.
6254
6255 Wed Aug 22 19:03:27 2001  Jonathan Blandford  <jrb@redhat.com>
6256
6257         * gtk/gtktreeview.c (gtk_tree_view_set_model): clean up selection
6258         when changing models.
6259
6260 Wed Aug 22 18:25:46 2001  Jonathan Blandford  <jrb@redhat.com>
6261
6262         * gtk/gtktreeview.c: Fix selection.  I think it's all dandy now.
6263         We check the current event for modifiers rather than try to trap
6264         all presses.
6265
6266 2001-08-22  Anders Carlsson  <andersca@gnu.org>
6267
6268         * gtk/gtkliststore.h (GTK_LIST_STORE_CLASS): Fix a small typo.
6269         It's LIST_STORE, not LISTSTORE.
6270
6271 Tue Aug 21 12:43:29 2001  Owen Taylor  <otaylor@redhat.com>
6272
6273         * gtk/gtk.h: Remove commented out gtkpacker reference.
6274
6275 2001-08-21  Matthias Clasen  <matthiasc@waldgeist.poet.de>
6276
6277         * configure.in (all_loaders): Add tga loader, 
6278         patch by Nicola Girardi. (#56067)
6279
6280 Tue Aug 21 02:57:13 2001  Jonathan Blandford  <jrb@redhat.com>
6281
6282         * gtk/gtktreeview.c (gtk_tree_view_button_press): Fix up selection
6283         a little.  More needs to be done tomorrow.
6284
6285 Tue Aug 21 00:45:55 2001  Jonathan Blandford  <jrb@redhat.com>
6286
6287         * gtk/gtktreeview.c (gtk_tree_view_destroy): Grr... Get it right.
6288
6289 Mon Aug 20 23:48:18 2001  Jonathan Blandford  <jrb@redhat.com>
6290
6291         * gtk/gtktreeview.c (gtk_tree_view_get_cell_area): Fix bug
6292         reported by Kristian Rietveld <kristian@planet.nl> to handle row
6293         == NULL.
6294         (gtk_tree_view_destroy): Fix bug reported by Kristian Rietveld
6295         <kristian@planet.nl> to change destroy order.
6296
6297 Mon Aug 20 11:39:44 2001  Jonathan Blandford  <jrb@redhat.com>
6298
6299         * gtk/gtktreeselection.c (gtk_tree_selection_class_init): Use
6300         correct marshaller.
6301
6302 Sun Aug 19 03:22:59 2001  Jonathan Blandford  <jrb@redhat.com>
6303
6304         * gtk/gtkliststore.c: Fix up warnings, #58928.
6305
6306         * gtk/gtktreeselection.h: Change signal prototype, #58647
6307
6308         * gtk/gtktreeview.c (_gdk_tree_view_find_node): Make more robust,
6309         #59221.
6310
6311         * gtk/gtkstyle.c: Actually prelight arrow, #50981
6312         
6313 2001-08-18  Hans Breuer  <hans@breuer.org>
6314
6315         * gdk/gdk.def : updated externals
6316
6317         * gdk/win32/gdkselection-win32.c : returning TRUE with gdk_selection_set
6318         is required to get (at least) visible in entry fields. Some selections
6319         are really handled now - even on win32 - but copying via middle
6320         mouse button into a different app needs to wait ... 
6321
6322         * gdk/win32/gdkdnd-win32.c : implemented inter-app drag&drop
6323         mostly by stealling code from gdkdnd-fb.c. Thanks to who ever wrote it!
6324
6325         * gdk/win32/gdkevents-win32.c : some tweaking to get better expose
6326         handling. I'm not sure if it is better now, but at least not worse
6327
6328         * gdk/win32/gdkgeometry-win32.c : replaced every call to MoveWindow
6329         with SetWindowPos () which allows more fine-tuning backing-store wise
6330
6331         * gdk/win32/gdkwindow-win32.c : allow unraised gdk_window_show ().
6332         Also changed move/resize to be more like the X version.
6333
6334         * gtk/gtk.def : updated externals
6335
6336 2001-08-19  Sven Neumann  <sven@gimp.org>
6337
6338         * gtk/gtktooltips.c
6339         * tests/testtreesort.c
6340         * tests/treestoretest.c: inserted some casts to get rid of compiler
6341         warnings.
6342
6343 Sun Aug 19 01:44:44 2001  Jonathan Blandford  <jrb@redhat.com>
6344
6345         * gtk/gtktreeviewcolumn.c
6346         (gtk_tree_view_column_pack_{start,end}_cell_renderer): sink cell.
6347
6348         * gtk/gtktreeview.c (gtk_tree_view_insert_column): sink column.
6349         (_gtk_tree_view_find_node): If *node is NULL,
6350         *tree should be NULL too.
6351
6352         * demos/gtk-demo/stock_browser.c (do_stock_browser): don't unref
6353         column/renderers.
6354         * tests/testtreecolumns.c: ditto
6355         * tests/testtreefocus.c: ditto
6356         * tests/testtreesort.c: ditto
6357         * tests/testtreeview.c: ditto
6358         * tests/treestoretest.c: ditto
6359
6360 Sat Aug 18 04:34:31 2001  Jonathan Blandford  <jrb@redhat.com>
6361
6362         * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): 2 new
6363         signals; is_expander/is_expanded.
6364
6365         * gtk/gtlcellrendererpixbuf.c: Allow other expanded and closed
6366         pixbufs.
6367
6368         * gtk/gtktreeview.c: set above properties.
6369
6370 Sat Aug 18 23:01:33 2001  Owen Taylor  <otaylor@redhat.com>
6371
6372         * gtk/gtkwidget.h: Really remove set_default_style().
6373
6374         * docs/Changes-2.0.txt: added a note about
6375         gtk_widget_push/pop/set_default_style.
6376
6377 2001-08-18  Havoc Pennington  <hp@pobox.com>
6378
6379         * gtk/gtkwindow.c (gtk_window_move_resize): constrain position on
6380         hints_changed in addition to the other cases.
6381         (gtk_window_move_resize): include last position from configure
6382         notify in debug spew
6383
6384 2001-08-18  James Henstridge  <james@daa.com.au>
6385
6386         * gtk/gtkaccelgroup.c (gtk_accel_group_object_destroy): use the
6387         second argument to the weak ref notify, cleaning up some uglyness.
6388         (gtk_accel_group_attach): remove and add the weak notifier when
6389         changing the accel groups slist.
6390         (gtk_accel_group_detach): same here.
6391
6392 2001-08-17  Darin Adler  <darin@bentspoon.com>
6393
6394         * gtk/gtktreeview.c: (gtk_tree_view_search_equal_func): Add
6395         missing parameters to utf8 functions to make it compile.
6396
6397 Fri Aug 17 19:30:14 2001  Jonathan Blandford  <jrb@redhat.com>
6398
6399         * gtk/gtktreeprivate.h:
6400         * gtk/gtktreeview.c: (gtk_tree_view_class_init),
6401         (gtk_tree_view_init), (gtk_tree_view_set_property),
6402         (gtk_tree_view_get_property), (gtk_tree_view_destroy),
6403         (gtk_tree_view_key_press), (gtk_tree_view_leave_notify),
6404         (gtk_tree_view_focus_out), (gtk_tree_view_set_model),
6405         (gtk_tree_view_set_destroy_count_func),
6406         (gtk_tree_view_set_enable_search),
6407         (gtk_tree_view_get_enable_search),
6408         (gtk_tree_view_get_search_column),
6409         (gtk_tree_view_set_search_column),
6410         (gtk_tree_view_get_search_equal_func),
6411         (gtk_tree_view_set_search_equal_func),
6412         (gtk_tree_view_search_dialog_destroy),
6413         (gtk_tree_view_search_position_func),
6414         (gtk_tree_view_interactive_search),
6415         (gtk_tree_view_search_delete_event),
6416         (gtk_tree_view_search_button_press_event),
6417         (gtk_tree_view_search_key_press_event),
6418         (gtk_tree_view_search_move), (gtk_tree_view_search_equal_func),
6419         (gtk_tree_view_search_iter), (gtk_tree_view_search_init):
6420         * gtk/gtktreeview.h:
6421         Add heavily modified patch from Kristian Rietveld to handle
6422         interactive searching.
6423
6424 Fri Aug 17 17:30:34 2001  Tim Janik  <timj@gtk.org>
6425
6426         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): const correct
6427         string parameter.
6428
6429         * gtk/gtkoptionmenu.c (gtk_option_menu_set_menu): connect to
6430         GtkMenuShell::selection_done, now that we have it, instead of 
6431         ::deactivate so we're not tearing the menu apart and notify
6432         the user prematurely.
6433
6434 Thu Aug 16 05:22:01 2001  Tim Janik  <timj@gtk.org>
6435
6436         * gtk/gtkwindow.c (gtk_window_move_resize): if we actually move our
6437         window, clear window->need_default_position to avoid infinite loops.
6438         some comment fixups and GTK_RESIZE_IMMEDIATE fixups.
6439
6440 Wed Aug 15 12:36:55 2001  Tim Janik  <timj@gtk.org>
6441
6442         * gtk/gtktreeview.c (gtk_tree_view_set_model): move all model setup
6443         code into this place. get rid of GTK_TREE_VIEW_MODEL_SETUP usage.
6444         (gtk_tree_view_set_property): don't cast possible NULL objects.
6445         (gtk_tree_view_destroy): reset the model to NULL.
6446
6447         * gtk/gtktreeselection.c (gtk_tree_selection_finalize): chain
6448         parent_class handler.
6449
6450 2001-08-17  Matthias Clasen  <matthiasc@waldgeist.poet.de>
6451
6452         * gtk/demos/gtk-demo/*: Remove all uses of deprecated functions.
6453
6454 2001-08-17  Anders Carlsson  <andersca@gnu.org>
6455
6456         * gtk/gtkstyle.c (create_expander_affine): Divide with floating
6457         point numbers so that the result will be floating point.
6458
6459 2001-08-16  Matthias Clasen  <matthiasc@waldgeist.poet.de>
6460
6461         * tests/testgtk.c (create_handle_box): 
6462         (create_toolbar): Replace gtk_window_set_policy calls by
6463         gtk_window_set_resizable.
6464
6465 2001-08-16  Jakub Steiner <jimmac@ximian.com>
6466
6467         * gtk/stock-icons/dialog_info.png: new style bulb
6468         * gtk/stock-icons/dialog_error.png: maybe a little drastic ;)
6469         * gtk/stock-icons/dialog_warning.png: need a hand?
6470         * gtk/stock-icons/stock_add.png, stock_remove.png: I hope 
6471           the aa border gets chopped off ok
6472         * gtk/stock-icons/stock_colorselector.png: using the new hand
6473         * gtk/stock-icons/stock_dnd_multiple.png: I'm not totally sure what 
6474           this one is for, but the old icon was butt ugly.
6475         * gtk/stock-icons/stock*_insert_image.png: not sure if it belongs here
6476         * gtk/stock-icons/stock*_insert_object.png: "
6477         * gtk/stock-icons/stock_index.png: using new hand icon
6478         * gtk/stock-icons/stock*_new.png: the document template being used 
6479           elsewhere too
6480         * gtk/stock-icons/stock*_print*.png: new print and print preview 
6481           icons (panel/menu)  
6482         * gtk/stock-icons/stock*_save*.png, stock*_revert.png: new save/revert 
6483           icons based on Tuomas' floppy image.
6484         * gtk/stock-icons/stock*_search*.png: search and s'n'r icons for panel/menu
6485         * gtk/stock-icons/stock*_stop.png: replacing the old 'x' button
6486         * gtk/stock-icons/stock*_trash.png: based on Tuomas' trash icon
6487         * gtk/stock-icons/stock*_undelete.png: "
6488         * gtk/stock-icons/stock_preferences.png: I have a version with a 
6489           document base if the sliders are no good.
6490         * gtk/stock-icons/stock_properties.png: properties 
6491         
6492
6493         * gtk/stock-icons/stock*_copy.png, stock*_cut.png, stock*_paste.png: Tuomas' 
6494           (tigert@ximian.com) clipboard icons
6495         * gtk/stock-icons/stock_{up,down,left,right}_arrow.png: tigert's new arrows
6496         * gtk/stock-icons/stock*_{undo,redo}.png: tigert's undo/redo icons.
6497         * gtk/stock-icons/stock_open.png: shaded open icon by Tuomas. we should make it a
6498           little bigger IMHO
6499
6500 2001-08-16  Sven Neumann  <sven@gimp.org>
6501
6502         * gtk/gtkbox.c (gtk_box_class_init): removed unused widget_class.
6503
6504 2001-08-15  Padraig O'Briain  <padraig.obriain@sun.com>
6505
6506         * gtk/gtkcellrenderertext.c:
6507         Avoid warning when specifying NULL for "attributes" property
6508
6509 2001-08-15  Matthias Clasen  <matthiasc@waldgeist.poet.de>
6510
6511         * docs/debugging.txt: Add a warning about --enable-debug=no,
6512         some editorial changes.
6513
6514 2001-08-13  Matthias Clasen  <matthiasc@waldgeist.poet.de>
6515
6516         * gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h, 
6517         gdk/x11/gdkmain-x11.c, gtk/gtkdebug.h, gtk/gtkmain.c: Update 
6518         debugging info, remove unused debug flags. (#58330)
6519
6520 Mon Aug 13 13:17:32 2001  Jonathan Blandford  <jrb@redhat.com>
6521
6522         * gtk/gtktreeselection.c (gtk_tree_selection_select_all): 
6523         (gtk_tree_selection_select_all): Remove strict checking for rows.
6524
6525 2001-08-13  Matthias Clasen  <matthiasc@waldgeist.poet.de>
6526         
6527         * gtk/gtktooltips.c (gtk_tooltips_set_tip, gtk_tooltips_draw_tips): 
6528         Don't remove the tooltip window when the tip text changes. (#15891)
6529
6530 Sun Aug 12 12:02:09 2001  Owen Taylor  <otaylor@redhat.com>
6531
6532         * gtk/Makefile.am ($(srcdir)/gtkmarshal.c): Remove extra
6533         $(srcdir).
6534
6535 Sun Aug 12 10:39:12 2001  Owen Taylor  <otaylor@redhat.com>
6536
6537         * Makefile.am (EXTRA_DIST): Fix problem with trying to
6538         dist files from intl/, which is no longer there.
6539
6540 2001-08-11  Hans Breuer  <hans@breuer.org>
6541
6542         * gtk/gtkalignment.c, gtk/gtkarrow.c, gtk/gtkaspectframe.c,
6543           gtk/gtkcellrenderer.c, gtk/gtkcellrenderertext.c, 
6544           gtk/gtkcombo.c, gtk/gtkcurve.c, gtk/gtkfontsel.c, 
6545           gtk/gtklayout.c, gtk/gtkmisc.c, gtk/gtkpacker.c, 
6546           gtk/gtkprogress.c, gtk/gtkruler.c,, gtk/gtksettings.c,
6547           gtk/gtkspinbutton.c, gtk/gtktexttag.c : coalescing property notifies
6548
6549         * gtk/gtkclist.c, gtk/gtktipsquery.c, gtk/gtktexttag.c,
6550           gtk/gtkwidget.c : added G_SIGNAL_TYPE_STATIC_SCOPE to all
6551         GDK_TYPE_EVENT signals
6552
6553         * gtk/gtkalignment.c : removed 'direct allocation bug',
6554         which Tim discovered while reading the patch
6555
6556 Sat Aug 11 14:32:14 2001  Owen Taylor  <otaylor@redhat.com>
6557
6558         * gtk/gtkwidget.h (gtk_widget_set_default_visual): Add some
6559         compat macros for push/pop/set_visual that were supposed
6560         to be added a long time ago, but got dropped. 
6561
6562 Fri Aug 10 16:55:53 2001  Tim Janik  <timj@gtk.org>
6563
6564         * gtk/gtkwindow.c (gtk_window_set_policy): coalesce multiple
6565         property notifies.
6566
6567 2001-08-07  Havoc Pennington  <hp@pobox.com>
6568
6569         * gtk/gtkfilesel.c (open_ref_dir): fix a typo.
6570
6571         * gtk/gtkplug.c (gtk_plug_init): remove setting of auto_shrink;
6572         some fixage is needed here, but nothing simple. Owen understands
6573         it. ;-)
6574
6575         * gtk/gtkwindow.h, gtk/gtkwindow.c: Rework code and API for window
6576         sizing and positioning.  Also, fix bug in compute_geometry_hints
6577         (width/height confusion for setting min size). 
6578         (gtk_window_move): new function
6579         (gtk_window_resize): new function
6580         (gtk_window_get_size): new function
6581         (gtk_window_get_position): new function
6582         (gtk_window_parse_geometry): new function
6583         
6584         * gtk/gtkwidget.c (gtk_widget_set_size_request): new function
6585         (gtk_widget_get_size_request): new function
6586         (gtk_widget_get_usize): delete, that was a short-lived function
6587         ;-)
6588         (gtk_widget_set_usize): deprecate
6589         (gtk_widget_set_uposition): deprecate, make it a trivial 
6590         gtk_window_move() wrapper
6591         (gtk_widget_class_init): remove x/y/width/height properties,
6592         add width_request height_request
6593         
6594         * demos/*: update to avoid deprecated functions
6595         
6596         * gtk/gtklayout.c: add x/y child properties
6597
6598         * gtk/gtkfixed.c: add x/y child properties, and get rid of 
6599         uses of "gint16"
6600
6601         * tests/testgtk.c (create_window_sizing): lots of tweaks to window
6602         sizing test
6603
6604         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ensure that
6605         configure events on toplevel windows are always in root window
6606         coordinates, following ICCCM spec that all synthetic events 
6607         are in root window coords already, while real events are 
6608         in parent window coords. Previously the code assumed that 
6609         coords of 0,0 were parent window coords, which was 
6610         really broken.
6611   
6612         * gtk/gtkcontainer.c (gtk_container_get_focus_chain): fix
6613         warning
6614  
6615         * gdk/gdkwindow.h (GdkWindowHints): add GDK_HINT_USER_POS 
6616         and GDK_HINT_USER_SIZE so we can set USSize and USPosition 
6617         hints in gtk_window_parse_geometry()
6618  
6619         * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): support
6620         new USER_POS USER_SIZE hints    
6621
6622 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
6623
6624         * tests/prop-editor.c (properties_from_type): Use 
6625         g_object_class_list_properties to get the param specs 
6626         for a given type. (#58609)
6627
6628 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
6629
6630         * gtk/gtkstyle.c (gtk_style_real_unrealize): Don't forget to
6631         free the text_aa parts. (#57549)
6632
6633 2001-08-09  Matthias Clasen  <matthiasc@waldgeist.poet.de>
6634
6635         * gdk/gdkgc.c (gdk_gc_set_rgb_bg_color): Set the background color,
6636         not the foreground color. (#57621)
6637
6638 2001-08-09  Alexander Larsson <alexl@redhat.com>
6639
6640         * gdk/win32/gdkfont-win32.c:
6641         Update to the new pango win32 api.
6642
6643 2001-08-08  HideToshi Tajima  <tajima@eng.sun.com>
6644
6645         * gtk/gtkclipboard.c (request_text_received_func): ask apps for
6646         COMPOUND_TEXT instead of TEXT
6647         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): correctly
6648         interpret the return value of g_string_to_compound_text()
6649         (#55152)
6650
6651 2001-08-08  Matthias Clasen  <matthiasc@waldgeist.poet.de>
6652
6653         * gtk/gtktreestore.c (gtk_tree_store_iter_n_children): Don't
6654         fail if iter is NULL. (#58347)
6655
6656 2001-08-07  Matthias Clasen  <matthiasc@waldgeist.poet.de>
6657
6658         * gtk/gtktextdisplay.c (render_para, gtk_text_layout_draw): Fix
6659         some off-by-one issues, fixing selection of line-ends. (#50323)
6660
6661 2001-08-07  Matthias Clasen  <matthiasc@waldgeist.poet.de>
6662
6663         * gtk/gtkhsv.c (gtk_hsv_map, gtk_hsv_unmap): Reinstate these
6664         functions in order to make mouse operation work again in the
6665         color wheel. (#58604)
6666
6667 2001-08-07  James Henstridge  <james@daa.com.au>
6668
6669         * gtk/gtkaccellabel.c (gtk_accel_label_set_accel_object): refetch
6670         the accelerator when the accel object is changed.  Fixes bug
6671         #58628.
6672
6673 2001-08-06  HideToshi Tajima  <tajima@eng.sun.com>
6674
6675         * modules/input/gtkimcontextxim.c (mb_to_utf8), xim_text_to_utf8):
6676         Skip g_convert when to_codeset and from_codeset are both 'UTF-8'
6677         (gnome bugzilla #58202)
6678
6679 2001-08-06  Havoc Pennington  <hp@pobox.com>
6680  
6681         * gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): The whole 
6682         GDK_IS_WINDOW() branch of this was a bit screwed up, because 
6683         it was expecting a GdkWindow, not a GdkWindowImplX11.
6684  
6685         Also, we were getting the window rect in screen coords 
6686         and the screen rect in window coords then intersecting 
6687         them; instead, get window rect in window coords.
6688  
6689         Finally, there were codepaths that resulted in a stuck server grab
6690         (when the window was fully onscreen, or on gdk_image_new()
6691         failure); make the server ungrab thing a bit more
6692         robust/consistent.
6693
6694 2001-08-06  Sven Neumann  <sven@gimp.org>
6695
6696         * gdk/gdkpango.c (gdk_pango_context_destroy): 
6697         check if info->colormap != NULL before unref'ing it. It might have
6698         been set to NULL using gdk_pango_context_set_colormap().
6699
6700 Sun Aug  5 11:24:27 2001  Owen Taylor  <otaylor@redhat.com>
6701
6702         * gtk/gtkcolorsel.c (gtk_color_selection_set_current_alpha): 
6703         Fix conversion from float to int so that we don't get
6704         skew in the int => float => int roundtrip. 
6705         (#58120, reported by Vitaly Tishkov). Also fix problem
6706         where if no alpha was set, the returned alpha
6707         from (say) set_current_alpha() was returned as 1, not 65535.
6708
6709 Sun Aug  5 09:48:08 2001  Owen Taylor  <otaylor@redhat.com>
6710
6711         * gtk/gtklist.c (gtk_list_clear_items): Fix
6712         problem with selecting a new focus child.
6713
6714         * gtk/gtklist.c (gtk_list_clear_items): Clear 
6715         list->undo/list_focus_child after unparenting
6716         child, since unparenting the child can result
6717         in list->last_focus_child being set. (#58024)
6718
6719         * Makefile.am (SUBDIRS): Add target specific pc
6720         files to DISTCLEANFILES.
6721
6722         * gtk/Makefile.am: add @GTK_DEBUG_FLAGS@
6723         (58327, Matthias Clasen)
6724
6725 Sat Aug  4 19:28:21 2001  Owen Taylor  <otaylor@redhat.com>
6726
6727         * tests/testgtk.c: Patch from Hans (with various modifications),
6728         to add the ability to use testgtk as a rough-and-ready
6729         benchmark. Try, 'testgtk --bench all:5' (if you want decent
6730         numbers, run without a window manager)
6731
6732 2001-08-04 Alexander Larsson <alexl@redhat.com>
6733
6734         * gdk/win32/gdkinput.c:
6735         Add #ifdef HAVE_WINTAB around wintab.h include.
6736
6737         * gtk/gtk.def:
6738         Removed marshals that have been moved to glib.
6739         Commented out plug and socket. They didn't compile for me 
6740         on win32.
6741
6742 2001-08-04  Hans Breuer  <hans@breuer.org>
6743
6744         * gtk/stocks-icons/makefile.msc : new file
6745         * gtk/makefile.msc.in : use it
6746
6747         * gtk/gtkstyle.c : not all platforms do provide M_PI and
6748         friends, but luckily there is G_PI
6749
6750         * gtk/gtk.def : updated
6751
6752         * gdk/win32/gdkwindow.c (gdk_window_new) : don't make all TEMP 
6753         windows WS_POPUP, but only those without a parent. This fixes the 
6754         mis-alignment between the selectable (temp, input only) window and 
6755         the window text of GtkLabel.
6756
6757         (gdk_window_show) : respect private->state when actually showing
6758         the window.
6759
6760         (gdk_window_set_transient_for) : Implementation from Wolfgang 
6761         Sourdeau <wolfgang@contre.com> ported to 2.0 and added some 
6762         error handling. Should fix #50586.
6763
6764         * gdk/win32/gdkevents-win32.c : beautify log output
6765
6766 2001-08-04  Michael Natterer  <mitch@gimp.org>
6767
6768         * gtk/gtkitemfactory.c (gtk_item_factory_create_item):
6769         Need to show the image after adding it to the GtkImageMenuItem.
6770         This used to work without in testgtk because of the
6771         gtk_widget_show_all() at the end of the function.
6772         (Closes #54978).
6773
6774 Tue Jul 31 22:59:33 2001  Tim Janik  <timj@gtk.org>
6775
6776         * gtk/gtknotebook.c (gtk_notebook_get_child_property): 
6777         (gtk_notebook_set_child_property): fix finding of child's page,
6778         since we have to validly deal with labels and menus here as well.
6779         (gtk_notebook_get_child_property): fix warning.
6780         (gtk_notebook_class_init): property tab_pack is of type
6781         GTK_TYPE_PACK_TYPE (enum) not boolean.
6782         (gtk_notebook_find_child): don't always warn, we might be looking
6783         for a label or menu child.
6784         (gtk_notebook_map): fix mapping of panel.
6785
6786         * gtk/gtkwidget.c (gtk_widget_set_child_visible): always constrain
6787         widget's mapped state, regardless of the value being set equals
6788         old settings, since things like REALIZED(parent) or MAPPED(parent)
6789         may have changed since the old value was set. make it an error to
6790         invoke this function on a toplevel widget.
6791
6792 2001-07-31  Darin Adler  <darin@bentspoon.com>
6793
6794         * gdk/gdkprivate.h:
6795         * gdk/x11/gdkx.h:
6796         Put all mentions of GdkFont inside #ifndef GDK_DISABLE_DEPRECATED.
6797
6798         * demos/gtk-demo/menus.c: (do_menus): Cast to G_OBJECT, not
6799         GTK_OBJECT.
6800
6801 Tue Jul 31 15:34:57 2001  Jonathan Blandford  <jrb@redhat.com>
6802
6803         * gtk/gtktreeview.c (gtk_tree_view_remove_column): Whoops.  Stupid
6804         scoping error pointed out by matthiasc@poet.de.
6805
6806 2001-07-31  Sven Neumann  <sven@gimp.org>
6807
6808         * demos/gtk-demo/appwindow.c
6809         * demos/gtk-demo/item_factory.c
6810         * tests/testgtk.c: gtk_accel_group_attach() takes a GObject.
6811
6812 Mon Jul 30 10:49:16 PDT 2001 Suresh Chandrasekharan <suresh.chandrasekharan@sun.com>
6813
6814         * gtk/gtksignal.h (gtk_signal_handler_pending): corrected the wrong
6815         argument order for g_signal_has_handler_pending.
6816
6817 Sun Jul 29 17:14:01 2001  Tim Janik  <timj@gtk.org>
6818
6819         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): use g_file_test()
6820         instead of long deprecated g_scanner_stat_mode().
6821
6822 2001-07-29  Hans Breuer  <hans@breuer.org>
6823
6824         * gdk/makefile.msc : build in the backend dir after
6825         auto-generating files
6826
6827         * gdk/win32/gdkfont-win32.c (gdk_font_load) : reimplement
6828         with code from win32-production-branch.
6829
6830         *  gdk/win32/gdkwindow-win32.c : set the private->destroyed flag
6831         before calling DestroyWindow, which indirectly calls 
6832         gdk_window_destroy_notify ()
6833
6834         (performance patch merged from win32-production-branch)
6835         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_segments): 
6836         Use PatBlt() instead of LineTo() when possible (solid single-pixel pen, 
6837         R2_COPYPEN rop). It is claimed to be much faster.
6838
6839 Fri Jul 27 11:31:15 2001  Jonathan Blandford  <jrb@redhat.com>
6840
6841         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_get_property):
6842         add an "attributes" property to the text renderer for ATK.
6843
6844 2001-07-26  Alex Larsson  <alexl@redhat.com>
6845
6846         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image):
6847         Initialize image->bits_per_pixel from the drawable, not from
6848         the root window.
6849
6850         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_get_depth):
6851         Fix cast. argument is an IMPL already.
6852
6853 2001-07-15  James Henstridge  <james@daa.com.au>
6854
6855         * gtk/gtkwindow.c (gtk_window_add_accel_group): cast to GObject.
6856         (gtk_window_remove_accel_group): same here.
6857         (gtk_window_key_press_event): same here.
6858
6859         * gtk/gtkwidget.c (gtk_widget_add_accelerator): cast to GObject.
6860         (gtk_widget_remove_accelerator): same here.
6861         (gtk_widget_remove_accelerators): same here.
6862
6863         * gtk/gtkplug.c (gtk_plug_accel_entries_changed): same here.
6864
6865         * gtk/gtkmenushell.c (gtk_menu_shell_key_press): cast to GObject
6866         instead of GtkObject.
6867
6868         * gtk/gtkmenu.c (gtk_menu_key_press): update since GtkAccelGroup
6869         now takes GObjects.
6870
6871         * gtk/gtkitemfactory.c (gtk_item_factory_propagate_accelerator):
6872         pass a GObject to gtk_accel_group_entries_from_object.
6873         (gtk_item_factory_create_item): s/accel_widget/accel_object/
6874
6875         * gtk/gtk-boxed.defs: remove GtkAccelGroup boxed def.
6876
6877         * gtk/gtkaccellabel.c: convert to handle GObject accel objects.
6878
6879         * gtk/gtkaccellabel.h: fix header to reflect that arbitrary
6880         GObjects can have accelerators set now.  Add compatibility
6881         defines.
6882
6883         * gtk/gtkmarshal.list: add missing marshallers.
6884
6885         * gtk/gtkaccelgroup.[ch]: convert to a GObject, and allow setting
6886         accelerators on plain GObjects.  gtk_accel_group_object_destroy
6887         has been converted into a weak reference, and
6888         gtk_accel_group_delete_entries is now a destroy notify for that
6889         piece of data.
6890
6891 2001-07-23  Ron Steinke  <rsteinke@w-link.net>
6892
6893         * gdk/gdkdraw.c: Added a check on the colormap depth to
6894         gdk_drawable_set_colormap()
6895         * gdk/x11/gdkimage-x11.c: combination of Matthias Clasen's
6896         patch to fix colorsel and my patch to fix gdk_drawable_get_image()
6897         for pixmaps without visuals (more specifically, bitmaps)
6898         * gdk/x11/gdkpixmap-x11.c: Fixed gdk_pixmap_new() so it
6899         doesn't set a colormap with the wrong depth
6900
6901
6902 2001-07-22  Anders Carlsson  <andersca@gnome.org>
6903
6904         * gtk/gtktreeview.c (gtk_tree_view_class_init): Replace the
6905         expander_height and expander_width properties with a single
6906         property, expander_size.
6907         (gtk_tree_view_init): Set the tab_offset to expander_size
6908         plus some padding.
6909         (gtk_tree_view_unrealize): Remove the expand/collapse
6910         timeout if it exists.
6911         (coords_are_over_arrow): Fix a small bug.
6912         (gtk_tree_view_motion_draw_column_motion_arrow): Use
6913         expander_size.
6914         (gtk_tree_view_draw_focus): Use "treeview" instead of
6915         "add-mode" as detail when drawing the focus.
6916         (gtk_tree_view_bin_expose): Use "treeview-drop-indicator"
6917         instead of "add-mode" as detail when drawing the focus.
6918         (gtk_tree_view_deleted): If we have a node currently being
6919         expanded or collapsed, remove the timeout and set the node 
6920         to NULL.
6921         (gtk_tree_view_queue_draw_arrow): New function that just
6922         redraws the arrow of a node.
6923         (gtk_tree_view_draw_arrow): Use expander_size instead of
6924         expander_width/expander_height, also pass a different
6925         expander_style to gtk_paint_expander depending on the 
6926         state of the node being drawn.
6927         (expand_collapse_timeout): New function for expanding 
6928         or collapsing a node depending on the previous state.
6929         (gtk_tree_view_real_expand_row): Add timeout and set 
6930         correct state for node being expanded.
6931         (gtk_tree_view_real_collapse_row): Add timeout and set
6932         correct state for node being collapsed.
6933
6934         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): Add
6935         information about the node currently being expanded or
6936         collapsed, and also a timeout id.
6937
6938         * gtk/gtkstyle.h (struct _GtkStyleClass): Replace is_open
6939         with expander_style for draw_expander.
6940
6941         * gtk/gtkstyle.c (gtk_draw_expander): Replace is_open with
6942         expander_style.
6943         (create_expander_affine): New function for creating an 
6944         expander affine.
6945         (apply_affine_on_point): New function for applying an 
6946         affine to a point.
6947         (gtk_default_draw_expander): Modified to take expander_style
6948         instead of is_open, and to draw the rectangle rotated differently
6949         depending on the expander style.
6950         (gtk_paint_expander): Replace is_open with expander_style.
6951
6952         * gtk/gtkrbtree.h: Add expander states to GtkRBNodeColor.
6953
6954         * gtk/gtkenums.h: Add expander style enum.
6955
6956 2001-07-21  Jonas Borgström  <jonas@codefactory.se>
6957
6958         * gtk/gtktreemodel.c (gtk_tree_model_foreach): Check the return
6959         value from gtk_tree_model_get_iter, the model might be empty.
6960
6961 2001-07-20  Hans Breuer  <hans@breuer.org>
6962
6963         * gdk/win32/gdkinput-win32.c : gdk_device_get_history moved to
6964         gdk/gdkinput.c like the other backends
6965
6966         * gdk/win32/gdkinput-win32.h :
6967         * gdk/win32/gdkinput.c :
6968         * gdk/win32/gdkvisual-win32.c :
6969         * gdk/win32/gdkwin32.h : mechanical adaption to GdkDevice and
6970         GdkVisual GObjectification. UNTESTED for pen-devices because
6971         I simply have none.
6972
6973         * gdk/gdk.def :
6974         * gtk/gtk.def : updated externals
6975
6976         * gtk/gtkiconfactory.c :
6977         * gtk/gtkoldeditable.c : GError *error needs to be initialized (= NULL) 
6978         before passing &error to functions to avoid strange crashes
6979         
6980         * gtk/gtkcontainer.c (gtk_container_real_set_focus_child) : is static
6981
6982         * gtk/gtkwidget.c (gtk_widget_get_child_visible): use g_return_val_if_fail
6983
6984         * gtk/makefile.msc.in : updated
6985
6986 Thu Jul 19 15:35:32 2001  Owen Taylor  <otaylor@redhat.com>
6987
6988         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_vadjustment):
6989         Add property support. (#51858)
6990
6991 Thu Jul 19 14:56:33 2001  Owen Taylor  <otaylor@redhat.com>
6992
6993         * gtk/gtkaccellabel.c (gtk_accel_label_class_init) 
6994         * gtk/gtkinputdialog.c (gtk_input_dialog_set_key):
6995         Use Shift/Ctrl instead of Shft/Ctl. (#53807)
6996
6997 Thu Jul 19 11:41:00 2001  Owen Taylor  <otaylor@redhat.com>
6998
6999         * gtk/gtkcolorsel.c: Add propery support (roughly
7000         based on patch from Lee Mallabone, #51014)
7001
7002         * gtk/gtkcolorsel.h: Mark gtk_color_selection_set_update_policy as
7003         deprecated, since we already g_warning() on it.
7004
7005 Thu Jul 19 14:24:34 2001  Owen Taylor  <otaylor@redhat.com>
7006
7007         * gtk/gtkentry.c (gtk_entry_set_positions): Fix
7008         typo that sometimes caused selection not to work properly.
7009
7010         * gtk/gtkentry.c (gtk_entry_grab_focus): Select text in
7011         entry when tabbing in. (#57743)
7012         
7013         * gtk/gtkentry.c (gtk_entry_motion_notify): If the
7014         user drags up above or down below the entry, move
7015         to the end or the beginning of the entry. (Suggestion
7016         from Jay Cox, #50940)
7017
7018         * gtk/gtkentry.c (gtk_entry_move_cursor): If we have
7019         a current selection, then when moving by chars or
7020         words, move to the end of the selection rather than
7021         from entry->current_pos. (Suggestion from Jay Cox,
7022         #50942)
7023         
7024 Thu Jul 19 12:14:28 2001  Owen Taylor  <otaylor@redhat.com>
7025
7026         * gtk/gtkwindow.c (gtk_window_set_decorated): Actualy
7027         set window->decorated. (Patch from Hidetoshi Tajima,
7028         #55846)
7029
7030 Sat Jul  7 02:50:14 2001  Owen Taylor  <otaylor@redhat.com>
7031
7032         * gtk/gtkwidget.c (gtk_widget_set_parent): Enforce
7033         the widget/child realization/mapping invariants.
7034
7035         * gtk/gtkwidget.[ch] gtk/gtkprivate.h: Add functions 
7036         gtk_widget_[get/set]_child_visible() to control
7037         whether visible children of a mapped window are
7038         mapped.
7039
7040         * docs/widget_system.txt: Updated for changes in
7041         container contract, and addition of GTK_CHILD_VISIBLE.
7042
7043         * gtk/gtkcontainer.c: Add generic map()/unmap()
7044         functions that work for almost all containers.
7045
7046         * gtk/gtknotebook.c gtk/gtkpacker.c: Use 
7047         gtk_widget_set_child_visible() where necessary.
7048
7049         * gtk/*.c: Remove excess map(), unmap(), and 
7050         realization/mapping invariant enforcing code
7051         from many containers.
7052
7053 Wed Jul 18 19:51:45 2001  Owen Taylor  <otaylor@redhat.com>
7054
7055         * gtk/gtktextview.c (gtk_text_view_set_attributes_from_style): 
7056         Get the foreground color from 'text', nor 'fg'. (#57568)
7057
7058 Wed Jul 18 19:28:46 2001  Owen Taylor  <otaylor@redhat.com>
7059
7060         * gtk/*.c: Patch from Matthias Clasen to remove remove
7061         all instances of g_return_if_fail (foo != NULL); that are
7062         immediately before a g_return_if_fail (GTK_IS_FOO (foo));
7063         since the second check catches the NULL anyways.
7064
7065 Wed Jul 18 18:23:05 2001  Owen Taylor  <otaylor@redhat.com>
7066
7067         * gtk/gtkbutton.c gtk/gtkentry.c gtk/gtkmenu.c gtk/gtktextview.c
7068         gtktreeview.c: Fix idles and timeouts to be properly surrounded by 
7069         GDK_THREADS_ENTER()/LEAVE() pairs.
7070
7071         * gtk/gtkdialog.c gtk/gtkclipboard.c: Surround calls
7072         to g_main_loop_run() with GDK_THREADS_LEAVE()/ENTER()
7073         pairs. (Problem found by M. Meeks)
7074
7075 2001-07-18  Darin Adler  <darin@bentspoon.com>
7076
7077         * gtk/gtkiconfactory.c: (gtk_icon_size_register): Reorder code so
7078         that we don't get a g_warning message every time we register a new
7079         icon size.
7080
7081         * gdk/x11/gdkcolor-x11.c: (gdk_colormap_alloc1): Fix warning by
7082         using pixel variable of the correct type.
7083         
7084 Fri Jul 13 15:33:32 2001  Owen Taylor  <otaylor@redhat.com>
7085
7086         * gdk/gdkwindow.[ch]: Add a function gdk_window_get_internal_paint_info(),
7087         so that using X functions on a GdkWindow is possible, if
7088         a little hairy.
7089
7090         * gdk/gdkgc.c (gdk_gc_offset): Add a function to offset the clip
7091         and ts_origin of a GC, so that external parties can offset/restore
7092         a GC, when using gdk_window_get_internal_paint_info().
7093
7094 2001-07-17  Darin Adler  <darin@bentspoon.com>
7095
7096         * .cvsignore: Ignore the sgml directory made by gtkdoc.
7097         * demos/pixbuf-demo.c: (main): Use gtk_window_set_resizable
7098         instead of the deprecated gtk_window_set_policy.
7099         * demos/testpixbuf-scale.c: Add missing <stdlib.h> include.
7100         * gdk/gdkkeys.c: (gdk_keymap_class_init): Remove empty finalize
7101         function to get rid of warning and some code too.
7102         * gdk/x11/gdkfont-x11.c: (gdk_font_charset_for_locale): Add
7103         missing const.
7104         * gdk/x11/gdkmain-x11.c: (_gdk_windowing_init_check): Remove
7105         unused local.
7106         * gdk/x11/gdkpango-x11.c: (gdk_pango_context_get): Add missing
7107         const.
7108         * gdk/x11/gdkselection-x11.c: (gdk_text_property_to_utf8_list),
7109         (gdk_utf8_to_compound_text): Add missing const.
7110         * gtk/gtkimage.c: (gtk_image_expose): Remove unused local.
7111         * gtk/gtkmenubar.c: (gtk_menu_bar_hierarchy_changed): Add missing
7112         cast and get rid of an unnecessary one.
7113         * gtk/gtksettings.c: (gtk_settings_notify): Remove unused local.
7114         * gtk/gtkstatusbar.c: (gtk_statusbar_size_allocate): Remove unused
7115         local.
7116         * gtk/gtktreemodelsort.c: (gtk_tree_model_sort_build_level):
7117         Remove unused local.
7118         * modules/input/gtkimcontextxim.c: (gtk_im_context_xim_new): Add
7119         missing const.
7120         * tests/testsocket.c: (add_child): Add cast so the printf format
7121         doesn't make us implicitly depend on what integer type
7122         gtk_socket_get_id returns.
7123         * tests/testtextbuffer.c: Add missing const.
7124         * tests/testtreefocus.c: (main): Remove unused local.
7125         * tests/treestoretest.c: (iter_remove): Remove unused local.
7126         (uppercase_value): Remove unused function.
7127         (make_window): Add statement to quiet the compiler's uninitialized
7128         variable warning.
7129
7130 Sat Jul 14 12:47:35 2001  Tim Janik  <timj@gtk.org>
7131
7132         * gtk/gtkrange.c:
7133         (second_timeout): 
7134         (initial_timeout): 
7135         (update_timeout): add GDK_THREADS_ENTER/GDK_THREADS_LEAVE.
7136         (gtk_range_calc_layout): compute the new layout based on an
7137         adjustment->value being passed in as argument.
7138         (gtk_range_button_press): for button2 slider warps, first recalc
7139         the layout, then adjust the value. also, use update_slider_position()
7140         for adjusting the value, so we keep pixel quantisation at which we
7141         usually operate (upon motion or button releases). the reason for this
7142         is that, we can't change the adjustment upon button2 presses to a non
7143         quantised value and upon button2 release re-quantise the value since
7144         that'd alter the value even if we didn't get any motion events (causing
7145         unexpected scroll area warps upon release and/or slider pixel-jitter).
7146         (gtk_range_motion_notify): update the slider position from queried
7147         coordinates, not event coordinates.
7148
7149 Fri Jul 13 09:47:52 2001  Tim Janik  <timj@gtk.org>
7150
7151         * gtk/gtkstyle.c (gtk_default_draw_focus): fix line style resetting,
7152         the default gc values are: width=0, CapBut, JoinMiter.
7153
7154 2001-07-13  Anders Carlsson  <andersca@codefactory.se>
7155
7156         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Take
7157         into account the xpad and ypad when calculating the width and the
7158         height of the pixbuf cel.
7159
7160 Thu Jul 12 18:29:40 2001  Owen Taylor  <otaylor@redhat.com>
7161
7162         * gtk/gtkradiomenuitem.[ch] (gtk_radio_menu_item_group): 
7163         Rename to gtk_radio_menu_item_get_group(), add deprecated
7164         alias. (#57044)
7165
7166         * gtk/gtkfilesel.c: Indentation fix.
7167
7168 Thu Jul 12 17:33:00 2001  Owen Taylor  <otaylor@redhat.com>
7169
7170         * gtk/gtkbbox.h gtk/gtkcompat.h: Patch from Mathias 
7171         Hasselmann to fix warnings in compat macros. 
7172         (#56773)
7173
7174         * gtk/gtkmenubar.c (gtk_menu_bar_hierarchy_changed): Fix 
7175         stupid wrong cast added in last patch.
7176
7177 Thu Jul 12 16:51:34 2001  Owen Taylor  <otaylor@redhat.com>
7178
7179         * gtk/gtkwidget.c: Replace a couple of inappropriate calls to 
7180         GTK_WIDGET_HAS_FOCUS() with gtk_widget_is_focus(). (#57067)
7181
7182 Thu Jul 12 14:06:19 2001  Owen Taylor  <otaylor@redhat.com>
7183
7184         * gtk/gtkmenubar.c (gtk_menu_bar_hierarchy_changed): Add
7185         missing cast.
7186
7187         * gtk/gtkcontainer.c (gtk_container_get_focus_chain): Fix
7188         NULL/FALSE return value confusion.
7189
7190         * gtk/gtkrange.c (coord_to_value): Fix division-by-zero
7191         problem when scrollbar completely fills range. (Patch
7192         from  Matthias Clasen, #57047)
7193
7194 Thu Jul 12 13:53:28 2001  Owen Taylor  <otaylor@redhat.com>
7195
7196         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Properly
7197         clean up when handling events for move-resize emulation.
7198         (Problem traced down by Matthias Clasen, #57271)
7199
7200 Thu Jul 12 13:43:27 2001  Owen Taylor  <otaylor@redhat.com>
7201
7202         * gtk/gtkclist.c gtk/gtkcolorsel.c gtk/gtkcombo.c
7203           gtk/gtkctree.c gtk/gtkcurve.c gtk/gtkentry.c
7204           gtk/gtkfontsel.c gtk/gtkhandlebox.c 
7205           gtk/gtkimcontextsimple.c gtk/gtkmain.c gtk/gtkmenu.c
7206           gtk/gtkmenuitem.c gtk/gtkoptionmenu.c gtk/gtkpixmap.c
7207           gtk/gtkselection.c gtk/gtktextdisplay.c gtk/gtktextview.c
7208           gtk/gtktooltips.c gtk/gtkwidget.c gtk/gtkwindow.c:
7209         Formatting fixes from multihead brnach. [ mostly foo(bar) => foo (bar) ]
7210
7211 2001-07-09  Peter Williams  <peterw@ximian.com>
7212
7213         * gtk/Makefile.am ($(srcdir)/stamp-gtk.defs): Add a cd $(srcdir)
7214         for when srcdir != builddir
7215
7216 Mon Jul  9 12:50:51 2001  Jonathan Blandford  <jrb@redhat.com>
7217
7218         * gtk/gtktreemodel.c: remove gtk_tree_model_get_first in favor of
7219         gtk_tree_model_get_iter_root.
7220
7221         * gtk/gtkliststore.c: Add a bunch of g_return statements.
7222         (gtk_list_store_iter_n_children): Fix up.
7223
7224         * gtk/gtktreestore.c: Add a bunch of g_return statements.
7225
7226 Fri Jul  6 15:38:33 2001  Owen Taylor  <otaylor@redhat.com>
7227
7228         * gtk/gtkwidget.c (gtk_widget_class_init):
7229         G_SIGNAL_TYPE_STATIC_SCOPE GtkSelectionData to
7230         restore some workingness.
7231
7232         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Fix 
7233         handle of window type for input-only windows.
7234
7235 Thu Jul  5 21:53:46 2001  Owen Taylor  <otaylor@redhat.com>
7236
7237         * gtk/gtkbbox.[ch] gtk/gtkbox.[ch] gtk/gtk[hv]bbox.c:
7238         Patch from Gregory Merchan to add 
7239         gtk_button_box_set_secondary(), which separates
7240         the child into a separate group from the normal
7241         buttons. (#56331)
7242
7243         * gtk/gtkdialog.c: Make help buttons secondary by
7244         default.
7245
7246         * gtk/gtkbbox.c: Added a child property "secondary".
7247
7248         * gtk/testgtk.c: Turn on the help button for the 
7249         color selector to check that it properly appears
7250         as secondary.
7251
7252 Mon Jul  2 01:09:37 2001  Owen Taylor  <otaylor@redhat.com>
7253  
7254         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkwindow-x11.c
7255         gdk/linux-fb/gdkwindow-fb.c gdk/x11/gdkwindow-x11.c gdk/gdk:
7256         Add gdk_set_pointer_hooks() to allow pointer-querying to
7257         be hooked by an event record/playback system like GERD.
7258         (#56914)
7259         
7260 Thu Jul  5 08:57:07 2001  Owen Taylor  <otaylor@redhat.com>
7261
7262         * gtk/gtkwidget.c (gtk_widget_reset_rc_style): Pass
7263         in the right value of initial_emission to
7264         gtk_widget_set_style_internal (#57091)
7265
7266 Wed Jul  4 23:17:04 2001  Owen Taylor  <otaylor@redhat.com>
7267
7268         * gtk/gtkdnd.c (gtk_drag_dest_hierarchy_changed):
7269         Make compile.
7270
7271         * gtk/gtkwidget.c (gtk_widget_reset_rc_style): Fix problem
7272         with calling gtk_widget_set_style_internal() with
7273         the old style, not the new style. (#56989)
7274
7275 Wed Jul  4 22:35:40 2001  Owen Taylor  <otaylor@redhat.com>
7276
7277         * gtk/gtklabel.c gtk/gtkmenubar.c gtk/gtktreeviewcolumn.c
7278           gtk/gtkwidget.c:
7279         Check GTK_WIDGET_TOPLEVEL(gtk_widget_get_toplevel (widget)),
7280         not GTK_WIDGET_GET_ANCESTOR ... see 
7281         http://mail.gnome.org/archives/gtk-devel-list/2001-July/msg00072.html.
7282         Indicate the best practice in the docs for gtk_widget_get_toplevel().
7283
7284         * gtk/gtkwidget.[ch]: Expose a private _gtk_widget_hierarchy_changed(),
7285         so GtkPlug can give the correct signals when transforming
7286         from a child to a toplevel.
7287         
7288         * gtk/gtkdnd.c (gtk_drag_dest_hierarchy_changed): Handle
7289         reparentation correctly.
7290
7291         * gtk/gtkwidget.c (gtk_widget_propagate_hierarchy_changed):
7292         Propagate the previous_toplevel argument down properly.
7293
7294         * gtk/gtklabel.c (gtk_label_finalize): Fix unrefing
7295         of wrong atr list.
7296
7297         * gtk/gtkplug.[ch]: Add an "embedded" signal.
7298
7299         * gtk/gtksocket.[ch]: Add "child_added", "child_removed"
7300         signals.
7301
7302         * gtk/gtkplug.[ch] gtk/gtksocket.[ch]: Add 
7303         functions gtk_plug_get_id(), gtk_socket_get_id(),
7304         to avoid the user having to worry about realization,
7305         and gdkx.h.
7306
7307         * tests/testsocket.c: Extend to try out the new signals
7308         and gtk_plug/socket_get_id().
7309
7310         * gtk/gtklabel.c (gtk_label_set_pattern_internal): Fix
7311         setting of underline attributes.
7312
7313         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore
7314         DestroyNotify events from SubstructureNotifyMask
7315
7316         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent):
7317         Switch GDK_WINDOW_TYPE (window) as needed.
7318
7319         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Clean up,
7320         allow creation of toplevel windows as children of
7321         foreign windows.
7322
7323         * gtk/gtkplug.c: Remove hacks involving changing private
7324         fields of GdkWindow.
7325
7326         * gtk/gtkplug.[ch] gtk/gtksocket.c: Work to make 
7327         exactly the same signals and notification
7328         be emitted for local embedding as for inter-process
7329         embedding.
7330
7331 2001-07-04  James Henstridge  <james@daa.com.au>
7332
7333         * gtk/gtkliststore.h: add missing gtk_list_store_newv prototype.
7334
7335 Mon Jul  2 16:53:25 2001  Owen Taylor  <otaylor@redhat.com>
7336
7337         * gtk/xembed.h gtk/gtkplug.c gtk/gtksocket.c: For
7338         XEMBED embedding add a _XEMBED_INFO property to the
7339         client with version number and a "mapped" flags.
7340         Use the mapped flag instead of the racy MapRequestEvent
7341
7342         * gtk/gtksocket.c: Clean up the gtk_socket_steal()
7343         code to reliably set things (when the child is a passive
7344         embedder participating in the XEMBED protocol) intead
7345         of just being a hack for embedding non-participating
7346         programs. Fix various bugs and race conditions.
7347         
7348         * gtk/gtksocket.[ch] gtk/gtkplug.[ch]: Make local embedding
7349         work by simply making the GtkSocket the gtk parent
7350         of the GtkPlug. Set a flag in this case and make
7351         the GtkPlug work like a normal container by overriding
7352         methods such as check_resize and "chaining past" GtkWindow
7353         to GtkBin.
7354
7355         * gtk/gtkentry.c (gtk_entry_real_activate)
7356           gtk/gtkmain.c (gtk_propagate_event): 
7357         Eliminate use of gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW).
7358         
7359         * gtk/gtkwidget.c (gtk_widget_get_toplevel,
7360         gtk_widget_get_ancestor):
7361         Explain why gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW)
7362         might not give the expected result and recommend
7363         an alternative.
7364
7365         * tests/testsocket.c tests/testsocket_child.c
7366         tests/testsocket_common.c tests/Makefile.am: Extended
7367         to test different type of adding plugs to sockets
7368         (local,active,passive), and to test mapping/unmapping
7369         the plug.
7370
7371         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Don't
7372         mark the window as destroyed until after we
7373         called _gdk_windowing_window_destroy().
7374         (_gdk_windowing_window_destroy() may use GDK functions
7375         on the window.)
7376
7377         * gdk/x11/gdkinput.c: Remove the check for finalization - 
7378         devices can be finalized under some circumnstances.
7379  
7380         * gdk/x11/gdkinput-x11.c (gdk_input_device_new): Fix 
7381         small problem with GDK_TYPE_DEVICE.
7382  
7383 2001-07-02  Havoc Pennington  <hp@pobox.com>
7384
7385         * gdk/x11/gdkwindow-x11.c (gdk_wmspec_change_state): fix to 
7386         use constants not atoms.
7387
7388 2001-07-02  James Henstridge  <james@daa.com.au>
7389
7390         * gtk/gtktextview.c (gtk_text_view_class_init): same here for
7391         PANGO_TYPE_TAB_ARRAY.
7392
7393         * gtk/gtktexttag.c (gtk_text_tag_class_init): same here, but also
7394         for PANGO_TYPE_TAB_ARRAY.
7395
7396         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init):
7397         s/GTK_TYPE_PANGO_FONT_DESCRIPTION/PANGO_TYPE_FONT_DESCRIPTION/
7398
7399         * gtk/gtk-boxed.defs: move all the boxed definitions to the top of
7400         the file.  Remove Pango types from defs -- they are now defined in
7401         libpango.
7402
7403 Mon Jul  2 06:35:10 2001  Tim Janik  <timj@gtk.org>
7404
7405         * gdk/gdkkeys.c (gdk_keymap_class_init): s/signal_newc/signal_new/
7406
7407         * gtk/gtkobject.c (gtk_object_destroy): invoke
7408         g_object_run_dispose().
7409
7410         * gtk/gtkwindow.c: 
7411         * gtk/gtkwidget.c: 
7412         * gtk/gtkobject.c:
7413         * gtk/gtklist.c: s/shutdown/dispose/ for the GObject
7414         method.
7415
7416 Sat Jun 30 20:44:48 2001  Owen Taylor  <otaylor@redhat.com>
7417
7418         * gtk/gtktypeutils.c (gtk_type_class): Remove
7419         change check for GTK_TYPE_OBJECT derivation to
7420         G_TYPE_OBJECTS - it's Tim-approved to use this 
7421         for arbitary objects.
7422
7423         * gtk/gtkwindow.c gtk/gtkcontainer.[ch]: underscore
7424         prefix gtk_container_dequeue_resize_handler().
7425
7426         * gtk/gtkwidget.[ch]: Add a previous_toplevel argument
7427         to the hierarachy_changed signal, since you otherwise
7428         have to always keep that around.
7429
7430         * gtk/gtkmenubar.c gtk/gtklabel.c gtk/gtksocket.c: Adapt
7431         for extra argument to hierarchy_changed.
7432
7433 Tue Jun 26 19:39:03 2001  Owen Taylor  <otaylor@redhat.com>
7434
7435         * gtk/gtkwidget.c (gtk_widget_set_style): Allow %NULL
7436         for style to mean "revert to default style"
7437
7438         * gtk/gtkwidget.[ch] (gtk_widget_set_rc_style,
7439           gtk_widget_restore_default_style): Make this functions
7440         deprecated aliases for gtk_widget_set_style (widget, NULL).
7441
7442         * gtk/gtkwidget.[ch]: Remove:
7443            gtk_widget_set_default_style ()
7444            gtk_widget_push_style ()
7445            gtk_widget_pop_style ()
7446         These functions interact are overriden by RC files, and
7447         thus virtually useless, and complicated.
7448
7449 Fri Jun 22 18:49:48 2001  Owen Taylor  <otaylor@redhat.com>
7450
7451         * gtk/gtkrc.c: Add a GtkRcContext structure to hold 
7452         most of the previous global variables in gtkrc.c. This is
7453         in preparation for multi-head, since each screen can
7454         have different GtkSettings and RC information.
7455
7456         * gtk/gtkrc.[ch]: 
7457
7458         * gtk/gtkrc.h (struct _GtkRcStyleClass): Add a
7459         GtkSettings parameter to GtkRcStyle::parse.
7460
7461         * gdk/x11/gdkevents-x11.c gtk/gtksettings.c gtk/gtkrc.c: 
7462         Add two new settings gtk-theme-name, gtk-key-theme-name,
7463         for RC files that are loaded by name after reading
7464         the default RC files.
7465         
7466         * gtk/gtkrc.c: Allow priorities for styles, as wll as
7467         bindings.
7468
7469         * gtk/gtkenums.h gtk/gtkrc.c: Add GTK_PATH_PRIO_THEME,
7470         and use it by default for RC files loaded via 
7471         gtk-theme-name, gtk-key-theme-name.
7472
7473         * gtk/gtkiconfactory.c (gtk_icon_source_set_filename)
7474         gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string) 
7475         tests/testgtkrc: Require pathnames to be absolute.
7476
7477         * gtk/gtkrc.c gtk/gtkiconfactory.c: Look up the full filename for
7478         the source when parsing, since the operation of looking up a
7479         pixmap from an RC file depends on the parsing context.
7480
7481         * gtk/gtkrc.c (gtk_rc_context_reparse_all): Automatically
7482         reset RC styles on all widgets when files are reparsed.
7483
7484         * tests/testgtk.c (create_rc_file) 
7485           gtk/gtkwindow.c (gtk_window_read_rcfiles): 
7486         Simplify, now that gtk_rc_reparse_all() resets styles on
7487         all widgets itself.
7488
7489         * gtk/gtkmain.c (gtk_get_default_language): Fix broken
7490         return value.
7491
7492         * gtk/gtksettings.[ch] (gtk_settings_install_property[_ch]): Remove
7493         GtkSettings argument.
7494
7495         * gtk/gtksettings.[ch] (gtk_settings_get_default): Rename from
7496         gtk_settings_get_global().
7497
7498         * gtk/gtkwidget.[ch]: Add a function gtk_widget_Get_settings()
7499         to get the appropriate GtkSettings for a widget. (For now,
7500         just gets the default GtkSetttings.) 
7501
7502         * gtk/gtkcolorsel.c gtk/gtkentry.c gtk/gtkmenu.c gtk/gtkmenubar.c
7503           gtk/gtktextview.c gtk/gtktoolbar.c: Fixes for GtkSettings
7504         changes.
7505
7506         * gtk/gtkrc.[ch]: Add gtk_rc_get_style_by_paths() to allow
7507         getting a style for a path without actually having a widget.
7508         (Allows using a style for a subpart of a widget, for
7509         example.)
7510
7511         * gtk/gtkrc.[ch]: Add gtk_rc_reparse_all_for_setting() to allow forcing
7512         the RC files to be reloaded for just one GtkSettings
7513         (not sure how useful this really is.)
7514
7515         * gtk/gtkrc.h: Deprecate
7516         gtk_rc_add_widget_name/widget_class/class_style
7517
7518 2001-06-30  Alex Larsson  <alexl@redhat.com>
7519
7520         * gdk/linux-fb/gdkinput-none.c:
7521         * gdk/linux-fb/gdkinput.c:
7522         * gdk/linux-fb/gdkinputprivate.h:
7523         Convert GdkDevice to a GObject.
7524
7525         * linux-fb/gdkprivate-fb.h:
7526         * linux-fb/gdkvisual-fb.c:
7527         Convert GdkVisual to a GObject.
7528
7529 2001-06-29  Alex Larsson  <alexl@redhat.com>
7530
7531         * gdk/gdkvisual.h:
7532         * gdk/gdkcolor.c:
7533         * gdk/x11/gdkx.h:
7534         * gdk/x11/gdkvisual-x11.c:
7535         Convert GdkVisual to a GObject.
7536
7537         * gdk/gdkinput.h:
7538         * gdk/gdkevents.c:
7539         * gdk/x11/gdkinputprivate.h:
7540         * gdk/x11/gdkinput-gxi.c:
7541         * gdk/x11/gdkinput-none.c:
7542         * gdk/x11/gdkinput-x11.c:
7543         * gdk/x11/gdkinput-xfree.c:
7544         * gdk/x11/gdkinput.c:
7545         Convert GdkDevice to a GObject.
7546
7547 Fri Jun 29 22:13:28 2001  Jonathan Blandford  <jrb@redhat.com>
7548
7549         * gtk/gtktreestore.c (gtk_tree_store_new): changed new_with_types
7550         to just plain new, fixing the number of columns, and column types
7551         at creation time.
7552
7553         * gtk/gtkliststore.c (gtk_list_store_new): ditto.
7554
7555         * gtk/gtkcellrenderertext.c
7556         (gtk_cell_renderer_text_set_fixed_height_from_font): FIX the
7557         height to a specific font.
7558
7559         * gtk/gtktreeview.c (gtk_tree_view_is_expander_column): fix brokenness.
7560
7561         * tests/*c: change to work with new store models.
7562
7563 2001-06-29  Havoc Pennington  <hp@redhat.com>
7564
7565        * Throughout: fixes to compile with G_DISABLE_COMPAT
7566         (s/g_signal_connectc/g_signal_connect/,
7567         s/g_signal_newc/g_signal_new/,
7568         s/g_signal_disconnect_by_func/g_signal_handlers_disconnect_by_func/)
7569
7570 Fri Jun 29 03:14:16 2001  Jonathan Blandford  <jrb@redhat.com>
7571
7572         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
7573         add path argument to selection callbacks.
7574
7575 Fri Jun 29 00:13:34 2001  Jonathan Blandford  <jrb@redhat.com>
7576
7577         * gtk/gtktreemodel.c (gtk_tree_model_foreach): New function to
7578         walk through a model in a depth first manner, with the option to
7579         break out.
7580
7581 Fri Jun  8 18:52:10 2001  Jonathan Blandford  <jrb@redhat.com>
7582
7583         * gtk/gtktreeview.[hc]: Patch Thomas Broyer from
7584         <tbroyer@ltgt.net>. Expander arrows are now attached to a specific
7585         column and follow it when draged, rather than a location in the
7586         view. "expander_column" property and drawing functions changed
7587         accordingly.  Fixes bug #55942.
7588
7589         (gtk_tree_view_{set,get}_expander_column): Now works with a
7590         GtkTreeViewColumn* instead of int.
7591
7592 Thu Jun 28 22:53:18 2001  Owen Taylor  <otaylor@redhat.com>
7593
7594         *  gdk/gdk.c gtk/gtktypeutils.c: Fix args to g_type_init(). 
7595
7596 2001-06-28  Havoc Pennington  <hp@pobox.com>
7597
7598         * gdk/x11/gdkimage-x11.c (_gdk_x11_get_image): Clip the retrieved
7599         image data to the screen, using a server grab to avoid race
7600         conditions.
7601
7602         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): remove 
7603         check for NULL return from gtk_image_new_from_stock(), it never
7604         returns NULL.
7605         (gtk_item_factory_create_item): fix bug where we parsed the stock
7606         ID as an inline pixbuf
7607
7608         * gtk/gtktext.c (gtk_text_key_press): numeric keypad support
7609
7610         * gtk/gtkspinbutton.c (gtk_spin_button_key_press): numeric keypad
7611         support (should be using binding set here)
7612
7613         * gtk/gtkoptionmenu.c (gtk_option_menu_key_press): numeric keypad
7614         support (should be using binding set here)
7615
7616         * gtk/gtkmenushell.c (gtk_menu_shell_class_init): numeric keypad 
7617         support
7618
7619         * gtk/gtkmenu.c (gtk_menu_class_init): numeric keypad support
7620
7621         * gtk/gtkmenubar.c (gtk_menu_bar_class_init): numeric keypad
7622
7623         * gtk/gtklistitem.c (gtk_list_item_class_init): numeric keypad
7624
7625         * gtk/gtkimcontextsimple.c
7626         (gtk_im_context_simple_filter_keypress): keypad
7627
7628         * gtk/gtkfilesel.c (gtk_file_selection_key_press): keypad 
7629
7630         * gtk/gtkentry.c (gtk_entry_class_init): numeric keypad fixes
7631
7632         * gtk/gtkctree.c (gtk_ctree_class_init): numeric keypad support
7633
7634         * gtk/gtkcolorsel.c (palette_activate): keypad support (of course,
7635         should be binding-setted)
7636
7637         * gtk/gtkwindow.c (gtk_window_class_init): numeric keypad fixes
7638
7639         * gtk/gtkclist.c (gtk_clist_class_init): numeric keypad fixes
7640
7641         * gtk/gtkcalendar.c: numeric keypad fixes
7642
7643         * gtk/gtktextview.c (gtk_text_view_class_init): numeric keypad
7644         support
7645
7646         * gdk/gdkwindow.c (gdk_window_get_clip_region): fix infinite loop
7647         screwup
7648
7649         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha): 
7650         clip the render area to the drawable's clip region in advance,
7651         so we don't get data from the server that we don't need.
7652
7653         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
7654         check return value of gdk_pixbuf_get_from_drawable(), fall back 
7655         to bilevel alpha if we can't get the pixbuf to composite against.
7656
7657         * gdk/gdkdraw.c (gdk_drawable_get_image): set the image colormap
7658
7659         * gdk/gdkimage.c (gdk_image_get_colormap): add
7660         gdk_image_set_colormap, gdk_image_get_colormap
7661
7662         * gdk/gdkpixbuf-drawable.c (rgbconvert): Change all converters to
7663         take a region of the image, instead of converting the entire
7664         image.
7665
7666         * gtk/gtkwidget.h (struct _GtkWidgetClass): add show_help
7667         keybinding signal. Add default bindings for it. Add default
7668         handler for show_help that shows the tooltip for the widget.
7669
7670         * gtk/gtkdialog.c (gtk_dialog_class_init): add binding set and
7671         "close" keybinding signal, remove key press handler.
7672
7673         * gtk/gtktooltips.c (gtk_tooltips_set_colors): Just remove this,
7674         it's not our usual practice to leave a deprecated function around
7675         with a runtime warning, plus we don't want it to appear in docs,
7676         plus if we make them yellow no one will want to change them
7677         anyhow.
7678
7679 Thu Jun 28 23:53:31 2001  Tim Janik  <timj@gtk.org>
7680
7681         * gtk/gtkwidget.c (gtk_widget_hide): !GTK_OBJECT_DESTROYED() ->
7682         GTK_WIDGET_REALIZE() for resize queueing.
7683
7684         * gtk/gtkmain.c (gtk_main_do_event): !GTK_OBJECT_DESTROYED() ->
7685         GTK_WIDGET_REALIZE() for post event delivery destruction upon
7686         GDK_DESTROY.
7687         
7688         * gtk/gtkwidget.c: added GtkWidget::event-after notification signal, to
7689         sompensate for former (pre-2.0) connect_after() facility.
7690         (gtk_widget_send_expose): 
7691         (gtk_widget_event): assert the widget is realized, since event delivery
7692         to non-realized widgets is essentially a bug. event handlers should
7693         be able to unconditionally rely on widget->window (unless they
7694         emit events on their own which can trigger widget destruction).
7695         (gtk_widget_event_internal): removed old outdated GTK_OBJECT_DESTROYED()
7696         logic. event delivery happens as follows:
7697         a) emission of GtkWidget::event (RUN_LAST handler). returns was_handled.
7698         b) if !was_handled in (a) and the widget is still realized, emit event-
7699            specific signal (RUN_LAST handler). returns was_handled.
7700         c) emission of GtkWidget::event-after for notification if the widget is
7701            still realized (regardless of was_handled from previous stages, no
7702            class handler). no return value.
7703         d) was_handled gets passed on to caller, to determine further
7704            propagation. if the widget got unrealized meanwhile, was_handled
7705            is returned as TRUE.
7706
7707         * gdk/gdkevents.[hc]: added gdk_event_get_root_coords() and
7708         gdk_event_get_coords().
7709
7710 Thu Jun 28 17:18:41 2001  Tim Janik  <timj@gtk.org>
7711
7712         * configure.in (GTK_MICRO_VERSION): up version to 1.3.7, interface
7713         age 0, binary age 0. depend on glib 1.3.7.
7714
7715         * gtk/gtkcontainer.c: remove g_signal_handlers_disconnect_by_func() hack.
7716
7717         * gtk/gtkmenubar.c: same here.
7718         
7719         * gtk/gtkcontainer.c (gtk_container_focus_tab): fix param-spec retrival.
7720
7721         * gtk/gtkcolorsel.c (gtk_color_selection_init): fix connect_data() usage.
7722
7723         * gtk/gtkentry.c (gtk_entry_focus_in): same here.
7724         
7725         * gtk/gtkmenubar.c (add_to_window): likewise.
7726         
7727         * gtk/gtktextbtree.c: and here...
7728         
7729         * gtk/gtktextview.c (gtk_text_view_ensure_layout): same thing.
7730         
7731         * gtk/gtktoolbar.c (gtk_toolbar_init): once more.
7732         
7733         * gtk/gtktreemodel.c (connect_ref_callbacks): and another time.
7734         
7735         * gtk/gtktreeviewcolumn.c:
7736         (_gtk_tree_view_column_set_tree_view): yet again.
7737
7738         * demos/gtk-demo/images.c (progressive_timeout): demonstrate
7739         signal connections without g_signal_connect_data().
7740         
7741         * demos/gtk-demo/stock_browser.c (do_stock_browser): second
7742         demo of the matter.
7743         
7744         * demos/testpixbuf.c (main): running out of equality phrases for the
7745         ChangeLog, but had to adapt connections here as well.
7746         
7747         * demos/testanimation.c (progressive_timeout): and for the fun of it,
7748         tackled this the same way.
7749         
7750         * tests/testtext.c (create_view): ok, it's becoming a pain at this
7751         point, but had enough enery for one more fix.
7752
7753         * tests/testtreecolumns.c (main): stand up man, do your work!
7754
7755         * tests/testtreeview.c (set_columns_type): ok, this is the last file i
7756         fix, either that's been all of it or CVS gtk is broken yet again.
7757         
7758 2001-06-29  James Henstridge  <james@daa.com.au>
7759
7760         The following changes correspond to bug #56812
7761
7762         * gdk/gdkinput.h, gdk/gdkevents.c (GDK_TYPE_DEVICE): register type
7763         code for GdkDevice.
7764
7765         * gdk/gdkcursor.[ch] (GDK_TYPE_CURSOR): register type code for
7766         GdkCursor.
7767
7768 2001-06-19  Havoc Pennington  <hp@pobox.com>
7769
7770         * gdk/x11/gdkwindow-x11.c (gdk_window_show_unraised): new function
7771         for mapping a window without fooling with stacking order, but
7772         updating the "withdrawn" flag
7773
7774         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Do event
7775         filtering as soon as possible, moving move resize and wmspec_check
7776         handling after the event filter.  Make default filter apply to all
7777         events, not just those with no GdkWindow wrapped around the X
7778         window. Fix a FIXME about how the window could be a pixmap using 
7779         RTTI; this of course assumes GDK_IS_WINDOW() is optimized. 
7780
7781         Also, be robust against events not on a known GdkWindow.
7782
7783         * gdk/x11/gdkmain-x11.c (gdk_x11_grab_server,
7784         gdk_x11_ungrab_server): export reference-counted server grabs, so
7785         other people can grab server over a GDK function that also does
7786         so.
7787
7788 Wed Jun 27 19:40:31 2001  Jonathan Blandford  <jrb@redhat.com>
7789
7790         * gtk/gtktreeviewcolumn.c
7791         (gtk_tree_view_column_pack_start_cell_renderer): New function to
7792         reflect that you can (hypothetically) pack cell renderers into a
7793         column.
7794         (gtk_tree_view_column_pack_end_cell_renderer): ditto.
7795         (gtk_tree_view_column_cell_is_visible): Move more functionality to
7796         the column.
7797         (gtk_tree_view_column_cell_can_focus): Move more functionality to
7798         the column.
7799
7800         * gtk/gtktreeview.c: Move to use new column-packing code.
7801         (gtk_tree_view_real_expand_row): remove totally braindead code.
7802         (gtk_tree_view_real_collapse_row): ditto.
7803
7804 2001-06-27  Kjartan Maraas  <kmaraas@gnome.org>
7805
7806         * gtk/gtktreeviewcolumn.c: Fix a typo.
7807         
7808 2001-06-26  Joel Becker  <jlbec@evilplan.org>
7809
7810         * gdk-pixbuf/gdk-pixbuf-csource.c: remove '#include "x"' line
7811           at the end of the file
7812
7813 2001-06-26  Havoc Pennington  <hp@redhat.com>
7814
7815         * gtk/gtkwindow.c (gtk_window_set_policy): forgot a notification
7816
7817 2001-06-26  Havoc Pennington  <hp@redhat.com>
7818
7819         * gtk/gtkwindow.c (gtk_window_class_init): add "resizable"
7820         property
7821
7822 Tue Jun 26 12:59:28 2001  Jonathan Blandford  <jrb@redhat.com>
7823
7824         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): fix
7825         stupid missing statement
7826
7827         * gtk/gtktreeview.c (gtk_tree_view_set_destroy_count_func): New
7828         private function for ATK.  It notifies you of how many _visible_
7829         children are deleted when a node is deleted.  Should be used by
7830         atk only.
7831
7832 Tue Jun 26 11:06:34 2001  Owen Taylor  <otaylor@redhat.com>
7833
7834         * gtk/gtkclist.c gtk/gtkentry.c gtk/gtkspinbutton.c:
7835         Use new pango_context_get_metrics() to fix problems
7836         with font lists in descriptions. (#56184, reported by
7837         Jonas Borgström)
7838
7839 Tue Jun 26 10:04:30 2001  Tim Janik  <timj@gtk.org>
7840
7841         * gtk/gtkiconfactory.c:
7842         * gtk/gtkitemfactory.c: use gdk_pixbuf_new_from_stream(). fixed up
7843         item factory so inlined pixbufs actually work.
7844
7845 2001-06-25  Havoc Pennington  <hp@redhat.com>
7846
7847         * gtk/gtktreeviewcolumn.h, gtk/gtktreeviewcolumn.c:
7848         s/RESIZEABLE/RESIZABLE/
7849
7850         * gtk/gtkwindow.c, gtk/gtkwindow.h: s/resizeable/resizable/
7851
7852 2001-06-25  Alexander Larsson  <alexl@redhat.com>
7853
7854         * configure.in:
7855         Added --enable-fbmanager. This is some experimental code
7856         that lets several GtkFB apps coordinate their access to the
7857         framebuffer.
7858         
7859         * acconfig.h:
7860         Added ENABLE_FB_MANAGER.
7861
7862         * gdk/linux-fb/Makefile.am:
7863         Added gdkfbmanager and gdkfbswitch.
7864
7865         * gdk/linux-fb/gdkkeyboard-fb.c:
7866         * gdk/linux-fb/gdkmouse-fb.c:
7867         * gdk/linux-fb/gdkprivate-fb.h:
7868         Split device init and open so that
7869         they can be opened and closed while switched
7870         away.
7871
7872         * gdk/linux-fb/gdkmain-fb.c:
7873         Add the basic manager communication.
7874
7875         * gdk/linux-fb/gdkrender-fb.c:
7876         Don't update to the shadow fb if we're
7877         blocked by the fb manager.
7878
7879 Sun Jun 24 22:15:16 2001  Owen Taylor  <otaylor@redhat.com>
7880
7881         * docs/Changes-2.0.txt: Add note about child property
7882         changes.
7883
7884 Sun Jun 24 21:34:32 2001  Owen Taylor  <otaylor@redhat.com>
7885
7886         * gtk/gtkenums.h gtk/gtkiconfactory.c: Add a special size for
7887         drag-and-drop GTK_ICON_SIZE_DND (Default to 32x32)
7888
7889         * gtk/gtkdnd.c (gtk_drag_dest_set_target_list): Fix problem
7890         with un'reffing wrong list reported by Jeff Franks.
7891
7892         * gtk/gtkdnd.[ch] (_gtk_drag_{source,}dest_handle_event): _prefix.
7893
7894         * gtk/gtkdnd.c (gtk_drag_set_icon_default): Use GTK_STOCK_DND
7895         for the default icon. Remove inline XPM.
7896
7897         * gtk/gtkstock.h gtk/gtkiconfactory.c:
7898         Add GTK_STOCK_DND GTK_STOCK_DND_MULTIPLE (Currently, stock_new
7899         is used for GTK_STOCK_DND, but it is a bit too small.)
7900
7901         * gtk/stock-icons/stock_dnd_multiple.png
7902         gtk/stock-icons/Makefile.am: New stock icon moved from gnome-libs.
7903
7904         * gtk/gtkdnd.c (gtk_drag_source_event_cb): Only return
7905         TRUE when starting a drag. In other cases, we are
7906         just observing. (#52995)
7907
7908         * gtk/gtkdnd.[ch] (gtk_drag_set_icon_{stock,pixbuf}): Add 
7909         function to set the icon for a drag from a GdkPixbuf
7910         or stock ID.
7911
7912         * gtk/gtkdnd.[ch] (gtk_drag_source_set_icon_{stock,pixbuf}): 
7913         Likewise, for drag sources.
7914
7915         * gtk/gtkdnd.h: Deprecate gtk_drag_set_default_icon.
7916         (Now should be done using the stock system.)
7917
7918 Sun Jun 24 12:06:47 2001  Owen Taylor  <otaylor@redhat.com>
7919
7920         * gtk/gtktextview.[ch] (gtk_text_view_set_text_window_size): 
7921         Removed - didn't work and not particularly useful anyways
7922         if it did. 
7923
7924 Sun Jun 24 11:29:35 2001  Owen Taylor  <otaylor@redhat.com>
7925
7926         * gdk/x11/gdkimage-x11.c (gdk_image_new): Fix stupid error
7927         introduced last night that was making things decidedly not work.
7928
7929         * gtk/*.[ch]: Patch from Kristian Rietveld adding 80 getters
7930         so that we have getter/setter pairing everywhere it makes
7931         sense. (#55767)
7932
7933         * gtk/gtkradiobutton.[ch] gtk/gtktoolbar.c tests/testgtk.:
7934         Rename gtk_radio_button_group to gtk_radio_button_get_group, add a
7935         deprecated compat macro. (#55516)
7936
7937         * gtk/gtklabel.[ch]: Add functions
7938         gtk_label_set/get_use_underline(), gtk_label_set/get_use_markup(),
7939         gtk_label_set_label(), which mirror the property API for GtkLabel.
7940         Make gtk_label_get_attributes() only reflect the attributes
7941         set by gtk_label_set_attributes.
7942
7943         * gtk/gtknotebook.c (gtk_notebook_set_current_page) gtk/gtkcompat.h: Rename
7944         from gtk_notebook_set_page().
7945
7946 Sat Jun 23 18:02:46 2001  Owen Taylor  <otaylor@redhat.com>
7947
7948         * configure.in: Fix tests for XShm.h.
7949
7950         * gdk/x11/gdkimage-x11.c: Cleanup error handling in
7951         gdk_image_new() by use of goto, properly use g_object_unref().
7952
7953 Sat Jun 23 22:03:20 2001  Tim Janik  <timj@gtk.org>
7954
7955         * gdk/x11/gdkimage-x11.c (gdk_image_init): disabled g_free (image)
7956         calls, as GdkImage is an object. these should be g_obejct_unref()
7957         instead but that won't work because of the g_error() statement
7958         in gdk_x11_image_destroy(). so for now, i did s/g_free/LEAK_IMAGE/
7959         to spot these places.
7960
7961 Sat Jun 23 10:27:53 2001  Owen Taylor  <otaylor@redhat.com>
7962
7963         * modules/input/gtkimcontextxim.c: Fixup some problems with 
7964         text length handling in error cases.
7965
7966         * gtk/gtkwidget.c (gtk_widget_size_allocate): Reorder
7967         a bit to make test actually warn on attempt to allocation
7968         a negative size. (#56101, Matthias Clasen)
7969
7970 Fri Jun 22 14:06:08 2001  Jonathan Blandford  <jrb@redhat.com>
7971
7972         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
7973         noticed by Brian Cameron.
7974         (gtk_tree_view_real_expand_row): Fix bug noticed by Brian
7975         Cameron.
7976
7977 2001-06-22  Hans Breuer  <hans@breuer.org>
7978
7979         * gdk/gdk.def : updated externals
7980
7981         * gdk/win32/gdkdrawable-win32.c : corrected some casts
7982         in GDK_NOTEs
7983
7984         * gdk/win32/gdkevents-win32.c : use _gdk_windowing_window_get_offsets
7985         to translate coordinates to the internal > 16 bit system
7986         Try to handle WM_WINDOWPOSCHANGED to get better performance for
7987         when moving/resizing
7988
7989         * gdk/win32/gdkkeys-win32.c : implement gdk_keymap_get_default ()
7990         and gdk_keymap_get_direction (). The latter is untested for
7991         the RTL case
7992
7993         * gtk/gtk.def : updated externals
7994
7995         * gtk/gtkmain.c : gtk_get_default_language () should reurn the result
7996         from pango_language_from_string (), not an already freed pointer
7997
7998         * gtk/stock-icons/stock_menu_sort_ascending.png : PNGs need to be 
7999         binary (-kb) to be useable on windoze
8000  
8001 2001-06-21  Alexander Larsson  <alexl@redhat.com>
8002
8003         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description): 
8004         Update to new PangoLanguage changes.
8005         
8006         * gtk/gtkwindow-decorate.c:
8007         * gtk/gtkwindow.[ch]:
8008         Added setting argument to gtk_window_set_has_frame ()
8009         
8010 Thu Jun 21 13:42:01 2001  Owen Taylor  <otaylor@redhat.com>
8011
8012         * gdk/x11/gdkkeys-x11.c (gdk_keymap_get_direction): Handle
8013         the case without XKB properly.
8014
8015         * gtk/gtkrc.c (gtk_rc_set_default_files): Remove
8016         unused gtk_rc_auto_parse variable.
8017
8018         * gtk/gtkrc.[ch] gtk/gtkstyle.c docs/Changes-2.0.txt:
8019         Remove gtk_rc_set_image_loader(), gtk_rc_load_image(), no
8020         longer needed with GdkPixbuf.
8021
8022         * gtk/gtkrc.c (_gtk_rc_init): Make private.
8023
8024 Fri Jun 15 16:26:12 2001  Owen Taylor  <otaylor@redhat.com>
8025
8026         * gtk/gtkentry.h: Mark deprecated functions with
8027         GTK_DISABLE_DEPRECATED.
8028
8029 Mon Jun 11 18:15:16 2001  Owen Taylor  <otaylor@redhat.com>
8030
8031         * gdk/gdk.h: Add missing gdk_rectangle_get_type() prototype.
8032
8033         * gtk/gtk[hv]scale.c: Include math.h, stdlib.h
8034
8035         * gdk/gdkpango.h gtk/gtkclist.c gtk/gtkentry.c gtk/gtkmain.[ch]
8036           gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtktextbuffer.c
8037           gtk/gtktextdisplay.c gtk/gtktextiter.[ch]
8038           gtk/gtktextlayout.c gtk/gtktexttag.[ch] gtk/gtkwidget.c: Adapt
8039           to recent changes in Pango.
8040
8041         * tests/testgtk.c: Set language tags with gtk_label_set_markup()
8042           to test whether the basic engine honors them.
8043
8044 Thu Jun 21 02:13:40 2001  Tim Janik  <timj@gtk.org>
8045
8046         * gtk/gtkcontainer.[hc]: added gtk_container_child_set_property() and
8047         gtk_container_child_get_property().
8048
8049 Wed Jun 20 19:19:15 2001  Jonathan Blandford  <jrb@redhat.com>
8050
8051         * gtk/gtktreeview.c (gtk_tree_view_move_cursor_up_down): clean up
8052         (gtk_tree_view_move_cursor_page_up_down): implement.
8053
8054 Wed Jun 20 05:32:05 2001  Tim Janik  <timj@gtk.org>
8055
8056         * gtk/gtkspinbutton.c: make maximum digits compile time configurable
8057         via MAX_DIGITS and up to 20. 5 was just ridiculously small.
8058         don't use automatic fixed size buffer for printf-ing floats, doubles
8059         can expand to really _huge_ strings, use g_strdup_printf() instead.
8060
8061 Wed Jun 20 04:28:24 2001  Tim Janik  <timj@gtk.org>
8062
8063         * gtk/gtkrange.c (gtk_range_class_init): hum, "adjustment" was a
8064         construct property in 1.2 and still needs to be.
8065
8066         * gtk/gtkwidget.c: "composite_child" is not a settable property.
8067
8068 Tue Jun 19 19:13:19 2001  Jonathan Blandford  <jrb@redhat.com>
8069
8070         * gtk/gtkliststore.c (gtk_list_store_clear): 
8071         * gtk/gtktreestore.c (gtk_tree_store_clear): New functions to
8072         clear a model.
8073
8074 Mon Jun 18 02:00:49 2001  Tim Janik  <timj@gtk.org>
8075
8076         * gtk/gtkwidget.c (gtk_widget_get_property): fix PROP_EVENTS.
8077
8078         * gtk/Makefile.am:
8079         * gtk/gtk.h: disabled GtkPacker compilation.
8080
8081         * gtk/gtkarg.[hc], gtk/gtkargcollector.c: got rid of these.
8082
8083         * gtk/gtknotebook.c:
8084         * gtk/gtktable.c:
8085         * gtk/gtkbox.c: ported this over to child properties.
8086
8087         * gtk/gtksettings.c: fetch class properties via
8088         g_object_class_list_properties().
8089
8090         * gtk/gtkcontainer.[hc]: implemented child properties, got rid of the
8091         child arg interface. use gobjectnotifyqueue.c for child property
8092         notification.
8093
8094         * gtk/gtkwidget.[hc]: provide necessary means for container child
8095         properties, i.e. ::child_notify signal,
8096         gtk_widget_freeze_child_notify(),
8097         gtk_widget_child_notify(),
8098         gtk_widget_thaw_child_notify().
8099
8100         * tests/testgtk.c: removed inferior property handling code, for
8101         property editing, a generic module should be used, and GLE
8102         coincidentally fullfills that purpose.
8103
8104         * docs/reference/Makefile.am: disabled gtk docs building, gtk-doc
8105         needs to be adapted to g_object_class_list_properties() before this
8106         builds again.
8107
8108 Mon Jun 18 20:06:10 2001  Jonathan Blandford  <jrb@redhat.com>
8109
8110         * gtk/gtktreeview.c (gtk_tree_view_row_expanded): New function to
8111         test if a node is expanded.
8112
8113 Mon Jun 18 19:41:38 2001  Jonathan Blandford  <jrb@redhat.com>
8114
8115         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): Fix bug
8116         where collapsing a selected row would result in the cursor/anchor
8117         getting screwed up.
8118
8119 Fri Jun 15 18:53:48 2001  Jonathan Blandford  <jrb@redhat.com>
8120
8121         * gtk/gtktreesortable.c (gtk_tree_sortable_set_sort_func): Rename
8122         gtk_tree_sortable_sort_column_id_set_func.  It's much shorter now.
8123         * gtk/gtktreeview.c (gtk_tree_view_sort_iter_changed): WOOO!!!
8124         Now I can really reorder/sort all Store widgets.  treesorttest
8125         seems to just work now.
8126         * gtk/gtklistview.c (gtk_list_store_iter_changed): Whoops.
8127         testtreesort worked through a big coincidence all this time.
8128         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Nasty bug fix in nasty
8129         code.
8130         * tests/testtreecolumns.c: Big 'ol warning at the top letting
8131         people know that this code should never ever ever be copied.
8132
8133 2001-06-15  Jonas Borgström  <jonas@codefactory.se>
8134
8135         * gtk/gtkwindow.h: Fixed a small typo, it should be
8136         GTK_WINDOW_GROUP_GET_CLASS and not GTK_WINDOW_GET_CLASS
8137         on line 134.
8138
8139 2001-06-14  Havoc Pennington  <hp@redhat.com>
8140
8141         Docs fixups, and:
8142         
8143         * gtk/gtkcompat.h: remove GTK_DISABLE_COMPAT_H, replace with
8144         GTK_DISABLE_DEPRECATED
8145
8146 Thu Jun 14 19:21:27 2001  Jonathan Blandford  <jrb@redhat.com>
8147
8148         * gtk/gtktreestore.c (gtk_tree_store_sort_helper): Whoops.  Forgot
8149         this a couple months ago.  Now GtkTreeStore sort of sorts.  I'll
8150         finish it off tonight, though it basically works now when it's a
8151         list.  Also, I have a sinking feeling neither GtkTreeStore or
8152         GtkListStore actually resort when adding a new item.  I'll look
8153         into it.
8154
8155 2001-06-14  Havoc Pennington  <hp@redhat.com>
8156
8157         * demos/gtk-demo/main.c (load_file): fix bug identified by
8158         warnings I just added to gtktextbuffer
8159
8160 2001-06-14  Havoc Pennington  <hp@redhat.com>
8161
8162         * gtk/gtkwindow.c (window_group_cleanup_grabs): fix other typo
8163
8164         * gtk/gtkwidget.c (gtk_widget_propagate_state): fix typo
8165
8166         * gtk/gtktextbtree.c: don't leak node data all over the place.
8167
8168         * demos/gtk-demo/main.c (main): create fontify tags for the right
8169         buffer
8170
8171         * gtk/gtktextbuffer.c, gtk/gtktexttagtable.c: enhance docs
8172         to mention tags in the same table can't have the same name,
8173         suggested by Skip Montanaro
8174
8175 2001-06-11  Havoc Pennington  <hp@redhat.com>
8176
8177         * gtk/gtktexttagtable.c (gtk_text_tag_table_add): improve warning 
8178         for trying to add two tags with same name to the tag table
8179
8180         * demos/gtk-demo/main.c (main): fix colors ;-)
8181
8182 `Fri Jun  8 17:56:52 2001  Owen Taylor  <otaylor@redhat.com>
8183
8184         * gtk/gtkwindow.[ch] gtk/gtkmain.c: Add a GtkWindowGroup struct
8185         that allows grouping together multiple windows so that grabs
8186         within that set of windows only affect those windows.
8187
8188         * gtk/gtkmain.c gtk/gtkwidget.[ch]: Add a "grab_notify"
8189         signal for notification when a widget becomes shadowed
8190         by a grab or is no longer shadowed by a grab.
8191
8192         * gtk/gtkwidget.c (gtk_widget_propagate_state)
8193           gtk/gtkmain.c: (gtk_widget_grab_add): Don't allow
8194         insenstive widgets to maintain a grab.
8195
8196 2001-06-14  Alexander Larsson  <alexl@redhat.com>
8197
8198         * docs/README.linux-fb:
8199         Add some example config files that can be used with the URW fonts.
8200         
8201         * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init): 
8202         Set up the color ramps for DirectColor mode.
8203
8204 2001-06-11  Havoc Pennington  <hp@redhat.com>
8205
8206         * Release 1.3.6
8207          
8208 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
8209
8210         * gdk/linux-fb/gdkwindow-fb.c:
8211         Unify shaped window code and make it repaint the area that used
8212         to be part of the shape, but isn't anymore.
8213
8214 2001-06-11  Havoc Pennington  <hp@redhat.com>
8215
8216         * NEWS: Updates
8217
8218         * configure.in (GTK_MINOR_VERSION): bump version to 1.3.6
8219
8220         * gtk/Makefile.am: glib_genmarshal already contains top_builddir
8221         
8222 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
8223
8224         * gdk/linux-fb/gdkdnd-fb.c (gdk_drag_status):
8225         Don't pass on GDK_ACTION_DEFAULT. The Xdnd code
8226         passes zero instead, so do we.
8227         
8228 2001-06-13  Alexander Larsson  <alla@lysator.liu.se>
8229
8230         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
8231         Deep copy dash_list too.
8232         (_gdk_fb_gc_new): Set default cap_style before
8233         setting values.
8234
8235 2001-06-12  Alexander Larsson  <alla@lysator.liu.se>
8236
8237         * gdk/linux-fb/gdkkeyboard-fb.c (gdk_keymap_get_default,
8238         gdk_keymap_get_direction): New functions.
8239
8240 Tue Jun 12 12:41:27 2001  Jonathan Blandford  <jrb@redhat.com>
8241
8242         * gtk/gtktreemodel.h (GTK_TREE_MODEL_LIST_ONLY): further justify
8243         gtk_tree_model_get_flags by adding a second flag for atk.
8244
8245         * gtk/gtktreemodel.c: make cursor behavior interact better with
8246         mouse presses.
8247
8248 Mon Jun 11 12:43:08 2001  Jonathan Blandford  <jrb@redhat.com>
8249
8250         * gtk/gtktreeview.c (gtk_tree_view_class_init): changed
8251         expand_row/collapse_row to be 2 signals each -- test_expand_row
8252         and row_expanded as well as test_collapse_row and row_collapsed.
8253
8254 2001-06-10  Anders Carlsson  <andersca@codefactory.se>
8255
8256         * demos/gtk-demo/stock_browser.c (do_stock_browser): Update
8257         signal name to be changed instead of selection_changed.
8258
8259 2001-06-08  Havoc Pennington  <hp@redhat.com>
8260
8261         * gtk/gtkentry.c (gtk_entry_class_init): add read-only
8262         "scroll_offset" property for notification when the layout offsets
8263         may have changed
8264         (gtk_entry_adjust_scroll): add notify for scroll_offset
8265         (gtk_entry_layout_index_to_text_index): function to compensate for
8266         preedit string when doing coordinate stuff on the entry's layout
8267         (gtk_entry_text_index_to_layout_index): inverse function
8268         (gtk_entry_get_layout_offsets): hook to get current position of
8269         the layout      
8270         (gtk_entry_get_layout): hook to get the layout itself.
8271
8272         * gtk/gtklabel.c (gtk_label_get_layout): new function
8273
8274 Fri Jun  8 19:49:29 2001  Jonathan Blandford  <jrb@redhat.com>
8275
8276         * gtk/gtktreeview.c (gtk_tree_view_real_select_cursor_row): New
8277         keybinding.
8278         (gtk_tree_view_focus): Fix merge conflict.
8279
8280 Fri Jun  8 18:41:30 2001  Jonathan Blandford  <jrb@redhat.com>
8281
8282         * gtk/gtktreeview.c (gtk_tree_view_set_cursor): new function to
8283         clean up cursor handling.
8284
8285 2001-06-08  Havoc Pennington  <hp@redhat.com>
8286
8287         * gtk/gtktextbuffer.c (gtk_text_buffer_get_start_iter): added this
8288         function
8289
8290         * gtk/gtktextview.c (gtk_text_view_get_default_attributes): added
8291         this function
8292
8293 2001-06-08  Alex Larsson  <alexl@redhat.com>
8294
8295         * gtk/gtkcompat.h.in:
8296         Added compat macros for all old GTK_TYPE_GDK_xxx types.
8297         Fixes bug #52892
8298
8299 2001-06-08  Havoc Pennington  <hp@redhat.com>
8300         
8301         * gtk/gtkhsv.h (struct _GtkHSVClass): had GtkContainerClass as
8302         parent still
8303
8304 2001-06-08  Havoc Pennington  <hp@redhat.com>
8305
8306         * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): geez,
8307         don't call g_list funcs on GSList
8308
8309         * gtk/gtkwidget.c (gtk_widget_child_focus): replaces
8310         gtk_container_focus(), since some widgets have focusable locations
8311         which are not other widgets. These widgets should not have to be 
8312         containers just to manage the focus. For example, GtkHSV is
8313         currently a container for no good reason. Also, this cleans
8314         up the "if (is_container && is_sensitive && is_drawable)
8315         container_focus ()" mess in widget implementations.
8316
8317         * gtk/gtkcontainer.c (gtk_container_focus): deprecate this
8318         function, and have it just call gtk_widget_child_focus().
8319
8320         * gtk/gtkhsv.c: derive from widget not container
8321         
8322         Throughout: fix to reflect GtkContainer::focus change
8323         
8324 Fri Jun  8 12:38:49 2001  Jonathan Blandford  <jrb@redhat.com>
8325
8326         * gtk/gtktable.c (gtk_table_resize): warn if row/cols are out of
8327         range.  Fix bug #55921
8328
8329         * gtk/gtkliststore.c (gtk_list_store_new_with_types): fix doc bug
8330         (#55920).
8331
8332 Fri Jun  8 12:03:07 2001  Owen Taylor  <otaylor@redhat.com>
8333
8334         * gdk/gdkkeys.[ch]: Add a direction-changed signal,
8335         and gdk_keymap_get_current_direction().
8336
8337         * gdk/x11/gdkevents-x11.c gdk/x11/gdkkeys-x11.c
8338           gdk/x11/gdkmain-x11.c gdk/x11/gdkprivate-x11.h: Track
8339         the current locked group, use it to set the keymap
8340         direction.
8341
8342         * gtk/gtksettings.c: Add a new gtk-split-cursor setting
8343         to determine whether we draw a split cursor or use
8344         a jumping cursor based on the current direction.
8345
8346         * gtk/gtkentry.c gtk/gtktextview.c gtk/gtktextlayout.[ch]:
8347         Obey the split cursor setting. 
8348
8349 Fri Jun  8 11:57:50 2001  Owen Taylor  <otaylor@redhat.com>
8350
8351         * gtk/gtkimmulticontext.c (activate_cb): Only activate
8352         when toggling on, not when toggling off... (#55906)
8353
8354 Wed Jun  6 10:37:07 2001  Owen Taylor  <otaylor@redhat.com>
8355
8356         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): 
8357         s/gdk_window_begin_paint/gdk_window_begin_paint_region/
8358         in docs. (#55812, Vitaly Tishkov)
8359
8360 2001-06-08  Anders Carlsson  <andersca@codefactory.se>
8361
8362         * demos/gtk-demo/main.c (create_tree): Changed signal name from
8363         selection_changed to changed in signal connection to GtkTreeSelection,
8364         also used g_signal_connectc since GtkTreeSelection is now a GObject.
8365
8366 Thu Jun  7 18:25:42 2001  Jonathan Blandford  <jrb@redhat.com>
8367
8368         * gtk/gtktreeselection.c: Now it's a GObject instead of a
8369         GtkObject.  The GtkTreeSelection::selection_changed signal is now
8370         the GtkTreeSelection::changed signal.
8371
8372         * gtk/gtktreeview.c: Modified to deal with new GtkTreeSelection
8373         object.
8374
8375         * tests/gtktree*.c: Modified to deal with new GtkTreeSelection
8376         object.
8377
8378 2001-06-07  Havoc Pennington  <hp@redhat.com>
8379
8380         * gtk/Makefile.am: fix glib-mkenums and glib-genmarshal again
8381
8382 2001-06-07  Havoc Pennington  <hp@redhat.com>
8383         
8384         * gtk/Makefile.am: fixups for glib-mkenums and glib-genmarshal
8385         (not tested yet because with absolute path to srcdir I can't build
8386         atk, but it was broken anyway so this may help) 
8387
8388 2001-06-07  Havoc Pennington  <hp@redhat.com>
8389
8390         * configure.in: output m4macros/Makefile
8391         
8392 Wed Jun  6 21:59:16 2001  Jonathan Blandford  <jrb@redhat.com>
8393
8394         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): hook up arrow
8395         buttons.  Fixes #55460 reported by matthiasc@poet.de.
8396
8397 Wed Jun  6 21:18:54 2001  Jonathan Blandford  <jrb@redhat.com>
8398
8399         * gtk/gtktreeview.c (gtk_tree_view_real_collapse_row): centralize
8400         expansion/collapsing so it only happens in one place.
8401         (gtk_tree_view_real_expand_row): ditto.
8402
8403 2001-06-07  Havoc Pennington  <hp@redhat.com>
8404
8405         * tests/Makefile.am: add missing -I flag
8406
8407         * gtk/Makefile.am: use @GLIB_MKENUMS@, @GLIB_GENMARSHAL@, etc.
8408
8409         * configure.in: use pkg-config to see if GModule is
8410         supported; fix to properly turn on included loaders 
8411         when GModule isn't supported; don't use AC_CHECK_LIB 
8412         when libs are not installed yet
8413
8414         * autogen.sh: add support for AUTOGEN_SUBDIR_MODE
8415
8416         * Makefile.am (SUBDIRS): add m4macros subdir
8417
8418         * gtk/Makefile.am: $(srcdir)/foo targets must be $(srcdir)/foo in
8419         dependencies also.
8420
8421 Wed Jun  6 19:31:11 2001  Jonathan Blandford  <jrb@redhat.com>
8422
8423         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix silly bug
8424         reported by "Padraig O'Briain" <Padraig.Obriain@Sun.COM>.
8425
8426 Wed Jun  6 20:01:38 2001  Jonathan Blandford  <jrb@redhat.com>
8427
8428         * gtk/gtktreeview.c
8429         (gtk_tree_view_real_expand_collapse_cursor_row): Handle key
8430         bindings to expand and collapse rows.
8431         (gtk_tree_view_real_select_cursor_parent): New key binding.
8432         (gtk_tree_view_real_toggle_cursor_row): New key binding.
8433
8434         * gtk/gtkmarshal.list: new
8435         marshaller. (VOID__BOOLEAN_BOOLEAN_BOOLEAN)
8436
8437 2001-06-06  Havoc Pennington  <hp@redhat.com>
8438
8439         * gtk/gtkrange.c (gtk_range_class_init): add "inverted" property
8440
8441         * gtk/gtkscale.c (gtk_scale_class_init): Change Page Up and Page
8442         Down to move visually rather than logically, since it confuses 
8443         people. Add -/+ and Ctrl--/+ bindings for logical movement.
8444
8445 2001-06-06  Alex Larsson  <alexl@redhat.com>
8446
8447         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
8448         Fix up error messages.
8449
8450 Wed Jun  6 10:34:42 2001  Owen Taylor  <otaylor@redhat.com>
8451
8452         * gtk/gtktooltips.h: Include gtkwidget.h 
8453         (#55798, Karl Nelson)
8454
8455         * gdk/x11/gdkwindow-x11.c (utf8_is_latin1): 0xff is
8456         a valid latin-1 character. (Marc Lehmann, #35467)
8457
8458         * gdk/x11/gdkwindow-x11.c: Fix minor typo in comment. 
8459         (Marc Lehmann, #35467)
8460         
8461 2001-06-05  Alex Larsson  <alexl@redhat.com>
8462
8463         * demos/gtk-demo/appwindow.c (do_appwindow):
8464         Don't swap the order of the args to gtk_widget_destroyed.
8465
8466         * tests/testgtk.c (destroy_properties):
8467         Don't crash when the properties window is destroyed.
8468
8469         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_from_stock):
8470         Use with_mnemonics to handle the case of stock items with
8471         underscores in them.
8472
8473 2001-06-05  Havoc Pennington  <hp@redhat.com>
8474
8475         * gtk/gtktextiter.c (gtk_text_iter_order): rename from 
8476         gtk_text_iter_reorder
8477
8478 2001-06-05  Havoc Pennington  <hp@redhat.com>
8479
8480         * gtk/gtktoolbar.c (gtk_toolbar_remove_space): new function
8481
8482 2001-06-05  Havoc Pennington  <hp@redhat.com>
8483
8484         * gtk/gtkspinbutton.c (gtk_spin_button_set_range): clamp the value 
8485         to the range that was set
8486
8487         * gtk/gtkrange.c: add value_changed signal, primarily 
8488         intended for use with GtkScale
8489         (gtk_range_set_increments): new function
8490         (gtk_range_set_range): new function with weird name
8491         (gtk_range_set_value): new function
8492         (gtk_range_get_value): new function
8493
8494         * gtk/gtkspinbutton.c (gtk_spin_button_get_value): rename 
8495         from gtk_spin_button_get_value_as_float(). Compat #define
8496         added for get_value_as_float.
8497
8498         * gtk/gtkhscale.c (gtk_hscale_new_with_range): new function
8499
8500         * gtk/gtkvscale.c (gtk_vscale_new_with_range): new function
8501
8502 Tue Jun  5 14:57:18 2001  Jonathan Blandford  <jrb@redhat.com>
8503
8504         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_size): Fix bug #55573
8505
8506 Mon Jun  4 12:41:25 2001  Owen Taylor  <otaylor@redhat.com>
8507
8508         * gtk/gtkwidget.h: Deprecate gtk_widget_set().
8509
8510         * tests/testgtk.c (create_tooltips): Remove usage of
8511         gtk_widget_set().
8512
8513 2001-06-05  Havoc Pennington  <hp@redhat.com>
8514
8515         * gtk/gtkcolorsel.c: Use new mnemonic convenience functions
8516
8517         Applying patch from Jeff Franks, with function docs added.
8518         
8519         * gtk/gtkcheckbutton.c (gtk_check_button_new_with_mnemonic):
8520         remove call to set_mnemonic_widget, change docs a bit.  
8521
8522         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_new_with_mnemonic):
8523         new function
8524
8525         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_new_with_mnemonic):
8526         new function
8527
8528         * gtk/gtkmenuitem.c (gtk_menu_item_new_with_mnemonic): new function
8529
8530         * gtk/gtkradiobutton.c (gtk_radio_button_new_with_mnemonic): new
8531         function
8532         (gtk_radio_button_new_with_mnemonic_from_widget): new function
8533
8534         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_new_with_mnemonic):
8535         new function
8536
8537         * gtk/gtktogglebutton.c (gtk_toggle_button_new_with_mnemonic): new
8538         function        
8539
8540         * gtk/gtklabel.c (gtk_label_new_with_mnemonic): Improve docs on 
8541         auto-selection of mnemonic widget.
8542
8543 Mon Jun  4 15:05:24 2001  Jonathan Blandford  <jrb@redhat.com>
8544
8545         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_max_width):
8546         Fix segfault found by Vitaly Tishkov <tvv@sparc.spb.su>.
8547         (gtk_tree_view_column_set_min_width): ditto.
8548
8549 Tue Jun  5 11:04:06 2001  Owen Taylor  <otaylor@redhat.com>
8550
8551         * gdk/gdkpixmap.h (GDK_PIXMAP_GET_CLASS): 
8552         s/GdkPixmapClass/GdkPixmapObjectClass/. (#51890, Jeff Franks)
8553
8554 Mon Jun  4 12:50:11 2001  Owen Taylor  <otaylor@redhat.com>
8555
8556         * gtk/gtkctree.c (gtk_ctree_insert_gnode): Add a missing
8557         gtk_clist_thaw().
8558
8559 2001-06-04  Havoc Pennington  <hp@pobox.com>
8560
8561         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Ignore 
8562 r       eleases for buttons 6, 7
8563
8564 2001-06-04  Havoc Pennington  <hp@redhat.com>
8565
8566         * gtk/gtkseparatormenuitem.h: Fix a search-and-replace screwup
8567         (s/CHECK/SEPARATOR/ gone awry). Patch from Jeff Franks, bug
8568         #55562
8569
8570 2001-06-04  Havoc Pennington  <hp@redhat.com>
8571
8572         * gtk/gtktextview.c (gtk_text_view_size_request): handle case
8573         where text_view->layout == NULL by assuming its size is 0, 
8574         i.e. same as if we haven't done any reflow. Reported by 
8575         Hidetoshi Tajima #55448 
8576
8577 2001-06-04  Havoc Pennington  <hp@redhat.com>
8578
8579         * gdk/x11/gdkevents-x11.c (gdk_event_translate): support button 6
8580         and 7 for scroll left/right, from Thomas Broyer
8581
8582 2001-05-10  Havoc Pennington  <hp@redhat.com>
8583
8584         * gtk/gtksettings.c (gtk_settings_get_property): Handle case where
8585         we need to parse the xsetting as if it were an RC file string.
8586
8587         * gtk/gtkcolorsel.c (gtk_color_selection_class_init): load initial
8588         value of palette from settings, not from static variable
8589
8590         * gdk/x11/gdkevents-x11.c: add color palette, toolbar mode to
8591         xsettings translation table
8592
8593         * gtk/gtktoolbar.c (gtk_toolbar_new): Remove arguments, because 
8594         hardcoding the toolbar style conflicts with new customizable 
8595         toolbar style philosophy
8596         (gtk_toolbar_class_init): add settings for default toolbar style;
8597         these are used unless the app specifically forces a toolbar style
8598
8599         * gtk/gtksettings.c (settings_install_property_parser): only
8600         return at the start if we warn and parser == NULL
8601
8602         * gtk/gtkcolorsel.c (gtk_color_selection_finalize): disconnect the
8603         palette changed handler so we don't notify dead color selections
8604
8605         * gtk/gtkstyle.c (gtk_default_draw_shadow): handle
8606         xthickness/ythickness of 0 or 1 properly 
8607         (gtk_default_draw_resize_grip): clear the background behind the
8608         resize grips, and align to bottom right if we square the 
8609         area to be drawn.
8610
8611         * gtk/gtkstatusbar.c (gtk_statusbar_init): set horizontal usize on 
8612         statusbar label to 1, so it doesn't make toplevels resize oddly
8613         (gtk_statusbar_size_request): add grip size to request
8614         (gtk_statusbar_size_allocate): hack so the hbox still works with 
8615         the grip size in the request
8616
8617         * gtk/gtktoolbar.c (gtk_toolbar_show_all): override to fix 
8618         bug where showing all on a toplevel makes the toolbar 
8619         button text appear despite the toolbar mode
8620
8621         * gtk/gtkmenubar.c: add internal padding style property
8622
8623         * gtk/gtktoolbar.c: Add internal padding style property; add
8624         shadow type style property
8625
8626         * gtk/gtkmenubar.c (gtk_menu_bar_paint): paint box with widget
8627         state; and put Container::border_width outside the frame
8628
8629         * gtk/gtktextview.c: don't draw focus rectangle if we're in
8630         interior focus mode, we just use blinking cursor
8631
8632 2001-06-04  Havoc Pennington  <hp@redhat.com>
8633
8634         * configure.in: Make gdk-pixbuf have same version number as GTK
8635
8636 2001-06-04  Havoc Pennington  <hp@redhat.com>
8637
8638         * gtk/gtkspinbutton.c: Get rid of stupid g_return_if_fail on 
8639         digits greater than 6. If there actually are limits (which there
8640         likely aren't), should clamp to them not warn.
8641         (gtk_spin_button_new_with_range): don't take log of 0
8642         (gtk_spin_button_size_request): use digits to compute size
8643         request, rather than step increment.
8644
8645         * tests/testgtk.c (create_spins): test larger values of digits
8646         
8647         * gtk/gtkfontsel.c (gtk_font_selection_init): scroll to selected
8648         font on map not expose, so we don't get weirdness during scrolling
8649
8650 2001-06-04  Havoc Pennington  <hp@redhat.com>
8651
8652         * gtk/gtkclist.c (vadjustment_value_changed): Apply fix from
8653         Sam Solon, bug #54577, update value even if not drawable.
8654
8655 2001-06-04  Havoc Pennington  <hp@redhat.com>
8656
8657         * gtk/gtkrange.c (gtk_range_scroll_event): change SCROLL_RIGHT to
8658         SCROLL_LEFT, reported by Thomas Broyer.
8659
8660 2001-06-04  Havoc Pennington  <hp@redhat.com>
8661
8662         * gtk/gtkrange.c (gtk_range_adjustment_value_changed): 
8663         Process updates immediately, to prevent funny lag effect
8664         when scrolling, at some mild potential efficiency cost.
8665
8666 2001-06-04  Havoc Pennington  <hp@redhat.com>
8667
8668         * gtk/gtkrange.c (gtk_range_button_press): on middle click, center
8669         slider on the click.
8670
8671 2001-06-03  Havoc Pennington  <hp@pobox.com>
8672
8673         * gtk/gtkstyle.c (gtk_default_draw_slider): make this special-case
8674         hscale/vscale details, so we can use it for scrollbar as well.
8675
8676         * tests/testgtk.c (reformat_value): honor digits from GtkScale
8677
8678         * gtk/gtkenums.h (GtkTroughType): Remove this enum
8679         (GtkScrollType): add START and END from GtkTroughType
8680
8681         * gtk/gtkstyle.c (gtk_default_draw_slider): was not properly using
8682         its x/y arguments
8683
8684         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkscrollbar.h,
8685         gtk/gtkscrollbar.c, gtk/gtkscale.h, gtk/gtkscale.c,
8686         gtk/gtkhscrollbar.h, gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.h,
8687         gtk/gtkvscrollbar.c, gtk/gtkhscale.h, gtk/gtkhscale.c,
8688         gtk/gtkvscale.h, gtk/gtkvscale.c: Rewrite GtkRange and subclasses.
8689
8690         Notable changes in the process:
8691          
8692         - stepper_size style property is the height for vertical 
8693           ranges, width for horizontal; the other dimension matches
8694           the trough size
8695         - add ability to do NeXT-style steppers (and several other styles
8696           that don't make any sense)
8697         - added min_slider_length, fixed_slider_length properties to
8698           GtkScrollbar
8699         - cleaned some private (or at least useless) functions out of
8700           gtkscale.h    
8701         - moved bindings to GtkScale from subclasses, even arrow keys,
8702           since blind users don't know scale orientation.
8703         - change move_slider action signal to use new GtkScrollType,
8704           remove GtkTroughType argument
8705         - digits rounds the values a range will input to the given 
8706           number of decimals, but will not try to force adjustment 
8707           values set by other controllers. That is, we no longer
8708           modify adjustment->value inside a value_changed handler.
8709         - added getters for GtkScale setters
8710         - middle-click begins a slider drag
8711         
8712 Fri Jun  1 18:54:47 2001  Jonathan Blandford  <jrb@redhat.com>
8713
8714         * gtk/gtktreeview.c: (gtk_tree_view_focus): Initial stab at
8715         getting the focus code to work.
8716         (gtk_tree_view_class_init): Add a bunch of keybindings.
8717
8718         * gtk/gtktreeviewcolumn.c
8719         (gtk_tree_view_column_set_cell_data_func):
8720         s/GtkCellDataFunc/GtkTreeCellDataFunc.
8721         (_gtk_tree_view_column_set_tree_view): Use "notify::model" instead
8722         of "properties_changed" to help justify the death of the latter
8723         signal. (-:
8724
8725         * tests/testtreefocus.c (main): Let some columns be focussable to
8726         test focus better.
8727
8728 2001-06-01  Havoc Pennington  <hp@redhat.com>
8729
8730         * gtk/gtkentry.c (gtk_entry_commit_cb): implement overwrite mode
8731         
8732         * gtk/gtktextview.c (gtk_text_view_commit_handler): don't
8733         overwrite in overwrite mode if we already deleted the selection
8734         and replaced it with new text.  
8735
8736         * gtk/gtklabel.c (gtk_label_select_region_index): if you set the
8737         selection to an empty range, clear the clipboard if we owned it.
8738         (gtk_label_set_selectable): give up selection if we become
8739         unselectable.
8740         (gtk_label_state_changed): override state changed to unselect text
8741         when insensitive
8742         (get_text_callback): add paranoia check that indexes aren't
8743         outside of label->text
8744         (gtk_label_select_region): make -1 for start_offset mean "end of
8745         label," for consistency with GtkEditable
8746
8747         * gtk/gtkmessagedialog.c (gtk_message_dialog_new): honor
8748         GTK_DIALOG_NO_SEPARATOR flag
8749
8750 Fri Jun  1 11:47:11 2001  Owen Taylor  <otaylor@redhat.com>
8751
8752         * gtk/gtkcombo.c (gtk_combo_set_use_arrows_always): Fix 
8753         notifications on non-existant "enable_arrow_keys".
8754         (#53753, Skip Montanaro)
8755
8756 Fri Jun  1 11:31:55 2001  Owen Taylor  <otaylor@redhat.com>
8757
8758         * gdk/gdkrectangle.c (gdk_rectangle_get_type): Add 
8759         GDK_TYPE_RECTANGLE.
8760
8761         * gtk/gtkwidget.c (gtk_widget_class_init): Fix type
8762         of allocation argument be GDK_TYPE_RECTANGLE.
8763
8764 Thu May 31 12:43:57 2001  Owen Taylor  <otaylor@redhat.com>
8765
8766         * gtk/gtkoptionmenu.c: Account for the fact that the border
8767         width is _outside_ the window. (Fixes #54585, bug found
8768         by Bastien Nocera.)
8769
8770 Wed May 30 15:56:30 2001  Owen Taylor  <otaylor@redhat.com>
8771
8772         * gtk/gtksettings.c (gtk_settings_get_property): Validate
8773         value from GDK settings against parameter spec.
8774
8775         * gdk/x11/gdkevents-x11.c (gdk_setting_get): Add assignments
8776         to temporary values and use g_value_transform(), since
8777         thinking that GValue was going to be easy or efficient
8778         to use was, of course, a mistake.
8779
8780         * gtk/gtksettings.c: Add cursor blink setting.
8781         
8782         * gdk/x11/gdkevents-x11.c: Add cursor blink X settings.
8783
8784         * gtk/gtkentry.c: Add cursor blinking.
8785
8786         * gtk/gtktextview.c (gtk_text_view_check_cursor_blink): Use
8787         cursor blink global settings.
8788
8789         * gtk/gtkentry.c (gtk_entry_button_press): Add notification
8790         for :text_position in places where it is missing.
8791
8792 Tue May 29 18:17:11 2001  Owen Taylor  <otaylor@redhat.com>
8793
8794         * autogen.sh (have_libtool): Fix GNU sedism (#55430)
8795
8796 Tue May 29 17:40:29 2001  Owen Taylor  <otaylor@redhat.com>
8797
8798         * configure.in (GTK_DEP_CFLAGS): Use $PKG_CONFIG,
8799         not pkg-config. (#51032)
8800
8801         * gdk/gdkproperty.h: Remove inappropriate G_GNUC_CONST
8802         (fixes #51952, James Henstridge)
8803         
8804 2001-05-27  Alexander Larsson  <alla@lysator.liu.se>
8805
8806         * gtk/gtkstock.h (GTK_STOCK_GO_UP):
8807         Rename to the more correct gtk-go-up.
8808
8809         * gtk/stock-icons/stock_menu_sort_ascending.png:
8810         Added new file.
8811         
8812         * gtk/stock-icons/stock_menu_sort_descending.png:
8813         Changed to show descending instead of ascending.
8814
8815         * gtk/gtkiconfactory.c:
8816         Added menu size icon to sort ascending.
8817
8818         * gtk/stock-icons/Makefile.am:
8819         Added stock_menu_sort_ascending.png.
8820         
8821         * gtk/gtkseparatormenuitem.c:
8822         Use correct typenames.
8823
8824 Sun May 20 20:07:35 2001  Tim Janik  <timj@gtk.org>
8825
8826         * gtk/gtksignal.[hc] (gtk_signal_connect_full): make hanlder id a
8827         gulong as in GSignal.
8828
8829 Fri May 25 19:04:17 2001  Jonathan Blandford  <jrb@redhat.com>
8830
8831         * gtk/gtktreeview.c (gtk_tree_view_calc_size): Remove almost all
8832         instances of GtkCellRenderer in code (all but dnd icon code).
8833         Virtualized in GtkTreeViewColumn.  Now I need to move focus in
8834         there, and I can do multiple Cells per column.
8835
8836         * gtk/gtktreeviewcolumn.c: Proxy all cell calls correctly
8837
8838         * gtk/gtktreemodel.c (gtk_tree_row_reference_new_proxy): fix bug
8839         when model was unreffed prior to removing the row reference.
8840
8841 2001-05-25  Havoc Pennington  <hp@redhat.com>
8842
8843         * gtk/gtkiconfactory.c: fix so that default icons are created if 
8844         you call gtk_stock_list_ids()
8845
8846         * demos/gtk-demo/stock_browser.c (create_model): sort stock items
8847         in list
8848
8849 2001-05-25  Havoc Pennington  <hp@redhat.com>
8850
8851         * gtk/gtkiconfactory.c (gtk_icon_set_get_sizes): get sizes an icon
8852         set can render without falling back to missing image icon
8853
8854         * gtk/gtktextview.c (gtk_text_view_size_request): request full
8855         size of text, instead of random values
8856
8857         * gtk/gtktreeview.c (gtk_tree_view_size_request): request full
8858         size of tree view, instead of random values
8859
8860         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): render fallback
8861         image in an appropriate size
8862
8863         * gtk/gtkstock.h: Rename the stock items including _BUTTON_,
8864         etc. not to include that. i.e. s/GTK_STOCK_BUTTON_OK/GTK_STOCK_OK/
8865
8866         Throughout: fix GTK_STOCK_BUTTON_ instances
8867         
8868         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
8869         gtk/gtkiconfactory.c, gtk/stock-icons/Makefile.am:
8870         Add a bunch of new stock items/icons
8871
8872         * gtk/gtktreeview.c (gtk_tree_view_insert_column_with_data_func):
8873         new function, convenience for inserting columns with a data func
8874
8875         * gtk/gtkiconfactory.c: keep a list of all existing icon factories
8876         (_gtk_icon_factory_list_ids): use list of all factories to
8877         generate a list of all known IDs
8878
8879         * gtk/gtkstock.c (gtk_stock_list_ids): replace
8880         gtk_stock_list_items() with a function that returns all IDs known
8881         including those for GtkIconFactory.
8882
8883 2001-05-25  Hans Breuer  <hans@breuer.org>
8884
8885         * gdk/win32/gdkgc-win32.c : made fil mode GDK_STIPPLED actually
8886         work -> check boxes and radio buttons are drawn now, even on win9x.
8887         Improved line settings a bit, still no clue how to get really dotted
8888         lines on win9x, on NT it's PS_ALTERNATE.
8889
8890         * gdk/win32/gdkwindow-win32.c : use SafeAdjustWindowRect for 
8891         GDK_HINT_MIN_SIZE as well
8892
8893         * gdk/win32/makefile.am : added gdkkeys-win32.c to EXTRA_DIST
8894
8895         * gtk/gtk.def : updated
8896
8897         * gtk/gtktreeprivate.h : change column_drop_func to be a function
8898         pointer not a function pointer pointer
8899
8900         * tests/testdnd.c : include <stdlib.h> for putenv prototype
8901
8902         * tests/testsocket.c : made it compile on win32 again
8903
8904         * tests/makefile.msc : one more test-app uses prop-editor.obj
8905
8906 2001-05-22  Havoc Pennington  <hp@pobox.com>
8907
8908         * gtk/gtkbin.c (gtk_bin_get_child): New function
8909
8910 Wed May 23 20:07:53 2001  Owen Taylor  <otaylor@redhat.com>
8911
8912         * gtk/gtkimcontextsimple.c: Add Mode_Switch to list of keys
8913         to ignore when doing compose processing.
8914
8915 2001-05-22  Joe Shaw  <joe@ximian.com>
8916
8917         * gtk/gtktextiter.c (_gtk_text_btree_get_iter_at_last_toggle): 
8918         Simplify as suggested by Havoc. Just get the last iter and work
8919         backward to the tag instead of getting a line and working back from
8920         there. Fixes passing in an invalid offset to
8921         iter_init_from_byte_offset().
8922
8923 Tue May 22 16:25:27 2001  Jonathan Blandford  <jrb@redhat.com>
8924
8925         * gtk/gtktreeview*.h: 
8926         * gtk/gtkcell*.h:
8927         * gtk/gtk*store.h:
8928         Added patch from Jeff Franks <jcf@tpg.com.au> to add GET_CLASS
8929         macros to all objects.
8930
8931 Tue May 22 15:13:52 2001  Jonathan Blandford  <jrb@redhat.com>
8932
8933         * gtk/gtkcellrenderertext.c
8934         (gtk_cell_renderer_text_set_fixed_size): Evil function to deal
8935         with very large (TM) amounts of text.  May be moved to
8936         GtkCellRenderer in the future, though I'm not sure it wants to be
8937         this accessible.
8938
8939         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_update_button):
8940         More sanity brought to this class.  I like it.
8941
8942         * tests/testtreecolumns.c (ViewColumnModel): Amazingly scary test
8943         case.  Kids, don't try this at home.
8944
8945         * gtk/gtktreemodel.c (gtk_tree_model_get_iter_root): new
8946         convenience function.
8947
8948         * gtk/gtkwindow.c (gtk_window_set_geometry_hints): Fix typo in docs.
8949
8950 2001-05-21  Alexander Larsson  <alexl@redhat.com>
8951
8952         * gtk/gtkfontsel.c:
8953         Added properties. Based on patch by Lee Mallabone.
8954
8955         * gtk/gtkruler.c:
8956         * gtk/gtkhruler.c:
8957         * gtk/gtkvruler.c:
8958         * gtk/gtktext.c:
8959         * gtk/gtktextview.c:
8960         Converted GtkArg to GParam. Based on patches by John Margaglione.
8961
8962         * tests/Makefile.am:
8963         * tests/testtext.c:
8964         Add a property editor to testtext.
8965         
8966 Mon May 21 11:29:21 2001  Owen Taylor  <otaylor@redhat.com>
8967
8968         * gtk/gtk{h,v,}paned.c: Only show the separator if 
8969
8970         * configure.in: Fixed reversed conditional causing all image
8971         libraries to be linked in.
8972
8973 2001-05-21  Joe Shaw  <joe@ximian.com>
8974
8975         * gtk/gtklayout.c (gtk_text_layout_get_lines): Remove the assertion
8976         that top_y needs to be >= 0.
8977
8978 2001-05-11  Havoc Pennington  <hp@pobox.com>
8979         
8980         * gdk/x11/gdkmain-x11.c: Improve error messages for X errors and
8981         losing connection to the X server.
8982
8983 Sun May 20 13:59:20 2001  Owen Taylor  <otaylor@redhat.com>
8984
8985         * configure.in: Start checks for X from pangox/pangoxft
8986         CFLAGS to avoid duplicate libraries.
8987
8988         * gdk/Makefile.am (LDFLAGS): Remove extra -lm.
8989
8990         * configure.in (GDK_PIXBUF_PACKAGES): Fix GDK_PIXBUF_PACKAGES
8991         to include gobject.
8992         
8993 2001-05-18  Alexander Larsson  <alexl@redhat.com>
8994
8995         * gtk/gtkspinbutton.c:
8996         Convert GtkArgs to GParams. Based on patch by John Margaglione.
8997         Also do size request reasonable for MAXDOUBLE. Previously it printed
8998         the limits to a buffer and overran it. Instead do it using log10() and
8999         limit the width to 10 digits.
9000         
9001         * gtk/gtkwidget.c (gtk_widget_get_property):
9002         Correctly handle setting the parent property to NULL.
9003
9004 Fri May 18 15:26:26 2001  Owen Taylor  <otaylor@redhat.com>
9005
9006         * gtk/gtktextview.c (gtk_text_view_style_set): Reset 
9007         style attributes even if the widget isn't realized.
9008
9009         * demos/gtk-demo/main.c: Use a slightly smaller font.
9010
9011 Fri May 18 14:25:20 2001  Owen Taylor  <otaylor@redhat.com>
9012
9013         * gtk/gtkcontainer.c: Remove reallocate-redraws property.
9014         This is something that only a widget writer would ever want
9015         to change.
9016
9017         * gtk/gtksignal.c: Handle G_SIGNAL_TYPE_STATIC_SCOPE for
9018         gtk_signal_emit_by_name().
9019
9020         * gtk/gtkviewport.c: Fix some warnings.
9021
9022         * gtk/gtkwidget.c gtk/gtksizegroup.c: Add "size group" facility
9023         allowing the requisitions of multiple widgets to be grouped
9024         together.
9025
9026         * tests/testgtk.c: Add GtkSizeGroup test
9027
9028         * demos/gtk-demo/sizegroup.c: Add GtkSizeGroup demo.
9029
9030         * demos/gtk-demo/main.c demos/gtk-demo/pixbufs.c: Fix some
9031         warnings.
9032
9033         * configure.in: Switch to using AM_GLIB_GNU_GETTEXT.
9034
9035 2001-04-28  Martin Baulig  <baulig@suse.de>
9036
9037         * gtk/gtkimagemenuitem.[ch]: Renamed gtk_image_menu_item_add_icon()
9038         to gtk_image_menu_item_set_icon() and made it work if there's already
9039         an image.
9040         (gtk_image_menu_item_new): This function doesn't take any arguments anymore.
9041         (gtk_image_menu_item_new_with_label): New function.
9042
9043 Thu May 17 16:20:04 2001  Jonathan Blandford  <jrb@redhat.com>
9044
9045         * demos/gtk-demo/main.c (fontify): It's the worlds ugliest
9046         highlighting code!!!!  The result is okay so long as you don't try
9047         to stress it.  It also highlights a bug in the TextView so it's in
9048         an unproportional font right now until it's fixed.
9049
9050         *demos/gtk-demo/*.c: Clean up code a bit to make it
9051         ugly-parser(TM) friendly. (-:
9052
9053 2001-05-17  Joe Shaw  <joe@ximian.com>
9054
9055         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove the assertions
9056         that x_offset and y_offset must be >= 0. Clip the cursor being drawn
9057         if it is only partially onscreen.
9058
9059 Thu May 17 17:10:13 2001  Owen Taylor  <otaylor@redhat.com>
9060
9061         * gtk/gtkentry.c: Make logical motion and deletion by graphemes, 
9062         not by characters.
9063
9064         * gtk/gtkentry.c: Handle "trailing" returns from Pango when they
9065         are not zero or one; that is, when graphemes of multiple characters
9066         are involved.
9067
9068         * gtk/gtktextlayout.c (line_display_index_to_iter): Remove unnecessary
9069         FIXME.
9070
9071 2001-05-17  Alexander Larsson  <alla@lysator.liu.se>
9072         
9073         * gtk/gtkbbox.c:
9074         Add properties, based on patch by Lee Mallabone.
9075
9076         * gtk/gtknotebook.c:
9077         * gtk/gtktoolbar.c:
9078         Convert from GtkArg to GParam, based on patch by John Margaglione.
9079         
9080         * gtk/gtkhscale.c:
9081         * gtk/gtkvscale.c:
9082         * gtk/gtkhscrollbar.c:
9083         * gtk/gtkvscrollbar.c:
9084         * gtk/gtkrange.c:
9085         Move adjustment property to GtkRange.
9086
9087         * gtk/gtklabel.c:
9088         Setup mnemonics on property changes
9089
9090         * gtk/gtkwidget.c (gtk_widget_get_property):
9091         GdkExtensionMode is an enum, not a flag. Set it with
9092         g_value_set_enum ().
9093
9094         * tests/prop-editor.c:
9095         Better propery editor.
9096
9097         * tests/testgtk.c:
9098         Add new property test. Pass zero to the property editor to
9099         get properties from all derived types.
9100         
9101 Sun May 13 12:01:12 2001  Owen Taylor  <otaylor@redhat.com>
9102
9103         * autogen.sh (have_automake): Require libtool-1.4,
9104         automake-1.4p1.
9105
9106         * acinclude.m4: Remove libtool macros.
9107
9108         * gdk-pixbuf/Makefile.am: Add dependencies to loade
9109         modules.
9110
9111         * gdk/Makefile.am: Add dependency on libgdk_pixbuf.la
9112         for libgdk.
9113
9114         * gtk/Makefile.am: Add dependency on libgdk_pixbuf.la
9115         libgdk.la for libgtk.
9116
9117         * modules/input/Makefile.am: Make modules have full
9118         dependencies.
9119
9120 Wed May 16 14:06:01 2001  Jonathan Blandford  <jrb@redhat.com>
9121
9122         * gtk/gtktreemodel.c (gtk_tree_path_new_from_string): fix bug
9123         #54699 where paths weren't being checked for correctness.
9124
9125 Tue May 15 20:13:24 2001  Jonathan Blandford  <jrb@redhat.com>
9126
9127         * gtk/gtktreeviewcolumn.c: You can now set all sorts of properties
9128         in any order you wan, whether or not the column is added to the
9129         tree, or the tree is realized.  Yay!
9130
9131         * gtk/gtktreeviewcolumn.c
9132         (gtk_tree_view_column_setup_sort_column_id_callback): handle
9133         sorting columns a lot saner
9134
9135         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_reorderable):
9136         new function to actually set wether or not a column is
9137         reorderable.
9138
9139         * gtk/gtktreeview.c (gtk_tree_view_unrealize): Only destroy things
9140         if we have 'em.
9141
9142         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_set_tree_view):
9143         Fix nasty bug where we were showing the button just before
9144         realizing it.  As a result, the parent window was
9145         tree_view->window instead of tree_view->priv->header_window.
9146
9147         * gtk/gtktreeview.c (gtk_tree_view_set_reorderable): new property
9148         to let you easily reorder a list or tree.
9149
9150 2001-05-15  Alexander Larsson  <alla@lysator.liu.se>
9151
9152         * gtk/gtkpacker.c: Apply patch from John Margaglione that converts
9153         from args to properties.
9154
9155 Tue May 15 10:11:59 2001  Owen Taylor  <otaylor@redhat.com>
9156
9157         * gtk/gtkpreview.c: Apply patch from John Margaglione converting
9158         from args to properties. (#51957)
9159
9160         * gtk/gtkscale.c (gtk_scale_class_init): Move install property
9161         calls to after ->set_property call.
9162
9163 Mon May 14 14:56:21 2001  Owen Taylor  <otaylor@redhat.com>
9164
9165         * tests/prop-editor.c: Block against redundant changes.
9166
9167         * gtk/gtkpaned.c gtk/gtk[hv]paned.c: Add position, position_set
9168         properties.
9169
9170 Sun May 13 18:40:04 2001  Owen Taylor  <otaylor@redhat.com>
9171
9172         * gdk/gdkpixmap.h: Remove creative formatting.
9173
9174 Thu May 10 19:22:28 2001  Owen Taylor  <otaylor@redhat.com>
9175
9176         * gtk/gtktogglebutton.c:  Patch from John Margaglione converting to
9177         property API. (#51669)
9178
9179         * gtk/gtkscale.c: Patch from John Margaglione converting to
9180         property API. (#51891)
9181
9182         * gtk/gtkaccellabel.c: Applied patch from Lee Mallabone, converting
9183         to property API. (#50985)
9184
9185 Fri May 11 20:13:44 2001  Tim Janik  <timj@gtk.org>
9186
9187         * gtk/gtkmain.c (gtk_main_do_event): remember widget's double
9188         buffering state across expose event, so we still call end_paint().
9189
9190 2001-05-11  Alexander Larsson  <alexl@redhat.com>
9191
9192         * gtk/gtkhsv.c (paint_triangle):
9193         Expose the ring in the triangle at the correct place when
9194         exposing just a part of the triangle.
9195
9196         * gtk/gtkwindow-decorate.c (gtk_decorated_window_focus_change):
9197         Return FALSE, or window focusing will not work.
9198
9199 2001-05-11  Havoc Pennington  <hp@pobox.com>
9200
9201         * gtk/gtkimage.c (gtk_image_new_from_stock): docs, fixes bug
9202         #54144
9203
9204         * gtk/gtkcolorsel.c (gtk_color_selection_new): docs, fixes
9205         bug #54330
9206
9207 Fri May 11 02:53:57 2001  Tim Janik  <timj@gtk.org>
9208
9209         * gtk/gtktogglebutton.c (gtk_toggle_button_expose): don't
9210         propagate exposes to NULL child.
9211
9212         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed): guard
9213         against not having one of the scrollbars.
9214
9215         * gtk/gtklabel.c (gtk_label_setup_mnemonic): clean up after us,
9216         we don't keep a mnemonic window if we have no mnemonic installed.
9217
9218 Fri May 11 01:05:00 2001  Tim Janik  <timj@gtk.org>
9219
9220         * gtk/gtktypeutils.h: grum, gtk_type_class() is not GNUC_CONST
9221         it has the _important_ side effect of initializing a class.
9222
9223 2001-05-10  Alexander Larsson  <alexl@redhat.com>
9224
9225         * gdk/linux-fb/gdkprivate-fb.h:
9226         Make sure you can compile out the implementation/wrapper assert
9227         macros.
9228
9229         * gdk/linux-fb/gdkdrawable-fb2.c:
9230         Check implementation/wrappers, initialize type for pixmap dummys.
9231
9232         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image):
9233         Hide the cursor if reading from the screen.
9234
9235         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
9236         Fix sign bug in tiling code.
9237
9238         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
9239         Handle background pixmaps.
9240
9241 Wed May  9 15:27:22 2001  Jonathan Blandford  <jrb@redhat.com>
9242
9243         * gtk/gtktreeview.c (gtk_tree_view_set_column_drag_function): New
9244         function to let user control where columns are dragged.
9245
9246         * gtk/gtktreeview.c (gtk_tree_view_key_press): Cancel drags if
9247         Escape is pressed.
9248
9249 Wed May  9 09:08:44 2001  Jonathan Blandford  <jrb@redhat.com>
9250
9251         * gtk/gtktreeview.c (gtk_tree_view_class_init): New
9252         "columns_changed" signal.
9253         (gtk_tree_view_motion_draw_column_motion_arrow): Change column
9254         motion code to draw arrows to the side if indicator is outside the
9255         widget.
9256         (gtk_tree_view_map_expanded_rows): Implement.
9257
9258 2001-05-07  Alexander Larsson  <alexl@redhat.com>
9259
9260         * demos/testpixbuf-save.c: 
9261         * demos/testpixbuf-drawable.c:
9262         Include gdkfb.h on linux-fb.
9263
9264 2001-05-07  Alexander Larsson  <alexl@redhat.com>
9265
9266         * gdk/linux-fb/gdkdnd-fb.c (get_toplevel_window_at):
9267         New function for getting toplevel window at position.
9268         (gdk_drag_find_window): Use get_toplevel_window () instead
9269         of gdk_window_get_pointer(). (gdk_drag_status): Use
9270         correct context for getting window.
9271
9272         * gdk/linux-fb/gdkproperty-fb.c (gdk_atom_name):
9273         g_strdup the atom name.
9274
9275         * gdk/linux-fb/gdkwindow-fb.c:
9276         Costmetic fix.
9277
9278         * gtk/gtkdnd.c (gtk_drag_source_handle_event):
9279         Add code for changing cursor on linux-fb backend (same as
9280         win32).
9281
9282 2001-05-07  Federico Mena Quintero  <federico@ximian.com>
9283
9284         * gtk/gtkwindow.c (gtk_window_focus): Test for bin->child being
9285         present before doing anything with it.  Patch from HÃ¥vard KvÃ¥len
9286         <havardk@netcom.no>.  Fixes Ximian bugzilla #2492 (OK, the bug
9287         report was not for the development branch of GTK+, but it applies
9288         anyways).
9289
9290 2001-05-04  Havoc Pennington  <hp@redhat.com>
9291
9292         * configure.in: fix some shell typos
9293
9294         * gtk/gtkcolorsel.c (gtk_color_selection_destroy): warning fix
9295
9296         * gtk/gtkimage.c: handle animations
9297
9298         * gtk/gtkcheckbutton.c (gtk_check_button_size_request): request
9299         border_width * 2, not just border_width
9300
9301         * gtk/gtkscale.c: add "format_value" signal to allow people
9302         to override the way values are drawn.
9303         (gtk_scale_get_value_size): fix width/height mistake,
9304         and compute size from actual displayed text, not 
9305         from made-up text.
9306
9307         * gtk/gtktexttag.c (gtk_text_tag_class_init): fix return type in 
9308         signal registration
9309
9310         * tests/testtext.c: Add "Remove all tags" menu item for testing
9311
9312         * gtk/gtktextbuffer.c (gtk_text_buffer_remove_all_tags): implement
9313
9314         * demos/gtk-demo/main.c (main): add hack so we can find modules
9315         without installing gtk
9316
9317         * demos/gtk-demo/textview.c (insert_text): demo font scaling
9318
9319         * gtk/gtkcellrenderertext.c: Add "scale" property (font scaling
9320         factor)
9321         (gtk_cell_renderer_text_set_property): remove some bogus
9322         g_object_notify
9323
9324         * gtk/gtktexttag.c: add "scale" property which is a font scaling
9325         factor
9326
9327         * gtk/gtktextlayout.c (add_text_attrs): add font scale attribute 
9328         to layout
9329
9330         * gtk/gtktextiter.c (gtk_text_iter_is_start): rename from
9331         gtk_text_iter_is_first
9332
9333 2001-01-06  Hans Breuer  <hans@breuer.org>
9334
9335         * gdk/gdk.def : updated exports
9336
9337         * gdk/win32/makefile.msc : -DGDK_ENABLE_BROKEN otherwise
9338         gdk won't compile anymore
9339  
9340         * gdk/win32/gdkevents-win32.c : initialize ret_val when
9341         processing GDK_FILTER functions, initialize event.key->hardware_keycode.
9342         Improved gdk_flush () to not only do pending drawing operations
9343         but also process all currently pending events. This should make
9344         the behaviour more similar to the X11 version.  
9345
9346         * gdk/win32/gdkgc-win32.c (predraw_set_background) : a background
9347         option needs to be set even if there is no GDK_GC_BACKGROUND.
9348         (gdk_win32_hdc_get) : use predraw_set_background () independent
9349         of value_mask. This allows to draw dashed lines leaving the original
9350         background intact.
9351
9352         * gdk/win32/gdkimage-win32.c (gdk_image_new_bitamp) : free data
9353         after processing, because we can't reuse it as the X11 version does.
9354
9355         * gtk/gtk.def : updated exports
9356
9357         * gtk/makefile.msc.in : added ATK, removed all test apps. (I
9358         would like to get rid of this file again, and use straight
9359         makefile.msc again, as the other Gtk+ subdirs do)
9360
9361         * test/makefile.msc (new file) : build the test apps here
9362
9363 2001-05-05  ERDI Gergo  <cactus@cactus.rulez.org>
9364
9365         * gdk/gdkpango.c (gdk_pango_get_item_properties): Peek
9366         strike-through setting
9367         (gdk_draw_layout_line_with_colors): Render strike-through
9368
9369 Sat May  5 10:06:24 2001  Owen Taylor  <otaylor@redhat.com>
9370
9371         * Release 1.3.5
9372
9373         * configure.in (GTK_MICRO_VERSION): Up to 1.3.5
9374
9375         * NEWS: Updated
9376
9377         * demos/gtk-demo/Makefile.am (EXTRA_DIST): Fix minor
9378         Makefile breakage.
9379
9380 Sat May  5 09:18:30 2001  Owen Taylor  <otaylor@redhat.com>
9381
9382         * demos/gtk-demo/images.c (progressive_timeout): Fix
9383         typo in filename.
9384
9385         * gtk/gtktreeview.c (gtk_tree_view_row_activated): Comment
9386         out FIXME warning; just too annoying.
9387
9388 2001-05-04  Alex Larsson  <alla@lysator.liu.se>
9389
9390         * gdk/linux-fb/gdkcolor-fb.c:
9391         Better error messages.
9392
9393         * gdk/linux-fb/gdkpixmap-fb.c (gdk_pixmap_new):
9394         Initialize abs_x and abs_y.
9395         
9396         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic):
9397         Correct handling of stipple offset.
9398
9399         * gdk/linux-fb/gdkvisual-fb.c (gdk_visual_init):
9400         Treat directcolor framebuffers as truecolor.
9401         
9402 Thu May  3 14:13:49 2001  Owen Taylor  <otaylor@redhat.com>
9403
9404         * INSTALL.in HACKING gtk/gtkaccessible.[ch] gtk/gtk.c: Add
9405         dependency on Atk for accessibility support.
9406
9407         * configure.in **/Makefile.am: Major reworking of substituted
9408         variables for CFLAGS/LIBS to make a lot more sane and 
9409         keep the the compile/link lines a bit shorter.
9410
9411         * gdk/x11/gdkkeys-x11.c: Fix #endif with trailing stuff.
9412
9413 Thu May  3 08:10:54 2001  Owen Taylor  <otaylor@redhat.com>
9414
9415         * gtk/gtktexttag.c (gtk_text_tag_class_init): Fix return
9416         value to be G_TYPE_BOOLEAN, not G_TYPE_INT, also,
9417         use _gtk_boolean_handled_accumulator.
9418
9419 Thu May  3 07:00:09 2001  Owen Taylor  <otaylor@redhat.com>
9420
9421         * gtk/gtktextview.c: Patch from Juan Pablo Mendoza Mendoza
9422         to fix things so clicking inside selection leaves cursor
9423         at point where clicked. (#50324)
9424
9425         * gtk/gtksettings.c (gtk_settings_class_init): Restore
9426         sane value for default double click time.
9427
9428         * tests/testtext.c (test_init): Really path to input modules.
9429
9430 2001-05-03  Sven Neumann  <sven@convergence.de>
9431
9432         * demos/testpixbuf-save.c: include target-specific headers as
9433         done in testpixbuf-drawable.c
9434
9435 Wed May  2 20:36:38 2001  Owen Taylor  <otaylor@redhat.com>
9436
9437         * gtk/gtkentry.c (gtk_entry_real_insert_text): Reduce
9438         new_text_length appropriately when we run into the 
9439         size limit for the entry. (#53445, reported by Jeff Franks)
9440
9441         * tests/testgtk.c (create_entry): Remove most of the
9442         property toggle buttons. Replace with a "Props" button
9443         that brings up a property editor.
9444
9445         * tests/prop-editor.[ch] test/testtreeview.c tests/Makefile.am:
9446         Split the property editor code out for reuse, improve.
9447
9448 Wed May  2 17:26:22 2001  Owen Taylor  <otaylor@redhat.com>
9449
9450         * gdk/x11/gdkevents-x11.c gdk/x11/gdkwindow-x11.c: Always
9451         trap errors around calls to XSetInputFocus since we have
9452         no way of knowing reliably whether we are viewable or
9453         not. (#53947)
9454
9455 Tue May  1 09:21:23 2001  Jonathan Blandford  <jrb@redhat.com>
9456
9457         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
9458         fix bug in dropping columns.  Moving columns now basically works
9459         modula some fine tuning.
9460
9461 Tue May  1 19:09:21 2001  Jonathan Blandford  <jrb@redhat.com>
9462
9463         * gtk/gtktreeview.c (gtk_tree_view_horizontal_autoscroll): Add
9464         autoscroll support.  It mostly works, but could use some fine
9465         tuning.
9466         * gtk/gtktreeview.c (gtk_tree_view_button_release_drag_column):
9467         Actually move the column.
9468
9469 Mon Apr 30 20:29:27 2001  Owen Taylor  <otaylor@redhat.com>
9470
9471         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtkoptionmenu.c 
9472           gtk/gtkspinbutton.c gtk/gtkstyle.c gtk/gtkwidget.c:
9473           New default theme! A slighly improved version of the 2.0 Raleigh
9474           theme, with Windows-esque focus/drawing default. 
9475           (GtkWidget::interior_focus defaults to TRUE.)
9476
9477         * gtk/gtkstyle.[ch]: Add a text_aa color halfway between text and base.
9478
9479 2001-04-30  Havoc Pennington  <hp@pobox.com>
9480
9481         * tests/testtext.c (line_numbers_expose): fix to work with
9482         gtk_paint_layout change
9483
9484 Mon Apr 30 19:18:07 2001  Owen Taylor  <otaylor@redhat.com>
9485
9486         * gtk/gtkstyle.[ch] gtk/gtkaccellabel.c gtk/gtkcellrenderertext.c
9487           gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c gtk/gtkprogressbar.c
9488           gtk/gtkvruler.c gtk/gtkvscale.c: Add an extra parameter
9489           use_text to gtk_paint_label() to deal with style->bg[] vs style->text[].
9490
9491         * gtk/gtkbbox.c gtk/gtkdialog.c: Tweak padding some to deal
9492           with GtkWidget::interior_focus = TRUE better.
9493
9494         * gtk/gtkbutton.c: Switch ::default_spacing to ::default_border,
9495         ::default_outside_border for more flexibility.
9496
9497         * gtk/gtkwidget.c (gtk_widget_style_get_valist): Remove 
9498         G_VALUE_NO_COPY_CONTENTS, to correspond with the recent
9499         change that had to be made with g_object_get.
9500
9501 Sun Apr 29 20:13:40 2001  Jonathan Blandford  <jrb@redhat.com>
9502
9503         * gtk/gtktreeview.c (gtk_tree_view_get_columns): new function.
9504         (gtk_tree_view_move_column_after): Clean up interface. 
9505
9506 Sun Apr 29 03:02:02 2001  Tim Janik  <timj@gtk.org>
9507
9508         * gtk/gtkpacker.h:
9509         * gtk/gtkenums.h: moved GtkAnchorType and GtkSideType from gtkpacker.h
9510          to gtkenum.h.
9511
9512         * gtk/gtkmain.c (gtk_main_do_event): silence compiler (GDK_SETTING not
9513         handled in switch).
9514
9515         * gtk/Makefile.am:
9516         (gtk.defs): generate enum portions with  glib-mkenums.
9517         (gtktypebuiltins_evals.c): generate this with glib-mkenums.
9518         got rid of makeenums.pl and makeenums.awk in distributed tarballs.
9519         
9520         * gtk/gtkaccelgroup.c (gtk_accel_group_add): refined havocs warning
9521         addition.
9522
9523         * docs/Changes-2.0.txt: keep a note on signal handlers now
9524         not getting emitted during the emission they were connected within.
9525
9526 2001-04-28  Havoc Pennington  <hp@pobox.com>
9527
9528         * gtk/gtkcolorsel.c (palette_new): fix bug in tooltip
9529
9530 2001-04-24  Havoc Pennington  <hp@redhat.com>
9531
9532         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_previous_line): 
9533         (gtk_text_layout_move_iter_to_next_line): fix these two for
9534         invisible text, lots of other stuff still hosed.
9535
9536         * gtk/gtkcolorsel.c (gtk_color_selection_set_change_palette_hook):
9537         new function, replaces the get/set palette stuff. This function 
9538         is intended for use by libgnomeui which should set the hook to a
9539         thing which sets the palette in GConf, and we need the
9540         GConf-to-xsettings proxy which will result in the change being
9541         propagated back to the GTK app.
9542
9543         * gtk/gtkaccelgroup.c (gtk_accel_group_add): add note to warning 
9544         about unusable signals that it may be because the signal has 
9545         parameters.
9546
9547         * gtk/gtkwidget.c (gtk_widget_modify_style): always copy the
9548         style, otherwise gtkrc.c won't know to create a new GtkStyle for
9549         it.
9550         (gtk_widget_modify_color_component): call
9551         gtk_widget_modify_style() so the rc style will get copied.
9552         (gtk_widget_modify_font): ditto
9553
9554         * gtk/gtkrc.c: make a couple variables static
9555
9556         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): hide
9557         help button by default, since it does nothing
9558
9559         * gtk/gtkcolorsel.c: add tooltips, work on key navigation, fool
9560         around with UI
9561
9562         * gtk/gtkentry.c (gtk_entry_realize): request enter/leave notify
9563         so we can have tooltips
9564
9565         * gtk/gtkhsv.c (gtk_hsv_realize): request enter/leave notify so we
9566         can have tooltips
9567
9568         * gdk/gdkimage.h: mark gdk_image_new_bitmap with
9569         GDK_ENABLE_BROKEN, because its memory behavior is completely
9570         hosed.
9571
9572         * gtk/gtknotebook.c: remove key press handler, replace with
9573         binding set, add numeric keypad support
9574
9575         * gtk/gtktextview.c (gtk_text_view_class_init): accept KP_Delete
9576
9577         * gtk/gtktext.c (gtk_text_key_press): add a bunch of KP keysyms
9578
9579         * gtk/gtkentry.c (gtk_entry_class_init): accept GDK_KP_Delete in
9580         addition to plain Delete
9581
9582         * gtk/gtktextview.c (gtk_text_view_key_press_event): accept
9583         GDK_KP_Enter in addition to GDK_Return
9584
9585         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): connect to
9586         activate on entry instead of key press
9587         (gtk_font_selection_on_clist_key_press): get
9588         rid of this signal handler, not needed with new font sel.
9589
9590         * gtk/gtkfilesel.c (gtk_file_selection_key_press): remove a
9591         no-longer-needed emit_stop_by_name(), just return TRUE
9592
9593         * gtk/gtkhscrollbar.c, gtk/gtkvscrollbar.c: remove keybindings
9594         cruft, this widget is no longer focusable.
9595
9596         * gtk/gtkrange.h, gtk/gtkrange.c, gtk/gtkvscale.c,
9597         gtk/gtkhscale.c: Get rid of trough_keys virtual function, add
9598         move_slider action signal, add binding set for vscale/hscale, in
9599         the process support numeric keypad
9600
9601         * gtk/gtkentry.c (gtk_entry_class_init): Add keypad bindings; 
9602         make GDK_Return and GDK_KP_Enter activate the entry via 
9603         binding set, instead of hardcoded.
9604
9605 Fri Apr 27 20:27:21 2001  Jonathan Blandford  <jrb@redhat.com>
9606
9607         * gtk/gtktreeview.[hc]: Massive reorder/cleanup of a lot of the
9608         code.  Some documentation added.
9609
9610 2001-04-27  Havoc Pennington  <hp@redhat.com>
9611
9612         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fix warning
9613
9614         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): make messages selectable
9615
9616         * gtk/gtkentry.c (gtk_entry_real_insert_text): don't strip
9617         line/para separators
9618         (gtk_entry_create_layout): set single paragraph mode on the layout
9619
9620         * gtk/gtkbutton.c (gtk_button_new_from_stock): don't put much
9621         spacing between the image and label; instead, inside a button box 
9622         the button will get extra space that will go there, but if people 
9623         configure button box for 0 chubbiness, then there's no spacing.
9624
9625         * gtk/gtkbbox.c (gtk_button_box_class_init): Make child ipadding
9626         and min/max size style properties, so people can tune their
9627         chubbiness.
9628
9629         * tests/testgtk.c (make_toolbar): remove calls to removed toolbar
9630         functions
9631
9632         * gtk/gtktoolbar.c (gtk_toolbar_class_init): Make space_size,
9633         space_style, and button_relief into style properties, remove
9634         functions for setting them
9635         
9636         * gtk/gtkmenu.c (gtk_menu_key_press): handle menu bar accel to pop 
9637         it back down
9638
9639         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): free boxed
9640         types from gtk_widget_style_get
9641
9642         * gtk/gtkmenubar.c (gtk_menu_bar_set_shadow_type): Remove, replace
9643         with a style property.
9644
9645         * gdk/x11/gdkevents-x11.c: namespace the settings
9646
9647         * gtk/gtkmenubar.c: Add F10 accelerator to move between menubars.
9648
9649         * gtk/gtksettings.c (gtk_settings_class_init): remove code with
9650         side effects from inside g_assert(), so that G_DISABLE_ASSERT can
9651         be used. Also, translate doc strings for settings. Also, namespace
9652         the double-click-time property. Also, remove bell properties crap.
9653
9654 2001-04-27  Sven Neumann  <sven@gimp.org>
9655
9656         * Makefile.am: before creating links, check if pkg-config files
9657         exist for the default target. Otherwise link to the pkg-config files
9658         that got installed with this build.
9659
9660 Thu Apr 26 19:11:46 2001  Jonathan Blandford  <jrb@redhat.com>
9661
9662         * gtk/gtktreeview.c (gtk_tree_view_motion): clean up column
9663         dragging code.  Revealed some (potential) GdkWindow bugs.
9664
9665         * gdk/x11/gdkwindow-x11.c (gdk_window_reparent): add
9666         _gdk_window_init_position to the end of reparent to fix the case
9667         of reparenting when new_x != old_x and new_y != old_y.
9668
9669 Thu Apr 26 10:54:50 2001  Owen Taylor  <otaylor@redhat.com>
9670
9671         * gtk/gtkentry.c (strstr_len): Fix optimization that
9672         was correct for the use here, but completely incorrect
9673         in general.
9674
9675 Thu Apr 26 10:40:41 2001  Owen Taylor  <otaylor@redhat.com>
9676
9677         * gtk/gtkwindow.h: Remove deprecation of gtk_window_set_default_size()
9678         until patch adding gtk_window_set_size() is recommitted. 
9679
9680         * **Makefile.am configure.in gdk/x11/gdkim-11.c
9681           gtk/gtkmain.c gtk/gtkimmulticontext.c gtk/gtkmain.c
9682           gtk/gtkrc.c: Remove all traces of -DX_LOCALE support.
9683           (#10784)
9684
9685 Wed Apr 25 12:16:36 2001  Owen Taylor  <otaylor@redhat.com>
9686
9687         * gdk/X11/gdkevents-x11.c (gdk_event_translate): Test for 
9688         window == NULL in a number of cases.
9689
9690         * tests/testdnd.c: Set module path for gdk-pixbuf.
9691
9692 Thu Apr 19 16:11:07 2001  Owen Taylor  <otaylor@redhat.com>
9693
9694         * gtk/Makefile.am xembed.h: File containing #defines
9695         for XEMBED protocol.
9696
9697         * gtk/gtkplug.[ch] gtk/gtksocket.[ch]: 
9698
9699         - Change protocol from old plug/socket specific protocol
9700           to XEMBED draft
9701         - Various fixes to work with GTK+-2.0
9702
9703         Still quite a bit of work to do here to handle initiation
9704         from the socket side (as specified by XEMBED), to handle
9705         the more advanced features of XEMBED, and to figure out
9706         a good way to handle same-app embedding with less overhead
9707         than using full XEMBED.
9708
9709 Wed Apr 18 16:04:28 2001  Owen Taylor  <otaylor@redhat.com>
9710
9711         * gtk/gtkwindow.[ch] (gtk_window_real_set_focus): Keep
9712         track of whether the toplevel has the focus; only send
9713         focus-in events to the focus widget when the window
9714         actually has the focus.
9715
9716 2001-04-25  Havoc Pennington  <hp@pobox.com>
9717
9718         * gtk/gtkwindow.h: set_decorations_hint and set_functions_hint
9719         were still in the header
9720
9721 2001-04-24  Alexander Larsson  <alexl@redhat.com>
9722
9723         * gtk/gtkclist.[ch]:
9724         * gtk/gtkctree.c:
9725         When there is a row highlighted for D'n'D it must alse
9726         be painted hightlighted on exposes. Otherwise exposes from
9727         the icon being dragged will mess up the hightlight.
9728
9729         * gtk/gtkfontsel.c:
9730         Don't recenter selected font when exposing the font family
9731         clist. This means you can now actually scroll the font family
9732         list.
9733
9734         * gtk/gtknotebook.c:
9735         Fix focus movement on scrolling tabs that are placed on the left
9736         and right.
9737
9738 2001-04-21  Havoc Pennington  <hp@pobox.com>
9739
9740         * gtk/gtktextdisplay.c (gtk_text_layout_draw): handle 0-height
9741         empty/invisible lines.
9742
9743         * gtk/gtktextiter.c (gtk_text_iter_set_visible_line_offset)
9744         (gtk_text_iter_set_visible_line_index): new functions to set
9745         indexes excluding invisible text
9746
9747         * gtk/gtktextlayout.c (line_display_iter_to_index): get visible 
9748         index
9749
9750         * gtk/gtktextiter.c (gtk_text_iter_get_visible_line_index)
9751         (gtk_text_iter_get_visible_line_offset): new functions to 
9752         get indexes excluding invisible text
9753
9754         * gtk/gtkmessagedialog.c (gtk_message_dialog_init): strip out a
9755         bunch of extra padding that served no purpose
9756
9757         * gtk/gtkdialog.c: Make all the spacings configurable via style
9758         properties, for chubbiness configuration in themes
9759
9760         * tests/testtext.c: fix path to the immodules.
9761         
9762 Mon Apr 23 18:57:03 2001  Jonathan Blandford  <jrb@redhat.com>
9763
9764         * gtk/gtksocket.c (gtk_socket_filter_func): add missing '}' that
9765         got munched by #endif.
9766
9767         * gtk/Makefile.am (gtk_plug_c_sources): add missing '\'
9768
9769         * gtk/gtktreeview.c: Refactored code to clean up a number of
9770         events.
9771
9772         * gtk/gtktreemodel.c (gtk_tree_path_compare): Switched return
9773         values to make consistent with other functions.  Spotted by Jeff
9774         Franks <jcf@tpg.com.au>.
9775
9776         * gtk/gtktreeview.h (struct _GtkTreeViewClass): Fixes to signal
9777         declaration spotted by Jeff Franks <jcf@tpg.com.au>.
9778
9779 2001-04-23  Sven Neumann  <sven@gimp.org>
9780
9781         * gtk/Makefile.am
9782         * gtk/gtkplug.c
9783         * gtk/gtksocket.c: on request of Owen, reverted my last change 
9784         and exclude gtkplug.c/gtksocket.c from the build for non-X11 targets
9785
9786 2001-04-23  Sven Neumann  <sven@gimp.org>
9787
9788         * gtk/gtkplug.c: put into #ifdef GDK_WINDOWING_X11 to make GTK+
9789         compile for non-X11 targets again
9790
9791 2001-04-20  Alexander Larsson  <alexl@redhat.com>
9792
9793         * gtk/gtkcolorsel.[ch]:
9794         API Change. Take GdkColor arguments instead of gdouble *.
9795         Leave the old gtk_color_selection_set_color for compatibility,
9796         but marked deprecated.
9797         Do correct rounding when converting RGB <-> HSV.
9798         
9799         * gtk/gtkcolorseldialog.c:
9800         * tests/testgtk.c:
9801         Use new GtkColorSelection API.
9802
9803         * gtk/gtkhsv.c:
9804         Fix problem selecting colors in triangle when Hue is 330.
9805         Fix some black dots around the HSB triangle.
9806         
9807         * gtk/gtkfilesel.c:
9808         return FALSE from the focus_in_event handler to fix focus problems.
9809
9810 2001-04-18  Havoc Pennington  <hp@redhat.com>
9811
9812         * gtk/gtkwindow.c (gtk_window_class_init): add signals and binding
9813         set, so keybindings are configurable    
9814         (gtk_window_activate_default): Change to activate the focus widget
9815         instead if there's a focus widget, to be consistent with the
9816         behavior that previously existed in key_press_event
9817
9818 2001-04-18  Havoc Pennington  <hp@redhat.com>
9819
9820         * gdk/gdkkeyuni.c: Handle numeric keypad keysyms; bug #50201
9821
9822 2001-04-18  Havoc Pennington  <hp@redhat.com>
9823
9824         Close bug #50615:
9825         
9826         * gtk/gtkstyle.c (gtk_default_draw_layout): Use text_gc to draw
9827         the layout
9828
9829         * gtk/gtktext.c: Use base/text instead of bg/fg throughout
9830
9831         * gtk/gtkentry.c: Use base/text instead of bg/fg throughout
9832
9833         * gtk/gtktextdisplay.c: Use base/text instead of bg/fg throughout
9834         
9835         * gtk/gtkstyle.c (gtk_style_init): make GTK_STATE_SELECTED default
9836         to blue for base, in addition to bg
9837         
9838 2001-04-18  Havoc Pennington  <hp@redhat.com>
9839
9840         * tests/testgtk.c (create_image): allow shrinking the image window
9841         to test that we clip to allocation.
9842
9843         * gtk/gtkimage.c (gtk_image_expose): clip to allocation,
9844         #9845
9845
9846         * gtk/gtkenums.h: move GtkWrapMode in here, #50472
9847
9848 Wed Apr 18 14:23:14 2001  Owen Taylor  <otaylor@redhat.com>
9849
9850         * gdk/x11/gdkimage-x11.c (gdk_image_new): Try changing
9851         mode on shm segments to 0600. We'll see who complains.
9852
9853         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Call
9854         _gdk_windowing_window_destroy() AFTER recursing through
9855         children.
9856
9857         * tests/Makefile.am (noinst_PROGRAMS): Build testsocket,
9858         testsocket_child on X.
9859
9860         * tests/testsocket[_child].c: Fix uses of
9861         gtk_window_get_default_accel_group().
9862
9863         [ Merge patch from Ramiro Estrugo  <ramiro@eazel.com> from gtk-1-2 ]
9864
9865         * gdk/gdkimage.c: (gdk_image_get):
9866         Deal with the possibility that XGetImage() might return NULL.
9867         Allocate the GdkImagePrivate structure only after XGetImage()
9868         succeeds in order not to dereference a NULL ximage pointer.  This
9869         prevents a core dump when XGetImage() fails - which is unlikely,
9870         but can happen due to race conditions accessing the geometries of
9871         drawables.  An x error will still be triggered, but the gdk image
9872         wrapper at least wont seg fault.
9873         
9874 2001-04-18  Havoc Pennington  <hp@redhat.com>
9875
9876         * gtk/gtkimage.c: fix to properly queue resizes when the image is
9877         set
9878
9879         * gtk/gtktextview.c (gtk_text_view_do_popup): desensitize Paste
9880         if the insertion point isn't editable
9881
9882         * demos/gtk-demo/images.c: Added a GtkImage demo
9883
9884         * demos/gtk-demo/drawingarea.c: drawing area demo
9885         
9886         * demos/gtk-demo/menus.c (create_menu): cleanups
9887
9888 Wed Apr 18 12:15:52 2001  Owen Taylor  <otaylor@redhat.com>
9889
9890         * gdk/x11/gdkwindow-x11.c gdk/x11/gdkwindow-x11.h 
9891           gdk/x11/gdkevents-x11.c: Introduce an extra child
9892         of toplevel windows that serves to hold the focus to
9893         avoid events being delivered to embedded windows.
9894
9895         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Introduce
9896         some extra variables to clean up code and reduce the
9897         number of casts.
9898
9899         * gdk/x11/gdkwindow-x11.h (struct _GdkXPositionInfo): Use
9900         guint for 1 bit bit fields, not gboolean.
9901
9902 Wed Apr 18 10:04:23 2001  Owen Taylor  <otaylor@redhat.com>
9903
9904         * gtk/gtktooltips.c (gtk_tooltips_paint_window): Return FALSE,
9905         not TRUE. (Fixes #52925)
9906
9907 Tue Apr 17 18:05:34 2001  Owen Taylor  <otaylor@redhat.com>
9908
9909         * Released 1.3.4
9910
9911         * NEWS: Updated
9912
9913         * gtk/gtktextview.c (gtk_text_view_class_init): Fix to not
9914         use GTK_TYPE_ENUM.
9915
9916 Tue Apr 17 13:47:12 2001  Owen Taylor  <otaylor@redhat.com>
9917
9918         * configure.in: Don't put -lgthread in GLIB_LIBS, GLIB_DEPLIBS
9919
9920         * gtk/gtktypeutils.h gtk/gtksignals.h: Restore proper parameter
9921         names to compatibility #defines so docs work.
9922
9923         * gtk/gtkenums.h: Remove GtkMenuFactoryType
9924
9925         * gtk/gtkwindow.c gtk/gtkdnd.c: Docs cleanups.
9926
9927         * configure.in: Don't include -lgthread in GLIB_LIBS, GLIB_DEPLIBS
9928
9929         * tests/testgtkrc: No magenta cursors, please.
9930
9931         * README.in INSTALL.in HACKING README.cvs-commits: Updated.
9932
9933         * gtk/gtkenums.h (enum): Remove left over GtkMenuFactoryType.
9934         
9935 Mon Apr 16 14:38:41 2001  Owen Taylor  <otaylor@redhat.com>
9936
9937         * gtk/gtklist.c gtk/gtklistitem.c: Remove explicit pointer
9938         grabs, since they are no longer necessary.
9939
9940         * gtk/gtkcombo.c (gtk_combo_popup_button_press): Fix #52926
9941         by signal_connect() and call gtk_button_pressed() rather
9942         than signal_connect_after().
9943
9944         * tests/testgtk.c: Restore radio menu items to combos 
9945         since they'll look OK with Raleigh, and it is easier
9946         than finishing the process of removing them that was
9947         started earlier.
9948
9949 2001-04-16  Hans Breuer  <hans@breuer.org>
9950
9951         * gdk/gdk.def :
9952         * gtk/gtk.def : added all exports required to link PyGtk 0.7.1
9953
9954         * gdk/gdkfont.h : #define GDK_TYPE gdk_font_get_type ()
9955         we are interested in the functions return value not the function address
9956         * gdk/gdkvisual.h : same for GDK_TYPE_VISUAL
9957
9958         * gtk/makefile.msc.in : reflect movement of GDK_TYPEs from gtk to gdk
9959
9960 2001-04-14  Hans Breuer  <hans@breuer.org>
9961
9962         * gdk/gdk.def :
9963         * gdk/makefile.msc : updated
9964
9965         * gdk/win32/gdkdrawable.win32 (gdk_win32_draw_rectangle) : if modus is 
9966         "fill with tile" do so with new helper function gdk_win32_draw_tiles 
9967         (the testgtk::text backgound pixmap is drawn again)
9968         Changed SetTextAlign before pango_win32_render to TA_BASELINE to reflect 
9969         Win32 Pango change
9970         * gdk/win32/gdkprivate-win32.h : prototype for gdk_win32_draw_tiles
9971
9972         * gdk/win32/gdkproperty-win32.c : first implementation of gdk_setting_get
9973         Not sure if the returned settings have the right unit, because I couldn't
9974         find any docs for the X version ...
9975
9976         * gtk/gtk.def :
9977         * gtk/makefile.msc.in : updated
9978
9979 Thu Apr 12 17:41:17 2001  Owen Taylor  <otaylor@redhat.com>
9980
9981         * gtk-2.0.m4: Fix up to refer to GTK+, not to GLib; fix some
9982         wording problems. (Compared to version from Johannes Stezenbach to
9983         check correctness.)
9984
9985 Thu Apr 12 21:04:26 2001  Tim Janik  <timj@gtk.org>
9986
9987         * gtk/gtktreeview.c (_gtk_tree_view_column_start_drag): get
9988         this to compile.
9989
9990 2001-04-12  Anders Carlsson  <andersca@codefactory.se>
9991
9992         * gtk/gtkcellrenderertextpixbuf.c (gtk_cell_renderer_text_pixbuf_class_init): It's pixbuf_pos,
9993         not pixbufpos.
9994
9995         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render): Fix small typo.
9996
9997         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_property): xpad and ypad
9998         are unsigned insts, therefore use g_value_set_uint.
9999         (gtk_cell_renderer_set_property): Likewise, use g_value_get_uint.
10000
10001 Sun Apr  8 05:36:06 2001  Jonathan Blandford  <jrb@redhat.com>
10002
10003         * gtk/gtktextview.c (gtk_text_view_class_init): fix a fixme.
10004
10005         * gtk/gtkcellrendertoggle.c: change GTK_TYPE_POINTER to
10006         GTK_TYPE_STRING.
10007
10008         * gtk/gtktreeview.c: New functions to allow initial column
10009         dragging work.
10010
10011         * gtk/gtktreeviewcolumn.c: Initial column dragging support.
10012
10013         * tests/testtreefocus.c: give dave some love.
10014
10015         * tests/testtreesort.c: Modify test to check really long samples.
10016
10017 2001-04-11  Alexander Larsson  <alexl@redhat.com>
10018
10019         * gtk-2.0.m4: Pass pkg-config options
10020         before the other args so it works even if
10021         POSIXLY_CORRECT is set.
10022
10023 Mon Apr  9 19:02:07 2001  Tim Janik  <timj@gtk.org>
10024
10025         * configure.in (GTK_MICRO_VERSION): increment version to 1.3.4 (binary
10026         0, interface 0).
10027
10028 2001-04-04  Denis Oliver Kropp  <dok@convergence.de>
10029
10030         * gtk/gtkcalendar.c (gtk_calendar_button_press):
10031         check for action_func != NULL
10032
10033 2001-04-04  Sven Neumann  <sven@gimp.org>
10034
10035         * tests/testgtk.c (test_init): corrected path to gtk.immodules
10036
10037 Wed Apr  4 09:18:18 2001  Tim Janik  <timj@gtk.org>
10038
10039         * Released Gtk+-1.3.3.
10040
10041 Wed Apr  4 07:42:23 2001  Tim Janik  <timj@gtk.org>
10042
10043         * gdk/Makefile.am (EXTRA_DIST): add makeenums.pl to EXTRA_DIST.
10044
10045 Wed Apr  4 04:13:18 2001  Tim Janik  <timj@gtk.org>
10046
10047         * gtk/stock-icons/Makefile.am: stay in builddir and read/write
10048         files to/from source dir. (if we don't stay in builddir, we
10049         can't reach make-inline-pixbuf.
10050
10051         * gdk/Makefile.am (gdkenumtypes.c): add $(srcdir) to mekeenums.pl
10052         deps.
10053
10054         * configure.in (GTK_MICRO_VERSION): up and away (1.3.3 bin/interface
10055         ages 0).
10056
10057 Tue Apr  3 15:04:45 2001  Jonathan Blandford  <jrb@redhat.com>
10058
10059         * gtk/gtktreemodelsort.h:  removed set_sort_column, as it was
10060         moved to the GtkTreeSortable interface.
10061
10062         * gtk/gtktreeselection.c (gtk_tree_selection_selected_foreach):
10063         Make more efficient (fixes #50262).
10064
10065 Tue Apr  3 13:55:37 2001  Owen Taylor  <otaylor@redhat.com>
10066
10067         * NEWS: Updated.
10068
10069         * configure.in: Remove support for uninstalled glib.
10070
10071         * gtk/gtkdnd.c (gtk_drag_highlight_expose): Return FALSE as
10072         so as not to stop emission.
10073
10074         * gtk-config-2.0.in: Exit with an error message that gtk-config-2.0
10075         is no longer supported.
10076
10077         * Makefile.am gtk/Makefile.am tests/*: Moved all tests
10078         into tests, change build order to build modules before
10079         gtk/.
10080
10081         * modules/input/Makefile.am: Move gtk-query-immodules-2.0 invocation
10082         to here.
10083
10084 Tue Apr  3 13:52:57 2001  Tim Janik  <timj@gtk.org>
10085
10086         * gtk/gtkitemfactory.[hc]: changed gtk_item_factory_dump_items()
10087         and gtk_item_factory_dump_rc() GtkPatternSpec argument to
10088         GPatternSpec. this is actually unlikely to cause breakage in
10089         third-party apps since except for gle, pretty much ever caller
10090         passes NULL here.
10091
10092         * gtk/gtkbindings.[hc]: removed gtk_pattern_*() API.
10093
10094         * *.c: use g_pattern_*() API.
10095
10096         * docs/Changes-2.0.txt: GtkPatternSpec->GPatternSpec updates.
10097
10098         * gtk/gtkstyle.c (gtk_default_draw_resize_grip): assert unhandled
10099         directions aren't passed in.
10100
10101         * gtk/gtksettings.[hc] (_gtk_settings_parse_convert): export conversion
10102         functionality to be usable from gtkstyle.c as well, give precedence
10103         for conversion to user-supplied parsers.
10104         s/_gtk_rc_property_parser_for_type/_gtk_rc_property_parser_from_type/;
10105
10106         * gtk/gtkstyle.c (_gtk_style_peek_property_value): use
10107         _gtk_settings_parse_convert() for rcporperty value conversion.
10108
10109 2001-04-03  Alexander Larsson  <alexl@redhat.com>
10110
10111         * gdk/linux-fb/gdkevents-fb.c:
10112         Add empty gdk_setting_get().
10113
10114 Tue Apr  3 05:09:07 2001  Tim Janik  <timj@gtk.org>
10115
10116         * gtk/gtkmain.c (_gtk_boolean_handled_accumulator): use more elaborate
10117         variable names.
10118         
10119         * gtk/makeenums.pl: touch this so enum files get remade.
10120
10121 Mon Apr  2 19:36:57 2001  Jonathan Blandford  <jrb@redhat.com>
10122
10123         * gtk/gtktreestore.c (gtk_tree_store_init):  Bug fix to make trees
10124         work again when not sorted.
10125
10126         * gtk/gtktreeview.c (gtk_tree_view_class_init): Add "collapse_row"
10127         and "expand_row" signal, closing bug 52578.
10128
10129         * gtk/gtktreeview.c (gtk_tree_view_expand_row): Add signal
10130         support.
10131
10132         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): Add signal
10133         support.
10134
10135 Mon Apr  2 18:18:07 2001  Owen Taylor  <otaylor@redhat.com>
10136
10137         * gdk/gdkevents.h: Add GdkEventSetting event for notification
10138         of changes to system settings, gdk_setting_get() to retrieve
10139         a single system setting.
10140
10141         * gdk/x11/gdkevents-x11.c: Bridge gdk_setting_get() and GdkEventSetting
10142         to the draft XSETTINGS mechanism.
10143
10144         * gdk/x11/xsettings-{common,client}.[ch]: Sample-implementation of
10145         XSETTINGS.
10146
10147         * gtk/gtkmain.c gtk/gtksettings.[ch]: Propagate notification
10148         of GDK settings changes to the GtkSettings object.
10149
10150         * gdk/gdkevents.[ch] gdk/gtk/gtksettings.c: Hook up the
10151         double-click-timeout property to GDK.
10152
10153         * gdk/gdkcolor.[ch] gdk/gdkvisual.h gdk/gdkevent.[ch] gdk/gdkfont.[ch]:
10154         Define GDK boxed types here.
10155
10156         * gdk/Makefile.am gdk/makeenums.pl: Generate source files
10157         gdk/gdkenumtypes.[ch] for enum definitions.
10158
10159         * gtk/gtkcompat.h: Add defines for GTK_TYPE_GDK_*
10160         * gtk/gtk-boxed.defs: Comment out GDK types
10161         * gtk/gtktypeutils.h: Remove GDK types
10162         * gtk/Makefile.am: No longer scan GDK headers for enumerataions
10163
10164 Mon Apr  2 16:41:08 2001  Owen Taylor  <otaylor@redhat.com>
10165
10166         * Applied patch from Ron Steinke to add signal accumulators
10167         so that signals with the convention 'TRUE return means
10168         handled' stop emission on a TRUE return.
10169
10170         * gtk/gtkmain.[ch]: Add private accumulator 
10171         _gtk_boolean_handled_accumulator, used throughout GTK+.
10172         
10173         * gtk/gtkspinbutton.c: Add accumulator for ::output.
10174
10175         * gtk/gtktipsquery.c: Add accumulator for ::widget_selected
10176         
10177         * gtk/gtkwidget.c: Add accumulators for event signals,
10178         ::drag_motion, ::drag_drop. Use _gtk_boolean_handled_accumator
10179         for ::mnemonic-activate.
10180
10181         * gtk/gtkwindow.c: Add accumulator for ::frame_event
10182
10183 Mon Apr  2 16:24:21 2001  Owen Taylor  <otaylor@redhat.com>
10184
10185         * gtk/gtkwidget.c: Add missing include.
10186
10187 Mon Apr  2 16:56:15 2001  Jonathan Blandford  <jrb@redhat.com>
10188
10189         * gtk/gtkmarshal.list (VOID:BOXED,BOXED,BOXED,BOXED): new
10190         marshaller.
10191
10192         * gtk/gtktreemodel.c (gtk_tree_model_range_changed): change
10193         "changed" signal to "range_changed".
10194
10195         * gtk/gtktreeview.c (gtk_tree_view_set_model): fix small bug where
10196         removing a tree from one model would remove all trees from that
10197         model.
10198         * gtk/gtktreeview.c (gtk_tree_view_range_changed): use range
10199         changed signal instead.
10200
10201 Mon Apr  2 16:13:58 2001  Owen Taylor  <otaylor@redhat.com>
10202
10203         * gtk/gtkinvisible.c (gtk_invisible_style_set): Avoid
10204         chaining up to parent impl, since we have a INPUT_ONLY
10205         window.
10206
10207         * gtk/gtkentry.[ch]: Add a cursor_color property to set the
10208         foreground color for the cursor.
10209
10210 Mon Apr  2 15:06:13 2001  Owen Taylor  <otaylor@redhat.com>
10211
10212         * gtk/gtkstyle.c (_gtk_style_peek_property_value): Reference 
10213         param spec when caching property values, since we unref it
10214         later when we free the style.
10215
10216         * gtk/gtkoptionmenu.c (gtk_option_menu_get_props): Dont' free
10217         values since they are retrieved with G_VALUE_NO_COPY_CONTENTS.
10218
10219 Mon Apr  2 10:47:57 2001  Owen Taylor  <otaylor@redhat.com>
10220
10221         * gtk/gtkwidget.c (gtk_widget_class_init): Fix 
10222         G_VALUE_NO_COPY_CONTENTS instead of G_SIGNAL_TYPE_STATIC_SCOPE
10223         stupidity.
10224
10225 Mon Apr  2 00:51:11 2001  Owen Taylor  <otaylor@redhat.com>
10226
10227         [ First pass at adding style properties. Still needs some definite
10228         fine-tuning. ]
10229
10230         * gtk/gtkbutton.c: Add ::default_spacing style property.
10231          
10232         * gtk/gtkcheckbutton.[ch] gtkradiobutton.c: Add ::indicator_size,
10233         ::indicator_spacing style properties.
10234
10235         * gtk/gtkoptionmenu.c: Add ::indicator_size, ::indicator_spacing
10236         style properties.
10237
10238         * gtk/gtk{,h,v}paned.[ch]: Make handle_size a style property
10239         rather than a normal property.
10240
10241         * gtk/gtkwidget.c: Add an ::interior_focus style property to
10242         draw focus inside buttons, in the Windows/Java Metal/etc. style.
10243
10244         * gtk/gtkbutton.c gtk/gtkcheckbutton.c gtk/gtktogglenbutton.c:
10245         Honor ::interior_focus.
10246         
10247         * gtk/gtkentry.c: Don't draw focus at all when ::interior_focus is 
10248         TRUE.
10249
10250         * gtk/gtkrange.[ch] gtk/gtk{h,v}scrollbar.c gtk/gtk{h,v}scale.c:
10251         Add ::slider_width, ::trough_border, ::stepper_size,
10252         ::stepper_spacing style properties.
10253
10254         * gtk/gtkscale.[ch] Add ::slider-length style property.
10255
10256 2001-04-02 Alexander Larsson   <alexl@redhat.com>
10257
10258         * gdk/linux-fb/gdkwindow-fb.c:
10259         Add gdk_window_begin_resize_drag and gdk_window_begin_move_drag. Remove some
10260         warnings that were spewed on startup.
10261
10262         * gtk/gtkwindow-decorate.c:
10263         gtk_window_reposition -> _gtk_window_reposition
10264
10265 Sun Apr  1 21:37:22 2001  Owen Taylor  <otaylor@redhat.com>
10266
10267         * gtk/gtkwidget.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
10268         Add boxed type for GtkRequistion. Use it for ::size-request.
10269
10270         * gtk/gtkstyle.[ch] gtk/gtktypeutils.c gtk/gtk-boxed.defs:
10271         Add a new GtkBorder structure useful for geometry properties
10272         for widgets. Add corresponding GTK_TYPE_BORDER.
10273         
10274         * gtk/gtkwidget.c (gtk_widget_class_install_style_property):
10275         Support automatic parser selection like
10276         gtk_settings_install_property_parser().
10277
10278         * gtk/gtksettings.c (_gtk_rc_property_select_parser): Export
10279         functionality for use by gtk_widget_class_install_style_property.
10280         Support GTK_TYPE_BORDER, GTK_TYPE_REQUISITION.
10281
10282 Sun Apr  1 20:48:59 2001  Owen Taylor  <otaylor@redhat.com>
10283
10284         * gtk/gtkentry.c (gtk_entry_class_init): Make invisible-char
10285         g_param_spec_unichar(). 
10286
10287 Sun Apr  1 23:41:37 2001  Tim Janik  <timj@gtk.org>
10288
10289         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): raise window for non
10290         _NET window managers.
10291
10292         * gtk/gtkmenufactory.[hc]: cvs removed those files now.
10293
10294 Sun Apr  1 08:00:13 2001  Tim Janik  <timj@gtk.org>
10295
10296         * gtk/gtkwidget.[hc]: got rid of gtk_widget_popup(), a function that
10297         bad needs to be nuked, not just deprecated.
10298
10299         * gtk/gtktooltips.c (gtk_tooltips_draw_tips): don't use 
10300         gtk_widget_popup().
10301
10302         * gtk/*.[hc]: s/activate_mnemonic/mnemonic_activate/g;
10303         
10304         * gtk/gtkmenufactory.[hc]: removed this long-standingly deprecated
10305         widget.
10306         
10307         * docs/Changes-2.0.txt: updates.
10308         
10309 Sun Apr  1 01:02:54 2001  Jonathan Blandford  <jrb@redhat.com>
10310
10311         * gtk/gtktreestore.c (gtk_tree_store_sort_iter_changed):
10312         for (i = 0; i < 100; i ++)
10313           g_print ("I will confirm it compile before committing\n");
10314
10315 Sun Apr  1 00:52:06 2001  Jonathan Blandford  <jrb@redhat.com>
10316
10317         * gtk/gtktreestore.c: Initial work on implementing the
10318         GtkTreeSortable interface.  Basicaly a big cut'n'paste job.
10319
10320 Sun Apr  1 03:28:14 2001  Tim Janik  <timj@gtk.org>
10321
10322         * gtk/gtkwidget.c: fixed a bunch of notifications, added
10323         reference counts around emissions where the widget is used afterwards.
10324         added freeze/thaws around multiple properties being notified.
10325         (_gtk_widget_get_aux_info): cleanups.
10326         
10327         * gtk/gtksettings.c (gtk_settings_install_property): provide
10328         default parsing functions for gdkcolor, enums and flags.
10329
10330         * gtk/gtkwindow.[hc]: partially reverted patch from havoc,
10331         applied by owen.
10332         backed out gtk_window_get_location(), gtk_window_set_location(),
10333         gtk_window_get_size() and gtk_window_set_size(), these
10334         have to be sorted out wrg x/y/width/height/default_with/default_height
10335         properties.
10336         kept a flag in GtkWindowGeometryInfo to handle user
10337         resetting default sizes.
10338         cleaned up ZVT comments.
10339         bunch of assorted bug fixes, notification fixes.
10340         (_gtk_window_reposition): make this a really internal function.
10341         
10342         * gtk/testgtk.c: fixups.
10343         
10344 2001-03-31  Hans Breuer  <hans@breuer.org>
10345
10346         * config.h.win32.in : disable USE_MMX for msvc build cause
10347         the assembler doesn't fit and is out of my scope. Disable
10348         USE_GMODULE for msvc build as wel. The right way to share
10349         binaries on win32 would be to use libtiff.dll etc. To reduce
10350         installation hassles IMO it's better to include all fileformats
10351         builtin to gdk-pixbuf
10352
10353         * gdk-pixbuf/makefile.msc : new file
10354
10355         * gdk/gdk.def : updated
10356
10357         * gdk/win32/gdkevents-win32.c : don't erase the background if
10358         .no_bg is set. It improves the scrolling (e.g. of testgtk main
10359         buttons
10360         * gdk/win32/gdkgeometry-win32.c : added comment about the above
10361
10362         * gdk/win32/gdkwindow-win32.c : added three new functions like
10363         the X version. Only one is implemented, because the other two
10364         "gdk_window_begin_(resize|move)_drag" got no docs and appear to
10365         be default behaviour on win32 anyway ...
10366
10367         * gtk/gtk.def : updated
10368
10369         * gtk/makefile.msc.in : update for new files, use glib-genmarshal
10370         from where it was built and add an additional rule to automagically
10371         build gtkmarshal.[hc]
10372
10373         * gtk/gtkfilesel.c (open_new_dir) : don't increase n_entries
10374         before array access for the current entry isn't finished
10375
10376         * gtk/gtktreeitem.c (gtk_tree_item_subtree_button_click) :
10377         use g_return_val_if_fail
10378
10379         * gtk/testgtk.c (window_controls) : don't use the *wrong* size
10380         for the static array, but let the compiler calculate it. It
10381         makes me wonder if gcc isn't capable to catch bugs like this ...
10382
10383 2001-03-31  James Henstridge  <james@daa.com.au>
10384
10385         * gtk/gtkwidget.c (gtk_widget_size_adjust): fix use of magic
10386         constant "-1" in the aux info structure.
10387
10388 2001-03-30  Alexander Larsson  <alexl@redhat.com>
10389
10390         * gtk/gtkbutton.c (gtk_button_get_property):
10391         * gtk/gtklabel.c:
10392         Remove leaks.
10393         
10394         * gtk/gtkcontainer.c:
10395         * gtk/gtkhscale.c:
10396         * gtk/gtkhscrollbar.c:
10397         * gtk/gtklayout.c:
10398         * gtk/gtkmisc.c:
10399         * gtk/gtkprogress.c:
10400         * gtk/gtkprogressbar.c:
10401         * gtk/gtkrange.c:
10402         * gtk/gtktable.c:
10403         * gtk/gtkviewport.c:
10404         * gtk/gtkvscale.c:
10405         * gtk/gtkvscrollbar.c:
10406         * gtk/gtkwidget.c:
10407         Property patches, based on patches from John Margaglione and Lee Mallabone.
10408
10409 Thu Mar 29 21:20:38 2001  Mike Kestner  <mkestner@ameritech.net>
10410
10411         * gtk/gtkspinbutton.c : added value_changed signal which proxies for the
10412         adjustment. Cleaned redundant preconditions (spin != NULL). Added
10413         inline API function docs.
10414         (gtk_spin_button_new_with_range): New convenience constructor.
10415         (gtk_spin_button_set_increments): New adjustment helper.
10416         (gtk_spin_button_set_range): New adjustment helper.
10417
10418         * gtk/testgtk.c : added test of the new convenince constructor and
10419         value_changed signals.
10420
10421 Thu Mar 29 20:20:38 2001  Jonathan Blandford  <jrb@redhat.com>
10422
10423         * gtk/gtktreemodel.c (gtk_tree_row_ref_reordered_callback): Now we
10424         listen to the reorder signal.
10425
10426 Wed Mar 28 20:30:26 2001  Owen Taylor  <otaylor@redhat.com>
10427
10428         * gtk/gtkwidget.[ch] (_gtk_widget_get_aux_info): Add private function
10429         to get the aux info structure fo the widget.
10430
10431         * gtk/gtklabel.c gtk/gtkscrolledwindow.c gtk/gtkwindow.c: Use
10432         above function.
10433
10434         [ Patch from  Havoc Pennington  <hp@redhat.com> ]
10435
10436         * gdk/x11/gdkwindow-x11.c (gdk_window_get_frame_extents): function
10437         to get the size of the window manager frame, basically the same
10438         code that gdk_window_get_root_origin() had
10439         (gdk_window_get_root_origin): use gdk_window_get_frame_extents()
10440
10441         * gtk/gtkwindow.c (gtk_window_set_default_size): use
10442         gdk_window_resize() if the window is realized and resizeable
10443
10444         * gdk/x11/gdkwindow-x11.c (gdk_window_set_geometry_hints): fix
10445         typo so that setting gravity works
10446
10447         * gtk/gtkwindow.c (gtk_window_move_resize): don't ever use
10448         allocation if auto_shrink is on, even if the default size
10449         has not changed.
10450
10451         * gtk/gtkwidget.c (gtk_widget_render_icon): remove bogus
10452         g_return_if_fail
10453
10454 Thu Mar 29 16:29:12 2001  Jonathan Blandford  <jrb@redhat.com>
10455
10456         * gtk/gtkliststore.c (gtk_list_store_iter_changed): Massive
10457         reordering/sorting work.  Now pretty much works.
10458
10459         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): Lots of work to make
10460         reorder mostly work.  Still need to get the parity correct.
10461
10462         * gtk/gtktreeviewcolumn.c: Listen for "model" property changed
10463         signal, so I can listen for the sort_column_changed signal so I
10464         can change my "sort_indicator" property.  Cool.
10465
10466 Wed Mar 28 00:03:10 2001  Owen Taylor  <otaylor@redhat.com>
10467
10468         [ Patch from Havoc Pennington, hp@redhat.com ]
10469
10470         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c:
10471         Add functions gdk_window_begin_resize_drag/begin_move_drag
10472         to start resizing or moving a toplevel window. This
10473         is done either using the _NET_WM_MOVERESIZE protocol,
10474         or, if that isn't present, by emulation.
10475
10476         * gtk/gtkwindow.[ch]: Add functions gtk_begin_move/resize_drag
10477         to export the above to GTK+-land.
10478
10479         * gtk/gtkstyle.[ch]: Add ->draw_resize_grip() paint func.
10480         
10481         * gtk/gtkwindow.c gdk/gdkwindow.[ch] (gdk_window_constrain_size):
10482         Move this function into gdkwindow, since we need it
10483         when implementing fallback resizing.
10484
10485         * gdk/x11/gdkwindow-x11.c: gdk_window_set_geometry_hints.
10486         Fix typo when setting gravity.
10487
10488         * gtk/gtkstatusbar.[ch] (gtk_statusbar_set_has_resize_grip):
10489         Add an optional (but on by default) resize grip for resizing 
10490         the parent window.
10491
10492 01-03-29  Alexander Larsson  <alexl@redhat.com>
10493
10494         * gtk/gtktooltips.c (gtk_tooltips_event_handler):
10495         Don't return TRUE from the event handler, that blocks all
10496         event signals on the tooltip widget. Now you can press buttons
10497         in toolbars again.
10498
10499 Wed Mar 28 19:20:43 2001  Owen Taylor  <otaylor@redhat.com>
10500
10501         * gtk/testtext.c (create_buffer): Add missing NULL on
10502         valist.
10503
10504         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_class_init): Fix
10505         c-n-p problem with INCONSISTENT property.
10506
10507         [ Patch from Havoc Pennington  <hp@redhat.com> ]
10508
10509         * gtk/gtkentry.h (struct _GtkEntryClass): add same populate_popup
10510         hook.
10511
10512         * gtk/gtktextview.h (struct _GtkTextViewClass): add populate_popup
10513         signal as a hook for extending the default popup menu
10514
10515         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
10516         use radio menu items for the input method menuitems
10517
10518         * gtk/gtkimcontextsimple.c (check_hex): do better validation of 
10519         inserted unicode from Ctrl-Shift-hex input method
10520
10521         * gtk/gtktextbtree.c (_gtk_text_btree_insert): remove utf8
10522         validatation here, already done at GtkTextBuffer level.
10523
10524         * gtk/gtkwidget.c (gtk_widget_class_init): add binding set, add
10525         popup_menu run action signal and Shift+F10 and Menu keybindings.
10526
10527         * gtk/gtkentry.c: implement a default handler for popup_menu
10528
10529         * gtk/gtktextview.c: implement a default handler for popup_menu
10530
10531         * gtk/gtkmenu.c (gtk_menu_popup): select first item if popup is
10532         from a key event
10533         
10534         * gtk/gtklabel.c: remove "trailer" cruft
10535
10536 Wed Mar 28 17:27:12 2001  Jonathan Blandford  <jrb@redhat.com>
10537
10538         * gtk/gtkrbtree.c (_gtk_rbtree_reorder): new function to
10539         handle reordering of trees.  Seems to mostly work w/ the exception
10540         of the parity flag.
10541
10542         * gtk/gtktreeview.c (gtk_tree_view_reordered): handle "reordered"
10543         signal.
10544
10545 Wed Mar 28 21:12:37 2001  Tim Janik  <timj@gtk.org>
10546
10547         * gtk/gtkwidget.h: c++ fixes.
10548
10549 Sun Mar 25 15:51:28 2001  Owen Taylor  <otaylor@redhat.com>
10550
10551         * gtk/gtksettings.c (gtk_settings_init): Fix use of uninitialized
10552         memory.
10553
10554 Tue Mar 27 22:36:07 2001  Owen Taylor  <otaylor@redhat.com>
10555
10556         * gtk/gtkwidget.h gtk/gtkrange.h: Apply patch from 
10557         Nils Barth fixing event return values. (#51041)
10558
10559         * gtk/gtkwidget.c: Fix some return values for default
10560         functions.
10561
10562         * gtk/gtk[vh]scrollbar.c gtk/gtk[vh]range.c: Fix
10563         return values for trough_keys functions.
10564
10565         * gtk/gtkwidget.h (struct _GtkWidgetClass): Fix return
10566         value for add_accelerator (shoudl have been a void
10567         return.)
10568
10569         * gtk/gtkcellrenderer.[ch]: gtkcellrenderertoggle.h:
10570         Fix return type of EVENT.
10571
10572         * gtk/gtkmarshal.list gtk/gtktexttag.c: Make EVENT
10573         signal return a boolean.
10574
10575 Tue Mar 27 22:07:44 2001  Jonathan Blandford  <jrb@redhat.com>
10576
10577         * gtk/gtkliststore.c (gtk_list_store_sort): Fix arguments to
10578         reordered signal.
10579
10580         * tests/testtreesort.c (main): fix spelling.
10581
10582 Tue Mar 27 20:55:29 2001  Jonathan Blandford  <jrb@redhat.com>
10583
10584         * gtk/gtkliststore.c: More work on implementing sortable
10585         interface.
10586
10587 Mon Mar 26 15:48:45 2001  Owen Taylor  <otaylor@redhat.com>
10588
10589         * gtk/gtkwindow.c (gtk_window_list_toplevels): Don't
10590         reference the widgets in the resulting list. (#11821)
10591         This makes this consistent with gtk_container_children.
10592
10593         * gtk/gtkwindow.c gtk/gtkwidget.c: Fix up the two
10594         uses of gtk_window_list_toplevels.
10595
10596 Mon Mar 26 15:26:17 2001  Owen Taylor  <otaylor@redhat.com>
10597
10598         * gtk/gtkimcontext.c (gtk_im_context_set_use_preedit): Add
10599         a virtual function to set whether the IM context should use 
10600         the preedit string. (#51922)
10601         
10602 Mon Mar 26 14:42:59 2001  Owen Taylor  <otaylor@redhat.com>
10603
10604         * gdk/gdkpango.h: Remove stale FIXME comment.
10605
10606 2001-03-26  Alexander Larsson  <alla@lysator.liu.se>
10607
10608         * gtk/gtkfilesel.c (gtk_file_selection_get_filename):
10609         Fixed bug that returned NULL if a filename was selected.
10610
10611 2001-03-24  Havoc Pennington  <hp@pobox.com>
10612
10613         * gtk/gtkthemes.c (gtk_theme_engine_load): improve error message
10614         to contain the word "theme"
10615
10616 2001-03-24  Havoc Pennington  <hp@pobox.com>
10617
10618         * gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much
10619         slower but finer-grained
10620         (gtk_hsv_focus): get initial focus on the ring or triangle 
10621         according to tab direction
10622
10623         * gtk/testgtk.c (main): get rid of weird sleep(1) on exit
10624
10625 2001-03-23  Havoc Pennington  <hp@pobox.com>
10626
10627         * gtk/gtkhsv.c: make this somewhat key-navigable
10628
10629         * gtk/gtkfontsel.c: mnemonics
10630
10631         * gtk/gtkgamma.c: mnemonics
10632
10633         * gtk/gtkcolorsel.c: add mnemonics to labels
10634
10635 2001-03-22  Havoc Pennington  <hp@pobox.com>
10636
10637         Applied big patch from Seth Lytle to fix event handler return
10638         values, slightly modified.
10639
10640         * gtk/gtkcalendar.c (gtk_calendar_button_press): return TRUE if
10641         handled.
10642         (gtk_calendar_key_press): return TRUE for GDK_space triggers
10643         select_day
10644
10645         * gtk/gtkclist.c (gtk_clist_button_press): return TRUE if handled
10646         (gtk_clist_button_release): return TRUE if handled
10647
10648         * gtk/gtkcolorsel.c (mouse_release):
10649         (palette_activate): 
10650         (palette_press): 
10651         (palette_new): 
10652         (mouse_press): 
10653         (get_screen_color): 
10654         fixed return type (void to gboolean), return TRUE,
10655         added GTK_SIGNAL_FUNC cast
10656
10657         * gtk/gtkcombo.c (gtk_combo_popup_button_press): fixed return type
10658         (void to gboolean), and return TRUE
10659         (gtk_combo_button_release): changed return value to TRUE after
10660         gtk_grab_add on combo->popwin
10661
10662         * gtk/gtkctree.c (gtk_ctree_button_press): return TRUE if triggers a
10663         collapse or expand
10664
10665         * gtk/gtkcurve.c (gtk_curve_graph_events): return TRUE for
10666         button/motion
10667
10668         * gtk/gtkdnd.c (gtk_drag_source_event_cb): return TRUE for button
10669         press/release and motion that trigger act
10670
10671         * gtk/gtkentry.c (gtk_entry_button_release): return TRUE
10672
10673         * gtk/gtkfontsel.c (gtk_font_selection_size_key_press): return TRUE
10674         for GDK_Return
10675         
10676         * gtk/gtklist.c (gtk_list_button_press): return TRUE mostly
10677         (gtk_list_button_release): return TRUE if selection
10678
10679         * gtk/gtklistitem.c (gtk_list_item_button_press): return TRUE on
10680         press
10681
10682         * gtk/gtkmenushell.c (gtk_menu_shell_button_press):
10683         (gtk_menu_shell_button_release): chain parent_menu_shell retval
10684
10685         * gtk/gtknotebook.c (gtk_notebook_button_press): return FALSE if
10686         nothing triggered
10687         (gtk_notebook_button_release): return TRUE if we do anything
10688
10689         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): 
10690         (gtk_spin_button_button_release): return TRUE or chained retval
10691
10692         * gtk/gtktext.c (gtk_text_button_press): 
10693         (gtk_text_button_release): return TRUE
10694         (gtk_text_key_press): remove redundant retval code
10695         
10696         * gtk/gtktreeitem.c (gtk_tree_item_button_press): return TRUE if button
10697         and sensitive
10698         (gtk_tree_item_subtree_button_click): changed type to gint, and return
10699         TRUE if sensitive
10700
10701         * gtk/gtktooltips.c (gtk_tooltips_event_handler): deactivate implies 
10702         return TRUE
10703
10704 2001-03-23  Havoc Pennington  <hp@redhat.com>
10705
10706         * gtk/testgtk.c: fix warnings
10707
10708         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): fix return value
10709
10710         * gtk/gtktextview.c: fix warnings
10711
10712         * gtk/gtktext.c (find_cursor_at_line): fix warning
10713
10714         * gtk/gtkselection.c (gtk_selection_notify): fix warning 
10715
10716         * gtk/gtkitemfactory.c (gtk_item_factory_menu_pos): fix signature
10717         of this function
10718
10719         * gtk/gtkimmulticontext.c (gtk_im_multicontext_append_menuitems):
10720         fix warning
10721
10722         * gtk/gtkhandlebox.c (gtk_handle_box_style_set): fix warning
10723
10724         * gtk/gtkfontsel.c: fix warning
10725
10726         * gtk/gtkcolorsel.c: fix warnings
10727
10728 2001-03-23  Havoc Pennington  <hp@redhat.com>
10729
10730         * gtk/gtkhandlebox.c: Apply property patch from Lee Mallabone
10731
10732         * gtk/gtkbox.c: Apply property patch from Lee Mallabone
10733
10734         * gtk/gtkcheckmenuitem.c: Apply property patch from Lee Mallabone,
10735         and deprecated gtk_check_menu_item_set_show_toggle().
10736         
10737         * gtk/gtkbutton.c: Apply property patch from Lee Mallabone
10738
10739         * gtk/gtkfilesel.c: Apply property patch from Lee Mallabone
10740
10741         * gtk/gtkframe.c: Apply property patch from Lee Mallabone
10742
10743 2001-03-23  Havoc Pennington  <hp@redhat.com>
10744
10745         * gtk/gtktoolbar.c, gtk/gtkimcontext.c, gtk/gtklabel.c: fix up
10746         some docs
10747
10748 Fri Mar 23 16:13:43 2001  Jonathan Blandford  <jrb@redhat.com>
10749
10750         * gtk/gtktreeviewcolumn.h (GtkCellDataFunc): Forgot to namespace
10751         this.
10752
10753         * gtk/gtktreestore.c (gtk_tree_store_set_value): change from
10754         set_cell to set_value
10755
10756         * gtk/gtkliststore.c (gtk_list_store_set_value): change from
10757         set_cell to set_value
10758
10759 Thu Mar 22 19:27:34 2001  Jonathan Blandford  <jrb@redhat.com>
10760
10761         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
10762         fix braino.
10763         * gtk/gtktreesortable.[ch]: New interface to add cleanup sortable
10764         support.
10765
10766         * gtk/gtktreeview.c: Addition of initial sortable support.
10767
10768         * gtk/gtktreestore.c: Addition of initial sortable support.
10769
10770         * gtk/gtkliststore.c: Addition of initial sortable support.
10771
10772         * gtk/gtkmarshal.list: yet another marshaller.
10773
10774         * gtk/gtktreedatallist.[ch]: shared code between the store models
10775         for handling sorting headers.
10776
10777 2001-03-22  Havoc Pennington  <hp@redhat.com>
10778
10779         * gtk/gtkcontainer.c (gtk_container_set_focus_chain): 
10780         (gtk_container_unset_focus_chain): Add ability to override the 
10781         focus chain for a container explicitly
10782
10783 Thu Mar 22 13:01:44 2001  Tim Janik  <timj@gtk.org>
10784
10785         * gtk/gtklabel.[hc]: some cleanups, fixed mnemonic_widget handling,
10786         added PROP_MNEMONIC_WIDGET.
10787
10788         * gtk/gtkwindow.c (gtk_window_activate_mnemonic): 
10789         (gtk_window_remove_mnemonic): 
10790         (gtk_window_add_mnemonic): fixed assertions.
10791         (gtk_window_activate_mnemonic): constrain modifier checks to those
10792         permitted by gtk_accelerator_get_default_mod_mask().
10793         got rid of gtk_window_get_default_accel_group().
10794
10795         * gtk/gtkwidget.c (gtk_widget_real_activate_mnemonic): handle non
10796         activatable widgets either by focussing or a warning.
10797         added a signal accumulator to ::activate_mnemonic which stops the
10798         emission once a handler returned TRUE.
10799
10800 2001-03-22  Havoc Pennington  <hp@pobox.com>
10801
10802         * gtk/gtktoolbar.c (gtk_toolbar_insert_stock): handle mnemonics in
10803         the stock item label
10804
10805         * gtk/gtklabel.c: s/@gtk_func/gtk_func()/ in docs
10806
10807         * gtk/gtkstock.c (builtin_items): add mnemonics where missing
10808
10809         * demos/gtk-demo/*.c: Add mnemonics all over the place
10810
10811         * gtk/gtklabel.h: mark parse_uline deprecated
10812
10813 2001-03-21  Alexander Larsson  <alexl@redhat.com>
10814
10815         * gtk/gtkitemfactory.[ch]:
10816         Add support for stock and normal imagemenuitems.
10817         
10818         * gtk/testgtk.c:
10819         Add some tests for mnemonics, stock toolbars, stock
10820         and image menuitems in itemfactory and gdk_window_scroll.
10821
10822 2001-03-21  Alexander Larsson  <alexl@redhat.com>
10823
10824         * gtk/gtkbutton.[ch]:
10825         * gtk/gtkdialog.c:
10826         Renamed gtk_button_new_stock() to gtk_button_new_from_stock() and
10827         removed accel_group argument. Renamed gtk_button_new_accel() to
10828         gtk_button_new_with_mnemonic() and removed accel_group argument.
10829
10830         * gtk/gtkcheckbutton.[ch]:
10831         New function gtk_check_button_new_with_mnemonic().
10832
10833         * gtk/gtkentry.c:
10834         Override activate_mnemonic and just grab focus.
10835
10836         * gtk/gtkitemfactory.c:
10837         Don't add menu uline accel group, instead use mnemonics support.
10838
10839         * gtk/gtklabel.[ch]:
10840         New support for mnemonics.
10841
10842         * gtk/gtkmarshal.list:
10843         Needed BOOLEAN:BOOLEAN for activate_mnemonic.
10844
10845         * gtk/gtkmenu.[c]:
10846         * gtkmenushell.c:
10847         Use mnemonics instead of accel groups for uline
10848         support in menu items.
10849         Removed gtk_menu_get_uline_accel_group() and
10850         gtk_menu_ensure_uline_accel_group().
10851
10852         * gtk/gtkmenuitem.c:
10853         Override activate_mnemonic to handle switching between
10854         menu items if there are collisions.
10855         
10856         * gtk/gtknotebook.c:
10857         Connect to activate_mnemonic on the tab_label, so that
10858         activating it switches to that notebook page.
10859
10860         * gtk/gtkwidget.[ch]:
10861         Add activate_mnemonic signal. New function
10862         gtk_widget_activate_mnemonic() to emit it.
10863         Default implementation does activate/grab_focus.
10864
10865         * gtk/gtkwindow.[ch]:
10866         Add support for mnemonics in windows.
10867         New functions:
10868         gtk_window_add_mnemonic, gtk_window_remove_mnemonic,
10869         gtk_window_activate_mnemonic, gtk_window_set_mnemonic_modifier
10870
10871         * gtk/testgtk.c:
10872         Update to function name changes.
10873         
10874 2001-03-21  Alexander Larsson  <alexl@redhat.com>
10875
10876         * gtk/gtkimagemenuitem.[c]:
10877         Add gtk_image_menu_item_new_from_stock()
10878
10879 Tue Mar 20 15:00:43 2001  Jonathan Blandford  <jrb@redhat.com>
10880
10881         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
10882         Fix buglet in meeting.
10883
10884 2001-03-19  Havoc Pennington  <hp@redhat.com>
10885
10886         * gtk/gtkiconfactory.c: Make GtkIconSource an opaque datatype, and
10887         add a bunch of accessor functions. This is because we have
10888         reasonable expectations of extending what fields it contains in
10889         the future.
10890
10891         * gtk/gtkstyle.c (gtk_default_render_icon): adapt to icon source
10892         changes
10893
10894         * gtk/gtkrc.c (gtk_rc_parse_icon_source): fix to use new
10895         GtkIconSource   
10896
10897 Mon Mar 19 15:53:36 2001  Owen Taylor  <otaylor@redhat.com>
10898
10899         * gtk/gtkitemfactory.c gtk/testgtk.c: Handle quoting of / with \; properly
10900         handle __ in paths, quote " and \n in gtk_item_factory_dump_items().
10901
10902         * gtk/gtkadjustment.[ch] gtk/gtkclist.c gtk/gtkhruler.c gtk/gtklayout.c 
10903           gtk/gtklist.c gtk/gtkprogress.[ch] gtk/gtkprogressbar.[ch] gtk/gtkrange.[ch]
10904           gtk/gtkruler.[ch] gtk/gtkscale.c gtk/gtkscrolledwindow.c gtk/gtkspinbutton.[ch]
10905           gtk/gtktext.c gtk/gtktextview.c gtk/gtkvruler.c gtk/testgtk.c:
10906         Change float to double everywhere with the exception of 0<->1.0 alignment
10907         and GtkCurve.
10908
10909 2001-03-19  Tor Lillqvist  <tml@iki.fi>
10910
10911         * gdk/win32/gdkdrawable-win32.c
10912         * gdk/win32/gdkimage-win32.c: Use correct casts in debugging
10913         output.
10914
10915         * demos/testpixbuf-drawable.c: If GDK_WINDOWING_WIN32, include
10916         gdkwin32.h.
10917
10918 2001-03-18  Tor Lillqvist  <tml@iki.fi>
10919
10920         * gdk/win32/gdkevents-win32.c (print_window_state): New function.
10921         print_event_state, print_event): Use preprocessor macro to make
10922         code more compact. Print also GDK_WINDOW_STATE events.
10923         (synthesize_crossing_events): Remove the old #ifdeffed-out code.
10924         
10925         * gtk/gtk.def
10926         * gtk/makefile.mingw.in: Update.
10927
10928         * gtk/gtkmain.h: Check for G_PLATFORM_WIN32, not only G_OS_WIN32,
10929         to catch also Cygwin.
10930
10931 Sun Mar 18 01:15:30 2001  Tim Janik  <timj@gtk.org>
10932
10933         * gtk/gtkspinbutton.[hc]: added rc-style argument
10934         GtkSpinButton::shadow_type.
10935         removed spin_button->shadow_type, gtk_spin_button_set_shadow_type()
10936         and ARG_SHADOW_TYPE as it doesn' make much sense to try to override
10937         rc-style settings.
10938
10939         * gtk/gtkfixed.c: removed gtk_fixed_paint() (was unused).
10940
10941         * gtk/gtkwidget.c: quark cleanups.
10942
10943         * gtk/gtkrc.[hc]: added gtk_rc_scanner_new() to create an rc-file
10944         scanner with appropriate configuration, renamed GtkRcStyleClass.clone
10945         to create_rc_style() (we don't do cloning in standard OO sense).
10946         added per rc style properties.
10947         
10948         * gtk/gtkstyle.[hc]: added code to retrive pspec conformant rc-style
10949         property values and for caching those. some cleanups.
10950         
10951         * gtk/Makefile.am: -DG_DISABLE_CONST_RETURNS.
10952         
10953         * gtk/gtksettings.[hc]: new file for global rc-file properties
10954         (at least currently, should get extended to support X properties
10955         and other communication mechanisms).
10956         
10957         * gtk/gtkwidget.[hc]: added style property support:
10958         (gtk_widget_class_install_style_property_parser): install style
10959         property pspec with parser function for rc-file values other
10960         than LONG, DOUBLE or STRING.
10961         (gtk_widget_class_install_style_property): same as above without
10962         parser (parsers are going to be needed quite infrequently).
10963         (gtk_widget_style_get_property): retrive style property value.
10964         (gtk_widget_style_get_valist): same as above with varargs support,
10965         has NOCOPY semantics.
10966         (gtk_widget_style_get): wrapper around gtk_widget_style_get_valist().
10967
10968 Fri Mar 16 18:24:53 2001  Jonathan Blandford  <jrb@redhat.com>
10969
10970         * demos/gtk-demo/main.c (row_activated_cb): modified to use
10971         "row_activated" signal.
10972
10973         * gtk/gtktreeview.c (gtk_tree_view_row_activated): oh, the
10974         stupidity.  Lets actually pass in the row with this signal...
10975
10976 Fri Mar 16 18:01:17 2001  Jonathan Blandford  <jrb@redhat.com>
10977
10978         * gtk/gtktreeviewcolumn.[ch]: s/GTK_TREE_COLUMN/GTK_TREE_VIEW_COLUMN
10979
10980         * gtk/gtktreeview.c (gtk_tree_view_row_activated): New signal.
10981
10982         * gtk/gtktreeview.c (gtk_tree_view_destroy): moved pretty much
10983         everything into the ::destroy function, and freed a lot more.
10984
10985 2001-03-16  Havoc Pennington  <hp@redhat.com>
10986
10987         * gtk/gtkwidget.h (struct _GtkWidgetAuxInfo): change to use gint
10988         instead of gint16, to avoid overflow issues, since sizes > 16-bit
10989         are now allowed.
10990
10991 2001-03-16  Havoc Pennington  <hp@redhat.com>
10992
10993         * Applied patch from Nils Barth (bug # 51041) to 
10994         replace "gint" with "gboolean" and 0/1 with TRUE/FALSE
10995         in various places.
10996
10997 2001-03-15  Havoc Pennington  <hp@redhat.com>
10998         
10999         * gtk/gtktextbuffer.c (gtk_text_buffer_create_tag): add varargs 
11000         for properties to set on the tag.
11001
11002         * gtk/testtext.c: fixups to reflect create_tag change
11003         
11004         * gtk/gtktexttag.c (gtk_text_tag_set_property):
11005         background/foreground stipple are objects, not boxed.
11006
11007         * demos/gtk-demo/textview.c: intellihancing
11008
11009 Fri Mar 16 11:38:42 2001  Jonathan Blandford  <jrb@redhat.com>
11010
11011         * gtk/gtktreeview.c (gtk_tree_view_set_model): Fixed some
11012         braindeadness spotted by Jamie Strachan <frostfreek@yahoo.com>.
11013
11014 2001-03-16  Alexander Larsson  <alexl@redhat.com>
11015
11016         * gdk/x11/gdkgeometry-x11.c (_gdk_window_process_expose):
11017         Fix sign error with queued region translations.
11018
11019 2001-03-15  HideToshi Tajima  <tajima@happy>
11020
11021         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_set_cursor_location): 
11022         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_location):
11023         * gtk/gtkentry.c (update_im_cursor_location): 
11024         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_location):
11025         * gtk/gtkimcontext.h (struct _GtkIMContextClass): rename
11026         set_cursor_pos to set_cursor_location in GtkInputContext class
11027
11028 Thu Mar 15 18:22:44 2001  Jonathan Blandford  <jrb@redhat.com>
11029
11030         * gtk/gtkcellrenderer.h: Changed prototype to allow for getting
11031         the location of the cell relative to its area.
11032         * gtk/gtkcell*: modified for above change
11033         * gtk/gtktreeview.c: modified for above change.
11034
11035 Wed Mar 14 13:58:32 2001  Jonathan Blandford  <jrb@redhat.com>
11036
11037         * gtk/gtktreeview.c (gtk_tree_view_set_model): Ref the model.
11038          (gtk_tree_view_finalize): actually unref the model.  Thanks to
11039         Jamie Strachan <frostfreek@yahoo.com> for noticing this error.
11040
11041 2001-03-14  Havoc Pennington  <hp@redhat.com>
11042
11043         * gtk/gtkdata.h, gtk/gtkdata.c: Delete.
11044         
11045         * gtk/gtk.h: remove gtkdata.h
11046
11047         * gtk/Makefile.am: remove gtkdata
11048         
11049         * gtk/gtktext.c (gtk_text_set_adjustments): connect to "destroy"
11050         not "disconnect" on the adjustments.
11051         
11052         * gtk/gtktooltips.h, gtk/gtktooltips.c: derive from GtkObject not
11053         GtkData
11054
11055         * gtk/gtkadjustment.h, gtk/gtkadjustment.c: derive from GtkObject
11056         not GtkData
11057
11058         * configure.in: handle case where X render exists, but Pango lacks
11059         Xft support.
11060
11061 2001-03-15 Alexander Larsson  <alexl@redhat.com>
11062
11063         * gtk/gtktoolbar.[ch]:
11064         New functions gtk_toolbar_set_icon_size and gtk_toolbar_insert_stock
11065         to add stock items to toolbars.
11066
11067         * gtk/Makefile.am:
11068         Remove ../gdk/gdkim.h from gdk_headers.
11069
11070 2001-03-15  Sven Neumann  <sven@gimp.org>
11071
11072         * gdk/gdkim.h: removed
11073         
11074         * gdk/gdkprivate.h
11075         * gdk/x11/gdkim-x11.c: do not include gdkim.h 
11076
11077 2001-03-14  HideToshi Tajima  <tajima@happy.sunsoft.eng.sun.com>
11078
11079         * gtk/gtkimmulticontext.c (gtk_im_multicontext_set_cursor_pos):
11080         * gtk/gtkimcontext.c (gtk_im_context_set_cursor_pos):
11081         * gtk/gtkimcontext.h (struct _GtkIMContextClass): add
11082         set_cursor_pos() virtual method
11083
11084         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_class_init):
11085         (gtk_im_context_xim_set_cursor_pos): add implementation for
11086         set_cursor_pos() method
11087
11088         * gtk/gtkentry.c (recompute_idle_func): set current cursor
11089         position to input methods
11090
11091 Mon Mar 12 21:02:08 2001  Jonathan Blandford  <jrb@redhat.com>
11092
11093         * gtk/gtktreeview.c (gtk_tree_view_header_focus): Fix up focus
11094         code a lot.
11095
11096         * gtk/gtktreedatalist.c (_gtk_tree_data_list_free): use
11097         g_mem_chunk.
11098         (_gtk_tree_data_list_alloc): use g_mem_chunk.
11099         (_gtk_tree_data_list_node_to_value): Fix to switch on
11100         G_TYPE_FUNDAMENTAL.
11101         (_gtk_tree_data_list_value_to_node): Fix to switch on
11102         G_TYPE_FUNDAMENTAL.
11103         (_gtk_tree_data_list_node_copy): Fix to switch on
11104         G_TYPE_FUNDAMENTAL.
11105
11106 2001-03-12  Havoc Pennington  <hp@redhat.com>
11107
11108         * gtk/gtkwindow.c (gtk_window_class_init): Patch from John Margaglione 
11109         to convert to new property API. Also, change default_width and
11110         default_height get_property to return 0 as the flag value for
11111         "unset"; -1 is not a valid value for these fields.
11112
11113 2001-03-12  Havoc Pennington  <hp@redhat.com>
11114
11115         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: Switch to using an
11116         enum with registration for icon sizes, instead of strings.
11117
11118         * gtkimage.h, gtkimage.c, gtkstyle.h, gtkstyle.c, gtkwidget.h, 
11119         gtkwidget.c: Fix to reflect GtkIconSize
11120         
11121 2001-03-12  Alexander Larsson  <alexl@redhat.com>
11122
11123         Make GtkFB compile and link.
11124         
11125         * gdk/linux-fb/gdkdrawable-fb2.c:
11126         window->mapped to GDK_WINDOW_IS_MAPPED(). 
11127         
11128         * gdk/linux-fb/gdkwindow-fb.c:
11129         window->mapped to GDK_WINDOW_IS_MAPPED(). 
11130         Added gdk_window_shape_combine_region.
11131         Added assorted placeholders for unimplemented new GdkWindow API calls.
11132
11133 2001-03-12  Alexander Larsson  <alexl@redhat.com>
11134
11135         * gtk/gtkfilesel.c:
11136         Add more test when converting filenames from/to utf-8.
11137         Don't allow entering text in the filename entry which isn't allowed in
11138         a filename. Just beep instead.
11139
11140 2001-03-12  Alexander Larsson  <alexl@redhat.com>
11141
11142         * gtk/gtkclist.c:
11143         Scroll using gdk_window_scroll(). Don't wait for exposes.
11144         Move the column headers in an order that makes them flash less.
11145
11146 2001-03-10  Hans Breuer  <hans@breuer.org>
11147
11148         * gdk/gdk.def : updated
11149
11150         * gdk/win32/gdkgc-win32.c : pixmaps are visible again, due
11151         to offseting the clip_mask at the right place
11152
11153         * gdk/win32/gdkwindow-win32.c : don't create background brushes
11154         for all the gdkClasses, especially not for the input_only case.
11155         Otherwise flickering wont be avoidable, because we don't get
11156         WM_ERASEBKGND message for these windows.
11157
11158         * gdk/win32/gdkevents-win32.c : initialize event->expose.region
11159         and fixed massive redraw problems apparently triggered by Alexanders 
11160         recent change. Not fully understood the GDK_EXPOSE / WM_PAINT handling
11161         but it seems to work quite well :-)
11162
11163         * gdk/win32/gdkprivate-win32.h : added _gdk_window_process_expose
11164         prototype
11165
11166 Sat Mar 10 12:15:31 2001  Jonathan Blandford  <jrb@redhat.com>
11167
11168         * gtk/gtktreestore.c (gtk_tree_store_set_cell): Fix a stupid typo.
11169         (gtk_list_store_set_cell): Fix a stupid typo.
11170
11171 Fri Mar  9 20:36:21 2001  Jonathan Blandford  <jrb@redhat.com>
11172
11173         * gtk/gtktreeselection.c (gtk_tree_selection_select_all): Make
11174         select_all not work if you're in SINGLE mode (it doesn't make that
11175         much sense, anyway.)
11176
11177         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
11178         handle types more sanely.
11179         (_gtk_tree_data_list_value_to_node): handle types more sanely.
11180         (_gtk_tree_data_list_node_copy): handle types more sanely.
11181
11182         * gtk/gtkliststore.c (gtk_list_store_set_cell): fix to work with
11183         GValue better. Converts the type as well.
11184
11185         * gtk/gtktreestore.c (gtk_tree_store_set_cell): fix to work with
11186         GValue better. Converts the type as well.
11187
11188 Wed Mar  7 20:47:41 2001  Owen Taylor  <otaylor@redhat.com>
11189
11190         * gtk/gtktext.c gtk/gtkoldeditable.[ch] gdk/gdk.[ch]
11191         gdk/Makefile.am gdk/x11/Makefile.am gdk/x11/gdkevents-x11.c 
11192         gdk/x11/gdkglobals-x11.c gdk/x11/gdkprivate-x11.c
11193         gdk/x11/gdkx.h gdk/x11/gdkim-x11.c: Remove old XIM code.
11194
11195         * gdk/win32/gdkim-win32.c gdk/linux-fb/gdkim-fb.c: Remove
11196         gdk_im/gdk_ic.
11197
11198 2001-03-09  Hans Breuer  <hans@breuer.org>
11199
11200         * gdk/gdk.def : updated
11201
11202         * gdk/win32/gdkevents-win32.c : don't ask input_only windows
11203         for their palette
11204
11205         * gdk/win32/gdkgeometry-win32.c : reflect GdkWindowObject::mapped
11206         removing
11207
11208         * gdk/win32/gdkwindow-win32.c : reflect GdkWindowObject::mapped
11209         removing and implemented Havoc's GdkWindow state functions; 
11210         stick/unstick only as no-op, cause I don't know how to emulate 
11211         on win32 ...
11212
11213         * gtk/gtk.def : updated
11214
11215         * gtk/gtkbox.c (gtk_box_get_spacing) : use g_return_val_if_fail ()
11216
11217         * gtk/gtktypeutils.c : #include <string.h>
11218
11219         * gtk/gtkwindow.h : declare gtk_window_set_decorated ()
11220
11221 Fri Mar  9 09:31:55 2001  Tim Janik  <timj@gtk.org>
11222
11223         * gtk/gtkwidget.c (gtk_widget_class_init): fixed signals with
11224         GDK_TYPE_DRAG_CONTEXT, it needs to be marshaled as an object,
11225         not a boxed.
11226
11227 2001-03-09  Alexander Larsson  <alexl@redhat.com>
11228
11229         * docs/Changes-2.0.txt:
11230         Document expose event->region change and that gtk_widget_event
11231         doesn't allow passing expose events.
11232
11233         * gdk/gdkevents.h:
11234         Add region to expose event.
11235         
11236         * gdk/gdkevents.c:
11237         Handle event->region in gdk_event_copy() and gdk_event_free().
11238
11239         * gdk/gdkwindow.c (gdk_window_process_updates_internal):
11240         Generate expose_event->region when creating expose events.
11241
11242         * gdk/x11/gdkevents-x11.c:
11243         Generate expose events with regions when translating X events.
11244
11245         * gtk/gtkcontainer.[ch]:
11246         Default expose handler that propagates expose events to NO_WINDOW
11247         children. New function gtk_container_propagate_expose()
11248
11249         * gtk/gtkwidget.[ch]:
11250         Moved gtk_widget_event implementation to gtk_widget_event_internal.
11251         gtk_widget_event calls gtk_widget_event_internal but doesn't allow
11252         expose events. New function gtk_widget_send_expose() to send expose
11253         events. New function gtk_widget_region_intersect() to calculate
11254         window/region intersections.
11255         
11256         * gtk/gtkmain.c (gtk_main_do_event):
11257         Use gdk_window_begin_paint_region() instead of gdk_window_begin_paint_rect().
11258         Use gtk_widget_send_expose() to send expose events.
11259         
11260         * gtk/gtkbin.c:
11261         * gtk/gtkbox.c:
11262         * gtk/gtkfixed.c:
11263         * gtk/gtkimagemenuitem.c:
11264         * gtk/gtklist.c:
11265         * gtk/gtkpacker.c:
11266         * gtk/gtktable.c:
11267         * gtk/gtktree.c:
11268         Remove expose handler, using the default container implementation
11269         instead.
11270         
11271         * gtk/gtkbutton.c:
11272         * gtk/gtkcheckbutton.c:
11273         * gtk/gtkeventbox.c:
11274         * gtk/gtkfixed.c:
11275         * gtk/gtkhandlebox.c:
11276         * gtk/gtklayout.c:
11277         * gtk/gtklistitem.c:
11278         * gtk/gtkmenu.c:
11279         * gtk/gtkmenubar.c:
11280         * gtk/gtkmenuitem.c:
11281         * gtk/gtknotebook.c:
11282         * gtk/gtkoptionmenu.c:
11283         * gtk/gtkpaned.c:
11284         * gtk/gtkscrolledwindow.c:
11285         * gtk/gtktogglebutton.c:
11286         * gtk/gtktoolbar.c:
11287         * gtk/gtktreeitem.c:
11288         * gtk/gtkviewport.c:
11289         Chain expose handler to parent class handler. Use
11290         gtk_container_propagate_expose() to propagate exposes.
11291
11292         * gtk/gtkclist.c (check_exposures):
11293         * gtk/gtktext.c (process_exposes):
11294         Use gtk_widget_send_expose instead of gtk_widget_event.
11295
11296 Thu Mar  8 19:40:28 2001  Jonathan Blandford  <jrb@redhat.com>
11297
11298         * gtk/gtktreeview.c (gtk_tree_view_destroy): Add destroy function.
11299
11300 Thu Mar  8 19:18:27 2001  Jonathan Blandford  <jrb@redhat.com>
11301
11302         * gtk/gtktreeview.c (gtk_tree_view_unref_tree_helper): Actually
11303         unref the nodes.   Fixes bug #50058.
11304
11305         * gtk/gtktreemodel.c (gtk_tree_model_ref_node): change
11306         "::ref_iter" to "::ref_node".
11307         (gtk_tree_model_unref_node): change "::unref_iter" to
11308         "::unref_node". Fixes bug #50064.
11309
11310 Thu Mar  8 17:40:09 2001  Jonathan Blandford  <jrb@redhat.com>
11311
11312         * gtk/gtktreeview.c (gtk_tree_view_create_row_drag_icon): add
11313         support for invisible cells.
11314          (gtk_tree_view_bin_expose): ditto
11315
11316 Thu Mar  8 16:36:00 2001  Jonathan Blandford  <jrb@redhat.com>
11317
11318         * gtk/gtktreemodel.c (gtk_tree_model_get_type): add prerequesite
11319         on gobjects.
11320
11321         * tests/testtreefocus.c (main): New test file.
11322
11323         * tests/testtreeview.c: update to latest glib changes.
11324
11325         * tests/testtreecolumns.c: update to latest glib changes.
11326
11327 Thu Mar  8 18:13:20 2001  Tim Janik  <timj@gtk.org>
11328
11329         * gtk/testgtk.c: re-enabled event watcher emission hooks.
11330
11331 Thu Mar  8 16:51:21 2001  Tim Janik  <timj@gtk.org>
11332
11333         * *.c: added accumulator data argument to g_signal_newc()
11334         functions.
11335
11336         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_set_model): 
11337         * gtk/gtktreeview.c (gtk_tree_view_setup_model): 
11338         * gtk/treestoretest.c (make_window):
11339         s/g_signal_connect/g_signal_connectc/.
11340
11341         * gtk/gtktextbuffer.c: completed signal arg fixups,
11342         they also needed G_SIGNAL_TYPE_STATIC_SCOPE flag.
11343
11344 Thu Mar  8 00:02:30 2001  Owen Taylor  <otaylor@redhat.com>
11345
11346         * gtk/gtkwidget.[ch] (gtk_widget_get_name): Make
11347         G_CONST_RETURN.
11348
11349         * gtk/gtkwidget.[ch] gtk/gtkprivate.h: Add a 
11350         ::hierarchy-changed signal when a widget changes
11351         from anchored to unanchored or vice versa.
11352         (anchored means 
11353          gtk_widget_get_ancestor (widget, GTK_TYPE_WINDOW) != NULL.)
11354         Use a private flag to keep track of this efficiently.
11355
11356 2001-03-07  Havoc Pennington  <hp@redhat.com>
11357
11358         * gtk/testgtk.c (create_spins): uglify so that size request gets
11359         tested.
11360
11361         * gtk/gtkspinbutton.c (gtk_spin_button_size_request): Base size
11362         request on values for upper/lower, completes #6152
11363
11364 Wed Mar  7 20:07:22 2001  Owen Taylor  <otaylor@redhat.com>
11365
11366         * Makefile.am: Remove gtk-config-2.0 again.
11367         (Grrrr, pkg-config. And stops make loops.)
11368
11369 Thu Mar  8 00:18:29 2001  Tim Janik  <timj@gtk.org>
11370
11371         * gtk/gtksignal.[hc]: removed old emission hook API.
11372         
11373         * docs/Changes-2.0.txt: fixed sections.
11374         
11375         * gtk/gtktextbuffer.c: signal arg fixups.
11376
11377 2001-03-07  Havoc Pennington  <hp@redhat.com>
11378
11379         * gtk/gtktextview.c (invalidated_handler): use PRIORITY_VALIDATE
11380
11381         * gtk/gtktextview.h (GTK_TEXT_VIEW_PRIORITY_VALIDATE): add this
11382         here, bug #50368; changed to be GDK_PRIORITY_REDRAW + 5, instead
11383         of GDK_PRIORITY_REDRAW + 1, so you can insert stuff in between the
11384         validation and the redraw which is higher priority than the
11385         validation.
11386
11387 2001-03-07  Havoc Pennington  <hp@redhat.com>
11388
11389         * gtk/gtkentry.c (gtk_entry_get_property): remove trailer
11390         (gtk_entry_set_property): remove trailer
11391
11392         * gtk/gtkentry.c (gtk_entry_set_width_chars): 
11393         (gtk_entry_get_width_chars): new functions, to set size request to 
11394         a given number of characters
11395
11396         * gtk/testgtk.c (create_dialog): beef up the dialog test slightly
11397
11398         * gtk/gtkdialog.c (gtk_dialog_set_has_separator): new function
11399         (gtk_dialog_get_has_separator): new function
11400         (run_delete_handler): fix to not emit "response" signal
11401         because we already did in the delete event handler installed
11402         at dialog creation time.
11403         
11404         * gtk/gtkdialog.h: add a has_separator property,
11405         add GTK_DIALOG_NO_SEPARATOR flag
11406
11407 2001-03-07  Havoc Pennington  <hp@redhat.com>
11408
11409         * gtk/gtkwindow.c (gtk_window_set_decorated): new function, turns
11410         off decorations for a window.
11411
11412         * demos/gtk-demo/button_box.c (create_bbox): adapt to button box
11413         changes
11414
11415         * gtk/gtklabel.c (gtk_label_get_layout_offsets): new function 
11416         to get location of PangoLayout inside the label, closes #51198
11417
11418         * gtk/testgtk.c (create_bbox): fix up button box usage
11419
11420         * gtk/testcalendar.c (create_calendar): fix up button box usage
11421
11422         * gtk/gtkfilesel.c (gtk_file_selection_init): fixup buttonbox usage
11423
11424         * gtk/gtkdialog.c (gtk_dialog_init): fixup buttonbox usage
11425
11426         * gtk/gtkhbbox.h: deprecations
11427
11428         * gtk/gtkvbbox.h: deprecations
11429
11430         * gtk/gtkbox.c (gtk_box_get_spacing): new function, used to
11431         emulate deprecated gtk_button_box_get_spacing
11432
11433         * gtk/gtkbbox.h: deprecate some useless functions, remove entirely 
11434         the "set global default" functions
11435         (struct _GtkButtonBox): remove "spacing" field, use the one from 
11436         GtkBox base class
11437
11438         * gtk/gtkbbox.c (_gtk_button_box_child_requisition): rename with uscore
11439
11440         * gtk/gtkiconfactory.c (gtk_icon_set_render_icon): If we fail to
11441         render the icon, return the missing image icon.
11442
11443         * gtk/gtkimage.c (gtk_image_set_from_file): fall back to missing
11444         image icon if the load fails.   
11445
11446         * gtk/gtkstock.h (GTK_STOCK_MISSING_IMAGE): Add stock icon for use
11447         when no image is found; should be the Netscape "missing image"
11448         icon eventually but for now is a random image
11449
11450         * gtk/gtkwindow.c (gtk_window_set_role): new function, sets the 
11451         role for the session manager
11452
11453         * gtk/testgtk.c (dnd_drop): remove use of GTK_WINDOW_DIALOG
11454
11455         * gtk/gtkcompat.h (GTK_WINDOW_DIALOG): compat #define
11456         GTK_WINDOW_DIALOG GTK_WINDOW_TOPLEVEL
11457
11458         * gtk/gtkenums.h (enum GtkWindowType): remove GTK_WINDOW_DIALOG
11459
11460 Wed Mar  7 13:24:57 2001  Tim Janik  <timj@gtk.org>
11461
11462         * gtk/*.c: marshaller fixes.
11463         
11464         * gtk/gtkmarshal.list: extreme cleanup.
11465
11466         * gtk/gtktreeview.c (gtk_tree_view_class_init): disable interface
11467         param spec for now.
11468
11469         * gtk/gtktexttag.c (gtk_text_tag_set_property): use g_value_get_boxed()
11470         where appliable.
11471
11472         * gtk/gtktypeutils.[hc]: updates to GLib API changes.
11473         special cased autogenerated boxed types from gtktypebuiltins_ids.c
11474         which are not reference counted:
11475         GtkSelectionData, GdkEvent, GdkColor, GtkTextIter, PangoTabArray,
11476         PangoFontDescription, GtkTreeIter and GtkTreePath.
11477
11478 Thu Mar  1 03:58:56 2001  Tim Janik  <timj@gtk.org>
11479
11480         * gtk/gtktreeselection.h: 
11481         * gtk/gtktreemodel.c:
11482         * gtk/gtktreedatalist.[hc]: fixed includes. no gobject/*
11483         file should be included directly, and gobject/gmarshal.h
11484         as well as gtk/gtkmarshal.h even can't be included directly.
11485
11486         * Makefile.am: grr, install gtk-config-2.0.
11487
11488         * gtk/testgtk.c:
11489         * gtk/simple.c:
11490         * gtk/gtkmenu.c:
11491         * gtk/gtkitemfactory.c: use g_object_connect() instead of
11492         passing "*signal*::*" args to gtk_widget_set().
11493         
11494         * gtk/gtktypeutils.[hc]: got rid of GTK_TYPE_SIGNAL.
11495         
11496         * gtk/*.c: removed trailer arg from property setters and getters.
11497         macro fixups.
11498
11499 2001-03-07  Alexander Larsson  <alexl@redhat.com>
11500
11501         * gtk/gtklabel.c (set_markup): Removed warning
11502
11503 Tue Mar  6 19:59:12 2001  Jonathan Blandford  <jrb@redhat.com>
11504
11505         * gtk/gtkcellrenderer.h (struct _GtkCellRenderer): Add visible
11506         field to allow you to hide cell renderers.
11507
11508         * gtk/gtkcellrenderer.c: Add support for invisible cells.
11509
11510         * gtk/gtktreeview.c: Add support for invisible cells.
11511
11512 Tue Mar  6 17:25:07 2001  Jonathan Blandford  <jrb@redhat.com>
11513
11514         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_button_clicked):
11515         Add "clicked" signal back to columns.
11516
11517         * ChangeLog: remove conflict markers.
11518
11519 Tue Mar  6 10:45:45 2001  Owen Taylor  <otaylor@redhat.com>
11520
11521         * gtk/gtkbutton.c: Add animation of activation by, on 
11522         activate, pressing the button, and adding a timeout that 
11523         releases the button after 250ms or on key release and
11524         emits ::clicked. (#51501)
11525
11526         * gtk/gtkdialog.c: Bit of a hack - for buttons in the
11527         action area, we connect to ::clicked instead of ::activate
11528         so the dialog stays up through the animation.
11529
11530 Mon Mar  5 16:38:15 2001  Owen Taylor  <otaylor@redhat.com>
11531
11532         * gtk/gtkmenushell.c (gtk_menu_shell_enter_notify): Only
11533         check the ignore_enter flag for the menu shell that
11534         the item is actually a child of, not for attached
11535         submenus. (#51536)
11536
11537 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
11538
11539         * gtk/gtkmain.c (gtk_propagate_event): Only do special
11540         special key-press grab handling for widgets within
11541         GtkWindows. Otherwise, fall through to normal case.
11542
11543         This prevents key events being sent twice to GtkInvisible
11544         widgets, which can cause all sorts of mischief.
11545
11546 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
11547
11548         * gtk/gtkmain.c (gtk_propagate_event): When a grab
11549         widget is in effect, give the grab widget a first
11550         crack at KEY_PRESS/RELEASE events. (#424)
11551
11552 2001-03-06  James Henstridge  <james@daa.com.au>
11553
11554         * gtk/gtkwidget.c (gtk_widget_class_init): set the class closure
11555         offset for the window_state_event to point at window_state_event
11556         rather than no_expose_event.
11557
11558 Mon Mar  5 19:10:15 2001  Jonathan Blandford  <jrb@redhat.com>
11559
11560         * gtk/gtkimmodule.h: fix busted /* comment */
11561
11562 Mon Mar  5 15:07:05 2001  Jonathan Blandford  <jrb@redhat.com>
11563
11564         * gtk/gtktreeview.c: Apply patch from John Margaglione to add
11565         object properties.
11566
11567 Mon Mar  5 14:55:19 2001  Jonathan Blandford  <jrb@redhat.com>
11568
11569         * gtk/gtkcellrenderertoggle.c: Apply patch from Lee Mallabone to
11570         add object properties.
11571
11572         * gtk/gtkcellrenderertextpixbuf.c: Apply patch from Lee Mallabone
11573         to add object properties.
11574
11575         * gtk/gtkcellrenderertext.c: Apply patch from Lee Mallabone to add
11576         object properties.
11577
11578         * gtk/gtkcellrendererpixbuf.c: Apply patch from Lee Mallabone to
11579         add object properties.
11580
11581         * gtk/gtkcellrenderer.c: Apply patch from Lee Mallabone to add
11582         object properties.
11583
11584 Mon Mar  5 14:38:54 2001  Jonathan Blandford  <jrb@redhat.com>
11585
11586         * gtk/gtktreemodel.c: renamed "child_toggled" to
11587         "has_child_toggled".
11588
11589         * gtk/gtktreeview.c: Handle removing columns better.  Updated to
11590         handle new signal name.
11591
11592         * gtk/gtktreestore.c: Updated to handle new signal name.
11593         * gtk/gtklisttore.c: Updated to handle new signal name.
11594         * gtk/gtktreemodelsort.c: Updated to handle new signal name.
11595
11596 2001-03-05  Alexander Larsson  <alexl@redhat.com>
11597
11598         * gtk/gtkmenu.c (gtk_menu_set_tearoff_state):
11599         Set GDK_WINDOW_TYPE_HINT_MENU on tearoff window.
11600
11601 2001-03-05  Michael Natterer  <mitch@gimp.org>
11602
11603         * gtk/gtklabel.c: Made the "parent_class" pointer static. The
11604         pixbuf-engine coincidentially also failed to make one of it's
11605         parent_class pointers static, causing overwriting of GtkLabel's
11606         parent_class pointer in pixbuf_style_class_init().
11607         (Will commit the fix to the pixbuf-engine too).
11608
11609 2001-03-05  Alexander Larsson  <alexl@redhat.com>
11610
11611         * gdk/gdkwindow.h:
11612         Added GdkWindowTypeHint type. Added modal_hint field to GdkWindindow.
11613         New functions gdk_window_set_type_hint, gdk_window_set_modal_hint and
11614         gdk_window_set_icon_list for net wmspec functionality.
11615
11616         * gdk/x11/gdkwindow-x11.c:
11617         Set _NEW_WM_STATE_MODAL from window->modal_hint in set_inital_hints.
11618         Implement gdk_window_set_type_hint, gdk_window_set_modal_hint and
11619         gdk_window_set_icon_list.
11620         Added gdk_wmspec_change_state helper function and used it in the code.
11621         Set _NET_WM_ICON_NAME in gdk_window_set_title and gdk_window_set_icon_name.
11622
11623         * gtk/gtkdialog.c (gtk_dialog_init):
11624         Set GDK_WINDOW_TYPE_HINT_DIALOG.
11625
11626         * gtk/gtkhandlebox.c (gtk_handle_box_realize):
11627         Set GDK_WINDOW_TYPE_HINT_TOOLBAR.
11628
11629         * gtk/gtkwindow.c:
11630         new function gtk_window_set_type_hint.
11631         On realize, set type hint and modal hint.
11632
11633         * gtk/gtkwindow.h:
11634         Added type_hint field and gtk_window_set_type_hint.
11635
11636 2001-03-05  Alexander Larsson  <alexl@redhat.com>
11637
11638         * gtk/gtklabel.[ch]:
11639         Convert from GtkArg to GParam (originally based on patch from Lee Mallabone).
11640         New function gtk_label_get_accel_keyval () to get the underline accelerator
11641         of the label. Setting the label pattern overrides other attributes.
11642
11643 Mon Mar  5 14:51:10 MET 2001  Sven Neumann  <sven@gimp.org>
11644
11645         * gtk/gtkrc.c: fixed compiler warnings by inserting some consts.
11646         Added missing initializers to gtk_rc_style_init().
11647
11648 Sun Mar 04  07:30:03 2001 CET Mikael Hermansson <mikeh@bahnhof.se>
11649
11650         * gtk/gtktextview.c: fixed bug #51097 about setting 
11651         gtk_text_view_set_border_window_size() if the widget is 
11652         already realized.
11653
11654 Sat Mar  3 16:59:16 2001  Owen Taylor  <otaylor@redhat.com>
11655
11656         * gdk/gdkpango.h gdk/x11/gdkwindow-x11.c: Doc fixes
11657
11658         * gdk/win32/gdkinput.c (gdk_device_get_axis): Remove doc
11659         comment. Won't do to have duplicated doc comments between
11660         the platform subdirs.
11661
11662 Sat Mar  3 16:26:33 2001  Owen Taylor  <otaylor@redhat.com>
11663
11664         * gdk/x11/gdkmain-x11.c gdk/x11/gdkkeys-x11.c 
11665           gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.c:
11666
11667         Detectable auto-repeat - make a repeating key generate
11668         press/press/press/release instead of press/release pairs.
11669
11670         If we have Xkb and XkbSetDectableAutoRepeat supports
11671         that, we do it that way. Otherwise, when we get
11672         a release event, we check ahead with XPending to see
11673         if the next key is a KeyPress with the same keycode
11674         and timestamp. (Not 100% reliable, but pretty close.)
11675           
11676 Tue Feb 27 02:16:14 2001  Owen Taylor  <otaylor@redhat.com>
11677         
11678         * gtk/gtkmain.c (gtk_propagate_event): Only do special
11679         special key-press grab handling for widgets within
11680         GtkWindows. Otherwise, fall through to normal case.
11681  
11682         This prevents key events being sent twice to GtkInvisible
11683         widgets, which can cause all sorts of mischief.
11684  
11685 Fri Feb  2 13:20:12 2001  Owen Taylor  <otaylor@redhat.com>
11686  
11687         * gtk/gtkmain.c (gtk_propagate_event): When a grab
11688         widget is in effect, give the grab widget a first
11689         crack at KEY_PRESS/RELEASE events. (#424)
11690  
11691 Sat Mar  3 15:39:49 2001  Owen Taylor  <otaylor@redhat.com>
11692
11693         * gtk/gtkentry.c (gtk_entry_button_press): Add shift-clicking
11694         to extend the selection. (Roughly based on patch
11695         from Jay Cox, #50939)
11696
11697         * gtk/gtkentry.c (gtk_entry_button_press): Fix triple-clicking
11698         to properly handle previous GDK_BUTTON_PRESS. 
11699         (Patch from Jay Cox, #50938)
11700
11701         * gtk/gtkentry.c (gtk_entry_real_delete_text): Move the
11702         '\0' back along with the deleted text. (#51148)
11703
11704 Mon Jan 22 14:31:29 2001  Owen Taylor  <otaylor@redhat.com>
11705
11706         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Unshift
11707         the group when extracting it from the X keyboard event.
11708
11709         * modules/input/Makefile.am modules/input/imipa.c: 
11710         Simple module for entering IPA. (Do we need a 
11711         gtk-stupid-input-tricks CVS module?)
11712
11713 Sat Mar  3 13:32:47 2001  Owen Taylor  <otaylor@redhat.com>
11714
11715         * gtk/gtkimmodule.c (gtk_im_module_init): Remove spurious
11716         const.
11717
11718         * gdk-pixbuf-2.0.pc.in gtk+-2.0.pc.in: Fix include path.
11719
11720         * gtk/gtkdialog.c (gtk_dialog_set_default_response): If there
11721         is no focus widget for the dialog currently, grab the focus as well
11722         as the default.
11723
11724         * gtk/gtkdialog.c (gtk_dialog_set_default_response): Get
11725         the action area's children to iterate through, not the
11726         dialog's children.
11727
11728 Sat Mar  3 13:21:27 2001  Owen Taylor  <otaylor@redhat.com>
11729
11730         * tests/Makefile.am tests/testsocket.c tests/testsocket_child.c:
11731         Add plug-socket tests. (Won't work worth a darn until I commit
11732         the rest of the plug-socket changes, but no reason these
11733         can't go into CVS now.)
11734
11735 2001-03-02  Havoc Pennington  <hp@redhat.com>
11736
11737         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_flush): use
11738         _gdk_region_get_xrectangles()
11739
11740         * gdk/x11/gdkmain-x11.c (_gdk_region_get_xrectangles): new function
11741
11742         * gtk/testgtk.c (create_shapes): add test for shape_combine_region
11743
11744         * gdk/x11/gdkwindow-x11.c (gdk_window_shape_combine_region): new
11745         function, contributed by Ron Steinke    
11746
11747         * gdk/x11/gdkevents-x11.c (gdk_wmspec_supported): rename
11748         gdk_net_wm_supports
11749
11750         * gdk/gdkregion-generic.c (gdk_region_get_rectangles): 
11751         New function, contributed by Ron Steinke
11752
11753         * gtk/gtkentry.c (gtk_entry_get_layout_offsets): New function, 
11754         used to line up the text in the entry when using the entry for
11755         editable sheet cell hacks
11756
11757         * gtk/testgtk.c (create_entry): test the activate_default setting
11758         on GtkEntry
11759
11760         * gtk/gtkentry.c (gtk_entry_set_activates_default): New function to 
11761         cause the entry to activate the default button for a dialog when 
11762         activated
11763         (gtk_entry_get_activates_default): new function
11764
11765 Wed Feb 28 19:10:43 2001  Owen Taylor  <otaylor@redhat.com>
11766
11767         * gtk/gtkclist.c (real_remove_row): Patch from ChiDeok
11768         Hwang to move call to sync_selection() up a few lines
11769         to before the row list is modified, to fix crash when
11770         removing rows in the undo_selection list.
11771
11772         (Test case provided by Daniel Elstner:
11773
11774         http://mail.gnome.org/archives/gtk-list/2001-February/msg00359.html)
11775
11776 Fri Feb 23 15:06:48 2001  Owen Taylor  <otaylor@redhat.com>
11777
11778         * gtk/gtktree.c (gtk_tree_class_init): Do the setting
11779         of tree->root_tree in parent_set rather than _map(), 
11780         fixing #50892 in a bit better manner.
11781
11782 Thu Feb 22 17:07:58 2001  Owen Taylor  <otaylor@redhat.com>
11783
11784         * gtk/gtkmenu.c (gtk_menu_popup): Don't flip cursor. (#50934)
11785
11786 Tue Feb  2 11:22:33 2001  Jody Goldberg <jgoldberg@home.com>
11787
11788         * gtk/gtkstyle.c : Remove duplicate fwd decl for
11789         gtk_default_draw_shadow.
11790
11791 ue Feb 20 11:40:58 2001  Owen Taylor  <otaylor@redhat.com>
11792
11793         * gdk/gdkimage.c (gdk_image_new): Remove excess 
11794         warning, make warnings more verbose, treat a error
11795         in shmat as permanent, and don't try again.
11796         (#51163, Ed Randall.)
11797
11798 Mon Feb 19 20:15:28 2001  Owen Taylor  <otaylor@redhat.com>
11799
11800         * gtk/gtkrange.c (gtk_range_timer_1st_time): Add an initial
11801         delay for the first click before starting to scroll.
11802         (based on #51026, gtk-enf-990512-0.patch, Eric Fisher)
11803
11804         * gtk/gtktext.c: GtkText should have I-beam cursor. 
11805         (based on gtk-enf-990513-1.patch, Eric Fisher.)
11806
11807 Mon Feb 19 16:42:19 2001  Owen Taylor  <otaylor@redhat.com>
11808
11809         * gtk/gtklayout.c (gtk_layout_allocate_child): Tiny
11810         cleanup to remove some references to unused
11811         ->xoffset, ->yoffset.
11812
11813 Mon Feb 19 14:20:36 2001  Owen Taylor  <otaylor@redhat.com>
11814
11815         * gdk/gdkrgb.c (gdk_rgb_convert_555_br): Fix incorrect
11816         mask. (#51039, fix from Martin Maierhofer)
11817
11818 Fri Feb 16 20:09:42 2001  Owen Taylor  <otaylor@redhat.com>
11819
11820         * gtk/gtkctree.c (gtk_ctree_class_init): Add bindings
11821         for unshifted + and shifted = for non-us keyboards.
11822         Make <Control>+ and <Control>- work as well as 
11823         <Control>KP_Plus, <Control>KP_Minus for recursive
11824         open/close.  (#2682, René Seindal)
11825
11826 Fri Feb 16 18:50:59 2001  Owen Taylor  <otaylor@redhat.com>
11827
11828         * gtk/gtkmenushell.c (gtk_real_menu_shell_cancel): Unset
11829         the active menu item before deactivating the menu,
11830         so gtk_menu_popdown doesn't change the history. (#50964)
11831         
11832 Fri Feb 16 15:55:22 2001  Owen Taylor  <otaylor@redhat.com>
11833
11834         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): 
11835         draw lines with text_gc rather than black_gc.
11836         (Patch from Vlad Harchev <hvv hippo ru>, #50926)
11837
11838 Thu Mar  1 19:50:56 2001  Jonathan Blandford  <jrb@redhat.com>
11839
11840         * gtk/gtktreeviewcolumn.c (_gtk_tree_view_column_realize_button):
11841         Move handling of buttons fully in gtktreeviewcolumn.  This code is
11842         less interrelated then it was, but it still requires the
11843         GtkTreeView to map it.
11844
11845         * test/testtreecolumn.c: Now I can add a column to one view,
11846         remove it, add it to the another view, remove it, then re-add it
11847         to the first.  Nifty.
11848
11849 Thu Mar  1 13:14:27 GMT 2001  Tony Gale <gale@gtk.org>
11850
11851         * docs/tutorial/gtk-tut.sgml: Minor corrections
11852
11853 Wed Feb 28 16:36:46 2001  Jonathan Blandford  <jrb@redhat.com>
11854
11855         * gtk/gtktreemodel.c (gtk_tree_row_reference_*): Sanitize
11856         GtkRowReference.
11857
11858 2001-02-28  Havoc Pennington  <hp@redhat.com>
11859
11860         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove draw_focus and
11861         draw_default
11862         (gtk_widget_draw_focus): remove this function; we could instead
11863         make it just gtk_widget_draw(), but in most cases I think the
11864         result would be broken user code, so think it's better to have
11865         that code not compile and get fixed
11866         (gtk_widget_draw_default): ditto
11867
11868         * gtk/gtkwidget.c: Add default handlers for focus_in_event and
11869         focus_out_event that set/unset GTK_HAS_FOCUS and call queue_draw
11870         
11871         * gtk/gtkwindow.c (gtk_window_set_default): just queue a draw when
11872         widgets lose/get the default, instead of calling draw_default
11873         
11874         * docs/Changes-2.0.txt: note about all this
11875
11876         Then fixed every widget in GTK, I won't list all the filenames.
11877
11878 Tue Feb 27 19:32:53 2001  Jonathan Blandford  <jrb@redhat.com>
11879
11880         * gtk/gtktreemodel.c (deleted_callback): Proxy out to
11881         _gtk_tree_row_reference_deleted.
11882         (inserted_callback): Proxy out to
11883         _gtk_tree_row_reference_inserted.
11884         (_gtk_tree_row_reference_new_from_view): Somewhat yukky hack to
11885         get around signal emission ordering problem.
11886
11887         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
11888         fix to work with SINGLE 
11889         (_gtk_tree_selection_internal_select_node): Major sanitization on
11890         selections.  SINGLE now seems to work.
11891
11892         * tests/Makefile.am: add testtreecolumn.c:
11893
11894         * tests/testtreecolumn.c: New test.  Mostly points out selection
11895         bugs currently, but will test columns later.
11896
11897         * gtk/gtkrbtree.c (_gtk_rbtree_remove_node): Fix really nasty
11898         selection bug.  I hate touching this code -- it's scary.
11899
11900 2001-02-26  Havoc Pennington  <hp@redhat.com>
11901
11902         * gtk/testgtk.c: test the window state stuff
11903
11904         * gtk/gtkwindow.c (gtk_window_present): new function, makes a
11905         window come to the user's attention as if it were just created
11906         (gtk_window_iconify): new function
11907         (gtk_window_deiconify): new function
11908         (gtk_window_stick): new function
11909         (gtk_window_unstick): new function
11910         (gtk_window_maximize): new function
11911         (gtk_window_unmaximize): new function
11912
11913         * gtk/gtkwidget.h, gtk/gtkwidget.c: add window_state_event signal
11914
11915         * gtk/gtkmain.c (gtk_main_do_event): handle GDK_WINDOW_STATE
11916
11917         * gdk/x11/gdkevents-x11.c: create window state events when
11918         appropriate
11919         (gdk_wmspec_supported): new function
11920
11921         * gdk/x11/gdkwindow-x11.c (gdk_window_iconify): handle
11922         iconification before showing the window
11923         (gdk_window_deiconify): new function
11924         (gdk_window_stick): new function
11925         (gdk_window_unstick): new function
11926         (gdk_window_maximize): new function
11927         (gdk_window_unmaximize): new function
11928
11929         * gdk/gdkwindow.c: store the window state in the window; 
11930         change to using the GDK_WINDOW_STATE_WITHDRAWN flag instead of
11931         window->mapped.
11932         (gdk_window_get_state): return the current window state
11933
11934         * gdk/gdkevents.c (gdk_event_get_time): handle GDK_WINDOW_STATE
11935         (gdk_event_get_state): handle GDK_WINDOW_STATE
11936         (gdk_synthesize_window_state): function to create the window state
11937         events
11938
11939         * gdk/gdkevents.h (struct _GdkEventWindowState): new type of
11940         event, for changes to "window state" such as maximized, sticky, 
11941         etc.
11942         
11943         * gdk/x11/gdkwindow-x11.c (gdk_window_focus): new function,
11944         focuses a window
11945
11946         * gdk/x11/gdkmain-x11.c (_gdk_wmspec_supported): new function, 
11947         finds out if we support a given WM spec hint
11948
11949 Tue Feb 27 13:37:38 GMT 2001  Tony Gale <gale@gtk.org>
11950
11951         * docs/faq/gtk-faq.sgml: New question re memory leaks.
11952
11953 2001-02-25  Hans Breuer  <hans@breuer.org>
11954
11955         * gdk/gdk.h : changed #ifdef GDK_DISBALE_DEPRECARED to #ifndef
11956         cause we want to loose those prototypes only in the latter case
11957
11958         * gdk/win32/gdkevents-win32.c : can't cast from GdkPixmap to
11959         GdkPixmapImplWin32 because it itsn't derived from it. Use the
11960         impl member variable instead
11961
11962         * gtk/gtk.def : updated
11963
11964         * gtk/gtklist.c : 
11965         * gtk/gtkmenus.c : include <string.h> for memset ()
11966
11967         * gtk/makefile.msc.in : updated and don't define GTK_COMPILATION
11968         for everthing built here, but for gtk-x.x.dll only. This solves
11969         problem of indifferent gtk type definitions
11970
11971 Sat Feb 24 20:11:39 2001  Jonathan Blandford  <jrb@redhat.com>
11972
11973         * gtk/gtkclipboard.h: actually put /* */ around #endif comment.
11974
11975 Fri Feb 23 17:50:13 2001  Jonathan Blandford  <jrb@redhat.com>
11976
11977         * gtk/gtktreeview.c (gtk_tree_view_bin_expose): Only draw the
11978         column that is exposed.
11979
11980         (_gtk_tree_view_update_size): Changed name from set_size, and
11981         changed function to do more work, and not force people calling it
11982         to figure out the size.  Simplifies a lot of code elsewhere.
11983
11984 2001-02-23  Alexander Larsson  <alexl@redhat.com>
11985
11986         * gdk/gdkpixmap.c (gdk_pixmap_colormap_new_from_pixbuf):
11987         return solid masks for xpms that have no transparent color.
11988         This makes the ..._create_from_xpm... API backwards
11989         compatible.
11990
11991 2001-02-23  Tor Lillqvist  <tml@iki.fi>
11992
11993         * README.win32: Update. Mention the gtk-1-3-win32-production
11994         branch.
11995
11996         * gdk/win32/bdfcursor.c: New file. A program that generates
11997         xcursors.h. Thanks to Stefan Ondrejicka.
11998
11999         * gdk/win32/xcursors.h: New file, contains the X cursor font in a
12000         compact format.
12001
12002         * gdk/win32/Makefile.am (EXTRA_DIST): Add new files.
12003
12004         * gdk/win32/gdkcursor-win32.c (_gdk_win32_data_to_wcursor): New
12005         function, uses xcursors.h.
12006         (gdk_cursor_new): Use _gdk_win32_data_to_wcursor to generate
12007         cursor from inline data instead of using LoadCursor() to generate
12008         it from a resource.
12009
12010         * gdk/win32/gdkevents-win32.c (gdk_event_translate): At button up
12011         event, must check the Windows message for mouse button state, as
12012         the GDK event state might not have been built if it is
12013         undelivered. Remove one goto.
12014
12015         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Call
12016         SetCursor() if the current cursor as returned by GetCursor() is
12017         the window's previous cursor. The ChildWindowFromPoint() test
12018         apparently didn't work correctly.
12019
12020         * gdk/win32/rc/*.cur: Remove.
12021
12022         * gdk/win32/rc/gdk.rc.in: Remove cursors.
12023
12024         * gdk/win32/rc/Makefile.am (EXTRA_DIST): Remove from here, too.
12025
12026         * gtk/makefile.{mingw,msc}.in: Updates.
12027
12028 Wed Feb 21 20:56:50 2001  Jonathan Blandford  <jrb@redhat.com>
12029
12030         * gtk/gtktreemodel.h: add functions for signal emission.
12031
12032         * gtk/gtktreestore.c: move to use above functions instead of
12033         g_signal_emit.
12034
12035         * gtk/gtkliststore.c: ditto
12036
12037 Wed Feb 21 15:41:34 2001  Jonathan Blandford  <jrb@redhat.com>
12038
12039         * gtk/gtktreestore.c: removed signals.  Moved to inherit from
12040         GObject instead of GtkObject.
12041
12042         * gtk/gtkliststore.c: ditto.
12043
12044         * gtk/gtktreemodelsort.c: ditto.
12045
12046         * gtk/gtktreemodel.c (gtk_tree_model_base_init): moved signals to
12047         GtkTreeModelIface, instead of in each model.
12048
12049 2001-02-21  Havoc Pennington  <hp@redhat.com>
12050
12051         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_child_anchor):
12052         unbreak this function
12053
12054         * gtk/gtkentry.c: apply patch from Lee Mallabone to add object 
12055         properties
12056
12057         * gtk/gtkcurve.c: apply patch from Lee Mallabone to add object
12058         properties
12059
12060         * gtk/gtkcombo.c: apply patch from Lee Mallabone to add object 
12061         properties
12062
12063         * gtk/gtkentry.c (gtk_entry_set_max_length): have this take -1 to
12064         mean unset the max length
12065
12066 Wed Feb 21 14:23:05 2001  Jonathan Blandford  <jrb@redhat.com>
12067
12068         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data_func):
12069         Changed name to be set_cell_data_func to make it clear what
12070         the functino does.  Close bug #51069.
12071
12072 Tue Feb 20 16:49:00 2001  Jonathan Blandford  <jrb@redhat.com>
12073
12074         * gtk/testgtk.c (main): Remove turning on of profiling malloc,
12075         have memory actually freed.  Keeps box running longer.
12076
12077 2001-02-21  Alexander Larsson  <alexl@redhat.com>
12078         
12079         * gtk/gtkseparatormenuitem.[ch]:
12080         Added new menu separator item. The drawing and size handling
12081         is still done in GtkMenuItem, but the API is a bit more sane.
12082         
12083         * gtk/Makefile.am:
12084         Add gtkseparatormenuitem.[ch].
12085
12086         * gtk/gtk.h:
12087         Add gtkseparatormenuitem.h.
12088         
12089         * gtk/gtkentry.c:
12090         * gtk/gtkmenufactory.c:
12091         * gtk/gtktextview.c:
12092         Use the new API for menu separators.
12093         
12094         * demos/gtk-demo/menus.c (create_menu):
12095         Add some GtkSeparatorMenuItem demo code.
12096
12097 2001-02-20  Havoc Pennington  <hp@redhat.com>
12098
12099         * gtk/gtkaspectframe.c: Convert to new property API, patch from 
12100         Lee Mallabone
12101
12102         * gtk/gtkarrow.c: Convert to new property API, patch from 
12103         Lee Mallabone
12104
12105 Tue Feb 20 14:26:41 2001  Jonathan Blandford  <jrb@redhat.com>
12106
12107         * tests/testtreeview.c (toggled_callback): fix to reflect change
12108         in GtkTreeModelStore.
12109
12110 Tue Feb 20 12:16:12 2001  Jonathan Blandford  <jrb@redhat.com>
12111
12112         * gtk/gtkiconfactory.c (gtk_icon_set_new_from_pixbuf): New
12113         function to create an icon set from a pixbuf.
12114
12115 2001-02-20  Alexander Larsson  <alexl@redhat.com>
12116
12117         * gtk/gtkcellrenderertext.[ch]:
12118         Add a "markup" property.
12119
12120         * gtk/treestoretest.c:
12121         Use the markup property, remove some leftover stuff from
12122         GtkTreeModelMapping.
12123
12124 2001-02-20  Alexander Larsson  <alexl@redhat.com>
12125
12126         * gtk/gtklabel.c (gtk_label_set_selectable):
12127         Queue a redraw if the selectable setting was changed.
12128
12129 2001-02-20  Alexander Larsson  <alexl@redhat.com>
12130
12131         * gdk/linux-fb/gdkgc-fb.c (gdk_gc_copy):
12132         Actually copy the whole gc, not just the public parts.
12133         
12134         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
12135         GDK_WINDOW_TEMP are not toplevel. Fixes selectable
12136         labels.
12137
12138 2001-02-19  Havoc Pennington  <hp@pobox.com>
12139
12140         * gdk/gdkwindow.c: docs
12141
12142         * gdk/gdkrgb.c: docs
12143
12144         * gdk/gdkregion-generic.c: docs
12145
12146         * gdk/gdkgc.c (gdk_gc_set_values): docs
12147
12148         * gdk/gdkdraw.c: docs
12149
12150         * gdk/gdkdrawable.h: deprecate drawable get/set data
12151
12152 Mon Feb 19 20:37:35 2001  Jonathan Blandford  <jrb@redhat.com>
12153
12154         * demos/gtk-demo/dialog.c: Add simple new demo.
12155
12156 2001-02-19  Havoc Pennington  <hp@redhat.com>
12157
12158         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): add
12159         insert_child_anchor signal, bug #50245
12160
12161         * gtk/gtktextbtree.c (_gtk_text_btree_insert_child_anchor): change
12162         from create_child_anchor, so the anchor is passed in
12163
12164         * gtk/gtktextchild.c (gtk_text_child_anchor_new): new function
12165         (_gtk_widget_segment_new): have the child anchor object passed in, 
12166         instead of creating it.
12167
12168         * gtk/gtktextbuffer.c (gtk_text_buffer_modified): rename
12169         to gtk_text_buffer_get_modified
12170
12171 2001-02-19  Havoc Pennington  <hp@redhat.com>
12172
12173         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): hmm, someone
12174         changed GLib without fixing GTK
12175
12176         * gtk/gtkrange.h: Rename all the stupid implementation detail 
12177         functions to have an underscore in front. Most of them should 
12178         probably just go away, but for starters don't export them.
12179         Bug #50482
12180
12181 2001-02-19  Havoc Pennington  <hp@redhat.com>
12182
12183         * gdk/gdkcolor.h: test was backward, so deprecated functions were
12184         excluded by default
12185
12186         * gtk/gtkstyle.c (gtk_default_draw_diamond): draw etched in/out,
12187         clean up the old code a bit
12188
12189         * gtk/gtkradiobutton.c (gtk_radio_button_draw_indicator): draw
12190         inconsistent state
12191
12192         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_draw_indicator):
12193         draw inconsistent state
12194
12195         * gtk/testgtk.c (create_toggle_buttons): add test for inconsistent
12196         (create_menu): add inconsistent test
12197
12198         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_set_inconsistent):
12199         new function
12200         (gtk_check_menu_item_get_inconsistent): new function
12201         (gtk_real_check_menu_item_draw_indicator): draw the inconsistent
12202         state (using etched in for now)
12203
12204         * gtk/gtkcheckbutton.c (gtk_real_check_button_draw_indicator):
12205         draw inconsistent state
12206
12207         * gtk/gtktogglebutton.c (gtk_toggle_button_set_inconsistent): new
12208         function, used when the user has selected a range of stuff in
12209         different states
12210         (gtk_toggle_button_get_inconsistent): accessor for that
12211         (gtk_toggle_button_paint): draw inconsistent state (etched in?
12212         don't know what else to do)
12213
12214 2001-02-19  Hans Breuer <hans@breuer.org>
12215
12216         * gtk/gtk.def : updated exported symbols
12217
12218         * gtk/makefile.msc.in : updated
12219
12220         * gtk/gtkstyle.c (gtk_style_realize) : gets called without
12221         a colormap, when invoked from testgtk::entry. I'm not sure where
12222         the bug is, but g_return_if_fail (GDK_IS_COLORMAP (colormap));
12223         avoids immediate crashing ...
12224
12225         * gtk/gtkmain.c (check_setugid) : totally disabled on win32;
12226         any objections ?
12227
12228         * gtk/gtktreemodel.c : called G_VALUE_LCOPY with an extra
12229         0 parameter. At least msvc doesn't like macros with var args. 
12230         I simply removed the extra 0, was it a feature or a typo ?
12231
12232         * gtk/gtktreeviewcolumn.[hc] (gtk_tree_view_column_set_func) :
12233         removed the extra indirection from the GtkTreeViewColumnFunc parameter,
12234         because the value assignment to the internal struct wasn't working.
12235         I'm not absolutely sure. The problem could have been resolved by
12236         changing the "func" declartion in the struct, but was the pointer
12237         to the function pointer intended ?
12238
12239         * gtk+/gtk/gtktreedatalist.c : include gboxed.h
12240
12241         * gdk/gdk.def : updated exported symbols
12242
12243         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_image) :
12244         only use SetDIBitsToDevice if there is a palette at the drawable
12245         and the image is GDK_VISUAL_PSEUDO_COLOR
12246
12247         * gdk/win32/gdkkeys-win32.c : msvc still has no <unistd.h> ...
12248
12249         * gdk/win32/gdkwindow-win32.c : #include "gdk.h" /* gdk_rectangle_intersect */
12250
12251         * gdk/*/makefile.msc : updated
12252
12253 2001-02-19  Havoc Pennington  <hp@redhat.com>
12254
12255         * demos/gtk-demo/Makefile.am (INCLUDES): GDK_DISABLE_COMPAT_H,
12256         GDK_DISABLE_DEPRECATED (we need to merge those two #defines)
12257
12258         * gdk/x11/gdkmain-x11.c (gdk_key_repeat_disable): nuke
12259         (gdk_key_repeat_restore): nuke
12260
12261         * gdk/gdk.c (gdk_exit_func): #if 0 this for now, don't install it
12262         (gdk_init_check): no atexit func
12263
12264         * gdk/gdkrgb.h: mark some stuff deprecated
12265
12266         * gdk/gdkcolor.h: mark some stuff deprecated
12267         
12268         * gdk/gdk.h: deprecated gdk_exit, gdk_input_*
12269
12270         * gdk/gdkfont.h: bracket in GDK_DISABLE_DEPRECATED
12271
12272 2001-02-16  Havoc Pennington  <hp@redhat.com>
12273
12274         * gtk/gtkvscrollbar.c (gtk_vscrollbar_trough_keys): use the visual
12275         scroll steps.
12276
12277         * gtk/gtkvscale.c (gtk_vscale_trough_keys): use the visual scroll
12278         steps, and add Ctrl-arrow shortcuts for paging visually as with
12279         HScale, since Page Up and Page Down move logically.
12280
12281         * gtk/gtkenums.h (GtkScrollType): add GTK_SCROLL_STEP_UP,
12282         GTK_SCROLL_STEP_DOWN, etc. for visual scroll directions
12283         
12284         * gtk/gtkrange.c (gtk_range_key_press): handle the visual scroll
12285         steps
12286         (gtk_range_scroll): handle the visual steps
12287
12288         * gtk/gtklist.c (gtk_list_scroll_horizontal): handle the up/down
12289         scroll steps
12290
12291         * gtk/gtkhscale.c (gtk_hscale_trough_keys): use the visual scroll
12292         steps, not the logical ones.
12293
12294         * gtk/gtkclist.c (move_focus_row): handle the up/down scroll steps
12295         (scroll_vertical): handle up/down steps
12296
12297 2001-02-19 Alexander Larsson  <alexl@redhat.com>
12298
12299         * gdk/linux-fb/gdkimage-fb.c (gdk_image_new_bitmap):
12300         Copy data and free data with free().
12301
12302         * gdk-pixbuf/gdk-pixbuf.c:
12303         * gdk-pixbuf/io-jpeg.c:
12304         * gdk-pixbuf/io-png.c:
12305         Use g_try_malloc/g_free instead malloc/free.
12306         
12307         * gdk-pixbuf/test-gdk-pixbuf.c:
12308         Must... initialize... gobject...
12309         
12310         * gdk-pixbuf/pixops/timescale.c:
12311         * gtk/gtkcalendar.c:
12312         Use g_malloc instead of malloc.
12313         
12314 2001-02-19 Alexander Larsson  <alla@lysator.liu.se>
12315
12316         * gtk/testgtkrc:
12317         Comment out property assignments, these don't work yet.
12318
12319 2001-02-17  Havoc Pennington  <hp@pobox.com>
12320
12321         * gtk/gtkalignment.c (gtk_alignment_class_init): clean this up a
12322         bit.
12323
12324 2001-02-17  Havoc Pennington  <hp@pobox.com>
12325
12326         * gtk/gtklabel.c (gtk_label_ensure_layout): fix screwup with
12327         shadowed variables that had broken size request in some cases,
12328         leading to bogus tooltips (#50996)
12329
12330 2001-02-06  Jon K Hellan  <hellan@acm.org>
12331
12332         Implement fast browsing of tooltips, bug #50619
12333         
12334         * gtk/gtktooltips.h (struct _GtkTooltips): Add use_sticky_delay
12335         and last_popdown
12336         
12337         * gtk/gtktooltips.c (gtk_tooltips_init): Initialize sticky_delay,
12338         use_sticky_delay and last_popdown.
12339         (gtk_tooltips_draw_tips, gtk_tooltips_set_active_widget): Record
12340         time of popdown.
12341         (gtk_tooltips_set_active_widget): Unset sticky behaviour if widget
12342         is NULL.
12343         (gtk_tooltips_recently_shown): New static function.  Return true
12344         if < sticky_delay has elapsed since last popdown.
12345         (gtk_tooltips_event_handler): Display window after sticky_delay
12346         (presumably < normal delay) if < STICKY_REVERT_DELAY has elapsed
12347         since last popdown.
12348         
12349 2001-02-17  Havoc Pennington  <hp@pobox.com>
12350
12351         * gtk/gtktypeutils.h (GtkSignalFunc): change it to take (void)
12352         instead of (). #6394
12353
12354         * gtk/gtkprogressbar.c (gtk_progress_bar_get_text): Add
12355         G_CONST_RETURN, make it return by reference, #50473
12356         
12357 Sat Feb 17 06:47:27 2001  Tim Janik  <timj@gtk.org>
12358
12359         * gtk/gtkmenu.c (gtk_menu_motion_notify): default initialize the
12360         generated ENTER_NOTIFY event with 0, otherwise not explicitely
12361         setup fields contain garbage (e.g. subwindow, breaking
12362         gdk_drawable_ref() upon event copy).
12363         (gtk_menu_stop_navigating_submenu_cb): same here.
12364
12365         * gtk/gtklist.c (gtk_list_vertical_timeout): 
12366         * gtk/gtklist.c (gtk_list_horizontal_timeout): 
12367         * gtk/gtkclist.c (vertical_timeout): 
12368         * gtk/gtkclist.c (horizontal_timeout): change direct assignment
12369         default-zero-intialization for unions to memset(,0,), as unions are
12370         not fully default-zero-initialized by compilers (GdkEvent x = { 0, };
12371         has to become GdkEvent x; memset (&x, 0, sizeof (x)); )
12372
12373         * gtk/gtktreeview.c (gtk_tree_view_set_rows_drag_source): scratch
12374         g_closure_sink() warning.
12375
12376         * gtk/gtktreemodel.c (gtk_tree_model_get_valist): 
12377         * gtk/gtktreestore.c (gtk_tree_store_set_valist): 
12378         * gtk/gtkliststore.c (gtk_list_store_set_valist): 
12379         fix G_VALUE_COLLECT() and G_VALUE_LCOPY() calls.
12380         
12381 Fri Feb 16 17:49:59 2001  Jonathan Blandford  <jrb@redhat.com>
12382
12383         * gtk/gtktreestore.[hc], gtk/gtkliststore.[ch]: removed
12384         gtk_*_store_get, and moved to GtkTreeModel.
12385
12386         * gtk/gtktreemodel.h (gtk_tree_model_set{v,}): Added
12387
12388         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_finalize): added.
12389
12390         * gtk/Makefile.am: remove gtktreemodelmapping.[ch]
12391
12392         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_func): let you
12393         set the func.
12394
12395         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
12396         freeze/thaw notify between setting all the properties for a cell.
12397
12398         * gtk/gtk.h: remove gtktreemodelsimple.h, and gtktreemodelmapping.h
12399
12400 2001-02-15  Havoc Pennington  <hp@redhat.com>
12401
12402         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): convert
12403         the X coordinates so they're with respect to the line, rather than 
12404         with respect to the layout.
12405
12406         * gtk/gtkalignment.c: Convert to new property API, patch from Lee
12407         Mallabone
12408
12409         * gtk/testgtk.c (create_range_controls): add vscale tests, 
12410         and inverted test
12411
12412         * gtk/gtkrange.c (gtk_range_set_inverted): new function to fix 
12413         #50806
12414
12415         * gtk/gtkentry.c (gtk_entry_get_text): add G_CONST_RETURN
12416
12417         * gtk/gtktextiter.h (gtk_text_iter_is_last): rename 
12418         gtk_text_iter_is_end
12419
12420         * gtk/gtktextbuffer.h (gtk_text_buffer_get_last_iter):
12421         rename gtk_text_buffer_get_end_iter
12422
12423         * gtk/testgtk.c (create_labels): Add test for selectable
12424
12425         * gtk/gtkentry.c (gtk_entry_draw_text): Use new GDK API to draw
12426         the selection stuff. This code is kind of broken since it doesn't 
12427         use the theme engine.
12428
12429         * gdk/gdkpango.c (gdk_pango_layout_line_get_clip_region): 
12430         fix infinite loop and y offset problem
12431         (gdk_draw_layout_line_with_colors): fix foreground color handling
12432
12433         * gtk/gtklabel.h, gtk/gtklabel.c: Implement a "selectable" flag 
12434         that makes the label selectable.
12435         
12436         * gtk/gtklabel.c (gtk_label_style_set): recreate the label's
12437         layout when the style is set, since fonts etc. could have changed.      
12438
12439 Fri Feb 16 14:22:05 2001  Jonathan Blandford  <jrb@redhat.com>
12440
12441         * gtk/Makefile.am: Removed gtktreemodelsimple.[ch]
12442
12443         * gtk/gtktreemodelsimple.[ch]: removed.
12444
12445 2001-02-16  Alexander Larsson  <alexl@redhat.com>
12446
12447         * gtk/gtktreemodelmapping.[ch]:
12448         New files. Implement GtkTreeModelMapping.
12449         
12450         * gtk/Makefile.am:
12451         Add gtktreemodelmapping.[ch].
12452         
12453         * gtk/gtk.h:
12454         Add gtktreemodelmapping.h
12455
12456         * gtk/treestoretest.c:
12457         Test the GtkTreeModelMapping
12458
12459 Tue Feb 13 13:16:09 2001  Jonathan Blandford  <jrb@redhat.com>
12460
12461         * demos/gtk-demo/panes.c (create_pane_options): If we're going to
12462         have a demo, we might as well pass in real values.  Thanks to
12463         clahey for pointing this out.
12464
12465 2001-02-14  Havoc Pennington  <hp@pobox.com>
12466
12467         * gtk/gtkimagemenuitem.c (gtk_image_menu_item_remove): add
12468         "static" to a private function
12469         (gtk_image_menu_item_class_init): remove destroy handler,
12470         add "image" object property
12471
12472 2001-02-13  Alexander Larsson  <alla@lysator.liu.se>
12473
12474         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region):
12475         Add a shortcut if the window and the current clip_region doesn't
12476         overlap. This is needed when there are a lot of windows in a
12477         window. The layout test in testgtk is a good test.
12478
12479         * gdk/linux-fb/gdkwindow-fb.c:
12480         Whitespace fix.
12481
12482 2001-02-13  Sven Neumann  <sven@convergence.de>
12483
12484         * demos/testanimation.c: replaced deprecated gtk_drawing_area_size
12485
12486 2001-02-13  Alexander Larsson  <alexl@redhat.com>
12487
12488         * gdk/linux-fb/gdkcursor-fb.c (gdk_fb_cursor_unhide):
12489         Don't reference last_cursor if it is null. Fixes crash when rotating
12490         the screen before having moved the mouse.
12491
12492         * gdk/linux-fb/gdkcc-fb.c: Zapp!
12493
12494         * gdk/linux-fb/Makefile.am: Don't compile gdkcc-fb.c
12495
12496         * gdk/linux-fb/gdkwindow-fb.c: Fix typo. width->height. Fixes redraw 
12497         when using 90 or 270 degrees rotation.
12498
12499 2001-02-12  Havoc Pennington  <hp@pobox.com>
12500
12501         * gdk/gdkpango.c (gdk_pango_get_gc): fix bug where 
12502         it always set the foreground, even if we were only using
12503         a stipple.
12504         (gdk_draw_layout_line_with_colors): new function, allow
12505         override colors
12506         (gdk_draw_layout_with_colors): new function, allow override
12507         colors
12508         (gdk_pango_layout_line_get_clip_region): function to get the clip
12509         region for a logical text range
12510         (gdk_pango_layout_get_clip_region): get the clip region for a
12511         logical text range
12512
12513         * gdk/x11/gdkcolor-x11.c: forward declare gdk_colormap_sync(),
12514         (gdk_colormap_new): fix call to gdk_colormap_sync() so it has 
12515         the right number of arguments.
12516
12517         * gtk/gtktextbtree.c (gtk_text_btree_node_check_consistency):
12518         enhance the function to check that node data corresponds to a 
12519         view still belonging to the tree.
12520
12521         * gtk/gtktreeview.c (gtk_tree_view_changed): we were leaking the 
12522         GtkTreePath
12523         (gtk_tree_view_inserted): ditto
12524         (gtk_tree_view_child_toggled): ditto
12525
12526         * gtk/gtktreemodel.c (gtk_tree_path_append_index): use realloc to
12527         simplify this code.
12528
12529         * gtk/gtkcellrenderertext.c (get_layout): fix leak of 
12530         a PangoAttrList
12531
12532         * demos/gtk-demo/main.c (load_file): Fix leak of a GString
12533
12534         * gtk/gtkentry.c (gtk_entry_realize): Fix leak of a GdkCursor
12535
12536         * gtk/gtkmenubar.c (gtk_menu_bar_size_request): consider toggle
12537         size in the size request 
12538         (gtk_menu_bar_size_allocate): consider toggle size here
12539
12540         * gtk/gtkimagemenuitem.h, gtkimagemenuitem.c: Menu item
12541         that displays a widget in the toggle slot
12542
12543         * gtk/testgtk.c: test GtkImageMenuItem
12544
12545         * gtk/Makefile.am, gtk/gtk.h: Add GtkImageMenuItem
12546         
12547         * gtk/gtkmenuitem.h: Use "gint" not "guint16" for toggle size
12548         request and allocation
12549
12550         * gtk/gtkmenu.c (gtk_menu_size_request): use gint not guint16
12551
12552         * gtk/gtkcheckmenuitem.c
12553         (gtk_check_menu_item_toggle_size_request): ditto
12554         
12555 Mon Feb 12 23:43:30 2001  Owen Taylor  <otaylor@redhat.com>
12556
12557         * gtk/Makefile.am (gdk_headers): Remove gdkcc.h 
12558         reference.
12559
12560         * configure.in gtk/gtkmain.c: Add checks for setuid/setgid,
12561         and refuse to initialize GTK+ if they fail.
12562
12563 Mon Feb 12 15:02:07 2001  Owen Taylor  <otaylor@redhat.com>
12564
12565         * configure.in: Add check for gtk-doc version.
12566
12567 Thu Feb  8 17:18:26 2001  Owen Taylor  <otaylor@redhat.com>
12568
12569         * gtk/gtklabel.c (gtk_label_size_request): Fix bug
12570         where the xpad/ypad was only being used on one side!
12571
12572 2001-02-11  Tor Lillqvist  <tml@iki.fi>
12573
12574         * gdk/win32/gdkcolor-win32.c (gdk_colormap_query_color): New
12575         function, copied from X11 version.
12576
12577         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): Eliminate
12578         DestroyCursor failures. The reason for the problem (despite the
12579         inconsistent messages from GetLastError()) was that
12580         DestroyCursor() cannot be called while a cursor is set in a
12581         window. Set the new cursor first and then destroy the old one.
12582         Thanks to jpe@archaeopteryx.com.
12583
12584         * gdk/win32/gdkcc-win32.c: Remove.
12585
12586         * gdk/win32/Makefile.am: Remove from here, too.
12587         
12588         * gdk/gdk.def
12589         * gdk/makefile.mingw.in: Update. Godbye GdkColorContext.
12590
12591         * gtk/gtk.def
12592         * gtk/makefile.mingw.in: Updates.
12593
12594 2001-02-08  Havoc Pennington  <hp@redhat.com>
12595
12596         * gtk/gtkbin.c (gtk_bin_add): better error message if you try to
12597         add a widget to a bin that already has a child.
12598
12599         * gdk/gdkcc.h, gdk/gdkcc-x11.c: Remove GdkColorContext, #50512
12600
12601         * docs/Changes-2.0.txt: note that GdkColorContext is gone.
12602         
12603         * gdk/x11/Makefile.am (libgdk_x11_la_SOURCES): remove gdkcc-x11.c
12604
12605         * gdk/gdk.h: remove gdkcc.h
12606
12607         * gdk/Makefile.am (gdk_public_h_sources): remove gdkcc.h
12608
12609         * gtk/gtkpixmap.c (build_insensitive_pixmap): rewrite using
12610         GdkPixbuf, since the previous implementation was GdkColorContext
12611         dependent.
12612
12613         * gtk/testgtk.c (create_pixmap): add test for insensitive GtkPixmap
12614         
12615 Thu Feb  8 19:00:00 2001  Jonathan Blandford  <jrb@redhat.com>
12616
12617         * gtk/gtktreeview.c (TREE_VIEW_VERTICAL_SEPARATOR): moved back to
12618         a sane value!
12619
12620 2001-02-08  Havoc Pennington  <hp@redhat.com>
12621
12622         * gtk/gtkstyle.c (get_darkened_gc): let's darken colors, not
12623         lighten them.
12624
12625 2001-02-08  Havoc Pennington  <hp@redhat.com>
12626
12627         * gtk/gtktextview.c (gtk_text_view_destroy_layout): remove
12628         validation idle
12629
12630         * demos/gtk-demo/main.c (create_tree): adjust to changes in text
12631         cell renderer
12632
12633         * demos/pixbuf-demo.c (timeout): remove deprecated
12634         gtk_widget_draw
12635
12636         * demos/testpixbuf-save.c (main): remove deprecated
12637         gtk_drawing_area_size
12638
12639         * gtk/gtktreeview.c (gtk_tree_view_size_allocate): allocate
12640         buttons even if the model isn't setup. gtk_tree_view_check_dirty()
12641         at the start of the allocation.
12642         (gtk_tree_view_check_dirty): handle column->button == NULL, handle
12643         unsetup or NULL model.
12644
12645         * gtk/gtkstyle.c (gtk_default_draw_flat_box): drawing for the 
12646         even/odd/sorted cells in the tree view.
12647
12648         * gtk/gtktreeselection.c (gtk_tree_selection_real_unselect_all):
12649         bugfixes
12650
12651         * gtk/gtktreeview.c: assorted bugfixy stuff. Draw the row
12652         backgrounds with draw_flat_box using different detail for even/odd
12653         rows.
12654
12655         * gtk/gtkrbtree.c, gtkrbtree.h: Keep track of the parity of each
12656         row, so we can draw the alternating colors thing
12657
12658         * gtk/gtktexttag.c (gtk_text_tag_set_property): if we change a
12659         property from a synonym property, notify for the synonym.
12660         Also, nuke the background_gdk_set and foreground_gdk_set synonyms
12661         (gtk_text_tag_get_property): Always return the font, even if
12662         all its fields aren't set
12663
12664         * gtk/gtkcellrenderertext.h (struct _GtkCellRendererText): don't
12665         store the attr list; it leaves us with no way to change attributes
12666         in _render according to the render flags, and no way to implement
12667         get_property. Instead store all the specific text attributes. 
12668         Separate whether an attribute is enabled from its value. Sync all
12669         properties with GtkTextTag, make them all consistent, etc.
12670
12671         * gtk/gtkcellrenderer.h: Add a flag GTK_CELL_RENDERER_SORTED so
12672         renderers can highlight the sort row/column     
12673
12674         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_get_property): use
12675         accessor functions to get values; this has the side effect of
12676         showing up which accessor functions were missing. Added those.
12677
12678         * gtk/gtktreeviewcolumn.h: Replace set_justification with
12679         set_alignment, to be consistent with GtkLabel, GtkMisc
12680
12681         * gtk/gtktreeviewcolumn.c: Added code to display sort indicator
12682         arrow.
12683
12684         * gtk/Makefile.am (gtk_public_h_sources): add gtktreesortable.h
12685
12686         * gtk/gtktreesortable.h: updates in here
12687
12688 2001-02-07  Sven Neumann  <sven@convergence.de>
12689
12690         * gtk/gtkentry.c (gtk_entry_draw_text): convert area_height to 
12691         pango dimensions after painting the background. We used to draw
12692         gigantic flat boxes here.
12693
12694 Mon Feb  5 22:05:57 2001  Owen Taylor  <otaylor@redhat.com>
12695
12696         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Fix syntax
12697         error introduced with earlier commit) (pointed out by
12698         Ollie Lho)
12699
12700 Mon Feb  5 12:25:06 2001  Owen Taylor  <otaylor@redhat.com>
12701
12702         * gtk/gtkbutton.c: Remove calls to gtk_grab_add/gtk_grab_remove,
12703         which are no longer necessary.
12704
12705 Mon Feb  5 13:22:54 GMT 2001  Tony Gale <gale@gtk.org>
12706
12707         * docs/faq/gtk-faq.sgml: s/MISK/MISC/
12708
12709 2001-02-04  Tor Lillqvist  <tml@iki.fi>
12710
12711         * gdk/gdk.def
12712         * gdk/win32/gdkim-win32.c (gdk_ic_attr_new, gdk_ic_attr_destroy):
12713         Provide dummy implementations.
12714
12715 Sun Feb  4 07:55:17 2001  Tim Janik  <timj@gtk.org>
12716
12717         * gtk/gtksignal.h: removed gtk_signal_init() compat define.
12718
12719         * gtk/gtktypeutils.[hc]: gtk_tpye_init() take an additional argument
12720         GTypeDebugFlags debug_flags and pass it on to g_type_init ();
12721         deprecated this function.
12722
12723         * gdk/gdk.c (gdk_init_check): call g_type_init () with 0 as
12724         argument.
12725
12726 Sun Feb  4 07:45:45 2001  Tim Janik  <timj@gtk.org>
12727
12728         * gtk/gtkdebug.h: nuke GTK_DEBUG_OBJECTS and GTK_DEBUG_SIGNALS.
12729
12730 2001-02-03  Havoc Pennington  <hp@pobox.com>
12731
12732         * gtk/gtktextbtree.c (_gtk_text_btree_tag): Fix bug reported by
12733         Mikael Hermansson with patch from Mikael (if there was a toggle
12734         start one after the first character in the range, this function
12735         was broken). Bug #50380
12736
12737 Sat Feb  3 11:28:03 2001  Owen Taylor  <otaylor@redhat.com>
12738
12739         * configure.in: Remove confusing comment about X11.
12740
12741 Fri Feb  2 19:21:23 2001  Owen Taylor  <otaylor@redhat.com>
12742
12743         * gdk/gdkwindow.c (gdk_propagate_shapes): Surround additional
12744         regions with HAVE_SHAPE_EXT. (#50511, Eric Ding)
12745         
12746 Fri Feb  2 18:31:54 2001  Owen Taylor  <otaylor@redhat.com>
12747
12748         * gdk/x11/gdkimage-x11.c: Remove definition of _XOPEN_SOURCE, since
12749         it breaks things on BSD. If you want to compile GTK+ with
12750         -ansi -pedantic, you should supply CPP_FLAGS=_XOPEN_SOURCE 
12751         when configuring, since GTK+ simply can't be "pure ANSI" 
12752         in the header files it uses. (#8170, Greg Hudson)
12753
12754 2001-02-02  Havoc Pennington  <hp@redhat.com>
12755
12756         * gtk/gtkwindow.c: docs
12757
12758         * gtk/gtkwidget.c: docs
12759         (gtk_widget_set_colormap): add a reference to the colormap
12760         (gtk_widget_get_default_colormap): add a reference to the colormap
12761
12762         * gtk/gtktextbtree.c (gtk_text_mark_set_visible): docs
12763
12764         * gtk/gtktextiter.c: docs
12765
12766         * gtk/gtkmain.c (gtk_propagate_event): docs
12767
12768         * gtk/gtkpaned.c (gtk_paned_get_position): docs
12769         (gtk_paned_set_position): docs
12770
12771         * gtk/gtktreesortable.h (struct _GtkTreeSortableIface): Initial
12772         sort interface, no implementation yet.
12773
12774         * demos/testpixbuf.c (new_testrgb_window): replace
12775         gtk_drawing_area_size() with gtk_widget_set_usize()
12776
12777         * demos/testpixbuf-drawable.c (main): ditto
12778         
12779         * gtk/testgtk.c: remove use of GtkStatusbarMsg
12780
12781         * gtk/gtktextbuffer.c: docs
12782
12783         * gtk/gtkstock.c: docs
12784
12785         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_set_shadow_type): docs
12786
12787         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): docs
12788
12789         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): fix docs
12790         
12791         * gtk/gtkimage.c: add some docs in here
12792         (gtk_image_size_request): change name of
12793         gtk_widget_render_stock_icon
12794         (gtk_image_get_icon_set): don't dup returned string
12795         (gtk_image_get_icon_set): don't dup returned string
12796
12797         * gtk/gtkwidget.c (gtk_widget_render_icon): rename from 
12798         gtk_widget_render_stock_icon(), more consistent with gtkstyle.h
12799         and gtkiconfactory.h functions
12800
12801         * gtk/gtkiconfactory.c: add some docs in here
12802
12803         * gtk/gtkmain.c (gtk_get_default_language): document
12804         (gtk_get_current_event): document
12805         (gtk_get_current_event_state): document
12806         (gtk_get_event_widget): document
12807
12808         * gtk/gtkentry.c (gtk_entry_set_invisible_char): document
12809
12810         * gtk/gtkcontainer.c: Add some documentation
12811         (gtk_container_add): give a more explanatory warning on adding an
12812         already-parented widget, this is kind of a FAQ and also a common
12813         typo that's easier to debug with a nice warning 
12814
12815         * gtk/gtkcellrenderertoggle.c
12816         (gtk_cell_renderer_toggle_get_active): remove, I was on crack
12817         adding this, it's useless
12818         (gtk_cell_renderer_toggle_set_active): remove
12819         (gtk_cell_renderer_toggle_get_radio): add
12820
12821         * gtk/gtkcellrenderer.c (gtk_cell_renderer_get_size): don't allow
12822         the NULL cell renderer, that doesn't make any sense to me. 
12823
12824         * demos/gtk-demo/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED,
12825         demo code should never use deprecated features.
12826
12827         * demos/Makefile.am (INCLUDES): -DGTK_DISABLE_DEPRECATED, demo
12828         code should never use deprecated features.
12829
12830         * gtk/gtkwidget.h: Mark gtk_widget_draw, gtk_widget_queue_clear,
12831         gtk_widget_queue_clear_area deprecated
12832
12833         * gtk/gtklayout.h: mark gtk_layout_freeze/gtk_layout_thaw
12834         deprecated
12835
12836         * gtk/gtklabel.h: mark gtk_label_get() deprecated
12837
12838         * gtk/gtkimage.h: mark the legacy GtkImage functions that took 
12839         a GdkImage deprecated, replaced by new consistently-named
12840         functions       
12841
12842         * gtk/gtkmain.h: Mark gtk_exit() deprecated
12843
12844         * gtk/gtkdrawingarea.h: mark gtk_drawing_area_size deprecated
12845
12846         * gtk/gtkstyle.h: mark gtk_draw_string, gtk_paint_string 
12847         deprecated
12848
12849         * gtk/gtkstatusbar.h: Move GtkStatusbarMsg to the .c file, 
12850         so it won't appear in docs and confuse people.
12851
12852         * gtk/gtkprogressbar.h: Mark all the old methods deprecated
12853
12854         * gtk/gtkprogress.h: Mark all methods deprecated, mark the cast
12855         macros deprecated. (can't mark the type itself deprecated, since
12856         GtkProgressBar is not deprecated and we need the type decl to use
12857         GtkProgressBar)
12858
12859         * gtk/gtkpixmap.h: Mark deprecated
12860
12861         * gtk/gtkoldeditable.h: Mark deprecated
12862
12863         * gtk/gtklist.h: Mark deprecated
12864
12865         * gtk/gtklabel.h: delete "GtkLabelWord" typedef, not used 
12866         for anything anymore.
12867
12868         * gtk/gtkctree.h: Mark deprecated
12869
12870         * gtk/gtkclist.h: Mark deprecated
12871
12872         * gtk/gtkpreview.h: Mark deprecated
12873
12874         * gtk/gtkpacker.h: Mark deprecated
12875
12876         * gtk/gtktipsquery.h: Mark deprecated
12877
12878         * gtk/gtkinputdialog.h: Add comment that it will move out of GTK
12879
12880         * gtk/gtkvruler.h: Add comment that it will move out of GTK
12881
12882         * gtk/gtkhruler.h: Add comment that it will move out of GTK
12883
12884         * gtk/gtkruler.h: Add comment that it will move out of GTK
12885
12886         * gtk/gtkgamma.h: Add comment that it will move out of GTK
12887
12888         * gtk/gtkcurve.h: Add comment that it will move out of GTK
12889
12890 Fri Feb  2 17:16:09 2001  Owen Taylor  <otaylor@redhat.com>
12891
12892         * gdk/x11/gdkcolor-x11.c (gdk_colormap_sync): Make
12893         gdk_colormap_sync private since it was never exported
12894         in a header file.
12895
12896         * gdk/x11/gdkcolor-x11.c (gdk_colormap_new): Fill in
12897         colormap->colors[] for StaticGray, StaticColor colormaps.
12898
12899         * gdk/gdkpixbuf-drawable.c: Fix problems where image->bpp
12900         was being used as if it was image->bits_per_pixel.
12901
12902         * gdk/gdkimage.h, gdk/x11/gdkimage-x11.c: Save the bits-per-pixel
12903         for the image in the GdkImage structure since it isn't
12904         reconstructable, and we need it to handle packed types
12905
12906         * gdk/win32/gdkimage-win32.c: Set image->bits_per_pixel. (I'm making
12907         the assumption that on Win32 image->bits_per_pixel == image->depth,
12908         always.
12909
12910         * gdk/linux-fb/gdkimage-fb.c: Set image->bits_per_pixel.
12911
12912         * gdk/gdkrgb.c (gdk_rgb_select_conv): Exit with an informative
12913         warning message if no converter can be found. 
12914
12915 Fri Feb  2 15:09:51 2001  Owen Taylor  <otaylor@redhat.com>
12916
12917         * gtk/fnmatch.c (FOLD): Fix problem with passing signed
12918         chars to isupper() / tolower(). (#567)
12919
12920         * examples/packer/pack.c: Add GINT_TO_POINTER, GPOINTER_TO_INT
12921         to clear up 64-bit warnings. (#567)
12922
12923 Fri Feb  2 12:26:50 2001  Owen Taylor  <otaylor@redhat.com>
12924
12925         * gtk/gtkrc.c (gtk_rc_add_initial_default_files): Get rid of
12926         a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().
12927
12928         * gtk/gtkrc.c Makefile.am: Use $(libdir), not $(exe_prefix),
12929         since some people set $(libdir) separately. (#1290, David Kaelbling)
12930
12931 Thu Feb  1 18:25:46 2001  Owen Taylor  <otaylor@redhat.com>
12932
12933         * gtk/gtkfilesel.c: If PATH_MAX and MAXPATHLEN are not
12934         defined, define MAXPATHLEN to 2048. (The Hurd doesn't have
12935         MAXPATHLEN, but the code here depends on a fixed value.)
12936         (#4524)
12937
12938 Wed Jan 31 22:01:04 2001  Owen Taylor  <otaylor@redhat.com>
12939
12940         * gtk/gtkhandlebox.c (gtk_handle_box_button_changed): Handle the case
12941         where child == NULL and handle_position == RIGHT or BOTTOM. (#8041g)
12942
12943 Wed Jan 31 21:20:39 2001  Owen Taylor  <otaylor@redhat.com>
12944
12945         * gtk/gtkctree.c (real_tree_move): If the node being moved isn't
12946         viewable there is no way that moving the node will cause the 
12947         focus row to become not viewable, so omit check on the visibility
12948         of new_sibling, which is irrelevant. (Fixes #8002, David Helder)
12949
12950 Wed Jan 31 20:38:17 2001  Owen Taylor  <otaylor@redhat.com>
12951
12952         * gtk/gtkentry.c (gtk_entry_commit_cb): Delete the current
12953         selection before inserting new text.
12954
12955 Wed Jan 31 18:49:33 2001  Owen Taylor  <otaylor@redhat.com>
12956
12957         * gtk/gtkoptionmenu.c (gtk_option_menu_item_state_changed_cb):
12958         Make the sensitivity of the reparented child track that of
12959         the original parent menu item. (#34218, David Hodson)
12960
12961         * gtk/gtkoptionmenu.c (gtk_option_menu_item_destroy_cb): Handle
12962         the case where the current item is destroyed properly.
12963
12964         * gtk/gtkoptionmenu.c: Some additional code cleanups and fix
12965         some edge cases with child-less menuitems.
12966         
12967 Wed Jan 31 17:16:13 2001  Owen Taylor  <otaylor@redhat.com>
12968
12969         * gtk/gtkcombo.c (gtk_combo_window_key_press): Make Return
12970         key pop down window. (#12074, Jon K Hellan)
12971
12972 Wed Jan 31 16:21:42 2001  Owen Taylor  <otaylor@redhat.com>
12973
12974         * gtk/gtklist.c (gtk_list_signal_item_toggle): Don't allow
12975         toggling of rows off in BROWSE or EXTENDED mode. (#12072, Jon K Hellan) 
12976         The solution here isn't perfect - you get an extraneous
12977         emission of "toggle", which could conceivably confuse an app,
12978         but better than the current situation. LXR search seems to
12979         indicate that no apps in GNOME CVS connect to "toggle".
12980
12981 Wed Jan 31 15:46:13 2001  Owen Taylor  <otaylor@redhat.com>
12982
12983         * gtk/Makefile.am (libgtkinclude_HEADERS): Move gtkcompat.h from
12984         gtk_public_h_sources to directly here to avoid warning when
12985         building srcdir != builddir. (#9656)
12986
12987 Tue Jan 30 19:49:02 2001  Owen Taylor  <otaylor@redhat.com>
12988
12989         * gtk/gtkrange.c: Patch from Kipp Hickman to make the event
12990         handlers in gtkrange.c return the proper values (TRUE == handled)
12991         (#10316).
12992
12993         This is just the tip of the iceberg, but gtkrange.c is the
12994         most common place where the propagation is problematical,
12995         and also a place where it is almost certainly safe to change
12996         this in the stable branch.
12997
12998         (You don't want right click popups on a range control or anything...)
12999
13000 Tue Jan 30 18:57:59 2001  Owen Taylor  <otaylor@redhat.com>
13001
13002         * gtk/gtktext.c (clear_focus_area): We need to clear the focus
13003         area on focus out, even if a background pixmap isn't set.
13004         (#13941)
13005         
13006 Tue Jan 30 18:24:10 2001  Owen Taylor  <otaylor@redhat.com>
13007
13008         * gtk/gtknotebook.c (gtk_notebook_set_shape): Fix from Sean Cunningham
13009         to deal with setting the shape properly when scrolling arrows are
13010         turned on, but not visible because there is sufficient space.
13011         (#13432)
13012
13013 Tue Jan 30 16:39:25 2001  Owen Taylor  <otaylor@redhat.com>
13014
13015         * gtk/gtkitemfactory.c (gtk_item_factory_delete_item): For menu
13016         items with submenus, destroy the item along with the submenu.
13017         (#7841, Brian Masney(?)) Also, handle paths of the form '<foo>/abcd...' 
13018         properly.
13019
13020         * gtk/testgtk.c (menu_items): Add a dummy branch that we delete
13021         later.
13022
13023 Tue Jan 30 15:51:25 2001  Owen Taylor  <otaylor@redhat.com>
13024
13025         * gtk/gtkwindow.c (gtk_window_real_set_focus): Fix a problem where
13026         the focus widget sometimes wasn't drawn with the default if there
13027         was no default widget.
13028
13029         * gtk/gtkstyle.c (gtk_style_real_unrealize): free colors,
13030         unreference pixmaps. 
13031
13032         * gtk/gtkstyle.c (gtk_style_realize): Reference colormap
13033         for some extra safety.
13034
13035 Mon Jan 29 19:00:01 2001  Owen Taylor  <otaylor@redhat.com>
13036
13037         * gtk/gtk{ctree.c,clist.c} (set_cell_contents): Handle setting
13038         the text of a cell to the old pointer value better, by
13039         copying the new text before freeing the old text. Some code
13040         cleanup. (#8079, Karl Nelson)
13041
13042 Mon Jan 29 16:50:19 2001  Owen Taylor  <otaylor@redhat.com>
13043
13044         * gtk/gtklabel.[ch] gtk/gtkframe.[ch]: Make gtk_label_get_text()
13045         gtk_frame_get_label() non strdup'ing, and G_CONST_RETURN.
13046
13047 Mon Jan 29 15:22:51 2001  Owen Taylor  <otaylor@redhat.com>
13048
13049         * gtk/gtkmenu.c (gtk_menu_remove): When removing an
13050         item from a menu, check to see if it matches 
13051         menu->old_active_menu_item, and if so, unref and clear
13052         old_active_menu_item (Patch from Pavel Cisler)
13053
13054         * gtk/gtkmenushell.c (gtk_menu_shell_remove): Unset 
13055         menu_shell->active_menu_item, if it is the child being
13056         removed. (Patch based on that of Gene Ragan, #50337)
13057
13058 2001-01-31  Alexander Larsson  <alla@lysator.liu.se>
13059
13060         * gdk/linux-fb/gdkselection-fb.c: 
13061         * gdk/linux-fb/gdkcolor-fb.c: 
13062         * gdk/linux-fb/gdkdrawable-fb2.c: 
13063         * gdk/linux-fb/gdkfont-fb.c: 
13064         * gdk/linux-fb/gdkim-fb.c: 
13065         * gdk/linux-fb/gdkinput.c: 
13066         * gdk/linux-fb/gdkkeyboard-fb.c: 
13067         * gdk/linux-fb/gdkmain-fb.c: 
13068         * gdk/linux-fb/gdkrender-fb.c: 
13069         A bunch of whitespace cleanup.
13070         
13071 2001-01-30  Havoc Pennington  <hp@pobox.com>
13072
13073         * gtk/gtktreeitem.h, gtk/gtktree.h, gtk/gtktext.h: bracket in 
13074         #ifdef GTK_ENABLE_BROKEN.
13075
13076         * gtk/gtktreeitem.c, gtk/gtktree.c, gtk/gtktext.c: #define
13077         GTK_ENABLE_BROKEN just before including the broken headers.
13078         
13079         * gtk/gtktypeutils.c: #define GTK_ENABLE_BROKEN, so we can get the
13080         deprecated types registered.
13081
13082         * gtk/testgtk.c, gtk/testselection.c: #define GTK_ENABLE_BROKEN,
13083         we have to test the broken stuff.
13084
13085         * docs/Changes-2.0.txt: explain GTK_ENABLE_BROKEN
13086         
13087 2001-01-30  Havoc Pennington  <hp@redhat.com>
13088
13089         * gtk/gtkliststore.c (gtk_list_store_insert_before): fix bug in
13090         here where prev pointer was set to the wrong thing
13091
13092         * gtk/gtktreemodel.c (gtk_tree_path_is_ancestor): new function
13093         (gtk_tree_path_is_descendant): new function
13094
13095         * gtk/gtkliststore.c (gtk_list_store_iter_n_children): return
13096         cached length
13097         (gtk_list_store_get_iter): don't modify iter if we can't get the
13098         path.
13099
13100         * gtk/gtkliststore.h (struct _GtkListStore): cache the length
13101         
13102         * gtk/gtktreednd.h: add virtual function row_drop_possible() to
13103         GtkTreeDragDest
13104
13105         * gtk/gtktreestore.c (copy_node_data): fix varargs type error that
13106         was causing segfault
13107
13108         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_copy): set next
13109         pointer to NULL
13110
13111         * gtk/gtktreestore.c (gtk_tree_store_append): fix memleak
13112
13113         * gtk/gtkliststore.c (gtk_list_store_iter_next): don't modify iter
13114         on returning FALSE
13115         (gtk_list_store_iter_children): ditto
13116         (gtk_list_store_iter_nth_child): ditto
13117         (gtk_list_store_iter_nth_child): ditto
13118         (gtk_list_store_iter_parent): ditto
13119
13120         * gtk/gtktreestore.c (gtk_tree_store_get_path): g_return_if_fail
13121         on iter->user_data != NULL instead of silently accepting it.
13122         (gtk_tree_store_iter_next): ditto. Also, don't modify iter unless
13123         we are returning TRUE.
13124         (gtk_tree_store_iter_children): ditto
13125         (gtk_tree_store_iter_nth_child): ditto
13126         (gtk_tree_store_iter_parent): ditto
13127         (gtk_tree_store_insert): remove handling of parent->user_data ==
13128         NULL, replace with parent == NULL       
13129
13130         * gtk/gtktreemodel.c (inserted_callback): put some fixes in here,
13131         and a comment explaining things
13132
13133         * gtk/gtktreestore.c: add GtkTreeDragSource/GtkTreeDragDest
13134         interface support to GtkTreeStore.
13135
13136         * gtk/gtktreemodel.c (gtk_tree_path_prev): didn't properly return
13137         FALSE if no prev, fix
13138
13139         * gtk/gtktreeview.c (set_source_row): use a row reference
13140         (set_dest_row): use a row reference
13141
13142 Sat Jan 27 15:52:02 2001  Jonathan Blandford  <jrb@redhat.com>
13143
13144         * gtk/gtktreeselection.c (gtk_tree_selection_unselect_iter): Fix
13145         stupid typo pointed out by Kristian Rietveld <kristian@planet.nl>.
13146         (gtk_tree_selection_select_iter): The same as above.
13147
13148 2001-01-26  Havoc Pennington  <hp@redhat.com>
13149
13150         * gtk/gtktreemodel.c, gtk/gtktreemodel.h: add GtkTreeRowReference
13151         which holds a handle to a specific row (particular set of values
13152         in the model, i.e. pointer-identity row).
13153
13154         * gtk/gtktreeview.c, gtk/gtktreeprivate.h, gtk/gtktreeselection.c:
13155         use GtkTreeRowReference for anchor, cursor, and drag_dest_row.
13156         Still need to use it for the src/dest row saved on the drag context.
13157
13158 2001-01-26  Havoc Pennington  <hp@redhat.com>
13159
13160         * gtk/gtktextlayout.c (convert_color): adapt to handle PangoColor
13161
13162         * gtk/gtktreeview.c (gtk_tree_view_widget_to_tree_coords): fix to
13163         not offset by TREE_VIEW_HEADER_HEIGHT
13164         (gtk_tree_view_tree_to_widget_coords): fix to not offset by
13165         TREE_VIEW_HEADER_HEIGHT
13166
13167         * configure.in (included_loaders): for me, --with-included-loaders
13168         generates the error "the specified loader yes does not exist",
13169         i.e. the arg defaults to "yes", so change test for value ""
13170         to test for value "yes", and include all loaders in that case.
13171
13172         * gtk/gtkrbtree.c (_gtk_rbtree_get_depth): new function
13173
13174         * gtk/gtktreeview.c (gtk_tree_view_get_cell_rect): fix to properly
13175         handle TREE_VIEW_VERTICAL_SEPARATOR
13176         (gtk_tree_view_bin_expose): fix to consider the row offset as
13177         pointing halfway into vertical separator.       
13178         (gtk_tree_view_draw_node_focus_rect): ditto
13179
13180         * gtk/gtkdebug.h, gtk/gtkmain.c (gtk_init_check): Add
13181         --gtk-debug=updates, which causes gdk_window_set_debug_updates
13182         (TRUE) to be called.
13183
13184         * gdk/gdkwindow.c (gdk_window_set_debug_updates): Allow enabling a
13185         debug mode where the invalid region is colored in on invalidate,
13186         so you can see the flicker and know whether your redraw code is 
13187         doing a good job.
13188
13189         * gtk/gtktreeview.c (gtk_tree_view_queue_draw_node): Work in 
13190         tree window coordinates (clip rect is in tree window coords)
13191
13192         * gtk/Makefile.am: add gtktreednd.[hc]
13193
13194         * gtk/gtkliststore.c: implement gtktreednd interfaces.
13195
13196         * gtk/gtktreednd.c, gtk/gtktreednd.h: New interface to support
13197         drag-and-drop data operations on a model (so we can set up tree
13198         drag-and-drop automatically)
13199
13200         * gtk/testgtk.c: Add a window to change sensitivity in the
13201         GtkLabel test; add a way to change the entry frame in GtkEntry
13202         test
13203
13204         * gtk/gtkentry.c (gtk_entry_set_has_frame): 
13205         (gtk_entry_get_has_frame): new functions to remove the frame
13206         around an entry
13207         (gtk_entry_size_request): shrink requisition if no frame
13208         (gtk_entry_draw_focus): don't draw frame if no frame
13209
13210         * gtk/gtkstyle.c (gtk_default_draw_check): draw custom look for
13211         checks inside a cell renderer
13212         (gtk_default_draw_option): ditto for options
13213
13214         * gtk/gtktreeviewcolumn.c (update_button_contents): add/remove
13215         children from the alignment, not the button
13216         (gtk_tree_view_column_init): ref/sink the column, to emulate
13217         GObject refcounting.
13218
13219         * gtk/gtkcellrenderer.c (gtk_cell_renderer_init): ref/sink
13220         
13221         * gtk/gtkcellrenderertoggle.c (gtk_cell_renderer_toggle_render):
13222         Use theme functions to draw the toggles 
13223
13224         * gdk/gdkpango.c (gdk_pango_get_gc): use GdkRGB to alloc colors
13225
13226         * gdk/gdkpango.h, gdk/gdkpango.c: Add GdkPangoAttrStipple and
13227         GdkPangoAttrEmbossed to use in rendering insensitive text
13228
13229         * gdk/gdkpango.c (gdk_draw_layout_line): render new properties
13230
13231         * gtk/gtkstyle.c (gtk_default_draw_layout): handle sensitivity
13232         using new GDK features
13233         
13234 2001-01-24  Alexander Larsson  <alexl@redhat.com>
13235
13236         * gtk/gtkimage.c:
13237         Splitted gtk_image_clear into gtk_image_clear() and
13238         gtk_image_reset(). Call gtk_image_clear() in ::destroy
13239         to avoid leaks.
13240
13241         * gtk/gtklabel.c (set_markup):
13242         Don't leak text.
13243
13244         * gtk/gtktextlayout.c:
13245         Always free display->shaped_objects.
13246
13247         * gtk/testgtk.c (create_clist):
13248         Don't leak custom style.
13249
13250 2001-01-23  Alexander Larsson  <alexl@redhat.com>
13251
13252         * gtk/gtkcolorsel.c (grab_color_at_mouse):
13253         Don't leak image. Simplify using gdk_colormap_query_color().
13254         (gtk_color_selection_init): Don't leak dropper_pixmap and mask.
13255
13256         * linux-fb/gdkcolor-fb.c:
13257         Implemented gdk_colormap_query_color.
13258
13259 2001-01-23  Alexander Larsson  <alexl@redhat.com>
13260
13261         * linux-fb/gdkcursor-fb.c:
13262         Don't leak built-in cursors.
13263
13264         * linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_polygon):
13265         Don't leak tmp_points.
13266
13267         * linux-fb/gdkfont-fb.c (gdk_font_from_description):
13268         Don't modify desc. Don't leak font if the PangoFont
13269         isn't found.
13270         
13271         * linux-fb/gdkgc-fb.c (gdk_fb_gc_finalize):
13272         Free dash_list.
13273
13274         * linux-fb/gdkkeyboard-fb.c (gdk_fb_handle_key):
13275         Don't leak string.
13276         
13277 2001-01-20  Havoc Pennington  <hp@pobox.com>
13278
13279         * gtk/gtktexttag.h (enum GtkWrapMode): rename member fields
13280         from GTK_WRAPMODE_WORD to GTK_WRAP_WORD, etc., seems nicer to 
13281         me, matches Pango
13282
13283 2001-01-22  Havoc Pennington  <hp@redhat.com>
13284
13285         * demos/testanimation.c: fix to reflect gdk-pixbuf changes
13286
13287         * demos/testpixbuf.c: fix to reflect gdk-pixbuf changes
13288
13289         * gtk/gdk-pixbuf-loader.c, gtk/gdk-pixbuf-loader.h: 
13290         Remove, move back to gdk-pixbuf
13291
13292         * gtk/gtktextiter.c, gtk/gtktextiter.h: add sentence equivalents
13293         to all the word functions
13294
13295         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): return
13296         before doing anything on NULL layout or if we don't have the focus
13297
13298         * gtk/testtext.c (fill_example_buffer): "justification"
13299
13300         * gtk/gtktexttag.h, gtk/gtktexttag.c: change the tag attribute
13301         to be called "justification" not "justify"
13302
13303         * demos/gtk-demo/textview.c (create_tags): "justification"
13304         
13305         * gtk/gtktextlayout.c (set_para_values): Handle char-wise wrapping
13306
13307 2001-01-22  Alexander Larsson  <alexl@redhat.com>
13308
13309         * gdk/gdkwindow.c (gdk_window_invalidate_region):
13310         Don't leak visible_region. Use visible_region instead of region.
13311         
13312         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_new):
13313         Don't do extra gdk_drawable_ref(). This is not X.
13314         (gdk_fb_window_find_focus, gdk_fb_change_focus): make sure
13315         gdk_fb_focused_window is ref:ed.
13316         (gdk_fb_window_send_crossing_events): Watch out for destroyed
13317         windows.
13318
13319 2001-01-22  Alexander Larsson  <alexl@redhat.com>
13320
13321         * gtk/gtkwindow-decorate.c (gtk_decorated_window_realize):
13322         Don't leak the PangoFontDescriptor.
13323
13324 Sun Jan 21 09:58:00 2001  Jonathan Blandford  <jrb@redhat.com>
13325
13326         * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): Make fail
13327         when not realized.
13328         (gtk_tree_view_scroll_to_cell): Make work when not realized.
13329         (gtk_tree_view_realize): add scroll_to support
13330         (gtk_tree_view_finalize): add a finalize method.  Populate.
13331         (gtk_tree_view_insert_column): ref and sink the column.
13332         (gtk_tree_view_append_column): ref and sink the column.
13333         (gtk_tree_view_queue_draw_node): New function to handle redrawing
13334         individual nodes.  Should make the code much more efficient, if
13335         actually used.
13336
13337 2001-01-19  Havoc Pennington  <hp@redhat.com>
13338
13339         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
13340         byte_offset variable was being used to mean both "offset into
13341         layout" and "offset into buffer line" which was no longer true
13342         with addition of preedit string; fix
13343
13344 2001-01-19  Havoc Pennington  <hp@redhat.com>
13345
13346         * demos/gtk-demo/main.c (button_press_event_cb): sync to tree changes
13347
13348         * gtk/gtkrbtree.c (_gtk_rbtree_node_find_offset): fix this
13349         function
13350
13351         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_widget):
13352         implement
13353
13354         * gtk/gtktreeview.c (gtk_tree_view_move_to): rename
13355         scroll_to_cell, matches TextView scroll functions better
13356         (gtk_tree_view_tree_to_widget_coords): new function
13357         (gtk_tree_view_widget_to_tree_coords): new function
13358         (gtk_tree_view_get_visible_rect): new function
13359         (gtk_tree_view_get_path_at_pos): accept negative coordinates
13360         (gtk_tree_view_draw_node_focus_rect): new function moved from
13361         draw_focus, also, use width of bin_window as width of the focus
13362         rect
13363         (gtk_tree_view_expand_row): fix bug where it didn't recognize
13364         already-expanded rows
13365         (gtk_tree_view_get_cell_rect): new function
13366         (gtk_tree_view_get_path_at_pos): return the click position
13367         relative to the passed-in cell
13368         (gtk_tree_view_set_expander_column): new function
13369
13370         * configure.in: remove gtk-config-2.0 chmod
13371
13372         * gtk/gtktextview.c (gtk_text_view_drag_motion): small cleanups,
13373         and properly handle drags with targets we don't understand
13374         (gtk_text_view_drag_end): don't stop scrolling, the source isn't
13375         scrolling anyway
13376         (gtk_text_view_drag_drop): stop scrolling here though, and set the
13377         mark invisible
13378
13379         * gtk/gtkdnd.c (gtk_drag_dest_find_target): export as a public
13380         function
13381         (gtk_drag_dest_get_target_list): new function
13382         (gtk_drag_dest_set_target_list): new function
13383         
13384         * gtk/gtktreeview.c: Add a bunch of drag-and-drop implementation
13385
13386         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): add fields
13387         related to drag-and-drop
13388
13389 2001-01-19  Alexander Larsson  <alexl@redhat.com>
13390
13391         * gdk/linux-fb/gdkprivate-fb.h:
13392         Define EMULATE_GDKFONT.
13393         Add extra pango_font stuff to GfkFontPrivate.
13394         
13395         * gdk/linux-fb/gdkdrawable-fb2.c:
13396         * gdk/linux-fb/gdkfont-fb.c:
13397         If EMULATE_GDKFONT defined, implement a slow lame GdkFont
13398         emulation using PangoFont.
13399
13400 2001-01-17  Havoc Pennington  <hp@pobox.com>
13401
13402         * gtk/gtkprogressbar.c, gtk/gtkprogressbar.h: Add "getters" for
13403         all the non-deprecated set_foo functions. Added missing object
13404         properties, and added g_object_notify() to setters. 
13405         Wrote docs.
13406         
13407 2001-01-18  Tor Lillqvist  <tml@iki.fi>
13408
13409         * gtk/gtkmain.c
13410         * gtk/gtkrc.c: (Win32) Use the new
13411         g_win32_get_package_installation_(sub)directory() functions.
13412
13413         * config.h.win32.in: New file.
13414         
13415         * config.h.win32: Removed.
13416
13417         * configure.in: Output config.h.win32.
13418
13419         * Makefile.am: Add it to EXTRA_DIST.
13420
13421         * gtk/gtk.def: Update.
13422
13423 Wed Jan 17 16:22:54 2001  Owen Taylor  <otaylor@redhat.com>
13424
13425         * gtk/gtklabel.c (gtk_label_size_request): Set the
13426         attributes onto the PangoLayout even if they are newly
13427         created from label->pattern.
13428
13429 Tue Jan  9 11:20:48 2001  Owen Taylor  <otaylor@redhat.com>
13430
13431         * gdk/x11/gdkdnd-x11.c: Remove unused variable.
13432
13433         * gtk/gtkdnd.c: Encapsulate storing and retrieving info
13434         structures in functions. Fixes bug where gtk_dataset_*
13435         was accidentally still being used in one place, causing
13436         every dest side event to be treated independently.
13437
13438         * gtk/gtkdnd.c: Remove last vestages of handling
13439         ::draw (fixes warning)
13440         
13441         * gtk/gtkentry.[ch]: Add drag and drop support.
13442
13443         * gtk/gtkdnd.[ch] gtk/gtktextview.c gtk/gtkentry.c: Add
13444         new function gtk_check_drag_threshhold() for checking
13445         to check if (dx,dy) has exceeded the threshhold for starting
13446         a drag and use it everywhere.
13447
13448 Mon Jan  8 11:58:05 2001  Owen Taylor  <otaylor@redhat.com>
13449
13450         * gtk+-2.0.pc.in gdk-pixbuf-2.0.pc.in (Cflags): Remove -I${includedir},
13451         add -I{includedir}/gtk-2.0.
13452
13453         * gtk/gtktreeview.[ch] gtktreemodelsort.[ch] gtknotebook.c
13454         gdk/gdk-pixbuf.h: Doc fixups.
13455         
13456         * gtk/gtkobject.h: Remove trailing , from enum
13457
13458 2001-01-17 Alexander Larsson <alexl@redhat.com> 
13459
13460         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_shadow_fb_draw_arc):
13461         Doh! Mixed up x and y.
13462
13463         * gdk/linux-fb/gdkglobals-fb.c:
13464         Removed gdk_fb_pointer_grab_window_events,
13465         added _gdk_fb_pointer_grab_owner_events and
13466         _gdk_fb_keyboard_grab_owner_events.
13467
13468         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab):
13469         Set all button mask if GDK_BUTTON_MOTION_MASK set. Send
13470         crossing events before grabbing. Set _gdk_fb_pointer_grab_owner_events.
13471         (gdk_fb_pointer_ungrab): Unset _gdk_fb_pointer_grab_owner_events
13472         Send crossing events after ungrab finished.
13473         (gdk_keyboard_grab): Set ..._owner_events
13474         (type_masks): Move out of function.
13475         (gdk_fb_other_event_window, gdk_fb_pointer_event_window,
13476         gdk_fb_keyboard_event_window): New functions, return the
13477         window an event should be targeted at. Handles grabs and
13478         event propagation. Can return NULL.
13479         (gdk_event_make): Remove event_mask checking. Now always
13480         returns an event.
13481                 
13482         * gdk/linux-fb/gdkkeyboard-fb.c:
13483         * gdk/linux-fb/gdkproperty-fb.c:
13484         * gdk/linux-fb/gdkselection-fb.c:
13485         Use new event_window/gdk_event_make() behaviour.
13486         
13487         * gdk/linux-fb/gdkmouse-fb.c:
13488         Use new event_window/gdk_event_make() behaviour.
13489         Only send motion events if in the same window.
13490         If grabbed, use cursor from window if sibling of grabbed
13491         window, and cursor from grabbed window otherwise.
13492
13493         * gdk/linux-fb/gdkprivate-fb.h:
13494         Update gdk_fb_window_send_crossing_events, gdk_event_make
13495         and grab varaible declarations. Add gdk_fb_*_event_window().
13496
13497         * gdk/linux-fb/gdkwindow-fb.c:
13498         Use new event_window/gdk_event_make() behaviour.
13499         Keep correct track of focus window.
13500         (gdk_window_set_events): Set all specific button motion masks
13501         if GDK_BUTTON_MOTION_MASK set.
13502
13503         * gtk/gtkdnd.c (gtk_drag_update):
13504         Free info->last_event if gdk_drag_motion returned FALSE.
13505
13506 2001-01-16  Tor Lillqvist  <tml@iki.fi>
13507
13508         * gdk/win32/gdkwindow-win32.c (gdk_window_show, gdk_window_hide):
13509         Eliminate redraws when input-only windows are shown or
13510         hidden. Thanks to jpe@archaeopteryx.com.
13511
13512 Tue Jan 16 13:13:13 GMT 2001  Tony Gale <gale@gtk.org>
13513
13514         * docs/faq/gtk-faq.sgml: FAQ update:
13515           - Update to bugzilla
13516           - Add GTK+ and security/SUID/SGID
13517           - Add DnD question
13518
13519 2001-01-16  Alexander Larsson  <alla@lysator.liu.se>
13520
13521         * gdk/linux-fb/gdkdnd-fb.c:
13522         Some cleanups.
13523         
13524 2001-01-15  Havoc Pennington  <hp@pobox.com>
13525
13526         * tests/testtreeview.c: add test stuff for CellRendererToggle
13527
13528         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_get_model): add this
13529         accessor
13530
13531         * gtk/gtkcellrenderertoggle.c: distinguish different event types,
13532         only toggle on button press (would do release like GtkButton, but
13533         we'd need implicit grab code for treeview cells)
13534
13535 2001-01-16  Tor Lillqvist  <tml@iki.fi>
13536
13537         * gdk/win32/gdkvisual-win32.c: Include <stdlib.h> for getenv().
13538
13539         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Don't use
13540         GDK_COLORMAP_PRIVATE_DATA on a potentially NULL GdkColormap.
13541
13542         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Adapt calls
13543         to g_{locale,filename}_{to,from}_utf8 to match current API.
13544
13545         * gtk/makefile.msc.in (gtk_OBJECTS)
13546         * gtk/makefile.mingw.in (gtk_OBJECTS): Add gtkwindow-decorate.
13547
13548         * gtk/gtk.def: Update.
13549
13550 2001-01-15  Tor Lillqvist  <tml@iki.fi>
13551
13552         * gdk/win32/gdkevents-win32.c (synthesize_crossing_events): New
13553         implementaion that more closely mimics the events that an X server
13554         would generate. Especially, properly generate GDK_NOTIFY_VIRTUAL and
13555         GDK_NOTIFY_NONLINEAR_VIRTUAL crossing events. This makes buttons
13556         with nested preview widgets, for instance, more responsive when
13557         you move the mouse quickly into them.
13558         (find_window_for_pointer_event): Make it actually compile.
13559         (gdk_event_translate): Set send_event to the value of
13560         InSendMessage (). This doesn't really mean the same as X11's
13561         send_event flag, but is close enough, says jpe@archaeopteryx.com
13562
13563 2001-01-15  Alexander Larsson  <alexl@redhat.com>
13564
13565         * gdk/linux-fb/gdkdnd-fb.c:
13566         Implemented drag and drop.
13567         Seems to be mostly working. I sometimes get an assert from gtkdnd.c:2664
13568         when it tries to free and then copy the same event (info->last_event).
13569         I am not sure about why this happens, but will continue looking.
13570
13571 2001-01-15  Alexander Larsson  <alexl@redhat.com>
13572
13573         * gdk/linux-fb/gdkwindow-fb.c:
13574         Use gdk_window_invalidate_rect instead of
13575         gdk_window_invalidate_rect_clear to minimise flashing.
13576         When hiding windows you need to clear the root window though.
13577
13578 2001-01-15  Alexander Larsson  <alexl@redhat.com>
13579
13580         * gdk/linux-fb/gdkdrawable-fb2.c:
13581         For optization, add an full_shapes argument to gdk_fb_clip_region.
13582         If this is false, only the cliprects of the shapes are used.
13583
13584         * gdk/linux-fb/gdkprivate-fb.h:
13585         Export gdk_fb_window_peek_shape.
13586         Add full_shapes to gdk_fb_clip_region.
13587
13588         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
13589         When moving a window, don't clear everything under the it, just the
13590         root window. Makes stuff faster and flash less.
13591         (gdk_window_get_pointer): Correctly handle offseted shapes, due to
13592         USE_CHILD_SHAPE. (gdk_fb_window_peek_shape): Return the correct
13593         offset of the shape.
13594         
13595
13596 2001-01-12  Havoc Pennington  <hp@redhat.com>
13597
13598         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): offset the 
13599         current invalid region, fixes redraw bug while scrolling the 
13600         text widget
13601
13602         * gtk/gtktextview.c, gtk/gtktextview.h:
13603         Rearrange the scrolling/validation/etc. code in a major way, 
13604         so it seems to make sense to me. Probably isn't genuinely that
13605         much better, but...
13606
13607         * gtk/gtktexttag.c (set_fg_color): fix name of property used for
13608         notifies
13609
13610         * gtk/gtktextmark.c (gtk_text_mark_get_left_gravity): new function
13611
13612 2001-01-12  Alexander Larsson  <alla@lysator.liu.se>
13613
13614         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_set_rotation):
13615         Hide mouse pointer while rotation. Show it afterwards.
13616
13617 2001-01-12  Alexander Larsson  <alexl@redhat.com>
13618
13619         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_clip_region): Take shaped
13620         windows in consideration when generating clip region.
13621
13622         * gdk/linux-fb/gdkfb.h:
13623         Huge HACK. Added GDK_FB_USE_CHILD_SHAPE.
13624
13625         * gdk/linux-fb/gdkprivate-fb.h:
13626         Add shape to GdkWindowFBDatat.
13627         exported gdk_fb_window_get_abs_shape().
13628         removed gdk_fb_draw_lines declaration.
13629
13630         * gdk/linux-fb/gdkwindow-fb.c (gdk_window_impl_fb_init):
13631         Init shape to NULL. (gdk_fb_window_send_crossing_events): Don't
13632         send focus changes when there is a grabbed window.
13633         (gdk_window_get_pointer): Handle shaped windows.
13634         (gdk_fb_region_create_from_bitmap): Convert bitmap to region.
13635         (gdk_fb_window_peek_shape): Returns the shape for a window,
13636         handles GDK_FB_USE_CHILD_SHAPE.
13637         (gdk_fb_window_get_abs_shape): Returns the shape of the window,
13638         offseted to absolute positions. Handles GDK_FB_USE_CHILD_SHAPE.
13639         (gdk_window_shape_combine_mask): Implement.
13640
13641         * gtk/gtkwindow-decorate.c:
13642         HACK! Set GDK_FB_USE_CHILD_SHAPE on window->frame to make sure
13643         setting the shape of a window makes the window transparent.
13644
13645 2001-01-11  Havoc Pennington  <hp@redhat.com>
13646
13647         * gtk/gtktreemodelsimple.h: Oops, broke some macros
13648
13649 2001-01-10  Havoc Pennington  <hp@redhat.com>
13650
13651         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clear_attributes):
13652         add this function, bug 40251
13653
13654         * gtk/gtktreemodelsimple.h (GTK_TYPE_TREE_MODEL_SIMPLE): fix name
13655         of type macro   
13656
13657 2001-01-11  Alexander Larsson  <alexl@redhat.com>
13658
13659         * acconfig.h:
13660         Added ENABLE_SHADOW_FB
13661
13662         * configure.in:
13663         Added --disable-shadowfb
13664
13665         * gdk/linux-fb/gdkcursor-fb.c:
13666         Update shadowfb when updating cursor
13667
13668         * gdk/linux-fb/gdkdrawable-fb2.c:
13669         Added wrappers for shadowfb that calls  the normal drawable
13670         methods, but calls gdk_shadow_fb_update(bounding box) when
13671         GdkWindows are drawed to.
13672         Moved gdk_draw_glyphs implementation to _gdk_draw_glyphs
13673         which also returns the bounding box.
13674
13675         * gdk/linux-fb/gdkfb.h:
13676         Added GdkFBAngle type and gdk_fb_set_rotation declaration.
13677
13678         * gdk/linux-fb/gdkgeometry-fb.c:
13679         Update shadowfb when scrolling window.
13680
13681         * gdk/linux-fb/gdkglobals-fb.c:
13682         Add _gdk_fb_screen_angle.
13683         
13684         * gdk/linux-fb/gdkkeyboard-fb.c:
13685         Test code for screen rotation. Shift-F2 in the xlate driver
13686         rotates the screen.
13687
13688         * gdk/linux-fb/gdkmain-fb.c:
13689         Handle shadowfb. Add gdk_fb_set_rotation(). Remove CM and RP.
13690
13691         * gdk/linux-fb/gdkmouse-fb.c:
13692         Use fb_width/height instead of modeinfo.xres/yres.
13693
13694         * gdk/linux-fb/gdkprivate-fb.h:
13695         Added fb_men, fb_width, fb_height & fb_stride. When using
13696         shadow fb these can differ from the framebuffer stuff.
13697         Declarations for gdk_shadow_fb_update, gdk_shadow_fb_init,
13698         gdk_shadow_fb_stop_updates, gdk_fb_recompute_all,
13699         _gdk_fb_screen_angle. Removed CM, RP.
13700
13701         * gdk/linux-fb/gdkrender-fb.c:
13702         Added code for shadowfb handling and screen rotation using
13703         shadowfb.
13704
13705         * gdk/linux-fb/gdkwindow-fb.c:
13706         Use fb_mem, fb_stride, fb_width, fb_height.
13707         Added recompute_rowstride to reset the rowstride of all windows.
13708         Added gdk_fb_recompute_all() which recomputes rootwindow size,
13709         window abs positions and window rowstrides. Usefull when the
13710         rotation has changed.
13711
13712 Thu Jan 11 13:16:50 GMT 2001  Tony Gale <gale@gtk.org>
13713
13714         * docs/faq/gtk-faq.sgml: update to make web site updating easier
13715
13716 2001-01-10  Havoc Pennington  <hp@redhat.com>
13717
13718         * gtk/gtktreestore.c (gtk_tree_store_insert_before): handle case
13719         where sibling == iter
13720         (gtk_tree_store_insert_after): handle sibling == iter
13721         (gtk_tree_store_prepend): remove stamp checks
13722         (gtk_tree_store_insert_before): ditto
13723         (gtk_tree_store_append): ditto
13724         (gtk_tree_store_get_path): ditto
13725         (gtk_tree_store_get_value): ditto
13726         (gtk_tree_store_iter_has_child): ditto
13727         (gtk_tree_store_iter_n_children): ditto
13728         (gtk_tree_store_iter_nth_child): ditto
13729         (gtk_tree_store_insert_after): ditto
13730         (gtk_tree_store_is_ancestor): ditto
13731         (gtk_tree_store_iter_depth): ditto
13732         (gtk_tree_store_insert_before): assert that sibling's parent is
13733         the same as the passed-in parent
13734         (gtk_tree_store_insert_after): assert that sibling's parent is
13735         the same as the passed-in parent
13736
13737         
13738         * gtk/gtktreemodel.c (gtk_tree_model_get_first): new convenience 
13739         function to get the first iterator in a model
13740         
13741         * gtk/gtktreestore.c (gtk_tree_store_get_root_iter): remove,
13742         conventionally the "root" in this sense is just NULL afaict.
13743
13744         * gtk/gtkliststore.c (gtk_list_store_insert_before): handle case
13745         where sibling == iter
13746         (gtk_list_store_insert_after): handle case where sibling == iter
13747
13748         * tests/testtreeview.c (run_automated_tests): fairly lame basic
13749         automated tests for ListStore, TreeStore
13750
13751         * gtk/gtkliststore.c (gtk_list_store_remove): update tail pointer
13752         (gtk_list_store_insert): update tail pointer, and fix it to work
13753         (gtk_list_store_insert_before): update tail pointer, and fix it to work
13754         (gtk_list_store_append): use tail to be faster
13755         (gtk_list_store_prepend): fix it, update tail pointer
13756         (gtk_list_store_insert_after): fix it, update tail pointer
13757
13758         * gtk/gtkliststore.h (struct _GtkListStore): add tail pointer for 
13759         the list
13760
13761 2001-01-09  Havoc Pennington  <hp@redhat.com>
13762
13763         * gtk/gtklabel.c (gtk_label_expose): don't draw if label->layout
13764         is NULL due to a pending resize
13765
13766         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): don't set the
13767         column width to values less than 1
13768
13769         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_width): clamp
13770         width to be between min/max width, and still set the width 
13771         even if autosize is turned on, so the tree view can use this 
13772         function in order to autosize.
13773         (gtk_tree_view_column_init): set initial width to 1 not 0
13774
13775         * gtk/gtktreeview.c (gtk_tree_view_size_request_buttons): use
13776         setter function to modify column width, so we get notification
13777         (gtk_tree_view_insert_iter_height): ditto
13778         (gtk_tree_view_calc_size): ditto
13779         (gtk_tree_view_check_dirty): ditto
13780
13781         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_class_init): Add
13782         properties to change all the interesting attributes of the tree
13783         view column.
13784         (gtk_tree_view_column_set_header_clickable): rename set_clickable
13785         (gtk_tree_view_column_get_clickable): add
13786         (gtk_tree_view_column_set_cell_renderer): don't unset the current
13787         attributes; assume a cell renderer with equivalent object
13788         properties has been swapped in. Do g_object_notify().
13789         (gtk_tree_view_column_set_visible): g_object_notify
13790         (gtk_tree_view_column_get_sizing): rename from get_col_type
13791         (gtk_tree_view_column_set_sizing): g_object_notify
13792         (gtk_tree_view_column_set_width): add g_object_notify
13793         (gtk_tree_view_column_set_min_width): ditto
13794         (gtk_tree_view_column_set_max_width): ditto
13795         (gtk_tree_view_column_set_title): ditto
13796         (gtk_tree_view_column_set_clickable): ditto
13797         (gtk_tree_view_column_set_widget): ditto
13798         (gtk_tree_view_column_set_justification): ditto
13799
13800 2001-01-09  Havoc Pennington  <hp@redhat.com>
13801
13802         * gtk/gtktreeview.c (gtk_tree_view_check_dirty): handle case where
13803         there are no rows in the model
13804
13805         * gtk/gtkliststore.c (gtk_list_store_iter_children): if parent is
13806         NULL, then return the start of the list
13807
13808         * gtk/gtktreeview.c (gtk_tree_view_setup_model): don't build tree
13809         if we can't get any rows from an empty model 
13810
13811         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): remove
13812         extraneous * after function pointer typedef usage
13813
13814         * Makefile.am: don't specify full path to cp and rm
13815
13816         * gtk/gtkcellrenderertextpixbuf.c
13817         (gtk_cell_renderer_text_pixbuf_get_size): check width/height !=
13818         NULL before dereferencing, fixes a segfault that happened from
13819         time to time
13820
13821         * gtk/gtkcellrendererpixbuf.c (gtk_cell_renderer_pixbuf_render):
13822         use gdk_pixbuf_render_to_drawable_alpha() to get alpha channel,
13823         and reindent the function
13824         (gtk_cell_renderer_pixbuf_get_size): indentation
13825
13826         * gtk/gtkdialog.c (gtk_dialog_run): destroy main loop only after
13827         we quit it
13828         (gtk_dialog_add_buttons_valist): add g_return_if_fail
13829         (gtk_dialog_set_default_response): New function, to set default
13830         button
13831         (gtk_dialog_set_response_sensitive): New function, to set 
13832         sensitivity of buttons
13833
13834         * gtk/gtkcellrendererpixbuf.c
13835         (gtk_cell_renderer_pixbuf_get_property): allow getting a NULL pixbuf
13836         (gtk_cell_renderer_pixbuf_set_property): allow setting a NULL pixbuf
13837
13838         * gtk/gtktreedatalist.c (_gtk_tree_data_list_node_to_value):
13839         handle any G_TYPE_OBJECT subclass, not just the base class, and 
13840         also boxed types.
13841         (_gtk_tree_data_list_value_to_node): ditto
13842
13843         * gtk/gtkrbtree.c: Run _gtk_rbtree_test at strategic points if 
13844         --gtk-debug=tree
13845
13846         * gtk/gtkmain.c: add GTK_DEBUG_TREE
13847
13848         * gtk/gtkdebug.h: add GTK_DEBUG_TREE
13849
13850 2001-01-09  Tor Lillqvist  <tml@iki.fi>
13851
13852         * gdk/win32/gdkevents-win32.c: Implement better mouse
13853         capturing. Do use SetCapture(). Thanks to jpe@archaeopteryx.com.
13854         (find_window_for_pointer_event): New function.
13855         (gdk_event_translate): Use it when handling mouse events.
13856
13857 2001-01-09  Alexander Larsson  <alla@lysator.liu.se>
13858
13859         * configure.in:
13860         Added --with-included-loaders option
13861
13862         * gdk-pixbuf/Makefile.am:
13863         * gdk-pixbuf/gdk-pixbuf-io.c:
13864         Add support for including selected gdk-pixbuf loaders only.
13865
13866         * gtk/gtkwindow.c (gtk_window_set_frame_dimensions,
13867         gtk_window_set_has_frame):
13868         Added inline documentation.
13869
13870         * gdk/x11/gdkwindow-x11.c (gdk_window_get_decorations):
13871         * docs/reference/gdk/tmpl/windows.sgml:
13872         Added inline documentation.
13873
13874 Mon Jan  8 14:42:06 2001  Jonathan Blandford  <jrb@redhat.com>
13875
13876         * gtk/gtktreeview.c (gtk_tree_view_realize_buttons): Skip
13877         realizing buttons that have already been realized.
13878
13879 Mon Jan  8 14:06:29 2001  Jonathan Blandford  <jrb@redhat.com>
13880
13881         * tests/testtreeview.c (main): Show menu items before adding to
13882         option menu.
13883
13884         * gtk/gtktreeview.c (gtk_tree_view_set_model): Keep the columns
13885         around if we kill them.
13886
13887         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_cell_data):
13888         Return if we pass in a NULL model.
13889
13890 2001-01-08  Havoc Pennington  <hp@redhat.com>
13891
13892         * tests/testtreeview.c: hack on this some
13893
13894         * gtk/gtktreestore.c (gtk_tree_store_setv): rename
13895         gtk_tree_store_set_valist, v is for arrays, valist for varargs
13896         list
13897         (gtk_tree_store_getv): rename gtk_tree_store_get_valist
13898
13899         * gtk/gtkliststore.h: Add varargs set() and get() convenience
13900         functions
13901
13902 2001-01-08  Alexander Larsson  <alexl@redhat.com>
13903
13904         * gtk/gtkwindow-decorate.[hc]:
13905         * gtk/Makefile.am:
13906         New files. Contains an implementation of a minimal WM for
13907         linux-fb.
13908
13909         * gtk/gtkwindow.h:
13910         Add the possibility for GtkWindows to specify a frame. This
13911         is used for the window decoration code, but could concievably
13912         be used for X programs too (xmms style windows).
13913         GtkWindow->frame is the toplevel window if the window is framed.
13914         The signal frame_event gets all events that are targeted to
13915         GtkWindow->frame.
13916         (_gtk_window_constrain_size): Exported for usage by gtkwindow-decorate.c.
13917         
13918         * gtk/gtkwindow.c:
13919         Implement gtk_window_set_has_frame and gtk_window_set_frame_dimensions.
13920         Call out to gtkwindow-decorate.c for WM support in linx-fb.
13921
13922 2001-01-08  Alexander Larsson  <alexl@redhat.com>
13923
13924         * docs/README.linux-fb:
13925         Correct filename ~/.pangoft2_aliases
13926
13927         * gdk/gdkwindow.h:
13928         Added new function gdk_window_get_decorations.
13929
13930         * gdk/linux-fb/gdkfb.h:
13931         Removed _gdk_window_get_decorations declaration.
13932         Renamed _gdk_window_set_child_handler to
13933         gdk_fb_window_set_child_handler.
13934
13935         * gdk/linux-fb/gdkwindow-fb.c:
13936         Renamed _gdk_window_set_child_handler to
13937         gdk_fb_window_set_child_handler.
13938
13939         * gdk/x11/gdkwindow-x11.c:
13940         New function gdk_window_get_mwm_hints().
13941         Implemented gdk_window_get_decorations.
13942
13943         * docs/reference/gdk/tmpl/windows.sgml:
13944         * docs/reference/gdk/gdk-sections.txt:
13945         Added gdk_window_get_decorations docs.
13946         
13947 2001-01-08  Alexander Larsson  <alla@lysator.liu.se>
13948
13949         * gdk/linux-fb/gdkwindow-fb.c (_gdk_fb_window_find_focus,
13950         gdk_fb_window_find_focus, gdk_fb_send_focus_change,
13951         gdk_fb_window_send_crossing_events):
13952         Possibly send focus events when the mouse moves from one
13953         window to another.
13954
13955 2001-01-07  Tor Lillqvist  <tml@iki.fi>
13956
13957         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title,
13958         gdk_window_new): Adapt calls to g_{locale,filename}_{to,from}_utf8
13959         to match current API.
13960
13961         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): If a secret
13962         environment variable is set, don't call g_error when on a
13963         palettized (PseudoColor) display. Some people want to use GTK+ 
13964         in 256-colour mode even though works only partially.
13965
13966         * gdk/gdk.def
13967         * gtk/gtk.def
13968         * gtk/makefile.mingw.in: Update.
13969
13970 2001-01-05  Havoc Pennington  <hp@redhat.com>
13971
13972         * tests/testtreeview.c: hack on this a bit
13973
13974         * gtk/gtktextlayout.c (gtk_text_layout_class_init):
13975         s/GTK_RUN_LAST/G_SIGNAL_RUN_LAST
13976
13977         * gtk/gtktreemodelsimple.h (GTK_IS_TREE_MODEL_SIMPLE_CLASS): 
13978         was spelled incorrectly
13979         (GTK_IS_TREE_MODEL_SIMPLE): ditto
13980
13981         * gtk/gtktreeview.c (gtk_tree_view_set_headers_clickable): rename
13982         from gtk_tree_view_set_headers_active   
13983
13984         * gtk/gtktexttag.c:
13985         (gtk_text_tag_get_property): handle PROP_DIRECTION
13986         (gtk_text_tag_set_property): g_object_notify when we toggle the _set
13987         properties, bug 40235
13988
13989         * gtk/gtktextiter.c (gtk_text_iter_forward_to_delimiters): rename
13990         forward_to_line_end
13991
13992 Fri Jan  5 16:16:29 2001  Owen Taylor  <otaylor@redhat.com>
13993
13994         * gtk/{gtkcalender.c,gtkfilesel.c,gtkimcontext.c},
13995         modules/input/gtkimcontextxim.c: Adapt to new prototypes
13996         for unicode,locale,filename conversion functions.
13997
13998 2001-01-05  Havoc Pennington  <hp@redhat.com>
13999
14000         * gtk/gtktextiter.c (gtk_text_iter_ends_line): this function was
14001         broken if called on the first position in the buffer.
14002
14003         * gtk/gtktextlayout.c (line_display_index_to_iter): fix
14004         forward_to_delimiters to be called only if we aren't already at
14005         the delimiters.
14006
14007 2001-01-05  Havoc Pennington  <hp@redhat.com>
14008
14009         * demos/gtk-demo/main.c (create_tree): Oops, that didn't link. Fix.
14010
14011 2001-01-05  Alexander Larsson  <alexl@redhat.com>
14012
14013         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_drawable_finalize): free
14014         colormap in here. Sync from X port.
14015         (gdk_fb_set_colormap): allow the colormap to be NULL if you like.
14016         Sync from X port.
14017         (gdk_fb_clip_region): Comment out g_warning about empty clip region.
14018         This happens now and then, and i don't think it is a bug.
14019         (gdk_fb_draw_polygon): Correctly add extra point if startpoint
14020         != endpoint.
14021         (gdk_fb_draw_lines): Don't draw dashed lines if line_style is
14022         GDK_LINE_SOLID.
14023
14024         * gdk/linux-fb/gdkfont-fb.c: Return bogus GdkFont that has
14025         some of the fields filled in at least.
14026
14027         * gdk/linux-fb/miwideline.c: The widths argument to miLineArcI, and
14028         miLineArcD is no more, remove it from the function definition.
14029
14030 2001-01-04  Havoc Pennington  <hp@redhat.com>
14031
14032         * gtk/gtktreeselection.c (gtk_tree_selection_get_tree_view): add
14033         this
14034
14035         * gtk/gtktreemodel.h (struct _GtkTreeIter): rename fields to
14036         user_data instead of tree_node
14037
14038         * gtk/gtktreeprivate.h (TREE_VIEW_COLUMN_WIDTH): rename from
14039         TREE_VIEW_COLUMN_SIZE
14040
14041         * gtk/gtktreeviewcolumn.h (struct _GtkTreeViewColumn): rename
14042         "size" field to "width" finishes bug 40061
14043
14044         * gtk/gtkcellrenderer.h: Use GtkCellRendererState instead of guint
14045         for bitfields, bug 40268
14046
14047 2001-01-04  Havoc Pennington  <hp@redhat.com>
14048
14049         Rename some stuff:
14050         
14051         s/gtk_tree_view_column_set_size/gtk_tree_view_column_set_width/g;
14052
14053         s/GtkModelSimple/GtkTreeModelSimple/g;
14054         s/GTK_MODEL_SIMPLE/GTK_TREE_MODEL_SIMPLE/g;
14055         s/gtk_model_simple/gtk_tree_model_simple/g;
14056         s/gtkmodelsimple/gtktreemodelsimple/g;
14057
14058         s/gtk_tree_view_column_set_header_active/gtk_tree_view_column_set_header_clickable/g;
14059
14060         s/GtkTreeViewColumnType/GtkTreeViewColumnSizing/g;
14061         s/column_set_col_type/column_set_sizing/g;
14062
14063         s/GtkTreeSelectionType/GtkTreeSelectionMode/g;
14064         s/gtk_tree_selection_set_type/gtk_tree_selection_set_mode/g;
14065
14066         s/GtkCellRendererType/GtkCellRendererState/g;
14067         
14068         * gtk/gtkcellrenderertoggle.c: remove _ macro, include gtkintl.h
14069         (gtk_cell_renderer_toggle_class_init): change "state" property to
14070         "active", to match GtkToggleButton
14071         (gtk_cell_renderer_toggle_get_active): new function, bug
14072         40269
14073         (gtk_cell_renderer_toggle_set_active): new function
14074         (gtk_cell_renderer_toggle_set_property): route changes to toggle
14075         state through gtk_cell_renderer_set_active
14076
14077 Thu Jan  4 15:46:18 2001  Jonathan Blandford  <jrb@redhat.com>
14078
14079         * gtk/gtkmodelsimple.c: Changed a bunch of boxed types to pointers
14080         temporarily until they work again.  Brought up to date with
14081         changes in the model.
14082         * gtk/gtkmodelsimple.h: Brought up to date with changes in the
14083         model.
14084
14085 2001-01-04  Havoc Pennington  <hp@redhat.com>
14086
14087         * gtk/gtktextlayout.c (line_display_index_to_iter): if index is
14088         equal to the line length, then position iterator before paragraph 
14089         separators. Fixes crash reported by Mikael Hermansson when
14090         pressing left arrow from the start of a line.   
14091
14092         * gtk/gtktextiter.c (iter_set_from_byte_offset): Add g_error
14093         about byte indexes off the end
14094         (iter_set_from_char_offset): add g_error about char offsets
14095         off the end
14096
14097 2001-01-03  Havoc Pennington  <hp@redhat.com>
14098
14099         * gtk/gtktextbtree.c: Adapt to uscore-ification of gtktextiterprivate
14100
14101         * gtk/gtktextdisplay.c (gtk_text_layout_draw): remove use 
14102         of private functions; remove inclusion of private headers.
14103
14104         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_at_line): Add this 
14105         function, so we don't need private functions in gtktextdisplay.c
14106
14107         * gtk/gtktextiterprivate.h: underscore-ification
14108
14109         * gtk/gtkwidget.c: Clean up a bunch of docs that said "INTERNAL"
14110         to instead say "only useful to implement widgets"
14111
14112         * gtk/gtkenums.h (GtkMovementStep): Rename GTK_MOVEMENT_CHARS,
14113         GTK_MOVEMENT_POSITIONS to GTK_MOVEMENT_LOGICAL_POSITIONS,
14114         GTK_MOVEMENT_VISUAL_POSITIONS. Resolves bug 40249.
14115
14116         * gdk/x11/gdkwindow-x11.c (gdk_window_impl_x11_set_colormap):
14117         This function was completely broken
14118
14119         * gtk/testtext.c (line_numbers_expose): use gtk_paint_layout
14120
14121         * gtk/gtkvscale.c (gtk_vscale_draw_value): use gtk_paint_layout
14122
14123         * gtk/gtkvruler.c (gtk_vruler_draw_ticks): use gtk_paint_layout
14124
14125         * gtk/gtklabel.c (gtk_label_expose): use gtk_paint_layout
14126
14127         * gtk/gtkhscale.c (gtk_hscale_draw_value): use gtk_paint_layout
14128
14129         * gtk/gtkhruler.c (gtk_hruler_draw_ticks): use gtk_paint_layout
14130
14131         * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_render): use
14132         gtk_paint_layout
14133
14134         * gtk/gtkaccellabel.c (gtk_accel_label_expose_event): use
14135         gtk_paint_layout
14136
14137         * gtk/gtkstyle.h: Add draw/paint expander to draw tree expanders.
14138         Progress on bug 40103. Add draw_layout to draw a PangoLayout.
14139         (struct _GtkStyleClass): Remove draw_cross, draw_oval, draw_ramp,
14140         which were not implemented.     
14141
14142         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): Add
14143         insert_pixbuf signal. Rename delete_text to delete_range since it
14144         also deletes pixbufs and child anchors. This almost closes bug
14145         40245 (still need to deal with child anchors)
14146
14147         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Add
14148         insert_pixbuf, change signal names as appropriate, change types of
14149         signals taking marks/tags to have the specific type, not just
14150         G_TYPE_OBJECT
14151         
14152         * gtk/gtkmain.c (gtk_get_current_event_state): Add this function; 
14153         closes bug 40051
14154
14155         * gtk/gtkoptionmenu.c (gtk_option_menu_set_history): clean up
14156         unnecessary remove_contents() call
14157         (gtk_option_menu_class_init): add a "changed" signal, closes
14158         bug 40039
14159         (gtk_option_menu_update_contents): emit "changed" if the 
14160         active menu item changes
14161
14162         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done): fix bad
14163         cast to GtkObject, reported by Jonas Borgstrom
14164         (gdk_pixbuf_loader_finalize): don't close the loader on finalize;
14165         we can't do stuff with side effects in finalize. Instead, spew a
14166         warning if the loader isn't closed.
14167
14168         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_finalize): free
14169         colormap in here, non-X ports probably need to sync to this change
14170
14171         * gdk/x11/gdkdrawable-x11.c (gdk_x11_set_colormap): remove 
14172         assertion that colormap != NULL, you can set the colormap to NULL
14173         if you like.
14174         
14175         * Makefile.am: remove gtk-config-2.0
14176
14177         * configure.in: Use pkg-config to locate GLib. Remove
14178         separated-out GMODULE_LIBS, GMODULE_CFLAGS; these were not used,
14179         and the gmodule libs/cflags were in GLIB_LIBS GLIB_CFLAGS anyhow.
14180         Use pkg-config to locate Pango. Output correct Pango libs to
14181         gdk-2.0.pc.in. Fix test for FREETYPE_CONFIG (typo fix).
14182
14183         * Makefile.am (pkgconfig_DATA): install only target-specific pc
14184         files
14185         (install-data-local): symlink gtk+-2.0.pc and gdk-2.0.pc to the
14186         X11 pc files
14187
14188         * gtk+-2.0.pc.in (Requires): require the GDK for the current target
14189         unref from here
14190
14191 2001-01-03  Alexander Larsson  <alla@lysator.liu.se>
14192
14193         * configure.in:
14194         Change GTK_NO_CHECK_CASTS to G_DISABLE_CAST_CHECKS.
14195
14196 Tue Jan  2 16:23:05 2001  Owen Taylor  <otaylor@redhat.com>
14197
14198         * gtk/gtktextlayout.c
14199         (gtk_text_layout_move_iter_to_previous_line): Fix unitialized
14200         variable when moving back onto a single line.
14201
14202 2001-01-01  Havoc Pennington  <hp@redhat.com>
14203
14204         * gtk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
14205
14206         * gdk/Makefile.am (LDFLAGS): add @LIBTOOL_EXPORT_OPTIONS@
14207
14208         * configure.in (LIBTOOL_EXPORT_OPTIONS): define
14209         LIBTOOL_EXPORT_OPTIONS with options to control symbol export
14210
14211 2001-01-01  Havoc Pennington  <hp@redhat.com>
14212
14213         * gtk/gtktexttagprivate.h: uscore-prepend all the stuff in here.
14214
14215         * gtk/gtk-boxed.defs (GtkTextAttributes): Add boxed type for 
14216         GtkTextAttributes
14217
14218         * gtk/gtktexttag.c: Fix up GtkTextAttributes copying to close bug 
14219         #40246
14220         (gtk_text_attributes_copy_values): rename from 
14221         gtk_text_attributes_copy
14222         (gtk_text_attributes_copy): a more standard GTK copy function, 
14223         which returns a new object
14224
14225 2001-01-01  Havoc Pennington  <hp@redhat.com>
14226
14227         * gtk/gtktreeview.c: Adapt to GtkTreeSelection changes
14228         
14229         * gtk/gtktreeselection.c (_gtk_tree_selection_set_tree_view):
14230         don't fill in tree_view->priv->selection, kind of an unexpected
14231         side effect
14232
14233         * gtk/gtkcellrenderertext.c: Remove definition of _ and include
14234         gtkintl.h
14235         
14236         * gtk/gtkcellrenderer.c: Remove definition of _ and include
14237         gtkintl.h
14238         (gtk_cell_renderer_get_property): remove calls to g_value_init
14239
14240         * gtk/gtkcellrendererpixbuf.c: Remove definition of _ and include
14241         gtkintl.h
14242
14243         * gtk/gtkcellrenderertextpixbuf.c: Remove definition of _ macro
14244         and include gtkintl.h
14245         (gtk_cell_renderer_text_pixbuf_class_init): remove spaces from
14246         property names
14247
14248         * gtk/gtktreeselection.c (_gtk_tree_selection_new): rename, return
14249         GtkTreeSelection
14250         (_gtk_tree_selection_new_from_with_view): rename, return
14251         GtkTreeSelection
14252         (_gtk_tree_selection_set_tree_view): rename with uscore
14253         (gtk_tree_selection_get_selected): fill in the "model" out param
14254         first, so it gets filled in even if we return at the top of the 
14255         function
14256         (gtk_tree_selection_real_select_all): add a comment and an else{}
14257         to clarify this a bit
14258         (gtk_tree_selection_real_unselect_all): add the same else{}
14259
14260         * gtk/gtktreeselection.h: Rename new, new_with_tree_view, and
14261         set_tree_view to have underscore prefixes, move them to the
14262         private header, fix return type of new_with_tree_view
14263         (struct _GtkTreeSelection): mark struct
14264         fields private  
14265
14266         * gtk/gtktreemodel.c (gtk_tree_model_get_flags): return
14267         GtkTreeModelFlags, not a guint
14268         (gtk_tree_path_prev): return gboolean not gint
14269         (gtk_tree_path_up): return gboolean not gint
14270
14271         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): make get_flags
14272         return GtkTreeModelFlags, not a guint
14273
14274         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_finalize): check
14275         that child model is non-null before unrefing it
14276         (g_value_int_compare_func): make this a qsort compare func, not 
14277         a boolean predicate
14278
14279         * gtk/gtktreemodelsort.h: rename gtk_tree_model_set_sort_column,
14280         (add -umn to the end), and mark it unimplemented
14281         (gtk_tree_model_sort_resort): remove, this wasn't implemented, and 
14282         I don't see what it's for - doesn't the model always sort itself?
14283         (gtk_tree_model_sort_set_compare): this had the wrong signature
14284
14285         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_attributes):
14286         Fix the docs to say that it destructively replaces existing
14287         attributes (previously said that it added attributes).
14288         (gtk_tree_view_column_set_visible): canonicalize bool before
14289         equality testing. Also, check for realization before
14290         hiding/showing the tree_column->window; if this window could exist
14291         before realization, then it's busted and needs fixing, we can't 
14292         create GDK resources pre-realization. Also, remove
14293         superfluous queue_resize(), since set_size() does that for us.
14294         (gtk_tree_view_column_set_col_type): check realization before 
14295         using tree_column->window
14296
14297         * gtk/gtktreedatalist.c: fix filename in copyright notice
14298
14299 2000-12-31  Havoc Pennington  <hp@pobox.com>
14300
14301         * gtk/gtktextview.c: Rearrange all the
14302         scroll-while-dragging-or-selecting code to be different, not
14303         necessarily better. ;-)
14304         (gtk_text_view_scroll_to_mark): Change this
14305         function to take within_margin as a fraction instead of a pixel
14306         value, and to take alignment arguments (indicating where to align 
14307         the mark inside the visible area)
14308         
14309         * gtk/testtextbuffer.c (fill_buffer): fix bad cast of GtkTextTag
14310         to GtkObject
14311
14312         * gtk/gtktextiter.c (gtk_text_iter_set_line_offset): change
14313         behavior so that offsets past the end of the line are not 
14314         allowed, and an offset equal to the line length moves the iterator
14315         to the next line
14316         (gtk_text_iter_set_line_index): make parallel change
14317         (gtk_text_iter_get_bytes_in_line): add this function
14318         
14319         * gtk/gtktextbtree.c (_gtk_text_line_byte_locate): change handling
14320         of byte indexes off the end of the line; byte index at the end of
14321         the line now returns FALSE and doesn't fill in the requested
14322         values, byte index past the end of the line is an error.  Also,
14323         don't allow -1 offset anymore, since its meaning is unclear.
14324
14325         This change exposes some bug in visual cursor motion, where we
14326         end up with a huge invalid byte index; needs fixing. Symptom of 
14327         bug is a crash when you hit up arrow.
14328         
14329         (_gtk_text_line_char_locate): match the change to byte_locate
14330
14331         * gtk/gtktextiter.c (find_by_log_attrs): Handle iteration backward
14332         from start of line properly. fixes bug reported by Mikael
14333         Hermansson where backspace would delete all text before the
14334         cursor.
14335
14336 2000-12-30  Tor Lillqvist  <tml@iki.fi>
14337
14338         * gdk/win32/gdkwindow-win32.c
14339         (gdk_window_impl_win32_get_visible_region): New function, as in
14340         the X11 backend.
14341         (gdk_window_new, gdk_window_set_title): Use g_locale_from_utf8()
14342         instead of duplicating the same code here.
14343
14344         * gdk/win32/gdkwin32.h (GDK_COLORMAP_PRIVATE_DATA): Use
14345         GDK_COLORMAP macro.
14346
14347         * gdk/win32/gdkevents-win32.c (gdk_event_funcs): Use NULL as
14348         destroy function.
14349         (gdk_event_translate): Use GDK_COLORMAP_PRIVATE_DATA to correctly
14350         access that.
14351
14352         * gtk/gtk.def: Update.
14353
14354         * gtk/makefile.mingw.in: Use glib-genmarshal from $(GLIB)/gobject.
14355
14356 2000-12-30  Havoc Pennington  <hp@pobox.com>
14357
14358         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Set the system
14359         colormap on input only windows, to avoid special cases all over
14360         the code for these windows.
14361
14362 2000-12-26  Tor Lillqvist  <tml@iki.fi>
14363
14364         * gdk/win32/gdkvisual-win32.c (gdk_visual_init): Call g_error if
14365         we are on a palettized display ("PseudoColor" in X11), as the code
14366         for that doesn't work anyway, and never has.
14367
14368 2000-12-22  Alexander Larsson  <alexl@redhat.com>
14369
14370         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_io):
14371         Don't use isprint() for chars > 255.
14372
14373 2000-12-21  Havoc Pennington  <hp@redhat.com>
14374
14375         * tests/testtreeview.c: more work
14376
14377 2000-12-21  Alexander Larsson  <alexl@redhat.com>
14378
14379         * docs/README.linux-fb:
14380         Update the docs to the new pangoft2 way.
14381
14382 2000-12-21  Alexander Larsson  <alexl@redhat.com>
14383
14384         * configure.in:
14385         For linux-fb get the pangoft2 cflags and libs. This needs a recent
14386         pango version.
14387         Remove modules/linux-fb/Makefile.
14388
14389         * gdk/linux-fb/gdkdrawable-fb2.c:
14390         Render glyphs using freetype.
14391
14392         * gdk/linux-fb/gdkfb.h:
14393         Add new fb-specific functions needed for managing windows.
14394
14395         * gdk/linux-fb/gdkmain-fb.c:
14396         Remove gdk_font_init/fini() calls.
14397
14398         * gdk/linux-fb/gdkpango-fb.c:
14399         Remove old implementation. Use pangoft2 instead.
14400
14401         * gdk/linux-fb/gdkprivate-fb.h:
14402         Remove PangoFBFont and related stuff.
14403
14404         * gdk/linux-fb/gdkwindow-fb.c:
14405         Implement drawable->get_visible_region.
14406         Implement support for _gdk_window_set_child_handler () and
14407         _gdk_window_get_decorations().
14408
14409         * modules/Makefile.am:
14410         Remove linux-fb subdir.
14411
14412         * modules/linux-fb/*:
14413         Removed all.
14414         
14415 2000-12-20  Jonathan Blandford  <jrb@redhat.com>
14416
14417         * gtk/gtkcellrenderer*.c (::get_property): remove g_value_init
14418         calls, as they are no longer needed.
14419
14420         * gtk/gtktreemodelsort.c: Fix up the comparison code.
14421         
14422         * gtk/gtktreemodel.h: Start work on ::reordered signal.  Need to
14423         figure out how to emit a signal on an interface.
14424
14425 2000-12-20  Havoc Pennington  <hp@redhat.com>
14426
14427         * tests: new directory to contain tests, gtk/test* should move
14428         here sometime (with appropriate on-cvs-server hackery)
14429
14430         * tests/testtreeview.c, tests/Makefile.am: a test
14431         
14432         * configure.in (AC_OUTPUT): add tests/Makefile
14433
14434         * gtk/gtktexttag.c (gtk_text_tag_get_property): Add "invisible"
14435         and "invisible_set" which were missing
14436
14437         * gtk/gtkrbtree.h: some cheesy indentation fix
14438         
14439 2000-12-20  Alexander Larsson  <alexl@redhat.com>
14440
14441         * gtk/gtkinvisible.c (gtk_invisible_realize):
14442         Attach the style to the window so that the style it is not
14443         leaked when unrealizing the window.
14444
14445 2000-12-18  Havoc Pennington  <hp@redhat.com>
14446
14447         * gtk/gtktextview.c (gtk_text_view_delete_from_cursor): do
14448         begin/end user action where appropriate
14449         (gtk_text_view_commit_handler): add begin/end user action
14450
14451         * gtk/gtktextbuffer.c: add begin/end user action signals, and
14452         bracket interactive operations with begin/end user action pair.
14453         
14454         * gtk/gtktextbuffer.h (struct _GtkTextBufferClass): remove
14455         "interactive" arg from insert_text and delete_text signals.
14456         Add begin_user_action, end_user_action signals
14457         (gtk_text_buffer_begin_user_action): 
14458         (gtk_text_buffer_end_user_action): New functions to delimit 
14459         a user-visible action
14460
14461         * gtk/gtkmarshal.list: update to reflect changes to gtktextbuffer
14462         signals.
14463         
14464 2000-12-18  Havoc Pennington  <hp@redhat.com>
14465
14466         * gdk/gdkevents.c (gdk_event_get_state): wow, that implementation
14467         was pretty non-working.
14468
14469         * gtk/testtext.c (fill_file_buffer): make this a bit more robust
14470         by passing the length to g_utf8_validate().
14471
14472 2000-12-16  Havoc Pennington  <hp@pobox.com>
14473
14474         * gtk/gdk-pixbuf-loader.h, gtk/gdk-pixbuf-loader.c: 
14475         Port to GObject, can go back in gdk-pixbuf after setting up 
14476         a gdk-pixbuf-marshal.h header over there.
14477
14478         * gtk/gtktreeview.c: s/SEPERATOR/SEPARATOR/g;
14479         (gtk_tree_view_class_init): specify GTK_TYPE_ADJUSTMENT for signal
14480         args
14481         (gtk_tree_view_init): don't unset GTK_NO_WINDOW, it shouldn't be
14482         set
14483         (gtk_tree_view_realize_buttons): don't gtk_widget_show() buttons
14484         here, do it when we create the buttons later
14485         (gtk_tree_view_realize_buttons): add some g_return_if_fail 
14486         (gtk_tree_view_map): paranoia checks that column->button is shown 
14487         and unmapped
14488         (gtk_tree_view_size_request): only request visible children.
14489         Move header size calculation in here, for cleanliness, and 
14490         to maintain invariants for child widgets if we eventually 
14491         let users set different children inside the buttons
14492         (gtk_tree_view_map_buttons): factor out code to map buttons,
14493         since it was being called several times
14494         (gtk_tree_view_size_allocate_buttons): move_resize the drag
14495         windows instead of just moving them; their height may change 
14496         if we allow random widgets in there, or the theme changes.
14497         (gtk_tree_view_size_allocate): move button size allocation 
14498         above emitting the scroll signals, to ensure a sane state when we
14499         hit user code
14500         (gtk_tree_view_button_release): remove queue_resize after
14501         tree_view_set_size(), set_size() will handle any resize queuing
14502         that's needed
14503         (gtk_tree_view_focus_in): just queue a draw, don't fool with
14504         draw_focus goo
14505         (gtk_tree_view_focus): use gtk_get_current_event() and
14506         gdk_event_get_state()
14507         (gtk_tree_view_deleted): don't queue_resize() after calling set_size()
14508         (gtk_tree_view_build_tree): fix a "if (foo); {}" bug - i.e. remove
14509         semicolon
14510         (gtk_tree_view_create_button): show the button here
14511         (gtk_tree_view_button_clicked): actually emit the clicked signal
14512         on the column
14513         (_gtk_tree_view_set_size): return right away if the size is
14514         unchanged, as a cheesy optimization
14515         (gtk_tree_view_setup_model): rename set_model_realized to 
14516         setup_model to match the flag that indicates whether we've 
14517         called it
14518         (gtk_tree_view_get_hadjustment): create adjustment if it doesn't
14519         exist, because set_scroll_adjustment does that and it shouldn't
14520         matter what order you call these in
14521         (gtk_tree_view_get_vadjustment): ditto
14522         (gtk_tree_view_set_headers_visible): canonicalize the bool, 
14523         for paranoia
14524         (gtk_tree_view_set_headers_visible): call
14525         gtk_tree_view_map_buttons() instead of using cut-and-paste code
14526         (gtk_tree_view_append_column): clarify whether the return value
14527         is the count of columns before or after, and do the increment 
14528         separately from the return statement so you can tell from the code.
14529         (gtk_tree_view_remove_column): ditto
14530         (gtk_tree_view_insert_column): ditto
14531         (gtk_tree_view_get_column): remove g_return_if_fail for columns
14532         outside the existing range, the docs say that outside-range
14533         columns are allowed, so we handle them as documented. (Presumably
14534         this allows a nice loop with column != NULL as test.)
14535         (gtk_tree_view_move_to): document what 0.0, 0.5, 1.0 alignments 
14536         mean (left/right/center etc.).
14537         (gtk_tree_view_collapse_all): only queue a draw if we're mapped
14538         (gtk_tree_view_expand_row): add docs
14539         (gtk_tree_view_collapse_row): add docs
14540
14541         * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_clicked): new
14542         function to emit the clicked signal on a column
14543         
14544         * gdk/gdkevents.c (gdk_event_get_state): new function, to get the
14545         state of an event
14546         (gdk_event_get_time): don't treat GDK_SCROLL 
14547         as a button event, remove default case from switch so gcc 
14548         will whine if we don't explicitly handle all event types
14549
14550         * gtk/gtktreeselection.h: added some FIXME 
14551         
14552         * gtk/gtktreeprivate.h (struct _GtkTreeViewPrivate): rename
14553         "columns" to "n_columns" and "column" to "columns" for clarity
14554
14555 2000-12-16  Havoc Pennington  <hp@pobox.com>
14556         
14557         * gtk/gtktextiter.c: General cleanup of the log attr iteration
14558         stuff. This should make e.g. the delete key work again in the
14559         text widget...
14560         (gtk_text_iter_forward_cursor_positions): handle negative count
14561         (gtk_text_iter_backward_cursor_positions): handle negative count
14562         (gtk_text_iter_forward_word_ends): handle negative count
14563         (gtk_text_iter_backward_word_starts): handle negative count
14564
14565         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktexttag.h,
14566         gtk/gtktexttag.c, gtk/gtktexttagtable.h, gtk/gtktexttagtable.c, 
14567         gtk/gtktextbuffer.h, gtk/gtktextbuffer.c: Convert everything to 
14568         GObject. No doubt will cause breakage.
14569
14570         * demos/gtk-demo/textview.c: remove hacks around
14571         non-GObject-ification of the text objects
14572
14573         * demos/gtk-demo/main.c (main): use g_object_set() to manipulate 
14574         the text tag
14575         
14576 2000-12-14  Havoc Pennington  <hp@pobox.com>
14577
14578         * configure.in: only AC_DEFINE(HAVE_XFT) if we actually determined
14579         that we have Xrender
14580
14581 Thu Dec 14 20:22:31 2000  Owen Taylor  <otaylor@redhat.com>
14582
14583         * gdk/{gdkdrawable.[ch],gdkpixmap.c,gdkwindow.c,x11/gdkwindow.c}:
14584         Add two virtualized functions gdk_drawable_get_clip_region - to
14585         get the clip region when drawing.
14586         
14587         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Rewrite to simple
14588         use invalidate_region.
14589
14590         * gdk/gdkwindow.c (gdk_window_invalidate_region): Clip to visible
14591         region.
14592
14593         * acconfig.h configure.in: Check for Xft. For now, assume
14594         that if Xft is found, Pango was compiled with Xft support
14595         as well.
14596
14597         * gdk/gdkcolor.h gdk/x11/gdkcolor-x11.c: Add 
14598         gdk_colormap_query_color().
14599         
14600         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_glyphs): Draw
14601         with Xft if appropriate.
14602
14603         * gdk/x11/gdkpango-x11.c (gdk_pango_context_get): Create
14604         a pangoxft context if we have XFT and the environment
14605         variable GD_USE_XFT is set.
14606         
14607         * gdk/x11/gdkx.h (struct _GdkGCX11): Cache the fg_pixel
14608         and also possibly an XftDraw structure.
14609
14610         * gtk/gtkfontsel.c: Handle the case where the font from the
14611         style doesn't match any of the fonts a bit better.
14612         
14613         * gtk/testgtk.c: Add tabs between directional segments for
14614         hebrew/arabic test. (Not really necessary, just a little
14615         prettier.)
14616
14617 2000-12-14  Havoc Pennington  <hp@redhat.com>
14618
14619         * gtk/testtext.c (fill_file_buffer): fix unicode validation when
14620         reading a file
14621
14622 2000-12-14  Havoc Pennington  <hp@redhat.com>
14623
14624         * gtk/gtktextbtree.c (_gtk_text_btree_validate_line): remove
14625         unused call to get_last_line()
14626
14627         * gtk/gtkobject.c (gtk_object_add_arg_type): add G_TYPE_POINTER
14628         here until boxed is working (and maybe after that - we should
14629         really not gratuitously break old code)
14630
14631         * gtk/gtktexttag.c (gtk_text_tag_class_init): add commented-out
14632         specific types for font_desc and tabs args, move them to
14633         GTK_TYPE_POINTER for now, waiting on g_param_spec_boxed() to get 
14634         fixed. Move GdkColor args to GTK_TYPE_POINTER also.
14635
14636         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): temporarily
14637         use GTK_TYPE_POINTER for signal signatures as a hack-around
14638
14639         * gtk/gtk-boxed.defs: Add boxed types for PangoFontDescription and
14640         PangoTabArray
14641
14642         * gtk/gtktextlayout.c (line_display_iter_to_index): 
14643         make static
14644         (line_display_index_to_iter): make static
14645
14646         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
14647         to marshal a string not a boxed
14648
14649         * gtk/gtkmarshal.list: add marshaller for GtkTextBuffer:insert_text
14650
14651         * gtk/testtext.c (fill_file_buffer): don't use g_utf8_next_char
14652         since the UTF-8 isn't validated yet
14653
14654         * gtk/gtktextsegment.c (char_segment_check_func): don't require
14655         lines to end in '\n'
14656         
14657         * gtk/gtktextview.c (gtk_text_view_move_cursor): update to use
14658         forward_to_delimiters, and grapheme boundaries
14659         (gtk_text_view_delete_from_cursor): properly handle non-newline
14660         delimiters, and grapheme boundaries
14661
14662         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): rename
14663         to gtk_text_iter_forward_to_delimiters, and make it work properly
14664         if empty lines end with a character other than '\n'
14665
14666         * gtk/gtktextiter.h, gtk/gtktextiter.c: Add movement by cursor
14667         position
14668
14669 2000-12-15  Tor Lillqvist  <tml@iki.fi>
14670
14671         * gdk/makefile.{mingw.in,msc} (gdk_OBJECTS): Add gdkkeys.
14672
14673         * gtk/gtk.def
14674         * gdk/gdk.def: Update.
14675
14676         * gdk/win32/gdkmain-win32.c
14677         * gdk/win32/gdkkeys-win32.c: New file. Move some functions from
14678         gdkmain-win32.c here.
14679
14680         * gdk/win32/makefile.mingw.in (all): No need to make
14681         gdk-win32res.o here, the makefile one step up will call us to make
14682         it.
14683
14684         * gdk/win32/makefile.{mingw.in,msc} (gdk_win32_OBJECTS): Add
14685         gdkkeys-win32.
14686
14687         * gdk/win32/gdkcolor-win32.c: Silence gcc -Wall.
14688
14689         * gdk/win32/gdkevents-win32.c (gdk_events_init): Remove leftover
14690         call to g_source_add().
14691
14692         * gdk/win32/gdkgc-win32.c (BitmapToRegion): Plug memory
14693         leak. Thanks to Andreas Kemnade.
14694
14695 2000-12-13  Havoc Pennington  <hp@pobox.com>
14696
14697         * gtk/gtktextbtree.h: Remove double _ in front of some functions
14698
14699         * gtk/gtktext*.[hc]: update accordingly
14700         
14701 2000-12-13  Havoc Pennington  <hp@pobox.com>
14702
14703         * gtk/gtktextbtree.h: Put _ in front of every function in this 
14704         header file
14705
14706         * gtk/gtktext*.[hc]: update to reflect renamed btree functions
14707
14708 2000-12-13  Alex Larsson  <alexl@redhat.com>
14709
14710         * gdk/linux-fb/gdkmouse-fb.c (mouse_devs):
14711         Add support for ps2 intellimouse.
14712
14713         * gdkkeyboard-fb.c:
14714         Move shift-F1 repaint handling to xlate handler only.
14715         
14716         * docs/README.linux-fb:
14717         Add imps2 to docs.
14718         Document the new refresh keys.
14719         
14720 Tue Dec 12 23:46:44 2000  Tim Janik  <timj@gtk.org>
14721
14722         * gtk/stock-icons/Makefile.am: doh, this was broken beyond believe.
14723
14724         * gtk/gtkbox.c: change property types from (u)long to (u)int for
14725         ::position and ::padding.
14726
14727         * gtk/gtkcontainer.c: make ::border_width an INT property.
14728
14729         * gtk/gtkpacker.c: make ::position an INT property.
14730
14731         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_adjustment_changed):
14732         guard against NULL h/v scrollbars, since this is used at construction
14733         time.
14734
14735         * gtk/gtkclist.[hc]: nuked gtk_clist_construct(), implemented
14736         internal gtk_clist_constructor().
14737
14738         * gtk/gtkctree.[hc]: nuked gtk_ctree_construct(), implemented
14739         gtk_ctree_constructor().
14740
14741         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): property
14742         ::pulse_step should use ARG_PULSE_STEP, not ARG_FRACTION.
14743
14744         * docs/reference/Makefile.am: fun stuff, disabled docs generation
14745         again, gtk-scan.c needs to introspec paramspecs, not GtkAgs.
14746
14747         * gtk/gtkwidget.[hc]:
14748         removed gtk_widget_setv(), gtk_widget_getv(), gtk_widget_newv()
14749         and gtk_widget_get().
14750         (gtk_widget_new): use g_object_new_valist().
14751         (gtk_widget_set): use g_object_set_valist().
14752
14753         * gtk/gtkobject.[hc]:
14754         removed gtk_object_arg_get_info(), gtk_object_getv(),
14755         gtk_object_query_args(), gtk_object_newv(),
14756         gtk_object_class_add_signals(),
14757         gtk_object_class_user_signal_new(),
14758         gtk_object_class_user_signal_newv(),
14759         gtk_object_arg_set(), gtk_object_arg_get(),
14760         gtk_object_args_collect(),
14761         gtk_object_default_construct(),
14762         gtk_object_constructed(),
14763         GTK_CONSTRUCTED and GTK_OBJECT_CONSTRUCTED().
14764         removed nsignals, signals and n_args members from GtkObjectClass.
14765         (gtk_object_new): use g_object_new_valist().
14766         (gtk_object_set): use g_object_set_valist().
14767         (gtk_object_get): use g_object_get_valist().
14768         
14769         * gtk/gtkcompat.h: define gtk_object_default_construct().
14770         
14771         * gtk/gtktypeutils.c (gtk_type_new): create constructed objects via
14772         g_object_new().
14773
14774         * gtk/*.c: removed gtk_object_class_add_signals() from class_init()
14775         fucntions, cleaned up method assignments (make sure your structures
14776         are setup properly before calling out). removed all GTK_CONSTRUCTED
14777         hacks ;)
14778
14779 Tue Dec 12 11:52:16 2000  Owen Taylor  <otaylor@redhat.com>
14780
14781         * gtk/gtkclist.c (gtk_clist_optimal_column_width): Fix 
14782         off-by-one error in checks. (Dave Lambert)
14783
14784 2000-12-12  Alexander Larsson  <alexl@redhat.com>
14785
14786         * gdk/linux-fb/gdkkeyboard-fb.c (xlate_close, raw_close):
14787         Don't free gdk_fb_keyboard twice.
14788
14789 Tue Dec 12 08:24:42 2000  Tim Janik  <timj@gtk.org>
14790
14791         * gtk/testgtk.c:
14792         (create_tooltips): 
14793         (create_statusbar): get rid of object_signal:: GtkObject argument uses,
14794         use GObject swapped_signal:: properties instead.
14795
14796         * gtk/gtkcellrenderertoggle.c: 
14797         * gtk/gtkcellrenderertextpixbuf.c: 
14798         * gtk/gtkcellrenderertext.c: 
14799         * gtk/gtkcellrendererpixbuf.c: 
14800         * gtk/gtkcellrenderer.c:
14801         * gtk/gtktreeviewcolumn.c: s/[sg]et_param/[sg]et_property/, fixed
14802         missing warnings for invalid property ids, install properties
14803         with g_object_class_install_property() now.
14804         
14805         * gtk/gtksignal.c:
14806         (gtk_signal_emit): let g_signal_emit_valist() collect the values for us.
14807         
14808 Wed Oct 25 14:17:43 2000  Owen Taylor  <otaylor@redhat.com>
14809         
14810         * gtk/gtkwidget.[ch] (gtk_widget_is_focus): Add a function
14811         to determine if a window is the focus widget within
14812         its toplevel.
14813
14814         * gtk/gtkcontainer.[ch]: Fix the return type of ::focus
14815         to be boolean.
14816
14817         * gtk/gtkcontainer.c (gtk_container_real_focus): Move handling 
14818         of the case where the container CAN_FOCUS to here instead
14819         of having it in each individual move-the-focus place.
14820
14821         * gtk/gtkcontainer.c: Rewrite handling of left-right and up-down
14822         focusing to be geometric in a much more obvious sense. Arrowing
14823         around is still non-intuitive because it isn't perfect and
14824         because entries, etc, grab the arrow keys, but it at least
14825         usually will do what you expect now.
14826         
14827         * gtk/gtknotebook.[ch]: Many cleanups. Moved docs inline in this
14828         file.
14829
14830         * gtk/gtknotebook.c: Change tabs to be a single item in
14831         the focus chain. Make movement of focus on tabs with arrow
14832         keys wrap around.
14833         
14834         * gtk/gtknotebook.c (gtk_notebook_find_child): Add
14835         CHECK_FIND_CHILD macro to give informative error messages
14836         instead of silent returns.
14837
14838         * gtk/gtknotebook.c (gtk_notebook_init): Set the RECEIVES_DEFAULT 
14839         flag since we handle GdkReturn on the tabs.
14840
14841         * gtk/gtknotebook.c (gtk_notebook_expose_tabs): Invalidate
14842         windows rather than sending expose events directly.
14843
14844         * gtk/gtknotebook.[ch] docs/Changes-2.0.txt: Move structure 
14845         definition for GtkNotebookPage into .c file, since it is private.
14846
14847         * gtk/testgtk.c (create_notebook): Add option for 
14848         testing borderless notebook.
14849
14850         * gtk/testgtk.c (page_switch): Removed egregious poking
14851         around in GTK+ internals.
14852
14853         * docs/widget-system.txt: Remove references to GTK_REDRAW_PENDING.
14854
14855         * gtk/gtkclist.[ch]: Remove key press handler, handle focusing
14856         properly through gtk_clist_focus. Make the title headers a
14857         single item in the tab-focus chain, and make left-right wrap
14858         around.
14859
14860         * gtk/gtkwindow.c (gtk_window_focus): Add a custom
14861         focus method so that wrapping around works properly.
14862
14863         * gtk/gtktreeview.c: Remove calls to gtk_container_set_focus_child() - 
14864         that is handled for the widget now. 
14865
14866 Mon Dec 11 11:41:12 2000  Owen Taylor  <otaylor@redhat.com>
14867
14868         * gtk/gtkinvisible.c (gtk_invisible_init): Flag invisible
14869         widgets as TOPLEVEL.
14870
14871         * gtk/gtkwidget.c (gtk_widget_queue_resize): Don't assume
14872         TOPLEVEL widgets are containers.
14873
14874         * gtk/gtkinvisible.h: Remove useless include.
14875
14876 2000-12-11  Havoc Pennington  <hp@redhat.com>
14877
14878         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): 
14879         Handle chopping off \r\n and 0x2029 in addition to \n before
14880         passing to PangoLayout
14881
14882         * gtk/gtkimcontextsimple.c
14883         (gtk_im_context_simple_get_preedit_string): 
14884         return an empty string if no match is pending
14885
14886         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): add
14887         assertion that the returned preedit string was sane
14888
14889         * gtk/gtktext*.[hc], gtk/testtext.c, gtk/testtextbuffer.c:
14890         s/gtk_text_iter_next_char/gtk_text_iter_forward_char/g;
14891         s/gtk_text_iter_prev_char/gtk_text_iter_backward_char/g;
14892
14893 Mon Dec 11 10:02:26 2000  Owen Taylor  <otaylor@redhat.com>
14894
14895         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_finalize): 
14896         Fix up finalizer to chain to its parent.
14897
14898 2000-12-11  Alexander Larsson  <alexl@redhat.com>
14899
14900         * docs/README.linux-fb (GDK_KEYBOARD_TYPE):
14901         Clearified the difference between the keyboard types. Wrote a note
14902         about the magic sysrq key to get out of raw mode.
14903
14904 2000-12-09  James Henstridge  <james@daa.com.au>
14905
14906         * gdk/linux-fb/gdkmouse-fb.c (GdkFBMouseDevice): add prot struct
14907         member to hold masks for detecting the start of a protocol packet.
14908         (mouse_devs): add packet start masks for ps2 and ms device types.
14909         Left the mask for fidmour blank, as I have no idea what it should
14910         be.
14911         (handle_mouse_io): skip bytes until we get to the start of a
14912         packet.  My Logitech mouse seems to be passing an extra NULL pad
14913         byte, and GPM does a similar thing here.
14914         (gdk_fb_mouse_ms_open): changed error message to not say psaux, as
14915         this is the ms mouse driver.
14916         (gdk_fb_mouse_ms_packet): fix up button handling, which was
14917         completely broken except for button1.  It was checking the wrong
14918         bit in the packet for the status of the right mouse button, and
14919         wrongly assuming right == button2 rather than 3.  I fixed that and
14920         also added support for middle button (button2).
14921
14922 2000-12-08  Havoc Pennington  <hp@redhat.com>
14923
14924         * gtk/gtktextbtree.c (gtk_text_btree_insert): fix breakage here
14925         that cause a segfault on text insertion
14926
14927         * gtk/gtktextchild.c (gtk_text_child_anchor_queue_resize): fix 
14928         warning
14929
14930         * gtk/gtktextiter.c (test_log_attrs): use
14931         _gtk_text_buffer_get_line_log_attrs to speed things up a bit
14932
14933         * gtk/gtktextbuffer.c (_gtk_text_buffer_get_line_log_attrs): 
14934         Get log attrs for a line, using a cache stored on the buffer
14935         
14936         * gtk/gtkcolorsel.h (GTK_COLOR_SELECTION_GET_CLASS): fix typo,
14937         reported by Jeff Franks
14938
14939 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
14940
14941         * gdk/linux-fb/gdkmouse-fb.c (gdk_fb_mouse_ms_open):
14942         /dev/ttyS0 -> /dev/mouse
14943
14944 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
14945
14946         * gdk/linux-fb/gdkfont-fb.c (gdk_fontset_load):
14947         Added dummy gdk_fontset_load.
14948
14949 2000-12-08  Alexander Larsson  <alexl@redhat.com>
14950
14951         * docs/README.linux-fb:
14952         * docs/Makefile.am:
14953         Initial GtkFB docs.
14954         
14955         * gdk/linux-fb/Makefile.am:
14956         Define GDK_DATA_PREFIX.
14957
14958         * gdk/linux-fb/gdkmain-fb.c:
14959         Fix typo.
14960         Change default display to /dev/fb0.
14961
14962         * gdk/linux-fb/gdkpango-fb.c:
14963         Add $(prefix)/share/fonts/ to font path.
14964         
14965 2000-12-08  Alexander Larsson  <alla@lysator.liu.se>
14966
14967         * gdk/linux-fb/gdkkeyboard-fb.c:
14968         New file containing the abstracted keyboard driver. Most code
14969         taken from gdkinput-ps2.c
14970
14971         * gdk/linux-fb/gdkinput-ps2.c:
14972         Removed file.
14973         
14974         * gdk/linux-fb/Makefile.am:
14975         Added gdkkeyboard-fb.c, removed gdkinput-ps2.c.
14976
14977         * gdk/linux-fb/gdkcolor-fb.c:
14978         display->fb was renamed to display->fb_fd.
14979
14980         * gdk/linux-fb/gdkcursor-fb.c:
14981         gdk_mouse_get_info -> gdk_fb_mouse_get_info
14982
14983         * gdk/linux-fb/gdkinput.c:
14984         Moved gdk_input_init here from gdkinput-ps2.c
14985
14986         * gdk/linux-fb/gdkmain-fb.c:
14987         display->fb was renamed to display->fb_fd.
14988         Now the tty and the console is opened here instead
14989         of in the keyboard driver. Also check GDK_VT to see what
14990         tty to open.
14991         Move gdk_beep () here from gdkinput-ps2.c
14992         gdk_mouse_get_info -> gdk_fb_mouse_get_info
14993
14994         * gdk/linux-fb/gdkmouse-fb.c:
14995         Add header.
14996         gdk_mouse_get_info -> gdk_fb_mouse_get_info
14997         Return correct keyboard modifiers.
14998         GDK_MOUSETYPE -> GDK_MOUSE_TYPE for consistancy
14999
15000         * gdk/linux-fb/gdkprivate-fb.h:
15001         Add tty and vt info to display.
15002         Add orignal modeinfo storage to display
15003         Update global functions
15004
15005         * gdk/linux-fb/gdkwindow-fb.c:
15006         Added gdk_fb_window_find_focus().
15007         gdk_mouse_get_info -> gdk_fb_mouse_get_info
15008
15009 2000-12-07  Havoc Pennington  <hp@pobox.com>
15010
15011         * gdk/x11/gdkkeys-x11.c (gdk_keymap_lookup_key): fix name of 
15012         function, noticed by Alex
15013
15014 2000-12-06  Elliot Lee  <sopwith@redhat.com>
15015
15016         * configure.in: Detect freetype properly
15017
15018         * modules/basic/Makefile.am, gdk/linux-fb/Makefile.am: Make use of
15019         above.
15020
15021 2000-12-06  Alexander Larsson  <alexl@redhat.com>
15022
15023         * gdk/linux-fb/Makefile.am:
15024         Add gdkmouse-fb.c
15025         
15026         * gdk/linux-fb/gdkmouse-fb.c:
15027         New file. Abstracted the mouse drivers a bit.
15028
15029         * gdk/linux-fb/gdkcursor-fb.c:
15030         The cursor hide/show functions was moved here from gdkinput-ps2.c.
15031
15032         * gdk/linux-fb/gdkinput-ps2.c:
15033         Removed old mouse handling code. Moved cursor handling code
15034         to gdkcursor-fb.c, moved gdk_fb_window_send_crossing_events() to
15035         gdkwindow-fb.c. gdk_input_get_mouseinfo was renamed to
15036         gdk_mouse_get_info.
15037
15038         * gdk/linux-fb/gdkmain-fb.c:
15039         Pass NULL pointers for x,y in gdk_mouse_get_info call.
15040
15041         * gdk/linux-fb/gdkprivate-fb.h:
15042         Removed public gdk_fb_find_common_ancestor, added and renamed
15043         functions for the new mouse handling code.
15044
15045         * gdk/linux-fb/gdkwindow-fb.c:
15046         Moved gdk_fb_window_send_crossing_events here. added global
15047         variable gdk_fb_window_containing_pointer. made
15048         gdk_fb_find_common_ancestor static. gdk_input_get_mouseinfo was
15049         renamed to gdk_mouse_get_info.
15050
15051 2000-12-06  Alexander Larsson  <alexl@redhat.com>
15052
15053         * gdk/linux-fb/gdkevents-fb.c:
15054         Update to match latest gmain/gsource changes.
15055
15056         * gdk/linux-fb/gdkinput-ps2.c:
15057         Bogus gdk_keymap_get_entries_for_keycode implementation so that
15058         it links. Will be implemented later.
15059
15060 2000-12-03  Havoc Pennington  <hp@pobox.com>
15061
15062         * gdk/Makefile.am: add gdkkeys.[hc]
15063
15064         * gdk/gdkkeys.h, gdk/gdkkeys.c: Move all the keyval stuff to these
15065         files from gdk.h, gdk.c; add GdkKeymap type and operations on it.
15066
15067         * acconfig.h, configure.in: add checks and command line options
15068         for XKB
15069
15070         * gdk/x11/gdkkeys-x11.c: Implement the above functions
15071         
15072         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Put the keycode
15073         and group in the key event
15074
15075         * gdk/gdkevents.h (struct _GdkEventKey): Add a hardware_keycode
15076         field with the low-level hardware key code, and a group
15077         field with the keyboard group
15078
15079         * gdk/x11/gdkprivate-x11.h: include config.h for HAVE_XKB,
15080         and declare a couple globals used for keymap handling
15081         
15082         * gtk/gtkimcontextsimple.c: Implement ISO 14755 input method,
15083         hold down Shift-Control and type a hex number to get a Unicode 
15084         character corresponding to the hex number
15085         (gtk_im_context_simple_get_preedit_string): Fix cursor position
15086         (return bytes not chars)
15087
15088 2000-12-05  Elliot Lee  <sopwith@redhat.com>
15089
15090         * gdk/gdkcolor.h: Make GdkColor specify element sizes
15091         to avoid waste on 64-bit platforms.
15092
15093 Tue Dec  5 15:49:31 2000  Owen Taylor  <otaylor@redhat.com>
15094
15095         * INSTALL: Fix link to PNG home, remove reference
15096         to fribidi.
15097
15098         * gdk/x11/gdkevents-x11.c: Fix up for new GMain API.
15099         
15100         * gdk/win32/gdkevents-win32.c: Fix up for new GMain API. (Not
15101         tested.)
15102
15103         * gtk/gtkcheckmenuitem.c: Permanently turn on
15104         always_show_toggle.
15105
15106         * gtk/gtkclist.c (gtk_clist_get_pixtext): Allow mask to 
15107         be NULL. (Vladimir Klebanov, #26545)
15108
15109         * gtk/gtkspinbutton.c (gtk_spin_button_insert_text): Fix 
15110         some signed/unsigned comparison problems. (#6510,
15111         David Kaelbling)
15112
15113         * gtk/gtkwidget.[ch] (gtk_widget_is_ancestor): Change
15114         return type to boolean (Oskar Liljeblad, #18648)
15115
15116 2000-12-05  Alexander Larsson  <alexl@redhat.com>
15117
15118         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_display_new):
15119         Remove bogus colormap setting.
15120
15121 2000-12-05  Alexander Larsson  <alexl@redhat.com>
15122
15123         * gdk/linux-fb/gdkcolor-fb.c:
15124         More complete colormap handling. Now GdkRGB work in 8 bpp modes.
15125
15126         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_image):
15127         Must set colormap.
15128         
15129 Tue Dec  5 13:17:53 GMT 2000  Tony Gale <gale@gtk.org>
15130
15131         * docs/tutorial/gtk-tut.sgml: DND updates
15132
15133 2000-12-05  Alexander Larsson  <alla@lysator.liu.se>
15134
15135         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
15136         Remove old debug g_warning().
15137         (gdk_fb_draw_drawable): The src argument can be either a wrapper
15138         or an implementation, just pass the implementation to draw_drawable_2.
15139         
15140         * gdk/linux-fb/gdkprivate-fb.h:
15141         Added GDK_IS_DRAWABLE_IMPL_FBDATA()
15142
15143         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
15144         clear and invalidate area when window is destroyed.
15145         (send_map_events): Remove old commented out code.
15146
15147 2000-12-05  Alexander Larsson  <alexl@redhat.com>
15148
15149         * gdk/linux-fb/gdkpango-fb.c:
15150         Use italic instead of oblique in font aliases.
15151         
15152         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_fill_span_generic,
15153         _gdk_fb_gc_calc_state): Support GDK_XOR, add g_warning for
15154         other unsupported functions.
15155
15156 2000-12-04  Havoc Pennington  <hp@redhat.com>
15157
15158         * gtk/gtkpaned.c (gtk_paned_expose): fix this to be sane
15159
15160         * gtk/gtkvpaned.c (gtk_vpaned_expose): Add an expose handler
15161
15162         * gtk/gtkhpaned.c (gtk_hpaned_expose): Add an expose handler
15163
15164         * gtk/gtknotebook.c (gtk_notebook_draw_tab): put in a temporary 
15165         hack to avoid infinite loops (synthetic expose event) - 
15166         Owen has more appropriate fixes in a branch he'll check in later.
15167
15168         * gtk/gtktextiter.c (gtk_text_iter_ends_line): handle paragraph
15169         separator, CR, and CRLF as line ends
15170
15171         * gtk/gtktextbtree.c (gtk_text_btree_insert): on insertion, break
15172         into lines using pango_find_paragraph_boundary(); other bits of
15173         the widget are still going to be broken if the boundary isn't '\n'
15174         though
15175
15176 2000-12-04  Alexander Larsson  <alexl@redhat.com>
15177
15178         * gdk/linux-fb/gdkfont-fb.c (gdk_text_width): Divide size by 2, not
15179         multiply.
15180
15181         * gdk/linux-fb/gdkpango-fb.c:
15182         Copied some 26.6 scaling macros from pango to clean up the rounding.
15183         (pango_fb_font_get_glyph_info): Correct sign on x value.
15184
15185         * gdk/linux-fb/gdkprivate-fb.h:
15186         Removed unreferenced external functions.
15187
15188         * modules/linux-fb/Makefile.am: Use ` instead of '.
15189
15190         * modules/linux-fb/basic.c:
15191         Remove dead code. In particular the dummy lang engine which broke all
15192         pango layouts in GtkFB. Don't include tables-big.i anymore.
15193
15194         * modules/linux-fb/tables-big.i:
15195         Upgrade to latest version from pango. Left for reference, basic_ranges
15196         moved to basic.c.
15197         
15198 2000-12-04  Havoc Pennington  <hp@redhat.com>
15199
15200         Fix bugs Alex found:
15201         
15202         * gtk/gtktooltips.c (gtk_tooltips_force_window): nuke connection
15203         to "draw"
15204
15205         * gtk/gtkdnd.c (gtk_drag_highlight): nuke connection to "draw"
15206
15207         * gtk/gtkcolorsel.c (palette_new): nuke connection to "draw"
15208
15209         * gtk/gtklistitem.c (gtk_list_item_expose): Put the old _draw() 
15210         implementation in here, apparently the expose() implementation was
15211         dead code.
15212
15213 2000-12-04  Alexander Larsson  <alexl@redhat.com>
15214
15215         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
15216         Return positive descent.
15217
15218 2000-12-02  Havoc Pennington  <hp@pobox.com>
15219
15220         * gtk/gtkwidget.h (struct _GtkWidgetClass): Remove "draw" virtual
15221         method and signal
15222         
15223         * gtk/gtkwidget.c (gtk_widget_draw): Now just queues a draw then
15224         calls gdk_window_process_updates() to push the exposes through
15225         (gtk_widget_class_init): No more draw signal, no
15226         gtk_widget_real_draw()  
15227         
15228         * gtk/gtkbin.c (gtk_bin_draw): remove
15229
15230         * gtk/gtkbox.c (gtk_box_draw): remove
15231
15232         * gtk/gtkbutton.c (gtk_button_draw): remove
15233
15234         * gtk/gtkcalendar.c (gtk_calendar_draw): remove
15235
15236         * gtk/gtkcheckbutton.c (gtk_check_button_draw): remove
15237
15238         * gtk/gtkcheckmenuitem.c (gtk_check_menu_item_draw): remove
15239
15240         * gtk/gtkclist.c (gtk_clist_draw): remove
15241
15242         * gtk/gtkentry.c (gtk_entry_draw): remove
15243
15244         * gtk/gtkeventbox.c (gtk_event_box_draw): remove
15245
15246         * gtk/gtkfixed.c (gtk_fixed_draw): remove
15247
15248         * gtk/gtkframe.c (gtk_frame_draw): remove
15249
15250         * gtk/gtkhandlebox.c (gtk_handle_box_draw): remove
15251
15252         * gtk/gtkhpaned.c (gtk_hpaned_draw): remove
15253
15254         * gtk/gtklayout.c (gtk_layout_draw): remove
15255
15256         * gtk/gtklist.c (gtk_list_draw): remove
15257
15258         * gtk/gtklistitem.c (gtk_list_item_draw): remove
15259
15260         * gtk/gtkmenu.c (gtk_menu_draw): remove
15261
15262         * gtk/gtkmenubar.c (gtk_menu_bar_draw): remove
15263
15264         * gtk/gtkmenuitem.c (gtk_menu_item_draw): remove
15265
15266         * gtk/gtknotebook.c (gtk_notebook_draw): remove
15267
15268         * gtk/gtkoptionmenu.c (gtk_option_menu_draw): remove
15269
15270         * gtk/gtkpacker.c (gtk_packer_draw): remove
15271
15272         * gtk/gtkrange.c (gtk_range_draw): remove
15273
15274         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_draw): remove
15275
15276         * gtk/gtkspinbutton.c (gtk_spin_button_draw): remove
15277
15278         * gtk/gtktable.c (gtk_table_draw): remove
15279
15280         * gtk/gtktearoffmenuitem.c (gtk_tearoff_menu_item_draw): remove
15281
15282         * gtk/gtktext.c (gtk_text_draw): remove
15283
15284         * gtk/gtktextview.c (gtk_text_view_draw): remove
15285
15286         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): remove
15287
15288         * gtk/gtktoolbar.c (gtk_toolbar_draw): remove
15289
15290         * gtk/gtktree.c (gtk_tree_draw): remove
15291
15292         * gtk/gtktreeitem.c (gtk_tree_item_draw): remove
15293
15294         * gtk/gtktreeview.c (gtk_tree_view_draw): remove
15295
15296         * gtk/gtkviewport.c (gtk_viewport_draw): remove
15297
15298         * gtk/gtkvpaned.c (gtk_vpaned_draw): remove
15299
15300         * gtk/gtkvscale.c (gtk_vscale_draw): remove
15301
15302         * gtk/gtkwindow.c (gtk_window_draw): remove
15303
15304 2000-20-01  Anders Carlsson  <andersca@gnu.org>
15305
15306         * gtk/gtktogglebutton.c (gtk_toggle_button_draw): Fix bug when
15307         a GtkToggleButton is both insensitive and active, it was being
15308         drawn by the GtkButton draw handler which doesn't check the
15309         state. Now it's calling gtk_toggle_button_paint instead.
15310         
15311 2000-12-01  Havoc Pennington  <hp@redhat.com>
15312
15313         * gtk/gtktextdisplay.c (gtk_text_layout_draw): don't create
15314         dangling pointers to the appearance attributes from the 
15315         line display
15316
15317         * gdk/gdkdraw.c (gdk_drawable_get_image): allow negative
15318         width/height to mean "full width/height of drawable"
15319
15320         * gtk/gtktextview.h, gtk/gtktextview.c: Implement double/triple
15321         click to select word/line
15322         
15323         * gtk/gtktextiter.c (test_log_attrs): include paragraph delimiters 
15324         when getting log attrs. Get a slice, so that pixmaps and stuff
15325         are properly handled.
15326
15327         * gtk/gtktextbuffer.c (paste): Fix pasting to work properly if you
15328         paste into the selection (replaces selection now, previously
15329         crashed or added to selection). Reveals longstanding btree bug -
15330         select multiple lines, middle-click on the selection, boom. This
15331         isn't related to my changes though.
15332
15333         * gtk/gtkentry.c (gtk_entry_move_forward_word): Update to reflect
15334         PangoLogAttrs changes
15335         (gtk_entry_move_backward_word): ditto
15336
15337         * gtk/gtktextlayout.h, gtk/gtktextlayout.c: Make the iter motion
15338         functions return bool whether the iter moved onto a
15339         dereferenceable position.
15340  
15341         * gtk/gtktextview.h, gtk/gtktextview.c: Add a bunch of public
15342         functions for motion in terms of display lines.
15343
15344         * gtk/gtktextmark.c (gtk_text_mark_get_buffer): Add function to
15345         get the buffer a mark is inside
15346         
15347 2000-12-01  Alexander Larsson  <alexl@redhat.com>
15348
15349         * gdk/linux-fb/Makefile.am:
15350         * modules/linux-fb/Makefile.am:
15351         Freetype 2 final uses freetype-config
15352
15353         * gdk/linux-fb/gdkpango-fb.c:
15354         Upgrade to use Freetype 2 final.
15355         More flexible support for font aliases, this also fixes a bug with
15356         GtkFontSelector, as the aliases must be visible in the font/family list,
15357         or GtkFontSelector reads uninitialized memory.
15358
15359 2000-11-30 Hidetoshi Tajima  <tajima@eng.sun.com>
15360
15361         * modules/input/gtkimcontextxim.c (setup_im): Add NULL argument to
15362         XGetIMValues to properly terminate variable argument list, and do
15363         NULL return check for ic_values and xim_styles.
15364
15365         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset):
15366         Restore preedit state after XmbResetIC().
15367         
15368         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_get_ic):
15369         XvaCreateNestedList() should take XvaNestedList, but not
15370         XvaNestedList*.
15371
15372         * modules/input/gtkimcontextxim.c (gtk_im_context_xim_reset,
15373         preedit_draw_callback, preedit_caret_callback): Match
15374         "preedit-changed" signal name to "preedit_changed" to be
15375         consistent to the spec.
15376
15377         * gtk/gtkimcontextsimple.c (check_table):
15378         Match "preedit-changed" to "preedit_changed" to be consistent
15379         to the spec.
15380
15381 Thu Nov 30 23:03:04 2000  Owen Taylor  <otaylor@redhat.com>
15382
15383         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Properly handle
15384         gc->clip_region == NULL>
15385
15386 2000-11-30  Tor Lillqvist  <tml@iki.fi>
15387
15388         Changes by Hans Breuer:
15389         
15390         * gdk/win32/gdkwindow-win32.c (gdk_window_set_geometry_hints):
15391         Dont't use negative width and height as max_hints. This fixes
15392         Owen's recent testgtk changes for win32.
15393
15394         * gdk/win32/gdkgc-win32.c (gdk_win32_hdc_get,
15395         gdk_win32_hdc_release): These are exported and may be called with
15396         other drawable types than our GdkDrawableImplWin32 (?).
15397
15398         * gdk/gdkwindow.c: Backing store appears to work on Windows now,
15399         so always #define USE_BACKING_STORE.
15400
15401         * gtk/gtktextdisplay.c (render_layout_line): Use g_print instead
15402         of printf for debugging output.
15403
15404         * gtk/gtktextlayout.c (allocate_child_widgets): Ditto.
15405         
15406         * gtk/gtktextview.c (gtk_text_view_child_allocated): Ditto.
15407
15408         * gtk/gtkmain.h (GTKMAIN_C_VAR): Win32 fix for dllimport
15409         declaration.
15410
15411         * gtk/gtktexttypes.h: Ditto.
15412
15413         * gtk/gtklabel.c (gtk_label_set_markup_with_accel): Return a value
15414         (GDK_VoidSymbol) also if in case of arg check failure.
15415
15416         * gtk/gtkimcontextsimple.c
15417         (gtk_im_context_simple_get_preedit_string): Don't assign cursor
15418         position to the pointer, but to the variable it points to.
15419
15420         * gtk/makefile.msc.in (DEFINES): Define GTK_VERSION.
15421
15422         * gtk/gtk.def: Updates.
15423
15424 2000-11-29  Elliot Lee  <sopwith@redhat.com>
15425
15426         * gtk/gtkmodelsimple.c: Inherits from GTK_TYPE_OBJECT, not
15427         GTK_TYPE_TREE_MODEL.
15428
15429 2000-11-29  Alexander Larsson  <alexl@redhat.com>
15430
15431         * gdk/linux-fb/gdkfont-fb.c (gdk_font_from_description):
15432         Set the size of the font from the description.
15433         (gdk_text_width): Gross hack that calculates the width
15434         of text by text_length * size/2. This is necessary because
15435         GtkLabel does some ugly gtk_string_width call to calculate
15436         an good size.
15437         (linux-fb/gdkprivate-fb.h): Removed unused field FT_Face.
15438
15439 Wed Nov 29 13:39:19 GMT 2000  Tony Gale <gale@gtk.org>
15440
15441         * docs/tutorial/gtk-tut.sgml: DND updates
15442
15443 2000-11-29  Alexander Larsson  <alexl@redhat.com>
15444
15445         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
15446         If you pass width or height == 0 to gdk_window_clear_area they
15447         should be calculated from the window size.
15448
15449 2000-11-29  Alexander Larsson  <alexl@redhat.com>
15450
15451         * gdk/linux-fb/gdkinput-ps2.c (move_pointer): If there is
15452         a grab, but no grab-cursor, use the cursor from the grabbed
15453         window. (gdk_fb_window_send_crossing_events): Send normal
15454         enter/leave notifications if grab and owner_events == TRUE.
15455
15456 2000-11-29  Alexander Larsson  <alexl@redhat.com>
15457
15458         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
15459         Do implicit button grabs, even if the window doesn't
15460         want the event.
15461         (gdk_fb_window_send_crossing_events): If there is a
15462         grab, only the grabbed window gets normal enter/leave
15463         notifications. On ungrab go from grabbed window to current.
15464         Don't send any notification to b when propagating from c -> b.
15465         If setting a grab on window, don't set prev_window.
15466         (handle_mouse_input): Send enter/leave events to the window the
15467         mouse is over, not the grabbed one.
15468         
15469 2000-11-28  Elliot Lee  <sopwith@redhat.com>
15470
15471         * gdk/gdkregion-generic.c: Zap warning.
15472         * modules/input/Makefile.am: Only build im-xim if USE_X11 is enabled
15473         * gtk/gtkrc.c: s/strcpy/memcpy/ to save a few nanoseconds.
15474
15475 2000-11-28  Alexander Larsson  <alla@lysator.liu.se>
15476
15477         * gdk/linux-fb/gdkwindow-fb.c (gdk_fb_window_move_resize):
15478         The cursor should be hidden if it is part of either the
15479         source or destination region. Not only if it is in both.
15480         (gdk_window_set_transient_for): Silence warnings.
15481
15482 2000-11-28  Alexander Larsson  <alexl@redhat.com>
15483
15484         * gdk/linux-fb/mifillarc.c (miFillArcSliceSetup):
15485         The default mode in X is Pie Arcs, therefore that is
15486         what Gtk+ uses.
15487
15488 2000-11-28  Alexander Larsson  <alexl@redhat.com>
15489
15490         * gdk/linux-fb/gdkinput-ps2.c:
15491         Implement correct EnterNotify/LeaveNotify:
15492         (gdk_fb_window_send_crossing_events): New function that sends
15493         all GdkCrossingEvents from the last mouse-window to the specified
15494         destination.
15495         (gdk_fb_window_visibility_crossing): Removed function.
15496         (handle_mouse_input): Use gdk_fb_window_send_crossing_events()
15497         (send_button_event, gdk_fb_cursor_reset): Use gdk_window_at_pointer
15498         instead of gdk_window_get_pointer() for better readability.
15499
15500         * gdk/linux-fb/gdkmain-fb.c (gdk_fb_pointer_grab,
15501         gdk_fb_pointer_ungrab): Use gdk_fb_window_send_crossing_events.
15502
15503         * gdk/linux-fb/gdkprivate-fb.h:
15504         removed gdk_fb_window_visibility_crossing, added
15505         gdk_fb_window_send_crossing_events and gdk_fb_find_common_ancestor.
15506
15507         gdk/linux-fb/gdkwindow-fb.c (gdk_fb_find_common_ancestor):
15508         New function that finds the least common ancestor of two windows.
15509         (gdk_window_show, gdk_window_hide):
15510         Use gdk_fb_window_send_crossing_events.
15511         (gdk_fb_window_move_resize): Send configure events to toplevel
15512         windows. Use gdk_fb_window_send_crossing_events.
15513
15514 2000-11-27  Havoc Pennington  <hp@redhat.com>
15515
15516         * gtk/gtkprivate.h (enum): Remove a trailing comma
15517
15518 2000-11-27  Federico Mena Quintero  <federico@helixcode.com>
15519
15520         * gtk/gtkspinbutton.c (gtk_spin_button_set_adjustment): Connect to
15521         the "changed" callback of the adjustment.  We need to redraw the
15522         spin button's arrows when the adjustment's range changes.
15523         (adjustment_changed_cb): Draw the arrows.
15524         (gtk_spin_button_value_changed): Draw the arrows.
15525
15526 2000-11-23  Alexander Larsson  <alexl@redhat.com>
15527
15528         * gdk/linux-fb/gdkselection-fb.c:
15529         Initial selection implementation.
15530
15531         * gtk/gtkselection.c:
15532         if GDK_WINDOWING_FB defined, include linux-fb/gdkfb.h and look up
15533         requestor in gtk_selection_request.
15534         
15535         * gdk/linux-fb/gdkfb.h, gdk/linux-fb/gdkglobals-fb.c:
15536         Added gdk_selection_property atom.
15537
15538         * gdk/linux-fb/gdkprivate-fb.h:
15539         Export _gdk_selection_window_destroyed.
15540         Removed mask_off_x/y from GdkCursorPrivateFB.
15541         Removed hbearing, added top, left to PangoFBGlyphInfo.
15542
15543         * gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_destroy):
15544         Call _gdk_selection_window_destroyed
15545         (_gdk_windowing_window_init): Don't call gdk_cursor_new() before
15546         the root window has been created.
15547         (static_dx_hack, static_dy_hack, compare_draw_rects,
15548         gdk_fb_window_move_resize): Remove unnecessary sort of rectangles
15549         in region. They are already sorted. Instead just traverse them in
15550         reverse if draw_direction < 0.
15551         
15552         * gdk/linux-fb/gdkinput-ps2.c (send_button_event):
15553         Double-clicks must be sent after the normal button_press.
15554         (gdk_fb_cursor_unhide): Remove usage of mask_off_x/y. Clean up.
15555         
15556         * gdk/linux-fb/gdkgeometry-fb.c (gdk_window_scroll):
15557         Pass _gdk_fb_screen_gc instead of NULL.
15558
15559         * gdk/linux-fb/gdkmain-fb.c (_gdk_windowing_init_check):
15560         Initialize gdk_selection_property.
15561         (gdk_event_make): Remove unused code.
15562
15563         * gdk/linux-fb/gdkcursor-fb.c:
15564         Make the pixmap for the cursor the same size as the mask. Also remove
15565         the mask_off_x/y fields in GdkCursorPrivateFB and combine
15566         _gdk_cursor_new_from_pixmap() and gdk_cursor_new_from_pixmap()
15567         Now the whole cursor is visible.
15568
15569         * gdk/linux-fb/gdkdrawable-fb2.c (gdk_fb_draw_drawable_3):
15570         Fix bug where xdest+height instead of ydest+height was used
15571         to calculate if the source and dest overlapped. This fixes the
15572         redraw bug when the main window in testgtk was scrolled when
15573         partially covered by a tall window.
15574         Copy rectangles in region in order depending on draw_direction.
15575         Also moved the draw_direction flipping of start_y and end_y into
15576         the gc functions, as this might not be what all of them want.
15577         (gdk_fb_draw_lines): Support dashed lines.
15578         (gdk_fb_draw_glyphs): Clean up glyph placement. Also fix positioning
15579         so that the text is positioned correctly (was 1 pixel high).
15580
15581         gdk/linux-fb/gdkgc-fb.c:
15582         Initialize cap_style to GTK_CAP_BUTT. This fixes a problem where
15583         all lines were drawn a pixel to short. Also checked the default of
15584         the rest of the values, and they're the same as X now.
15585
15586         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_glyph_info):
15587         Clean up pixel positioning of the glyphs. Just use bgy->top and
15588         bgy->left. Also used PANGO_PIXEL where appropriate and added 0.5
15589         to all divisions to get correct rounding behaviour.
15590
15591         * gdk/linux-fb/gdkrender-fb.c (gdk_fb_draw_drawable_generic,
15592         gdk_fb_draw_drawable_memmove, gdk_fb_draw_drawable_aa_24):
15593         Moved start_y/end_y flip into draw_drawable implementations.
15594         Flip also x rendering when draw_direction < 0.
15595         Remove unneccesary multiply with draw_direction.
15596
15597 Wed Nov 22 14:11:19 GMT 2000  Tony Gale <gale@gtk.org>
15598
15599         * docs/tutorial/gtk-tut.sgml:
15600           - get rid of gtk_toggle_button_toggled FUD
15601           - start DND section - needs work - based on:
15602                 http://wolfpack.twu.net/docs/gtkdnd/
15603
15604 2000-11-22  Alexander Larsson  <alexl@redhat.com>
15605
15606         * gdk/linux-fb/gdkpango-fb.c (pango_fb_font_get_metrics):
15607         Correct calculation of font metrics. Now GtkEntrys have sane
15608         size.
15609
15610 2000-11-22  Alexander Larsson  <alexl@redhat.com>
15611
15612         * gdk/gdktypes.h:
15613         Add new type GdkSpan
15614         
15615         * docs/reference/gdk/gdk-sections.txt,
15616         docs/reference/gdk/tmpl/regions.sgml, gdk/gdkregion-generic.c,
15617         gdk/gdkregion.h:
15618         Implement and document gdk_region_spans_intersect_foreach.
15619
15620         * gdk/linux-fb/Makefile.am, gdk/linux-fb/gdkrender-fb.c:
15621         Add new file gdkrender-fb.c which contains all core
15622         rendering code.
15623         Add gdk_fb_fill_rectangle_generic (old rectangle code) and
15624         gdk_fb_fill_rectangle_simple_16, gdk_fb_fill_rectangle_simple_32
15625         (optimized rectangle fillers).
15626
15627         * gdk/linux-fb/gdkdrawable-fb2.c:
15628         Move all rendering code to gdkrender-fb.c.
15629         Change from using GdkRectangles and GdkSegments for spans to GdkSpan.
15630         Use the new span intersection functions in gdk_fb_fill_spans.
15631         gdk_fb_draw_rectangle() clips filled rectangles and calls
15632         gc->fill_rectangle with the result.
15633         gdk_fb_fill_spans() gets extra argument "sorted".
15634
15635         * gdk/linux-fb/gdkevents-fb.c:
15636         Remove unused includes and defines.
15637         New function gdk_fb_get_time() to get correct time for events.
15638
15639         * gdk/linux-fb/gdkinput-ps2.c:
15640         Use gdk method of generating multiple-clicks (gdk_event_button_generate)
15641         Make sure to set the time of all events.
15642
15643         * gdk/linux-fb/gdkmain-fb.c:
15644         Use gdk_fb_get_time ().
15645
15646         * gdk/linux-fb/gdkprivate-fb.h:
15647         New virtual GC calls: fill_span & fill_rectangle.
15648         Export gdk_fb_get_time().
15649         gdk_fb_fill_spans() gets extra argument "sorted".
15650
15651         * gdk/linux-fb/mi*.c:
15652         Use GdkSpan instead of GdkRectangle.
15653         Pass correct sorted to gdk_fb_fill_spans. (sorted value taken
15654         from XFree 4 source)
15655         
15656 2000-11-22    <jrb@redhat.com>
15657
15658         * gtk/gtktreeview.c (gtk_tree_view_calc_size): It's amazing what
15659         reversing the order in an if statement will do.  Doing so managed
15660         to make the treemodelsort half work.  Other half will follow after
15661         I get the insert function fully fixed.
15662
15663 2000-11-21  Elliot Lee  <sopwith@redhat.com>
15664         * gtk/gtkmenushell.h: GdkEventButton->button can occupy significantly
15665         more than 2 bits. Besides, I need to implement an evil hack. :)
15666
15667 Tue Nov 21 14:17:51 GMT 2000  Tony Gale <gale@gtk.org>
15668
15669         * docs/tutorial/gtk-tut.sgml: minor corrections
15670
15671 2000-11-20  Jonathan Blandford <jrb@redhat.com>
15672         * gtk/gtktreemodelsort.h: Add convertion functions to let you
15673           convert to and from relative path's and iters.
15674
15675         * gtk/treestoretest.c: move to having a sorted/unsorted view.  Start
15676           testing sorting functions a bit better.  Currently broken -- will
15677           fix in morning.
15678
15679 2000-11-20  Havoc Pennington  <hp@redhat.com>
15680
15681         * gtk/gtkwidget.c: Documented a bunch of functions in here
15682         (gtk_widget_realize): Warn if you try to realize
15683         a widget with no parent that isn't a toplevel
15684         (gtk_widget_intersect): return a gboolean
15685
15686 2000-11-20  Havoc Pennington  <hp@redhat.com>
15687
15688         * gtk/gtktextview.c, gtk/gtktextlayout.c, gtk/gtktextchild.c,
15689         gtk/testtext.c: Semi-finish widget embedding. Need guffaw
15690         scrolling to be implemented in GDK to finish. Also, right now
15691         we just size_allocate all children on every layout change,
15692         which is pretty lame. Test commented out of testtext.c, 
15693         until it works better.
15694
15695 2000-11-20  Alexander Larsson  <alla@lysator.liu.se>
15696
15697         * gdk/linux-fb/gdkdrawable-fb2.c:
15698         Removed unused arguments from gdk_fb_drawable_get_pixel().
15699
15700         * gdk/linux-fb/gdkinput-ps2.c (handle_input_ps2):
15701         Renamed fidur specific mouse packet data in MouseDevice to
15702         generic. Used it in ps2 mouse handling code to avoid blocking
15703         reads.
15704
15705 Sat Nov 18 18:00:17 2000  Jonathan Blandford  <jrb@redhat.com>
15706
15707         * demos/gtk-demo/main.c: Changed to have the list become
15708         non-italic when the demo window is destroyed through an external
15709         event (like a close button).  Doing so found three bugs in the
15710         widget.
15711
15712         * demos/gtk-demo/*.c (do_*): Changed to return the toplevel window.
15713
15714         * gtk/gtkliststore.c (gtk_list_store_set_cell): emit "change" when
15715         we actually set the cell.
15716
15717         * gtk/gtktreestore.c (gtk_tree_store_set_cell): ditto
15718
15719         * gtk/gtktreeselection.c (gtk_tree_selection_real_select_node):
15720         free a leaked path.  Thanks memprof.
15721
15722 Sat Nov 18 11:58:17 2000  Owen Taylor  <otaylor@redhat.com>
15723
15724         * gdk/gdkrgb.c (gdk_rgb_allocate_images): Fix 
15725         off-by-one error when destroying allocated segments
15726         on failure. (Elliot)
15727
15728 Sat Nov 18 11:45:09 2000  Owen Taylor  <otaylor@redhat.com>
15729
15730         * gtk/gtkcalendar.c: Patch from ChiDeok Hwang to fix
15731         memleaks found by Evan Martin.
15732
15733 Fri Nov 17 20:14:20 2000  Owen Taylor  <otaylor@redhat.com>
15734
15735         * Released 1.3.2
15736         
15737         * NEWS: Updates for 1.3.2
15738
15739 2000-11-17  Tor Lillqvist  <tml@iki.fi>
15740
15741         * gdk/gdkevents.h: Add comment that GdkXEvent isn't only for XEvent,
15742         but in general for window system specific events.
15743
15744         * gtk/gtk.def
15745         * gtk/makefile.mingw.in
15746         * gtk/makefile.msc.in: Update.
15747         
15748         * gtk/gtktexttypes.h: Mark variables for export/import from DLL.
15749
15750 Thu Nov 16 16:11:39 2000  Owen Taylor  <otaylor@redhat.com>
15751
15752         * gtk/Makefile.am (EXTRA_DIST): Do not, in any circumstances,
15753         distribute gtk.immodules.
15754
15755         * gtk/Makefile.am (install-data-local): Don't install the
15756         gtk.immodules file created for the uninstalled modules;
15757         instead run gtk-query-immodules after install
15758
15759 Wed Nov 15 21:51:31 2000  Owen Taylor  <otaylor@redhat.com>
15760
15761         * modules/input/Makefile.am (im_xim_la_LDFLAGS): Point
15762         -rpath to the right install location.
15763
15764         * modules/input/Makefile.am (im_inuktitut_la_LDFLAGS): Remove
15765         -export-dynamic.
15766
15767         * gtk/gtkthemes.c (gtk_theme_engine_get): Set engine->name
15768         properly.
15769
15770 2000-11-15  Havoc Pennington  <hp@pobox.com>
15771
15772         * gtk/gtktextview.c (gtk_text_view_start_cursor_blink): Apply
15773         patch from Mikael Hermansson to temporarily stop blinking while
15774         the user is using the keyboard to type or navigate. 
15775
15776         Also, when blinking, stay on for longer than we stay off. Also,
15777         return from start_cursor_blink if !cursor_visible, to save
15778         checking that flag all over the place before we call
15779         start_cursor_blink.
15780
15781 Thu Nov 16 01:25:51 2000  Robert Brady  <robert@suse.co.uk>
15782
15783         * gtk/gtkrc.*: Remove the locale-specific gtkrc's, as they
15784         only contain a "fontset" line, which is now ignored.
15785
15786         * gtk/gtkentry.c (gtk_entry_button_release): Make 
15787         double-click-to-select-word work.
15788         
15789 Wed Nov 15 20:16:54 2000  Owen Taylor  <otaylor@redhat.com>
15790
15791         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): 
15792         Don't move back one char when we are actually at the end of the 
15793         paragraph.
15794
15795 2000-11-15  Robert Brady  <robert@suse.co.uk>
15796
15797         * modules/input/iminuktitut.c (inuktitut_compose_seqs): 
15798         'o' < 'p'.
15799         
15800         * gtk/gtkmain.c: s/CODSET/CODESET/, include <libintl.h> for
15801         bind_textdomain_codeset.
15802
15803         (gtk_init_check): Make the warning about translating default:LTR
15804         sterner.
15805         
15806 Wed Nov 15 18:39:40 2000  Owen Taylor  <otaylor@redhat.com>
15807
15808         * **/Makefile.am : remove unecessary rules for win32-specific
15809         config-substituted targets. If you want these rules, use
15810         --enable-maintainer-mode (called automatically by autogen.sh).
15811         Stops a lot of unneccessary make-time warnings.
15812
15813         * gtk/gtktext{layout,display}.c: Factor in total width as
15814         well as screen when figuring alignment for word-wrap as well as
15815         no wrap; this is necessary to handle lines that cannot be wrapped
15816         at all.
15817
15818 2000-11-15  Havoc Pennington  <hp@redhat.com>
15819
15820         * gtk/testtext.c: Implement essential color cycling feature
15821
15822 2000-11-15  Havoc Pennington  <hp@redhat.com>
15823
15824         * gtk/gtktextview.c (changed_handler): Invalidate the side windows
15825         when we invalidate the main window.
15826
15827         * gtk/testtext.c (create_view): Get rid of text_changed_callback,
15828         GtkTextView will now invalidate the side windows for us when text
15829         changes.
15830
15831 Wed Nov 15 16:02:20 2000  Owen Taylor  <otaylor@redhat.com>
15832
15833         * gtk/gtktextview.c (changed_handler): Call scroll_calc_now()
15834         unconditionally, since we may need to update the horizontal
15835         scrollbars even if the height didn't change.
15836
15837         * gtk/gtktextlayout.c (add_preedit_attrs): Always get
15838         the extra attrs, since some of them affect size.
15839
15840         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Factor in
15841         x_offset correctly.
15842
15843 2000-11-15  Havoc Pennington  <hp@redhat.com>
15844
15845         * gtk/gtktextlayout.c (set_para_values): If indent is negative,
15846         don't move the first line out into the margin, instead move the
15847         whole paragraph in order to make space for the first line within 
15848         the margin
15849
15850 2000-11-15  Havoc Pennington  <hp@redhat.com>
15851
15852         * gtk/gtktextview.c (changed_handler): offset redraw rect by
15853         xoffset in addition to yoffset, so horizontal scrolling doesn't
15854         break redraws
15855
15856 2000-11-15  Havoc Pennington  <hp@redhat.com>
15857
15858         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Remove extra pixel
15859         from the cursor
15860         (render_layout_line): fix reversed test that caused weird
15861         underlines to get drawn
15862
15863 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
15864
15865         * gdk/linux-fb/gdkprivate-fb.h:
15866         Fix debug macros.
15867         
15868 2000-11-15  Alexander Larsson  <alla@lysator.liu.se>
15869
15870         * gdk/linux-fb/gdkprivate-fb.h:
15871         Added virtual functions set_pixel, get_color,
15872         fill_span and draw_drawable to the GC.
15873         Added global _gdk_fb_screen_gc to use instead of
15874         NULL when drawing to the screen.
15875         Added _gdk_fb_gc_calc_state() prototype.
15876
15877         * gdk/linux-fb/gdkgc-fb.c:
15878         Call _gdk_fb_gc_calc_state() on any gc state change.
15879
15880         * gdk/linux-fb/gdkglobals-fb.c:
15881         Add _gdk_fb_screen_gc
15882                 
15883         * gdk/linux-fb/gdkdrawable-fb2.c:
15884         _gdk_fb_gc_calc_state() calculates best functions
15885         for the GC state and depth.
15886         Moved bpp specialized code to separate functions.
15887         Added optimized 24 bpp AA draw_drawable.
15888
15889         * gdk/linux-fb/gdkevents-fb.c:
15890         Silence gcc warning.
15891
15892         * gdk/linux-fb/gdkimage-fb.c:
15893         Use _gdk_fb_screen_gc
15894
15895         * gdk/linux-fb/gdkwindow-fb.c:
15896         Init and use _gdk_fb_screen_gc
15897
15898         * gdk/linux-fb/mitypes.h:
15899         Remove unused types.
15900
15901 2000-11-14  Havoc Pennington  <hp@pobox.com>
15902
15903         * gtk/gtktextlayout.c (add_cursor): use PANGO_PIXELS() to convert
15904         to pixels
15905
15906 2000-11-14  Havoc Pennington  <hp@pobox.com>
15907
15908         * gtk/testtextbuffer.c (fill_buffer): change "offset" to "rise"
15909
15910         * gtk/gtktexttypes.h (GTK_TEXT_UNKNOWN_CHAR): Add macro for
15911         unknown char, no real reason we were using a variable. 
15912         Remove gtk_text_unknown_char variable. Fix all the text widget
15913         files accordingly.
15914
15915         * gtk/gtktexttypes.c: Change "unknown character" to 0xFFFC, 
15916         since the Unicode spec seems to prefer that character for our
15917         purposes.
15918
15919 Wed Nov 15 02:18:01 2000  Robert Brady  <robert@suse.co.uk>
15920
15921         * gtk/gtkrc.c (gtk_rc_get_im_module_file): The return 
15922         value of g_getenv() isn't freeable, so g_strdup it.
15923
15924         * modules/input/inuktitut.c: Inuktitut input method.
15925
15926         * modules/input/Makefile.am: Build this.
15927         
15928 2000-11-14  Elliot Lee  <sopwith@redhat.com>
15929
15930         * gtk/Makefile.am: Install gtk.immodules, needed for operation
15931         of gtk programs.
15932
15933 Tue Nov 14 20:13:06 2000  Owen Taylor  <otaylor@redhat.com>
15934
15935         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): Fix
15936         reversed > that was causing Home to go to end of previous line.
15937
15938         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_filter_keypress): Ignore
15939         modified-keypresses (leave for bindings.)
15940
15941         * modules/input/Makefile.am: Remove useless -export-dynamic
15942         from module LDFLAGS.
15943
15944 2000-11-14  Havoc Pennington  <hp@redhat.com>
15945
15946         * gdk/gdkpango.c (gdk_draw_layout_line): Draw underlines one pixel
15947         higher.
15948
15949         * gtk/gtktextdisplay.c (render_layout_line): Take rise into
15950         account. Also, render rise, underline, background, etc. for
15951         pixbufs as well as text. Also, draw underlines one pixel higher.
15952
15953         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display): Add a
15954         PangoAttribute for the rise, so it gets drawn properly. Also,
15955         add the GtkTextAppearance attribute for pixbuf/widget segments
15956         as well; we should go ahead and have rise, underline, background,
15957         stipple work for those
15958
15959         * gtk/gtktexttag.c: Rename "offset" property to "rise" to match
15960         Pango
15961
15962 2000-11-15  Tor Lillqvist  <tml@iki.fi>
15963
15964         * gtk/makefile.{mingw,msc}.in (gtk_OBJECTS): Add new objects.
15965
15966         * gtk/gtk.def: Update.
15967
15968         * gtk/gtkrc.c: Can't check for G_OS_WIN32 until glib.h has been
15969         included.
15970         (gtk_rc_get_im_module_file): Use run-time installation directory
15971         on Win32.
15972
15973         * gdk/win32/rc/gdk.rc: Remove.
15974         * gdk/win32/rc/gdk.rc.in: New file.
15975         * gdk/win32/rc/Makefile.am: New file
15976         * gdk/win32/Makefile.am: Corresponding changes.
15977
15978         * gtk/gtk.rc: Remove.
15979         * gtk/gtk-win32.rc.in: New file.
15980         * gtk/Makefile.am: Corresponding changes.
15981
15982         * configure.in: Corresponding changes.
15983
15984         * gtk/gtkcompat.h.win32: Remove, useless. A distribution already
15985         has a built gtkcompat.h. Developers using CVS code on Win32 can
15986         hand-edit it from gtkcompat.h.in.
15987
15988         * gtk/makefile.{mingw,msc}.in: Correspondingly don't try to make
15989         gtkcompat.h from gtkcompat.h.win32.
15990
15991 2000-11-14  Havoc Pennington  <hp@redhat.com>
15992
15993         * gtk/gtktextview.c (gtk_text_view_drag_motion): Fix drag-and-drop
15994         to default to GDK_ACTION_MOVE if the drag is within a single
15995         widget. Defaults to GDK_ACTION_COPY between widgets.
15996
15997 Mon Nov 13 14:43:48 2000  Owen Taylor  <otaylor@redhat.com>
15998
15999         * demos/Makefile.am (test-inline-pixbufs.h): Fix srcdir != builddir
16000
16001         * gtk/Makefile.am (INCLUDES): Add -I$(builddir)/gtk
16002
16003         * gtk/stock-icons/Makefile.am (gtkstockpixbufs.h): Handles
16004         srcdir != builddir
16005
16006         * modules/input/Makefile.am (INCLUDES): add $(top_srcdir)/gdk
16007
16008         * configure.in (GTK_VERSION): Up to 1.3.2
16009
16010         * modules/input/Makefile.am (im_xim_la_SOURCES): Add 
16011         gtkimcontextxim.h
16012
16013         * gtk/gtkimcontext.c (gtk_im_context_get_preedit_string): Add
16014         missing doc comment.
16015
16016 2000-11-14  Alexander Larsson  <alexl@redhat.com>
16017
16018         * modules/linux-fb/basic.c:
16019         Use the glib iconv wrappers.
16020
16021 2000-11-13  Havoc Pennington  <hp@pobox.com>
16022
16023         * demos/gtk-demo/textview.c: spiff up the demo a bit; reveals
16024         still more bugs.
16025
16026         * gtk/gtktextview.c (gtk_text_view_value_changed): don't try to
16027         scroll the GdkWindows before realization.
16028
16029 2000-11-13  Havoc Pennington  <hp@redhat.com>
16030
16031         * gtk/gtktextdisplay.c (gtk_text_render_state_update): fix bug 
16032         where GC didn't always get updated properly
16033
16034         * demos/gtk-demo/textview.c (create_tags): Use subattributes
16035         of fonts instead of setting the entire font
16036
16037         * gtk/testtext.c (fill_example_buffer): Use "size" instead of
16038         setting entire font
16039
16040         * gtk/gtkdialog.c (gtk_dialog_add_button): Fix some warnings
16041
16042         * gtk/gtktexttag.h, gtk/gtktexttag.c: Explode font_desc into 
16043         a bunch of individually-settable font attributes. You can still 
16044         use the "font" and "font_desc" args, they just set all the font
16045         attributes at once.
16046
16047 2000-11-13 Elliot Lee <sopwith@redhat.com>
16048
16049         * gdk/gdk.h: Add a couple of missing G_GNUC_CONST's.
16050
16051 Mon Nov 13 14:29:32 2000  Jonathan Blandford  <jrb@redhat.com>
16052
16053         * gtk/gtktreemodel.c (gtk_tree_path_copy): confirm path != NULL
16054         * gtk/gtktreemodel.c (gtk_tree_path_free): ditto
16055
16056         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): make
16057         work better.
16058
16059 2000-11-13  Havoc Pennington  <hp@redhat.com>
16060
16061         * gtk/gtkimmodule.c (gtk_im_module_init): Free the filename of 
16062         the module file.
16063
16064         * gtk/gtktexttag.c (gtk_text_attributes_copy): fix memory leak of
16065         dest->language
16066
16067         * gtk/testtext.c: Test pixels above/below/inside paragraphs
16068         settings
16069
16070         * gtk/gtktextview.c: Implement object args and setters/getters for
16071         all the aspects of the GtkTextAttributes that are not set from
16072         GtkWidget attributes. This is spacing, justification, margins,
16073         etc.
16074
16075         (gtk_text_view_set_arg)
16076         (gtk_text_view_get_arg): implement get/set for editable, wrap mode
16077         args
16078         (gtk_text_view_class_init): Add args for justify, left_margin,
16079         right_margin, indent, and tabs
16080         
16081
16082         * gtk/gtktextlayout.c (set_para_values): fix to display indent
16083         attribute properly
16084
16085         * gtk/gtktexttag.c: Remove left_wrapped_line_margin attribute, 
16086         replace with indent attribute
16087
16088         * gtk/gtktextlayout.c (set_para_values): multiply indent by
16089         PANGO_SCALE
16090
16091         * gtk/gtktextdisplay.c (render_para): Use PangoLayoutIter,
16092         rearranging code to do that
16093         (gtk_text_layout_draw): Pass in the y for the whole LineDisplay,
16094         i.e. don't subtract the top_margin first, just to keep
16095         all margin-futzing in one place.
16096
16097         * gdk/gdkpango.c (gdk_draw_layout): Use PangoLayoutIter
16098
16099         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Remove
16100         special case of last line, Pango now handles this itself.
16101         (gtk_text_layout_get_iter_at_pixel): Fix incorrect clamp of the 
16102         Y coordinate
16103         (gtk_text_layout_move_iter_to_x): port to use PangoLayoutIter
16104         (find_display_line_above): wasn't moving the byte index as it
16105         iterated over lines, so always returned byte 0. Also, port to use
16106         PangoLayoutIter.
16107         (find_display_line_below): same problem as
16108         find_display_line_above. Also, port to use PangoLayoutIter.
16109
16110 2000-11-13  Alexander Larsson  <alexl@redhat.com>
16111
16112         * gdk/linux-fb/*.[ch]:
16113         Massive reindent to gtk+ standard. My hands hurt.
16114
16115         * gdk/linux-fb/gdkcolor-fb.c:
16116         Move GdkColorPrivateFB from inherited to windowing_data
16117
16118         * gdk/linux-fb/gdkcursor-fb.c:
16119         _gdk_cursor_new_from_pixmap made static
16120
16121         * gdk/linux-fb/gdkdnd-fb.c:
16122         GdkDragContextPrivate moved to windowing_data
16123
16124         * gdk/linux-fb/gdkdrawable-fb2.c:
16125         Removed endian.h, use glib endianness macros instead
16126         Some cleanups in the usage of GDK_DRAWABLE_FBDATA
16127         and GDK_DRAWABLE_IMPL_FBDATA
16128
16129         * gdk/linux-fb/gdkfont-fb.c:
16130         Add empty gdk_font_load(). Needed for linking of Gtk+.
16131
16132         * gdk/linux-fb/gdkimage-fb.c:
16133         Removed endian.h, use glib endianness macros instead
16134         Moved GdkImagePrivateFB to windowing_data
16135         gdk_image_new_bitmap didn't always allocate enough
16136         memory.
16137
16138         * gdk/linux-fb/gdkinput-ps2.c:
16139         Added semi-working support for MS serial mice.
16140
16141         * gdk/linux-fb/gdkprivate-fb.h:
16142         s/GdkWindowPrivate/GdkWindowObject/
16143         Removed GdkWindowPrivate typedef
16144         s/GDK_DRAWABLE_P/GDK_DRAWABLE_FBDATA/
16145         Removed GDK_DRAWABLE_P
16146         Move GdkColorPrivateFB from inherited to windowing_data
16147         Moved GdkImagePrivateFB to windowing_data
16148
16149         * gdk/linux-fb/gdkvisual-fb.c:
16150         Removed some unused debug code.
16151
16152         * gdk/linux-fb/gdkwindow-fb.c:
16153         Use stock cursors instead of including X headers.
16154         s/GdkWindowPrivate/GdkWindowObject/
16155
16156         * gdk/linux-fb/mitypes.h:
16157         Removed unused types.
16158
16159         * modules/linux-fb/basic.c:
16160         Use the pango fribidi wrappers.
16161
16162 2000-11-13  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
16163
16164         * gdk/linux-fb/gdkcolor-fb.c, gdk/nanox/gdkmain-nanox.c,
16165         gdk/win32/gdkcolor-win32.c, gdk/win32/gdkwin32id.c,
16166         gdk/x11/gdkcolor-x11.c, gdk/x11/gdkvisual-x11.c, gdk/x11/gdkxid.c,
16167         gtk/gtkgc.c, gtk/gtkrc.c, gtk/gtktext.c: GCompareFunc ->
16168         GEqualFunc where applicable.
16169         
16170         * gdk/linux-fb/gdkpango-fb.c: pango_font_description_compare ->
16171         pango_font_description_equal as changed in pango.
16172         
16173         * gdk/nanox/gdkmain-nanox.c: gdk_xid_compare -> gdk_xid_equal.
16174
16175         * gdk/win32/gdkcolor-win32.c: gdk_colormap_cmp -> gdk_colormap_equal.
16176
16177         * gdk/win32/gdkwin32id.c: gdk_handle_compare -> gdk_handle_equal.
16178
16179         * gdk/x11/gdkcolor-x11.c: gdk_colormap_cmp -> gdk_colormap_equal.
16180
16181         * gdk/x11/gdkvisual-x11.c: gdk_visual_compare -> gdk_visual_equal.
16182
16183         * gdk/x11/gdkxid.c: gdk_xid_compare -> gdk_xid_equal.
16184
16185         * gtk/gtkgc.c: gtk_gc_key_compare -> gtk_gc_key_equal and
16186         gtk_gc_drawable_compare -> gtk_gc_drawable_equal.
16187
16188         * gtk/gtkrc.c: gtk_rc_style_compare -> gtk_rc_style_equal and
16189         gtk_rc_styles_compare -> gtk_rc_styles_equal.
16190
16191 2000-11-12  Havoc Pennington  <hp@pobox.com>
16192
16193         * demos/gtk-demo/Makefile.am (democodedir): change demo install
16194         dir to datadir/gtk+-2.0/demo
16195
16196         * demos/gtk-demo/textview.c: Text widget demo; reveals all 
16197         sorts of text widget and Pango font bugs. Urgh.
16198
16199         * demos/gtk-demo/Makefile.am (demos): Add textview.c
16200
16201         * demos/gtk-demo/main.c (create_tree): Add instructions at top of
16202         tree that you should double click to see the demo. Fix 
16203         types of variables to reflect changed return values from 
16204         GtkTreeStore and GtkTreeViewColumn constructors.
16205
16206         * gtk/gtktextbuffer.c (gtk_text_buffer_new): ref/sink the
16207         newly-created buffer to prepare for GObject semantics
16208
16209         * gtk/testtext.c: don't leak the buffer with GObject semantics
16210
16211         * gtk/testtextbuffer.c: ditto
16212         
16213 2000-11-12  Havoc Pennington  <hp@pobox.com>
16214
16215         Rename this testgtk to gtk-demo to avoid confusion, and 
16216         install it so people can use it as a supplement to 
16217         the documentation.
16218         
16219         * demos/gtk-demo: Moved from demos/testgtk
16220
16221         * demos/testgtk: Removed
16222
16223         * configure.in: make Makefile in gtk-demo
16224         
16225         * demos/gtk-demo/Makefile.am: Install sample source to 
16226         datadir/gtk-demo (maybe there's a better place?), and 
16227         rename the binary to gtk-demo
16228         
16229         * demos/gtk-demo/main.c (load_file): Load installed sample
16230         source if source isn't found in pwd.
16231
16232 2000-11-09  Havoc Pennington  <hp@pobox.com>
16233
16234         * gtk/gtkentry.c (gtk_entry_class_init): Add an "invisible_char" 
16235         argument to set the char displayed when visibility == FALSE
16236         (gtk_entry_create_layout): If !entry->visible, replace 
16237         all chars with the "invisible char"
16238
16239         * gtk/testgtk.c: Test the invisible_char deal
16240         
16241 Mon Nov 13 02:16:33 2000  Robert Brady  <robert@suse.co.uk>
16242
16243         * gtk/gtkstyle.c (gtk_style_init): Fall back to "fixed" if we
16244         can't get a native font in the right encoding.
16245
16246 Mon Nov 13 00:09:29 2000  Robert Brady  <robert@suse.co.uk>
16247
16248         * configure.in: Chinese .pos have been renamed to zh_CN and zh_TW
16249         respectively.
16250
16251 Sun Nov 12 19:11:42 2000  Owen Taylor  <otaylor@redhat.com>
16252
16253         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_next_line):
16254         Fix warning when moving between paragraphs.
16255
16256         * gtk/gtkentry.[ch]: Change move => move_cursor, 
16257         delete => delete_from_cursor, insert => insert_at_cursor
16258
16259 Sun Nov 12 22:52:51 2000  Robert Brady  <robert@suse.co.uk>
16260
16261         * modules/input/imviqr.c: A vietnamese VIQR-based input method.
16262
16263         * modules/input/imthai-broken.c: A Thai input method for use if
16264         Thai keys are really generating Latin1 keysyms.
16265
16266         * modules/input/Makefile.am: Build these.
16267
16268 Sun Nov 12 22:15:35 2000  Robert Brady  <robert@suse.co.uk>
16269
16270         * gtk/gtkfileselection.c, gdk/win32/gdkfont-win32.c: 
16271         g_filename_{to,from}_utf8 now takes an extra parameter.
16272
16273         * gtk/gtkcalendar.c (gtk_calendar_init): Convert output of
16274         strftime into UTF-8.
16275
16276         (column_from_x, gtk_calendar_paint_day_names): Support RTL
16277         calendars.
16278
16279         (gtk_calendar_paint_day_names): Draw day names in the right 
16280         place.
16281         
16282 Sun Nov 12 14:10:09 2000  Owen Taylor  <otaylor@redhat.com>
16283
16284         * gdk/x11/gdkselection-x11.c (gdk_utf8_to_compound_text): Fix
16285         problem with using result of g_get_charset() backwards -
16286         pointed out by Mikael Hermansson <mikeh@bahnhof.se>.
16287
16288         * gtk/gtkwindow.c (gtk_window_compute_hints): Support
16289         negative min_width/height and max_width/height to
16290         mean "requisition"; this allows setting a window
16291         to be user-resizable in only one direction easily.
16292
16293         * gtk/testgtk.c (create_main_window): Remove hard-coded
16294         usize - set a default size in the vertical direction.
16295
16296 Sun Nov 12 13:33:01 2000  Owen Taylor  <otaylor@redhat.com>
16297
16298         * gtk/gtkrange.c: Add some missing casts. Support 
16299         2 and 3 button clicks on the arrows to mean 
16300         "move by pages" and "jump to end". (Like gtkspinbutton)
16301
16302 2000-11-12 Hans Breuer <Hans@Breuer.Org>
16303
16304         * gdk/win32/makefile.msc : reflect build module changes
16305
16306         * gdk/win32/gdkcursor-win32.c : can't cast to impl type directly
16307         from GdkPixmap*, cast implementation member instead.
16308
16309         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_drawable) : The
16310         passed in drawable is of type GdkDrawableImplWin32, the GdkPixmap *src 
16311         maybe either GdkDrawable or GdkDrawableImpl. Corrected all casts, add
16312         more Gdi functions return value checking. 
16313         (gdk_win32_draw_image) : use IMAGE_PRIVATE_DATA to get on the
16314         GdkImagePrivateWin32 *.
16315
16316         * gdk/win32/gdkevents-win32.c : Disable the SetCapture call to make
16317         menus useable again. Add #pragma message to keep reminded on this issue.
16318         (gdk_event_translate) : don't generate GDK_EXPOSE events for InputOnly
16319         windows. This allows to enable backing store on Win32!
16320
16321         * gdk/win32/gdkimage-win32.c (_gdk_win32_get_image) : the passed
16322         in drawable is of impl type. Correct specific type checks appropriate.
16323  
16324         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_create_from_data) : check 
16325         GDK_WINDOW_DESTROYED before allocating new resources.
16326
16327         * gdk/win32/gdkselection-win32.c : Handle GDK_WINDOW_DESTROYED case
16328
16329         * gdk/win32/gdkwindow-win32.c : more Gdi return value checking,
16330         (gdk_window_foreign_new) initialize parent handle.
16331         (gdk_window_destroy_notify) add GDK_IS_WINDOW check
16332
16333         * gdk/win32/gdkgeometry-win32.c (_gdk_window_move_resize_child) :
16334         Let the GDI invalidate the window on MoveWindow call to fix scrolling
16335         problems (e.g. main buttons in testgtk). 
16336
16337 Sat Nov 11 23:07:30 2000  Owen Taylor  <otaylor@redhat.com>
16338
16339         * gtk/gtkentry.c (gtk_entry_key_press): Call 
16340         gtk_widget_activate for GDK_Return.
16341
16342         * gtk/gtkentry.c (gtk_entry_preedit_changed_cb): Fix handling
16343         of preedit cursor position.
16344
16345 Sun Nov  5 04:24:53 2000  Owen Taylor  <otaylor@redhat.com>
16346
16347         * gtk/gtkcellrenderertextpixbuf.c: Make parent_class
16348         static.
16349
16350 Tue Sep 19 10:54:22 2000  Owen Taylor  <otaylor@redhat.com>
16351
16352         * modules/input/{gtkimcontextxim.[ch],imxim.c}: Rip
16353         out support for multiple locales; that simple doesn't
16354         work reliably with current Xlib
16355
16356         * gtk/gtkimcontext*.[ch] gtk/gtkimmulticontext.[ch]
16357         gtk/gtktextlayout.[ch] gtk/gtktextview.c gtk/gtkentry.c: 
16358         Add support for positioning the cursor within the preedit string.
16359
16360 Mon Sep 18 23:56:32 2000  Owen Taylor  <otaylor@redhat.com>
16361
16362         * modules/input/{imxim.c,gtkimcontextxim.[ch]}: Start
16363         at XIM input method module.
16364
16365         * gtk/gtktextview.c: Check for bindings after passing
16366         events to im context filter.
16367
16368 Mon Sep 18 11:50:51 2000  Owen Taylor  <otaylor@redhat.com>
16369
16370         * gtk/gtktextlayout.c (add_preedit_attrs): Handle
16371         empty attribute lists properly.
16372
16373 Sun Sep 17 10:08:16 2000  Owen Taylor  <otaylor@redhat.com>
16374
16375         * gtk/queryimmodules.c (main): Return non-zero exit
16376         status if errors were encountered querying any
16377         modules.
16378
16379         * modules/input/Makefile.am (moduledir): remove
16380         leftover bin program target.
16381
16382         * docs/make-todo: Fix typo in error message.
16383
16384 Sat Sep 16 14:04:30 2000  Owen Taylor  <otaylor@redhat.com>
16385
16386         * configure.in: Add modules/input/Makefile
16387
16388 Sat Sep 16 14:01:52 2000  Owen Taylor  <otaylor@redhat.com>
16389
16390         * gtk/gtk.h: include gtkmodule.h gtkoldeditable.h,
16391         don't include gtkthemes.h.
16392
16393         * gtk/testgtk.c gtk/testtext.c: Set environment variables
16394         to point
16395
16396         * gtk/Makefile.am: Add new .c and .h files, build 
16397         gtk-query-immodules and use it to create a gtk.immodules
16398         file for use of test programs.
16399
16400         * gtk/gtkpreview.c: remove extra blank line.
16401
16402 Sat Sep 16 13:21:04 2000  Owen Taylor  <otaylor@redhat.com>
16403
16404         * gtk/gtkimcontextsimple.c (gtk_im_context_simple_add_table): 
16405         Add the ability to add extra tables beyond the default
16406         one, and also the ability to have compose sequences 
16407         that are prefixes of other compose sequences. 
16408
16409         * gtk/gtkimcontextsimple.c: Export a preedit string which
16410         consists of possible candidates for keystrokes that have
16411         been entered but not yet committed.
16412
16413         * gtk/gtkimcontext.[ch] gtk/immulticontext.[ch]
16414         gtk/gtkimcontextsimple.[ch]: add gtk_im_context_reset()
16415
16416         * gtk/gtkmulticontext.[ch] (gtk_im_multicontext_append_menuitems): 
16417         Add a function to add input-method switching menu items
16418         to a menu.
16419
16420         * gtk/gtkimmulticontext.[ch]: Properly handly set_client_window
16421         when switching input methods.
16422
16423         * gtk/gtkimcontextsimple.[ch]: Change the format of
16424         the compose table to allow compose tables of different
16425         lengths / sequence.
16426
16427 Sat Sep 16 13:05:48 2000  Owen Taylor  <otaylor@redhat.com>
16428
16429         * gtk/gtkimmodule.[ch]: Support routines for loading
16430         GtkIMContext implementations dynamically at runtime.
16431
16432         * modules/input/imcyrillic-translit.c: A sample input
16433         method (based on GtkIMContextSimple with an extra table),
16434         which demonstrates preedit strings and the module
16435         system for input modules
16436
16437         * gtk/queryimmodules.c: Program to query the available
16438         input modules and write the results into a file.
16439          
16440         * gtk/gtkrc.[ch] (gtk_rc_get_im_module_file): Add
16441         extra config options "im_module_file" (cache file for
16442         input method modules), and "im_module_path" - path
16443         to look for modules when generating cache file.
16444
16445         This doesn't scale.
16446
16447 Sat Sep 16 13:09:06 2000  Owen Taylor  <otaylor@redhat.com>
16448
16449         * gtk/gtkthemes.[ch] gtk/gtkmodule.[ch]: Move most of the 
16450         generic code from gtkthemes into a new abstraction
16451         GtkModule which has the logic for implementing
16452         a loadable module which implements a number of 
16453         GObject types.
16454
16455 Sat Sep 16 13:07:13 2000  Owen Taylor  <otaylor@redhat.com>
16456
16457         * gtk/gtkeditable.[ch]: Convert GtkEditable from
16458         a class into an interface  
16459         
16460         * gtk/gtkoldeditable.[ch]: Move the old editable
16461         implementation into here, so legacy widgets can
16462         still rely on the implemenation. GtkOldEditable
16463         exports GtkEditable. Make selection handling
16464         code use new text conversion functions (and
16465         handle UTF-8 as a side-effect). Use GtkClipboard
16466         for CLIPBOARD.
16467
16468         * gtk/gtktext.[ch] gtk/gtkcombo.c gtk/gtkspinbutton.c:
16469         Adopt to match above changes.
16470
16471         * gtk/gtkentry.[ch]: Implement GtkEditable directly,
16472         avoid GtkOldEditable implementation. Restructure
16473         to reduce number of places that modify state directly.
16474         Move to GtkBindingSet. Display the preedit string.
16475         Queue recomputation of PangoLayout and scroll position
16476         to improve effiency of doing complex changes naively.
16477         Add a menu with cut/copy/paste and input method selection.
16478
16479 Thu Sep 14 22:11:05 2000  Owen Taylor  <otaylor@redhat.com>
16480
16481         * gtk/gtktextlayout.[ch]: Add gtk_text_layout_set_preedit_string()
16482         to set preedit string and attributes; display preedit string by
16483         inserting string and attributes at cursor when creating the
16484         GtkTextLineDisplay.
16485
16486         * gtk/gtktextlayout.c: Move all conversions between byte
16487         positions in PangoLayout and GtkTextIter into new functions
16488         line_display_iter_to_index/index_to_iter that properly
16489         handle the preedit string.
16490
16491         * gtk/gtktextmark.[ch]: Restore gtk_text_mark_get_name, modify
16492         it to return const char * (eventually will end up
16493         as GCONST char *, most likely.)
16494
16495         * gtk/gtktextview.[ch]: Handle the preedit string, call
16496         gtk_im_context_reset() as necessary, add a menu to switch
16497         input methods.
16498         
16499         * gtk/gtktextlayout.[ch]: Remove useless
16500         gtk_text_layout_get_log_attrs() function.
16501
16502 2000-11-11  Tor Lillqvist  <tml@iki.fi>
16503
16504         * gdk/gdk.def
16505         * gtk/gtk.def: Update.
16506
16507         * gdk/win32/*.c: Add last argument to g_type_register_static()
16508         calls.
16509
16510         * gdk/win32/gdkwindow-win32.c: Silence gcc -Wall.
16511
16512         * gdk/win32/gdkevents-win32.c: Handle MSH_MOUSEWHEEL messages
16513         generated by older wheel mouse drivers. Get the correct y
16514         coordinate from WM_MOUSEWHEEL messages.
16515
16516         * gdk/win32/gdkgc-win32.c (gdk_win32_cap_style_to_string,
16517         gdk_win32_fill_style_to_string, gdk_win32_function_to_string,
16518         gdk_win32_join_style_to_string, gdk_win32_line_style_to_string):
16519         Debugging functions.
16520
16521         * gdk/win32/gdkprivate-win32.h: Declare them.
16522
16523         * gdk/win32/gdkinput-win32.h: Add declaration for
16524         gdk_input_window_destroy().
16525
16526         * gtk/makefile.mingw.in: Pass -DGTK_VERSION. Add gtktreemodel.o.
16527
16528 Fri Nov 10 19:06:41 2000  Jonathan Blandford  <jrb@redhat.com>
16529
16530         * gtk/gtktreemodelsort.c (gtk_tree_model_sort_insert_value): New
16531         function to help handle keeping things in sync.
16532
16533 Fri Nov 10 12:10:34 2000  Jonathan Blandford  <jrb@redhat.com>
16534
16535         * gtk/gtkliststore.c (gtk_model_simple_class_init): use the new
16536         BOXED marshallers.
16537
16538         * gtk/gtkliststore.c (gtk_list_store_get_column_type): Add this.
16539         (gtk_list_store_class_init): use the new BOXED marshallers.
16540
16541         * gtk/gtktreestore.c (gtk_tree_store_new_with_types): change
16542         new_with_values to new_with_types.
16543         (gtk_tree_store_get_column_type): add this.
16544         (gtk_tree_store_class_init): use the new BOXED marshallers.
16545
16546         * gtk/gtkmarshal.list: Added a number of BOXED marshallers to
16547         mirror some POINTER marshallers.
16548
16549 Thu Nov  9 11:23:22 2000  Jonathan Blandford  <jrb@redhat.com>
16550
16551         * gtk/gtktreemodel.h (struct _GtkTreeIter): added more fields to
16552         allow more interesting iterators.  Also, made the lifecycle of
16553         iterators more explicit.
16554
16555         * gtk/gtktreemodelsort.[ch]: New model for sorting.
16556
16557         * gtk/gtk-boxed.defs (GtkTreeIter, GtkTreePath): Added two boxed
16558         types.
16559
16560 2000-11-09  Alexander Larsson  <alexl@redhat.com>
16561
16562         * demos/testgtk/menus.c:
16563         Changes to make the new testgtk compile after
16564         gtk_menu_append was removed.
16565
16566         * gdk/linux-fb/gdkdrawable-fb2.c
16567         (gdk_fb_get_depth, gdk_fb_get_visual,
16568         gdk_drawable_impl_fb_class_init): Implement
16569         these drawable functions. Now GtkImages work again.
16570
16571         * gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Change prototype.
16572
16573         * gdk/linux-fb/gdkprivate-fb.h (_gdk_fb_get_image): Change prototype.
16574         
16575         * gdk/linux-fb/gdkmain-fb.c (fb_modes_parse_mode,
16576         gdk_fb_setup_mode_from_name, gdk_fb_set_mode, gdk_fb_display_new);
16577         Parse /etc/fb.modes, use the environment variables GDK_DISPLAY_MODE,
16578         GDK_DISPLAY_DEPTH, GDK_DISPLAY_WIDTH, GDK_DISPLAY_HEIGHT.
16579
16580 2000-11-08  Havoc Pennington  <hp@pobox.com>
16581
16582         * gtk/gtktexttag.c (gtk_text_tag_class_init): Add visible and
16583         visible_set args, don't know where these had gone, I thought they
16584         used to be there
16585
16586         * gtk/testtext.c: Add a menu item to apply invisibility tag;
16587         now we can test the feature and see that it's totally broken.
16588
16589 2000-11-08  Havoc Pennington  <hp@pobox.com>
16590
16591         Make DND copy pixbufs and tags when source and target share a 
16592         tag table.
16593         
16594         * gtk/gtktextview.c (gtk_text_view_drag_data_get): provide the
16595         in-process GTK_TEXT_BUFFER_CONTENTS target
16596         (gtk_text_view_drag_data_received): Paste from
16597         GTK_TEXT_BUFFER_CONTENTS if we receive it.
16598
16599 2000-11-08  Alexander Larsson  <alexl@redhat.com>
16600
16601         * docs/Changes-2.0.txt: Add note about GtkMenuPositionFunc
16602         API changes.
16603
16604         * gtk/gtkmenu.c: Add support for scrolling menus.
16605         Remove gtk_menu_append/prepend/insert, these have been moved to
16606         gtkcompat.h as #defines.
16607
16608         * gtk/gtkcompat.h.in:
16609         Add compatibility #defines for gtk_menu_append/prepend/insert
16610
16611         * gtk/gtkmenu.h: Add data needed for scrolling menus.
16612         GtkMenuPositionFunc gets an extra argument push_in.
16613         gtk_menu_append/prepend/insert removed.
16614         
16615         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu): Change menu
16616         positioning behaviour to fit to scrolling menus.
16617
16618         * gtk/gtkmenuitem.c (gtk_menu_item_forall): Don't recurse
16619         into menuitem->submeny. That is wrong, and broke torn
16620         off submenus of torn off menus, since they were unrealized
16621         when the first menu was unrealized.
16622
16623         * gtk/gtkmenushell.[ch]: Virtualize gtk_menu_shell_insert() and
16624         gtk_menu_shell_select_item() since these need to be overridden in
16625         GtkMenu.
16626
16627         * gtk/gtkoptionmenu.c (gtk_opttion_menu_position): Change menu
16628         positioning behaviour to fit to scrolling menus.
16629         (gtk_option_menu_key_press, gtk_option_menu_button_press): Select
16630         the current item so that it is prelighted when the menu pops up.
16631         This is a workaround to the fact that the menu doesn't get the
16632         initial enter event (due to grabs).
16633
16634         * gtk/gtkfilesel.c, gtk/gtkinputdialog.c, gtk/testgtk.c:
16635         s/gtk_menu_append/gtk_menu_shell_append/
16636
16637         * gtk/gtknotebook.c:
16638         s/gtk_menu_insert/gtk_menu_shell_insert/
16639
16640         * gtk/testgtk.c (create_menu, create_menus):
16641         Create the first menu with 50 items so that menu scrolling
16642         can be tested.
16643         
16644         
16645         Patch from Jonathan Blandford  <jrb@redhat.com>
16646
16647         * gtk/gtkmenuitem.[ch] (gtk_menu_item_toggle_size_request): new
16648         system to handle size requests.  First, we ask what the size of
16649         the toggle is.  Then, when allocating the size, we allocate the
16650         toggle_size first.  This way we can have multiple menu-item
16651         classes w/o needing a seperate class for each.
16652
16653         * gtk/gtkmenu.c (gtk_menu_size_request): Actually use the new system.
16654         * gtk/gtkmenu.c (gtk_menu_size_allocate): Use the new system.
16655
16656         * gtk/gtkcheckmenuitem.c
16657         (gtk_check_menu_item_toggle_size_request): New function to handle
16658         the toggle size-request.
16659
16660 2000-11-07  Havoc Pennington  <hp@redhat.com>
16661
16662         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location):
16663         Half-ass somewhat fix this function, so that scrolling to the
16664         insertion point works. Pango hacking is in the future to really
16665         fix it.
16666
16667         * gtk/gtktextview.c (gtk_text_view_drag_data_get): Don't calculate
16668         length of data, no longer used.
16669
16670         * gtk/gtktextbuffer.c (gtk_text_buffer_finalize): move destroy
16671         method contents in here, get rid of destroy method
16672         (gtk_text_buffer_insert_range): Fix some g_return_if_fail checks
16673         that were backward. Remove debug spew.
16674         (cut_or_copy): Make the clipboard work with insert_range to
16675         preserve tags and pixbufs, not just the primary selection.
16676
16677 2000-11-07  Havoc Pennington  <hp@redhat.com>
16678
16679         * gtk/gtktextmark.c (gtk_text_mark_is_visible): rename 
16680         to gtk_text_mark_get_visible
16681
16682         * gtk/gtktextlayout.c (gtk_text_layout_move_iter_to_line_end): fix
16683         bug that was generating an invalid iterator
16684
16685         * gtk/gtktextiter.c (gtk_text_iter_get_offset): move call to
16686         ensure_char_offsets() in front of code placing the iter in an
16687         invalid state.
16688
16689         * gtk/gtktextbuffer.c (gtk_text_buffer_paste_primary):
16690         make override_location arg const
16691         (paste): Replace the selection if we paste into the 
16692         current selection
16693
16694         * gtk/gtkselection.h: Remove "GtkSelectioData"
16695         (struct _GtkSelectionData): move the definition here.
16696
16697         * gtk/gtktextbuffer.c (gtk_text_buffer_update_primary_selection):
16698         Export the GTK_TEXT_BUFFER_CONTENTS target for in-process copies
16699
16700         * gtk/gtktextiter.c (gtk_text_iter_get_tags): New function
16701
16702         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_range): implement
16703         (gtk_text_buffer_insert_range_interactive): implement
16704         (gtk_text_buffer_get_tags): Remove, replaced by
16705         gtk_text_iter_get_tags()
16706
16707         * gtk/gtktextiter.c (gtk_text_iter_forward_search): Add a search
16708         limit parameter, to avoid infinite linear scan.
16709         (gtk_text_iter_backward_search): Add search limit
16710         (gtk_text_iter_forward_find_char): Add search limit
16711         (gtk_text_iter_backward_find_char): Add search limit
16712
16713 2000-11-07  Alexander Larsson  <alla@lysator.liu.se>
16714
16715         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
16716         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkimage-fb.c,
16717         gdk/linux-fb/gdkpango-fb.c, gdk/linux-fb/gdkpixmap-fb.c,
16718         gdk/linux-fb/gdkwindow-fb.c:
16719         use g_object_new() instead of g_type_create_instance() which
16720         is a private function for fundamental type implementations.
16721
16722         * gdk/linux-fb/gdkinput-ps2.c:
16723         Use MEDIUMRAW instead of RAW keycodes. Remove keyboard state-table
16724         instead just store the current modifier state. Add a (somewhat broken)
16725         keyboard input parser for XLATE mode too, if we couldn't use MEDIUMRAW.
16726         Rename exported function gdk_input_ps2_get_mouseinfo to
16727         gdk_input_get_mouseinfo.
16728
16729         * gdk/linux-fb/gdkmain-fb.c, gdk/linux-fb/gdkprivate-fb.h,
16730         gdk/linux-fb/gdkwindow-fb.c:
16731         gdk_input_ps2_get_mouseinfo was renamed to gdk_input_get_mouseinfo.
16732         
16733
16734 2000-11-02  Havoc Pennington  <hp@redhat.com>
16735
16736         * gtk/gtkfilesel.h, gtk/gtkfilesel.c: Derive from GtkDialog, and
16737         use stock buttons. Should be 100% source compatible, appropriate
16738         filesel fields now point to dialog->vbox and dialog->action_area.
16739         On the bizarre side, dialog->action_area and filesel->action_area
16740         are not the same widget.
16741         (gtk_file_selection_init): Put some padding around the selection
16742         entry, so it isn't touching the GtkDialog separator.    
16743
16744         * gtk/gtkfontsel.h, gtk/gtkfontsel.c: Derive from GtkDialog, 
16745         use stock buttons, etc. Should also be source compatible.
16746         Set the dialog default title in _init not _new().
16747         
16748         * gtk/gtkcolorseldialog.c (gtk_color_selection_dialog_init): 
16749         Use stock buttons; don't put a button box inside the existing
16750         dialog button box. Don't bother with push/pop colormap anymore.
16751
16752         * gtk/gtkdialog.h (GtkResponseType): Add a bunch of more 
16753         specific GTK_RESPONSE_* values. This is clearer than ACCEPT/REJECT
16754         for message dialog, and necessary for the font selection and color
16755         selection with help and apply buttons.
16756         
16757         * gtk/gtkdialog.c (gtk_dialog_add_button): Return a pointer 
16758         to the created button widget. Set GTK_CAN_DEFAULT on the button.
16759         (gtk_dialog_init): Default to GTK_BUTTONBOX_END, put less spacing
16760         between buttons, put less padding around the action area.
16761         (gtk_dialog_run): Exit on unmap rather than on destroy. 
16762         This will also exit the loop if the widget is hidden.
16763         (gtk_dialog_delete_event_handler): Use GTK_RESPONSE_DELETE_EVENT
16764         instead of GTK_RESPONSE_NONE; since we're already adding a bunch
16765         of GTK_RESPONSE_* stuff, this seems cleaner, and lets you 
16766         special-case delete event.
16767
16768         * gtk/gtktexttagtable.c, gtk/gtktextview.c: Fix doc comment
16769         formatting
16770         
16771 Sun Nov  5 05:32:39 2000  Tim Janik  <timj@gtk.org>
16772
16773         * gtk/testgtk.c (uposition_stop_configure): provide a toggle
16774         button to temporarily disable position recording in the
16775         "saved position" test.
16776
16777 Sat Nov  4 05:37:17 2000  Tim Janik  <timj@gtk.org>
16778
16779         * gtk/gtkthemes.c: added compat code that temporarily implements
16780         GtkThemeEnginePlugin as a GObject exporting GTypePlugin. this is
16781         going to be revamped by owen's upcoming GtkModule patches, but
16782         untill then people want gtk to build, right? ;)
16783
16784 2000-11-04  Havoc Pennington  <hp@pobox.com>
16785
16786         * gtk/gtkenums.h: remove trailing comma from GtkDeleteType member
16787         list
16788
16789         * docs/Changes-2.0.txt: Add note about
16790         gtk_container_get_toplevels()
16791
16792         * gtk/gtktextview.h: formatting
16793         
16794         * gtk/gtktextview.c: don't start descriptions with "Returns",
16795         confuses gtk-doc
16796
16797 Sat Nov  4 10:12:27 2000  Owen Taylor  <otaylor@redhat.com>
16798
16799         * autogen.sh: When doing sanity checking on ACLOCAL_FLAGS,
16800         look for glib-2.0.m4 not glib.m4. (Ali Abdin)
16801
16802 2000-11-03  Havoc Pennington  <hp@redhat.com>
16803
16804         * gtk/gtktexttagtable.c: Docs
16805         (gtk_text_tag_table_size): return a signed int
16806
16807         * gtk/gtktexttag.c: s/tkxt/text/g; write documentation
16808         (gtk_text_tag_event): make the event_object a GObject
16809
16810         * gtk/gtktextview.c: Write API docs for all functions.
16811
16812         * gtk/gtktextview.h: add GTK_TEXT_WINDOW_PRIVATE as return value
16813         for gtk_text_view_get_window_type() called on one of the private
16814         windows.
16815
16816         * gtk/gtktextview.c: Instead of accessing text_view->buffer
16817         directly, call get_buffer() which demand-creates a default
16818         buffer. So gtk_text_view_new() can be used to create a view with a
16819         default buffer in it, if you just want an empty text box users can
16820         put data in. Useful for GUI builders also.
16821
16822 2000-11-03  Pablo Saratxaga <pablo@mandrakesoft.com>
16823
16824         * gtk/gtkrc.zh_TW.*: moved gtkrc.zh_TW.Big5 to gtkrc.zh_TW.big5;
16825         the charset encodign portion MUST be in lowercase.
16826         * gtk/gtkrc.az: added file for Azeri language
16827
16828 2000-11-03  Havoc Pennington  <hp@redhat.com>
16829
16830         Get widgets working on the btree/buffer side. Display of them 
16831         still doesn't work.
16832         
16833         * gtk/gtktextview.c: start implementing child widget stuff
16834
16835         * gtk/gtktextiter.c (gtk_text_iter_get_child_anchor): new function
16836
16837         * gtk/gtktextlayout.c: handle embedded widgets
16838
16839         * gtk/gtktextdisplay.c: handle embedded widgets
16840
16841         * gtk/gtktextchild.c: Implement all the child anchor goo
16842
16843         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor): New
16844         function
16845
16846         * gtk/gtktextbtree.c: Add child anchor table to the btree struct
16847         (insert_pixbuf_or_widget_segment): abstract out common portions of 
16848         creating a child anchor or a pixbuf segment.
16849         (gtk_text_btree_create_child_anchor): new function
16850         (gtk_text_btree_unregister_child_anchor): new function
16851
16852         * gtk/gtkmarshal.list: added VOID:OBJECT,INT,INT for the
16853         allocate_child signal on GtkTextLayout
16854
16855         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): fix bogus return
16856         values
16857         (gtk_text_iter_get_child_anchor): new function
16858
16859         * gtk/gtktextbuffer.c (gtk_text_buffer_real_changed): Add a
16860         default handler for the changed signal, which calls
16861         gtk_text_buffer_set_modified(), instead of just always emitting
16862         changed then calling set_modified() manually. I guess this is
16863         maybe more flexible. It seems logical.
16864
16865 Fri Nov  3 08:58:38 2000  Tim Janik  <timj@gtk.org>
16866
16867         * gtk/gtkobject.c: _g_signal_handlers_destroy() is prefixed with '_'
16868         now.
16869
16870         * gtk/gtksignal.c: use g_signal_connect_closure_by_id() now.
16871
16872 Thu Nov  2 14:10:51 2000  Owen Taylor  <otaylor@redhat.com>
16873
16874         * gdk/x11/gdkdnd-x11.c: Fix a bunch of functions that should have
16875         been marked static.
16876
16877 2000-11-02  Havoc Pennington  <hp@redhat.com>
16878
16879         * gtk/testgtk.c (create_labels): had a test backward
16880
16881         * gdk/x11/gdkgc-x11.c (gdk_gc_copy): Copy the client-side GC
16882         fields, so the dest GC ends up with the correct clip origin, 
16883         etc. Fixes a bug where colored labels didn't redraw 
16884         properly.
16885
16886 2000-11-02  Alexander Larsson  <alexl@redhat.com>
16887
16888         * gdk/linux-fb/gdkcolor-fb.c, gdk/linux-fb/gdkdnd-fb.c,
16889         gdk/linux-fb/gdkgc-fb.c, gdk/linux-fb/gdkpango-fb.c,
16890         gdk/linux-fb/gdkpixmap-fb.c, gdk/linux-fb/gdkwindow-fb.c:
16891         Add last argument to t_type_register_static call.
16892         
16893         * gdk/linux-fb/gdkdrawable-fb2.c:
16894         Add last argument to t_type_register_static call.
16895         export the get_image drawable virtual function.
16896
16897         * gdk/linux-fb/gdkimage-fb.c:
16898         Add last argument to t_type_register_static call.
16899         rename gtk_image_get to _gdk_fb_get_image and
16900         export it for use by gdkdrawable-fb2.
16901
16902         * gdk/linux-fb/gdkprivate-fb.h:
16903         export _gdk_fb_get_image.
16904
16905         * gdk/linux-fb/gdkselection-fb.c:
16906         Add new api call stubs.
16907
16908         * gtk/Makefile.am:
16909         Missing ( in linux-fb part.
16910
16911         * modules/linux-fb/Makefile.am:
16912         Must link with gdk_pixbuf or get unresolved symbol.
16913
16914 2000-11-01  Havoc Pennington  <hp@pobox.com>
16915
16916         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): Use 
16917         GTK_TYPE_TEXT_ITER and BOXED marshallers
16918
16919         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): ditto
16920
16921         * gtk/gtktexttag.c (gtk_text_tag_class_init): ditto
16922         
16923         * gtk/gtk-boxed.defs: add GtkTextIter
16924
16925         * gtk/gtkmarshal.list: Add marshallers for text widget that 
16926         properly use OBJECT and BOXED
16927
16928 2000-11-01  Havoc Pennington  <hp@redhat.com>
16929
16930         * gtk/testgtk.c (create_labels): Test set_markup_with_accel()
16931
16932         * gtk/gtklabel.c (set_markup): Convert the unichar to a GDK keyval
16933         before returning it. 
16934         
16935 2000-11-01  Havoc Pennington  <hp@redhat.com>
16936
16937         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
16938         Clip the rectangle to be rendered to the drawable, since
16939         get_from_drawable() requires a region within the drawable
16940
16941 2000-11-01  Havoc Pennington  <hp@redhat.com>
16942
16943         * gtk/gtkimage.c (gtk_image_expose): Um, don't randomly subtract 4
16944         from coordinates.
16945
16946 Wed Oct 25 20:10:57 2000  Owen Taylor  <otaylor@redhat.com>
16947
16948         * gdk/gdkevents.c (gdk_event_copy): Only ref the window if
16949         it isn't NULL.
16950
16951 2000-11-01  Havoc Pennington  <hp@pobox.com>
16952
16953         * gtk/gtklabel.c (gtk_label_set_attributes): Set a PangoAttrList
16954         on a label
16955         (gtk_label_finalize): unref the attr list if any.
16956
16957         * gtk/testgtk.c (create_get_image): close test on second click
16958         (make_message_dialog): close dialog if it exists
16959
16960         * gdk/gdkpango.c (gdk_draw_layout): Handle rise attribute
16961
16962         * gdk-2.0.pc.in (Requires): Make it require gdk-pixbuf-2.0 not
16963         gdk-pixbuf
16964
16965         * gtk/gtklabel.c (gtk_label_set_markup): new function to set label
16966         from Pango markup format
16967         (gtk_label_set_markup_with_accel): ditto but with accelerator
16968         parsing
16969
16970         * gtk/gtkimage.c (gtk_image_expose): reformatting.
16971
16972         * gdk/gdkpixbuf-drawable.c (gdk_pixbuf_get_from_drawable): Hack to
16973         reflect current state of GDK - use gdk_drawable_get_colormap, etc.
16974         Check GDK_IS_WINDOW() not !GDK_IS_PIXMAP() to decide whether to 
16975         call gdk_window_get_origin().
16976
16977         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable_alpha):
16978         implement GDK_PIXBUF_ALPHA_FULL
16979         
16980 Wed Nov  1 03:43:42 2000  Tim Janik  <timj@gtk.org>
16981
16982         * gtk/gtksignal.c (gtk_signal_compat_matched): make use of
16983         g_signal_handlers_block_matched, g_signal_handlers_unblock_matched and
16984         g_signal_handlers_disconnect_matched to block/unblock and disconnect
16985         multiple handlers respectively, instead of only treating the
16986         first handler found (bug reported by owen).
16987
16988 Mon Oct 30 19:23:50 2000  Jonathan Blandford  <jrb@redhat.com>
16989
16990         * gtk/gtktreeview.c (gtk_tree_view_expand_row): New function.
16991
16992         * gtk/gtktreeview.c (gtk_tree_view_collapse_row): New function.
16993
16994         * gtk/gtktreeview.c, gtk/gtktreemodel.c, gtk/gtktreeselection.c
16995         gtk/gtktreestore.h, gtk/gtktreeview.h, gtk/gtktreeviewcolumn.c,
16996         gtk/gtktreeviewcolumn.h: Fixed inline docs.
16997
16998         * docs/reference/gtk/tree_widget.sgml: Proto intro to the tree
16999         widget.  Needs writing someday.
17000
17001         * docs/reference/gtk/tmpl/gtktree*sgml: Added the tree widget to
17002         the docs.
17003
17004 2000-10-30  Havoc Pennington  <hp@redhat.com>
17005
17006         * gtk/gtktextview.h, gtk/gtktextview.c:
17007         Rename delete_at_cursor delete_from_cursor, and 
17008         move to move_cursor.
17009
17010 2000-10-30  Havoc Pennington  <hp@redhat.com>
17011
17012         * gtktextbtree.c, gtktextbtree.h, gtktextbuffer.c,
17013         gtktextbuffer.h, gtktextchild.c, gtktextchild.h,
17014         gtktextchildprivate.h, gtktextdisplay.c, gtktextdisplay.h,
17015         gtktextiter.c, gtktextiter.h, gtktextiterprivate.h,
17016         gtktextlayout.c, gtktextlayout.h, gtktextmark.c, gtktextmark.h,
17017         gtktextmarkprivate.h, gtktextsegment.c, gtktextsegment.h,
17018         gtktexttag.c, gtktexttag.h, gtktexttagprivate.h,
17019         gtktexttagtable.c, gtktexttagtable.h, gtktexttypes.c,
17020         gtktexttypes.h, gtktextview.c, gtktextview.h:
17021
17022         Massive reindentation and reformatting. Arg alignment and comments
17023         still need fixing in various places.
17024
17025 2000-10-30  Havoc Pennington  <hp@redhat.com>
17026
17027         * gtk/gtktextview.h, gtk/gtktextview.c: Change run action signals
17028         to be named insert_at_cursor and delete_at_cursor so C++ can
17029         handle them.
17030
17031 2000-10-28  Tor Lillqvist  <tml@iki.fi>
17032
17033         * gtk/gtkrc.c (gtk_rc_append_default_module_path): Make sure not
17034         to get a double directory separator in case the home directory
17035         ends with one. This would cause trouble especially on Windows,
17036         where the path will be confused with the syntax for an an UNC
17037         (network share) path \\server\share\path.
17038         (gtk_rc_add_initial_default_files): Ditto.
17039
17040 Sat Oct 28 02:33:09 2000  Robert Brady  <robert@suse.co.uk>
17041
17042         * gtk/gtkmarshal.list: add new marshallers for GtkTextView.
17043
17044         * gtk/gtktextview.c: Use correct marshallers.
17045
17046 Fri Oct 27 17:56:26 2000  Jonathan Blandford  <jrb@redhat.com>
17047
17048         * gtk/gtkliststore.c: Not sure how this ever worked.  Fixed it to
17049         use new iter stuff, and added all the appropriate signals et al.
17050
17051         * gtk/gtktreedatalist.h: s/gtk/_gtk to further reinforce that this
17052         code is internal to gtk only.
17053
17054 2000-10-28  Tor Lillqvist  <tml@iki.fi>
17055
17056         * gtk/gtk.def
17057         * gtk/makefile.{mingw,msc}.in: Adjust to Tim's changes. Use
17058         glib-genmarshal etc.
17059
17060 Fri Oct 27 20:15:00 2000  Tim Janik  <timj@gtk.org>
17061
17062         * gtk/Makefile.am: added dependancies for testtextbuffer which broke
17063         parallel builds.
17064
17065 Fri Oct 27 18:51:44 2000  Tim Janik  <timj@gtk.org>
17066
17067         * gtk/gtksignal.[hc]: adapt to GSignal signature changes.
17068
17069 2000-10-27  Robert Brady  <robert@suse.co.uk>
17070
17071         * configure.in (ALL_LINGUAS): Add en@IPA (English, phonetic), 
17072         en_GB (British), ia (Interlingua).
17073
17074 2000-10-26  Havoc Pennington  <hp@redhat.com>
17075
17076         * gtk/gtktextiter.c (my_strrstr): fix constness warning
17077
17078         Fixed output of:
17079         nm -g -l .libs/libgtk-x11-1.3.so | grep ' T ' | grep -v gtk_ | grep -v GTK_
17080         
17081         * gtk/gtktextsegment.c (char_segment_new): rename
17082         (_char_segment_new_from_two_strings): rename
17083         (_toggle_segment_new): rename
17084         
17085         * gtk/gtkclipboard.c (ensure_clipboard_widget): make this static
17086         (make_clipboard_widget): make it static
17087         (text_get_func): static
17088         (text_clear_func): static
17089
17090         * gtk/gtkcolorsel.c (adjustment_changed): make this function
17091         static
17092         (hex_changed): make it static
17093         (hsv_changed): make it static
17094         (opacity_entry_changed): make it static
17095
17096         * gtk/gtktextbtree.c (change_node_toggle_count): rename with _gtk
17097         (toggle_segment_check_func): rename with _gtk
17098
17099         * gtk/gtktextchild.c (_pixbuf_segment_new): rename with _gtk
17100         (_widget_segment_new): rename
17101         (_widget_segment_add): rename
17102         (_widget_segment_remove): rename
17103         (_widget_segment_ref): rename
17104         (_widget_segment_unref): rename
17105
17106         * gtk/gtktextmark.c (_mark_segment_new): Rename
17107         _gtk_mark_segment_new   
17108
17109 2000-10-26  Havoc Pennington  <hp@redhat.com>
17110
17111         * gtk/gtkmarshal.list: add new marshallers used by the text widget
17112         * gtk/gtktextbuffer.c (gtk_text_buffer_class_init): fix marshaller
17113         types
17114
17115         * gtk/gtktexttagtable.c (gtk_text_tag_table_class_init): fix
17116         marshaller types
17117
17118         * gtk/gtktextlayout.h, gtk/gtktextlayout.c, gtk/gtktextdisplay.h,
17119         gtk/gtktextdisplay.c: We need to preserve Tk copyrights and
17120         license on these files.
17121
17122         * gtk/gtktextiter.c (gtk_text_iter_backward_search): Make this
17123         work.
17124
17125         * gtk/gtktextbtree.c (gtk_text_btree_new): init stamps to 
17126         runtime random number different for each tree, instead of 
17127         a constant I made up.
17128
17129 Thu Oct 26 07:36:16 2000  Tim Janik  <timj@gtk.org>
17130
17131         * gtk/Makefile.am: buncha cleanups, kludged build sources
17132         dependencies with a Makefile: oldest-source-stamp dependancy
17133         for the moment. automake is really fighting us here, with
17134         intentionally not allowing user-defined rules or dependancies
17135         prior to it's -include $(DEP_FILES) statement. sucks rocks!
17136
17137         * gtk/Makefile.am: added gtktextlayout.h and gtktextdisplay.h
17138         to public headers. tehy have a comment stating that they are
17139         "semi-public" aren't included by gtk.h and if enums popup there,
17140         they can be /*< skip >*/-ed.
17141
17142         * gtk/gtktextlayout.h: 
17143         * gtk/gtktextdisplay.h: indentation fixes, comment fixes,
17144         added LGPL... <SIGH>
17145
17146 Wed Oct 25 20:40:25 2000  Jonathan Blandford  <jrb@redhat.com>
17147
17148         * gtk/gtktreemodel.h: Got rid of GtkTreeNode, and changed it to
17149         GtkTreeIter.  Added iterators everywhere.
17150
17151         * gtk/gtktreeviewcolumn.c: Changed to use the iterators.
17152
17153         * gtk/gtktreeviewselection.c: Changed to use the iterators.
17154
17155         * gtk/gtktreestore.c: Changed to use the iterators.
17156
17157         * gtk/gtkliststore.c: Commented out the code.  Will convert to
17158         iterators tomorrow.
17159
17160         * gtk/gtkmodelsimple.c: Commented out the code.  Will convert to
17161         iterators tomorrow.
17162
17163         * gtk/treestoretest.c: Changed to use iterators.
17164
17165         * demos/testgtk/main.c: Moved to use the new iterator system.
17166
17167 Thu Oct 26 02:10:32 2000  Tim Janik  <timj@gtk.org>
17168
17169         * gtk/Makefile.am: invoke maketypes.awk with LC_ALL=C to avoid
17170         localization misbehaviour.
17171
17172         * gtk/gtk-boxed.defs: nuked "boxed" type GtkCTreeNode, since it's
17173         a useless type without copy/free.
17174
17175         * gtk/gtkctree.c (gtk_ctree_class_init): use GTK_TYPE_POINTER instead
17176         of GTK_TYPE_CTREE_NODE.
17177
17178 Thu Oct 26 00:51:52 2000  Tim Janik  <timj@gtk.org>
17179
17180         * gtk/gtksignal.c:
17181         (gtk_signal_emitv): use g_value_set_static_{string|boxed} where
17182         applicable.
17183
17184         * gtk/gtk-boxed.defs (GtkSelectionData): specify
17185         gtk_selection_data_copy and gtk_selection_data_free
17186         do GtkSelectionData work as params in signals.
17187
17188 Wed Oct 25 20:47:41 2000  Tim Janik  <timj@gtk.org>
17189
17190         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init): urg, removed
17191         implementation of gtk_marshal_VOID__INT_INT_INT_INT. if people do that,
17192         couldn't they at least give it a non-standard name?
17193         
17194         * gtk/gtktextlayout.c: arg! yet another implementation of
17195         gtk_marshal_VOID__INT_INT_INT_INT(), is this a conspiracy?
17196
17197         * gtk/gtktextbuffer.c: gotcha! captured a vagabonding
17198         gtk_marshal_VOID__INT_POINTER_INT() implementation, braught it back
17199         home. now i know this _is_ a conspiracy.
17200
17201         * gtk/gtkwidget.c (gtk_widget_class_init): marshaller fixups for
17202         ::state-changed.
17203
17204         * gtk/gtkaccelgroup.c (gtk_accel_group_create_remove): 
17205         (gtk_accel_group_create_add): marshaller signature fixups.
17206
17207         * gtk/gtklistitem.c (gtk_list_item_class_init): signal creation fixups,
17208         pass in GTK_TYPE_SCROLL_TYPE instead of GTK_TYPE_ENUM.
17209
17210         * gtk/gtkobject.[hc]: removed GTK_CONNECTED flag, it's not valid
17211         anymore.
17212
17213 Tue Oct 24 23:59:21 2000  Tim Janik  <timj@gtk.org>
17214
17215         * docs/reference/Makefile.am: disabled SUBDIRS for the moment, since
17216         due to the signal system changes, it wouldn't build currently. to
17217         be fixed soon.
17218
17219         * docs/Changes-2.0.txt: GtkSignal/GSignal updates.
17220
17221         * gtk/gtkwidget.c: ::direction_changed takes an enum as argument,
17222         so it needs gtk_marshal_VOID__ENUM() instead of
17223         gtk_marshal_NONE__UINT().
17224
17225         * gdk/gdk*.c: adapted type registration functions.
17226
17227         * gtk/gtkbindings.c:
17228         * gtk/gtkaccelgroup.c: operate on GSignalQuery, GtkSignalQuery is
17229         gone.
17230
17231         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType.
17232
17233         * gtk/gtkobject.c:
17234         (gtk_object_destroy):
17235         (gtk_object_shutdown): fixed recursion guards. basically we have to
17236         catch the case where any of GObject.shutdown() or gtk_object_destroy()
17237         is called during ::destroy, and avoid recursion there.
17238
17239         * gtk/gtktypeutils.c:
17240         * gtk/maketypes.awk: awk-script hackup to provide gtk_type_init() with
17241         boxed_copy/boxed_free. this needs a more general solution based on a
17242         publically installed code-generator utility.
17243
17244         * gtk/gtktypeutils.[hc]: compat aliased GTK_TYPE_BOXED to G_TYPE_BOXED,
17245         glib's gobject has support for that now.
17246         define GtkSignalMarshaller in terms of GSignalCMarshaller.
17247
17248 Mon Oct 23 09:36:42 2000  Tim Janik  <timj@gtk.org>
17249
17250         * gtk/gtksignal.[hc]:
17251         * gtk/gtkmarshal.[hc]:
17252         * gtk/Makefile.am: generate marshallers with glib-genmarshal and don't
17253         compile gtkmarshal.c on its own anymore, just include it in gtksignal.c.
17254         removed #include <gtkmarshal.h>s all over the place, gtksignal.h takes
17255         care of that.
17256
17257         * *.c: marshaller name fixups.
17258
17259         * gtk/gtkmarshal.list: added a comment briefing the format.
17260
17261 Sun Oct 22 23:14:39 2000  Tim Janik  <timj@gtk.org>
17262
17263         * gtk/gtksignal.[hc]: nuked old implementation. we mostly have
17264         compatibility macros here now. more specifically, most of
17265         the API is preserved (yes, _most_, nonwithstanding the
17266         following exceptions listed, the API is stil lHUGE ;)
17267         things that got removed completely:
17268         GtkSignalQuery, gtk_signal_query(), gtk_signal_n_emissions(),
17269         gtk_signal_n_emissions_by_name(), gtk_signal_handlers_destroy(),
17270         gtk_signal_set_funcs(), gtk_signal_handler_pending_by_id(),
17271         gtk_signal_add_emission_hook(), gtk_signal_add_emission_hook_full(),
17272         gtk_signal_remove_emission_hook().
17273         non-functional functions variants:
17274         gtk_signal_add_emission_hook(), gtk_signal_remove_emission_hook().
17275         the GtkCallbackMarshal argument to gtk_signal_connect_full() is
17276         not supported anymore.
17277         (gtk_signal_compat_matched): new internal function to aid
17278         implementation of the compatibility macros, it  provides
17279         functionality to block/unblock/disconnect handlers based
17280         on func/data.
17281
17282         * gtk/gtkenums.h: define GtkSignalRunType in terms of GSignalType,
17283
17284         * *.c: adaptions to new type registration API signatures.
17285
17286 Fri Oct 20 15:26:33 2000  Tim Janik  <timj@gtk.org>
17287
17288         * gtk/gtktypeutils.[hc]: removed G_TYPE_GTK_POINTER cludge.
17289
17290 2000-10-25  Robert Brady  <robert@suse.co.uk>
17291
17292         * gdk/x11/gdkproperty-x11.c (gdk_property_get, gdk_property_change,
17293         gdk_property_delete): If window == NULL, assume the root window.
17294         (restoring the behaviour that was in 1.2).
17295         
17296         * gtk/testtext.c (save_buffer): Allow creation of new files when
17297         saving.
17298
17299         (fill_file_buffer): Don't die if a UTF-8 sequence is split across
17300         calls to read().
17301
17302 2000-10-25  Tor Lillqvist  <tml@iki.fi>
17303
17304         * gdk/gdkwindow.c: Include x11/gdkx.h only when building for X11.
17305
17306         * gdk/win32/gdkdrawable-win32.c
17307         * gdk/win32/gdkimage-win32.c
17308         * gdk/win32/gdkprivate-win32.h: Corresponding changes as in the
17309         X11 backend.
17310
17311         * gdk/win32/gdkcc-win32.c
17312         * gdk/win32/gdkcolor-win32.c
17313         * gdk/win32/gdkfont-win32.c
17314         * gdk/win32/gdkinput-win32.c
17315         * gdk/win32/gdkmain-win32.c
17316         * gdk/win32/gdkproperty-win32.c: Silence gcc -Wall.
17317
17318 2000-10-24  Havoc Pennington  <hp@redhat.com>
17319
17320         * gtk/gtktextview.c (gtk_text_view_scroll_to_mark_adjusted): make
17321         it a static function
17322
17323         * gtk/gtktextbtree.c (gtk_text_btree_tag): Gee, maybe we should
17324         redraw text when a tag is applied to it.
17325
17326         * gtk/gtktexttag.c (gtk_text_tag_affects_size)
17327         (gtk_text_tag_affects_nonsize_appearance): private functions to
17328         see if a tag requires various kinds of redraw/layout to be queued
17329         up.
17330
17331         * gtk/gtktexttag.h (struct _GtkTextTag): Remove relief crackrock
17332
17333         * gtk/testtext.c (fill_example_buffer): Put the cursor 
17334         at the start of the buffer, so search works by default
17335
17336         * gtk/gtktextiter.c (lines_match): init match_start always
17337
17338         * gtk/gtktextbuffer.c (gtk_text_buffer_get_iter_at_line_index): New
17339         function, get iter at a line + a byte index
17340
17341         * gtk/gtktextiter.c (gtk_text_iter_set_line_index): New function,
17342         to set byte position within a line
17343         (gtk_text_iter_check): remove leftover G_BREAKPOINT thing
17344
17345 2000-10-23  Havoc Pennington  <hp@redhat.com>
17346
17347         * gtk/testtext.c: Re-enable the "find" dialog
17348
17349         * gtk/testgtk.c: Add test for gdk_drawable_get_image
17350         
17351         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix bug where
17352         the arguments to gdk_draw_drawable were in the wrong order
17353         (gdk_window_paint_init_bg): This function was ignoring the
17354         init_region, instead of clipping to it, so the entire backing
17355         pixmap was cleared on every begin_paint()
17356         (gdk_window_begin_paint_region): Hmm, the same list-walking bug
17357         was in here again, the loop kept using the same GtkWindowPaint
17358         over and over.
17359         (gdk_window_begin_paint_region): Fix a bug where we had two
17360         x_offset instead of x_offset and y_offset
17361
17362         * gdk/gdkdraw.c (gdk_drawable_get_image): get composite drawable
17363         before we get the image.
17364         (gdk_draw_drawable): get the composite before we draw the drawable.
17365         (gdk_drawable_real_get_composite_drawable): default
17366         get_composite_drawable implementation that returns the drawable 
17367         itself
17368
17369         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Add
17370         get_composite_drawable virtual function
17371
17372         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Fix a cheesy
17373         list-walking bug
17374
17375         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable): Add a hack to
17376         make this work if the source drawable is a GdkDrawableImplX11
17377         instead of a public drawable type. This is really broken; the
17378         problem is that GdkDrawable needs a virtual method get_xid(), but
17379         of course that doesn't work in practice. Enter RTTI.
17380
17381         Also, improve mismatched depth message.
17382
17383         * gdk/gdkpixmap.c (gdk_pixmap_get_image): Implement get_image for
17384         GdkPixmap
17385
17386         * gdk/x11/gdkdrawable-x11.c (gdk_drawable_impl_x11_class_init):
17387         install _gdk_x11_get_image as our implementation of get_image
17388         
17389         * gdk/x11/gdkimage-x11.c (gdk_image_get): Rename to
17390         _gdk_x11_get_image and export for use in gdkdrawable-x11.c
17391
17392         * gdk/gdkimage.c (gdk_image_get): Make this just a wrapper around
17393         gdk_drawable_get_image
17394
17395         * gdk/gdkdraw.c (gdk_drawable_get_image): call virtual get_image
17396
17397         * gdk/gdkdrawable.h (struct _GdkDrawableClass ): Virtualize
17398         get_image
17399
17400         * gtk/gtktreestore.c (gtk_tree_store_get_node): remove weird
17401         trailing semicolon after for loop
17402
17403 Mon Oct 23 12:07:57 2000  Owen Taylor  <otaylor@redhat.com>
17404
17405         * gtk/gtkwidget.c (gtk_widget_set_style_internal): Fix problem
17406         where font_desc for widget's context lagged widget's font_desc by
17407         one step.
17408
17409 2000-10-22  Tor Lillqvist  <tml@iki.fi>
17410
17411         * gdk/win32/gdkgc-win32.c
17412         * gdk/win32/gdkimage-win32.c: Remove gcc -Wall warnings.
17413
17414         * gtk/makefile.mingw.in
17415         * gtk/gtk.def: Updates.
17416
17417         * gtk/testgtk.c: sleep() is called _sleep in MS's C
17418         library.
17419
17420         * gtk/gtkimcontextsimple.c: Include <stdlib.h> for bsearch().
17421
17422         * gtk/makefile.msc: Remove
17423
17424         * gtk/makefile.msc.in: New file, like makefile.mingw.in.
17425
17426         * gtk/Makefile.am: Add it.
17427
17428         * configure.in: Generate it.
17429
17430         * gtk/gtktextbuffer.c (gtk_text_buffer_create_child_anchor)
17431         * gtk/gtktextbtree.c (gtk_text_line_char_to_byte): Return
17432         something even if not implemented, to satisfy picky MSVC.
17433
17434         Patches by Hans Breuer:
17435         
17436         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_glyphs): Call
17437         SetBkMode() and SetTextAlign() before calling
17438         pango_win32_render().
17439
17440         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_values_to_win32values):
17441         Set hcliprgn to NULL after destroying it.
17442         (gdk_gc_set_clip_rectangle): Delete hcliprgn and set to NULL.
17443
17444         * gdk/win32/gdkgeometry-win32.c
17445         (_gdk_windowing_window_queue_antiexpose): More effective
17446         implementation.
17447
17448         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_new): Use drawable's
17449         depth as default, not the visual's.
17450
17451         * gdk/win32/gdkwindow-win32.c (gdk_window_set_title): Guard
17452         against empty title.
17453
17454         * gdk/win32/gdkprivate-win32.h: Define a helper macro,
17455         IMAGE_PRIVATE_DATA.
17456
17457         * gdk/win32/gdkimage-win32.c: Use it.
17458
17459 2000-10-22  Robert Brady  <robert@suse.co.uk>
17460
17461         * configure.in: Check for bind_textdomain_codeset
17462
17463         * gtk/gtkmain.c (gtk_init_check): If bind_textdomain_codeset 
17464         present, make use of it.
17465
17466         Add a translatable string "default:LTR" which, if translated
17467         to "default:RTL", will cause the default direction to be
17468         Right-to-Left.
17469
17470         * gtk/gtkrange.h, gtk/gtkrange.c: Take into account the widget 
17471         direction if marked as flippable.
17472
17473         * gtk/gtkhscale.c: Mark widget as flippable.
17474         
17475 2000-10-04  Havoc Pennington  <hp@redhat.com>
17476
17477         * gtk/testgtk.c (create_buttons): create some stock buttons
17478         with the default accel group
17479         (create_image): test some new GtkImage features
17480         (make_message_dialog): test GtkMessageDialog
17481         (create_modal_window): fix someone's bizzarro indentation
17482
17483         * gtk/gtkwindow.h, gtk/gtkwindow.c: Implement 
17484         GTK_WIN_POS_CENTER_ON_PARENT. 
17485         Add "destroy with parent" setting, which means the window goes
17486         away with its transient parent.
17487         (gtk_window_get_default_accel_group): get the default accel group
17488         for the window.
17489         (gtk_window_set_destroy_with_parent): set/unset destroy with
17490         parent flag
17491         (gtk_window_read_rcfiles): invalidate icon set caches
17492         after reloading rcfiles 
17493
17494         * gtk/gtkenums.h (GtkWindowPosition): add
17495         GTK_WIN_POS_CENTER_ON_PARENT, which centers a dialog 
17496         on its parent window when the dialog is mapped for the first time.
17497
17498         * gtk/gtkmessagedialog.h, gtk/gtkmessagedialog.c: Add 
17499         a simple message dialog class
17500         
17501         * gtk/gtkdialog.c (gtk_dialog_init): Connect delete event 
17502         handler to emit response signal, and maybe later it would
17503         honor a hide_on_delete flag - though that isn't there yet.
17504         Set border width on the vbox to 2, so we get some padding.      
17505         Use a button box for the action area.
17506         (gtk_dialog_key_press): synthesize a delete event if Esc
17507         is pressed and the GtkWidget key press handler didn't 
17508         handle the escape key.
17509         (gtk_dialog_new_with_buttons): new function creates a dialog
17510         with some default buttons in it.
17511         (gtk_dialog_add_action_widget): add an activatable widget
17512         as a button in the dialog - you can also add a non-activatable
17513         widget by accessing the action area directly.
17514         (gtk_dialog_add_button): add a simple button - stock ID or 
17515         label - to the action area
17516         (gtk_dialog_response): emit response signal
17517         (gtk_dialog_run): block waiting for the dialog, return 
17518         the response. Override normal delete_event behavior, so that 
17519         delete_event does nothing inside gtk_dialog_run().
17520         * gtk/gtkdialog.h, gtk/gtkdialog.c: Add "response" signal
17521         emitted when an action widget is clicked or the dialog gets
17522         delete_event
17523
17524         * gtk/gtk.h: add gtkmessagedialog.h
17525
17526         * gtk/Makefile.am: add gtkmessagedialog.[hc]
17527
17528 2000-10-18  Havoc Pennington  <hp@redhat.com>
17529
17530         * gtk/gtktextiter.c (gtk_text_iter_forward_to_newline): Fix a bug 
17531         where any number of empty lines would get skipped
17532
17533         * gtk/gtktextiter.h: Remove padding from GtkTextIter; live on the
17534         edge.
17535
17536         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): enhance the
17537         warning about invalid iterators (explain more thoroughly)
17538         (gtk_text_iter_in_region): rename gtk_text_iter_in_range
17539
17540         * gtk/gtktextview.c (FOCUS_EDGE_WIDTH): Make focus rectangle less
17541         big
17542
17543         * demos/*.c: Add error handling
17544
17545         * gtk/gtktextbuffer.c: don't modify const iterators
17546
17547         * gtk/gdk-pixbuf-loader.c: Add full error handling here
17548
17549         * gtk/gtkimage.c (gtk_image_set_from_file): ignore errors
17550         on file load
17551
17552         * gtk/gtkiconfactory.c: Update to reflect addition of error
17553         handling to gdk-pixbuf loaders
17554
17555 Wed Oct 18 11:14:05 2000  Owen Taylor  <otaylor@redhat.com>     
17556
17557         * configure.in demos/Makefile.am demos/testgtk/*: Start of work to
17558         move to new modularized testgtk.
17559
17560 2000-10-17  Jonathan Blandford  <jrb@redhat.com>
17561
17562         * gtk/gtktreeview.c: Draw the arrows correctly.
17563
17564         * gtk/gtktreemodel.c: Added user docs.
17565
17566         * gtk/gtk.h: remove gtktreedatalist.h.
17567
17568         * gtk/gtktreestore.c (gtk_tree_store_get_type): Get the correct
17569         parent when generating my type.
17570
17571         * gtk/gtkmarshal.list: Added four more marshallers: INT:NONE,
17572         POINTER:NONE, POINTER:POINTER, and POINTER:POINTER,INT.
17573
17574 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
17575
17576         * gtk/gtktreemodel.h (struct _GtkTreeModelIface): Move
17577         GtkTreeModel from object to interface.
17578
17579 2000-10-16  Havoc Pennington  <hp@redhat.com>
17580
17581         * gtk/gtktreeviewcolumn.c: #include gtklabel.h, fixing 
17582         compilation
17583
17584 2000-10-16  Jonathan Blandford  <jrb@redhat.com>
17585
17586         * gtk/gtktreeselection.c: Add API documentation to all public
17587         functions.
17588
17589         * gtk/gtktreeviewcolumn.c: Added API documentation to all public
17590         functions.
17591
17592 2000-10-15  Jonathan Blandford  <jrb@redhat.com>
17593
17594         * gtk/gtktreeview.c (gtk_tree_view_insert_column): New function
17595         proposed by Guy Harris <gharris@flashcom.net>.  Also, added API
17596         docs to all public functions.
17597
17598         * gtk/gtktreeview.c, gtk/gtktreeview.h, gtk/gtktreestore.h,
17599         gtk/gtktreestore.c, gtk/gtkliststore.h, gtk/gtkliststore.c,
17600         gtk/gtkmodelsimple.c, gtk/gtkmodelsimple.h, gtk/gtktreedatalist.c,
17601         gtk/gtktreemodel.h, gtk/gtktreeselection.c,
17602         gtk/gtktreeselection.h: Fix GtkTreeNode *node ->GtkTreeNode node
17603         issue.
17604
17605 2000-10-14  Robert Brady  <robert@suse.co.uk>
17606
17607         * configure.in: Added "fa" (Persian) to ALL_LINGUAS.
17608
17609 2000-10-12  Jonathan Blandford  <jrb@redhat.com>
17610
17611         * gtk/gtktreedatalist.[ch] (gtk_tree_data_list_value_to_node): Added
17612         values other then G_TYPE_STRING.
17613         * gtk/gtktreeselection.c: Minor commenting updates.
17614         * gtk/gtktreeview.c: Format updates.
17615
17616 2000-10-09  Tor Lillqvist  <tml@iki.fi>
17617
17618         * README.win32: Update.
17619
17620         * gdk/win32/gdkgeometry-win32.c (gdk_window_clip_changed): Add two
17621         lines that had been deleted by mistake (?).
17622
17623         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Handle
17624         also the case fg==white and bg==black (but still not randomly
17625         coloured cursors). Thanks to Wolfgang Sourdeau.
17626
17627         * gdk/win32/*.c: Silence gcc -Wall.
17628
17629         * gtk/gtk.def: Add missing entry points.
17630
17631         Fixes by Hans Breuer:
17632
17633         * gdk/makefile.msc
17634         * gdk/win32/makefile.msc: Update.
17635
17636         * gdk/testgdk.c: If compiling with debugging (with _DEBUG defined,
17637         some MSVC thing, presumably), cause breakpoint on failures. Add
17638         GDK_NOR case. Call g_log_set_always_fatal.
17639
17640         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_insert): Handle
17641         should be pased by reference.
17642         
17643         * gdk/win32/gdkprivate-win32.h: Correct declaration accordingly.
17644         
17645         * gdk/win32/*.c: Correct calls to gdk_win32_handle_table_insert.
17646
17647         * gdk/win32/gdkevents-win32.c
17648         * gdk/win32/gdkwindow-win32.c: Handle WM_CREATE.
17649
17650         * gdk/win32/gdkgc-win32.c: Fix mixups of drawable and
17651         implementation object.
17652
17653         * gdk/win32/gdkimage-win32.c (gdk_image_get): Handle drawables,
17654         not just windows.
17655         
17656         * gdk/win32/gdkpixmap-win32.c (gdk_pixmap_impl_win32_finalize):
17657         Use the wrapper object.
17658         
17659 2000-10-06  Havoc Pennington  <hp@redhat.com>
17660
17661         * Makefile.am (SRC_SUBDIRS): contrib subdir
17662
17663         * gdk/gdkpixbuf.h: Move GdkPixbufAlphaMode to gdk-pixbuf library,
17664         so it can be used in Xlib version
17665
17666         * demos/testpixbuf.c (update_timeout): error checking from 1.0
17667         tree
17668
17669         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_get_pixbuf): Sync
17670         change from 1.0 tree that returns first frame of animation
17671         if the loaded file is an animation.
17672
17673         * contrib: add new directory to hold stuff that comes with GTK+
17674         but isn't really part of GTK+ (for now, gdk-pixbuf-xlib)
17675         
17676         * configure.in: add contrib/*
17677
17678 2000-10-05  Havoc Pennington  <hp@redhat.com>
17679
17680         * demos/testpixbuf-save.c: add pixbuf save test
17681
17682         * demos/Makefile.am: add testpixbuf-save.c
17683
17684 2000-10-05  Jonathan Blandford  <jrb@redhat.com>
17685
17686         * gtk/gtktree.h (GTK_TREE_SELECTION): Replaced with
17687         GTK_TREE_SELECTION_OLD to prevent conflict with gtktreeselection.c
17688         * gtk/testgtk.c: s/GTK_TREE_SELECTION/GTK_TREE_SELECTION_OLD/
17689         * gtk/gtktreeselection.[ch]: Replaced
17690         "node_selected"/"node_unselected" signal with "selection_changed"
17691         signal.
17692
17693 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
17694
17695         * gtk/gtk{tree,cell}?*.[ch]: Checked in initial draft of the new
17696         tree widget.
17697
17698 2000-10-04  Jonathan Blandford  <jrb@redhat.com>
17699
17700         * gdk/gdkwindow.c (gdk_window_draw_arc): Fix obvious bug in circle
17701         drawing.
17702
17703 Wed Oct  4 15:52:15 2000 Owen Taylor  <otaylor@redhat.com>
17704
17705         * gdk/x11/gdkselection-x11.c (_gdk_selection_window_destroyed):
17706         Move list pointer forwards before removing item from
17707         list. (Crash reported by Salmaso Raffaele)
17708
17709         * gdk/gdkwindow.h: Remove spurious trailing ,
17710
17711         * gdk/Makefile.am (LDFLAGS): You can't do interlibrary
17712         dependencies on uninstalled libraries, sorry folks.
17713
17714 2000-10-04  Havoc Pennington  <hp@redhat.com>
17715
17716         * gtk/gtkstock.h, gtk/gtkstock.c, gtk/gtkiconfactory.h,
17717         gtk/gtkiconfactory.c: Fix copyrights    
17718
17719         * demos/testpixbuf.c: add inline pixbuf test
17720         
17721 Mon Sep 25 15:05:17 2000  Owen Taylor  <otaylor@redhat.com>
17722
17723         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c (gdk_window_iconify):
17724         Add gdk_window_iconify.
17725
17726         * gdk/gdkwindow.h gdk/x11/gdkwindow-x11.c
17727         (gdk_window_set_geometry_hints): Add win_gravity
17728         to geometry structure.
17729
17730         * gdk/x11/gdkevents-x11.c (gdk_wm_protocols_filter):
17731         Implement _NET_WM_PING.
17732
17733         * gdk/x11/gdkmain-x11.c (_gdk_windowing_init_check):
17734         Set _NET_WM_PID on the client leader.
17735
17736         * gdk/x11/gdkwindow-x11.c (gdk_window_set_icon_name):
17737         Handle UTF-8 better.
17738
17739         * gdk/x11/gdkwindow-x11.c (gdk_window_set_title): Handle
17740         UTF-8 better, set _NET_WM_NAME as well. Only set
17741         icon name if it hasn't previously been explicitely 
17742         set.
17743
17744 2000-10-03  Havoc Pennington  <hp@redhat.com>
17745
17746         * gtk/testtextbuffer.c: clean up trailing whitespace,
17747         add extensive tests for tag toggle iteration.
17748         
17749         * gtk/gtktextiter.c (MAX_LINEAR_SCAN): decrease linear scan 
17750         distance
17751
17752         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
17753         optimize case where the tag root is on level 1
17754         (gtk_text_line_previous_could_contain_tag): attempt to implement
17755         (gtk_text_line_next_could_contain_tag): Abstract out node_compare
17756         functionality
17757
17758         * gtk/gtktextiter.c (gtk_text_iter_backward_to_tag_toggle):
17759         Implement this, though not very efficiently.
17760
17761         * gtk/gtktextiterprivate.h: reformat
17762
17763         * gtk/gtktextiter.c (gtk_text_iter_get_char): return 0 on the end
17764         iterator
17765
17766         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_interactive): Fix
17767         this to properly revalidate the iterators.
17768
17769         * gtk/gtktextview.c (gtk_text_view_delete): fix control-K to work
17770         properly at the end of the line (and therefore on empty lines)
17771
17772         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Gee,
17773         maybe we should return a value...
17774
17775 2000-10-03  Tor Lillqvist  <tml@iki.fi>
17776
17777         * config.h.win32: Guard definition of alloca(). glib.h now handles
17778         that.
17779
17780         * gdk/gdk.def
17781         * gtk/gtk.def: Add new entry points.
17782
17783         Changes just to make GTK+ build without errors on Win32. No hope
17784         of it working in its current state, though...:
17785         
17786         * gdk/win32/gdkselection-win32.c: Remove gcc -Wall warnings.  Add
17787         some functions from the X11 backend, just to make GTK+ build.
17788
17789         * gdk/makefile.mingw.in
17790         * gtk/makefile.mingw.in: Use correct gdk_pixbuf version
17791         number. Add new object files.
17792
17793         * gtk/gtkclipboard.c: Include gdkwin32.h on Win32. Use
17794         GetMessageTime to get timestamp (where on X11 uses
17795         gdk_x11_get_server_time()).
17796
17797 2000-10-02  Havoc Pennington  <hp@pobox.com>
17798
17799         * gtk/gtktextview.c: text_window_* weren't static and should have
17800         been.
17801         Start work on child widgets; not yet complete, syncing to 
17802         office computer.
17803
17804         * gtk/gtktextchild.h: change this to contain a public interface,
17805         starting work on child interfaces.
17806         * gtk/gtktextchildprivate.h: move private interfaces here
17807
17808         * gtk/Makefile.am: update to reflect gtktextchildprivate.h
17809
17810         * gtk/gtktextview.h, gtk/gtktextview.c, gtk/gtktextbuffer.h,
17811         gtk/gtktextbuffer.c, gtk/gtktextiter.h, gtk/gtk/textiter.c, 
17812         gtk/gtktextmark.c: copyright notices
17813
17814         * gtk/gtktextmarkprivate.h: reformat, and put _ in front of
17815         internal functions      
17816
17817         * gtk/gtktextchild.c (_pixbuf_segment_new): put _ in front of
17818         internal function
17819
17820         * gtk/gtktextlayout.c (gtk_text_layout_get_line_display):
17821         Reformatting    
17822
17823 2000-09-30  Havoc Pennington  <hp@pobox.com>
17824
17825         * gtk/gtktextbtree.c (gtk_text_btree_get_selection_bounds): Handle
17826         NULL start/end pointers
17827
17828         * gtk/gtktextbuffer.c: Write some docs
17829         (gtk_text_buffer_get_selection_bounds): Allow start/end to be
17830         NULL, so you can just check whether there's a selection.        
17831
17832         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): No need to 
17833         cleanup_line or segments_changed ourselves, it gets done 
17834         in unlink_segment
17835
17836         * gtk/gtktextmark.h:
17837         s/gtk_text_mark_deleted/gtk_text_mark_get_deleted/
17838         
17839         * gtk/gtktextsegment.h: Clean up some indentation and naming mess
17840
17841         * gtk/gtktextmark.c: delete some more old Tk cruft
17842
17843         * gtk/gtktextbuffer.c (gtk_text_buffer_delete_mark): add ref to
17844         mark before removing it, so we can emit MARK_DELETED with a valid
17845         pointer.
17846         (gtk_text_buffer_mark_set): hold ref across signal emission
17847
17848         * gtk/gtktextbtree.c (gtk_text_btree_remove_mark): improve
17849         whining about attempts to delete special marks
17850
17851         * gtk/gtktextbuffer.c (_gtk_text_buffer_spew): Prepend with
17852         underscore, since it's internal.
17853
17854         * gtk/gtktextbuffer.h: Remove find_string prototype, this is 
17855         now implemented in terms of iterators in gtktextiter.h
17856
17857         * gtk/gtktextbuffer.c (gtk_text_buffer_set_text): 
17858         New function, destructively sets contents of buffer. Also 
17859         a convenient way to clear the buffer by setting text to ""
17860
17861         * gtk/gtktextiter.c (gtk_text_iter_make_surreal): reformat
17862         multiline string literal
17863
17864         * gtk/testtext.c (text_changed_callback): Redraw line numbers if
17865         text changes.
17866
17867         * gtk/gtktextiter.c (forward_char): Return FALSE if new location 
17868         is not dereferenceable
17869         (gtk_text_iter_forward_lines): fix return value
17870
17871 2000-09-29  Havoc Pennington  <hp@redhat.com>
17872
17873         * gtk/gtktexttag.c (gtk_text_tag_set_priority): fix indentation
17874
17875         * gtk/gtktextview.c: Implement drag thresholding; change functions 
17876         that set border window size to have nicer name
17877         (gtk_text_view_mark_set_handler):  Fix this to have the 
17878         right signature.
17879
17880         * gtk/testtextbuffer.c (fill_buffer): Update with pixbuf changes
17881
17882         * gtk/testtext.c: Update with API changes, put line numbers on 
17883         both sides.
17884         
17885         * gtk/gtktextiter.c (gtk_text_iter_get_pixbuf): Replace get_pixmap
17886         with this
17887
17888         * gtk/gtktextchild.h, gtk/gtktextchild.c: replace all pixmap with
17889         pixbuf; delete a big block of #if 0 Tk code
17890
17891         * gtk/gtktextbuffer.c (gtk_text_buffer_insert_pixbuf): Replace 
17892         insert_pixmap with insert_pixbuf
17893
17894 2000-09-29  Martin Baulig  <baulig@suse.de>
17895
17896         * gdk-pixbuf.pc.in: Renamed to gdb-pixbuf-2.0.pc.in to avoid
17897         confusion with the GdkPixbuf of the GNOME 1.x platform.
17898
17899 2000-09-29  Havoc Pennington  <hp@pobox.com>
17900
17901         * gtk/gtktextview.c: Implement the side windows.
17902
17903         * gtk/testtext.c: Implement simple line numbering in the 
17904         left side window; seems to make scrolling sloooow. Oops.
17905         Also, cursor blink is for some reason causing redraws
17906         of the line numbers. Should investigate...
17907
17908 2000-09-28  Havoc Pennington  <hp@redhat.com>
17909
17910         * gtk/gtktextview.c: Set up infrastructure to deal with lots of 
17911         scrolling child windows, and draw focus rectangle properly.
17912         
17913         (gtk_text_view_buffer_to_window_coords):
17914         Coordinate transformation to deal with all these freaking windows
17915         and offsets
17916         (gtk_text_view_window_to_buffer_coords): transform the other way
17917
17918         * gtk/testtext.c (create_buffer): Update to match Pango API change
17919
17920         * gtk/gtktexttagtable.c (gtk_text_tag_table_foreach): Go over the
17921         anonymous tags
17922         (foreach_unref): don't emit remove signal from finalize, just
17923         set tag's parent to NULL
17924
17925 2000-09-26  Havoc Pennington  <hp@redhat.com>
17926
17927         * gtk/gtkiconfactory.c (gtk_icon_set_clear): remove
17928         Fix some warnings       
17929
17930 2000-09-26  Havoc Pennington  <hp@redhat.com>
17931
17932         * gtk/Makefile.am (gtk_private_h_sources): Move more text widget
17933         headers into the private header list
17934
17935         * Makefile.am (pkgconfig_DATA): install pkg-config files
17936
17937         * configure.in: add pkg-config files
17938
17939         * gdk-2.0.pc.in, gdk-pixbuf.pc.in, gtk+-2.0.pc.in: pkg-config files
17940
17941         * gtk/gtkwindow.c (gtk_window_read_rcfiles): Invalidate
17942         outstanding icon caches on theme change.
17943
17944         * gtk/gtkiconfactory.h, gtk/gtkiconfactory.c: New icon system. Three 
17945         important types:
17946
17947         (GtkIconSource): Specification for creating a pixbuf 
17948         appropriate for a direction/state/size triplet from 
17949         a source pixbuf or filename
17950
17951         (GtkIconSet): List of GtkIconSource objects that are used to
17952         create the "same" icon (e.g. an OK button icon), and cache for
17953         rendered icons
17954
17955         (GtkIconFactory): Hash from stock ID to GtkIconSet; used to look
17956         up the icon set for a given stock ID.  GTK maintains a stack of
17957         GtkIconFactory to search, and applications or libraries can add
17958         additional icon factories on top of the stack
17959         
17960         * gtk/gtkrc.h, gtk/gtkrc.c: When loading an RcStyle, parse 
17961         the set of GtkIconSource specified for a given stock ID into 
17962         a GtkIconSet, and put the GtkIconSet into a GtkIconFactory for the 
17963         RcStyle, under the specified stock ID.
17964
17965         * gtk/gtkstyle.h, gtk/gtkstyle.c: Add a virtual function
17966         render_icon used to derive a GdkPixbuf from a GtkIconSource.
17967         This allows people to theme how prelight, insensitive, etc. are
17968         done.
17969
17970         (gtk_style_lookup_icon_set): Look up a stock ID in the list of
17971         icon factories for a style, and return the resulting 
17972         icon set if any.
17973
17974         (gtk_style_render_icon): Render an icon using the render_icon 
17975         method in the GtkStyleClass.
17976
17977         * gtk/gtkwidget.h, gtk/gtkwidget.c (gtk_widget_render_icon): 
17978         Use the style for a given widget to look up a stock ID, get the
17979         icon set, and render an icon using the render_icon method 
17980         of the style
17981
17982         * gtk/gtkstock.h, gtk/gtkstock.c: Header with the GtkStockItem type
17983         (contains information about a stock item), the built-in stock item
17984         IDs, and functions to add/lookup stock items.
17985
17986         * gtk/stock-icons/*: Stock icons that come with GTK
17987
17988         * gtk/gtkbutton.h, gtk/gtkbutton.c (gtk_button_new_stock): Returns
17989         a button based on a GtkStockItem
17990         (gtk_button_new_accel): Takes a uline string and accel group, and
17991         installs the accelerator.
17992
17993         * gtk/gtkimage.h, gtk/gtkimage.c: Make this into a generic
17994         image-display widget.
17995
17996 2000-09-25  Havoc Pennington  <hp@redhat.com>
17997
17998         * gtk/gtktexttypes.c: Remove Latin1 conversion stuff
17999
18000         * gtk/gtktextbtree.c (gtk_text_btree_node_remove_data): 
18001         Fix a bug when removing node data, we didn't properly 
18002         re-splice the linked list after removing the data.
18003
18004         * gtk/gtktextview.c (gtk_text_view_key_press_event): Pass through 
18005         GDK_Tab as literal tab, Ctrl-Tab to tab to focus widget
18006
18007         * gtk/gtktextbuffer.c (selection_received): fix g_convert usage
18008
18009         * gtk/gtktextlayout.c (set_para_values): Set tab array 
18010         for the layout from the GtkTextTag.
18011
18012         * gtk/gtktexttypes.h: delete tab and search cruft, 
18013         remove g_convert() in favor of GLib version
18014
18015         * gtk/gtktexttypes.c: remove tab implementation from here,
18016         move to Pango
18017
18018         * gtk/gtktexttag.h, gtk/gtktexttag.c: Implement 
18019         tab stuff using new PangoTabArray from Pango
18020
18021         * gtk/gtktexttag.c (gtk_text_attributes_fill_from_tags): Remove
18022         unused border_width stuff
18023
18024 Thu Sep 14 12:21:12 2000  Owen Taylor  <otaylor@redhat.com>
18025
18026         * gtk/gtktexttypes.[ch]: Remove g_convert (moved to
18027         glib) and now useless utf_to_latin1() latin1_to_utf()
18028
18029         * gtk/gtktextview.[ch]: Change ::move_insert and
18030         ::delete_text action signals to ::move and ::delete;
18031         create the signals with the right enumeration type,
18032         not GTK_TYPE_ENUM so that bindings work. Add C-d, M-d,
18033         C-v bindings, change Home, End to move to beginning/end
18034         of line, Add C-Home C-End to move to beginning/end
18035         of buffer. Change ::cut_text to ::cut_clipboard, etc;
18036         combine ::scroll_text into ::move; use new GtkSelectionData
18037         functions to simplify DND text handling.
18038         
18039         * gtk/gtkenums.h gtk/gtktextview.h: Move movement,
18040         deletion enumerations here, rename enumeration values to 
18041         be consistently plural.
18042
18043         * gtk/gtktextbuffer.c: Use new clipboard interfaces
18044         for cut/copy/paste and primary selection.
18045
18046         * gtk/gtktextbuffer.[ch]: Remove excess time and
18047         'interactive' arguments from cut/copy/paste;
18048         rename cut to cut_clipboard, etc; remove
18049         gtk_text_buffer_get_clipboard_contents().
18050
18051         * gtk/gtktextlayout.[ch]: Add 
18052         gtk_text_layout_move_iter_to_line_end() to move the iter to 
18053         line ends.
18054
18055         * gtk/gtkselection.[ch] (gtk_selection_data_set/get_text):
18056         Functions to set or get a UTF-8 string on the selection
18057         data.
18058
18059         * gtk/gtkclipboard.[ch]: New, simplified selection handling
18060         interfaces.
18061
18062         * gtk/gtkinvisible.c (gtk_invisible_new): Realize newly
18063         created widgets - one of these is useless if we don't.
18064
18065         * gtk/gtkselection.[ch] (gtk_selection_clear_targets): Export
18066         a public function clear all targets registered for the
18067         widget.
18068
18069         * gtk/gtkselection.c (gtk_selection_owner_set) docs/Changes-2.0.txt:
18070         Never call gtk_widget_realize() - that was just asking
18071         for bizarre side-effects.
18072
18073         * gtk/gtkselection.c (gtk_selection_owner_set): Call
18074         gdk_selection_owner_set even if the widget is the
18075         same so that we reliably update the timestamp on
18076         the server.
18077
18078         * gdk/x11/gdkevents-x11.c gdk/x11/gdkx.h: Add a 
18079         gdk_x11_get_server_time() function.
18080         
18081         * gdk/x11/gdkevents-x11.c gdk/x11/gdkprivate-x11.h
18082         gdk/x11/gdkselection-x11.c gdk/x11/gdkwindow-x11.h:
18083         Add some tricky filtering on serial numbers for
18084         selection clear events to fix up long-standard
18085         race condition FIXME's in gtkselection.c.
18086
18087         * gdk/gdkproperty.h gdk/x11/gdkselection-x11.h: Add
18088         routines to convert from utf8 to compound text or
18089         STRING and from a text property to UTF-8.
18090
18091         * gtk/gtkmain.[ch] (gtk_get_current_event_time): Add 
18092         a convenience function gdk_get_current_event_time().
18093
18094         * gtk/gtkselection.c (gtk_selection_data_copy/free): Copy
18095         and free selection_data->data properly
18096
18097 Sat Sep  9 10:23:53 2000  Owen Taylor  <otaylor@redhat.com>
18098
18099         * gtk/gtkthemes.c: Remove some unecessary includes.
18100
18101 2000-09-08  Jonathan Blandford  <jrb@redhat.com>
18102
18103         * gtk/gtktextdisplay.c
18104         * gtk/gtktextlayout.c
18105         * gtk/gtktexttag.c
18106         * gtk/gtktexttag.h
18107         * gtk/testtext.c: Change the overstrike property to strikethrough,
18108         to closer match pango.
18109
18110 Fri Sep  8 14:28:00 2000  Owen Taylor  <otaylor@redhat.com>
18111
18112         * gtk/gtktextview.c: Fix up visibility so that focus,
18113         cursor_visible and blink interact properly.  Reenable cursor blink
18114         which had been roughly disabled. Make blink and focus
18115         properly per-view.
18116
18117         * gtk/gtktextlayout.[ch] (gtk_text_layout_set_cursor_visible):
18118         Add a flag for whether to display insertion cursor and
18119         a function to set the flag.
18120
18121         * gtk/gtktextlayout.c (gtk_text_layout_get_line_yrange): Change
18122         get_line_y() to get_line_yrange(), to be a bit more generally
18123         useful.
18124
18125 Thu Sep 07 20:54:33 2000  George Lebl <jirka@5z.com>
18126
18127         * gtk/gtkmenu.c:  in gtk_menu_set_submenu_navigation_region
18128           do stop_navigating_submenu, to clear last timeout properly.
18129           Also in gtk_menu_motion_notify move ignore_enter above
18130           the conditional to make it always happen as suggested by Owen
18131
18132 2000-09-07  Tor Lillqvist  <tml@iki.fi>
18133
18134         * gdk/win32/makefile.mingw.in: Use -Wall. Add gdkpango-win32.o
18135
18136         * gdk/win32/gdkwin32.h: Add more definitions missing from the free
18137         w32api headers.
18138
18139         * gdk/win32/gdkprivate-win32.h: Add a couple of missing
18140         declarations.
18141
18142         * gdk/win32/gdkdrawable-win32.c: Remove gcc -Wall warnings.
18143         (gdk_win32_get_colormap): A line had been deleted by mistake.
18144
18145         * gdk/win32/gdkevents-win32.c: Remove lint (gcc -Wall) here, too.
18146         (gdk_event_translate): Handle more virtual keycodes to be able to
18147         generate GDK events for Control-comma, Control-period, etc.
18148
18149         * gtk/gtk.def: Add some missing entry points.
18150
18151 Thu Sep  7 11:47:02 2000  Owen Taylor  <otaylor@redhat.com>
18152
18153         * gtk/gtktextbuffer.c gtk/gtkimcontext.c gtk/gtkwidget.c:
18154         Doc comment fixing. (Mostly non-matching parameter names.)
18155
18156         * gtk/gtkcalendar.c gtk/gtklist.c gtk/gtknotebook.c: Modify
18157         comments a little to avoid looking like a doc comment.
18158
18159         * gtk/gtkspinbutton.h (GTK_INPUT_ERROR): Change INPUT_ERROR to
18160         GTK_INPUT_ERROR. (Should the mechanism for erros in spin button
18161         conversions be changed to GError?)
18162
18163         * gtk/gtkcolorsel.c (GTK_CUSTOM_PALETTE_WIDTH/HEIGHT): 
18164         Move private #defines into .c file.
18165
18166         * gtk/gtktexttag.c (gtk_text_tag_class_init): Alphabetize
18167         order of argument addition, remove duplicates.
18168
18169         * gtk/gtkaspectframe.h (struct _GtkAspectFrameClass):
18170         parent class is FrameClass, not BinClass.
18171
18172         * gtk/gtk.h: Add gtkinvisible, which was missing.
18173         (It's occasionalyl useful for client apps, if seldom.)
18174
18175         * gdk/gdktypes.h: Remove obsolete GDK_CORE_POINTER
18176         #define.
18177
18178 Wed Sep  6 09:53:15 2000  Owen Taylor  <otaylor@redhat.com>
18179
18180         * gdk/x11/gdkwindow-x11.c (gdk_window_new): Use X-space
18181         coordinates when creating window, instead of GDK-space
18182         coordinates. (Avoid BadValue on too large windows.)
18183
18184 2000-09-05  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
18185
18186         * configure.in (use_mmx_asm): Remove conftest* after use along the
18187         lines of AC_TRY_COMPILE.        
18188         
18189         * gtk/gtkrc.c (gtk_rc_parse_file): Use g_path_get_dirname instead
18190         of g_dirname, which is deprecated.
18191         (gtk_rc_parse_any): Removed calls to
18192         g_scanner_{freeze,thaw}_symbol_table, which are deprecated.
18193
18194         * gtk/gtkbindings.c (binding_entry_new, binding_entry_destroy):
18195         Removed calls to g_hash_table_{freeze,thaw}, as they are
18196         deprecated now.
18197
18198         * gtk/testtext.c (buffer_pretty_name): Use g_path_get_basename
18199         instead of g_basename.
18200         
18201 2000-09-04 Elliot Lee <sopwith@redhat.com>
18202         
18203         * gdk/gdkpixbuf.h: Put text after #endif inside a comment to avoid
18204         ANSI warning.
18205
18206 Sun Sep 03 00:47:08 2000  George Lebl <jirka@5z.com>
18207
18208         * gtk/gtkwidget.h:  Add some documenting comments about 
18209           GTK_CAN_DEFAULT, GTK_HAS_DEFAULT and GTK_RECEIVES_DEFAULT
18210           just as owen said on irc.
18211
18212         * gtk/gtkwindow.c (gtk_window_set_default):  Don't blindly
18213           set HAS_DEFAULT.  Only set it if there isn't another window
18214           holding it (a focus window which RECEIVES_DEFAULT) and only unset
18215           it if the widget is not the focused window with RECEIVES_DEFAULT.
18216           This fixes weird double default bugs in dialogs which has things
18217           call gtk_window_set_default at times.
18218
18219 Fri Sep  1 22:39:07 2000  Owen Taylor  <otaylor@redhat.com>
18220
18221         * gtk/gtkmenu.[ch] TODO.xml: Apply patch from
18222         Nils Barth and David Santiago to improve submenu
18223         navigation. The patch does this by creating a triangular
18224         region from the point where the pointer leaves the
18225         menu to the submenu.  While the pointer is in
18226         that region and a timeout has not expired, events 
18227         that would cause the active submenu to change are
18228         ignored.
18229
18230 Fri Sep  1 15:34:46 2000  Owen Taylor  <otaylor@redhat.com>
18231
18232         * gdk/x11/gdkwindow-x11.c (gdk_window_move): Fix bug where
18233         moving a toplevel window immediately after sizing it would
18234         result in it being sized back to the old size since 
18235         impl->width, impl->height aren't updated until we hear
18236         back from the server. There is still a (longstanding) bug
18237         here that gdk_window_get_size() will give the wrong size
18238         until we do hear back.
18239
18240 2000-08-31  Havoc Pennington  <hp@redhat.com>
18241
18242         * gtk/gtktextiter.h, gtk/gtktextiter.c, gtk/gtktextlayout.h, 
18243         gtk/gtktextlayout.c, gtk/gtktexttag.h, gtk/gtktexttag.c, 
18244         gtk/gtktexttagprivate.h, gtk/gtktextview.c:
18245         Rename GtkTextStyleValues to GtkTextAttributes
18246
18247 2000-08-31  Havoc Pennington  <hp@pobox.com>
18248
18249         * gtk/gtktextbtree.c (GtkTextBTree): cache end line, 
18250         for rapid testing whether an iterator is the end iterator
18251         (gtk_text_btree_new): init end line cache
18252         (gtk_text_line_is_last): use fast cached line to 
18253         see if we're the last line.
18254         (get_last_line): use cached line here too, should 
18255         speed up some random unrelated code.
18256         
18257 2000-08-30  Havoc Pennington  <hp@pobox.com>
18258
18259         * gtk/gtkmarshal.list: Add marshallers for changed GtkTextBuffer
18260         signals.
18261
18262         * gtk/gtktextbuffer.h: Add "interactive" arg to insert_text and
18263         delete_text signals. This allows the signals to be used for
18264         implementing undo.
18265
18266         * gtk/gtktextbuffer.c: Change signal handler signatures; 
18267         provide "interactive" argument when emitting insert_text or
18268         delete_text signal.
18269         
18270 2000-08-30  Havoc Pennington  <hp@pobox.com>
18271
18272         * gtk/gtktextbuffer.c: Docs
18273
18274 Fri Aug 25 12:16:15 2000  Owen Taylor  <otaylor@redhat.com>
18275
18276         * gdk/x11/gdkimage-x11.c: remove GDK_IMAGE_SHARED_PIXMAP
18277         from switch statements, since Tor removed the enumeration
18278         value.
18279         
18280         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
18281         s/GDK_IS_WINDOW/GDK_IS_DRAWABLE/.
18282
18283 2000-08-29 Elliot Lee <sopwith@redhat.com>
18284         * */*.h: Use G_GNUC_CONST.
18285
18286 2000-08-27  Havoc Pennington  <hp@pobox.com>
18287
18288         * gtk/gtktextiter.c, gtk/gtktextiter.h: wrote lots of API docs,
18289         minor indentation fixes, inserted some FIXME about stuff I
18290         realized was broken while documenting it.
18291         (gtk_text_iter_get_pixmap): allow out params to be NULL, following
18292         GTK convention  
18293
18294 Tue Aug 22 12:33:24 2000  Owen Taylor  <otaylor@redhat.com>
18295
18296         * gtk/testgtk.c (create_styles): Fix double free of
18297         font desc.
18298
18299 Mon Aug 21 22:39:18 2000  Owen Taylor  <otaylor@redhat.com>
18300
18301         * gtk/gtkwidget.[ch]: Add gtk_widget_modify_{fg,bg,text,base,font}.
18302         
18303         * gtk/testgtk.c (create_styles): Add a test for modifying
18304         the style through gtk_widget_modify_*.
18305
18306         * gtk/gtkwidget.c (gtk_widget_get_modifier_style): Add
18307         a function to get the current modifier style.
18308
18309         * gtk/gtkwidget.c (gtk_widget_modify_style): Make a copy
18310         of the passed in GtkRcStyle instead of ref'ing it.
18311
18312         * gtk/gtkrc.[ch]: Add gtk_rc_style_copy().
18313
18314 2000-08-20  Tor Lillqvist  <tml@iki.fi>
18315
18316         * gdk/gdkimage.h
18317         * gdk/win32/gdkimage-win32.c: No need any longer on Win32 for the
18318         shared memory image+pixmap GdkImage type, or
18319         gdk_image_bitmap_new(). They were used in the gdk_imlib port, but
18320         I am dropping that.
18321
18322         * gtk/gtkmain.h: On Win32, use a #define to map gtk_init() to
18323         actually call gtk_init_abi_check(), passing also
18324         sizeof(GtkWindow). Ditto for gtk_init_check(). 
18325
18326         * gtk/gtk.def
18327         * gtk/gtkmain.c: (gtk_init_abi_check, gtk_init_check_abi_check):
18328         New functions, used to check that the GTK+-using code has been
18329         compiled using the correct compiler and switches. In particular,
18330         with gcc one has to use the -fnative-struct switch as GTK+ is
18331         compiled with that.
18332
18333 Fri Aug 18 17:27:46 2000  Owen Taylor  <otaylor@redhat.com>
18334
18335         * gtk/gtkclist.c (gtk_clist_merge): Don't leave dangling
18336         ->prev fields when merging lists. (Found simultaneously
18337         by Pawel Salek and Jakub Jelinek)
18338
18339 2000-08-12  Tor Lillqvist  <tml@iki.fi>
18340
18341         * gdk/gdk.def
18342         * gtk/gtk.def: Add missing entries.
18343
18344         * gdk/win32/gdkfont-win32.c (gdk_font_load_internal): Use
18345         OUT_TT_ONLY_PRECIS, try to get a TrueType font.
18346
18347         * gdk/win32/gdkinput-win32.c (gdk_device_get_state): New
18348         function. Dummy implementation at this point.
18349
18350         * gtk/makefile.mingw.in: Fix typo. Add testtext and testtextbuffer
18351         rules. Undefine GTK_COMPILATION when compiling the test programs.
18352         
18353         * gtk/gtkdebug.h: Mark gtk_debug_flags for export/import.
18354
18355 2000-08-11  Tor Lillqvist  <tml@iki.fi>
18356
18357         * gtk/gtkfilesel.c: Add more calls to g_filename_{to,from}_utf8()
18358         to convert back and forth from UTF-8 and the "system" (or "current
18359         locale") charset when necessary. Indentation/spacing cleanup.
18360
18361 2000-08-10  Havoc Pennington  <hp@redhat.com>
18362
18363         * Makefile.am (snapshot): Change the format of the snapshot
18364         version to match glib
18365
18366         * gdk/win32/Makefile.am (EXTRA_DIST): remove gdkinputprivate.h
18367         from EXTRA_DIST since it doesn't seem to exist
18368
18369 2000-08-10  Tor Lillqvist  <tml@iki.fi>
18370
18371         * gtk/gtkfilesel.c (open_new_dir): Use the "system codepage"
18372         version of the directory name (not the UTF-8 one) when building
18373         the path name to stat().
18374
18375 2000-08-03  Elliot Lee  <sopwith@redhat.com>
18376
18377         * gdk/gdkpango.c (gdk_draw_layout_line): Don't shape runs with a
18378         PANGO_ATTR_SHAPE set.
18379
18380 Thu Aug  3 09:17:06 2000  Owen Taylor  <otaylor@redhat.com>
18381
18382         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Applied patch from
18383         Peter Osterlund to simplify the code while keeping the
18384         functionality the same.
18385
18386 Wed Aug  2 14:57:38 2000  Owen Taylor  <otaylor@redhat.com>
18387
18388         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Move
18389         is_viewable() test further inside the function, since removing the 
18390         window from the redraw list without clearing ->update_area
18391         was also very broken.
18392
18393 2000-08-02  Tor Lillqvist  <tml@iki.fi>
18394
18395         * configure.in: Check for <unistd.h>.
18396
18397 2000-08-01  Martin Baulig  <baulig@suse.de>
18398
18399         * gtk/gtkmain.c (gtk_init_check): Use g_message() and not g_warning()
18400         to display the message that this is a development version of GTK+.
18401
18402 Mon Jul 31 18:37:36 2000  Owen Taylor  <otaylor@redhat.com>
18403
18404         * gtk/gtkentry.c (entry_adjust_scroll): Fix problem where computation
18405         was depending on widget->allocation instead of the width of text_area,
18406         which was incorrect for subclasses like GtkSpinButton.
18407
18408         * gdk/gdkpango.c (gdk_draw_layout): Fix a couple of typos
18409         with width == 1 tests that should be width == -1.
18410
18411 Mon Jul 31 16:45:48 2000  Owen Taylor  <otaylor@redhat.com>
18412
18413         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Replace broken, 
18414         (broken, Elliot, every single window blank on X) custom code with call
18415         to gdk_window_is_viewable() which a) prevents code duplicate and
18416         b) works. 
18417
18418 2000-07-31  Elliot Lee  <sopwith@redhat.com>
18419
18420         * gtk/gtkcolorsel.c: We really do need to include gdkfb.h in order
18421         to get the GDK_PARENT_ROOT() macro to work.
18422         * gtk/gtkmarshal.list: Add NONE:STRING,POINTER
18423         * gdk/gdkwindow.c: Don't send expose events, or invalidate pieces
18424         of, windows that aren't shown.
18425         * gdk/linux-fb: Redraw-when-menu-hidden solved, plus a bunch of
18426         pointer grab stuff.
18427
18428 Mon Jul 31 13:53:16 BST 2000  Tony Gale <gale@gtk.org>
18429
18430         * docs/gtkfaq.sgml docs/gtk-faq.sgml:
18431           s/gtk_main_iteration/g_main_iteration/
18432
18433           Did this already in change:
18434                 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
18435           don't know how it got reverted.
18436
18437 2000-07-31  Stanislav Brabec  <utx@penguin.cz>
18438
18439         * gdk/gdk.c: #ifdef G_ENABLE_DEBUG around gdk_arg_debug_cb and
18440         gdk_arg_no_debug_cb to fix compilation problem with --disable-debug.
18441
18442         * gdk/Makefile.am: Link gdk against actually compiled gdk_pixbuf-1.3,
18443         not gdk_pixbuf.
18444
18445 2000-07-30  Pablo Saratxaga <pablo@mandrakesoft.com>
18446
18447         * configure.in,po/{sp,sr}.po: Added Serbian files
18448
18449 2000-07-30  Tor Lillqvist  <tml@iki.fi>
18450
18451         * gdk/Makefile.am: Add makefile.mingw.in to EXTRA_DIST.
18452
18453         * gdk/win32/gdkevents-win32.c (gdk_events_init, gdk_events_queue):
18454         Remove the g_pipe_readable_msg stuff. Not needed with new GLib
18455         GIOChannel implementation.
18456
18457         * gdk/win32/gdkinput.c
18458         * gdk/win32/gdkpango-win32.c: Update license name here, too.
18459
18460         * gdk/win32/gdkwin32id.c (gdk_win32_handle_table_lookup): Fix
18461         definition to match prototype.
18462
18463         * gtk/makefile.mingw.in: Add libiconv CFLAGS and LIBS.
18464
18465 2000-07-27  Elliot Lee  <sopwith@redhat.com>
18466
18467         * gtk/gdk-pixbuf-loader.[ch]: Add gdk_pixbuf_loader_new_with_type
18468         function, to allow handling image formats that cannot be detected
18469         by looking at content alone.
18470
18471 Thu Jul 27 13:13:21 BST 2000  Tony Gale <gale@gtk.org>
18472
18473         * docs/tutorial/*.gif *.jpg *.eps
18474           Update these to the same look-n-feel.
18475           Why does including images in DocBook suck so badly?
18476
18477 Thu Jul 27 05:06:29 2000  Tim Janik  <timj@gtk.org>
18478
18479         * gtk/gtktable.c: applied patch from Phil Thompson
18480         <phil@river-bank.demon.co.uk> that enables space settings for
18481         the last row/columns as well.
18482
18483 Wed Jul 26 12:59:31 2000  Tim Janik  <timj@gtk.org>
18484
18485         * *.[hc]: applied patch from Andreas Persenius <ndap@swipnet.se> that
18486         updates the license headers to the GNU Lesser General Public License,
18487         as well as updating the copyright year to 2000.
18488
18489 2000-07-26  Robert Brady  <rwb197@zepler.org>
18490
18491         * configure.in: Cause GETTEXT_PACKAGE to be consistent in config.h
18492           and po/Makefile, was installing and looking for them under gtk20
18493           and gtk2 respectively.
18494
18495 2000-07-25  Havoc Pennington  <hp@redhat.com>
18496
18497         * gtk/testtext.c: Comment out some stuff that depends on the rest
18498         of my patches.
18499
18500 2000-07-25  Havoc Pennington  <hp@redhat.com>
18501
18502         * gtk/gtkmarshal.list: Add NONE:POINTER,POINTER,INT for the text
18503         buffer
18504
18505 2000-07-25  Havoc Pennington  <hp@redhat.com>
18506
18507         * gtk/testtext.c, gtk/testtextbuffer.c: update to reflect text
18508         widget changes.
18509
18510         * gtk/gtktextview.h: To be consistent with usage of "line"
18511         throughout the API to mean "newline-terminated thingy", change
18512         MOVEMENT_LINE to be MOVEMENT_WRAPPED_LINE, and MOVEMENT_PARAGRAPH
18513         to MOVEMENT_LINE.
18514
18515         (GtkTextView): Add flags for default editability, and whether to
18516         show the cursor. Add functions to get/set that. Add 
18517
18518         (gtk_text_view_get_iter_location): new function
18519
18520         * gtk/gtktexttypes.h: Move GtkTextLine typedef from here to
18521         gtktextlayout.h
18522         (g_convert): Add g_convert temporarily, will go in glib in a bit
18523         
18524         * gtk/gtktexttagtable.h: include gtktexttag.h, and define
18525         GtkTextTagTableForeach instead of brokenly using GHFunc.
18526         Change gtk_text_tag_table_foreach() so it doesn't use GHFunc.
18527
18528         * gtk/gtktexttagprivate.h: Remove GtkTextStyleValues from here,
18529         moved to public header.
18530
18531         * gtk/gtktexttag.h: Rename the "elide" attribute of tags to
18532         "invisible", since "elide" was a bad name.
18533         (gtk_text_tag_get_priority): Added
18534
18535         (GtkTextStyleValues): put this in public header, along with
18536         functions to use it.
18537
18538         * gtk/gtktextmarkprivate.h: Include more headers, since we no
18539         longer include gtktextbtree.h.
18540
18541         * gtk/gtktextmark.h: Add gtk_text_mark_ref, gtk_text_mark_unref,
18542         gtk_text_mark_deleted
18543
18544         * gtk/gtktextlayout.h: Don't include the "really private" headers,
18545         only buffer/iter. Forward declare GtkTextLIne and GtkTextLineData
18546         to make this possible. Now we only need to install
18547         gtktextlayout.h, not gtktextbtree.h and gtktext*private.h.
18548         (However the Makefile.am isn't changed yet because of the
18549         logistics of merging gtk-hp-patches piecemeal)
18550
18551         * gtk/gtktextiterprivate.h: include btree header, so it compiles;
18552         rename gtk_text_iter_get_line to gtk_text_iter_get_text_line since
18553         gtk_text_iter_get_line is now used in the public API for a
18554         different purpose.
18555
18556         * gtk/gtktextiter.h: Clean up function names to be more
18557         consistent. Always call char offset "offset" and byte index
18558         "index". A "line" is always a line number. 
18559
18560         (gtk_text_iter_is_last): new function, more efficient than 
18561         the existing way to check
18562         (gtk_text_iter_is_first): new function, also more efficient
18563
18564         (gtk_text_iter_up_lines, gtk_text_iter_down_lines): Remove these
18565
18566         (gtk_text_iter_next_char, gtk_text_iter_prev_char): Renamed from 
18567         gtk_text_iter_forward_char, etc.
18568
18569         (gtk_text_iter_forward_to_tag_toggle): Renamed from
18570         forward_find_tag_toggle, since this isn't a linear search
18571
18572         (GtkTextCharPredicate): rename from GtkTextViewCharPredicate
18573
18574         (gtk_text_iter_forward_search, gtk_text_iter_backward_search): 
18575         New functions, search for a buffer substring.
18576
18577         * gtk/gtktextbuffer.h: Add fields to store whether a paste is
18578         interactive and default editable (since we need to store that info
18579         until we receive the selection data).
18580
18581         Remove all the _at_char and at_line etc. versions of functions;
18582         only have iterator versions.
18583
18584         Add _interactive() versions of functions, that consider the
18585         editability of text. (FIXME add interactive flag to the 
18586         insert/delete signals per Darin's suggestion)
18587
18588         (gtk_text_buffer_get_tag_table): new function, demand-creates the
18589         tag table if necessary
18590
18591         Remove declaration of gtk_text_buffer_get_iter_from_string
18592
18593         (_gtk_text_buffer_get_btree): private/internal function, added.
18594         
18595
18596         * gtk/gtktextbtree.h: Remove forward decl of GtkTextLineData.
18597         (gtk_text_line_is_last): new function
18598
18599 2000-07-25  Havoc Pennington  <hp@redhat.com>
18600
18601         * gtk/gtkprogressbar.h: Implement new sane, 5-function API for
18602         using GtkProgressBar. See Changes-2.0.txt for details.
18603
18604         * gtk/gtkprogressbar.c: Add object arguments "fraction" and
18605         "pulse_step" which are the equivalent of
18606         gtk_progress_bar_set_pulse_step and gtk_progress_bar_set_fraction.
18607         Implement new API.
18608         
18609         * gtk/gtkprogress.h (struct _GtkProgress): Add a field
18610         (use_text_format) to mark whether text set on the progress bar is
18611         a format string. Deprecate entire GtkProgress interface.
18612
18613         * gtk/gtkprogress.c (gtk_progress_init): init use_text_format to TRUE
18614         (gtk_progress_build_string): make this a no-op if use_text_format
18615         is FALSE
18616
18617         * docs/Changes-2.0.txt: Describe progress bar changes.
18618
18619 2000-07-25  Tor Lillqvist  <tml@iki.fi>
18620
18621         * Makefile.am: Include the build directory.
18622
18623         * configure.in: Generate build/Makefile, build/win32/Makefile,
18624         gdk/, gdk/win32/, and gtk/makefile.mingw.
18625
18626         * config.h.win32: Add USE_GMODULE and USE_MMX for gdk-pixbuf.
18627         Add GETTEXT_PACKAGE.
18628         
18629         * gdk/gdk.def
18630         * gtk/gtk.def: Updates.
18631
18632         * gdk/gdkfont.h
18633         * gdk/gdkpixmap.h: Remove temporary Win32-only functions, we don't
18634         need them any longer.
18635
18636         * gdk/gdkinput.h: Mark gdk_core_pointer for export/import.
18637
18638         * gdk/makefile.mingw.in: Define GDK_COMPILATION. Link with
18639         PANGOWIN32_LIBS and gdk_pixbuf.
18640
18641         * gdk/win32: Compiles, but no doubt doesn't work at all.
18642
18643         * gdk/win32/makefile.mingw.in: Define GDK_COMPILATION. 
18644
18645         * gdk/win32/gdkinput.c: New file, temporarily.
18646         
18647         * gdk/win32/gdkinput-win32.h: New file
18648
18649         * gdk/win32/gdkinputprivate.h: Remove.
18650
18651         * gdk/win32/gdkpango-win32.c: New file.
18652
18653         * gtk/makefile.mingw.in: New file
18654
18655         * gtk/makefile.cygwin: Removed
18656         
18657         * gtk/Makefile.am: Update accordingly.
18658
18659         * gtk/gtkrc.[ch] (gtk_win32_get_installation_directory): Renamed and
18660         made externally visible.
18661
18662         * gtk/gtkmain.c: Use it.
18663         
18664         * gtk/gtktextdisplay.c: No need to include pangox.h, pango.h
18665         is enough.
18666
18667         * gtk/gtktypeutils.c: Mark glib_debug_objects for import.
18668
18669 2000-07-24 Elliot Lee <sopwith@redhat.com>
18670         * gdk/gdkprivate.h: Remove gdk_*_lookup() defines, since they are defined by the
18671         individual backends already.
18672         * gdk/gdkregion-generic.h, gdk/gdktypes.h: Put gdkregionbox & gdksegment back together
18673         again. Yes, there really is a good reason for this, if you are using the gdkregion
18674         internals, and if you're not, why do you care?
18675         * gdk/gdkwindow.c: Fix inverted condition
18676         * gdk/linux-fb: Compiles (for me - it will not work elsewhere most likely).
18677         * gtk/gtkcolorsel.c, gtk/gtkwindow.c: Add include for linux-fb
18678         * gtk/gtkrange.c: Redraw trough when moving.
18679         * gtk/gtktypeutils.c: Fix warning by adding const cast.
18680         * modules/linux-fb/basic.c: Fix unknown glyph retrieval.
18681
18682 2000-07-23  Tor Lillqvist  <tml@iki.fi>
18683
18684         * configure.in: Check for mkstemp and sigsetjmp. Output
18685         gdk-pixbuf/makefile.mingw and gdk-pixbuf/pixops/makefile.mingw.
18686
18687         More work on GDK for Win32. Still in an intermediate state.
18688
18689         * gdk/makefile.cygwin
18690         * gdk/win32/makefile.cygwin: Removed.
18691         
18692         * gdk/makefile.mingw.in
18693         * gdk/win32/makefile.mingw.in: New files.
18694
18695         * gdk/Makefile.am
18696         * gdk/win32/Makefile.am: Generate and distribute them.
18697
18698         * gdk/win32/gdkwindow-win32.h
18699         * gdk/win32/gdkdrawable-win32.h
18700         * gdk/win32/gdkpixmap-win32.h: New files.
18701
18702         * gdk/win32/gdkcolor-win32.c
18703         * gdk/win32/gdkcursor-win32.c
18704         * gdk/win32/gdkdrawable-win32.c
18705         * gdk/win32/gdkgc-win32.c
18706         * gdk/win32/gdkimage-win32.c
18707         * gdk/win32/gdkprivate-win32.h
18708         * gdk/win32/gdkwin32.h: Update data structures. Cosmetics:
18709         Rename fields and variables called xcursor, xid, etc (these names
18710         were leftovers from the X11 backend) to hcursor, hwnd, hbitmap etc.
18711
18712 Sat Jul 22 17:41:26 2000  Owen Taylor  <otaylor@redhat.com>
18713
18714         * gtk/gtkentry.[ch]: Fix some problems with vertical
18715         alignment.
18716
18717         * gtk/gtkentry.c (gtk_entry_find_position): Fix 
18718         char/byte confusion.
18719
18720 Sat Jul 22 11:16:05 2000  Owen Taylor  <otaylor@redhat.com>
18721
18722         * gtk/gtktextview.c (changed_handler): Fix bug where
18723         redraw wasn't being done properly when height of
18724         dirty region changed.
18725
18726         * demos/Makefile.am: Remove various references to
18727         -lgmodule
18728
18729 Fri Jul 21 15:28:13 2000  Owen Taylor  <otaylor@redhat.com>
18730
18731         * gtk/gtktextlayout.[ch], gtk/gtktextdisplay.c: Use new
18732         PangoAttrShape to reserve space for pixmaps, add 
18733         GSList *pixmaps to GtkTextLineDisplay, draw the pixmaps
18734         in the display functions.
18735         
18736         * gtk/testgtk.c (create_layout): Set some more exotic
18737         scrolled window options
18738
18739         * gtk/gtkscrolledwindow.[ch] (gtk_scrolled_window_set_shadow_type):
18740         Add function to set the shadow type of a window, to allow
18741         putting a shadow around widgets such as GtkLayout or GnomeCanvas
18742         which don't draw their own frame.
18743
18744 Fri Jul 21 16:34:42 BST 2000  Tony Gale <gale@gtk.org>
18745
18746         * docs/tutorial/package-db-tutorial.sh: New file for
18747           packaging DocBook format tutorial
18748
18749 Fri Jul 21 14:23:51 BST 2000  Tony Gale <gale@gtk.org>
18750
18751         * docs/tutorial/gtk-tut.sgml: Minor updates
18752
18753         * docs/tutorial/*.jpg *.eps: Screenshots for tutorial
18754
18755 2000-07-19  Tor Lillqvist  <tml@iki.fi>
18756
18757         * gtk/gtksignal.c: Fix C++ comment.
18758
18759         * gtk/gtkimmulticontext.c
18760         * gtk/gtktextbtree.c: Remove gccisms: Don't use __FUNCTION__,
18761         don't return value from void functions.
18762
18763         * gtk/gtk.def: Add gtk_rc_style_unref.
18764
18765 2000-07-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
18766
18767         * gdk-pixbuf/gdk-pixbuf.h, gtk/gtkhsv.h, gtk/gtktextbtree.h,
18768         gtk/gtktextbuffer.h, gtk/gtktextchild.h, gtk/gtktextdisplay.h,
18769         gtk/gtktextiter.h, gtk/gtktextiterprivate.h, gtk/gtktextlayout.h,
18770         gtk/gtktextmarkprivate.h, gtk/gtktextsegment.h, gtk/gtktexttag.h,
18771         gtk/gtktexttagtable.h, gtk/gtktexttypes.h, gtk/gtktextview.h,
18772         gtk/gtktypeutils.h: Include files outside of the extern "C"
18773         block. Makes some C++ compiler happy. Reported by Denis Vakatov
18774         <vakatov@peony.nlm.nih.gov>.
18775
18776 Wed Jul 19 14:07:57 BST 2000  Tony Gale <gale@gtk.org>
18777
18778         * docs/tutorial/gtk-tut.sgml: Yet more clean ups.
18779           Completes first pass. Hurrah!
18780
18781 Tue Jul 18 17:17:55 BST 2000  Tony Gale <gale@gtk.org>
18782
18783         * docs/tutorial/gtk-tut.sgml: More clean ups.
18784
18785 Mon Jul 17 18:52:38 2000  Owen Taylor  <otaylor@redhat.com>
18786
18787         * gtk/gtkentry.c (gtk_entry_draw_text): Restore code to
18788         paint the background of the text area which was accidentally
18789         removed at some point.
18790
18791         * gtk/gtkrc.[ch] gtk/gtkstyle.[ch] gtk/gtkthemes.[ch]: 
18792           
18793          - Move most of the functionality from the theme vtable
18794            into GtkRcStyleClass and GtkStyleClass. The moved
18795            vtable functions were changed a bit in the move to
18796            work better in their new home.
18797
18798          - Get rid of the engine and engine_data fields from
18799            GtkRcStyle and GtkStyle; instead the theme
18800            engine derives theme-specific subclasses of GtkRcStyle
18801            and GtkStyle
18802
18803          - Add extra dlsym() found entry point to themes,
18804            theme_create_rc_style().
18805
18806         * gtk/gtkstyle.c: Copy xthickness, ythickness fields
18807         in gtk_style_real_copy.
18808
18809         * gtk/themes.[ch]: add a function gtk_theme_engine_register_type()
18810         to register a type associated with an engine. (The engine
18811         won't be unloaded as there is an instance of the type.)
18812
18813
18814 Mon Jul 17 18:19:06 BST 2000  Tony Gale <gale@gtk.org>
18815
18816         * docs/tutorial/gtk-tut.sgml: Clean ups.
18817
18818 Mon Jul 17 13:59:29 BST 2000  Tony Gale <gale@gtk.org>
18819
18820         * docs/tutorial/gtk-tut.sgml: Initial DocBook version. Lots
18821           of cleaning up to do.
18822
18823 2000-07-15  Tor Lillqvist  <tml@iki.fi>
18824
18825         * gdk/testgdk.c: New file, quick hack to test backends for
18826         pixel-by-pixel correctness of the most simple graphic operations.
18827
18828 Fri Jul 14 20:30:25 2000  Owen Taylor  <otaylor@redhat.com>
18829
18830         * Really release 1.3.1
18831         
18832         * gtk-config-2.0.in gtk-2.0.m4: Fix up to correspond to new
18833         include structure.
18834
18835 Fri Jul 14 18:40:39 2000  Owen Taylor  <otaylor@redhat.com>
18836
18837         * Released 1.3.1
18838
18839 Fri Jul 14 16:21:26 2000  Owen Taylor  <otaylor@redhat.com>
18840
18841         * gtk/gtktextlayout.c: use FALSE for size_only most
18842         of the time when calling gtk_text_layout_get_line_display()
18843         to avoid causing double reshapes when a redraw follows
18844         immediately after.
18845
18846 Tue Jul 11 11:13:40 2000  Owen Taylor  <otaylor@redhat.com>
18847
18848         * gtk/gtkrange.c (gtk_range_default_[hv]slider_update): Invalidate
18849         appropriate region and gdk_window_process_updates() so trough
18850         updating doesn't lag behind the window being scrolled.
18851
18852         * gdk/gdkgc.c: Make parent_class pointer static.
18853          
18854 Sun Jul  9 21:31:23 2000  Owen Taylor  <otaylor@redhat.com>
18855
18856         * gdk/gdk-pixbuf.c gtk/gdk-pixbuf-loader.c gtk/gtktextview.c:
18857         include <string.h>.
18858          
18859         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Fix
18860         cut-and-paste error in computing memory offset for 4 channels.
18861
18862 Fri Jul 14 14:05:02 2000  Owen Taylor  <otaylor@redhat.com>
18863
18864         * gtk/gtkrc.c (gtk_rc_parse_pixmap_path_string): Remove
18865         gtk_rc_append_default_pixmap_path(), since it wasn't
18866         adding an interesting path and we don't have a meaningful
18867         default for this value.
18868
18869 Fri Jul 14 12:22:49 2000  Owen Taylor  <otaylor@redhat.com>
18870
18871         * configure.in Makefile.am gtk-config.m4 gtk.m4: Move
18872         gtk-config to gtk-config-2.0 move gtk_.m4 to
18873         gtk-2.0.m4
18874
18875         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
18876         gdk/Makefile.am demos/Makefile.am: Change 
18877         library names to libgtk-1.3.la, etc, so that we
18878         can distinguish gtk-1.2 and gtk-2.0 on the linkline.
18879
18880         * Makefile.am gtk/Makefile.am gdk-pixbuf/Makefile.am
18881         gdk/Makefile.am gdk/x11/Makfile.am
18882         Move include files into /usr/include/gtk-2.0, 
18883         /usr/lib/gtk-2.0/include/
18884          
18885         * autogen.sh acconfig.h configure.in gtk/gtkmain.c
18886         gtk/gtkintl.h: Change package for gettext from 
18887         gtk+ to gtk20. Put hack in autogen.sh to modify
18888         po/Makefile.in.in after gettextize to make this
18889         possible.
18890
18891         * gtk+.spec: Some updates, not tested.
18892
18893         * gdk-pixbuf/Makefile.am: Move loaders into
18894         $(libdir)/gtk-2.0/$(GTK_VERSION)/loaders.
18895
18896         * gtk/Makefile.am gtk/gtkrc.c: Move RC file locations
18897         $(sysconfdir)/gtk-2.0 ~/.gtkrc-2.0; theme subdir
18898         to THEMENAME/gtk-2.0/. Move engine directory  to
18899         $(libdir)/gtk-2.0/$(GTK_VERSION)/engines.
18900         
18901 2000-07-12  Tor Lillqvist  <tml@iki.fi>
18902
18903         Win32 changes, still doesn't build though.
18904
18905         * gdk/makefile.cygwin
18906         * gdk/win32/makefile.cygwin
18907         * gtk/makefile.cygwin: Updates.
18908
18909         * gdk/win32/gdkgc-win32.c (_gdk_win32_gc_new): Use the same
18910         default values for fg and bg pixel as X11 does (0 and 1), not
18911         black and white. Use PS_ENDCAP_FLAT and PS_JOIN_MITER by default.
18912         Use 0 for pen width by default (treated as 1 anyway later, but for
18913         apps that might check the value in the GdkGC).
18914         (gdk_win32_hdc_get, gdk_win32_hdc_release): New functions, public
18915         interface to gdk_gc_predraw and _postdraw.
18916
18917         * gdk/win32/gdkwin32.h
18918         * gdk/gdk.def: Add gdk_win32_hdc_{get,release}.
18919
18920         * gdk/win32/gdkcolor-win32.c (gdk_colormap_alloc1): Remove
18921         extraneous semicolon.
18922
18923         * gdk/win32/gdkdrawable-win32.c: Check also for pen_width == 0.
18924
18925         * gdk/win32/gdkimage-win32.c (gdk_image_new): Use the visual's depth,
18926         not the Win32 bitspixel value.
18927
18928         * gdk/win32/gdkcc-win32.c:
18929         * gdk/win32/gdkcolor-win32.c 
18930         * gdk/win32/gdkprivate-win32.h
18931         * gdk/win32/gdkwin32.h: Changes to make compilable, with new
18932         GDK object structure.
18933
18934 Tue Jul 11 20:59:35 2000  Tim Janik  <timj@gtk.org>
18935
18936         * docs/tutorial/gtk_tut_12.es.sgml (name): 
18937         * docs/tutorial/gtk_tut_it.sgml (name): 
18938         * docs/tutorial/gtk_tut_fr.sgml (name): 
18939         * docs/tutorial/gtk_tut.sgml (name): scratched notion of completely
18940         outdated email adress: s/timj@psynet.net/timj@gtk.org/.
18941
18942 Tue Jul 11 13:10:57 BST 2000  Tony Gale <gale@gtk.org>
18943
18944         * docs/faq/gtk-faq.sgml: Cleanup indenting and various
18945           small changes.
18946
18947 Tue Jul 11 08:04:58 2000  Tim Janik  <timj@gtk.org>
18948
18949         * gtk/gtktree.c (gtk_real_tree_select_child): eek, i've never seen
18950         a bug here, never been here and never fixed anything ;(
18951         (don't segfault if tree->root_tree is NULL, which happens prior
18952         to widget realization, but puke instead).
18953
18954 Tue Jul 11 06:38:42 2000  Tim Janik  <timj@gtk.org>
18955
18956         * gtk/gtkrc.h: add xthickness and ythickness to GtkRcStyle and
18957         add the necessary tokens.
18958
18959         * gtk/gtkrc.c (gtk_rc_style_init): properly initiality the rc style.
18960         (gtk_rc_style_to_style): copy thicknesses.
18961         (gtk_rc_init_style): apply thicknesses.
18962         (gtk_rc_parse_style): parse xthickness and ythickness.
18963
18964         * gdk/x11/gdkdnd-x11.c: silence compiler in switch() statements.
18965
18966         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): 
18967         (gdk_window_new): 
18968         (_gdk_windowing_window_init): 
18969         * gdk/x11/gdkpixmap-x11.c (gdk_pixmap_foreign_new): 
18970         (gdk_pixmap_create_from_data): 
18971         (gdk_bitmap_create_from_data): 
18972         (gdk_pixmap_new): 
18973         * gdk/x11/gdkimage-x11.c (gdk_image_get): 
18974         (gdk_image_new): 
18975         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): 
18976         * gdk/x11/gdkdnd-x11.c (gdk_drag_context_new): 
18977         * gdk/x11/gdkcolor-x11.c (gdkx_colormap_get):
18978         (gdk_colormap_get_system): 
18979         (gdk_colormap_new): 
18980         * gdk/gdkwindow.c (gdk_window_init): 
18981         * gtk/gtkstyle.c (gtk_style_new):
18982         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_frame_done):
18983         * gdk/gdkpixmap.c (gdk_pixmap_init): 
18984         * gtk/gtkrc.c (gtk_rc_style_new):
18985         use g_object_new() instead of g_type_create_instance() which
18986         is a private function for fundamental type implementations.
18987
18988 Thu Jul  6 16:12:14 2000  Owen Taylor  <otaylor@redhat.com>
18989
18990         * configure.in: Add check for db2html
18991
18992 Thu Jul  6 14:53:05 2000  Owen Taylor  <otaylor@redhat.com>
18993
18994         * gtk/gtktypeutils.c (gtk_type_init): Add a temporary 
18995         hack to set glib_debug_objects based on gtk_debug_flags.
18996
18997 Thu Jul  6 14:12:13 2000  Owen Taylor  <otaylor@redhat.com>
18998
18999         * INSTALL.in: Update the Prerequisites section.
19000
19001         * Makefile.am demos/Makefile.am docs/Makefile.am
19002         docs/tutorial/Makefile.am gdk/x11/Makefile.am
19003         gdk/linux-fb/Makefile.am: Dist fixes
19004
19005 Thu Jul  6 12:26:03 2000  Owen Taylor  <otaylor@redhat.com>
19006
19007         * NEWS: 10,000 foot view of 1.3.1 changes.
19008
19009 Thu Jul  6 11:54:03 2000  Owen Taylor  <otaylor@redhat.com>
19010
19011         * gdk/gdk.h gdk/gdktypes.h gdk/linux-fb/gdkmain-fb.c
19012         gdk/nanox/gdkmain-nanox.c gdk/win32/gdkevents-win32.c
19013         gdk/win32/gdkinput-win32.c gdk/win32/gdkwin32.h
19014         gdk/x11/gdkmain-x11.c: 
19015
19016         Patch from George Lebl to add a GdkGrabStatus enumeration to use
19017         as a return value of gdk_*_grab(). Previously, we just
19018         returned the X11 values directly.
19019
19020 Thu Jul  6 11:27:44 2000  Owen Taylor  <otaylor@redhat.com>
19021
19022         * gdk/x11/Makefile.am: Patch from George Lebl to 
19023         install all the headers in the right place.
19024
19025 Tue Jul  4 13:13:01 BST 2000  Tony Gale <gale@gtk.org>
19026
19027         * docs/faq/gtk-faq.sgml: Add remaining sections. Completes
19028           initial conversion to DocBook.
19029
19030 2000-07-04  Tor Lillqvist  <tml@iki.fi>
19031
19032         * README.win32: Improve a bit.
19033
19034         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Handle also
19035         WM_SYSCHAR, and other changes to get handling of Alt+nnn or
19036         Alt+0nnn on the numpad (used to enter characters by numeric code
19037         from current DOS or ANSI codepage) working correctly, as in other
19038         Windows apps.
19039
19040         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new_from_pixmap): Use
19041         same argument validity tests as in X11 version.
19042         (_gdk_cursor_destroy): Use DestroyCursor, not DestroyIcon.
19043
19044         * gdk/win32/gdkwin32.h: Add also WM_MOUSEWHEEL and CopyCursor
19045         definitions in case missing from headers.
19046
19047         * gdk/win32/gdkwindow-win32.c (gdk_win32_window_destroy): Also
19048         destroy the window-specific cursor.
19049         (RegisterGdkClass): Use the global gdk_ProgInstance instead of
19050         calling GetModuleHandle(NULL).
19051         (gdk_window_set_cursor): Reworked to always copy the passed cursor
19052         with CopyCursor before setting it as the window-specific
19053         cursor. It is OK for the caller to destroy the GdkCursor (and thus
19054         also its Windows cursor) after calling this function. Destroy any
19055         previous window-specific cursor.
19056
19057 Mon Jul  3 17:54:49 2000  Owen Taylor  <otaylor@redhat.com>
19058
19059         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): 
19060         font charset is iso8859-1, not iso-8859-1.
19061
19062 Mon Jul  3 17:08:14 2000  Owen Taylor  <otaylor@redhat.com>
19063
19064         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale):
19065         Use g_get_charset() instead of g_get_codeset().
19066
19067         * gtk/gtkframe.[ch] gtkframe.h gtk/gtktextmark.h: 
19068         Comment out some strdup'ing functions to keep timj
19069         happy until we finish fighting this out.
19070
19071 Mon Jul  3 14:24:16 2000  Owen Taylor  <otaylor@redhat.com>
19072
19073         * gtk/gtkwidget.c (gtk_widget_draw): Ignore calls with
19074         <= width or height.
19075
19076         * gtk/gtktable.c (gtk_table_attach): Fix missed merge
19077         from 1.2 for parent/child states.
19078
19079         * gdk/gdkgc.c (gdk_gc_set_rgb_fg/bg_color): Fix a couple
19080         of typos.
19081
19082         * gdk/gdkevents.[ch]: Remove press/xtilt/ytilt fields of
19083         event structures, replace with a generic axes field. Replace 
19084         deviceid/sourec with GdkDevice *device.
19085
19086         * gdk/gdkevents.[ch] (gdk_event_get_axis): Add function
19087         to extract particular axis use value from event. (Also
19088         can be used for normal X/Y.)
19089
19090         * gdk/gdkinput.h gdk/x11/gdkinput*: Major revision;
19091         allow for arbitrary number of axes, namespace everything
19092         as gdk_device_*. Replace guint32 deviceid with GdkDevice *
19093         everywhere.
19094
19095         * gdk/x11/{gdkmain-x11.c,gdkevent-x11.c,gdkinput*}: 
19096         Get rid of the gdk_input_vtable setup if favor of simply
19097         defining the functions in gdkinput-none/gxi/xfree.c in
19098         a similar fashion to the way that the port structure is 
19099         done.
19100
19101         * gtk/gtkdnd.c: Fix fields of synthesized button press event
19102         for new event structures. 
19103
19104         * gtk/gtkinputdialog.c gtk/testinput.c: Revise to match
19105         new device interfaces.
19106
19107 Sun Jul  2 18:19:50 2000  Owen Taylor  <otaylor@redhat.com>
19108
19109         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_layout): Add a 'text' argument to
19110         set the initial text.
19111
19112         * gtk/gtkaccellabel.c gtk/gtkcalendar.c gtk/gtkclist.c
19113         gtk/gtkentry.c gtk/gtkhruler.c gtk/gtkhscale.c gtk/gtklabel.c
19114         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvruler.c
19115         gtk/gtkvscale.c: Adapt to new argument of create_pango_layout().
19116
19117         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
19118         pango_layout_set_font_description to simplify.
19119
19120 Sun Jul  2 17:43:41 2000  Owen Taylor  <otaylor@redhat.com>
19121
19122         * gtk/gtkclist.c (_gtk_clist_create_cell_layout): Use new
19123         pango_layout_set_font_description to simplify.
19124
19125 Sun Jul  2 17:06:40 2000  Owen Taylor  <otaylor@redhat.com>
19126
19127         * gtk/gtkcalendar.c gtk/gtkclist.c gtk/gtkctree.c gtk/gtkhscale.c
19128         gtk/gtkprogressbar.c gtk/gtkscale.c gtk/gtkvscale.c gtk/gtkaccellabel.c: Use
19129         pango_layout_get_pixel_extents() to remove a large number of '/ PANGO_SCALE'.
19130
19131         * gtk/gtk[hv]ruler.c gtk/gtklabel.c: replace some / PANGO_SCALE with
19132         PANGO_PIXELS() macro.
19133
19134 Sun Jul  2 15:24:41 2000  Owen Taylor  <otaylor@redhat.com>
19135
19136         * gtk/gtkwidget.[ch] (gtk_widget_get_pango_context): Add new function
19137         that returns a PangoContext owned by the widget and updated to
19138         match future changes in the widget. Also, make 
19139         gtk_widget_create_pango_layout() use this context. If we ever
19140         add a ::changed signal to PangoContext, this will make things
19141         much more convenient. 
19142
19143         * gtk/gtkentry.c gtk/gtklabel.c: Call pango_layout_context_changed()
19144         in the appropriate places instead of destroying the layouts and
19145         creating new ones.
19146
19147         * gtk/gtkfontsel.[ch] gtk/gtkclist.c: Use gtk_widget_get_pango_context()
19148         in a few strategic places.
19149
19150 Sun Jul  2 14:37:58 2000  Owen Taylor  <otaylor@redhat.com>
19151
19152         * gtk/gtkoptionmenu.c (gtk_option_menu_size_request): Call 
19153         gtk_widget_size_request() on reparented child, if one. Otherwise,
19154         queue_resize() on the child never results in it getting size-requested
19155         at all.
19156
19157         * gtk/testgtk.c (build_option_menu): Remove silly radio-menu-items
19158         in option menus, so that (with luck) people won't copy it into
19159         their apps in the future.
19160
19161         * gtk/gtkoptionmenu.c: Connect ::size_request on the menu
19162         to gtk_option_menu_calc_size. This isn't perfect, but should fix
19163         a lot of problems with changing the size of the menu's menu
19164         items after adding it to the option menu.
19165
19166         * gtk/gtktexttag.c: Include gtkmain.h for gtk_get_default_language().
19167
19168         * gtk/gtkwidget.[ch]: Add a ::direction_changed that triggers when
19169         the text direction for a widget changes.
19170
19171         * gtk/gtk{entry.c,label.[ch],textview.[ch]} gtk/testgtk.c: Use
19172         ::direction_changed to get rid of various hacks.
19173
19174 Sun Jul  2 13:19:12 2000  Owen Taylor  <otaylor@redhat.com>
19175
19176         * docs/Changes-2.0.txt: Move Changes-1.4.txt to the appropriate
19177         name.
19178
19179 Sun Jul  2 13:06:26 2000  Owen Taylor  <otaylor@redhat.com>
19180
19181         * gdk/x11/gdkpixmap-x11.[ch] Changes-1.4.txt: Add a is_foreign
19182         flag to the structure. Do not call XFreePixmap on pixmaps created
19183         by gdk_pixmap_foreign_new().
19184
19185 Sun Jul  2 12:45:50 2000  Owen Taylor  <otaylor@redhat.com>
19186
19187         * gdk/gdkrgb.[ch]: Add gdk_rgb_find_color() to get a pixel
19188         value using GdkRGB functionality given GdkColormap and GdkColor.
19189         (name not final, waiting for inspiration.)
19190         
19191         * gdk/gdkgc.[ch] (gdk_gc_set_rgb_fg/bg_color): New functions to
19192         set the foreground/background of a GC using the GC's colormap
19193         and GdkRGB. (name not final, waiting for inspiration.)
19194
19195         * gdk/gdkcompat.h gdk/gdkrgb.c (gdk_rgb_get_colormap): Rename from 
19196         gdk_rgb_get_cmap(), put #define in gdkcompat.h.
19197
19198         * gtk/gtkwidget.[ch] gtkcompat.h: Make visuals for
19199         gtk_widget_get_visual(), gtk_widget_get_default_visual, etc,
19200         purely a function of the corresponding colormap. Make
19201         gtk_widget_set_visual(), etc, noop macros in gtkcompat.h.
19202
19203         * gdk/gdkpixmap.c gdk/x11/gdkpixmap-c11.c: Rewrite
19204         gdk_pixbuf_*create_from_xpm_* in terms of
19205         gdk_pixbuf_new_from_xpm_data(), move into platform independent
19206         code.
19207
19208         * gdk/gdkpixbuf-render.c (gdk_pixbuf_render_to_drawable): Take
19209         advantage of the new draw_rgb_32_image_dithalign.
19210
19211         * gdk/gdkrgb.c (gdk_draw_rgb_32_image_dithalign): Added.
19212
19213         * gtk/gtkgc.c (gtk_gc_new): Set the appropriate colormap
19214         on each created GC.
19215
19216         * gdk/gdkgc.[ch]: Add gdk_gc_get/set_colormap.
19217
19218         * gdk/gdkgc.[ch]: Add a colormap field to the GdkGC structure
19219         which we initialize from the drawable when the GC is created,
19220         if the drawable has a colormap.
19221
19222         * gdk/x11/gdkgc-x11.c: include string.h for memset.
19223
19224         * gdk/x11/gdkinput-x11.c: include string.h for strlen, etc.
19225
19226         * gtk/gtklayout.[ch]: Remove unsed configure serial member.
19227
19228 Sat Jul  1 16:28:32 2000  Owen Taylor  <otaylor@redhat.com>
19229
19230         * gdk/x11/gdkevents-x11.c (gdk_event_translate): When
19231         actually returning expose events, make sure to set
19232         the count field properly.
19233
19234         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): Fix
19235         accidentally reintroced bug which always cleared
19236         the graphics_exposures value. 
19237
19238 Wed Jun 28 18:03:09 BST 2000  Tony Gale <gale@gtk.org>
19239
19240         * docs/faq/gtk-faq.sgml: Change DocBook layout slightly
19241
19242 Wed Jun 28 17:49:05 BST 2000  Tony Gale <gale@gtk.org>
19243
19244         * docs/faq/gtk-faq.sgml: Finish Section 6. Add Section 7.
19245
19246 Wed Jun 28 13:31:55 BST 2000  Tony Gale <gale@gtk.org>
19247
19248         * docs/faq/gtk-faq.sgml: Start of Section 6.
19249
19250 Mon Jun 26 19:37:04 2000  Owen Taylor  <otaylor@redhat.com>
19251
19252         * configure.in: Put 1.3.1 in warning message, not 1.3.0.
19253         
19254         (Fixes problem with drawing childless frames. Pointed out
19255         by and a first patch from Anders)
19256         
19257         * gtk/gtkframe.c (gtk_frame_compute_child_allocation): Always
19258         compute a child_allocation, even if we don't have a child.
19259
19260         * gtk/gtkaspectframe.c (gtk_aspect_frame_compute_child_allocation):
19261         Always chain to the parent's impl, even if we don't have a child.
19262
19263 Mon Jun 26 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
19264
19265         * gdk/gdkrgb.c: If possible, create only a single shm segment and
19266         use multiple parts of it instead of creating a bunch of separate
19267         segments, since the maximum number of segments per system is not
19268         large. (This might be worth backporting to GTK+-1.2.x if we make a
19269         new release )
19270
19271         * gdk/gdkrgb.c: Localize a bunch of variables into the GdkRgbInfo
19272         structure in preparation for per-colormap GdkRGB.
19273
19274         * gdk/x11/gdkimage-x11.c (gdk_image_new): Don't set gdk_use_xshm
19275         to False when we get EINVAL from shmget so that the caller of
19276         gdk_image_new can retry with a smaller segment size.
19277
19278 Mon Jun 26 13:01:16 BST 2000  Tony Gale <gale@gtk.org>
19279
19280         * docs/faq/gtk-faq.sgml: Add Sections 4 & 5.
19281
19282 Fri Jun 23 17:54:23 2000  Tim Janik  <timj@gtk.org>
19283
19284         * configure.in: make the current version number 1.3.1 (binary age 0,
19285         interface age 0).
19286         
19287         * gtkfeatures.h, gtkfeatures.h.in: dejavue, get rid of these *again*,
19288         gtkcompat.h is all we want.
19289
19290         * gtk/gtktypeutils.[hc]: define most of the primitive types in terms of
19291         GLib primitive types. fixed g_type_register_fundamental() argument
19292         ordering.
19293
19294         * gtk-config.in (lib_gtk): add -lgdk_pixbuf so third party code
19295         compiles.
19296
19297         * gdk-pixbuf-loader.[hc]: get rid of unistd.h include.
19298         object code cleanup, comment trigraph fixes, etc...
19299
19300 2000-06-23  Havoc Pennington  <hp@redhat.com>
19301
19302         * gtk/gtktextview.c (gtk_text_view_set_buffer): Use anonymous mark 
19303         instead of making up a bogus name for first_para_mark
19304
19305         * gtk/gtkstatusbar.h, gtk/gtkstatusbar.c: Allow 
19306         0 as a context ID
19307
19308 Thu Jun 22 17:43:51 BST 2000  Tony Gale <gale@gtk.org>
19309
19310         * docs/faq/gtk-faq.sgml: Change filename. Add Section 3.
19311
19312 2000-06-21  Havoc Pennington  <hp@pobox.com>
19313
19314         * gdk/gdkwindow.c (_gdk_window_destroy_hierarchy): Fix bug where
19315         we didn't check window->bg_pixmap != GDK_NO_BG.
19316
19317         * gtk/gdk-pixbuf-loader.c: Change to reflect GObject-ification of
19318         gdk-pixbuf
19319
19320 Thu Jun 22 14:02:19 BST 2000  Tony Gale <gale@gtk.org>
19321
19322         * docs/faq/gtk-faq.sgm: Move file to here.
19323           TODO: Update Makfile.am 
19324
19325 Thu Jun 22 13:41:09 BST 2000  Tony Gale <gale@gtk.org>
19326
19327         * docs/gtk-faq.sgm: Add Section 2
19328
19329 Thu Jun 22 08:43:45 BST 2000  Tony Gale <gale@gtk.org>
19330
19331         * docs/gtk-faq.sgm: New file. Start of DocBook
19332           version of the FAQ.
19333
19334 Wed Jun 21 23:04:17 2000  Owen Taylor  <otaylor@redhat.com>
19335
19336         * configure.in (GDK_PIXBUF_MAJOR): Define version
19337         numbers for GDK_PIXBUF_*, as they get substituted
19338         into a header file. Need to consider versioning
19339         for gdk-pixbuf more carefully later.
19340
19341 2000-06-21  Raja R Harinath  <harinath@cs.umn.edu>
19342
19343         Work with srcdir != builddir.   
19344         * demos/testanimation.c: Don't include "gdk-pixbuf.h".  Use
19345         <gtk/gdk-pixbuf-loader.h>, not "gtk-pixbuf/gdk-pixbuf-loader.h".
19346         * demos/testpixbuf.c: Likewise.
19347         * demos/testpixbuf-scale.c: Don't include "gdk-pixbuf.h".
19348         * demos/testpixbuf-drawable.c: Don't include "gdk-pixbuf.h".  Use
19349         <gdk/x11/gdkx.h>.
19350         * demos/pixbuf-demo.c: Use <gtk/gtk.h> not "gtk.h".  Don't include
19351         "gdk-pixbuf.h".
19352         * demos/Makefile.am (INCLUDES): Remove unneeded directories.
19353
19354 Wed Jun 21 19:45:02 2000  Owen Taylor  <otaylor@redhat.com>
19355
19356         * TODO.xml: Change 1.4 version numbers to 2.0.
19357
19358 Wed Jun 21 19:29:08 2000  Owen Taylor  <otaylor@redhat.com>
19359
19360         * gdk/gdkpixbuf-render.c gdk/gdkpixbuf-drawable.c: Indentation
19361         fixups to GTK+ standard.
19362
19363 Wed Jun 21 16:38:13 2000  Owen Taylor  <otaylor@redhat.com>
19364
19365         * gdk-pixbuf/* docs/reference/gdk-pixbuf/*: Welcome aboard,
19366         gdk-pixbuf.
19367
19368         * gtk/gdk-pixbuf-loader.c (gdk_pixbuf_loader_class_init):
19369         fixups for GObject.
19370
19371         * gdk/Makefile.am gdk/gdkpixbuf-render.[ch] gdk/gdkpixbuf.[ch]: Bits of 
19372         gdk-pixbuf with GDK dependencies moved into GDK.
19373         
19374         * gtk/Makefile.am gtk/gdk-pixbuf-loader.[ch]: Temporarily
19375         move gdk-pixbuf-loader here until GObject has signals.
19376
19377         * demos/: New directory of demos. Move demos from
19378         gdk-pixbuf here.
19379
19380         * demos/pixbuf-init.c: Small bit of code to check for
19381         loaders in ../gdk-pixbuf/.libs/gdk-pixbuf, and if found,
19382         set GDK_PIXBUF_MODULEDIR appropriately.
19383
19384         * gdk/gdkcompat.h: Remove GDK_DRAWABLE_PIXMAP compat
19385         define which no longer makes sense.
19386
19387 2000-06-21  Havoc Pennington  <hp@redhat.com>
19388
19389         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Use
19390         gtk_get_default_language
19391
19392         * gtk/gtkmain.h, gtk/gtkmain.c (gtk_get_default_language): 
19393         new function to get the default language
19394
19395         * gtk/gtktexttagprivate.h, gtk/gtktexttag.c, gtktextview.c: 
19396         s/gtk_text_view_style_values/gtk_text_style_values/
19397
19398         * gtk/gtktexttag.c, gtk/gtktexttag.h, gtk/gtktexttagprivate.h:
19399         Add a "language" field to tags.
19400
19401         (gtk_text_tag_set_arg): Fix bug in setting
19402         "bg_full_height_set" tag.
19403
19404 2000-06-21  Havoc Pennington  <hp@redhat.com>
19405
19406         * gtk/gtktextiter.h: Use gunichar instead of gint when appropriate
19407         in the interfaces
19408
19409         * gtk/gtktexttypes.c: Remove UTF functions, use glib 
19410         stuff instead when possible.
19411
19412         * gtk/gtktexttypes.h: Delete some unused constants
19413
19414         * gtktextbtree.c, gtktextiter.c, gtktextsegment.c, gtktextview.c,
19415         testtextbuffer.c: use glib instead of custom unicode routines
19416
19417 Wed Jun 21 12:50:58 2000  Owen Taylor  <otaylor@redhat.com>
19418
19419         * docs/es/: Removed mistakenly added generated sgml
19420
19421         * docs/{gdk.texi,gtk.texi,gdk.sgml} macros.texi texinfo.tex:
19422         Remove outdated info files.
19423
19424         * docs/gtk_tut* docs/package_tutorial.sh docs/tutorial:
19425         Moved tutorial files into subdir
19426
19427         * docs/gtkfaq.sgml docs/faq/gtkfaq.sgml: Move FAQ into
19428         subdir.
19429
19430         * docs/man/gtk_button.pod: Remove. (contents will be
19431         integrated into gtk-reference button page.)
19432
19433         * configure.in docs/Makefile.am docs/tutorial/Makefile.am
19434         docs/faq/Makefile.am: Adjust for new organization
19435
19436 2000-06-21 Christopher Blizzard  <blizzard@redhat.com>
19437
19438         * gdk/x11/Makefile.am (install-data-local): use $(mkinstalldirs)
19439         not $(MKINSTALLDIRS)
19440
19441 Wed Jun 21 12:24:28 2000  Owen Taylor  <otaylor@redhat.com>
19442
19443         * gtk/testgtk.c (create_text): Finish the job Elliot started
19444         of removing font setting test for text widget. (Since text widget
19445         and GdkFont are not deprecated, and cause portability problems.)
19446
19447 Wed Jun 21 11:41:43 2000  Owen Taylor  <otaylor@redhat.com>
19448
19449         * gtk/gtkentry.c gtk/gtkimcontextsimple.c gtk/gtklabel.c
19450         gtk/gtktexttypes.c gtk/testtext.c modules/linux-fb/basic.c:
19451         Remove use of libunicode in favor of new GLib functions.
19452
19453         * gtk/gtkcolorsel.c: Remove conditional includes for FB, win32,
19454         nano-x, framebuffer. The X11 include is just a hack until we get
19455         the necessary functions in gdkcolor.h, so there is no reason to
19456         add other includes of platforms.
19457
19458         * gtk/gtkwindow.c (gtk_window_compute_default_size): Revert 
19459         window bigger than the screen change.
19460
19461         * gtk/testgtk.c: Revert some random changes from Elliot
19462         that had no particular point and were causing testgtkrc
19463         not to function correctly.
19464         
19465         * gdk/gdkregion-generic.h: Revert change from Elliot. Just
19466         because GdkSegment and GdkRegionBox have the same fields,
19467         it doesn't mean that 'typedef GdkSegment GdkRegionBox'
19468         results in clearer code.
19469
19470         * gdk/x11/gdkinput-x11.c (gdk_input_common_select_events,
19471         gdk_input_translate_coordinates): Fix missed GdkObjectification
19472
19473 2000-06-18  Elliot Lee  <sopwith@redhat.com>
19474
19475         * gdk/Makefile.am, gdk/*/Makefile.am: Fix conditionality to work the "right" way.
19476         * gtk/gtk{plug,socket}.h: Missed commits from previous.
19477
19478 2000-06-20  Havoc Pennington  <hp@redhat.com>
19479
19480         * modules/linux-fb/Makefile.am: Make this compile
19481         without framebuffer enabled
19482
19483         * gdk/linux-fb/Makefile.am: Add conditional to not build
19484         framebuffer unless specified in configure
19485
19486         * gdk/gdkdraw.c (gdk_draw_drawable): Fix bug where I was getting
19487         the size of the target instead of source if -1 was passed for
19488         width/height
19489
19490         * gdk/x11/gdkgeometry-x11.c (gdk_window_compute_position): Fix 
19491         width/height confusion.
19492
19493 2000-06-19  Havoc Pennington  <hp@redhat.com>
19494
19495         * gdk/x11/gdkx.h (GDK_WINDOW_XWINDOW): change this to be
19496         GDK_DRAWABLE_XID. In the future, we probably want to make it
19497         faster with G_DISABLE_CHECKS turned on.
19498
19499 2000-06-14  Havoc Pennington  <hp@redhat.com>
19500
19501         * gdk/Makefile.am: add gdkpixmap.c
19502
19503         * gdk/gdk.c: s/gdk_window_init/_gdk_windowing_window_init/
19504         s/gdk_image_init/_gdk_windowing_image_init
19505
19506         * gdk/gdkcolor.c: make ref/unref compat wrappers for GObject
19507         ref/unref
19508
19509         * gdk/gdkcolor.h: make GdkColormap a GObject subclass
19510
19511         * gdk/gdkcompat.h: remove GdkWindowType compat, since
19512         GdkWindowType is now non-deprecated; 
19513         change gdk_window_get_type() compat to be
19514         gdk_window_get_window_type().
19515
19516         * gdk/gdkdnd.h: make GdkDragContext a GObject.
19517
19518         * gdk/gdkdraw.c, gdk/gdkdraw.h: Convert GdkDrawable to a pure
19519         virtual GObject. Make all functions call into the vtable.
19520         Move gdk_image_put() guts in here. Remove GdkDrawableType
19521         and gdk_drawable_get_type(), these are now GdkWindow-specific.
19522         draw_image, get_depth, get_size, set_colormap, get_colormap,
19523         get_visual added to the vtable.
19524         
19525         * gdk/gdkgc.h, gdk/gdkgc.c: Convert GdkGC to a pure virtual 
19526         GObject. Virtualize everything. 
19527         (gdk_gc_new_with_values): remove check for destroyed window,
19528         because now GdkWindow::create_gc will check this.
19529         (gdk_gc_set_values): New function to set GC values, this 
19530         was already implemented but wasn't in the header
19531
19532         * gdk/gdkimage.h, gdk/gdkimage.c: Convert GdkImage to a GObject.
19533
19534         * gdk/gdkinternals.h: Remove _gdk_window_alloc(), remove
19535         _gdk_window_draw_image(), remove _gdk_windowing_window_class,
19536         remove _gdk_window_class; add _gdk_window_impl_get_type() and
19537         _gdk_pixmap_impl_get_type(). Rename gdk_window_init to
19538         _gdk_windowing_window_init, rename gdk_image_init to
19539         _gdk_windowing_image_init.
19540         
19541         * gdk/gdkpango.c: Reflect GObject-ification of PangoContext.
19542         (gdk_draw_layout): Remove check for destroyed window, 
19543         because all the drawable methods already check it.
19544         
19545         * gdk/gdkpixmap.h, gdk/gdkpixmap.c: Convert GdkPixmap to GObject.
19546         Add gdkpixmap.c which contains implementation of GdkDrawable
19547         virtual table (by chaining to a platform-specific implementation
19548         object).
19549         
19550         * gdk/gdkprivate.h: Remove GDK_IS_WINDOW, GDK_IS_PIXMAP, 
19551         GDK_DRAWABLE_DESTROYED. Add GDK_WINDOW_DESTROYED. Replace
19552         GDK_DRAWABLE_TYPE with GDK_WINDOW_TYPE. Remove GdkDrawablePrivate,
19553         GdkWindowPrivate, GdkImageClass, GdkImagePrivate, GdkGCPrivate,
19554         GdkColormapPrivate. 
19555
19556         * gdk/gdktypes.h: #include <glib-object.h>
19557
19558         * gdk/gdkwindow.h, gdk/gdkwindow.c: Convert GdkWindow to GObject.
19559         Move most functionality to platform-specific implementation
19560         object. GdkWindow itself now handles the backing store, then
19561         chains to the platform-specific implementation.
19562         (gdk_window_get_window_type): return GdkWindowType of the window.
19563         (gdk_window_peek_children): New routine, returns the children of 
19564         a GdkWindow
19565         (gdk_window_get_children): Was in X11-specific code and did 
19566         XQueryTree. Changed to simply return a copy of window->children; 
19567         so it can go in cross-platform code.
19568         
19569         * gdk/x11/Makefile.am: fix broken MKINSTALLDIRS path
19570
19571         * gdk/x11/gdkcolor-x11.c: implement X-specific parts of 
19572         GdkColormap; just changed to use the new private data instead
19573         of casting to GdkColormapPrivate.
19574
19575         * gdk/x11/gdkcursor-x11.c: added a couple typechecks to 
19576         gdk_cursor_new().
19577
19578         * gdk/x11/gdkdnd-x11.c: Change the way we access private fields 
19579         (private data member in the GObject). 
19580         (xdnd_manager_source_filter): Function had broken 
19581         error handling, fix it (use gdk_error_trap_push).
19582
19583         * gdk/x11/gdkdrawable-x11.c: This file now implements
19584         a base class for GdkWindowImplX11/GdkPixmapImplX11. This 
19585         base class is purely for the convenience of the X port,
19586         and not part of the interface to cross-platform GDK.
19587
19588         * gdk/x11/gdkevents-x11.c: Reflect various renamings.
19589         
19590         * gdk/x11/gdkgc-x11.c: Implement a subclass of GdkGC that's
19591         specific to X, and returned by the create_gc virtual method
19592         of GdkDrawableImplX11. 
19593         (gdk_x11_gc_set_dashes): Change this to take an array of gint8
19594         rather than gchar, this was also changed in the GdkGC vtable.
19595         (gdk_x11_gc_values_to_xvalues): If GdkGCValues is NULL, or the
19596         mask is 0, return immediately, instead of checking every flag.
19597         This is faster, and keeps us from segfaulting if values is NULL
19598         and the mask contains some nonzero flags.
19599
19600         * gdk/x11/gdkgeometry-x11.c: deal with all the rearranging of
19601         GdkWindow.
19602
19603         * gdk/x11/gdkglobals-x11.c: change type of grab window, since 
19604         GdkWindowPrivate is gone.
19605
19606         * gdk/x11/gdkim-x11.c: rename things that got renamed.
19607
19608         * gdk/x11/gdkimage-x11.c: implement in terms of GObject, and 
19609         remove the image_put stuff that got transferred to GdkDrawable.
19610         
19611         * gdk/x11/gdkinput.c: renamings
19612
19613         * gdk/x11/gdkmain-x11.c: #include <pango/pangox.h>
19614
19615         * gdk/x11/gdkpixmap-x11.c: GObject conversion
19616
19617         * gdk/x11/gdkprivate-x11.h: indentation fixes
19618
19619         * gdk/x11/gdkproperty-x11.c: renamings
19620
19621         * gdk/x11/gdkselection-x11.c: renamings
19622
19623         * gdk/x11/gdkwindow-x11.c: Restructuring and renaming; this now 
19624         implements the platform-specific "impl" object.
19625         Moved gdk_window_get_children to gdk/gdkwindow.c
19626
19627         * gdk/x11/gdkx.h: Remove all the private structs and private datas
19628         that no longer exist. Add declaration of GdkGCX11 object here.
19629         Fix all the macros to still work. 
19630
19631         * gtk/gtk-boxed.defs: Remove GtkStyle, GdkColormap, GdkWindow,
19632         GdkDragContext from the boxed types since they are now GObjects.
19633
19634         * gtk/gtkstyle.h, gtk/gtkstyle.c: Converted GtkStyle to a GObject,
19635         moved xthickness/ythickness into the instance. GtkStyleClass
19636         functions are now in the standard vtable for GtkStyle, so you have
19637         to create a GObject subclass to write a theme engine.
19638         (gtk_style_copy): fixed a leaked PangoFontDescription
19639         (gtk_style_init): renamed gtk_style_realize, so gtk_style_init
19640         can be the standard GObject function.
19641         
19642         * Throughout GTK:
19643         s/style->klass->[xy]thickness/style->[xy]thickness
19644         s/pango_layout_unref/g_object_unref/
19645
19646         * gtk/gtkrc.h, gtk/gtkrc.c: Converted GtkRcStyle to a GObject.
19647         
19648         * gtk/gtksocket.c: Use gdk_window_get_user_data() instead of 
19649         accessing GDK internals.
19650
19651         * gtk/gtkwidget.c: Use gdk_window_peek_children() instead of 
19652         accessing GDK internals.
19653
19654 2000-06-18  Elliot Lee  <sopwith@redhat.com>
19655
19656         * gtk/gtkwindow.c: Don't allow creation of a window bigger than the screen.
19657
19658         * gtk/gtkrange.c: Fix the mega-jumpy-with-lagged-events scrollbar
19659         problem by calculating event position relative to the trough
19660         rather than the slider.
19661         * gtk/gtkdnd.c, gtk/gtkcolorsel.c: Include FB headers if appropriate.
19662
19663         * gdk/gdkgc.h: Add GDK_NOR.
19664
19665         * configure.in, Makefile.am: Add modules top level dir
19666         * configure.in: Only use pangox library if building x11 target.
19667         * gdk/gdkdnd.h: Add GDK_DRAG_PROTO_LOCAL enum for future intra-app use.
19668
19669 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
19670
19671         * gtk/gtkcolorsel.c: Change private class member to be named
19672         private_data throughout the file.
19673
19674         * gtk/gtkcolorsel.h (struct _GtkColorSelection): Change private to
19675         private_data to avoid clashing with keyword.
19676
19677 Fri Jun 16 22:24:22 2000  Christopher Blizzard  <blizzard@redhat.com>
19678
19679         * gdk/gdkdnd.h: Add comment to remove warning.
19680
19681 Sun Jun 18 15:35:35 2000  Pablo Saratxaga <pablo@mandrakesoft.com>
19682
19683         * gtk/gtkrc.cp1251,gtk/Makefile.am: the cp1251 is also used by
19684         Byelorussian language; changed the Makefile and file names 
19685         to reflect that.
19686
19687 Mon Jun 12 16:58:40 2000  Owen Taylor  <otaylor@redhat.com>
19688
19689         * gtk/gtkwindow.c (gtk_window_unmap): Call gdk_window_withdraw
19690         rather than gdk_window_hide; this makes things work
19691         correctly if the window is programmatically hidden while
19692         iconified.
19693
19694 Sun Jun 11 12:46:19 2000  Owen Taylor  <otaylor@redhat.com>
19695
19696         * gtk/gtkdnd.c (gtk_drag_set_default_icon): Fix
19697         cut and paste typo where wrong pixmap was being
19698         unref'ed. (Pointed out by a friend of KUSANO Takayuki.)
19699
19700 Sun Jun 11 10:22:36 2000  Owen Taylor  <otaylor@redhat.com>
19701
19702         * gtk/gtkselection.c (gtk_selection_bytes_per_item):
19703         Add helper function to compute format / bytes 
19704         relationship. Use in a couple places to fix up
19705         errors which assume 8 * format.
19706
19707         * gtk/gtkselection.c (gtk_selection_request): Use 32
19708         rather than 8 * sizeof (GdkAtom), to work correctly
19709         on Alpha.
19710
19711 Thu Jun  8 21:54:51 2000 Christopher Blizzard  <blizzard@redhat.com>
19712
19713         * gtk/Makefile.am (DEPS): deps include libgtk-x11.la, not
19714         libgtk.la
19715         (LDADDS): include libgtk-x11.la and libgdk-x11.la, not the non-x11
19716         versions
19717
19718         * gtk/gtklabel.c (gtk_label_get_text): Make sure that the error
19719         checking macros return NULL since the function has a return value.
19720
19721 Wed Jun  7 15:44:42 2000  Owen Taylor  <otaylor@redhat.com>
19722
19723         * gtk/Makefile.am (LDFLAGS): Add missing backslash that was keeping
19724         GTK+ from building at all.
19725
19726         * gdk/Makefile.am (gdk_c_sources): Fix up some indentation issues.
19727
19728 Mon Jun  5 19:32:53 CEST 2000 Paolo Molaro <lupus@linuxcare.com>
19729
19730         * configure.in, gtk-config.in, gdk/Makefile.am, gdk/*/Makefile.am,
19731         gtk/Makefile.am: make it possible to configure gtk for different
19732         targets on the same platform. The library name is now 
19733         libgtk-$target-$version.so. gtk-config accepts a --target x11|nanox|linux-fb
19734         flag. Only the x11 target compiles right now.
19735         * gdk/gdkregion-generic.h, gdk/gdkregion-generic.c, gdk/gdkpoly-generic.h,
19736         gdk/gdkpolyreg-generic.c: move generic region code in the main GDK dir.
19737         * gdk/nanox/gdk*generic*: delete generic region code.
19738         * gdk/linux-fb/gdk*generic*: delete generic region code.
19739         * README.nanox: update information.
19740         
19741 Tue Jun  6 10:53:59 2000  Owen Taylor  <otaylor@redhat.com>
19742
19743         * gtk/gtktoolbar.c (gtk_toolbar_prepend_widget): Fix to
19744         prepend not append. (Pointed out by Brett Hall.)
19745
19746 Tue Jun  6 01:59:57 2000  Owen Taylor  <otaylor@redhat.com>
19747
19748         * gtk/gtkentry.c (gtk_entry_finalize): Unref the entry's layout.
19749
19750 Mon Jun  5 16:00:09 2000  Owen Taylor  <otaylor@redhat.com>
19751
19752         * gdk/gdk.c (gdk_init_check): Add call to g_type_init() - we'll
19753         need this later, and this makes sure that the atexit for
19754         glib gets called after that for GDK, so atexits are
19755         properly ordered for object leak checking.
19756
19757         * gdk/gdk.c (gdk_exit_func): Call gdk_windowing_exit().
19758
19759         * gdk/x11/gdkmain-x11.c (gdk_windowing_exit): Call 
19760         pango_x_shutdown_display()
19761
19762         * gtk/simple.c (main): Close window on destroy.
19763
19764 Mon Jun  5 11:50:02 2000  Owen Taylor  <otaylor@redhat.com>
19765
19766         * gdk/x11/gdkgc-x11.c (gdk_x11_gc_values_to_xvalues): We need
19767         to treat initial creation different from setting with 
19768         regards to the graphics-exposures parameter, so add a parameter
19769         indicating whether this is initial or not.
19770
19771 Mon Jun  5 13:29:31 2000  Owen Taylor  <otaylor@redhat.com>
19772
19773         * gdk/x11/gdkevents-x11.c: Hack gdk_event_get_graphics_expose()
19774         to sort of work by adding an extra return_exposes arg
19775         to gdk_event_translate() - it might be better to simply
19776         deprecate the function altogether and force people to rewrite
19777         without it. gdk_window_scroll() handles most of it, and where
19778         gdk_window_scroll() doesn't work, simply redrawing more does.
19779
19780         * gtk/gtkwidget.c (gtk_widget_set_default_direction): Fix up
19781         assertion.
19782
19783         * gtk-config.in: Include PANGO_CFLAGS/LIBS.
19784
19785         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Remove a 
19786         bunch of pretty much useless /* Print debugging info */ comments 
19787         which had drifted away from the code they were commenting.
19788
19789 2000-06-02  Havoc Pennington  <hp@pobox.com>
19790
19791         * gtk/testtextbuffer.c: Test program to make sure GtkTextBuffer
19792         is in working order.
19793         
19794         * gtk/testtext.c: Change to reflect anonymous mark API
19795
19796         * gtk/gtktextview.c: Convert from mark names to GtkTextMark*.
19797
19798         * gtk/gtktexttag.h (struct _GtkTextTag): remove the affects_size
19799         field, which was unused.
19800
19801         * gtk/gtktextmarkprivate.h (GTK_IS_TEXT_MARK): add this macro,
19802         saves some typing.
19803
19804         * gtk/gtktextbuffer.c: Switch from mark names to GtkTextMark*   
19805
19806         * gtk/gtktextbtree.c (gtk_text_btree_new): set the not_deleteable
19807         flag on the insertion point and selection bound
19808
19809         Throughout, use GtkTextMark instead of GtkTextLineSegment, and 
19810         make mark-manipulation functions take a GtkTextMark* instead of a
19811         mark name.
19812         
19813         * gtk/gtktextmarkprivate.h: Add a "not_deleteable" flag to 
19814         GtkTextMarkBody; will be used to detect attempts to delete
19815         the permanent marks (insert and selection bound)
19816
19817         * gtk/Makefile.am (noinst_PROGRAMS): add testtextbuffer 
19818
19819 Fri Jun  2 12:56:01 2000  Owen Taylor  <otaylor@redhat.com>
19820
19821         * gtk/gtkwidget.c (gtk_widget_init): Initialize DOUBLE_BUFFERED
19822         flag to on.
19823
19824         * gtk/gtkwidget.c (gtk_widget_draw) gtk/gtkmain.c (gtk_main_do_event): 
19825         Honor DOUBLE_BUFFRED_FLAG
19826
19827         * gtk/gtkwidget.c (gtk_widget_set_double_buffered): Add a
19828         function to set the DOUBLE_BUFFERED flag.
19829
19830         * gtk/gtkwidget.h: Add GTK_DOUBLE_BUFFERED flag to indicate whether
19831         or not exposes done on the widget should be double-buffered.
19832
19833         * gtk/gtkenums.h (GtkTextDirection): Reverse order of enumerations
19834         to be what would be expected. (Fixes problem with a
19835         g_return_if_fail() validating a TextDirection enumeration)
19836
19837 Thu Jun  1 23:05:13 2000  Owen Taylor  <otaylor@redhat.com>
19838
19839         * gtk/gtkwidget.c: Remove all references to 
19840         offscreen flag which was no longer used.
19841
19842         * gtk/gtkprivate.h (enum): Remove unused flags and compress.
19843
19844         * gtk/gtkframe.c (gtk_frame_set_label_widget): Check
19845         for non-null label_widget->parent.
19846
19847         * gtk/gtkentry.c: Get rid of code to deal with PangoAttribute 
19848         which no longer was used.
19849
19850         * gdk/gdkpango.c (gdk_pango_context_get_info): make static.
19851
19852         * gdk/gdkpango.c (gdk_draw_layout[_line]): Add checks
19853         for null arguments.
19854
19855         * gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): add
19856         check for destroyed windows.
19857
19858 Thu Jun  1 13:48:45 2000  Owen Taylor  <otaylor@redhat.com>
19859
19860         * gtk/gtkimmulticontext.c: Add a finalize method and unref
19861         the slave context there.
19862
19863         * gtk/gtkinvisible.[ch]: Make reference counting behavior
19864         identical to GtkWindow.
19865
19866 Thu Jun  1 01:54:11 2000  Owen Taylor  <otaylor@redhat.com>
19867
19868         * Makefile.am gdk/gdkpango.c: Copy the layout render function from
19869         pangox to here, so we can write them independent of rendering
19870         system, using GDK primitives.
19871
19872         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c
19873         gdk/x11/gdkdrawable-x11.c: Remove draw_layout() from the vtable,
19874         since we have a rendering-system independent implementation in
19875         terms of draw_glyphs().
19876         
19877         * gdk/gdkpango.c gdkdrawable.h (gdk_draw_layout_line): New
19878         function to render a single line.
19879
19880         * gdk/x11/gdkpango.c: Move the guts of this file mostly
19881         into ../gdkpango.c, which simplifies things, since we
19882         don't have to deal with raw X gc's.
19883
19884 Fri May 19 04:28:16 2000  Owen Taylor  <otaylor@redhat.com>
19885
19886         * gtk/gtktextlayout.[ch]: Add get_log_attrs() function to
19887         get the logical attributes for a given GtkTextLine.
19888
19889 Tue May 30 16:05:39 2000  Owen Taylor  <otaylor@redhat.com>
19890
19891         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Track
19892         g_locale_get_codeset() to g_get_codeset() change.
19893
19894 Tue May 30 15:03:19 2000  Owen Taylor  <otaylor@redhat.com>
19895
19896         * gtk/testcalendar.c (calendar_font_selection_ok): Use font
19897         descriptions.
19898
19899         * gtk/gtkentry.c (gtk_entry_draw_text): Center text within
19900         the entry.
19901
19902         * gtk/gtkfontsel.c (gtk_font_selection_dialog_init): Start of
19903         redoing (vastly simplifying) for Pango. Still needs quite
19904         a bit of work. (Size selection is currently poor. List of 
19905         predefined sizes is not a good idea, since all of these
19906         sizes won't necessarily be distinct.)
19907
19908 Tue May 30 13:50:19 2000  Owen Taylor  <otaylor@redhat.com>
19909
19910         * gdk/x11/gdkfont-x11.c (gdk_font_charset_for_locale): Handle
19911         CODESET results for LANG=C.
19912
19913 Mon May 29 15:49:10 2000  Owen Taylor  <otaylor@redhat.com>
19914
19915         * gtk/gtkrc.[ch]: Add a 'font_name' declaration to RC
19916         which takes a stringized pango font description;
19917         ignore the older 'font' and 'fontset' declarations.
19918
19919         * gtk/gtkstyle.c gtk/gtkrc.c: Fill in the style->font
19920         field with a GdkFont derived via gdk_font_from_description(),
19921         for compatibility. (Should we just remove it entirely?
19922         Probably too much compatibility breakage, but people
19923         should be migrating to the new Pango stuff as quickly
19924         as possible.)
19925
19926 Mon May 29 15:47:41 2000  Owen Taylor  <otaylor@redhat.com>
19927
19928         * gtk/gtkentry.c gtk/gtkclist.c: s/pango_font_unref/g_object_unref/.
19929
19930 Mon May 29 15:44:46 2000  Owen Taylor  <otaylor@redhat.com>
19931
19932         * gtk/gtkcalender.c: Roughly pango-ized. Really needs 
19933         redoing; there are some bugs in size allocation right
19934         now, the semi-existant distinction between header / day
19935         fonts was removed, but, with Pango, could actually
19936         be made functional in a nice way.
19937         
19938         * gtk/testcalender: Move calender from examples into this
19939         directory as a test program. (We really need to restrcture
19940         testgtk into a whole directory full of tests for every
19941         widget or functionality group, separated into multiple .c
19942         files.)
19943
19944 Mon May 29 15:19:56 2000  Owen Taylor  <otaylor@redhat.com>
19945
19946         * gtk/testgtk.c (file_exists): Fix stupid typo that
19947         was keeping RC file from being loaded.
19948
19949         * gtk/testgtkrc gtk/testgtkrc2: Test new pango-ized
19950         RC file font code.
19951
19952 Mon May 29 14:31:27 2000  Owen Taylor  <otaylor@redhat.com>
19953
19954         * gdk/gdkfont.h gdk/x11/gdkfont-x11.c (gdk_font_from_description):
19955         Add function to load a GdkFont from a PangoFontDescription.
19956
19957 2000-05-29  Tor Lillqvist  <tml@iki.fi>
19958
19959         * gdk/win32/gdkevents-win32.c (gdk_WindowProc): The local "event"
19960         variable should be of type GdkEventPrivate.
19961
19962 Fri May 26 17:16:40 2000  Owen Taylor  <otaylor@redhat.com>
19963
19964         * gtk/frame.[ch] gtkaspectframe.c: Make frame widgets able
19965         to have any widget for the label, use a GtkLabel widget
19966         to display the text. (Based partially on a patch from
19967         Anders Carlson.)
19968
19969         (Quite a bit of code reorganization - strip 90% of the
19970         guts out of gtkaspectframe and add a single virtual
19971         func to GtkFrameClass - compute_child_allocation.)
19972
19973 Fri May 26 12:00:02 2000  Owen Taylor  <otaylor@redhat.com>
19974
19975         * gtk/gtkctree.c gtk/gtkclist.[ch]: Pangoized.
19976         (Removed clist->row_center_offset field because caching
19977         it wasn't saving time or code, added private function
19978         _gtk_clist_create_cell_layout()).
19979
19980 Wed May 24 15:59:37 2000  Owen Taylor  <otaylor@redhat.com>
19981
19982         * gtk/gtkaccellabel.c: Pangoized.
19983
19984         * gtk/[hv]ruler.c: Pangoized
19985
19986 Mon May 22 19:23:59 2000  Owen Taylor  <otaylor@redhat.com>
19987
19988         * gtk/gtkfilesel.c (gtk_file_selection_init):
19989         Use gtk_clist_set_column_auto_resize() to remove need
19990         need for manual column width computations.
19991
19992 Mon May 22 18:50:26 2000  Owen Taylor  <otaylor@redhat.com>
19993
19994         * gtk/gtktooltips.[ch]: Replace custom drawing with a GtkLabel, 
19995         ensuring Pango correctness, and considerably simplifying the
19996         code.
19997         
19998         * gtk/gtklabel.c gtk[hv]scale.c: 1000 => PANGO_SCALE.
19999
20000         * gtk/gtklabel.c (gtk_label_size_request): Fixed incorrect
20001         getting of numbers of lines.
20002
20003         * gtk/gtklabel.c (gtk_label_size_request): Set the requisition
20004         to the actual requested width of the lable, not to the wrap
20005         width we set.
20006
20007         * gtk/gtktextchild.h: Remove extraneous include of gtk/gtk.h.
20008
20009         * gtk/gtktextbtree.c gtk/gtktextbuffer.c gtk/gtktextlayout.c
20010           gtk/gtktextview.c gtk/gtktextview.[ch]: Fix up includes.
20011
20012         * gtk/gtktextview.c: Fix structure inheritance.
20013
20014         * gtk/gtkprogressbar.c: Pangoize.
20015
20016 Mon May 22 15:47:30 2000  Owen Taylor  <otaylor@redhat.com>
20017
20018         * gtk/gtktextview.c (gtk_text_view_get_first_para_iter): Encapsulate
20019         in a function.
20020
20021         * gtk/gtktextlayout.c (find_display_line_above): Fixed
20022         bug with computing line tops.
20023
20024         * gtk/gtktextview.c (changed_handler): Fix < , <= confusion.
20025
20026 Thu May 18 18:53:31 2000  Owen Taylor  <otaylor@redhat.com>
20027
20028         * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix up the x_offset
20029         and y_offset coordinates to do what we need now. (The offset between
20030         buffer and layout coordinates has been reintroduced, but is a 
20031         bit different than before.)
20032
20033         * gtk/gtktextview.[ch]: No longer inherit from GtkLayout; instead
20034         handle the adjustments ourselves, and scroll as necessary using
20035         the new gdk_window_scroll().
20036         
20037         The advantage of this is that when we are incrementally revalidating,
20038         we are essentially rearranging things around the visible portion
20039         of the screen. With the old setup, the visible portion of the
20040         screen was moved around in the layout, so scrolling and redrawing
20041         to track that caused jumping of the display. Since we now
20042         control the scrolling ourselves, we can suppress this and
20043         only redraw when things actually change.
20044
20045 Thu May 18 18:47:25 2000  Owen Taylor  <otaylor@redhat.com>
20046
20047         * gtk/gtktextbtree.c (redisplay_mark): We need to invalidate
20048         the region not just redisplay it after-all, since we store the
20049         cursors in the LineDisplay. (Ugly interactions here between
20050         GtkLayout and GtkTextBTree here.)
20051         
20052         * gtk/gtktextbtree.c (redisplay_region): Fixed reversed comparison.
20053
20054 Thu May 18 18:43:21 2000  Owen Taylor  <otaylor@redhat.com>
20055
20056         * gdk/gdkwindow.h gdk/x11/gdkgeometry-x11.c (gdk_window_scroll): 
20057         Added function to scroll contents of a window while keeping the
20058         window constant. Works by XCopyArea or guffaw-scrolling depending
20059         on the details of how the window is set up. (guffaw-scrolling
20060         still needs to be filled in.)
20061
20062 Wed May 17 22:36:53 2000  Owen Taylor  <otaylor@redhat.com>
20063
20064         * gtk/gtktextiter.c gtk/gtkmain.c: Add a debug key for the text widget,
20065         move the debugging that was tied to a global variable
20066         to that.
20067
20068         * gtk/gtkmarshal.list: Add NONE:INT,INT,INT
20069
20070         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.c: Keep a separate
20071         validated flag, in line data instead of setting height/width to
20072         -1. This allows us to perform operations with partially invalid
20073         buffer (using the old size for invalid lines) and thus to do
20074         incremental vaidation. Keep height/width aggregates up to date
20075         when deleting text and rebalancing the tree.
20076
20077         * gtk/gtktextbtree.[ch]: Add functions validate a line
20078         (gtk_text_btree_validate_line), and to validate up
20079         to a number of pixels (gtk_text_btree_validate).
20080
20081         * gtk/gtktextlayout.[ch]: Add an ::invalidated signal
20082         that indicates that something is changed and a revalidation
20083         pass is needed. Change ::need_repaint to ::changed, and
20084         make it take old and new yranges instead of a rectangle.
20085
20086         * gtk/gtktextbtree.[ch] gtk/gtktextlayout.[ch]: Move
20087         the line_data_destroy() function from 
20088         gtk_text_btree_add_view() to a virtual function in 
20089         GtkTextLayout
20090
20091         * gtk/gtktextbtree.[ch]: Remove gtk_text_btree_get_damage_range(),
20092         since we are handling partial repaints in a different fashion
20093         now.
20094
20095         * gtk/gtktextbtree.[ch]: Only repaint the changed portion
20096         of the selection instead of queueing a repaint on the
20097         entire widget.
20098
20099         * gtk/gtktextbuffer.[ch] gtk/gtktextbtree.[ch]: Move
20100         get_selection_bounds() down to btree, make the function
20101         in buffer a wrapper around the btree function.
20102
20103         * gtk/gtktextlayout.[ch]: Add functions to check if the
20104         layout is valid and to recompute either a range of pixels
20105         aroudn a line or a certain total number of pixels.
20106
20107         * gtk/gtktextlayout.[ch]: Cache a single line display;
20108         now that we only redraw the needed portions, the hit rate
20109         for this cache is quite high.
20110         
20111         * gtk/gtktextview.[ch]: Keep track of the first paragraph
20112         on the screen so that when re-laying-out the buffer, we can
20113         keep the same place. This requires connecting to ::value_changed
20114         on the adjustments
20115
20116         * gtk/gtktextview.[ch]: Add idle functions to revalidate
20117         the buffer after we receive an ::invalidated signal.
20118         
20119 Wed May 17 22:10:47 2000  Owen Taylor  <otaylor@redhat.com>
20120
20121         * gtk/gtklayout.c (gtk_layout_size_allocate): Set upper
20122         to max of allocation and layout size, not just to the
20123         layout size.
20124
20125         * gtk/gtk[hv]scrollbar.c (gtk_[hv]scrollbar_calc_slider_size): 
20126         Invalidate window so it gets redrawn properly.
20127
20128         * gdk/gdkwindow.c (gdk_window_invalidate_rect): Allow rect == NULL
20129         to mean the entire window.
20130
20131         * gdk/gdkevents.h: Move definition for GDK_PRIORITY_REDRAW
20132         into public header.
20133
20134 Mon May 15 14:51:31 2000  Owen Taylor  <otaylor@redhat.com>
20135
20136         * gtk/gtktextmark.c (gtk_text_mark_get_name): Add function
20137         to get the name of a mark.
20138
20139         * gtk/gtktextlayout.c (gtk_text_layout_get_line_at_y): Add a function
20140         to find the paragraph from a y position.
20141
20142 Thu May 11 12:57:20 2000  Owen Taylor  <otaylor@redhat.com>
20143
20144         * gtk/gtktextbtree.c (gtk_text_btree_node_invalidate_upward): Valid
20145         nodes have width/height >= 0, not > 0.
20146
20147 Tue May  9 21:29:06 2000  Owen Taylor  <otaylor@redhat.com>
20148
20149         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c (gtk_text_layout_get_line_display):
20150         Add a size_only flag, so when we only need the size, we don't create
20151         useless appearance attributes.
20152
20153         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Remove
20154         duplicate setting of font description.
20155
20156         * gtk/gtkscale.c: Use PANGO_SCALE instead of 1000 
20157
20158 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
20159
20160         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
20161         EXTRA_DIST. It does not work well when the file that
20162         everything depends on is not in the tarball.
20163
20164 Wed Apr 26 00:56:14 2000  Owen Taylor  <otaylor@redhat.com>
20165
20166         * gtk/testgtk.c: Some hacks and fixes so that it basically
20167         works when not sitting in the GTK+ build tree.
20168
20169 2000-05-03  Havoc Pennington  <hp@redhat.com>
20170
20171         * gtk/gtktextbtree.c (gtk_text_line_next_could_contain_tag):
20172         Properly determine the ordering of the tag root and the current
20173         line within the tree. Previous algorithm only worked if the tag
20174         root's immediate parent was the common root of both the current
20175         line and the tag root.
20176
20177 Wed Apr 26 00:43:00 2000  Owen Taylor  <otaylor@redhat.com>
20178
20179         * gtk/gtktextlayout.c (set_para_values): Fix some bugs in
20180         alignment.
20181
20182         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Track
20183         the widget text directional dynamically.
20184
20185         * gtk/gtktextview.[ch]: Added functions to get and set default
20186         wrap mode.
20187
20188 Tue Apr 25 23:47:38 2000  Owen Taylor  <otaylor@redhat.com>
20189
20190         * gtk/gtktextlayout.c (gtk_text_layout_get_iter_location): Fix bug
20191         in cursor location computation.
20192
20193 Tue Apr 25 23:22:59 2000  Owen Taylor  <otaylor@redhat.com>
20194
20195         * gtk/gtklayout.c (gtk_layout_set_size): Clamp hadjustment/
20196         vadjusment values properly when layout gets smaller.
20197
20198         * gtk/gtktextview.c (need_repaint_handler): Areas being
20199         passed in are far completely inaccurate, and sometimes
20200         too small, so, for now, just queue a redraw on the
20201         whole visible region.
20202
20203 2000-04-25  Havoc Pennington  <hp@redhat.com>
20204
20205         * gtk/gtktextbtree.c (summary_destroy): new function to 
20206         destroy tag summary nodes
20207         (gtk_text_line_next_could_contain_tag): this function was 
20208         totally broken if the line passed in wasn't below the tag
20209         root. Fix it.
20210         (gtk_text_btree_first_could_contain_tag): In the tag == NULL 
20211         "wildcard" case, we have to do a linear scan. Blah.
20212         (gtk_text_btree_last_could_contain_tag): In tag == NULL case,
20213         we have to do the linear scan
20214         (tag_removed_cb): When a tag is removed from the tag table, 
20215         remove the GtkTextTagInfo node from the btree.
20216         (gtk_text_btree_spew): Implement the spew function, for 
20217         our debugging pleasure.
20218
20219 Tue Apr 25 19:40:18 2000  Owen Taylor  <otaylor@redhat.com>
20220
20221         * gtk/gtktextlayout.c (gtk_text_layout_set_buffer): Fix
20222         a problem with referring to the wrong buffer.
20223
20224         * gtk/gtkentry.c: Fix focus-in/focus-out confusion.
20225
20226         * gtk/gtkrc.c gtk/gtkstyle.c: Moving setting default
20227         font description to gtk_style_new() - otherwise things
20228         don't work without a .gtkrc file.
20229
20230         * gtk/gtktextbuffer.c (gtk_text_buffer_new): Sink the
20231         tags table if we create it ourself, too.
20232
20233         * gdk/gdktypes.h (enum): Move GDK_RELEASE_MASK, since
20234         it was conflicting with XKB modifiers.
20235
20236         * gtk/gtktextview.[ch]: Add simple support for 
20237         GtkIMContext.
20238
20239 Mon Apr 24 19:34:18 2000  Owen Taylor  <otaylor@redhat.com>
20240
20241         * gtk/gtkentry.c (gtk_entry_move_cursor_visually): Fix problem
20242         with deletion from last commit.
20243
20244 Mon Apr 24 19:29:40 2000  Owen Taylor  <otaylor@redhat.com>
20245
20246         * gtk/gtkwidget.c (gtk_widget_create_pango_context): Set the language
20247         in the context from the current locale.
20248         
20249         * gtk/gtkentry.c (gtk_entry_size_request): Use language from the
20250         context, not hardcoded value.
20251
20252         * gtk/gtkentry.c (gtk_entry_move_cursor): Make character movement visual,
20253         not logical.
20254
20255 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
20256
20257         * gtk/gtkentry.c gtk/gtktextdisplay.c: Don't handle selections as
20258         attributes - that doesn't handle partial-glyph selection
20259         properly. Instead use new pango_layout_line_get_x_ranges()
20260         functionality to draw the selection.
20261
20262         * gtk/gtkentry.c: Simplify code since pango_layout_line_index_to_x()
20263         now properly handles out-of-range coordinates.
20264
20265         * gtk/gtktextbuffer.c: Emit "mark_set" when the cursor is moved.
20266
20267         * gtk/gtktextiter.h gtk/gtktextiterprivate.h: Make gtk_text_iter_get_line_byte()
20268         public.
20269
20270         * gtk/gtktextlayout.[ch]: Properly set the direction in the PangoContext
20271         for paragraphs opposite to the base direction of the widget.
20272
20273         * gtk/gtktextlayout.[ch] gtk/gtktextdisplay.c: Fixes for alignment.
20274
20275         * gtk/gtktextlayout.c: Don't split segments on marks, since that
20276         causes Arabic words to reshape as you cursor through.
20277
20278         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Implement virtual
20279         cursor position when moving vertically with the arrow keys and
20280         scrolling with page-up/page-down. (Arrow keys save only the X,
20281         scrolling saves both X and Y.)
20282
20283         This means you can line-up / line-down or page-up / page-down
20284         without losing your place, and also that moving vertically
20285         with the cursor keys keeps the same X position, not the same
20286         character count:
20287
20288         * gtk/gtktextlayout.[ch] gtk/gtktextview.[ch]: Make vertical
20289         arrow keys move by display lines, not paragraphs.
20290
20291 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
20292
20293         * gtk/gtklayout.c: Make sure that the bin window is at least
20294         as big as the allocation. (Should we also make sure that the
20295         bin window is big enough to completely cover widget->window?)
20296
20297         * gtk/gtktextview.c (gtk_text_view_get_visible_rect): Add
20298         function to get the onscreen rectangle.
20299
20300         * gdk/x11/gdkwindow-x11.c (gdk_window_get_pointer): Correctly account
20301         for offsets in window coordinates.
20302
20303 Sun Apr 16 16:13:27 2000  Owen Taylor  <otaylor@redhat.com>
20304
20305         * gtk/gtkentry.c (gtk_entry_get_cursor_locations): Fix index/offset
20306         confusion.
20307
20308         * gtk/gtktextview.c (gtk_text_view_ensure_layout): Set the default direction
20309         from the widget direction.
20310
20311         * gtk/gtktexttag.c gtk/gtktexttagprivate.h (gtk_text_tag_set_arg): 
20312         Add a "direction" attribute.
20313
20314         * gtk/gtktextview.c: global s/tkxt/text_view/.
20315
20316         * gtk/testtext.c: Added long block of text in Arabic, to test out
20317         the direction attributes. (Some problems with the shaping system
20318         for arabic become obvious - like the fact the cursor splits words
20319         into unjoined pieces.)
20320
20321 Fri Apr 14 12:54:34 2000  Owen Taylor  <otaylor@redhat.com>
20322
20323         * gtk/gtktextdisplay.c (render_layout): Add overstrike handling.
20324
20325         * gtk/gtktextlayout.c: Fix up alignment.
20326
20327         * gtk/testtext.c: Add some tests for centering, wrapping.
20328
20329 Fri Apr 14 09:26:22 2000  Owen Taylor  <otaylor@redhat.com>
20330
20331         * gdk/gdkdrawable.h gdk/gdkdraw.c gdk/gdkwindow.c gdk/x11/gdkdrawable-x11.c:
20332         Add a draw_glyphs() operation to the drawable vtable and gdk_draw_glyphs().
20333         If we wrote GTK+-specific layout-render function this could just replace
20334         the draw_layout() operation in the vtable.
20335
20336         * gtk/gtkentry.c: Move guts of gtk_entry_get_cursor_locations to 
20337         pango_layout_get_cursor_pos() and use that function.
20338
20339         * gtk/gtktextchild.[ch]: add gtk_ onto pixmap_segment_new(), since it
20340         is a non-static symbol.
20341
20342         * gtk/gtktextbtree.[ch]: Replace gtk_text_btree_find_line_data_by_y()
20343         with gtk_text_btree_find_line_by_y()
20344
20345         * gtk/gtktextdisplay.c: Rewrote for Pango - uses a custom layout
20346         renderer that handles GtkTextAppearance attributes.
20347
20348         * gtk/gtktexttag.[ch] gtk/gtktexttagprivate.h: 
20349
20350           - Move the values in the style that don't affect geometry into a
20351             GtkTextAppearance structure.
20352           - Change underline to take a PangoUnderline and "font" a string
20353             representation of a font description
20354           - Add a "font_desc" attribute which takes a FontDescription structure.
20355
20356         * gtk/gtktextlayout.[ch]:
20357
20358           - Get rid of the display-line list per each line. Instead, we
20359             generate, on demand, a GtkTextLineDisplay structure which]
20360             contains a PangoLayout * and other necesary information
20361             (offsets, cursor locations) for displaying a paragraph.
20362           - Get rid of the code to wrap lines, create display chunks,
20363             etc. Instead, we just go through a paragraph and convert
20364             it into the necessary inputs to a PangoLayout.
20365           - Implement a new attribute type, GtkTextAttrAppearance. This
20366             holds a GtkTextAppearance, and is used to pass colors, 
20367             stipple, etc, through from the layout to the display without
20368             having to use lots and lots of individual attributes.
20369           - Reimplement gtk_layout_get_iter_at_pixel() gtk_layout_get_iter_pos()
20370             in terms of PangoLayout functions.
20371         
20372         * gtk/gtktextview.c: 
20373          
20374           - Handle passing the necessary PangoContext to the layout
20375           - Some fixups in painting to deal with the automatic backing store
20376             and offsetting of GTK+-1.4
20377           - Add a style_set handler so that the default style reacts
20378             properly to theme changes.
20379         
20380         * gtk/gtktext?*.[ch]: Random code-style fixes.
20381
20382         * gtk/testtext.c: Substitute in languages that Pango handles now for Thai
20383
20384 Mon Apr 10 10:33:45 2000  Owen Taylor  <otaylor@redhat.com>
20385
20386         * gtk/gtktext?*.[ch]: Check in Havoc's port of the Tk text widget,
20387         in original form preparatory to Pango-ization and gdkimcontext-ization.
20388
20389 Thu Apr  6 19:25:39 2000  Owen Taylor  <otaylor@redhat.com>
20390
20391         * gtk/gtkimcontext.c: Move default implementations to real_* vfuncs,
20392         so that we can derive from gtkimcontext in language bindings properly.
20393
20394 Thu Apr  6 16:02:52 2000  Owen Taylor  <otaylor@redhat.com>
20395
20396         * gtk/gtkimcontextsimple.[ch]: Use gdk_keyval_to_unicode to gdk_unicode_to_keyval.
20397         Add a compose table including (almost) all the compose combinations
20398         from X. This is 6k of static, shared data as opposed to 50k or so of dynamic
20399         data in the XIM implementation.
20400
20401         * gdk/gdk.h gdk/gdkkeyuni.c gdk/win32/gdkevents-win32.c (gdk_keyval_to_unicode, gdk_unicode_to_keyval):
20402         Moved functions to convert keyvalues from and to unicode here from
20403         the win32 port and made them public.
20404
20405 Wed Apr  5 16:37:29 2000  Owen Taylor  <otaylor@redhat.com>
20406
20407         * gtk/gtkeditable.c (gtk_editable_insert_text): Allow new_text_length == -1.
20408
20409 Wed Apr  5 16:27:45 2000  Owen Taylor  <otaylor@redhat.com>
20410
20411         * gtk/gtkimcontext.[ch]: Base class for new input context system
20412
20413         * gtk/gtkimmulticontext.[ch]: Proxy input context that allows
20414         the real input context implementation to be loaded from modules
20415         and switched on the fly.
20416
20417         * gtk/gtkcontextsimple.[ch]: Simple implementation of an input
20418         context that just does direct keysymbol => unicode translation.
20419
20420         * gtk/gtkentry.[ch]: Start switching editing over to using
20421         GtkInputContext. (No handling of preedit yet.)
20422
20423 Wed Apr  5 15:48:41 2000  Owen Taylor  <otaylor@redhat.com>
20424
20425         * gtk/gtktypeutils.h (GTK_CHECK_GET_CLASS): Fix problem with one too
20426         many substitutions. (klass should not be subsituted.)
20427
20428 Wed Apr  5 00:18:14 2000  Owen Taylor  <otaylor@redhat.com>
20429
20430         * configure.in: Add checks for Pango
20431
20432         * configure.in docs/Makefile.am: Add test for sgml2html
20433         and allow 'make dist' without building html, but print out
20434         warnings in that case. (For making snapshots)
20435
20436         * gdk/Makefile.am gdk/x11/Makefile.am gtk/Makefile.am:
20437         Add Pango libraries and C flags
20438
20439         * gdk/gdkdraw.c gdk/gdkdrawable.h gdkwindow.c gdk/x11/gdkdrawable-x11.c:
20440         Add function (gdk_draw_layout) to draw a pango layout.
20441
20442         * gdk/gdkpango.h gdk/x11/gdkpango-x11.c: New file with functions
20443         for getting Pango contexts for GDK.
20444
20445         * gtk/gtkeditable.c: Get rid of dead code gtk_editable_parent_set()
20446
20447         * gtk/gtkentry.[ch]: Complete rewrite to use Pango, add bidirectional
20448         editing.
20449
20450         * gtk/gtkentry.c: Hack in simple Hebrew input with direct
20451         keysym => unicode translations. More languages can be added
20452         here, but real input-method support is needed.
20453
20454         * docs/Changes-1.4.txt: Added note about entry behavior.
20455         
20456         * gtk/gtkenums.h gtk/gtkwidget.[ch] testgtk.c gtkprivate.h: Add functions
20457         to set the reading direction for a widget and the global direction.
20458         Add test which allows toggling the global direction. Two private
20459         flags are used to store the direction. (GTK_DIRECTION_SET + GTK_DIRECTION_LTR)
20460
20461         * gtk/gtkcheckbutton.c gtk/gtkframe.c gtk/gtkhbbox.c gtk/gtkhbox.c
20462           gtk/gtkradiobutton.c gtk/gtkspinbutton.c gtk/gtktable.c 
20463
20464         * gtk/gtk[hv]scale.c gtk/gtkscale.[ch]: Draw numbers using Pango
20465
20466         * gtk/gtklabel.[ch]: Moved to Pango and considerably rewritten. Line breaking,
20467         underlining now handled by Pango.
20468
20469         * gtk/gtkstyle.[ch] gtk/gtkrc.[ch]: Add a PangoFontDescription
20470         to RCStyle and Style. (Having both this and the old font name and GdkFont 
20471         is temporary.)
20472
20473         * gtk/gtkwidget.[ch] (gtk_widget_create_pango_{context,layout}): Added 
20474         convenience functions for creating contexts and layouts for widgets.
20475
20476         * gtk/testgtk.c: Enhance label tests with multilingual labels.
20477
20478 2000-05-29  Jonathan Blandford  <jrb@redhat.com>
20479
20480         * gtk/gtkclist.c (gtk_clist_column_titles_active): let you set the
20481         titles to be active, even if they aren't visible.
20482         (gtk_clist_column_titles_passive):  Ditto.
20483
20484 2000-05-21  Nils Barth  <nils_barth@post.harvard.edu>
20485
20486         * gtkmenu.c:
20487         * gtkmenu.h:
20488         * gtktypeutils.h: Spelling/grammar fixes in comments.
20489
20490 Tue May 23 12:25:07 CEST 2000 lupus <lupus@debian.org>
20491
20492         * gdk/nanox/*.h: add missing header files.
20493
20494 Fri May 19 11:52:59 2000  Tim Janik  <timj@gtk.org>
20495
20496         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set
20497         send_event to TRUE.
20498         (gtk_drawing_area_size): queue a resize.
20499
20500 Sun Mar 26 03:21:28 2000  Tim Janik  <timj@gtk.org>
20501
20502         * gtk/gtksignal.c (gtk_signal_handlers_destroy): when unref-ing
20503         the handlers, also invalidate them. bug nailed down by Karl Nelson
20504         <kenelson@ece.ucdavis.edu>.
20505
20506 Fri May 19 06:49:23 2000  Tim Janik  <timj@gtk.org>
20507
20508         * gtk/gtkfontsel.c (gtk_font_selection_get_font_name): handle
20509         "(nil)" foundries, patch from Grigorios Magklis.
20510
20511         * gtk/gtkfontsel.c (gtk_font_selection_load_font): don't crash
20512         on non-available fonts, based on a patch by Grigorios Magklis
20513         <maglis@cs.rochester.edu>.
20514
20515 2000-05-18  Elliot Lee  <sopwith@redhat.com>
20516
20517         * gdk/x11/gdkregion-generic.c: If a region does not have any
20518         rectangles, or if the specified rectangle is not in the region, then return GDK_OVERLAP_RECTANGLE_OUT
20519         instead of GDK_OVERLAP_RECTANGLE_IN.
20520
20521 2000-05-17  Jonathan Blandford  <jrb@redhat.com>
20522
20523         * gtk/gtklayout.c (gtk_layout_map): Remove references to
20524         OFFSCREEN, as it is no longer necessary.
20525
20526 Wed May 17 10:52:12 2000  Owen Taylor  <otaylor@redhat.com>
20527
20528         * gtk/gtkcolorsel.c: Patch from David Santiago
20529         <mrcooger@cyberverse.com> to change things so that the 
20530         indicator of the active palette entry is done independently,
20531         not via the focus, since it should always be visible.
20532
20533 2000-05-17  Tor Lillqvist  <tml@iki.fi>
20534
20535         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Plug same
20536         refcount leaks as in the X11 backend.
20537
20538         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Logging
20539         cosmetics.
20540
20541         * gdk/win32/gdkwindow-win32.c: Similar changes as in X11
20542         backend. Add _gdk_windowing_window_destroy().
20543
20544         * gtk/gtkcolorsel.c: Include correct backend-specific header.
20545         Don't use XColor unless on X11. (No GDK_VISUAL_STATIC_COLOR
20546         either, but these probably do exist on nanox?)
20547         
20548         * gtk/gtkhsv.c: Use G_PI (fresh from <glib.h>) instead of M_PI
20549         which isn't necessarily defined by <math.h>.
20550
20551         * gtk/gtkobject.c (gtk_object_init): Don't go up the class
20552         ancestry past GtkObject.
20553
20554         * gtk/gtktypeutils.h: Mark GTK_TYPE_IDENTIFIER for export/import
20555         from DLL on Win32.
20556
20557         * gtk/gtk.def: Update corresponding to recent changes.
20558
20559         * gtk/makefile.{cygwin,msc}: Updates.
20560
20561 Fri May 12 18:46:51 2000  Owen Taylor  <otaylor@redhat.com>
20562
20563         * docs/Changes-1.4.txt: A bit of editing.
20564
20565         * gdk/gdkwindow.c (_gdk_window_clear_update_area) 
20566         * gdk/x11/gdkwindow-x11.c (gdk_window_hide): Add a function
20567         to clear the update area for the window, and clear it
20568         when hiding a window.
20569
20570         * gdk/gdkwindow.c (gdk_window_begin_paint_region): Ignore
20571         if window destroyed.
20572
20573         * gdk/gdkwindow.c (gdk_window_end_paint): Likewise.
20574
20575         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c gdk/gdkinternals.h: Move 
20576         gdk_window_destroy() to the generic code, since there was a lot of 
20577         window-system-independent logic it in. Add a function:
20578         
20579          _gdk_window_destroy() 
20580
20581         to the internal API to destroy a window without unreferencing it.
20582         Add a function:
20583
20584          _gdk_windowing_window_destroy()
20585
20586         That does the windowing-system-dependent part of destroying 
20587         the window.
20588
20589 Fri May 12 11:07:41 2000  Owen Taylor  <otaylor@redhat.com>
20590
20591         * gtk/testgtk.c: Fix various memory leaks of pixmaps.
20592
20593 Fri May 12 11:06:10 2000  Owen Taylor  <otaylor@redhat.com>
20594
20595         * gtk/gtkwidget.c docs/Changes-1.4.txt (gtk_widget_shape_combine_mask): 
20596         Make gtk_widget_shape_combine_mask() keep a reference count on
20597         the pixmap since it keeps it around.
20598
20599 Fri May 12 10:53:29 2000  Owen Taylor  <otaylor@redhat.com>
20600
20601         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix refcount
20602         leak.
20603
20604         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Fix refcount
20605         leak with event filters.
20606
20607 Thu May 11 14:29:44 2000  Owen Taylor  <otaylor@redhat.com>
20608
20609         * gtk/gtkdnd.c (gtk_drag_dest_set_internal): Remove the
20610         signal handlers with the right data arguments. (Fixes
20611         some warnings when a widget was repeatedly set as a drag
20612         destination.)
20613
20614         * gdk/x11/gdkdnd-x11.c (gdk_window_register_dnd): Set data on the
20615         window so we can avoid avoid setting the DND properties on the
20616         toplevel window repeatedly.
20617
20618 2000-05-13  Tor Lillqvist  <tml@iki.fi>
20619
20620         * gdk/win32/gdkwin32.h: Define more message types missing from
20621         mingw headers.
20622
20623         * gdk/win32/gdkevents-win32.c (gdk_event_translate): On WM_DESTROY
20624         call gdk_window_destroy_notify(). It was never called. This
20625         probably meant that the GdkWindow was never freed. Thanks Owen for
20626         noticing (!).
20627
20628         * gdk/win32/gdkwindow-win32.c (gdk_window_internal_destroy): Mark
20629         window as destroyed before calling DestroyWindow(). DestroyWindow()
20630         causes a call to the window procedure (gdk_WindowProc), which
20631         calls gdk_event_translate(), which calls
20632         gdk_window_destroy_notify(), which gets confused unless the window
20633         is set as destroyed.
20634
20635         * gdk/win32/gdkcolor-win32.c (gdk_win32_color_to_string): Rename
20636         this function to indicate it's win32 only. Put inside #ifdef
20637         G_ENABLE_DEBUG.
20638
20639         * gdk/win32/gdkevents-win32.c (gdk_win32_message_name): New
20640         debugging function. (gdk_event_translate:) Add a default branch
20641         that uses the above function to print debug messages with all
20642         Windows messages symbolically.
20643
20644         * gdk/win32/gdkprivate-win32.h: Declare it, and
20645         gdk_win32_color_to_string, but only if G_ENABLE_DEBUG.
20646
20647 Fri May 12 20:07:32 2000  Tim Janik  <timj@gtk.org>
20648
20649         * gtk/gtkcolorseldialog.c: don't include gtk/gtkintl.h in a
20650         public header file.
20651
20652 Fri May 12 17:13:32 2000  Tim Janik  <timj@gtk.org>
20653
20654         * docs/Changes-1.4.txt: documented necessary changes for 1.4 transition.
20655
20656         * gtk/gtktext.c: made the adjustments no-construct args, simply
20657         provide default adjustments.
20658         (gtk_text_destroy): release adjustments.
20659
20660         * gtk/gtkprogressbar.c (gtk_progress_bar_class_init): made the
20661         adjustment argument non-construct.
20662
20663         * gtk/gtkprogress.c (gtk_progress_destroy): release adjustment here,
20664         instead of in finalize.
20665         (gtk_progress_get_text_from_value): 
20666         (gtk_progress_get_current_text): 
20667         (gtk_progress_set_value): 
20668         (gtk_progress_get_percentage_from_value): 
20669         (gtk_progress_get_current_percentage): 
20670         (gtk_progress_set_percentage): 
20671         (gtk_progress_configure): ensure an adjustment is present.
20672
20673 Thu May 11 01:24:08 2000  Tim Janik  <timj@gtk.org>
20674
20675         * gtk/gtkcolorsel.[hc]:
20676         * gtk/gtkcolorseldialog.[hc]:
20677         * gtk/gtkhsv.[hc]: major code cleanups, destroy handlers need to chain
20678         their parent implementation, use bit fields for boolean values, don't
20679         create unused widgets, usage of glib types, braces go on their own
20680         lines, function argument alignment, #include directives etc. etc. etc..
20681
20682         * gtk/Makefile.am (gtk_public_h_sources): install gtkhsv.h.
20683
20684 Wed May 10 23:29:52 2000  Tim Janik  <timj@gtk.org>
20685
20686         * gtk/gtktoolbar.c (gtk_toolbar_destroy): don't unref a NULL tooltips.
20687
20688         * gtk/gtkfilesel.c (gtk_file_selection_destroy): don't free a cmpl_state
20689         of NULL.
20690
20691         * gtk/gtkcombo.c (gtk_combo_item_destroy): don't keep references
20692         to freed data.
20693         (gtk_combo_destroy): don't keep a pointer to a destroyed window.
20694
20695         * gtk/gtkmenu.c (gtk_menu_init): reset the menu's toplevel pointer
20696         to NULL when the toplevel is getting destroyed.
20697         (gtk_menu_set_tearoff_state): same here for the tearoff_window.
20698         (gtk_menu_destroy): 
20699         (gtk_menu_init): store the information of whether we have to
20700         readd the initial child ref_count during destruction in a new
20701         GtkMenu field needs_destruction_ref_count.
20702
20703         * gtk/gtkviewport.c: SHAME! ok this one is tricky, so i note it
20704         here, those reading: learn from my mistake! ;)
20705         in order for set_?adjustment to support a default adjustemnt if
20706         invoked with an adjustment pointer of NULL, the code read (pseudo):
20707         if (v->adjustment) unref (v->adjustment);
20708         if (!adjustment) adjustment = adjustment_new ();
20709         if (v->adjustment != adjustment) v->adjustment = ref (adjustment);
20710         now imagine the first unref to actually free the old adjustment and
20711         adjustment_new() creating a new adjustment from the very same memory
20712         portion. here, the latter comparision will unintendedly fail, and
20713         all hell breaks loose.
20714         (gtk_viewport_set_hadjustment):
20715         (gtk_viewport_set_vadjustment): reset viewport->?adjustment to NULL
20716         after unreferencing it.
20717
20718         * gtk/gtkcontainer.[hc]: removed toplevel registration
20719         functions: gtk_container_register_toplevel(),
20720         gtk_container_unregister_toplevel() and
20721         gtk_container_get_toplevels() which had wrong semantics
20722         anyways: it didn't reference and copy the list.
20723
20724         * gtk/gtkwindow.c: we take over the container toplevel registration
20725         bussiness now. windows are registered across multiple destructions,
20726         untill they are finalized. the initial implicit reference count
20727         users are holding on windows is removed with the first destruction
20728         though.
20729         (gtk_window_init): ref & sink and set has_user_ref_count, got
20730         rid of gtk_container_register_toplevel() call. add window to
20731         toplevel_list.
20732         (gtk_window_destroy): unref the window if has_user_ref_count
20733         is still set, got rid of call to
20734         gtk_container_unregister_toplevel().
20735         (gtk_window_finalize): remove window from toplevel list.
20736         (gtk_window_list_toplevels): new function to return a newly
20737         created list with referenced toplevels.
20738         (gtk_window_read_rcfiles): use gtk_window_list_toplevels().
20739
20740         * gtk/gtkhscale.c (gtk_hscale_class_init): made the GtkRange
20741         adjustment a non-construct arg.
20742         * gtk/gtkvscale.c (gtk_vscale_class_init): likewise.
20743         * gtk/gtkhscrollbar.c (gtk_vscrollbar_class_init): likewise.
20744         * gtk/gtkvscrollbar.c (gtk_vscrollbar_class_init): likewise.
20745
20746         * gtk/gtkrange.c: added some realized checks.
20747         (gtk_range_destroy): get rid of the h/v adjustments in the
20748         destroy handler instead of finalize. remove timer.
20749         (gtk_range_get_adjustment): demand create adjustment.
20750
20751         * gtk/gtkviewport.c: made h/v adjustment non-construct args.
20752         we simply create them on demand now and get rid of them in
20753         the destroy handler.
20754         (gtk_viewport_destroy): get rid of the h/v adjustments in the
20755         destroy handler instead of finalize.
20756         (gtk_viewport_get_hadjustment): 
20757         (gtk_viewport_get_vadjustment): 
20758         (gtk_viewport_size_allocate): demand create h/v adjustment
20759         if required.
20760
20761         * gtk/gtkwidget.c (gtk_widget_finalize): duplicate part of the
20762         gtk_widget_real_destroy () functionality.
20763         (gtk_widget_real_destroy): reinitialize with a new style, instead
20764         of setting widget->style to NULL.
20765
20766 Fri May  5 13:02:09 2000  Tim Janik  <timj@gtk.org>
20767
20768         * gtk/gtkcalendar.c:
20769         * gtk/gtkbutton.c: ported _get_type() implementation over to
20770         GType, either to preserve memchunks allocation facilities,
20771         or because Gtk+ 1.0 GtkTypeInfo was still being used.
20772
20773         * gtk/gtkobject.[hc]: derive from GObject. ported various functions
20774         over. prepare for ::destroy to be emitted multiple times.
20775         removed reference tracer magic. chain into GObjectClass.shutdown()
20776         to emit ::destroy signal.
20777
20778         * gtk/gtksignal.c: removed assumptions about GTK_TYPE_OBJECT being
20779         fundamental.
20780
20781         * gtk/gtkmain.c: removed gtk_object_post_arg_parsing_init()
20782         cludge.
20783
20784         * gtk/gtksocket.c:
20785         * gtk/gtkplug.c:
20786         * gtk/gtklayout.c:
20787         * gtk/gtklabel.c:
20788         * gtk/gtkargcollector.c:
20789         * gtk/gtkarg.c: various fixups to work with GTK_TYPE_OBJECT
20790         not being a fundamental anymore, and to work with the new
20791         type system (nuked fundamental type varargs clutter).
20792
20793         * gtk/*.c: install finalize handlers in the GObjectClass
20794         part of the class structure.
20795         changed direct GTK_OBJECT()->klass accesses to
20796         GTK_*_GET_CLASS().
20797         changed direct object_class->type accesses to GTK_CLASS_TYPE().
20798
20799         * gtktypeutils.[hc]: use the reserved fundamental ids provided by
20800         GType. made most of the GTK_*() type macros and Gtk* typedefs
20801         simple wrappers around macros and types provided by GType.
20802         most notably, a significant portion of the old API vanished:
20803         GTK_TYPE_MAKE(),
20804         GTK_TYPE_SEQNO(),
20805         GTK_TYPE_FLAT_FIRST, GTK_TYPE_FLAT_LAST,
20806         GTK_TYPE_STRUCTURED_FIRST, GTK_TYPE_STRUCTURED_LAST,
20807         GTK_TYPE_ARGS,
20808         GTK_TYPE_CALLBACK,
20809         GTK_TYPE_C_CALLBACK,
20810         GTK_TYPE_FOREIGN,
20811         GtkTypeQuery,
20812         gtk_type_query(),
20813         gtk_type_set_varargs_type(),
20814         gtk_type_get_varargs_type(),
20815         gtk_type_check_object_cast(),
20816         gtk_type_check_class_cast(),
20817         gtk_type_describe_tree(),
20818         gtk_type_describe_heritage(),
20819         gtk_type_free(),
20820         gtk_type_children_types(),
20821         gtk_type_set_chunk_alloc(),
20822         gtk_type_register_enum(),
20823         gtk_type_register_flags(),
20824         gtk_type_parent_class().
20825         replacements, where available are described in ../docs/Changes-1.4.txt.
20826         implemented compatibility functions for the remaining API.
20827
20828         * configure.in: depend on glib 1.3.1, use gobject module.
20829
20830 Thu May 11 12:39:50 2000  Owen Taylor  <otaylor@redhat.com>
20831
20832         * TODO.xml: Various updates to current status.
20833
20834 Wed May 10 20:25:04 2000  Owen Taylor  <otaylor@redhat.com>
20835
20836         * gtk.m4: Print out version when test succeeds.
20837
20838 Wed May 10 16:38:17 2000  Owen Taylor  <otaylor@redhat.com>
20839
20840         * gtk/Makefile.am docs/Changes-1.4.txt gtk/gtkcolorsel.[ch]
20841         gtk/gtkhsv.[ch]: Color selection dialog rewrite.
20842         
20843         (Original triangle color selector from Simon Budig
20844         <Simon.Budig@unix-ag.org>, Cleaned up and rewritten for GTK+ by
20845         from Jonathan, Havoc, and Federico. Merge into GTK+ done by David
20846         Santiago <mrcooger@cyberverse.com>)
20847
20848         * gtk/gtkcolorseldialog.[ch]: Split color selection dialog
20849         out into a separate widget.
20850
20851         * gtk/testgtk.c: Add some checkbuttons for toggling palette
20852         and opacity controls.
20853
20854 Wed May 10 16:08:09 2000  Owen Taylor  <otaylor@redhat.com>
20855
20856         * configure.in (GTK_LIBS_EXTRA): Remove references to gobject that 
20857         snuck in prematurely.
20858
20859 2000-05-07  Tor Lillqvist  <tml@iki.fi>
20860
20861         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Fix typo. I
20862         had deleted a ! operator by mistake, which caused
20863         GDK_SELECTION_CLEAR events never to be generated, which caused
20864         only the first copy to the clipboard from an gtkeditable to
20865         actually cause a copy to the Windows clipboard.
20866
20867 2000-05-06  Tor Lillqvist  <tml@iki.fi>
20868
20869         * gdk/win32/gdkdnd-win32.c: Enable shortcut resolution for gcc
20870         compilation, too. Current mingw gcc distributions include the
20871         necessary headers. Also the necessary IIDs are now in mingw
20872         headers/libraries, and own definitions unnecessary.
20873
20874         More hacking on OLE2 DND, still doesn't work though, and thus
20875         ifdeffed out.
20876
20877         * gdk/win32/gdkwindow-win32.c: Remove gdk_window_clear() from
20878         here, too.
20879
20880 Sat,  6 May 2000 13:31:34 +0200 Paolo Molaro <lupus@linuxcare.com>
20881
20882         * gdk/nanox/*: nano-X port work in progress.
20883         * gdk/simple.c: simple test for Gdk.
20884         * README.nanox: notes about the port: read this first!
20885         * gtk/gtk{dnd,plug,selection,window}.c: minimal changes to make gtk compile
20886         with nano-X.
20887
20888 Fri May  5 11:18:47 2000  Owen Taylor  <otaylor@redhat.com>
20889
20890         * gdk/gdkwindow.c gdk/x11/gdkwindow-x11.c (gdk_window_clear): Move
20891         gdk_window_clear() into common code, implement in terms of
20892         gdk_window_clear_area(). (Fixes bug where gdk_window_clear() was
20893         not redirected to the backing rectangle.
20894
20895 Wed Apr 26 01:53:23 2000  Owen Taylor  <otaylor@redhat.com>
20896
20897         * gtk/Makefile.am (EXTRA_DIST): Add OLD_STAMP into 
20898         EXTRA_DIST. It does not work well when the file that
20899         everything depends on is not in the tarball.
20900
20901 Tue Apr 25 22:20:41 2000  Owen Taylor  <otaylor@redhat.com>
20902
20903         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Fix error
20904         with recursion where process_updates() is called from
20905         an expose handler. (GtkTextView is highly broken in
20906         doing this, but it should work, so it is a nice test
20907         case.)
20908
20909 Sun Apr 23 23:39:18 2000  Owen Taylor  <otaylor@redhat.com>
20910
20911         * gdk/gdkwindow.c (gdk_window_process_updates_internal): Gracefully
20912         handle the case where updates are queued during processing of
20913         updates.
20914
20915 Tue Apr 18 14:16:50 2000  Owen Taylor  <otaylor@redhat.com>
20916
20917         * gdk/x11/gdkwindow-x11.c (gdk_window_foreign_new): We already assume
20918         window is on gdk_display - use that instead of segfaulting.
20919
20920 Thu May  4 02:04:46 2000  Tim Janik  <timj@gtk.org>
20921
20922         * configure.in (STRIP_DUMMY): some Make 3.79 $(strip ) versions are
20923         broken and require an empty arg, give it to them.
20924
20925 Fri Apr 28 19:34:32 2000  Tim Janik  <timj@gtk.org>
20926
20927         * gtk/gtklabel.h: indentation fixes.
20928
20929 2000-05-02  Tor Lillqvist  <tml@iki.fi>
20930
20931         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_arc): Don't try to
20932         draw too narrow or too low arcs, they seem to fail, at least with
20933         some display drivers.
20934
20935         * gdk/gdk.c (gdk_init_check): Use G_DIR_SEPARATOR.
20936
20937         Large changes to the Win32 backend, partially made necessary by
20938         the changes to the backend-independent internal
20939         structures. Attempts to implement similar backing store stuff as
20940         on X11. The current (CVS) version of the Win32 backend is *not* as
20941         stable as it was before the no-flicker branch was merged. A
20942         zipfile with that version is available from
20943         http://www.gimp.org/win32/. That should be use by "production"
20944         code until this CVS version is usable. (But note, the Win32
20945         backend has never been claimed to be "production quality".)
20946
20947         * README.win32: Add the above comment about versions.
20948
20949         * gdk/gdkwindow.c: Don't use backing store for now on Win32.
20950
20951         * gdk/gdk.def: Update.
20952
20953         * gdk/gdkfont.h: Declare temporary Win32-only functions. Will
20954         presumably be replaced by some more better mechanism as 1.4 gets
20955         closer to release shape.
20956
20957         * gdk/makefile.{cygwin,msc}: Update.
20958
20959         * gdk/win32/*.c: Correct inclusions of the backend-specific and
20960         internal headers. Change code according to changes in these. Use
20961         gdk_drawable_*, not gdk_window_* where necessary.
20962
20963         * gdk/win32/gdkdnd-win32.c: Use MISC selector for GDK_NOTE, not
20964         our old DND.
20965
20966         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_text): Don't try
20967         to interpret single characters as UTF-8. Thanks to Hans Breuer.
20968         Use correct function name in warning messages.
20969
20970         * gdk/win32/gdkevents-win32.c: Use correct parameter lists for the
20971         GSourceFuncs gdk_event_prepare and gdk_event_check.
20972         (gdk_event_get_graphics_expose): Do implement, use
20973         PeekMessage. Thanks to Hans Breuer.
20974         (event_mask_string): Debugging function to print an GdkEventMask.
20975         (gdk_pointer_grab): Use it.
20976
20977         * gdk/win32/gdkfont-win32.c: The Unicode subrange that the
20978         (old) book I used claimed was Hangul actually is CJK Unified
20979         Ideographs Extension A. Also, Hangul Syllables were missing.
20980         Improve logging.
20981
20982         * gdk/win32/gdkgc-win32.c: Largish changes.
20983
20984         * gdk/win32/gdkim-win32.c (gdk_set_locale): Use
20985         g_win32_getlocale() from GLib, and not setlocale() to get current
20986         locale name.
20987
20988         * gdk/win32/gdkprivate-win32.h
20989         * gdk/win32/gdkwin32.h: Move stuff from gdkprivate-win32.h to
20990         gdkwin32.h, similarily as in the X11 backend.
20991
20992         * gdk/win32/gdkwindow-win32.c (gdk_propagate_shapes): Bugfix,
20993         assignment was used instead of equals in if test. Thanks to Hans
20994         Breuer.
20995
20996         * gdk/win32/gdkgeometry-win32.c: New file, just a quick hack of
20997         the X11 version.
20998
20999         * gdk/win32/makefile.{cygwin,msc}
21000         * gtk/makefile.{cygwin,msc}: Updates. Better kludge to get the
21001         path to the Win32 headers that works also with the mingw compiler.
21002
21003         * gtk/gtkstyle.c: Include <string.h>.
21004
21005 2000-04-26  Havoc Pennington  <hp@redhat.com>
21006
21007         * gtk/gtklabel.c (gtk_label_get_text): Add this function,
21008         replacing the broken gtk_label_get ()
21009
21010 2000-04-15  Havoc Pennington  <hp@pobox.com>
21011
21012         * gdk/gdkdnd.h: clean up enum format, remove extra comma, 
21013         this keeps scanner scripts from getting confused.
21014
21015         * gdk/gdkdraw.c (gdk_drawable_get_data): This should return the
21016         data, rather than void
21017
21018 2000-04-15  Tor Lillqvist  <tml@iki.fi>
21019
21020         * gtk/gtkclist.c (gtk_clist_motion)
21021         * gtk/gtklist.c (gtk_list_motion_notify): If we get a motion event
21022         with is_hint FALSE, get x and y from the event. They used to be
21023         used uninitialised. The Win32 backend never sends motion events
21024         marked as hints. This for instance fixes the annoying file and
21025         font selector behaviour in the Win32 version.
21026
21027 2000-04-14  Tor Lillqvist  <tml@iki.fi>
21028
21029         * gtk/gtksignal.c: (Win32:) Export the gtk_private_signals and
21030         gtk_private_n_signals variables, they are used by some software,
21031         sigh.
21032
21033         * gtk/gtkrc.c (get_gtk_sysconf_directory): (Win32:) Fetch the
21034         installation directory from the Registry, where the installer
21035         should have put it.
21036
21037 Fri Apr  7 17:19:27 2000  Owen Taylor  <otaylor@redhat.com>
21038
21039         * gdk/x11/Makefile.am: Fix problem with installation directory for
21040         gdkx.h
21041
21042         * gtk/gtkmenuitem.c gtk/gtkmenushell.c: Patch from David Santiago
21043         <mrcooger@cyberverse.com> so that when selecting menus with the
21044         mouse, the first item will not be selected, but when selecting
21045         with an accelerator, or navigating left-right on a menubar with
21046         the menus popped up, the first item will be selected.
21047
21048 2000-04-05  Dan Damian  <dand@dnttm.ro>
21049
21050         * configure.in: Added "ro" to ALL_LINGUAS.
21051
21052 Wed Apr  5 00:08:36 2000  Owen Taylor  <otaylor@redhat.com>
21053
21054         * gdk/x11/gdkgc-x11.c (_gdk_x11_gc_new): Fix screwy
21055         indentation.
21056
21057         * Makefile.am (EXTRA_DIST): Fix typo.
21058
21059         * gdk[/x11]/Makefile.am (INCLUDES): Add $(top_builddir)/gdk
21060         to catch gdkconfig.h
21061
21062         * gtk/gtkitemfactory.c: Added FIXME.
21063
21064 2000-03-30  Jonathan Blandford  <jrb@redhat.com>
21065
21066         * gtk/gtkpaned.c (gtk_paned_get_position): oops.
21067         s/return_if_fail/return_val_if_fail/g and add a return value.
21068
21069 Mon Mar 27 20:56:14 2000  Owen Taylor  <otaylor@redhat.com>
21070
21071         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Fix up 
21072         merge slipup.
21073
21074         * gdk/gdkinput.h: Fix missing line from merge.
21075
21076 Mon Mar 27 20:39:49 2000  Owen Taylor  <otaylor@redhat.com>
21077
21078         * gdk/gdkcolor.c cursor.c gdkdraw.c gdkfont.c: Include gdkinternals.h
21079         instead of gdkprivate.h.
21080
21081 Sun Mar 12 15:19:24 2000  Owen Taylor  <otaylor@redhat.com>
21082
21083         * gtk/gtkinputdialog.h (struct _GtkInputDialogClass): Fix
21084         parent class to correctly be GtkDialogClass.
21085
21086 Thu Feb 24 23:58:21 2000  Owen Taylor  <otaylor@redhat.com>
21087
21088         * gdk/x11/gdkgeometry-x11.c: Don't worry about clipping of
21089         toplevel windows and their immediate children by their parents,
21090         since the size of toplevel windows is out of our immediate
21091         control and we don't get any real benefit from trying to track
21092         this size for clipping.
21093
21094         * gdk/gdkprivate.h (struct _GdkWindowPrivate) gdk/x11/gdkwindow-x11.c : Add a flag
21095         for input_only windows.
21096
21097         * gdk/gdkwindow.c gdk/x11/gdkgeometry-x11.c: Use the above flag
21098         to fix some hacks and make sure that we don't try to set the
21099         background of input only windows.
21100
21101 Thu Feb 24 18:11:46 2000  Owen Taylor  <otaylor@redhat.com>
21102
21103         * gdk/gdkinternals.h gdk/gdkprivate.h gdk/Makefile.am: Add a header file for
21104         the _really_ internal stuff, and leave gdkprivate.h for the fake private
21105         stuff that we've traditionally exposed.
21106
21107         * gdk/**.c: Use gdkinternals.h where appropriate.
21108
21109         * gdk/x11/gdkx.h gdk/x11/gdkprivate-x11.h gdk/x11/*.c: Make gdkx.h
21110         not include gdkprivate-x11.h, move all stuff of conceivable public
21111         interest into gdkx.h; keep all really private stuff in
21112         uninstalled header gdkprivate-x11.h.
21113
21114         * gdk/gdkdraw.c gdk/gdkwindow.c gdk/gdkinternals: Redirect all calls to
21115         image->image_put on windows through a new function _gdk_window_draw_image()
21116         to allow us to do backing store for images. (Sort of ugly)
21117
21118         * gdk/gdkgc.c gdk/gdkprivate.h: Cache the ts and clip origins for graphics
21119         contexts locally so that we can offset them properly when drawing 
21120         onto backing pixmaps.
21121
21122         * gdk/gdkinput.h: Reindented
21123
21124         * gdk/gdkprivate.h gdk/x11/gdkwindow-x11.c: Store the background
21125         pixmap or color for the window, so we can properly initialize
21126         our double-buffer pixmaps, and also so that we temporarily set
21127         a background of None while scrolling.
21128
21129         * gdk/gdkregion.h: Revise region boolean operators to have an
21130         interface that is actually convenient - switch from creating new
21131         regions on every op, to "methods" that modify existing regions
21132         (A = A OP B). 3 argument forms which allow dest == src, would also
21133         be possible, but the current interfaces seem to map nicely
21134         onto what needs to be done. (There is quite a lot of region
21135         code in GDK now.)
21136
21137         * gdk/gdkregion.h: Add constructor from rectangle and a copy
21138         operator.
21139
21140         * gdk/x11/{gdkregion-generic.[ch],gdkpolyreg-generic.c,
21141         gdkpoly-generic.h: Copy region code from Xlib, switch it over
21142         to 32 bit coordinates, modify it to be mostly GTK+ style
21143         and to have interfaces that match gdkregion.h.
21144
21145         * gdk/gdkwindow.c gdk/gdkprivate.h: Add facility for
21146         double-buffered drawing. gdk_window_begin_paint_{rect,region}()
21147         create a backing pixmap and redirect all drawing to
21148         that backing pixmap until a matching gdk_window_end_paint().
21149
21150         * gdk/gdkwindow.[ch] gdk/gdkinternals.h gdk/x11/gdkdrawable-x11.c:
21151         Create a special drawable class for GtkWindow's that 
21152         redirects the drawing to the backing pixmap as necessary
21153         and then calls the real operations in _gdk_windowing_window_class.
21154
21155         * gdk/gdkprivate.h gdk/gdkwindow.[ch] gdk/x11/gdkevents-x11.c:
21156         Store invalid region for each window. Generate expose events for invalid
21157         region in an idle. This replaces both the expose compression
21158         and the redrawing queuing in GTK+. It is both more efficient and
21159         simpler than either one individually and far more so then the
21160         combination.
21161
21162         * gdk/x11/gdkgeometry.c gdk/x11/gdkwindow.c gdk/x11/gdkprivate-x11.h:
21163         Emulate 32 bit coordinates for windows with 16 bit coordinates
21164         by offsetting drawing, guffaw scrolling techniques and
21165         mapping/unmapping child windows as necessary.
21166
21167         * gdk/gdkwindow.[ch] gdk/x11/gdkgeometry.c: Add anti-exposes,
21168         where, when invalid regions are processed, the region is stored,
21169         and if expose events come in that are detectably duplicate
21170         the processed exposes (by comparison of event serial numbers),
21171         the stored region is subtracted out of those exposes.
21172
21173         * gdk/x11/gdkgeometry.c: Temporarily unset backing pixmaps of
21174         regions newly exposed when scrolling or resizing windows.
21175         This, combined with forcing processesing of queued invalidated
21176         regions, gives nice flicker-free scrolling.
21177
21178         * gtk/gtklayout.c gtk/gtkviewport.c: Force processing of
21179         invalidated regions after every scroll.
21180
21181         * gtk/gtklayout.c: Vastly simplify using the new 32 bit coordinate
21182         emulation in GDK. Its, for all practical purposes just a
21183         GtkViewport/GtkFixed hybrid now.
21184
21185         * gdk/gdkdrawable-x11.c: Convert from GDK (32 bit) to X11
21186         (16-bit) structures as necessary instead of just casting.
21187
21188         * gdk/x11/gdkgc-x11.c gdk/x11/gdkx.h: Replace XSetRegion with code
21189         in terms of the structures from gdkregion-generic.c, using appropriate
21190         offsets from GDK to X11 coordinates. Cache clip mask and
21191         origin and ts origin locally and only flush to the server
21192         when drawing, to avoid constantly setting and resetting these
21193         values when offsetting GC's for scrolling and backing pixmaps.
21194
21195         * gdk/x11/gdkinput-x11.c: Fix leak of axes structures.
21196
21197         * gtk/gtkcontainer.c: Call process_all_updates at end
21198         of resizing to reduce flicker. (Avoids having redraw
21199         lag arbitrarily behind resize under some circumstances)
21200
21201         * gtk/gtkentry.c: Remove old backing store code, and simply take
21202         advantage of the new backing store capabilities of GDK.
21203
21204         * gtk/gtkmain.c: Simple implementation of widget backing
21205         store - simply push a paint while handling each expose.
21206         (Should really be configurable widget for widget.)
21207         
21208         * gtk/gtkwidget.c: Remove all the old complicated redraw
21209         code, and simply invalidate the GDK windows from
21210         gdk_window_queue_clear(), etc. (Sigh, so much carefully
21211         debugged complexity ... gone to the winds.)
21212
21213         Remove all the code for suppressing expose events while
21214         resizes are pending; this isn't needed since the invalid
21215         areas won't be processed until after the resizes are
21216         processed, since they are in a lower priority idle.
21217
21218 Thu Feb 24 15:37:41 2000  Owen Taylor  <otaylor@redhat.com>
21219
21220         * gdk/gdkrectangle.c (gdk_rectangle_intersect): Set width
21221         and height of dest rectangle for non-intersecting rectangles.
21222
21223 Sun Feb 20 16:47:31 2000  Owen Taylor  <otaylor@redhat.com>
21224
21225         * gtk/gtkwidget.h: Make GtkAllocation just a typedef
21226         for GdkRectangle.
21227
21228 Sun Feb 20 11:27:00 2000  Owen Taylor  <otaylor@redhat.com>
21229
21230         * gdk/gdk{events,image,private,types,window}.h
21231          gdk/x11/gdkinputprivate.h: Change all coordinates
21232          from int16 to int. Also, Change width and height from
21233          unsigned to signed to avoid all the stupid C 
21234          signedness bugs.
21235
21236 Sat Feb 19 12:01:53 2000  Owen Taylor  <otaylor@redhat.com>
21237
21238         * gdk/x11/gdkdrawable-x11.c (gdk_x11_draw_drawable):
21239         Use gdk_drawable_get_depth instead of gdk_drawable_get_visual.
21240         Add some more detailed checking.
21241
21242         * gdk/gdkdraw.c gdk/gdkdrawable.h (gdk_drawable_get_depth):
21243         New function to retrieve the depth of a drawable.
21244
21245         * gdk/gdkprivate.h (struct _GdkDrawablePrivate): Add a depth
21246         field, reorder fields to save memory. 
21247
21248 Mon Dec 13 14:06:03 1999  Owen Taylor  <otaylor@redhat.com>
21249
21250         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): Draw a small portion
21251         of the background image instead of scaling the background down to
21252         a line.
21253
21254         * gtk/gtk[hv]scrollbar.c (gtk_hscrollbar_size_allocate): Removed mysterious
21255         which temporarily set slider to wrong size.
21256
21257         * gtk/gtkaspectframe.c gtkbin.c: Remove unecessary calls to
21258         queue_clear().
21259
21260 Wed Nov 17 18:36:05 1999  Owen Taylor  <otaylor@redhat.com>
21261
21262 2000-03-23  Jonathan Blandford  <jrb@redhat.com>
21263
21264         * gtk/gtkpaned.c (gtk_paned_get_position): add getter.
21265
21266 2000-03-17  Tor Lillqvist  <tml@iki.fi>
21267
21268         * gdk/win32/gdkevents-win32.c: Remove the #ifndef
21269         USE_DISPATCHMESSAGE sections, we do want to use DispatchMessage.
21270
21271         * gdk/win32/gdkfont-win32.c
21272         * gdk/win32/gdkproperty-win32.c
21273         * gdk/win32/gdkselection-win32.c
21274         * gdk/win32/gdkwindow-win32.c: Add const to some arguments that are
21275         now declared such.
21276
21277 Wed Mar 15 02:59:38 PST 2000 Manish Singh <yosh@gimp.org>
21278
21279         * gtk/gtkvpaned.c: removed stray gutter_size reference, a 1.2 relic
21280
21281 Mon Mar 13 18:37:55 2000  Owen Taylor  <otaylor@redhat.com>
21282
21283         * gdk/gdkdnd.c: Fix a bunch of cases where XGetWindowProperty()
21284         is called without trapping X errors.
21285
21286 Fri Feb 25 10:48:53 2000  Owen Taylor  <otaylor@redhat.com>
21287
21288         * gtk/gtkrc.*: Fix problem where stray '"' characters found their
21289         way into the fontset lists.
21290
21291 Tue Feb 22 08:52:52 2000  Tim Janik  <timj@gtk.org>
21292
21293         * gtk/gtkthemes.h: add extern "C" scope.
21294
21295 Mon Feb 21 20:16:42 2000  Lars Hamann  <lars@gtk.org>
21296
21297         * gtk/gtkclist.c: applied  patch from Guy Harris <guy@netapp.com>
21298         to make appends to the list constant. (gtk-guy-990901-0.patch)
21299
21300 Mon Feb 14 22:50:10 2000  Tim Janik  <timj@gtk.org>
21301
21302         * gtk/gtktypeutils.c (gtk_type_init): use g_str_hash() and g_str_equal()
21303         for the typename hash table.
21304
21305 Mon Feb 14 15:01:23 2000  Owen Taylor  <otaylor@redhat.com>
21306
21307         * gtk/gtkpaned.c (gtk_paned_compute_position): Add some sanity checks
21308         to make sure we never divide by zero. 
21309         (Problem pointed out by Michal Jaegermann <michal@ellpspace.math.ualberta.ca>)
21310
21311 Mon Feb 14 12:29:38 2000  Owen Taylor  <otaylor@redhat.com>
21312
21313         * gtk/gtkfontsel.c: Apply patch from
21314         SHIRASAKI Yasuhiro <yasuhiro@awa.tohoku.ac.jp> to make font selector work a little
21315         better with 2-byte fonts. (Load a fontset instead of a font for two byte fonts.)
21316
21317         Also, some cleanups in atom handling.
21318
21319 Sun Feb 13 08:02:21 2000  Tim Janik  <timj@gtk.org>
21320
21321         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
21322         not GtkWidget.
21323
21324 Fri Feb 11 02:19:32 2000  Tim Janik  <timj@gtk.org>
21325
21326         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): 
21327         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): 
21328         * gtk/gtkpaned.c (gtk_paned_compute_position): had to squeeze some
21329         more guint wrap-around bugs before going to bed.
21330
21331 Thu Feb 10 16:16:35 2000  Tim Janik  <timj@gtk.org>
21332
21333         * gtk/gtkspinbutton.c (gtk_spin_button_size_allocate): guard against
21334         guint wrap arounds in allocation.width.
21335
21336         * gtk/gtktable.c (gtk_table_size_allocate_pass1): repeat shrinking
21337         process untill we fit the allocation given.
21338
21339 Tue Feb  8 09:38:29 2000  Tim Janik  <timj@gtk.org>
21340
21341         * gtk/gtkwidget.c:
21342         (gtk_widget_unrealize): guard widget access with ref/unref
21343         around signal emission.
21344         (gtk_widget_hide): same here, but also check its destroyed
21345         state before queueing a resize.
21346
21347 Tue Feb  8 03:05:55 2000  Tim Janik  <timj@gtk.org>
21348
21349         * gtk/gtkstyle.c (gtk_style_new): use gtk_default_prelight_bg instead
21350         of gtk_default_insensitive_bg as insensitive base color.
21351
21352         * gtk/gtktext.c (gtk_text_style_set): set the background color according
21353         to the widget's state.
21354         (gtk_text_realize): same here.
21355         (gtk_text_state_changed): same here.
21356         (draw_bg_rect): compare background color against base[] from
21357         GTK_WIDGET_STATE (text) not GTK_STATE_NORMAL.
21358
21359 Mon Feb  7 04:01:55 2000  Tim Janik  <timj@gtk.org>
21360
21361         * gtk/gtkmain.c (gtk_main_do_event): ignore delete events when
21362         grabs are active, unless a delete event is send to the toplevel
21363         of the currently grab holding widget.
21364
21365 Sun Feb  6 10:13:15 2000  Owen Taylor  <otaylor@redhat.com>
21366
21367         * gtk/gtkctree.c (gtk_ctree_drag_data_received): Remove
21368         debugging g_print's.
21369
21370 Fri Feb  4 15:54:54 2000  Owen Taylor  <otaylor@redhat.com>
21371
21372         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_size_request): Don't
21373         ever make the scrolled-window requisition ever depend on the 
21374         visibility state of the scrollbars for the AUTOMATIC policy. 
21375         This breaks the GTK+ requisition model, and causes loops.
21376
21377 Fri Feb  4 15:09:12 2000  Owen Taylor  <otaylor@redhat.com>
21378
21379         * gtk/gtkstyle.c (gtk_style_new): Set the charset explicitely for
21380         the default font to avoid problems with XFree86-4.0 where the
21381         default charset is iso10646-1, not iso8859-1.
21382
21383 Thu Feb  3 14:58:48 PST 2000 Manish Singh <yosh@gimp.org>
21384
21385         * acinclude.m4
21386         * config.guess
21387         * config.sub
21388         * ltconfig
21389         * ltmain.sh: upgrade to libtool 1.3.4 (bugfix only release)
21390
21391         * gtk/Makefile.am: minor cosmetic consistency tweak
21392
21393 Thu Feb  3 14:46:01 2000  Owen Taylor  <otaylor@redhat.com>
21394
21395         * gtk/gtkmenushell.c (gtk_menu_shell_button_release): Set
21396         the activate_time to 0, so that we handle a quick
21397         press/release press/release properly and don't suppress
21398         the second release. (Red Hat bug #7545)
21399
21400 Wed Feb  2 22:25:17 2000  Tim Janik  <timj@gtk.org>
21401
21402         * gtk/gtkctree.c (row_delete):
21403         (gtk_ctree_node_set_row_data_full): fixed very evil reentrancy
21404         bugs with destruction notifier, *always* update internal
21405         structures *before* calling user code.
21406
21407 Sun Jan 30 20:10:52 2000  Lars Hamann  <lars@gtk.org>
21408
21409         A few more fixes for bug #5487, #2051, #2677.
21410         * gtk/gtkclist.c : 
21411         (gtk_clist_button_press):  Reset clist->anchor to -1 if event->type is
21412         not GDK_BUTTON_PRESS.
21413         (resync_selection): resync only if selection_mode is
21414         GTK_SELECTION_EXTENDED
21415         * gtk/gtkctree.c (resync_selection): same here
21416
21417 Sun Jan 30 12:29:20 2000  Owen Taylor  <otaylor@redhat.com>
21418
21419         * gdk/gdk.h gtk/gtkmenu.h: Removed duplicate prototypes for
21420         gdk_drag_get_selection() and gtk_menu_detach().
21421
21422         [ From Jeroen Ruigrok/Asmodai ]
21423
21424 Sat Jan 29 10:11:56 2000  Owen Taylor  <otaylor@redhat.com>
21425
21426         * gtk/gtknotebook.c (gtk_notebook_size_request): 
21427         page->tab_label can be NULL.
21428
21429 2000-01-25  Havoc Pennington  <hp@pobox.com>
21430         
21431         * gdk/gdkwindow.c (gdk_window_set_back_pixmap): parent_relative
21432         arg is boolean
21433
21434         * gdk/gdkselection.c (gdk_selection_owner_set): return boolean
21435
21436         * gdk/gdkrectangle.c (gdk_rectangle_intersect): return boolean
21437
21438         * gdk/gdkproperty.c (gdk_property_get): return boolean
21439
21440         * gdk/gdkinput.c (gdk_input_set_mode): return boolean
21441
21442         * gdk/gdkim.c (gdk_im_ready): return boolean
21443
21444         * gdk/gdkgc.c (gdk_gc_set_exposures): gboolean arg
21445
21446         * gdk/gdkfont.c (gdk_font_equal): return gboolean (mild
21447         glib clash, should fix glib)
21448
21449         * gdk/gdkevents.c (gdk_set_show_events): take gboolean arg
21450         (gdk_get_show_events): return gboolean, and canonicalize 
21451         to TRUE/FALSE
21452
21453         * gdk/gdkcolor.c (gdk_colormap_new): gboolean flag whether the
21454         colormap is private
21455         (gdk_colors_alloc): gboolean whether to be contiguous
21456         (gdk_color_equal): return gboolean since we are a predicate
21457         and not a qsort() (this looks semi-wrong due to glib breakage,
21458         IMO glib should be fixed)
21459         
21460         * gdk/gdk.c (gdk_set_use_xshm): take gboolean arg
21461         (gdk_get_use_xshm): return gboolean
21462         (gdk_pointer_is_grabbed): return gboolean
21463
21464         * gdk/gdk.h: Change prototypes to match all the above changes,
21465         and re-run egtk-format-protos as required.
21466
21467 Fri Jan 28 12:28:17 2000  Owen Taylor  <otaylor@redhat.com>
21468
21469         * gtk/gtkctree.c (resync_selection): 
21470         * gtk/gtkclist.c (resync_selection):
21471
21472         Return immediately if clist->drag_pos < 0. This is a workaround
21473         for the corrupt state that the clist gets into when a
21474         GDK_2BUTTON_PRESS occurs. See note in gtk_clist_button_press().
21475
21476         Bug #5487, #2051, #2677; fix suggested by David Helder and T. Alexander Popiel.
21477         
21478         * gtk/gtknotebook.c (gtk_notebook_size_request): Fix uninitialized
21479         variable from recent commit.
21480
21481 Thu Jan 27 15:22:09 2000  Owen Taylor  <otaylor@redhat.com>
21482
21483         * gtk/gtkdnd.c (gtk_drag_begin): Fix stupid typo in last commit.
21484
21485 Thu Jan 27 18:00:55 2000  Tim Janik  <timj@gtk.org>
21486
21487         * gtk/Makefile.am: prefix all autogenerated source that get build in
21488         $(srcdir) with $(srcdir)/, so make doesn't assume they got generted
21489         in builddir. since we subsequently cd into srcdir for autogeneration,
21490         the paths have to be stripped from the target file names, thusly we
21491         use $(@F) as target names now.
21492         put a comment about configure.in's --disable-rebuilds option,
21493         which can be used for non-writable source directories, for development
21494         setups though, srcdir has to be *writable*.
21495
21496 hu Jan 27 00:15:03 2000  Owen Taylor  <otaylor@redhat.com>
21497
21498         * gtk/gtkdnd.c (gtk_drag_begin gtk_drag_get_event_actions):
21499           Finish the job of allowing event to be NULL.
21500           (Fixes bug #4283, reported by Chris Blizzard)
21501
21502         * gtk/gtkentry.c (entry_adjust_scroll): When calculating
21503           things so that the cursor appears on screen, properly
21504           take into account INNER_BORDER.
21505           (Fixes bug #4754, reported by Antonio Campos)
21506
21507 Wed Jan 26 23:12:28 2000  Owen Taylor  <otaylor@redhat.com>
21508
21509         * gtk/gtknotebook.c (gtk_notebook_map): Don't
21510           show the tab_label unless it itself is visible.
21511
21512           gtk/gtknotebook.c (gtk_notebook_size_request):
21513           Do a better job of making sure that the visibility
21514           of the tab label corresponds to whether it should
21515           be mapped or not.
21516
21517 Wed Jan 26 21:17:03 2000  Owen Taylor  <otaylor@redhat.com>
21518
21519         * gtk/gtkoptionmenu.c (gtk_option_menu_position):
21520           Use the requisition, not the allocation, since the
21521           allocation has not necessarily been computed yet.
21522           (Pointed out by Eugene Osintsev)
21523
21524 Wed Jan 26 19:44:25 2000  Owen Taylor  <otaylor@redhat.com>
21525
21526         * gtk/gtkstyle.c (gtk_style_new): Dont' set
21527           style/base[GTK_STATE_INSENSITIVE] both to
21528           gtk_default_insensitive_bg!
21529           (Bug #2187, reported by Jonathan Blandford)
21530
21531         * gtk/gtkaccelgroup.c (gtk_accelerator_valid):
21532           Add Alt_L, Alt_R to list of invalid accelerators.
21533           (Bug #3736, reported by Vlad Harchev)
21534
21535 Wed Jan 26 19:01:56 2000  Owen Taylor  <otaylor@redhat.com>
21536
21537         * gtk/gtkfilesel.c (open_ref_dir): Fix several
21538         bugs which occured after an attempt to open 
21539         invalid home directory left cmpl_state->reference_dir == NULL.
21540
21541          - completion on files in home directory didn't work
21542          - completion on an empty string caused  segfault
21543
21544          (Bug #3678, reported by Steve Ratcliffe)
21545
21546         * gtk/gtkscale.c (gtk_scale_get_value_width): Fix
21547         cut and paste error that was causing scales to
21548         be incorrectly positioned.
21549         (Bug #2956,
21550          patch from Steve Ratcliffe <steve@parabola.demon.co.uk>)
21551
21552 2000-01-27  Shirasaki Yasuhiro  <yasuhiro@gnome.gr.jp>
21553
21554         * acinclude.m4 (AM_GTK_WITH_NLS): Add -lintl to libs
21555         when checking for dcgettext, if we've found we needed
21556         it for dgettext.
21557 +
21558 Wed Jan 26 18:06:07 2000  Owen Taylor  <otaylor@redhat.com>
21559
21560         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
21561         queue_clear on NO_WINDOW widgets during a reparent,
21562         since at that point the window and widget heirarchies
21563         are out of sync. This stops crashing in some cases
21564         (the scrolled window reparent test, for instance), and
21565         _probably_ won't cause drawing errors.
21566
21567         * gtk/testgtk.c: Make the reparenting-a-scrolled-window
21568         test do what it was supposed to do and be robust against
21569         window closings, etc. (Bug #2443)
21570
21571 Wed Jan 26 16:56:54 2000  Owen Taylor  <otaylor@redhat.com>
21572
21573         * gtk/gtkentry.c: Fix return values on mouse events.
21574         (Bug #2686, Sky <seb_sky@yahoo.com>)
21575
21576         * gtk/genmarshal.pl: Fix up handling of FOREIGN.
21577         (pointed out by George Lebl)
21578
21579         * gdk/gdkcolor.c (gdk_color_copy): Made const-safe.
21580         (From Ettore Perazzoli  <ettore@helixcode.com>)
21581  
21582 Mon Jan 24 10:44:48 2000  Owen Taylor  <otaylor@redhat.com>
21583
21584         * gtk/gtkcalendar.c (gtk_calendar_main_button): Handle
21585         clicks between rows or outside calender area correctly.
21586         (Patch from Damon Chaplin)
21587
21588         * gtk/gtkclist.c (gtk_clist_set_row_data_full): 
21589         * gtk/gtkctree.c (gtk_ctree_node_set_row_data_full): 
21590           Call destroy function when overwriting existing data. 
21591           (Pointed out by Damon Chaplin)
21592
21593 Tue Jan 25 09:55:41 2000  Owen Taylor  <otaylor@redhat.com>
21594
21595         * gdk/gdk.c: Remove useless #include of <X11/Xmu/WinUtil.h>,
21596           which was causing problems on various systems with Xmu.
21597           This hasn't been needed for a very long time.
21598           (Fixes #1185 3167)
21599
21600 Sun Jan 23 22:27:36 2000  Owen Taylor  <otaylor@redhat.com>
21601
21602         * gdk/gdki18n.h: Include <ctype.h> when defining
21603           gdk_isw* in terms of is* as a fallback.
21604           (Bug #4106 - Dan Winship <danw@MIT.EDU>)
21605
21606 Sun Jan 23 22:12:36 2000  Owen Taylor  <otaylor@redhat.com>
21607
21608         * gtk/gtkviewport.c (gtk_viewport_size_allocate): Don't
21609           realize the widget when it is size allocated!
21610           (old, old bug)
21611
21612         * gtk/gtkviewport.c (gtk_viewport_adjustment_value_changed):
21613           Removed unused call to gdk_window_get_size() that
21614           showed up when the above was fixed.
21615
21616 Sat Jan 22 15:44:30 2000  Owen Taylor  <otaylor@redhat.com>
21617
21618         * gtk/gtkwidget.c (gtk_widget_reparent): Correctly
21619           fix up widget->window when the widget is a
21620           NO_WINDOW container widget.
21621
21622 Sat Jan 22 12:40:48 2000  Owen Taylor  <otaylor@redhat.com>
21623
21624         * gdk/gdkpixmap.c (gdk_pixmap_seek_string): Rewrite
21625           to account for the fact that feof() does _not_ 
21626           return TRUE on errors, and thus avoid infinite loops
21627           when trying to use gdk_pixmap_create_from_xpm()
21628           on unreadable values.
21629
21630 Fri Jan 21 18:32:43 2000  Owen Taylor  <otaylor@redhat.com>
21631
21632         * gtk/gtkaspectframe.h (struct _GtkAspectFrame): s/gint/gboolean/.
21633
21634 Fri Jan 21 16:24:08 2000  Owen Taylor  <otaylor@redhat.com>
21635
21636         * gdk/gdkgc.c (gdk_gc_set_dashes): Change from
21637           gdk_gc_set_dashes to take gint8 instead of gchar to
21638           make it clearer that it is _not_ a NULL terminated string.
21639
21640         * gdk/gdk.h gdk/gdkfont.c gdk/gdkgc.c gdk/gdkselection.c
21641           gdk/gdkwindow.c gtk/gtkprogress.[ch] gtk/gtkthemes.[ch]
21642           gtk/gtktreeitem.[ch] gtk/gtkwidget.[ch]: Constify string
21643           arguments.
21644
21645 Thu Dec 30 04:51:05 1999  Tim Janik  <timj@gtk.org>
21646
21647         * gtk/gtkvscale.c (gtk_vscale_pos_background): 
21648         * gtk/gtkhscale.c (gtk_hscale_pos_background): when calculating the
21649         background size relative to our allocation, guard against small
21650         allocations, we may have not yet been size allocated.
21651
21652 Thu Dec  2 10:59:14 1999  Owen Taylor  <otaylor@redhat.com>
21653
21654         * gdk/gdkdnd.c (xdnd_check_dest): Allow version >= 3,
21655         not just version == 3. We implement all 3 + most of 4 - 
21656         (we don't support matching text/plain;charset=iso-8859-1
21657         to a dest that expects text/plain). We'll still advertise
21658         3 to be safe, but any client implementing version >= 3
21659         must interoperate with 3.
21660         
21661 Tue Mar 14 11:53:31 2000  Owen Taylor  <otaylor@redhat.com>
21662
21663         * gtk/gtktooltips.[ch] (struct _GtkTooltips): Remove foreground,
21664         background and gc members, add a warning in gtk_tooltips_set_color()
21665         indicating that this function is deprecated.
21666
21667 Thu Mar  9 22:10:56 GMT 2000  Tony Gale <gale@gtk.org>
21668
21669         * docs/gtkfaq.sgml: FAQ Update:
21670           - Minor cleanups (Emmanuel, me)
21671           - New questions:
21672                 I need to add a new signal to a GTK+ widget. Any idea? (timj)
21673                 How can I retrieve the text from a GtkMenuItem? (timj)
21674                 How do I validate/limit/filter the input to a GtkEntry? (me)
21675                 Memory does not seem to be released when I free the list
21676                         nodes I've allocated (timj)
21677
21678 2000-03-07  Tor Lillqvist  <tml@iki.fi>
21679
21680         * gdk/win32/gdkmain-win32.c: Internal GDK error reporting changes:
21681         (gdk_win32_gdi_failed) New function for reporting errors from GDI,
21682         for which it is no use to call GetLastError onWin9x.
21683         (gdk_other_api_failed) New function, for general error
21684         reporting without calling GetLastError.
21685         (gdk_win32_api_failed) OTOH, this function always calls
21686         GetLastError. (gdk_win32_last_error_string) Remove this function,
21687         GLib has the equivalent now.
21688
21689         * gdk/win32/gdkprivate-win32.h: Declare the above, and macros to
21690         call them with function name, file name and line number in the
21691         arguments.
21692
21693         * gdk/win32/*.c: Use the new macros for reporting errors from GDI
21694         functions.
21695         
21696         * gtk/gtk.def: Add some missing entry points.
21697
21698         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
21699         gtk_paned_set_gutter_size, which don't exist any longer, as void.
21700         
21701         Fixes by Hans Breuer:
21702
21703         * gdk/makefile.msc: Update for debugging.
21704
21705         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_dashes): Fake
21706         implementation, just use the PS_DASH, PS_DOT, PS_DASHDOT or
21707         PS_DASHDOTDOT or PS_DASH styles depending on the number of entries
21708         in the dash_list.
21709
21710         * gdk/win32/gdkwin32.h (GDK_FONT_XFONT): New macro, similar as in
21711         the x11 backend.
21712
21713         * gdk/win32/gdkprivate-win32.h (IS_WIN_NT): New macro.
21714
21715         * gtk/testgtk.c: Include config.h, guard inclusion of unistd.h.
21716
21717 2000-03-04  Tor Lillqvist  <tml@iki.fi>
21718
21719         * gdk/win32/gdkprivate-win32.h (struct _GdkWindowWin32Data): Store
21720         just pixel value of background colour.
21721
21722         * gdk/win32/gdkgc-win32.c (gdk_colormap_color): New function
21723         containing code snippet previously duplicated in a couple of
21724         places.
21725         
21726         * gdk/win32/gdkdrawable-win32.c (gdk_win32_draw_points): Use
21727         gdk_colormap_color.
21728
21729         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Generate
21730         GDK_SCROLL events for WM_MOUSEWHEEL messages. Don't generate
21731         events for autorepeated Shift, Control and Alt keys. Use
21732         gdk_colormap_color.
21733
21734         * gdk/win32/gdkwindow-win32.c (gdk_window_set_cursor): If the
21735         pointer is inside the window the cursor of which we are setting,
21736         call SetCursor immediately.
21737
21738         * gdk/win32/makefile.cygwin
21739         * gtk/makefile.cygwin: If we don't have the build number stamp
21740         file, use zero.
21741
21742         * gtk/gtkcompat.h.in: Define gtk_paned_gutter_size and
21743         gtk_paned_set_gutter_size as empty.
21744
21745         * gtk/gtk.def: Remove gtk_paned_set_gutter_size.
21746         
21747 Tue Feb 29 13:10:00 GMT 2000  Tony Gale <gale@gtk.org>
21748
21749         * gdk/gdkwindow.h gdk/x11/gxid.c gtk/gtkclist.c gtk/gtkclist.h
21750           gtk/gtkctree.c gtk/gtkmenu.h gtk/gtkwidget.c gtk/testgtk.c
21751           docs/styles.txt docs/refcounting.txt docs/gtkfaq.sgml
21752           docs/gtk_tut.sgml docs/gtk.texi TODO:
21753
21754           Spelling/grammar fixes from Martin Buchholz <martin@xemacs.org>
21755
21756 Sat Feb 26 11:46:25 GMT 2000  Tony Gale <gale@gtk.org>
21757
21758         * gtk/gtkcalendar.c: Implement num_marked_dates,
21759           and don't emit mutiple day_selected signals on
21760           month_prev.
21761
21762 2000-02-25  Jonathan Blandford  <jrb@redhat.com>
21763
21764         * docs/make-todo (lineno): let title and logo be configurable so
21765         that GNOME can use this script too.
21766
21767         * TODO.xml: added logourl and a title
21768
21769 Fri Feb 25 11:12:00 2000  Owen Taylor  <otaylor@redhat.com>
21770
21771         * TODO.xml: Added some UI items, and an explanatory
21772         comment at the top of the file.
21773
21774 Thu Feb 24 09:07:28 2000  Tim Janik  <timj@gtk.org>
21775
21776         * TODO.xml: some updates, added abunch of new entries.
21777         a note for those fiddeling with this file, when done
21778         with it, invoke:
21779         $ ./docs/make-todo TODO.xml >/dev/null
21780         and correct output errors before comitting changes.
21781
21782 Wed Feb 23 22:59:50 2000  Owen Taylor  <otaylor@redhat.com>
21783
21784         * TODO.xml: Added XML-structured TODO file.
21785         * docs/make-todo: python script to turn TODO.xml into
21786           pretty XML output. 
21787
21788 2000-02-23  Jonathan Blandford  <jrb@redhat.com>
21789
21790         * gtk/gtkstyle.c (gtk_default_draw_handle): add a 'paned' mode to
21791         the function to let it draw the seven dots, instead of the old,
21792         much maligned, method.
21793         (draw_dot): New function to draw a dot.
21794
21795         * gtk/gtkhpaned.c (gtk_hpaned_size_allocate): changed allocation
21796         to draw the handle inside the border width as opposed to outside.
21797         Use paint function instead of gdk_draw_point.
21798
21799         * gtk/gtkvpaned.c (gtk_vpaned_size_allocate): changed allocation
21800         to draw the handle inside the border width as opposed to outside.
21801         Use paint function instead of gdk_draw_point.
21802
21803         * gtk/gtkfilesel.c (gtk_file_selection_update_history_menu):
21804         Change indenting to be more GTK like.
21805
21806 Wed Feb 23 10:54:14 GMT 2000  Tony Gale <gale@gtk.org>
21807
21808         * docs/gtk_tut.sgml: New section on GtkCalendar
21809         * examples/calendar: Update example code
21810
21811 Tue Feb 22 13:54:12 GMT 2000  Tony Gale <gale@gtk.org>
21812
21813         * docs/gtkfaq.sgml: FAQ Update
21814
21815 2000-02-19  Anders Carlsson  <andersca@gnu.org>
21816
21817         * gtk/gtkrange.c (gtk_range_scroll_event): Return TRUE
21818         to prevent the scroll event to be propagated upwards.
21819
21820 Fri Feb 18 14:37:29 2000  Owen Taylor  <otaylor@redhat.com>
21821
21822         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Remove
21823         OwnerGrabButtonMask from button entries for
21824         GDK_BUTTON_PRESS / GDK_BUTTON_RELEASE.
21825
21826         * gtk/gtklayout.c (gtk_layout_realize): Always add GDK_SCROLL
21827         to the event mask (which will result in button/press release
21828         being added to the event mask on Unix) so scrolling works
21829         for layouts in scroll windows.
21830
21831         * gdk/gdkevents.h (enum): Fix up GDK_ALL_EVENTS_MASK.
21832
21833         Patch from Anders Carlsson  <andersca@gnu.org> to add
21834         a scroll event.
21835
21836         * gtk/testgtk.c (scroll_test_scroll): Added an example of mouse wheel
21837         scrolling to the "Test Scrolling" part of testgtk.
21838  
21839         * gtk/gtkwidget.h (struct _GtkWidgetClass): Added scroll_event signal.
21840  
21841         * gtk/gtkwidget.c: Added "scroll_event" GTK+ signal and matched
21842         it against GDK_SCROLL.
21843  
21844         * gtk/gtkrange.c (gtk_range_scroll_event): Updated to use the new
21845         way of mouse wheel scrolling.
21846  
21847         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_scroll_event): Likewise.
21848  
21849         * gtk/gtkspinbutton.c (gtk_spin_button_scroll): Likewise.
21850  
21851         * gtk/gtkmain.c: Removed previous mouse wheel hack.
21852  
21853         * gdk/x11/gdkwindow-x11.c (gdk_event_mask_table): Added entry in
21854         gdk_event_mask_table.
21855  
21856         * gdk/x11/gdkevents-x11.c (gdk_event_translate): Added 
21857         GdkEventScroll handler.
21858  
21859         * gdk/gdkevents.h: Added GdkEventScroll structure.
21860  
21861 Thu Feb 17 17:10:12 2000  Owen Taylor  <otaylor@redhat.com>
21862
21863         * gtk/gt{h,k,}vpaned.[ch]: Add patch from Jonathan Blandford
21864         and Anders Carlsson to change the Paned widgets so that they
21865         can be dragged from anywhere along the length. Also change
21866         the way that this is drawn to make this apparent.
21867
21868         * gtk/gtkoptionmenu.c (gtk_option_menu_get_history): Apply patch
21869         from George Lebl to check that option_menu->menu is present
21870         before getting history.
21871
21872 2000-02-14  Tor Lillqvist  <tml@iki.fi>
21873
21874         * gdk/gdkdraw.c (gdk_draw_segments): Move the test for no segments
21875         before the assertion for non-NULL segment list.
21876
21877         * gdk/win32/gdkgc-win32.c: (gdk_win32_gc_values_to_win32values):
21878         Seems that pattern brushes *must* be 8x8 pixels! At least on my
21879         machine, but it might be display driver dependent. Sigh, so make
21880         sure the stipple is that size. Does Windows suck or what?
21881
21882         * gdk/win32/gdkdrawable-win32.c: Improve error handling in a few
21883         places.
21884
21885 2000-02-13  Havoc Pennington  <hp@pobox.com>
21886
21887         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): init
21888         refcount to 1
21889         (gdk_cursor_new): init refcount to 1
21890
21891         * gdk/win32/gdkcursor-win32.c (gdk_cursor_new): init refcount to 1
21892
21893 2000-02-13  Tor Lillqvist  <tml@iki.fi>
21894
21895         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Add an extra parameter
21896         so that we don't have to do unnecessary settings to the HDC.
21897
21898         * gdk/win32/gdkdrawable-win32.c
21899         * gdk/win32/gdkimage-win32.c: Corresponding changes to the calls of
21900         gdk_gc_predraw.
21901
21902         * gdk/win32/gdkdrawable-win32.c: Special-casing for GdkGCs where
21903         the fill style is GDK_OPAQUE_STIPPLED. In those cases we construct
21904         GDI paths, call WidenPath to get the outline of the stroken path,
21905         and then fill the outline (with the brush that was built from the
21906         stipple).
21907
21908         * gdk/win32/gdkgc-win32.c: Factor out common code from
21909         _gdk_win32_gc_new and gdk_win32_gc_set_values into
21910         gdk_win32_gc_values_to_win32values. Use correct colour for
21911         SetBkColor() (Until now the code actually used a random colour in
21912         the call to SetBkColor()... but that didn't show up as not many
21913         GDI APIs use the background colour. Pattern (opaque stippled)
21914         brushes do.)
21915
21916         * gdk/win32/gdkmain-win32.c (gdk_win32_last_error_string,
21917         gdk_win32_api_failed): New functions for error logging.
21918
21919         * gdk/win32/gdkprivate-win32.h: Declare them, and define a macro
21920         WIN32_API_FAILED to call them, passing function or file name and
21921         line number.
21922
21923         * gdk/win32/*.c: Use the WIN32_API_FAILED macro.
21924
21925         * gdk/win32/gdkprivate-win32.h: Store just the pixel values from
21926         GdkColor for foreground and background in GdkGCWin32Data.
21927
21928         * gdk/makefile.cygwin: Link in the resource object separately.
21929
21930         * gdk/win32/rc/gdk.rc
21931         * gtk/gtk.rc (New file)
21932         * gdk/win32/makefile.cygwin
21933         * gtk/makefile.cygwin: Update build number in DLLs automatically,
21934         as in GLib.
21935
21936 Sun Feb 13 08:54:45 2000  Tim Janik  <timj@gtk.org>
21937
21938         * gdk/gdkcursor.h (struct _GdkCursor): s/refcount/ref_count/.
21939         * gdk/x11/gdkcursor-x11.c (gdk_cursor_new_from_pixmap): 
21940         * gdk/x11/gdkcursor-x11.c (_gdk_cursor_destroy): 
21941         * gdk/gdkcursor.c (gdk_cursor_ref): insert assertments for the
21942         parameters given and cursor->ref_count. coding style fixups.
21943
21944         * gtk/gtksocket.c (gtk_socket_class_init): parent class is GtkContainer,
21945         not GtkWidget.
21946         
21947         * gtk/*.h: applied patch from Mathieu Lacage <lacage@email.enst.fr> to
21948         fix up widget macros and add _GET_CLASS() variant.
21949         
21950         * gtk/*.c: some GtkType fixups.
21951
21952 2000-02-09  Tor Lillqvist  <tml@iki.fi>
21953
21954         * gdk/win32/gdkproperty-win32.c
21955         * gdk/x11/gdkproperty-x11.c: The assertions for GDK_IS_WINDOW
21956         were reversed.
21957
21958 2000-02-04  Tor Lillqvist  <tml@iki.fi>
21959
21960         * gdk/win32/gdkfont-win32.c (logfont_to_xlfd): Use
21961         g_filename_to_utf8 to convert the font names Windows gives us from
21962         whatever is the default codepage to UTF-8.
21963         (gdk_font_load_internal) Use g_filename_from_utf8 for conversion
21964         in the other direction.
21965
21966         * gdk/win32/gdkgc-win32.c (gdk_win32_gc_set_values): Fix cut&paste
21967         error in debugging output.
21968
21969 2000-02-02  Tor Lillqvist  <tml@iki.fi>
21970
21971         * gdk/win32/gdkwindow-win32.c (gdk_window_clear): Pass zero width
21972         and height parameters to gdk_window_clear_area(). Not minus one.
21973
21974 Wed Feb  2 11:58:05 2000  Owen Taylor  <otaylor@redhat.com>
21975
21976         * gtk/gtkdnd.c (gtk_drag_selection_received): Add some sanity
21977         checks if the widget passed to gtk_drag_get_data() was not the
21978         dest widget.
21979
21980 2000-02-01  Tor Lillqvist  <tml@iki.fi>
21981
21982         * gtk/gtkfilesel.c: Use the g_filename_to_utf8 and
21983         g_filename_from_utf8 functions (which were added a moment ago to
21984         GLib). Some cleanups: Use gbooleans. Use GStrings instead of fixed
21985         size buffers.
21986
21987         gtk_file_selection_get_filename returns the filename in the C
21988         runtime encoding. It calls g_filename_from_utf8, but copies the
21989         returned string to a static buffer, which is returned. I think
21990         this is better than returning the result from g_filename_from_utf8
21991         directly, which would mean all apps that use it would have to free
21992         the return value. Or should this function care about this issue at
21993         all? Maybe a new function with clearly defined semantics.
21994
21995         * gtk/gtkfilesel.h: Add comment about
21996         gtk_file_selection_get_filename returning the filename in the C
21997         runtime's encoding.
21998
21999         * README.win32
22000         * gdk/gdk.def
22001         * gdk/makefile.{cygwin,msc}
22002         * gtk/gtk.def: Updates.
22003
22004         * gdk/gdkcursor-win32.c: Initialise refcount.
22005
22006 2000-01-31  Yuan-Chung Cheng <platin@linux.org.tw>
22007
22008         * configure.in: Added "zh_CN.GB2312" to ALL_LINGUAS.
22009
22010 2000-01-30  Havoc Pennington  <hp@pobox.com>
22011
22012         * gtk/testgtk.c (set_cursor): use gdk_cursor_unref instead of
22013         destroy
22014
22015         * gdk/gdkimage.c (gdk_image_ref): image wasn't being returned
22016
22017         * gdk/gdkprivate.h: declare _gdk_cursor_destroy which is then 
22018         implemented in platform-specific code
22019
22020         * gdk/Makefile.am (gdk_c_sources): add gdkcursor.c
22021
22022         * gdk/x11/gdkcursor-x11.c (gdk_cursor_destroy): rename with an
22023         underscore in front
22024
22025         * gdk/win32/gdkcursor-win32.c (gdk_cursor_destroy):
22026         put an underscore in front
22027
22028         * gdk/gdkcursor.c: new file, implements
22029         gdk_cursor_ref/gdk_cursor_unref
22030
22031         * gdk/gdkcursor.h: Refcount GdkCursor
22032
22033         * gdk/gdkcompat.h (gdk_cursor_destroy): compat
22034
22035 2000-01-29  Tor Lillqvist  <tml@iki.fi>
22036
22037         * gdk/gdkwindow.h
22038         * gdk/gdkpixmap.h: Remove prototypes for renamed functions.
22039
22040 Tue Jan 25 11:43:21 2000  Owen Taylor  <otaylor@redhat.com>
22041
22042         * gtk/gtkinvisible.h (struct _GtkInvisible[Class]): Fix
22043         structures to properly inherit from GtkWidget not GtkBin.
22044
22045 Sun Jan 23 20:28:24 2000  Owen Taylor  <otaylor@redhat.com>
22046
22047         * gtk+.spec.in: Added lib/gtk+/include/* to %files
22048         (bug #5178 - Peter Wainright)
22049         
22050         * gtk/Makefile.am (gtk_public_h_sources): Add gtkcompat.h
22051         so that it will be installed.
22052         (bug #4889 - "david d `zoo' zuhn" <zoo@mnnr.org>)
22053
22054 Fri Jan 21 16:29:28 2000  Owen Taylor  <otaylor@redhat.com>
22055
22056         * gtk/gtkstyle.[ch] docs/Changes-1.4.txt: Make the @detail argument
22057         for the GtkStyleClass vtable const.
22058
22059         * gtk/gtkitemfactory.[ch] docs/Changes-1.4.txt: Make GtkPrintFunc
22060         take a const string argument like GtkTranslateFunc. This will
22061         require changes in use code.
22062
22063 2000-01-19  Tor Lillqvist  <tml@iki.fi>
22064
22065         * gdk/win32/gdkwindow-win32.c (gdk_window_clear_area): The correct
22066         semantics (to mimic the X11 backend, which just calls XClearArea)
22067         is to check for zero width (and height), and in that case use the
22068         window's width minus x (height minus y). This fixes for instance
22069         some redraw problems with gtkclist, which were easily noticeable
22070         in the gtk file selection widget.
22071
22072         (gdk_window_new): Don't set WS_EX_TOPMOST for dialog
22073         windows.
22074
22075 2000-01-13  Tor Lillqvist  <tml@iki.fi>
22076
22077         * configure.in
22078         * gdk/Makefile.am
22079         * gdk/x11/Makefile.am
22080         * gdk/win32/Makefile.am: Small fixes, thanks to Peter Wainwright
22081         (bug #5177).
22082         * gdk/win32/gdkcc-win32.c: Reintroduce, to be thrown
22083         out later.
22084
22085 2000-01-09  Tor Lillqvist  <tml@iki.fi>
22086
22087         * gdk/win32/gdkevents-win32.c (gdk_event_translate): Ignore
22088         WM_MOVE for iconified or invisible windows. This fixes various
22089         problems when minimising windows. Thanks to Bernd Herd.
22090
22091 2000-01-05  Tor Lillqvist  <tml@iki.fi>
22092
22093         * gdk/gdkdraw.c (gdk_draw_lines): Fix copy&paste error: Call the
22094         backend's draw_lines method, not draw_points.
22095
22096 2000-01-02  Tor Lillqvist  <tml@iki.fi>
22097
22098         * gdk/win32/gdkevents-win32.c: Clean up some more leftovers from
22099         before Owen's reorganisation: Don't have queued_events and
22100         queued_tail statics in this file, but use gdk_queued_events and
22101         gdk_queued_tail. This makes exposure event compression work again.
22102
22103         (gdk_WindowProc): Comment out a posting of gdk_ping_msg, doesn't
22104         seem to be needed?
22105
22106 1999-12-30  Tor Lillqvist  <tml@iki.fi>
22107
22108         * gdk/gdk.c: If we don't HAVE_XCONVERTCASE we must #include
22109         gdkkeysyms.h to get the GDK_* keysym constants that are needed by
22110         gdk_keyval_convert_case(). Otherwise, gdk_keyval_convert_case()
22111         doesn't do anything.
22112
22113         * gdk/gdk.def: Add gdk_xid_table_insert.
22114
22115         * gdk/win32/gdkprivate-win32.h
22116         * gdk/win32/gdkevents-win32.c
22117         * gdk/win32/gdkinput-win32.c
22118         
22119         * gdk/win32/gdkwindow-win32.c: Remove the superfluous
22120         extension_events field in the GdkWindowWin32Data struct. Use only
22121         the extension_events field in GdkWindowPrivate. Previously one was
22122         set, and the other one tested, which broke tablet
22123         functionality. Thanks to Keishi Suenaga for pointing this out.
22124
22125 1999-12-18  Tor Lillqvist  <tml@iki.fi>
22126
22127         * gdk/win32/gdkfont-win32.c (gdk_text_size, gdk_text_extents):
22128         When handling a single character (text length == 1), don't handle
22129         it as if it was UTF-8.
22130
22131 1999-12-11  Tor Lillqvist  <tml@iki.fi>
22132
22133         * Makefile.am: Distribute README.win32.
22134         
22135         * gdk/Makefile.am
22136         * gdk/win32/Makefile.am: Distribute Win32 files.
22137
22138         * gdk/makefile.msc: New file.
22139
22140         * gdk/gdk.c (gdk_arg_context_parse): Fix gccism (no statement
22141         after label).
22142
22143         * gdk/gdkprivate.h: Must mark also gdk_error_warnings and
22144         gdk_error_code as GDKVAR, as they are referred outside GDK.
22145
22146         * gdk/win32/makefile.msc: Update.
22147
22148         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): More
22149         tweaks. Check only if at least one of those Unicode subrange bits
22150         we care for is set. If no code page bits are set, guess (wildly)
22151         based on the charset.
22152
22153         * gdk/win32/gdkinput-win32.c: Remove debugging leftover.
22154
22155         * gdk/win32/gdkwindow-win32.c (gdk_window_new): Assure title is
22156         non-NULL.
22157
22158         * gtk/gtkdnd.c
22159         * gtk/gtklayout.c
22160         * gtk/gtkplug.c
22161         * gtk/gtkselection.c
22162         * gtk/gtksocket.c
22163         * gtk/gtkwindow.c: Include x11/gdkx.h *or* win32/gdkwin32.c as
22164         appropriate. There must be a cleaner way to handle this?
22165
22166         * gtk/gtkrc.c: Must include windows.h on Win32.
22167
22168         * gtk/testgtk.c: No need to include gdkx.h.
22169
22170         * gtk/makefile.cygwin: Correct invokation of genmarshal.pl.
22171
22172 1999-12-07  Tor Lillqvist  <tml@iki.fi>
22173
22174         * gdk/win32/gdkfont-win32.c: Fix string measurement code. For now,
22175         the rbearing is set to the same as the width, but this should be
22176         fixed.
22177
22178 1999-12-06  Tor Lillqvist  <tml@iki.fi>
22179
22180         * gdk/win32/gdkfont-win32.c (check_unicode_subranges): New
22181         function. If Windows doesn't tell us what Unicode subranges a font
22182         covers, guesstimate based on the codepages it covers. This will
22183         hopefully help those Windows versions or fonts that don't give us
22184         any useful Unicode subrange information with GetTextCharsetInfo.
22185         Call this function in gdk_font_load_internal.
22186
22187         * gdk/win32/{gdkdnd,gdkimage,gdkpixmap,gdkprivate}-win32.c: Misc
22188         minor changes.
22189
22190 Fri Dec  3 14:09:50 1999  Owen Taylor  <otaylor@redhat.com>
22191
22192         * gtk/gtkoptionmenu.[ch] (gtk_option_menu_get_history):
22193         New function, long needed.
22194
22195 Wed Dec  1 22:35:43 1999  Owen Taylor  <otaylor@redhat.com>
22196
22197         * gdk/gdkproperty.h x11/gdkproperty.c: Change 
22198         only_if_exists argument of gdk_atom_intern to
22199         bool.
22200
22201 1999-11-25  Tor Lillqvist  <tml@iki.fi>
22202
22203         * gdk/gdkgc.c (gdk_gc_set_ts_origin, gdk_gc_set_clip_origin): 
22204         Fix two copy&paste errors.
22205
22206         * gdk/makefile.cygwin: Also rebuild DLL when the static archive in
22207         win32 has changed.
22208
22209         * gdk/win32/gdkprivate-win32.h: Don't need CPINFO in the
22210         GdkWin32SingleFont struct.
22211
22212         * gdk/win32/gdkfont-win32.c: Some more debugging: Print Unicode
22213         subranges of loaded fonts. Clear font signature first, in case
22214         GetTextCharsetInfo fails. Pretend SYMBOL_CHARSET fonts have
22215         ASCII+Basic Latin (i.e. 0x40--0xFF) as they are single-byte.
22216
22217         * gdk/win32/gdkgc-win32.c: Improved logging. (gdk_gc_postdraw):
22218         Unoffset clip region.
22219
22220 1999-11-23  Tor Lillqvist  <tml@iki.fi>
22221
22222         * gdk/win32/gdkevents-win32.c (gdk_event_translate): set
22223         event->any.window before calling filter functions.
22224
22225 Fri Nov 19 10:34:41 1999  Owen Taylor  <otaylor@redhat.com>
22226
22227         * gtk/gtkgamma.h: Adapt cast macros to standard.
22228
22229 [ Merges from 1.2 ]
22230
22231 Tue Nov 16 10:15:54 1999  Owen Taylor  <otaylor@redhat.com>
22232
22233         * gtk/gtkitemfactory.c (gtk_item_factory_parse_path):
22234         If translation does not include a '/', use entire
22235         translation instead of crashing.
22236
22237 Sun Oct 31 22:21:11 1999  Tim Janik  <timj@gtk.org>
22238
22239         * docs/gtk_tut.sgml:
22240         s/gtk_accel_group_attach/gtk_window_add_accel_group/.
22241
22242 Sat Oct 30 09:09:09 1999  Owen Taylor  <otaylor@redhat.com>
22243
22244         * gtk/gtkselection.c (gtk_target_list_remove): Use
22245         g_list_remove_link, not g_list_remove.
22246
22247         [ From Geert Bevin <gbevin@thunderstorms.org> ]
22248         
22249 Sun Oct 24 07:41:40 1999  Tim Janik  <timj@gtk.org>
22250
22251         * gtk/gtkclist.c (real_undo_selection): commented out g_print()
22252         statement upon unselection (how the heck did that slip in?).
22253
22254 Sat Oct 23 03:03:08 1999  Tim Janik  <timj@gtk.org>
22255
22256         * gtk/gtktext.c (gtk_text_freeze): 
22257         (gtk_text_thaw): undraw/draw cursor here to avoid unnecessary scrolling
22258         in frozen state (and aparently crashes). patch provided by Anders
22259         Melchiorsen <and@kampsax.dtu.dk>.
22260
22261 Sat Oct 23 02:53:20 1999  Tim Janik  <timj@gtk.org>
22262
22263         * fix insensitive default/focus widget activation,
22264         reported by Matt Goodall <mgg@isotek.co.uk>.
22265
22266         * gtk/gtkwindow.c (gtk_window_key_press_event): 
22267         (gtk_window_activate_default):
22268         (gtk_window_activate_focus):
22269         return handled=FALSE for actiavtion of insensitive default
22270         widgets. return handled=TRUE for activation of insensitive
22271         focus widgets. don't activate in either case.
22272
22273 Tue Oct 19 09:55:08 1999  Owen Taylor  <otaylor@redhat.com>
22274
22275         * gtk-config.in (lib_gtk): Switch order of @x_cflags@
22276         and $glib_cflags to match library order and in the
22277         theory that an old version of GLib is more likely to
22278         be in the include directory for X then vice-versa.
22279         (Bug #2776)
22280
22281 Tue Oct 19 09:46:49 1999  Owen Taylor  <otaylor@redhat.com>
22282
22283         * gtk/gtkrc.c (gtk_rc_init): Always use LC_CTYPE 
22284         to determine the locale for fontsets, not LC_MESSAGES;
22285         the user may want English messages with a handling
22286         for non-English languages. (LC_CTYPE=ru_RU LC_MESSAGES=fr_FR
22287         will still be broken) (Bug #2891)
22288
22289 Tue Oct 19 20:36:42 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
22290
22291         * gtk/gtkrc.ko: Fixed the wrong number of "*"'s.
22292
22293 Tue Oct 19 12:15:13 1999  Changwoo Ryu  <cwryu@adam.kaist.ac.kr>
22294
22295         * gtk/gtkrc.ko: Changed the Korean default fontset.
22296
22297 Fri Oct  8 02:32:47 1999  Owen Taylor  <otaylor@redhat.com>
22298
22299         * gtk/gtklayout.c (gtk_layout_adjustment_changed): Fix bug
22300         where when scrolling to the left or top double exposes
22301         were done, causing major slowdowns.
22302
22303 Thu Oct  7 18:31:55 1999  Owen Taylor  <otaylor@redhat.com>
22304
22305         * gtk/gtkrc.c (gtk_rc_init): Always normalize codeset
22306         names to lowercase and alphanumeric, before looking
22307         them up.
22308
22309         * gtk/Makefile.am: Install codeset variant gtkrc files
22310         with normalized names.
22311
22312 Thu Oct  7 22:52:42 1999  Tim Janik  <timj@gtk.org>
22313
22314         * gtk/gtkitemfactory.c (gtk_item_factory_popup_with_data): even
22315         popup menus when the menu is already visible, but its parent
22316         is still hidden, (happens after tornoff window got hidden).
22317
22318 Thu Oct  7 11:09:55 1999  Owen Taylor  <otaylor@redhat.com>
22319
22320         * gtk/Makefile.am (install-data-local): Fix
22321         a typo where gtkrc.vi_VN.tcvn5712 wasn't getting
22322         deleted, causing error messages on install.
22323
22324 Thu Oct  7 11:03:06 1999  Owen Taylor  <otaylor@redhat.com>
22325
22326         * gtk/gtk[hv]paned.c (gtk_{h,v}paned_draw): Redraw
22327         the handle as well, since we now sometimes ignore
22328         exposes on the handle while resizing.
22329
22330 Wed Oct  6 18:02:31 1999  Owen Taylor  <otaylor@redhat.com>
22331
22332         * gtk/gtkrc.c (gtk_rc_append_default_pixmap_path): Fix stupid
22333         extra g_free introduced in one of the last one or two 
22334         commits.
22335
22336 Wed Oct  6 16:38:36 1999  Owen Taylor  <otaylor@redhat.com>
22337
22338         * gtk/Makefile.am gtk/gtkrc*: Make naming of gtkrc files
22339         consistent, put each style that a gtkrc.* file creates
22340         in a unique namespace, remove old files before installing.
22341
22342 Wed Oct  6 14:31:16 1999  Owen Taylor  <otaylor@redhat.com>
22343
22344         * gtk/gtkrc.c (gtk_rc_init): Avoid leaking memory when
22345         gtk_rc_init is called multiple times. (Yes, people who
22346         do that have bugs in their code.)
22347
22348 Tue Oct  5 11:36:57 PDT 1999 Manish Singh <yosh@gimp.org>
22349
22350         * gtk/Makefile.am: listing gtkrc in gtkconf_DATA seems to barf.
22351         Remove it since it's generated by the Makefile anyway
22352
22353 Tue Oct  5 02:43:41 1999  Owen Taylor  <otaylor@redhat.com>
22354
22355         * gdk/gdkinputcommon.h (gdk_input_device_new): Free
22356         device->info.axes for core pointer.
22357
22358 Thu Sep 30 13:55:25 1999  Owen Taylor  <otaylor@redhat.com>
22359
22360         * gtk/testgtk.c (destroy_idle_test): Rename idle to 
22361         idle_id, to deal with obsolete, broken C libraries.
22362
22363 Mon Sep 27 02:50:15 1999  Owen Taylor  <otaylor@redhat.com>
22364
22365         * gtk/gtkvscale.c (gtk_vscale_draw): Don't add in
22366         allocation->x/y twice!
22367
22368         * gtk/gtkhscale.c: Make usage of gtk_hscale_pos_trough()
22369         consistent with gtk_vscale_pos_trough().
22370
22371 Sun Sep 26 19:44:34 1999  Owen Taylor  <otaylor@redhat.com>
22372
22373         * gtk/gtkcontainer.c (gtk_container_queue_resize): We may
22374         be queueing a resize on a toplevel container between
22375         the time we show it and when we map it. So, we need
22376         to test GTK_WIDGET_VISIBLE() for toplevels, and only
22377         use GTK_WIDGET_DRAWABLE() for child windows.
22378
22379 Thu Sep 23 16:41:03 1999  Owen Taylor  <otaylor@redhat.com>
22380
22381         * gtk/Makefile.am (LDADDS): Add GDK_WLIBS to LDADDS 
22382         (fixes bug #2144)
22383
22384 Fri Sep 24 00:51:45 1999  Tim Janik  <timj@gtk.org>
22385
22386         * gtk/gtkcontainer.c (gtk_container_queue_resize): check for
22387         container DRAWABLE (instead of VISIBLE), so we don't queue
22388         resizes on non-toplevel containers.
22389
22390 Sun Sep 19 18:13:31 1999  Owen Taylor  <otaylor@redhat.com>
22391
22392         * gtk/gtkselection.[ch]: Make the data argument
22393         const guchar *.
22394
22395 Sat Sep 18 21:27:40 1999  Owen Taylor  <otaylor@redhat.com>
22396
22397         * gtk/gtkwindow.c: Try to behave sensibly if 
22398         the focus widget is the window itself. (Should
22399         we allow this at all?)
22400
22401 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
22402
22403         * gtk/gtkwidget.c (gtk_widget_set_sensitive): 
22404         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): 
22405         * gtk/gtknotebook.c (gtk_notebook_set_show_border): 
22406         * gtk/gtkclist.c (gtk_notebook_set_show_border): make gboolean args
22407         in prototypes and implementations consistent (Tomas Ogren).
22408
22409         * gtk/gtklayout.c (gtk_layout_remove): unset GTK_IS_OFFSCREEN flag
22410         before the widget is unparented (reported by damon).
22411
22412         * gtk/gtkdnd.c: make the cursor and icon data _unsigned_ char,
22413         since we provide unsigned data anyways.
22414
22415 Thu Sep 16 21:32:01 1999  Owen Taylor  <otaylor@redhat.com>
22416
22417         * gtk/gtktooltips.c (gtk_tooltips_set_tip): Delay
22418         the call to gtk_tooltips_layout_text() until later.
22419
22420         * gtk/gtktooltips.c (gtk_tooltips_draw_tips):
22421         Call gtk_widget_ensure_style() before using the style.
22422
22423 Wed Sep 15 02:52:19 1999  Owen Taylor  <otaylor@redhat.com>
22424
22425         * gtk/gtkwidget.c (gtk_widget_event): Added workaround
22426         for old widgets that don't propagate draws to all
22427         children. (Namely gnome-dock for gnome-libs <= 1.0.16)
22428
22429 Tue Sep 14 19:22:19 1999  Tim Janik  <timj@gtk.org>
22430
22431         * gtk/gtkwidget.c (gtk_widget_queue_resize): don't queue the parent
22432         for a redraw but just the widget that requested the resize.
22433
22434 Tue Sep 14 18:29:47 1999  Tim Janik  <timj@gtk.org>
22435
22436         * gtk/gtkcontainer.c: added new widget level method
22437         gtk_container_set_reallocate_redraws() and a GtkContainer flag
22438         reallocate_redraws : 1 to reflect the setting, exported this through
22439         the argument system as a boolean ::reallocate_redraws.
22440
22441         * gtk/gtkwidget.c (gtk_widget_size_allocate): when queueing redraws
22442         on the widget because the allocation changes, do so as well for
22443         widget->parent if the parent has reallocate_redraws set to TRUE.
22444         with that containers requesting reallocation redraws get automatically
22445         redrawn if their children changed allocation (this unfortunately
22446         affects also other children that didn't change allocation, but we
22447         cannot work around that before 1.3).
22448
22449 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
22450
22451         * gtk/gtkwidget.c (gtk_widget_idle_draw): only emit ::draw if width
22452         _and_ height are >0 (not _or_).
22453
22454         * gtk/gtktable.c (gtk_table_remove): use gtk_widget_queue_resize()
22455         instead of gtk_container_queue_resize(), which is a core gtk internal
22456         function (must have been on crack when i queued that).
22457
22458         * gtk/gtkprivate.h: added new private flag GTK_FULLDRAW_PENDING, so
22459         we can check more reliably if we want to discard expose events.
22460         * gtk/gtkwidget.c: added setting/unsetting of the GTK_FULLDRAW_PENDING
22461         flag.
22462         
22463         * gtk/gtkwidget.c (gtk_widget_event): don't discard synthesized exposes,
22464         we simply trust these events. for deciding whether to discard exposes,
22465         check GTK_FULLDRAW_PENDING instead of RESIZE_PENDING.
22466         
22467 Mon Sep 13 15:01:21 1999  Owen Taylor  <otaylor@redhat.com>
22468
22469         * gtk/gtkwidget.c (gtk_widget_queue_clear_area): Ignore
22470         queues of areas that are completely off screen.
22471
22472         * gtk/gtkwidget.c (gtk_widget_idle_draw): Fix broken
22473         logic for handleboxes.
22474
22475         * gtk/gtkwidget.c (gtk_widget_queue_draw_data): Add santity
22476         check on width/height.
22477
22478 Mon Sep 13 02:22:47 1999  Tim Janik  <timj@gtk.org>
22479
22480         * gtk/Makefile.am: backed out Raja's recent VPATH build "improvements",
22481         we are fine with using $@ the way we do (if we actually encounter
22482         brokeness with $@ in VPATH builds because of additional path prefixes,
22483         we need to use $(@F) actually).
22484
22485 Mon Sep 13 01:34:53 1999  Tim Janik  <timj@gtk.org>
22486
22487         * gtk/gtksignal.c: renamed two variables, hopefully didn't introduce
22488         short lived bugs, that would allow language bindings to do surgeries
22489         to our guts.
22490
22491 Fri Sep 10 15:22:50 1999  Owen Taylor  <otaylor@redhat.com>
22492
22493         * gtk/gtkwindow.c (gtk_window_size_allocate): Fix typo
22494         where comparison was being done against an uninitialized
22495         value causing intermittant results depending on
22496         compiler flags. Also make it clearer that we aren't
22497         ever initializing the child as 0x0 (though this will
22498         be caught in gtk_widget_size_allocate())
22499
22500 Fri Sep 10 10:06:56 1999  Owen Taylor  <otaylor@redhat.com>
22501
22502         * gtk/gtkwindow.c (gtk_window_set_transient_for): Move
22503         gtk_window_unset_transient_for() call after we do checks
22504         involving the old transient parent.
22505         [ From Lance Capser <lmc@cyberhighway.net> ]
22506
22507 1999-09-07  Raja R Harinath  <harinath@cs.umn.edu>
22508
22509         * gtk/Makefile.am (gtk.defs): Go back to using `touch' to create
22510         an empty file.
22511
22512 Mon Sep  6 00:11:56 1999  Lars Hamann  <lars@gtk.org>
22513
22514         * gtk/gtkctree.c (gtk_ctree_is_ancestor): return FALSE if node has
22515         no children. (Reported by: Chris Rogers <gandalf@pobox.com>)
22516
22517 1999-09-03  Raja R Harinath  <harinath@cs.umn.edu>
22518
22519         * gtk/Makefile.am (gen_sources): Improve VPATH builds.
22520         `$@' is valid only in the build dir, not after we've done 
22521         `cd $srcdir'.  Also use `test -f' instead of less portable
22522         `test -e'.
22523
22524 Fri Sep  3 15:59:56 1999  Owen Taylor  <otaylor@redhat.com>
22525
22526         * gtk/gtktext.c (correct_cache_insert): Rewrite
22527          for simplicity, and hopefully correctness.
22528          (Fixes bug #1322, which was a segfault when
22529           on some insertions with the properties around
22530           the insertion set up just wrong.)
22531
22532         * gtk/gtktext.c (gtk_text_adjustment): When we receive
22533          a "changed" signal, clamp the new value to the adjustment
22534          bounds to avoid segfaulting if someone tries to change
22535          the adjustment to a bogus value. (Bug #1795)
22536
22537 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
22538
22539         * gtk/gtkmain.c: Ignore unexpected destroy notifies
22540         for children, for toplevel windows handle them
22541         like delete_event.
22542
22543         * gtk/gtkplug.c: Add an unrealize handler so that
22544         we unref plug->socket_window when we are done
22545         with it.
22546
22547 Fri Sep  3 14:52:54 1999  Owen Taylor  <otaylor@redhat.com>
22548
22549         * gtk/gtktext.c (clear_area): Fix stupid signedness
22550          problem that was causing background to sometimes
22551          be misaligned.
22552
22553 Fri Sep  3 12:26:33 1999  Owen Taylor  <otaylor@redhat.com>
22554
22555         [ Fixes pointed out by Ettore Perazzoli <ettore@comm2000.it> ]
22556         
22557         * gtk/gtkmenu.c (gtk_menu_position): Make
22558          sure we never position menus with negative x, y,
22559          since gtk_widget_set_uposition() can't handle that.
22560
22561         * gtk/gtkmenuitem.c (gtk_menu_item_position_menu):
22562          Modify the positioning code a bit so that we always
22563          put the top-left corner onscreen. (This is for
22564          UI reasons, gtk_menu_position() now takes care of
22565          gtk_widet_set_uposition() brokeness.)
22566
22567 Fri Sep  3 03:06:30 1999  Tim Janik  <timj@gtk.org>
22568
22569         * gtk/Makefile.am: fixed up things for -jx, x > 1.
22570
22571 Sun Sep  5 08:48:51 1999  Owen Taylor  <otaylor@redhat.com>
22572
22573         * gtk/gtkwidget.c (gtk_widget_modify_style): Ref the
22574           RC style that is passed in. The lack of the ref
22575           before was a bug. If people worked around this
22576           bug, this will introduce a slight memory leak
22577           in their code. The code should typically look like:
22578
22579             rc_style = gtk_rc_style_new ();
22580             [...]
22581             gtk_widget_modify_style (widget, rc_style);
22582             gtk_rc_style_unref (rc_style);
22583
22584         * gtk/gtkwidget.c (gtk_widget_modify_style): Reset
22585           the style if it was already set.
22586
22587         * gtk/gtkwidget.c (gtk_widget_set_name): Only set the
22588           style if it was set before.
22589
22590 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
22591
22592         * gtk/testgtk.c (main): Add a check to see if we
22593           are being run from the correct directory and
22594           to quit nicely if we are not.
22595
22596         * gtk/gtkrc.c (gtk_rc_slist_remove_all): Make function
22597           static.
22598
22599 Thu Sep  2 23:00:03 1999  Tim Janik  <timj@gtk.org>
22600
22601         * gtk/gtkenums.h (GtkWindowPosition): added GTK_WIN_POS_CENTER_ALWAYS.
22602
22603         * gtk/gtkwindow.c:
22604         queue resizes unconditionally (gtk_widget_queue_resize will figure
22605         what to do if the window is not realized).
22606         (gtk_window_move_resize): only recenter the window
22607         for GTK_WIN_POS_CENTER_ALWAYS.
22608         (gtk_window_compute_reposition): handle GTK_WIN_POS_CENTER_ALWAYS in
22609         the same way as GTK_WIN_POS_CENTER.
22610
22611 Thu Sep  2 22:39:27 1999  Tim Janik  <timj@gtk.org>
22612
22613         * gtk/gtkwindow.c (gtk_window_reposition): check for the last position
22614         with (!(info->last_flags & GDK_HINT_POS)) instead of
22615         (!info->last_flags & GDK_HINT_POS).
22616
22617         * gtk/gtkwindow.c (gtk_window_move_resize): constrain new_width and
22618         new_height unconditionally, because we use these values even if
22619         !default_size_changed && !hints_changed.
22620         comented the (default_size_changed || hints_changed) case with
22621         respect to resize rejects from the window manager.
22622
22623         * gtk/gtkwindow.c (gtk_window_move_resize): save info->last values
22624         in the zvt condition hack, since this includes the window hints, set
22625         the hints after the handling_resize case.
22626
22627         * gtk/gtkwindow.c (gtk_window_show): constrain the default size that a
22628         window is initially shown with to the geometry.
22629
22630 Thu Sep  2 07:38:56 1999  Tim Janik  <timj@gtk.org>
22631
22632         * gtk/gtkwindow.c (gtk_window_move_resize):
22633         s/size_changed/default_size_changed/g so i know what's
22634         really going on (frying brain on smaller flame now).
22635
22636 Thu Sep  2 05:47:47 1999  Tim Janik  <timj@gtk.org>
22637
22638         * gtk/gtkwindow.c (gtk_window_move_resize): queue a new resize if
22639         we have size_changed upon handling_resize. this is a gross
22640         workaround for the broken zvt widget and should be removed in
22641         1.3 again (search for FIXME).
22642         Owen provided an accurate comment for this:
22643
22644         /* We could be here for two reasons
22645          *  1) We coincidentally got a resize while handling
22646          *     another resize.
22647          *  2) Our computation of size_changed was completely
22648          *     screwed up, probably because one of our children
22649          *     is broken. It's probably a zvt widget.
22650          *
22651          * For 1), we could just go ahead and ask for the
22652          * new size right now, but doing that for 2)
22653          * might well be fighting the user (and can even
22654          * trigger a loop). Since we really don't want to
22655          * do that, we requeue a resize in hopes that
22656          * by the time it gets handled, the child has seen
22657          * the light and is willing to go along with the
22658          * new size. (this happens for the zvt widget, since
22659          * the size_allocate() above will have stored the
22660          * requisition corresponding to the new size in the
22661          * zvt widget)
22662          *
22663          * This doesn't buy us anything for 1), but it shouldn't
22664          * hurt us too badly, since it is what would have
22665          * happened if we had gotten the configure event before
22666          * the new size had been set.
22667          */
22668
22669 Wed Sep  1 20:46:11 1999  Owen Taylor  <otaylor@redhat.com>
22670
22671         * gtk/gtkrc.c: deal properly with the fact that RC
22672           style lists may include rc styles more than once.
22673
22674         * gtk/gtkrc.c (gtk_rc_append_pixmap_path): Removed
22675           unused static function.
22676
22677         * gtk/gtkrc.c (gtk_rc_find_pixmap_in_path): Keep a
22678           stack of directories of RC files currently being
22679           parsed and implicitely add them to pixmap path.
22680           
22681           This fixes a bug where the directory would get
22682           appended then overwritten by pixmap_path declarations.
22683
22684           (bug #1462, from Peter Wainright <prw@wainpr.demon.co.uk>)
22685
22686         * gtk/gtkthemes.c (gtk_theme_engine_unref): Call
22687           theme's exit function. (Patch from Peter Wainwright,
22688           bug #1454)
22689
22690         * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_destroy):
22691           Add a destroy() handler to take care of removing
22692           group for menu item. (Fixes bug #1197)
22693
22694         * gtk/gtkwidget.c (gtk_widget_size_request): Fixed thinko
22695           in warning message.
22696
22697 Wed Sep  1 21:27:42 1999  Tim Janik  <timj@gtk.org>
22698
22699         * gtk/gtkwindow.c (gtk_window_move_resize): don't require a server
22700         roundtrip to figure window's width and height, since we know that
22701         anyways from widget->allocation.
22702
22703 Wed Sep  1 12:37:44 1999  Owen Taylor  <otaylor@redhat.com>
22704
22705         * gtk/gtkwindow.c (gtk_window_move_resize): Compute
22706           the hints after we request the new size.
22707
22708 Wed Sep  1 10:38:37 1999  Owen Taylor  <otaylor@redhat.com>
22709
22710         * gtk/gtkwindow.c (gtk_window_compute_hints): Removed
22711           GTK_WIDGET_REALIZED() assertion - we can compute the
22712           hints before we are realized.
22713
22714         * gtk/gtkwindow.c (gtk_window_move_resize): Reorder
22715           hint changing so that we have a value of hints_changed
22716           when we decide whether to constrain the window size.
22717
22718         * gtk/gtkwindow.c (gtk_window_move_resize): Spelling fix.
22719
22720         * gtk/gtkwindow.c (gtk_window_constrain_size): cleanups,
22721         change back to G_MAXINT.
22722
22723 Wed Sep  1 06:54:59 1999  Tim Janik  <timj@gtk.org>
22724
22725         * gtk/gtkwindow.c (gtk_window_get_geometry_info): zero initialize
22726         new GtkWindowGeometryInfo, so fields like GdkGeometry geometry
22727         contain uncluttered values.
22728         (gtk_window_compute_hints): simply assert that window is realized
22729         and that geometry_info is valid, since we rely on this anyways.
22730         (gtk_window_constrain_size): major cleanups to the code.
22731         if (flags & GDK_HINT_BASE_SIZE) use geometry's base width and height
22732         for the base size, instead of the minimums. use 32767 as max width
22733         and height (like in gtkwindow.c) instead of G_MAXINT.
22734
22735 Wed Sep  1 04:41:25 1999  Tim Janik  <timj@gtk.org>
22736
22737         * cleaned up the GtkContainer.need_resize flag handling mess, we
22738         only need to force resize requests when we were prematurely
22739         realized, or our widget tree was modified when we were temporarily
22740         hidden. handling these cases directly upon showing the window (i.e.
22741         while the GdkWindow is still unmapped) avoids the need to wait for
22742         a configure event response and therefore makes the GUI more snappier
22743         and avoids blank windows during the roundtrip.
22744
22745         * gtk/gtkwidget.c:
22746         (gtk_widget_hide): 
22747         (gtk_widget_show): don't queue resizes on toplevels, they know how
22748         to deal with matters.
22749
22750         * gtk/gtkcontainer.c (gtk_container_queue_resize): set the ->need_resize
22751         flag directly for not visible resize containers and spare us unecessary
22752         signal emissions.
22753
22754         * gtk/gtkwindow.c:
22755         (gtk_window_realize): if we need to enforce premature size allocation,
22756         queue a container resize so we are correctly resized later on.
22757         (gtk_window_init):
22758         (gtk_window_size_request):
22759         don't freak around with the ->need_resize flag,
22760         gtk_container_queue_resize() will care about that.
22761         (gtk_window_show):
22762         handle initial resizing issues here, we can handle matters better in
22763         this place, especially since we know that our GdkWindow is still
22764         unmapped.
22765         (gtk_window_move_resize):
22766         don't care about ->need_resize at all.
22767         handle size changes properly that occoured while we waited for a
22768         configure event.
22769
22770 Tue Aug 31 15:58:46 1999  Owen Taylor  <otaylor@redhat.com>
22771
22772         * gtk/gtkwidget.c (gtk_widget_set_uposition):
22773         * gtk/gtkwindow.[hc] (gtk_window_reposition):
22774         Move the hint setting code from gtk_widget_set_uposition
22775         to here; set the hints so that we respect any previously
22776         set geometry hints.
22777
22778         * gtk/gtkwindow.c (gtk_window_compute_reposition): Don't
22779         change the window hints here or move the window here,
22780         let that happen in gtk_window_move_resize().
22781
22782 Tue Aug 31 06:58:52 1999  Tim Janik  <timj@gtk.org>
22783
22784         * gtk/gtkwidget.c (gtk_widget_event): when discarding exposes due
22785         to already queued resizes (and therefore redraws) on a widget, check
22786         its anchestry as well.
22787
22788         * gtk/gtkcontainer.c:
22789         (gtk_container_queue_resize): clear resize widgets for resize
22790         containers before aborting prematurely. this is especially important
22791         for toplevels which may need imemdiate processing or their resize
22792         handler to be queued.
22793         (gtk_container_dequeue_resize_handler): added new internal function for
22794         gtkwindow.c.
22795
22796         * gtk/gtkwindow.c (gtk_window_move_resize): if we are resizing due to a
22797         configure event, take possible changes in window position into account
22798         as well.
22799         if we request a new window size, queue up a resize handler that will
22800         last until the configure event response arrives.
22801         combined the ->need_resize case (initial show) with the general size
22802         (hints) changed case and added even more comments.
22803         if !auto_shrink, only revert to the old allocation if the new size
22804         is smaller than the current allocation.
22805
22806 Tue Aug 31 11:55:20 1999  Owen Taylor  <otaylor@redhat.com>
22807
22808         * gtk/gtkwindow.c (gtk_window_set_arg, gtk_window_set_policy,
22809                            gtk_window_set_geometry_hints
22810                            gtk_window_set_default_size):
22811         When hints are set, queue a resize so that the hints will
22812         be eventually reset on the toplevel.
22813
22814         * gtk/gtkwindow.c (gtk_window_show): Use
22815         gtk_window_compute_default_size(). Clear the need_resize flag
22816         on the initail map so that we don't unnecessarily trigger the
22817         resize code.
22818
22819         * gtk/gtkwindow.c (gtk_window_move_resize): Split apart
22820         into separate functions. Compare the hints we are setting
22821         with what we set last time so that we can accurately
22822         tell when we need to reset the hints.
22823
22824         * gtk/gtkwindow.c (gtk_window_compute_default_size): New
22825         function to figure out the size from requisition
22826         and default_size.
22827
22828         * gtk/gtkwindow.c (gtk_window_constrain_size): Function
22829         from fvwm to constrain a size to the geometry hints.
22830
22831         * gtk/gtkwindow.c (gtk_window_compare_hints): New function
22832         to compare two sets of geometry hints.
22833
22834         * gtk/gtkwindow.c (gtk_window_compute_hints): Renamed
22835         from gtk_window_set_hints(), just compute the hints,
22836         don't set them.
22837
22838         * gtk/gtkwindow.c (gtk_window_compute_reposition): Move
22839         code from gtk_window_move_resize() to separate function,
22840         rationalize a bit.
22841
22842 Tue Aug 31 13:05:03 1999  Owen Taylor  <otaylor@redhat.com>
22843
22844         * gtkrc.h: Move the ref_count member out of the GtkRcStyle
22845         structure into a new private structure.
22846
22847         * gtkrc.c: Split GtkRcStyle into public/private.
22848         In the private part, add a list of pointers to the
22849         RcStyle lists this RcStyle participates in.
22850
22851         * gtkrc.c: When a RcStyle is free, remove all
22852         lists referencing it from the 
22853         realized_style_ht hash, and free those lists.
22854         
22855         * gtk/gtkrc.c (gtk_rc_clear_styles): Don't call
22856         gtk_rc_init(), since that adds the default styles
22857         to the list of parsed RC files again.
22858
22859         * gtk/gtkrc.c: Use gtk_rc_style_find() consistently.
22860         
22861 Thu Aug 26 14:14:42 1999  Tim Janik  <timj@gtk.org>
22862
22863         * gtk/gtkwidget.c (gtk_widget_size_allocate): reactivated the sanity
22864         checks that ensure that a widget's allocation is at least 1 in width
22865         and height. (GNOME note: this doesn't affect old panel code anymore,
22866         because GtkSocket will request width and height of at least 1 since
22867         Fri Jul 23).
22868
22869         * gtk/gtkwindow.c (gtk_window_realize): if the widget hasn't been
22870         allocated yet (happens if the user realizes the window prematurely),
22871         size request and allocate it.
22872         (gtk_window_size_allocate): guard against guint underflows.
22873
22874 Wed Aug 25 19:01:36 1999  Lars Hamann  <lars@gtk.org>
22875
22876         * gtk/Makefile.am (gtk_built_sources): reordered stamp-gtk.defs
22877         in gtk_built_sources, so gtk.defs gets built prior to all other
22878         sources.
22879
22880 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
22881
22882         * gtk/Makefile.am:
22883         invoke indent on gtkmarshal.*. 
22884         rewrote source generation rules, use COPYING as oldest source tag for
22885         a piggyback rule to generate all sources from (don't touch it ;).
22886         major cleanups, strip spaces on build rules for GNU Make.
22887
22888         * gtk/genmarshal.pl: don't operate on hardcoded filenames but take
22889         source and target files from commandline arguments. don't invoke indent.
22890
22891 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
22892
22893         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
22894         notebook after switch to avoid drawing problems.
22895         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
22896         
22897         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
22898         show them instead. 
22899         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
22900
22901 Sat Aug 21 14:07:36 1999  Lars Hamann  <lars@gtk.org>
22902
22903         * gtk/gtknotebook.c (gtk_notebook_real_switch_page): queue_resize
22904         notebook after switch to avoid drawing problems.
22905         (Bug#856 Reported by: Theodore Roth <troth@netmagic.net>)
22906         
22907         (gtk_notebook_pages_allocate): don't map not visible tab_labels, 
22908         show them instead. 
22909         (Bug#1805 Reported by: Dave Cole <dave@dccs.com.au>)
22910
22911 Wed Aug 18 09:20:10 1999  Tim Janik  <timj@gtk.org>
22912
22913         * gtk/gtkwindow.c:
22914         we use window->need_resize from configure_event now, to indicate that
22915         the gtkwindow should keep its allocation (e.g. because the user resized
22916         the window through window manager handles). resize_count is now reliably
22917         used to figure whether we got the allocation we requested from the
22918         window manager.
22919         configure events get queued as resizes now, the real stuff (size
22920         computation and allocation) now only goes on in gtk_window_move_resize().
22921         GtkWindow's requisition now contains its *real* requisition (like all
22922         other widgets), *not* taking usize into account.
22923         geometry_info->last_{width|height} is now updated from set_hints() only
22924         so it always contains the last hints we set for the window manager.
22925         made some event handlers return TRUE instead of FALSE.
22926         the overall code should be much more straight forward now, and the
22927         significant code portions are accompanied by comments now.
22928         (gtk_window_set_hints):
22929         removed requisition argument and made it
22930         fetch the requisition through gtk_widget_get_child_requisition.
22931         we also don't move the gdkwindow here anymore, gtk_window_move_resize()
22932         does that now.
22933         (gtk_window_show):
22934         ensure that the widget is realized before calling 
22935         gtk_container_check_resize() (and thus gtk_window_move_resize()), also
22936         ensure that we got properly size requested and allocated before
22937         realization.
22938         (gtk_window_configure_event):
22939         ignore plain window moves, or reallocate the widget tree through the
22940         resize queue otherwise.
22941         (gtk_window_move_resize):
22942         mostly rewrote this function to figure window manager hints more
22943         reliably, coalesce window moves and resizes to reduce configure events
22944         and do actuall size allocations.
22945
22946 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
22947
22948         * gtk/gtkwidget.c (gtk_widget_event): discard expose events for widgets
22949         that have a resize pending, because a redraw is already queued for them.
22950
22951         * gtk/gtkcontainer.c: removed ugly connect_to ::size_allocate signal
22952         hack to clear resize_widgets.
22953
22954         * gtk/gtkwidget.c (gtk_widget_size_allocate): call clear_resize_widgets
22955         for resize containers prior to size allocation. (this is also a bit
22956         ugly, but avoids side effects for stopped emissions and is thus more
22957         reliable).
22958         (gtk_widget_unparent): removed disconnect call for clear_resize_widgets.
22959
22960         * gtk/gtktooltips.c (gtk_tooltips_paint_window): renamed this
22961         function from gtk_tooltips_expose, as we connect to ::expose_event
22962         *and* ::draw now.
22963
22964 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
22965
22966         * gtk/gtkselection.c (gtk_target_list_ref): Added missing sanity
22967         checks.
22968         (gtk_target_list_unref): Likewise.
22969
22970         * gtk/gtkthemes.c (gtk_theme_engine_unref): Likewise.
22971
22972 Tue Aug 17 15:47:07 1999  Owen Taylor  <otaylor@redhat.com>
22973
22974         * gtk/gtkcolorsel.c (gtk_color_selection_draw_value_bar):
22975         guard against division by zero. (Fixes bug #1339)
22976
22977 Tue Aug 17 10:56:49 1999  Owen Taylor  <otaylor@redhat.com>
22978
22979         * gtk/gtkentry.c (gtk_move_{forward,backward}_word): 
22980         Prevent the trivial leak of information of allowing
22981         word motion when the entry is not visible.
22982
22983 Tue Aug 17 10:28:52 1999  Owen Taylor  <otaylor@redhat.com>
22984
22985         * gtk/gtkfilesel.c (gtk_file_selection_fileop_error): Propagate
22986         modality to error dialog as well as confirmation dialogs.
22987         (Bug #1803, reported by Rosanna Wing Sze Yuen)
22988
22989 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
22990
22991         * gtk/gtktreeitem.c (gtk_tree_item_draw_lines): Honor
22992         tree->view_lines.
22993         (gtk-guy-990611-3.patch: Guy Harris <guy@netapp.com>)
22994
22995         * gtk/Makefile.am (install-data-local): Solaris apparently
22996         has various troubles with ln -f; use rm first instead.
22997         (gtk-guy-990611-2.patch: Guy Harris <guy@netapp.com>)
22998
22999 1999-07-30  Raja R Harinath  <harinath@cs.umn.edu>
23000
23001         * gtk/Makefile.am (stamp-m): Don't `mv' from builddir to srcdir,
23002         use `cp' followed by `rm' (the `rm' was already there).
23003
23004 July 30, 1999 Elliot Lee <sopwith@redhat.com>
23005         
23006         * configure.in: Fix autoconf warnings about cross compilation by
23007         trying to provide sane defaults for AC_TRY_RUN.
23008         * gtk/Makefile.am: If we refer to gtkmarshal.[ch] in $(srcdir),
23009         put them into $(srcdir) when generated. Also add a dependency of
23010         gtksignal.h on gtkmarshal.h for -j builds. 
23011         * gtk/gtk(dnd,style,gamma).c: Minor warning fixes.
23012
23013 Wed Jul 28 09:29:19 1999  Owen Taylor  <otaylor@redhat.com>
23014
23015         * gtk/gtkmain.c (gtk_main_iteration_do): Added missing
23016         GDK_THREADS_{LEAVE,ENTER} pair.
23017         (From Paul Fisher <pnfisher@redhat.com>)
23018
23019 Fri Jul 23 01:00:15 1999  Tim Janik  <timj@gtk.org>
23020
23021         * gtk/gtksocket.c (gtk_socket_size_request): asure that the requested
23022         width and height are always >0 (owen).
23023
23024 Fri Jul 23 00:00:47 1999  Tim Janik  <timj@gtk.org>
23025
23026         * gtk/gtkwidget.c (gtk_widget_size_allocate): backed out my recent
23027         change that assured that a widget's allocated with and height are
23028         always >1, since this breaks *buggy* panel code. unfortunately this
23029         back-breaks the gimp's color selector.
23030
23031         * gtk/gtkdrawingarea.c (gtk_drawing_area_size_allocate): asure that our
23032         allocation is always >0 in width and height, before sending the
23033         configure event; this is a *gross* hack to get the gimp back to work.
23034         
23035         * marked both cases with TODO-1.3
23036
23037 Wed Jul 21 15:47:39 1999  Owen Taylor  <otaylor@redhat.com>
23038
23039         * gtk/gtktext.c: Don't display wrap indicators when
23040         text is not editable and word wrap is on.
23041
23042 Wed Jul 21 08:21:40 1999  Tim Janik  <timj@gtk.org>
23043
23044         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): special case
23045         option menus here as they are not derived from menu shell, assure that
23046         the option menu has a menu we can add items to.
23047
23048 Tue Jul 20 23:29:48 1999  Tim Janik  <timj@gtk.org>
23049
23050         * gtk/gtknotebook.c (gtk_notebook_page_allocate): convert allocation->
23051         width/height to (gint) before calculations and check against < 0 to
23052         avoid guint wraparounds.
23053
23054 Sun Jul 18 00:35:49 1999  Tim Janik  <timj@gtk.org>
23055
23056         * gtk/gtkwidget.c (gtk_widget_size_allocate): ensure that the allocated
23057         width and height is never zero. sanity check both dimensions against
23058         32767 and issue a warning if the allocation is greater than that.
23059
23060 Wed Jul  7 15:03:30 1999  Owen Taylor  <otaylor@redhat.com>
23061
23062         * gtk/gtkmain.c (gtk_events_pending): Unlock around call
23063         to g_main_pending() as well.
23064
23065 Wed Jul  7 14:59:01 1999  Owen Taylor  <otaylor@redhat.com>
23066
23067         * gtk/gtkmain.c (gtk_main_iteration): Unlock around
23068         call to g_main_iteration() - since that will regrab
23069         GTK+ lock to process events.
23070
23071 Thu Jul  1 15:01:55 1999  Owen Taylor  <otaylor@redhat.com>
23072
23073         * gtk/gtkwindow.c
23074         - Regularize with the rest of GTK+ by making widget->requisition
23075           not reflect the set_usize()
23076         - Always recompute geometry hints, then check if they
23077           changed before sending them to the X server. The
23078           previous checks for changes would fail in a number
23079           of circumstances. 
23080
23081 Thu Jul  1 11:55:59 1999  Owen Taylor  <otaylor@redhat.com>
23082
23083         * gtk/gtkstyle.c: Include <stdlib.h> for strcmp().
23084
23085 Wed Jun 30 19:26:36 1999  Owen Taylor  <otaylor@redhat.com>
23086
23087         * gtk/gtkdnd.c:
23088         - Code cleanups
23089         - Instantaneously update on modifier key presses
23090         - Allow cancellation of the drag with Escape.
23091
23092 Tue Jun 29 17:04:09 1999  Owen Taylor  <otaylor@redhat.com>
23093
23094         * gtk/testgtk.c (create_handle_box): Set the policy
23095         to auto_shrink - otherwise the appearance is rather
23096         strange when flipping between horizontal and vertical.
23097
23098 Mon Jun 28 09:29:52 1999  Tim Janik  <timj@gtk.org>
23099
23100         * gtk/gtkwindow.c: add ::default_width and ::default_height arguments.
23101         (gtk_window_set_default_size): don't change a value if it's < 0.
23102         queue a resize.
23103
23104 Sun Jun 27 11:00:33 1999  Tim Janik  <timj@gtk.org>
23105
23106         * gtk/gtktext.c (gtk_text_insert): don't segfault on NULL inserts.
23107
23108 Mon Jun 28 12:08:25 1999  Owen Taylor  <otaylor@redhat.com>
23109
23110         * gtk/gtkfilesel.c (cmpl_completion_fullname): Don't
23111         add an extra "/" when concating "/" + filename.
23112         (From Matt Grossman <mattg@oz.net>)
23113
23114 Mon Jun 28 10:57:12 1999  Owen Taylor  <otaylor@redhat.com>
23115
23116         * gtk/gtkctree.c (draw_cell_pixmap): Reset clip mask
23117         for fg_gc if we set it for drawing pixmap.
23118
23119 Tue Jun 15 12:45:12 1999  Owen Taylor  <otaylor@redhat.com>
23120
23121         Fixes from Peter Wainwright <prw@wainpr.demon.co.uk>
23122         
23123         * gtk/gtkrc.c (gtk_rc_parse_engine): If rc_style->engine is
23124         already set, call old engine's destroy function and
23125         unref the old engine.
23126
23127 Thu Jun 10 17:59:38 1999  Tim Janik  <timj@gtk.org>
23128
23129         * gtk/gtkdrawingarea.c (gtk_drawing_area_size): queue a resize.
23130
23131 Wed Jun  9 15:13:16 1999  Tim Janik  <timj@gtk.org>
23132
23133         * gtk/gtkaccelgroup.h: mark certain functions as internal.
23134
23135 Wed Jun  9 13:48:28 1999  Tim Janik  <timj@gtk.org>
23136
23137         * gtk/gtkpreview.c (gtk_preview_set_expand): queue a resize if the
23138         expand behaviour changed.
23139
23140         * gtk/gtklabel.c (gtk_label_set_pattern):
23141         (gtk_label_set_justify):
23142         (gtk_label_set_line_wrap):
23143         don't bother invoking queue_clear, the reallocation does
23144         that for us, always free_words so the upcoming resize will
23145         relayout the label's contents.
23146
23147 Wed Jun  9 12:50:48 1999  Tim Janik  <timj@gtk.org>
23148
23149         * applied argument implementation patches from Elena Devdariani
23150         <elena@cogent.ca>.
23151
23152         * gtk/gtktoolbar.c: ::orientation, ::toolbar_style, ::space_size,
23153         ::space_style, ::relief
23154         * gtk/gtkruler.c: ::lower, ::upper, ::position, ::max_size
23155         * gtk/gtkpreview.c: ::expand
23156         * gtk/gtkpaned.c: ::handle_size, ::gutter_size
23157         * gtk/gtknotebook.c: ::homogeneous
23158         * gtk/gtklabel.c: ::wrap
23159         * gtk/gtklist.c: ::selection_mode
23160         * gtk/gtkhandlebox.c: ::handle_position, ::snap_edge
23161         * gtk/gtkcurve.c: ::curve_type, ::min_x, ::max_x, ::min_y, ::max_y
23162         * gtk/gtkcolorsel.c: ::update_policy, ::use_opacity
23163         * gtk/gtkclist.c: ::sort_type
23164         * gtk/gtkcheckmenuitem.c: ::active, ::show_toggle
23165         * gtk/gtkaspectframe.c: ::xalign, ::yalign, ::ratio, ::obey_child
23166
23167 Tue Jun  1 23:38:38 1999  Owen Taylor  <otaylor@redhat.com>
23168
23169         * gtk/gtkstyle.c: Removed ill-thought-out part of last
23170         comment.
23171
23172 Tue Jun  1 23:30:09 1999  Owen Taylor  <otaylor@redhat.com>
23173
23174         * gtk/gtkstyle.c (gtk_style_attach): Get the reference
23175         counting right when we have to attach a new style
23176         for a different visual. (Chi-Deok Hwang <cdhwang@sr.hei.co.kr>)
23177
23178         * gtk/gtkstyle.c: Documented the refcounting
23179         peculularities of gtk_style_attach.
23180
23181 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
23182
23183         * gtk/gtkwindow.c (gtk_window_new): added return if fail for invalid
23184         window types.
23185
23186         * examples/packer/pack.c (main): use GTK_WINDOW_TOPLEVEL instead
23187         of GTK_TOPLEVEL for creating the window.
23188
23189 1999-06-01  Tim Janik  <timj@dhcpd7.redhat.com>
23190
23191         * gtk/gtkmain.c (gtk_init_check): don't segfault when --gtk-module is
23192         the last argument (reported by Per Winkvist).
23193         
23194 Tue May 25 13:13:12 1999  Owen Taylor  <otaylor@redhat.com>
23195
23196         Fixes for invisible XOR lines (Frank Loemker
23197         <floemker@TechFak.Uni-Bielefeld.DE>)
23198         
23199         * gtk/gtkclist.c (gtk_clist_realize): Always use
23200         a non-zero pixel for GDK_XOR.
23201
23202         * gtk/gtkvpaned.c gtk/gtkhpaned.c: 
23203         Use GDK_INVERT instead of GDK_XOR.
23204
23205 Wed May 12 21:56:40 1999  Lars Hamann  <lars@gtk.org>
23206
23207         * gtk/gtkclist.c (adjust_adjustments): signal emit value_changed
23208         signals if h/voffsets differ from adjustment values.
23209         Reportet by Jerome Bolliet <bolliet@in2p3.fr>
23210
23211 Mon May 10 04:20:41 1999  Tim Janik  <timj@gtk.org>
23212
23213         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): propagate
23214         ::selection-done emissions up to the topmost menu shell.
23215
23216 Fri May  7 10:15:14 1999  Owen Taylor  <otaylor@redhat.com>
23217
23218         * gtk/gtknotebook.c (gtk_notebook_set_scrollable): Unset
23219         the user data on the window before destroying it.
23220
23221         * gtk/gtknotebook.c (gtk_notebook_unrealize): Add an
23222         unrealize handler to take care of destroying 
23223         notebook->panel properly. 
23224         (Bug #1198 - Morten Welinder <terra@diku.dk>)
23225
23226         * gtk/gtktext.c (expand_scratch_buffer): Fix reversal
23227         of g_new and g_realloc to stop memory leak. (Actually,
23228         we could just use g_realloc(), but I'm not 100% sure
23229         that is portable).
23230         (Bug #1196 - Morten Welinder <terra@diku.dk>)
23231
23232 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
23233
23234         * gtk/gtkplug.h: Removed stray GtkPlugButton declaration.
23235
23236         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
23237         for fontsets.
23238
23239         * gtk/gtkbutton.c (gtkbutton_expose): Fix warning
23240         with bin/button confusion.
23241
23242 Thu May  6 04:53:26 1999  Tim Janik  <timj@gtk.org>
23243
23244         * gtk/testgtk.c: in the ItemFactory test, link radio items together,
23245         and show how preselection of radio items is done.
23246
23247 Sun May  2 13:31:14 1999  Tim Janik  <timj@gtk.org>
23248
23249         * gtk/gtktreeitem.c (gtk_tree_item_set_subtree): 
23250         * gtk/gtktree.c (gtk_tree_add) (gtk_tree_insert):
23251         * gtk/gtktoolbar.c (gtk_toolbar_insert_element): 
23252         * gtk/gtkpaned.c (gtk_paned_pack2) (gtk_paned_pack1):
23253         * gtk/gtkscrolledwindow.c (gtk_scrolled_window_add): 
23254         * gtk/gtktable.c (gtk_table_attach): 
23255         * gtk/gtklist.c (gtk_list_insert_items): 
23256         * gtk/gtkmenushell.c (gtk_menu_shell_insert): 
23257         * gtk/gtknotebook.c (gtk_notebook_insert_page_menu): 
23258         * gtk/gtkpacker.c (gtk_packer_add_defaults) (gtk_packer_add): 
23259         * gtk/gtkbin.c (gtk_bin_add): 
23260         * gtk/gtkbox.c (gtk_box_pack_start) (gtk_box_pack_end): 
23261         * gtk/gtkfixed.c (gtk_fixed_put): 
23262         * gtk/gtklayout.c (gtk_layout_put):
23263         general fixups to container_add logic. always realize child if
23264         child->parent is realized, only map the child and queue a resize
23265         if child and child->parent are both visible.
23266
23267 Fri Apr 30 09:02:28 1999  Tim Janik  <timj@gtk.org>
23268
23269         * gtk/gtkwidget.c (gtk_widget_real_unrealize): use gtk_container_forall
23270         instead of gtk_container_foreach to walk and unrealize children, so
23271         composite children get also unrealized.
23272         (gtk_widget_real_show): don't call gtk_widget_map() if we don't need to.
23273         (gtk_widget_map): assert that the widget is visible (basic constrain).
23274         (gtk_widget_real_map): assert that the widget is realized (basic
23275         constrain).
23276
23277 Fri Apr 29 00:53:20 1999  Tim Janik  <timj@gtk.org>
23278
23279         * gtk/gtkbindings.c (gtk_pattern_spec_init): plugged a memory leak.
23280
23281 Tue May  4 09:32:08 1999  Owen Taylor  <otaylor@redhat.com>
23282
23283         * gtk/Makefile.am gtk/gtkrc.iso-8859-2: Add a gtkrc
23284         file for iso-8859-2 locales.
23285
23286         * configure.in (ALL_LINGUAS): ALL_LINGUAS update.
23287
23288 Tue Apr 27 16:38:32 1999  Owen Taylor  <otaylor@redhat.com>
23289
23290         * gtk/Makefile.am: Fix typo of static_sources for static_SOURCES.
23291          (Pointed out by andy@rz.uni-karlsruhe.de and others).
23292          Remove some suspicious and useless lines. 
23293
23294 Tue May  4 08:44:08 1999  Owen Taylor  <otaylor@redhat.com>
23295
23296         * gtk/gtkclist.c (gtk_clist_draw, draw_rows): Use 
23297         width,height = 0, 0 to mean - here to edge of window,
23298         instead of -1, -1, since the former is all we support.
23299
23300 Tue May  4 08:34:43 1999  Owen Taylor  <otaylor@redhat.com>
23301
23302         * gtk/gtkmain.c (gtk_main): Correctly free list nodes
23303         when removing from quit_functions list.
23304
23305 Tue Apr 27 14:17:16 1999  Tim Janik  <timj@gtk.org>
23306
23307         * gtk/gtkpacker.c (gtk_packer_size_request): remove unused variable.
23308
23309 Tue Apr 27 18:23:35 1999  Owen Taylor  <otaylor@redhat.com>
23310
23311         * gtk/gtkentry.c (gtk_entry_draw_cursor_on_drawable): 
23312          When redrawing characters on non-visible entry, use appropriate
23313          '*' character. (Bug #1130 - Jean-Marc Jacquet <jm@littleigloo.org>)
23314
23315 Tue Apr 27 01:31:40 1999  Lars Hamann  <lars@gtk.org>
23316
23317         * gtk/gtkclist.c (drag_dest_cell): compute destination cell
23318         from drag coordinates.
23319         (gtk_clist_drag_data_received) (gtk_clist_drag_motion):
23320         use drag_dest_cell.
23321
23322         * gtk/gtktree (drag_dest_cell)
23323         (gtk_ctree_drag_data_received) (gtk_ctree_drag_motion): likewise.
23324         (Bug #1129)
23325
23326 Wed Apr 21 21:26:11 1999  Tim Janik  <timj@gtk.org>
23327
23328         * gtk/gtkitemfactory.c (gtk_item_factory_init): properly initialize
23329         translate_* fields.
23330         (gtk_item_factory_finalize): invoke translate_notify independant from
23331         translate_data.
23332         (gtk_item_factory_set_translate_func): likewise.
23333         (gtk_item_factory_destroy): only remove ifactory pointer from those
23334         widgets that belong to us (stupid me).
23335
23336 Mon Apr 19 12:05:31 1999  Owen Taylor  <otaylor@redhat.com>
23337
23338         * gtk/gtkrc.c (gtk_rc_style_init): Fixed leak of
23339         rc_style list when lookup succeeeds.
23340
23341 Thu Apr 15 01:11:24 1999  Lars Hamann  <lars@gtk.org>
23342
23343         * gtk/gtkctree.c (resync_selection): 
23344         * gtk/gtkclist.c (resync_selection): fixed undo_selection bug.
23345         * gtk/gtkclist.c (gtk_clist_button_release): fixed resync_selection
23346         bug.
23347
23348 Fri Apr  9 19:22:19 1999  Owen Taylor  <otaylor@redhat.com>
23349
23350         * gtk/gtkcolorsel.c gtk/gtkdnd.c gtk/gtkmenuitem.c:
23351         Add some missing GDK_THREADS_ENTER()/LEAVE around
23352         timeouts. (Patches from Sebastian Wilhelmi <wilhelmi@ira.uka.de>)
23353
23354 Thu Apr  8 20:10:33 1999  Tim Janik  <timj@gtk.org>
23355
23356         * gtk/gtkentry.c (gtk_entry_key_press): use gtk_widget_activate()
23357         rather than emit_by_name.
23358
23359         * gtk/gtkeditable.c (gtk_editable_insert_text): keep a reference
23360         on the widget across multiple signal emissions.
23361         (gtk_editable_delete_text): same here.
23362         (gtk_editable_class_init): set widget_class->activate_signal after
23363         editable_signals[ACTIVATE] has been created.
23364
23365 Wed Apr  7 22:59:47 1999  Owen Taylor  <otaylor@redhat.com>
23366
23367         * gtk/gtkpaned.c (gtk_paned_set_position): Don't clamp
23368         position here prematurely -- we might not have the
23369         right ->min_position and ->max_position yet.
23370
23371 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
23372
23373         * gtk/gtkselection.c gdk/gdkselection.c: (gtk_selection_request):
23374         Add error traps so if the other end of the connection
23375         dies, we survive.
23376
23377         * gtk/gtkselection.c (gtk_selection_notify): Clean
23378         up properly when selection property retrieval fails.
23379         
23380         * gtk/gtkselection.c (gtk_selection_request): Correctly
23381         reject SelectionRequest notifies where the handler
23382         returns no data.
23383
23384 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
23385
23386         * gtk/gtkdnd.c (gtk_drag_dest_leave): Only unhighlight
23387         when we've previously highlighted.
23388
23389         * gtk/gtkdnd.c (gtk_drag_dest_handle_event): Don't
23390         emit two "drag_leave" signals for Motif drops.
23391
23392         * gtk/gtkdnd.c (gtk_drag_source_handle_event): Send
23393         back the correct status messages when dropping from
23394         Motif onto a proxy window that is rejecting the
23395         drop.
23396
23397 Sat Mar 27 23:32:13 1999  Tim Janik  <timj@gtk.org>
23398
23399         * gtk/gtkarg.[hc]: added functions from GLE, gtk_arg_reset() to free
23400         the value and reset type to GTK_TYPE_INVALID, and gtk_arg_values_equal()
23401         to compare two argument values. added gtk_arg_to_valueloc() to set a
23402         variable from an arg through its location (pointer).
23403
23404         * gtk/gtkobject.[hc]: implemented gtk_object_get() in terms of
23405         gtk_object_arg_get() and gtk_arg_to_valueloc(), floats are collected
23406         as gfloat*, uchars are collected as guchar*, ints are collected as
23407         gint*, etc...
23408
23409 Mon Mar 29 17:45:47 1999  Owen Taylor  <otaylor@redhat.com>
23410
23411         * gtk/gtkaccelgroup.c gtk/gtkgtkbindings.c:
23412         Include <string.h> instead of <strings.h>.
23413
23414         * gtk/gtkstyle.c: Fix double include of gtkthemes.h
23415         (actually, a lot more duplicate includes occur if
23416          you trace through the sequence of #include's)
23417         gtk-jbb-990320-0: John Bley, jbb6@acpub.duke.edu
23418         
23419 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
23420
23421         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
23422         gtk-a-higuti-990322-[0-3]
23423
23424         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
23425         that was causing -DX_LOCALE not to work.
23426
23427         * gtk/gtkrc.c (gtk_rc_init):
23428         X_LOCALE will never have LC_MESSAGES defined
23429
23430 Thu Mar 25 12:38:31 1999  Tim Janik  <timj@gtk.org>
23431
23432         * gtk/gtkrc.c (gtk_rc_append_default_module_path): get $HOME from
23433         g_get_home_dir() (gtk-pmc-990123-0.patch.gz).
23434
23435         * gtk/gtkwindow.c (gtk_window_key_press_event): feature keypad up/down/
23436         left/right as well (gtk-michael-980726-0.patch.gz).
23437
23438         * gtk/gtklabel.[hc]: bunch of miscellaneous cleanups, such as s/0/NULL/
23439         for pointer values, use gchar instead of char. fixed uline allocation
23440         leaks, changed the allocation pattern so we use G_ALLOC_AND_FREE mem
23441         chunks instead of G_ALLOC_ONLY.
23442         (gtk_label_size_request): always alter requisition as passed and leave
23443         widget->requisition alone.
23444         (gtk_label_set_text): allow NULL strings.
23445         (gtk_label_new): likewise.
23446
23447 Wed Mar 24 09:24:03 1999  Tim Janik  <timj@gtk.org>
23448
23449         * gtk/gtkdrawingarea.[hc]: type/macro fixups.
23450
23451 Mon Mar 22 05:51:34 1999  Tim Janik  <timj@gtk.org>
23452
23453         * gtk/gtkbin.c (gtk_bin_draw): only redraw children that are visible
23454         *and* mapped (i.e. drawable).
23455         (gtk_bin_expose): only send exposes to drawable children.
23456
23457         * gtk/gtkbox.c (gtk_box_draw): only redraw children that are drawable.
23458         (gtk_box_expose): only send exposes to drawable children.
23459
23460         * gtk/gtkhscale.c (gtk_hscale_draw): 
23461         * gtk/gtkvscale.c (gtk_vscale_draw):
23462         hm, this is an ugly one. we first compute the size of our trough area
23463         here (window relative) and then check intersection with the draw_area
23464         which is parent relative because we're a NO_WINDOW widget, so we need
23465         to offset the trough area by allocation.x and allocation.y before the
23466         check. (this must not be done for the background area though, since
23467         that's already computed parent relative).
23468
23469 Mon Mar 22 00:41:39 1999  Lars Hamann  <lars@gtk.org>
23470
23471         * gtk/gtkclist.c (gtk_clist_unrealize): unmap clist if neccessary,
23472         unrealize title buttons.
23473
23474 Fri Mar 19 00:00:22 1999  Lars Hamann  <lars@gtk.org>
23475
23476         * gtk/gtkclist.c (gtk_clist_column_title_passive)
23477         (gtk_clist_column_title_active): 
23478         only connect/disconnect to GtkWidgetClass::event to block mouse events.
23479
23480         * gtk/gtkclist.c (vertical_timeout) (horizontal_timeout): 
23481         zero initialize event, removed superfluous gdk_window_get_pointer call
23482
23483         * gtk/gtklist.c (gtk_list_vertical_timeout)
23484         (gtk_list_horizontal_timeout): removed superfluous
23485         gdk_window_get_pointer call
23486
23487 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
23488
23489         * plugging problems reported by "Bruce Mitchener, Jr."
23490         <bruce@puremagic.com> due to a purify session.
23491
23492         * gtk/gtkstyle.c:
23493         (gtk_style_ref): 
23494         (gtk_style_unref): assert ref_count to be > 0.
23495
23496         * gtk/gtkclist.c (gtk_clist_set_cell_style): { 0 } initilaize
23497         the requisition.
23498         (gtk_clist_set_shift): likewise.
23499
23500         * gtk/gtklayout.c: introduce gtk_layout_finalize() to unref the
23501         adjustments.
23502
23503         * gtk/gtklist.c (gtk_list_horizontal_timeout): zero initialize the
23504         event before sending it and set send_event to TRUE (which needs to
23505         be done for *all* synthesized events).
23506         (gtk_list_vertical_timeout): likewise.
23507
23508         * gtk/gtktipsquery.c (gtk_tips_query_destroy): plug small memory
23509         leaks.
23510
23511         * gtk/gtkdrawingarea.c (gtk_drawing_area_send_configure): set send_event
23512         to TRUE when synthesizing events.
23513
23514 [ *** end of merges from 1.2 *** ]      
23515         
23516 1999-11-21  Tor Lillqvist  <tml@iki.fi>
23517
23518         * gdk/gdkconfig.h: Remove, as this is a file generated by configure
23519         (or copied from gdkconfig.h.win32 on Win32, sigh).
23520
23521         * gdk/gdkprivate.h: Mark gdk_parent_root for export from DLL.
23522
23523         * gdk/gdk.c (gdk_keyval_convert_case): Fix typo.
23524
23525         * gdk/gdkgc.c (gdk_gc_alloc): Remove duplicated line.
23526
23527         * gdk/gdkconfig.h.win32: New file.
23528
23529         * gdk/win32/makefile.cygwin: Build just a static archive here.
23530
23531         * gdk/makefile.cygwin: New file. Get the win32-specific stuff
23532         for the DLL from the static archive built above.
23533
23534         * gdk/gdk.def: Moved here from the win32 subdirectory.
23535
23536         * gdk/win32/*: Adapt for the changed private struct organisation.
23537
23538         * gtk/makefile.{cygwin,msc}: Get gdk library from ../gdk now.
23539
23540 Sun Nov 21 16:44:35 1999  Stefan Jeske  <stefan@gtk.org>
23541
23542         * gtk/gtkspinbutton.c (gtk_spin_button_button_press): Added support 
23543         for wheel mice (buttons 4 and 5).
23544
23545 1999-11-18  Tor Lillqvist  <tml@iki.fi>
23546
23547         * gdk/win32/gdkgc-win32.c (gdk_gc_predraw): Also for truecolor
23548         drawables use just the pixel field in the foreground and
23549         background GdkColor of the GdkGC.
23550
23551         gdk_gc_set_{fore,back}ground() are called in the GIMP with
23552         GdkColors containing uninitialized (red,green,blue) fields, and
23553         just the pixel field filled in, and furthermore in the
23554         visual-dependent format as returned by gdk_rgb_xpixel_from_rgb().
23555         It thus turns out that we really don't need to have the full
23556         GdkColor for fg and bg in GdkGCWin32Data after all. Will change
23557         it later to have just the pixel values.
23558
23559 Mon Nov 15 17:17:51 GMT 1999 Tony Gale  <gale@gtk.org>
23560
23561         * docs/gtkfaq.sgml: s/gtk_main_iteration/g_main_iteration/
23562
23563 Sat Nov 13 22:30:29 GMT 1999 Tony Gale  <gale@gtk.org>
23564
23565         * docs/gtkfaq.sgml: threads example from Erik Mouw.
23566         New question on GtkLabel background colors.
23567
23568         * docs/gtk_tut.sgml:
23569           - Correct the example code callback
23570             function definitions.
23571           - Update the gtkdial example code, from Frans van Schaik.
23572           - Update setselection.c to current API.
23573
23574         * examples/Makefile examples/*/*.c: Update to code
23575         listed in tutorial.
23576
23577 1999-11-10  Tor Lillqvist  <tml@iki.fi>
23578
23579         * gdk/win32/gdkfont-win32.c: Fix a couple of bugs. The Unicode
23580         subrange table (from the "Developing International Software for
23581         WIndows 95 and Windows NT" book) was missing the Hangul syllable
23582         block... Get the loaded font's charset correctly.
23583
23584         (Note that this, and the other *-win32.c files, still really are
23585         the old ones, the win32 subdirectory is not ready for compilation
23586         yet after the reorg.)
23587
23588 Wed Nov 10 17:26:49 GMT 1999 Tony Gale  <gale@gtk.org>
23589
23590         * gtk/gtkclist.c: Fix off-by-one bug in parameter
23591         check.
23592
23593 Wed Nov 10 12:12:03 1999  Owen Taylor  <otaylor@redhat.com>
23594
23595         * gdk/x11/gdkinput-{x11,xfree}.c: Call XFreeDeviceState()
23596         on results of XQueryDeviceState().
23597
23598 Mon Nov  8 16:40:43 1999  Owen Taylor  <otaylor@redhat.com>
23599
23600         * gtk/gtkwidget.c: Substitute gdkx.h => gdkprivate.h since
23601         we need to accesss only ->children. We need an accessor
23602         for the children.
23603
23604         * gtk/gtkhandlebox.c gtk/testgtk.c: Substitute G
23605         DK_ROOT_PARENT() => NULL, in call to gtk_window_get_pointer()
23606         to get rid of gdkx.h include.
23607         
23608         * gtk/gtkctree.c: Get rid of #include <gdk/gdkx.h>
23609         and random references to 'None'.
23610
23611         * gtk/gtkclist.c gtk/gtkeditable.c gtk/gtkpreview.c
23612         Get rid of unused #include <gdk/gdkx.h>
23613
23614         * gtk/gtkrc.c gtk/gtkmain.c: Get rid of #include <gdk/gdkx.h>
23615         gdkx.h is _X_ specific stuff. GDK_WINDOWING comes from
23616         gdkconfig.h.
23617
23618 1999-11-08  Tor Lillqvist  <tml@iki.fi>
23619
23620         * gdk/win32/gdkdraw.c
23621         * gdk/win32/gdkfont.c
23622         * gdk/win32/gdkgc.c: Various minor cleanups and bugfixes
23623         following yesterday's changes. (Unrelated to Owen's reorg.)
23624
23625 Mon Nov  8 16:18:25 1999  Owen Taylor  <otaylor@redhat.com>
23626
23627         * gdk/x11/gdkinput-gxi.c: Add missing include,
23628           fix GdkWindowPrivate => GdkDrawablePrivate.
23629
23630         * gdk/x11/gdkinputprivate.h: include <X11/Xlib.h>.
23631
23632         * gdk/x11/Makefile.am (xinput_sources): Add missing
23633         backslash to fix building with --with-xinput=none
23634
23635 Mon Nov  8 14:47:04 1999  Owen Taylor  <otaylor@redhat.com>
23636
23637         Move all X specific code into the x11/ directory.
23638         Aside from shuffling things around, did the following:
23639
23640        * gdk/gdkprivate.h gdk/gdk.h gdk/x11/gdkmain-x11.h: Add
23641          gdk_arg_context_* - a simple argument parsing system
23642          in the style of popt.
23643
23644        * gdk/gdkdrawable.[ch] gdk/gdkprivate.h gdk/gdkwindow.[ch]
23645          gdk/x11/gdkprivate-x11.h:
23646          Remove X specific stuff from GdkDrawable and GdkWindowPrivate - 
23647          add ->klass and ->klass_data fields. The klass_data
23648          field points to an auxilliary structure that is
23649          windowing system dependent.
23650
23651        * gdk/gdkfont.c: Make most of the measurement functions
23652          simply wrappers around gdk_text_extents().
23653
23654        * gdk/gdkfont.c gdk/gdkprivate.h gdk/x11/gdkfont-x11.c: Add a 
23655          _gdk_font_strlen() function that hides the weird
23656          behavior in gtk+-1.[02] where a string is interpreted
23657          differently for 8-bit and 16-bit fonts.
23658
23659        * gdk/gdkevents.c: Add a new function gdk_event_button_generate()
23660          to store common code for synthesizing double/triple
23661          press events.
23662         
23663        * gdk/gdkgc.[ch]: Virtualize in the same way as gdkdrawable.h.
23664          Make all the function that modify an existing GC
23665          simply wrappers around gdk_gc_set_values().
23666          
23667        * gdk/gdkcc.[ch]: Moved into x11/ directory in preparation
23668          for throwing out later.
23669
23670        * gdk/gdkfont.c gdk/gdkimage.c gdk/gdkcolor.c: Change GdkFontPrivate,
23671          GdkImagePrivate and GdkColormapPrivate to have a
23672          windowing system dependent part (GdkFontPrivateX etc.)
23673          that "derives" from the system-independent part.
23674
23675        * configure.in gdk/x11/Makefile.in gdk/x11/gdkinput*.c:
23676          Got rid of the included-source-files for XInput in
23677          favor of automake conditionals. (Which didn't exist
23678          when XInput support was originally added.)
23679
23680        * gdk/gdkrgb.c: Remove the visual id from the debugging
23681          statements since that is X11 specific; print out
23682          type/depth info instead.
23683          
23684
23685 Wed Nov  3 18:14:49 1999  Owen Taylor  <otaylor@redhat.com>
23686
23687         * gdk/x11/gdkfont-x11.c (gdk_font_load): Ref fonts when
23688         loading duplicates of hashed fonts.
23689
23690         * gdk/gdk.c (gdk_keysym_convert_case): rename
23691         gdk_XConvertCase to gdk_keysym_convert_case, allow
23692         results to be NULL in the GTK+ style.
23693
23694         * gdk/gdkcompat.h: Started compatibility header
23695         for renames.
23696
23697 1999-11-07  Tor Lillqvist  <tml@iki.fi>
23698
23699         * gdk/win32/gdkprivate.h: New font private structures, related to
23700         fontsets.
23701
23702         * gdk/win32/gdkfont.c: New functions gdk_font_list_new() and
23703         gdk_font_list_free(). On X11, will just be wrappers to
23704         XListFonts() and XFreeFontNames(). On Win32, the code previously
23705         in gtkfontsel.c is now here.
23706
23707         New function gdk_font_xlfd_create(). On X11 will get the FONT
23708         property of the font (for GDK_FONT_FONTs), or call
23709         XBaseFontNameListOfFontSet (for GDK_FONT_FONTSETs), on Win32
23710         builds a XLFD style name from the font information in the LOGFONT
23711         struct(s).
23712
23713         New function gdk_font_xlfd_free(), which correspondingly frees the
23714         string returned by gdk_font_xlfd_create().
23715
23716         Implement fontsets on Win32. Add a function that iterates over a
23717         wide char string and calls a callback function for each substring
23718         of wide chars from the same Unicode subrange (and thus probably
23719         available in the same real font).
23720
23721         Improve the XLFD emulation a bit.
23722
23723         * gdk/win32/gdkim.c (gdk_nmbstowchar_ts): Small bugfix.
23724
23725         * gdk/win32/gdkevents.c: Workaround for suspected bug on Win2k
23726         Beta3, WM_IME_CHAR messages don't seem to contain the composed
23727         multi-byte char as with the Active IMM on Win9x. Oh well, handle
23728         WM_IME_COMPOSITION with GCS_RESULTSTR instead, use
23729         ImmGetCompositionStringW() to get the composed Unicode chars.
23730
23731         * gdk/win32/gdkgc.c
23732         * gdk/win32/gdkdraw.c: Changes needed because of the font private
23733         struct changes.
23734
23735         * gdk/win32/gdk.def: Add the new functions.
23736
23737 1999-11-04  Tor Lillqvist  <tml@iki.fi>
23738
23739         * config.h.win32: Don't define HAVE_DIMM_H if MSC, as you have to
23740         get the Platform SDK to get <dimm.h>.
23741
23742         * gdk/win32/gdkevents.c: More event handling fixes and
23743         simplification. Never generate motion events with is_hint true. We
23744         used to do that on bogus grounds earlier. Windows sends
23745         WM_MOUSEMOVE messages on button events even if the mouse hasn't
23746         moved, ignore these.
23747
23748         * gdk/win32/gdkfont.c: Load all fonts as (pretended) fontsets.
23749
23750         * gdk/win32/gdkglobals.c
23751         * gdk/win32/gdkprivate.h: Define a typedef for the pointer to
23752         the TrackMouseEvent function, and use it.
23753
23754         * gdk/win32/gdkwindow.c: Terminate widechar string with a zero
23755         char before calling WideCharToMultiByte in order to get a string
23756         for the window title.
23757
23758         * gdk/win32/gdkdnd.c: Some more random hacking, ifdeffed out.
23759
23760         * gdk/win32/gdk.def: Remove obsolete functions.
23761
23762         * gdk/win32/makefile.{cygwin,msc}: Remove gdkcompat.{o,obj}. Add
23763         /nodefaultlib and /defaultlib switches.
23764
23765         * gtk/gtkrc.c: s/gwin_getlocale/g_win32_getlocale/.
23766
23767 1999-10-31  Tor Lillqvist  <tml@iki.fi>
23768
23769         * gdk/gdkkeysyms.h: Add new keysyms from X11R6.4 (including
23770         EuroSign).
23771
23772         * gdk/gdktypes.h: Add note about wchar_t not necessarily being the
23773         same type as GdkWChar, especially on Win32.
23774
23775         * gdk/win32/*.c: Change gdk_root_parent to be a pointer.
23776
23777         * gdk/win32/*.c: Assume all strings are UTF-8. Convert to Unicode
23778         before passing to Windows GDI for drawing etc. Convert to the
23779         system default codepage before passing to Windows as window
23780         titles.
23781
23782         * gdk/win32/gdkprivate.h: Add more fields to GdkWindowPrivate to
23783         support changing input locale on the fly.
23784
23785         * gdk/win32/gdkevent.c: Support input language (keyboard locale)
23786         on-the-fly changes. Convert incoming characters from the current
23787         codepage to Unicode (and then to a UTF-8 multi-byte string) based
23788         on the current input language. Use keysym<->Unicode mapping tables
23789         and functions borrowed from xterm sources.
23790
23791         Support IMEs (Input Method Editors) for CJK languages. On non-CJK
23792         editions of Win9x, use the ActiveX-based Active IMM (Input Method
23793         Manager) if available. IMEs and the Active IMM are available under
23794         the disguise of Chinese, Korean and Japanese support for IE and
23795         Outlook Express from "Windows Update" for Win98. On Win2k, the CJK
23796         support is present in all editions (as long as you install it).
23797
23798         Call DispatchMessage from gdk_events_queue() (and thus
23799         gdk_WindowProc()), instead of duplicating the code in
23800         gdk_WindowProc().
23801
23802         Reworked the grab handling and propagation code, factored out
23803         duplicated code snippets into separate functions. Other cleanups,
23804         too.
23805
23806         * gdk/win32/surrogate-dimm.h: Provide just the bits we need from
23807         the <dimm.h> header describing the Active IMM.
23808
23809         * gdk/win32/gdkfont.c: Pretend to support fontsets, but so far
23810         just do the same as for "single" fonts.
23811
23812         * gdk/win32/gdk.c: Call CoInitialize() (COM initialisation) from
23813         gdk_init_check, and CoUninitialize() from gdk_exit_func. Handle
23814         the new keysyms from gdkkeysyms.h.
23815
23816         * gtk/gtkfontsel.c (Win32): Load the font for the preview as a
23817         fontset, so that gtkentry uses wide characters.
23818
23819         * gtk/gtkrc.c (Win32): Get the locale with gwin_getlocale(). Call
23820         GTk+'s system directory "gtk+", not "gtk".
23821
23822 Sat Oct 30 13:17:18 BST 1999 Tony Gale <gale@gtk.org>
23823
23824         * docs/gtkfaq.sgml: FAQ update
23825
23826 1999-10-21  Tor Lillqvist  <tml@iki.fi>
23827
23828         * gdk/win32/gdkprivate.h: Add more font private data.
23829
23830         * gdk/win32/gdkfont.c
23831         * gdk/win32/gdkdraw.c: Revamped handling of multi-byte charset
23832         fonts and strings. Now works much better. You still have to
23833         have a correct font selected, though. No fontset emulation yet.
23834
23835 1999-10-19  Tor Lillqvist  <tml@iki.fi>
23836
23837         * gtk/maketypes.awk: Use G_OS_WIN32.
23838
23839         * gtk/gtk.def: Add some missing entry points. Also some non-public
23840         ones, but PyGTK porter claims to need them.
23841
23842         * gtk/makefile.{cygwin,msc}: Drop some unneeded headers from the
23843         built-in type generation.
23844
23845 1999-10-14  Tor Lillqvist  <tml@iki.fi>
23846
23847         * gdk/win32/gdkdraw.c (gdk_draw_text_wc): Don't use TextOutW for
23848         GDK_FONT_FONT fonts (which is all we have for now, we don't
23849         emulate fontsets). The X11 version uses plain XDrawString in that
23850         case, too. The string passed to gdk_draw_text_wc seems to be in
23851         fact (at least, when used by gtkentry and gtktext) either in a
23852         single-byte charset, or a DBCS. Not Unicode.
23853
23854         This fixes the problem in gtkfontsel, where even if you had
23855         selected a font with a non-Latin1 charset (windows-greek, for
23856         instance), the preview still used Latin-1 glyphs.
23857
23858         * gdk/win32/gdkfont.c (gdk_text_width_wc): Similar change. Don't
23859         use GetTextExtentPoint32W, use GetTextExtentPoint32A.
23860         (gdk_font_load): Recognize the demibold etc weights, even if we
23861         don't have the corresponding constants in the headers.
23862         (gdk_font_hash_insert): Use same hash mechanism as in the X11
23863         version. Should save font resources a bit, when we don't have
23864         multiple HFONTs for the same font.
23865
23866         * gdk/win32/gdkprivate.h: Add the names field as in the X11
23867         version.
23868
23869 1999-10-11  ERDI Gergo  <cactus@cactus.rulez.org>
23870
23871         * gdk/gdk.c (gdk_beep): Modified the XBell call to use the default
23872         X values
23873
23874 1999-10-09  ERDI Gergo  <cactus@cactus.rulez.org>
23875
23876         * gtk/gtktoolbar.h, gtk/gtktoolbar.c: Added horizontal icon/text
23877         layout support (as mentioned on
23878         http://www.jcinteractive.com/gnome-ui/software/widgets/)
23879
23880 Wed Oct  6 12:46:17 PDT 1999 Manish Singh <yosh@gimp.org>
23881
23882         * gtk/fnmatch.c
23883         * gtk/gtkfilesel.c: s/G_HAVE_CYGWIN/G_WITH_CYGWIN/
23884
23885 1999-10-05  Jesus Bravo Alvarez  <jba@pobox.com>
23886
23887         * configure.in (ALL_LINGUAS): Added Galician (gl)
23888
23889 1999-10-05  Tor Lillqvist  <tml@iki.fi>
23890
23891         * gdk/win32/*.[ch]: Corresponding changes as in X11 backend.
23892
23893         * gdk/win32/gdkcompat.c: New file, actually provide an
23894         implementation for the deprecated functions. (Just temporarily.)
23895
23896         * gtk/gtkfilesel.c: Fix an #ifdef syntax botch.
23897
23898         * gtk/makefile.{cygwin,msc}: Update gdk_headers.
23899
23900         * gdk/win32/gdk.def gtk/gtk.def: Updates.
23901
23902 1999-10-05  Kjartan Maraas  <kmaraas@online.no>
23903
23904         * configure.in: Added "uk" to ALL_LINGUAS.
23905         
23906 Mon Oct  4 11:57:11 PDT 1999 Manish Singh <yosh@gimp.org>
23907
23908         * configure.in: correct checking for BeOS check
23909
23910         * gdk/gdktypes.h
23911         * gtk/fnmatch.c
23912         * gtk/gtkfilesel.c
23913         * gtk/gtkitemfactory.c
23914         * gtk/gtkmain.[ch]
23915         * gtk/gtkrc.c: use G_OS_WIN32 and G_HAVE_CYGWIN #defines
23916
23917 Mon Oct  4 16:16:53 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
23918
23919         * gtk/gtkrc.{bg,iso88591[345]}: add gtkrc files for some new charset
23920         encodings: iso-8859-13 (for Lithuanian), iso-8859-14 (used by celtic
23921         languages), iso-8859-15 (used in Estonia) and microsoft-cp1251 (used
23922         by Bulgarian). 
23923
23924 Sun Oct  3 18:13:44 1999  Owen Taylor  <otaylor@redhat.com>
23925
23926         * gtk/gtkwidget.c (gtk_reset_shapes_recurse): 
23927         Fix a reference to window_private->destroyed.   
23928
23929         * gtk/gtkplug.c (gtk_plug_realize): Fix up a direct
23930         (ugly) setting of an internal GdkWindow member to use
23931         a _slightly_ cleaner macro.
23932
23933         * gdk/gdkprivate.h: Split GdkWindowPrivate into
23934         GdkDrawablePrivate and GdkWindowPrivate.
23935         Add extra macros for accessing GDK_DRAWABLE_ components.
23936
23937         * *.[ch]: Massive adjustments for the above, use the
23938         new macros in a lot of places.
23939
23940 Sun Oct  3 15:16:24 1999  Owen Taylor  <otaylor@redhat.com>
23941
23942         * gdk/gdktypes.h: Make GdkDrawable the base type,
23943         not GdkWindow.
23944
23945 Sun Oct  3 15:08:44 1999  Owen Taylor  <otaylor@redhat.com>
23946
23947         * gdk/gdkdraw.c (gdk_drawable_get_data): Added new function.
23948
23949 Sun Oct  3 14:26:15 1999  Owen Taylor  <otaylor@redhat.com>
23950
23951         * gdk/gxid* gdk/x11/gxid*: Move files into x11 subdirectory.
23952
23953 Sun Oct  3 14:16:23 1999  Owen Taylor  <otaylor@redhat.com>
23954
23955         * gdk/gdkdrawable.h: Include gdk/gdkdrawable.h with
23956         gdk/ prefix. (Pointed out by chak@is.tsukuba.ac.jp)
23957
23958         * configure.in gdk/Makefile.am x11/: create x-specific subdirectory.
23959
23960         * docs/gtk-config.1: Now autogenerated.
23961         * docs/Changes-1.4.txt: started
23962         
23963 1999-10-03  Tor Lillqvist  <tml@iki.fi>
23964
23965         * gdk/gdkimage.h gdk/gdkpixmap.h: Change GDK_WINDOWING_WIN32 usage
23966         to #ifdef also here.
23967
23968         * gdk/win32/*.h gdk/win32/*.c: Make corresponding changes as those
23969         Owen did to the X11 backend.
23970
23971         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Fix it again, don't use
23972         ScrollWindowEx when blitting inside a window, it can't be correct
23973         in the general case.
23974
23975         * gdk/win32/gdkevents.c: Don't handle WM_SIZING, handling
23976         WM_GETMINMAXINFO is easier.
23977
23978         * gdk/win32/gdkimage.c (gdk_image_new): Create new image with
23979         depth equal to the bitspixel value, not the visual's depth.
23980
23981         * gdk/win32/gdkvisual.c (gdk_visual_init): Set the visual's depth
23982         to 24 even if the bitspixel value is 32.
23983
23984         * gdk/gdkrgb.c (gdk_rgb_select_conv): After the above change, no
23985         need to check for depth==32 when bpp==32, depth will always be 24.
23986
23987 Fri Oct  1 18:03:36 1999  Owen Taylor  <otaylor@redhat.com>
23988
23989         * docs/Changes-1.4.txt: Started
23990         
23991         * gtk/Makefile.am (gdk_headers): Include all the new headers.
23992
23993         * gdk/*.h gdk/*.c: Split gdk.h into lots of itty-bitty little pieces.
23994         
23995         * gdk/gdkprivate.h gdk/gdkcc.c: Moved GdkColorContext private
23996         into C file.
23997         
23998         * gdkinput.h gdkinputprivate.h - renamed the internal gdkinput
23999         header to gdkinputprivate.h.
24000
24001         * gdk/gdk.h gdk/gdk.c: Removed gdk_time* functions which have been
24002         unused since before 1.2.
24003
24004 1999-09-30  Tor Lillqvist  <tml@iki.fi>
24005
24006         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): On Win32,
24007         expand possible hex escapes in the font family (put there by
24008         logfont_to_xlfd if the font name isn't a legal XLFD font family,
24009         mainly if it contains slashes). (gtk_font_selection_create_xlfd):
24010         On Win32, add hex escapes here, too.
24011
24012 Wed Sep 29 19:55:35 1999  Owen Taylor  <otaylor@redhat.com>
24013
24014         * */*.[ch]: Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11
24015         to #ifdef GDK_WINDOWING_X11.
24016
24017 [ Merges from gtk-1-2 ]
24018
24019 Wed Sep  8 07:13:29 1999  Tim Janik  <timj@gtk.org>
24020
24021         * configure.in: fixed "GNU Make" check to pass with new make version
24022         3.77.95.
24023
24024 Fri Sep  3 16:04:41 1999  Tim Janik  <timj@gtk.org>
24025
24026         * gtk-config.in (--version): don't echo @GTK_VERSION@, but
24027         @GTK_MAJOR_VERSION@.@GTK_MINOR_VERSION@.@GTK_MICRO_VERSION@, so the
24028         AM_PATH_GTK() macros don't get confused by the -pre1.
24029
24030 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
24031
24032         * configure.in (REBUILD): Change check for perl5
24033           to check explicitely for v >= 5.002. (5.001
24034           does not work with our scripts.)
24035
24036 Wed Aug 25 15:45:46 1999  Tim Janik  <timj@gtk.org>
24037
24038         * configure.in: evaluate $PERL for the perl version check. added
24039         --disable-rebuilds to give the user an option to completely disable
24040         any source autogeneration rules.
24041
24042 Mon Aug 23 23:16:14 1999  Tim Janik  <timj@gtk.org>
24043
24044         * configure.in: evaluate $ac_make when checking for GNU Make.
24045
24046 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
24047
24048         * docs/Makefile.am: added generation.txt.
24049
24050         * Makefile.am: require automake 1.4, build README from README.in and
24051         INSTALL from INSTALL.in in dist-hook.
24052         
24053         * README.in:
24054         * INSTALL.in: new files to autogenerate README and INSTALL from.
24055
24056         * configure.in: figure whether we have GNU Make
24057
24058         * docs/generation.txt: minor additions/corrections.
24059
24060 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
24061
24062         * docs/gtkfaq.sgml: FAQ Update
24063
24064 July 30, 1999 Elliot Lee <sopwith@redhat.com>
24065         
24066         * configure.in: Fix autoconf warnings about cross compilation by
24067         trying to provide sane defaults for AC_TRY_RUN.
24068
24069 Fri Jul 16 22:20:21 PDT 1999 Manish Singh <yosh@gimp.org>
24070
24071         * ltconfig
24072         * ltmain.sh: upgrade to libtool 1.3.3
24073
24074 Thu Jul  8 11:30:18 1999  Owen Taylor  <otaylor@redhat.com>
24075
24076         * INSTALL: Indicate that the --with-glib= configure
24077         time flag is unsupported.
24078
24079 Mon Jul  5 20:36:03 1999  Owen Taylor  <otaylor@redhat.com>
24080
24081         * docs/generation.txt: Added a file that gives
24082         documenation about the autogeneration process for
24083         various autogenerated files.
24084         
24085 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
24086
24087         * configure.in (LIBS): Look for libgmodule in the
24088         right location.
24089
24090 Thu Jun 17 13:57:31 1999  Owen Taylor  <otaylor@redhat.com>
24091
24092         * docs/gtk_tut.sgml: Removed references to
24093         code examples in my directory on gtk.org as
24094         they should all be in the tutorial now.
24095
24096         * docs/gtk_tut.sgml: Added sources for dial-test
24097         and scribble-xinput programs that were previously
24098         missing.
24099
24100 Fri Jun  4 00:08:59 1999  Owen Taylor  <otaylor@redhat.com>
24101
24102         * TODO: Added entry about menu keyboard navigation, removed
24103         some finished items.
24104
24105 Mon May 31 00:11:24 1999  Owen Taylor  <otaylor@redhat.com>
24106
24107         * acinclude.m4: Standardize on func_dgettext
24108         not func_gettext, so that the checks for dgettext
24109         actually are paid attention to.
24110
24111 Wed May  5 10:47:54 1999  Owen Taylor  <otaylor@redhat.com>
24112
24113         * configure.in (LIBS): Add $INTLLIBS into $LIBS
24114         directly, rather than repeating the checks for
24115         gettext.
24116
24117         * INSTALL: Added information about gettext and
24118         NLS support.
24119
24120         * acinclude.m4 (LIBM): Check for dgettext, not
24121         just gettext. This should hopefully fix things wrt
24122         systems with old versions of GNU gettext installed.
24123
24124 Tue Jun 29 15:59:25 1999  Owen Taylor  <otaylor@redhat.com>
24125
24126         * configure.in (LIBS): Look for libgmodule in the
24127         right location.
24128
24129 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
24130
24131         * autogen.sh: add --enable-maintainer-mode
24132
24133         * configure.in: set ACLOCAL="$ACLOCAL $ACLOCAL_FLAGS"
24134
24135 Wed Mar 24 23:03:49 CST 1999 Shawn T. Amundson <amundson@gtk.org>
24136
24137         * docs/gtk-config.1.in:
24138           docs/Makefile.am:
24139           configure.in: gtk-config is now generated.
24140
24141         * docs/gtk-config.1: Removed, now generated.
24142
24143 Thu Sep 23 17:59:59 1999  Tim Janik  <timj@gtk.org>
24144
24145         * gdk/gdkevents.c (gdk_event_translate): grr, even if Gdk doesn't
24146         handle CreateNotify itself, still put out a debuging message for
24147         --gdk-debug=events. made the ReparentNotify debugging message more
24148         verbose.
24149         wrap xcoords translation for ConfigureEvents into an error trap,
24150         a destroy event may already be pending, and in that case, the
24151         actuall coordinate values are not at all critical.
24152
24153 Sat Sep 18 22:24:15 1999  Owen Taylor  <otaylor@redhat.com>
24154
24155         * gdk/gdkcc.c: Stop leaking the color_hash all over
24156         the place. Simplify and improve the logic.
24157
24158 Fri Sep 17 09:57:15 1999  Tim Janik  <timj@gtk.org>
24159
24160         * gdk/gdk.h, gdk/gdkcolor.c: make return types (gint or gboolean)
24161         for prototypes and function implementations consistent (reported
24162         by Tomas Ogren).
24163
24164 Tue Sep 14 18:23:01 1999  Tim Janik  <timj@gtk.org>
24165
24166         * gdk/gdkevents.c (gdk_event_translate): tell if expose events have
24167         send_event set in debugging output.
24168         (gdk_compress_exposures): default initialize the event so we don't
24169         operate on bogus values (namely send_event).
24170
24171 Thu Sep  2 16:33:59 1999  Owen Taylor  <otaylor@redhat.com>
24172
24173         * gdk/gdkwindow.c: When we receive an unexpected
24174         destroy notify on one of our windows, don't just
24175         warn about it, also mark our windows as destroyed.
24176
24177 Sun Sep  5 08:10:53 1999  Owen Taylor  <otaylor@redhat.com>
24178
24179         * gdk/gdkfont.c (gdk_font_hash_insert): Add
24180           name => font and name => fontset hashes. The 
24181           name => fontset hash is a _big_ win since we
24182           weren't previously caching fontsets at all and loading
24183           fontsets is expensive. The name => font hash
24184           is less of a win, but it does save us from doing
24185           repeated XQueryFont calls on the same font.
24186
24187         * gdk/gdkprivate.h (struct _GdkFontPrivate): Add a names
24188           list so we can remove font/fontset from hash.
24189
24190 Thu Sep  2 19:02:37 1999  Owen Taylor  <otaylor@redhat.com>
24191
24192         * gdk/gdkproperty.c (gdk_atom_intern): Remove useless
24193           and slightly confusing test. [ XInternAtom (,,TRUE)
24194           will never return None ].
24195
24196 Sat Sep  4 08:39:26 1999  Owen Taylor  <otaylor@redhat.com>
24197
24198         * gdk/gdkwindow.c (gdk_window_set_geometry_hints)
24199           gdk/gdkwindow.c (gdk_window_set_hints):
24200
24201         Don't omit setting the properties if flags == 0 -
24202         there may be an existing set of properties there
24203         already. (Very old bug. Would it be better to
24204         delete the property instead?)
24205
24206         * gdk/gdkselection.c (gdk_selection_property_get): Fix 
24207           spelling error in comment.
24208
24209 Wed Sep  1 14:05:30 1999  Owen Taylor  <otaylor@redhat.com>
24210
24211         * gdk/gdkimage.c (gdk_image_new): Use gdk_error_trap_push()
24212           to avoid stomping over gdk_error_warnings.
24213
24214         * gdk/gdkimage.c (gdk_image_new): compute image->bpp
24215           as (bits_per_pixel + 7) / 8. This gives the same
24216           result as before for multiples of 8, but actually
24217           a "reasonable" value for 1bit or 4bit displays.
24218
24219 Mon Aug 23 19:11:17 1999  Tim Janik  <timj@gtk.org>
24220
24221         * gdk/Makefile.am: minor cleanups, strip spaces on build rules for
24222         GNU Make.
24223
24224 Tue Aug 17 07:43:04 1999  Tim Janik  <timj@gtk.org>
24225
24226         * gdk/gdkevents.c (gdk_event_translate): give a debugging note when
24227         discarding configure events.
24228
24229 1999-08-18  Federico Mena Quintero  <federico@redhat.com>
24230
24231         * gdk/gdkpixmap.c (gdk_pixmap_unref): g_return_if_fail() the
24232         refcount is greater than zero.
24233
24234         * gdk/gdkwindow.c (gdk_window_unref): Likewise.
24235
24236         * gdk/gdkfont.c (gdk_font_unref): Likewise.
24237
24238         * gdk/gdkgc.c (gdk_gc_unref): Likewise.
24239
24240         * gdk/gdkdnd.c (gdk_drag_context_unref): Likewise.
24241
24242 Wed Aug 11 01:04:57 1999  Owen Taylor  <otaylor@redhat.com>
24243
24244         * gdk/gdkproperty.c (gdk_property_get): Fix assumption
24245         that format 32 => sizeof(item) == 4. It really is
24246         sizeof(long).
24247
24248 Tue Jun 29 23:02:42 1999  Owen Taylor  <otaylor@redhat.com>
24249
24250         * gdk/gdk.c (gdk_x_error / gdk_x_io_error): Don't
24251         core dump at all on X IO errors, only core dump
24252         if --enable-debug for X errors.
24253
24254 Thu Jun 24 17:06:23 1999  Tim Janik  <timj@gtk.org>
24255
24256         * gdk/gdkevents.c (gdk_event_translate): removed old ""Got event for
24257         unknown window:" message. disabled ConfigureNotify discarding code,
24258         because it led to events being processed out of order.
24259
24260 Thu Jun 24 12:22:02 1999  Tim Janik  <timj@gtk.org>
24261
24262         * gdk/gdkglobals.c: preinitialize gdk_error_code to 0.
24263
24264         * gdk/gdkevents.c (gdk_event_send_client_message_to_all_recurse): since
24265         we export this function, supress error warnings and don't reset the
24266         error code in the first half of this function.
24267
24268         * gdk/gdk.c (gdk_x_error): set gdk_error_code to the actuall X error
24269         code (instead of just -1) so gdk_error_trap_pop() reveals something
24270         actually informative about the error that happened.
24271
24272         * gdk/*.c:
24273         don't rely on gdk_error_code being -1 if an error occoured, but just
24274         gdk_error_code != 0.
24275
24276 Thu Jun 24 11:50:07 1999  Tim Janik  <timj@gtk.org>
24277
24278         * gdk/gdkevents.c (gdk_event_apply_filters): advance the filter list
24279         pointer *before* invoking the filter function, so we at least don't
24280         crash if a filter is removed that is currently executed. window filters
24281         *really* need to be made truely reentrant at some point.
24282
24283 Mon Jun 14 11:10:15 1999  Tim Janik  <timj@gtk.org>
24284
24285         * gdk/gdkevents.c (gdk_event_translate): print the atom name in the
24286         PropertyNotify debug messages.
24287
24288 Wed May  5 22:51:06 1999  Owen Taylor  <otaylor@redhat.com>
24289         
24290         Patch from Sung-Hyun Nam <namsh@lgic.co.kr>
24291         
24292         * gdk/gdkim.c: Fix cut-and-paste errors for 
24293         x/y and PreeditAttributes/StatusAttributes.
24294
24295 Wed May  5 22:24:21 1999  Owen Taylor  <otaylor@redhat.com>
24296
24297         * gdk/gdkwindow.c (gdk_window_set_geometry_hints): Change
24298         G_MAXINT to 2^16 to alleviate overflow problems in
24299         various window managers.
24300
24301 Wed Apr 21 00:42:08 1999  Owen Taylor  <otaylor@redhat.com>
24302
24303         * gdk/gdkfont.c (gdk_text_measure): Fix the return value
24304         for fontsets.
24305
24306 Wed May  5 12:42:01 1999  Owen Taylor  <otaylor@redhat.com>
24307
24308         * gdk/gdkwindow.c (gdk_window_set_geometry_hints):
24309         Initialize size_hints.x and size_hints.y because kwm
24310         brokenly pays attention to them.
24311         (Bug #1181 -  Lars Heete <hel@admin.de>)
24312
24313 Wed May  5 11:38:56 1999  Owen Taylor  <otaylor@redhat.com>
24314
24315         * gdk/gdkrgb.c (gdk_rgb_choose_visual): Free the 
24316         return value of gdk_list_visuals(). 
24317         (Bug #1193 - Morten Welinder <terra@diku.dk>)
24318
24319 Tue May  4 11:12:56 PDT 1999 Manish Singh <yosh@gimp.org>
24320
24321         * gdk/gdkim.c (gdk_im_real_open): cast the return value of
24322         XSetIMValues to (void *) when comparing to NULL, to workaround
24323         the problem of some compilers barfing since older X headers don't
24324         have the prototype for it.
24325
24326 Mon Apr 19 10:11:12 1999  Owen Taylor  <otaylor@redhat.com>
24327
24328         * gdk/gdkcolor.c (gdk_colormap_new): Fix memory leak
24329         for pseudocolor where colormap->colors was double
24330         allocated.
24331
24332         * gdk/gdkcolor.c (gdk_colormap_alloc1): Store the
24333         color value in the hash table with the pixel filled
24334         in so when we do later hash table lookups, the color
24335         value is correct.
24336         
24337 Sun May  2 15:29:45 PDT 1999 Manish Singh <yosh@gimp.org>
24338
24339         * gdk/gdkdraw.c (gdk_draw_lines): check private->destroyed before
24340         making the call
24341
24342 Tue Apr 27 11:17:35 1999  Owen Taylor  <otaylor@redhat.com>
24343
24344         * gdk/gdkdnd.c (xdnd_set_{targets,actions}): Fix leak
24345         pointed out by Morten Welinder <terra@diku.dk>.
24346
24347 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
24348
24349         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
24350           default filter from the list
24351
24352 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
24353
24354         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
24355           default filter from the list
24356
24357 Fri Apr 16 20:41:43 PDT 1999 Manish Singh <yosh@gimp.org>
24358
24359         * gdk/gdk.c: #include "gdkkeysyms.h" for gdk_XConvertCase #defines
24360
24361         * gtk/gtkfontsel.c (gtk_font_selection_create_xlfd): use
24362         g_strdup_printf instead of calcing the length separately
24363
24364 Tue Apr 13 02:49:33 1999  Owen Taylor  <otaylor@redhat.com>
24365
24366         * gdk/gdkwindow.c: removed some silly #ifdef HAVE_CONFIG
24367         that we don't do in many other places. (Fixing duplicate 
24368         #include of config.h)
24369
24370         * gdk/gdkevents.c: include gdkinput.h _after_ config.h.
24371         Otherwise, #ifndef XINPUT_NONE check in the latter
24372         doesn't work. (Bug #546)
24373
24374 Sun Apr 11 14:38:03 1999  Tim Janik  <timj@gtk.org>
24375
24376         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): check for color
24377         "None" case insensitive.
24378
24379 Tue Apr  6 16:38:51 1999  Owen Taylor  <otaylor@redhat.com>
24380
24381         * gdk/gdkselection.c: 
24382         Add error traps so if the other end of the connection
24383         dies, we survive.
24384
24385 Tue Apr  6 12:24:21 1999  Owen Taylor  <otaylor@redhat.com>
24386
24387         * gdk/gdkdnd.c (gdk_drag_motion): Separate out the
24388         dest_xid field into two fields - one for the window
24389         to send in messages, one to indicate the last looked
24390         up window for caching purposes. This is needed, so
24391         that Leave messages get the correct window.
24392
24393 Mon Apr  5 13:21:30 1999  Owen Taylor  <otaylor@redhat.com>
24394
24395         * gdk/gdkevents.c (gdk_event_check, gdk_event_prepare):
24396         Fix warning created by people mucking around
24397         with the gsource API.
24398
24399         * gdk/gdkevents.c (gdk_io_invoke, gdk_input_add_full):
24400         Change mapping between GIOCondition and GdkInputCondition
24401         to match the way the Linux kernel does it. This should
24402         fix problems where closed pipes were no longer signalling
24403         GDK_INPUT_READ on systems with a native poll().
24404
24405 Mon Apr  5 17:11:57 1999  Owen Taylor  <otaylor@redhat.com>
24406
24407         * gdk/gdkpixmap.c (_gdk_pixmap_create_from_xpm): Check 
24408         explicitly for the string "None" - it is in the XPM
24409         spec and some servers treat unknown colors in odd ways
24410         (like asking the user!)
24411
24412 Thu Apr  1 16:58:10 PST 1999 Manish Singh <yosh@gimp.org>
24413
24414         * gdk/gdkevents.c: made "->" into a "." of previous change so
24415         it compiles
24416
24417 Thu Apr  1 18:41:25 1999  Owen Taylor  <otaylor@redhat.com>
24418
24419         * gdk/gdkevents.c (gdk_compress_exposures): Set the
24420         window field of the event structure before calling
24421         user filters.
24422
24423 1999-03-31  Federico Mena Quintero  <federico@nuclecu.unam.mx>
24424
24425         * gdk/gdk.c (gdk_init_check): Use False as the last argument to
24426         XInternAtom() here.  This is a particularly Old And Nasty(tm) bug.
24427
24428 Mon Mar 29 17:31:52 1999  Owen Taylor  <otaylor@redhat.com>
24429
24430         * gdk/gdkim.c (gdk_mbstowcs): Free the value of the
24431         intermediate text property - prevents major memory
24432         leak when gdk_use_mb.
24433         gtk-d3august-990311-0: Bj|rn Augustsson <d3august@dtek.chalmers.se>
24434
24435 Mon Mar 29 17:02:58 1999  Owen Taylor  <otaylor@redhat.com>
24436
24437         Patches from Akira Higuchi <a-higuti@math.sci.hokudai.ac.jp>
24438         gtk-a-higuti-990322-[0-3]
24439
24440         * gdk/gdkfont.c (gdk_text_extents_wc): Make  work when
24441         sizeof(wchar_t) != sizeof (GdkWChar)
24442
24443         * configure.in: Fix confusion between GTK_LOCALE_[C]FLAGS
24444         that was causing -DX_LOCALE not to work.
24445
24446         * gtk/gtkrc.c (gtk_rc_init):
24447         X_LOCALE will never have LC_MESSAGES defined
24448
24449         * gdk/gdk.c (gdk_init_check):
24450         Remove --xim-preedit and --xim-status from argv properly.
24451
24452         * gdk/gdkim.c (gdk_ic_real_new): Add a gdk_flush() so
24453         that the client window is present on the X server
24454         before we pass it to the input method.
24455
24456 Tue Mar  9 10:46:49 1999  Owen Taylor  <otaylor@redhat.com>
24457
24458         * gdk/gdkdnd.c (motif_find_drag_window): Fix bug where
24459         if --display is specified on the command line, than
24460         the drag window will not be created on that display.
24461         
24462 Tue Mar  9 10:38:24 1999  Owen Taylor  <otaylor@redhat.com>
24463
24464         * gdk/gdkproperty.c (gdk_atom_intern): Fixed bug where
24465         lookups with only_if_exists == TRUE were inserting
24466         bogus values into the atom cache.
24467
24468 Wed Mar 17 09:00:00 1999  Tim Janik  <timj@gtk.org>
24469
24470         * gdk/gdkselection.c (gdk_selection_property_get): first XFree(t),
24471         then reset it to NULL.
24472
24473         * gdk/gdkcolor.c:
24474         (gdk_colors_free): 
24475         (gdk_colormap_free_colors): use colormap->colors[in_pixels[i]] as the
24476         key for g_hash_table_remove() in both functions, this prevents us
24477         from accessing possibly uninitialized portions of a GdkColor structure
24478         where we are only interested in its pixel value.
24479
24480 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
24481
24482         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
24483         font hash table, if we have a GdkFontPrivate entry for this font
24484         already, simply increment its reference count, provided by Olaf Dietsche
24485         <olaf.dietsche+list.gtk@netcologne.de>.
24486
24487 1999-09-21  Tor Lillqvist  <tml@iki.fi>
24488
24489         * gdk/win32/gdk.c (gdk_exit_func): Delete the gdk_DC when exiting,
24490         just to be sure.
24491
24492         * gdk/win32/gdkvisual.c (gdk_visual_init): Remove a couple of
24493         unused variables, leftovers from the X11 version.
24494
24495         * gdk/win32/rc/*.cur: Better cursors provided by Bernd Herd.
24496
24497         * gtk/gtkfontsel.c (gtk_font_selection_get_xlfd_field): Only
24498         downcase fields on X11.
24499
24500 Mon Sep 20 13:17:39 1999  Pablo Saratxaga <pablo@mandrakesoft.com>
24501         
24502         * configure.in,po/pt_BR.po: added Portuguese Brazilian file from
24503         Alex Sandro Queiroz e Silva <asandro@lcg.dc.ufc.br>
24504
24505 1999-09-17  Tor Lillqvist  <tml@iki.fi>
24506
24507         * gdk/win32/gdk.def: Add gdk_threads_mutex.
24508
24509         * gtk/makefile.msc: Correct path to libintl.
24510
24511         Thanks to Tomi Ollila and Bernd Herd: Fix some inconsistencies in
24512         use of gint vs. int, and gint vs. gboolean in headers and
24513         definitions. Use GtkType for the *_get_type functions. Note that
24514         these changes preserve binary compatibility.
24515
24516         * gdk/gdk.c
24517         * gdk/win32/gdk.c
24518         * gdk/gdk.h: Fix inconsistencies: gint vs int.
24519
24520         * gtk/gtkmain.c
24521         * gtk/gtkclist.c
24522         * gtk/gtkmenufactory.c
24523         * gtk/gtknotebook.c
24524         * gtk/gtkwidget.c: Fix inconsistencies, also gint
24525         vs. gboolean.
24526
24527         * gtk/gtkcolorsel.[ch]
24528         * gtk/gtkcombo.[ch]
24529         * gtk/gtkdrawingarea.[ch]
24530         * gtk/gtkgamma.[ch]
24531         * gtk/gtkhandlebox.[ch]
24532         * gtk/gtkhpaned.[ch]
24533         * gtk/gtkhruler.[ch]
24534         * gtk/gtkplug.[ch]
24535         * gtk/gtkpreview.[ch]
24536         * gtk/gtkruler.[ch]
24537         * gtk/gtksocket.[ch]
24538         * gtk/gtkstatusbar.[ch]
24539         * gtk/gtktoolbar.[ch]
24540         * gtk/gtkvbbox.[ch]
24541         * gtk/gtkvpaned.[ch]
24542         * gtk/gtkvruler.[ch]: Always use type GtkType for the *_get_type
24543         functions.
24544
24545         * gtk/gtkgamma.h: Fix bug, missing () in call of
24546         gtk_gamma_curve_get_type() in GTK_GAMMA_CURVE_CLASS. 
24547
24548 1999-09-14  Tor Lillqvist  <tml@iki.fi>
24549
24550         * gdk/gdkcolor.c (gdk_colormap_new)
24551         * gdk/win32/gdkcolor.c (gdk_colormap_new): Fix memory leak:
24552         colormap->colors was allocated twice.
24553
24554         * gdk/win32/gdk.c: Remove some unused stuff.
24555
24556         * gdk/win32/gdkcolor.c (gdk_colormap_sync): Initialize all of the
24557         colormap.
24558
24559         * gtk/gtkfontsel.c (gtk_font_selection_dialog_get_type)
24560         * gtk/gtklabel.h (gtk_label_get_type)
24561         * gtk/gtktipsquery.c (gtk_tips_query_get_type)
24562         * gtk/gtktypeutils.h (gtk_type_name): : Use GtkType
24563         in a couple of places, not guint.
24564
24565 Fri Sep 10 21:31:00 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
24566
24567         * configure.in,po/et.po: added Estonian language file
24568
24569 Wed Sep  1 14:36:12 CEST 1999 Pablo Saratxaga <pablo@mandrakesoft.com>
24570
24571         * configure.in,po/da.po: added Danish file
24572
24573 Sun Aug 29 13:38:59 BST 1999 Tony Gale <gale@gtk.org>
24574
24575         * docs/gtkfaq.sgml: Minor FAQ Update
24576
24577 Sat Aug 28 14:34:37 BST 1999 Tony Gale <gale@gtk.org>
24578
24579         * docs/gtkfaq.sgml: FAQ update
24580
24581 1999-08-27  Tor Lillqvist  <tml@iki.fi>
24582
24583         Win32: Philippe Colantoni <colanton@aris.ss.uci.edu> suggests a
24584         way to get window contents continually refreshed while resizing. I
24585         didn't like the effects myself, so it's not on by default.
24586
24587         * gdk/win32/gdkprivate.h: New flag variable
24588         gdk_event_func_from_window_proc, FALSE by default.
24589
24590         * gdk/win32/gdk.c (gdk_init_check): Set above flag if the
24591         environment variable GDK_EVENT_FUNC_FROM_WINDOW_PROC is set, or we
24592         are passed --gdk-event-func-from-window-proc.
24593
24594         * gdk/win32/gdkevents.c (gdk_WindowProc): If above flag is set,
24595         and we have am event_func, call it instead of enqueing the event.
24596
24597 1999-08-23  Tor Lillqvist  <tml@iki.fi>
24598
24599         * gdk/win32/gdkevents.c (gdk_event_translate): Fix from Simon
24600         Kelley: Set expose_count in GdkEventExposes correctly.
24601
24602         * gdk/win32/gdkwindow.c: Remove dead code (#ifdef
24603         MULTIPLE_WINDOW_CLASSES).
24604
24605         * gdk/win32/gdkdraw.c (gdk_draw_line): Workaround from Hans Breuer
24606         for bug in NT, apparently NT *does* draw the end pixel, too, in
24607         LineTo with a one-pixel pen, so we don't have to do it ourselves.
24608
24609 1999-08-21  Tor Lillqvist  <tml@iki.fi>
24610
24611         Improvements by Hans Breuer: 
24612
24613         * gdk/win32/gdkwindow.c (RegisterGdkClass): New function
24614
24615         * gdk/win32/gdkwindow.c (gdk_window_new): Use it. Don't set the
24616         CS_?REDRAW flags as they cause lots of (late) redraws when "show
24617         window contents while dragging" is turned on. Allocate at least
24618         one unique class for every GdkWindowType. If support for single
24619         window-specific icons is ever needed (eg. Dialog specific), every
24620         such window should get its own class.
24621
24622 1999-08-19  Tor Lillqvist  <tml@iki.fi>
24623
24624         * gdk/win32/gdkgc.c (gdk_gc_new_with_values): Fix a cut&paste
24625         error that caused crashes.
24626
24627 1999-08-17  Tor Lillqvist  <tml@iki.fi>
24628
24629         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): When blitting inside one
24630         window, use ScrollWindowEx, and call UpdateWindow. This prevents
24631         bugs when for instance part of the window was outside the
24632         display. Thanks to Philippe Colantoni for finding and fixing this.
24633
24634 1999-08-16  Tor Lillqvist  <tml@iki.fi>
24635
24636         * gdk/win32/gdkdraw.c (gdk_draw_arc): Fix start and end radial
24637         endpoint calculations which were totally wrong. (A little RTFMing
24638         helps a lot ;-)
24639
24640         * gtk/makefile.{cygwin,msc}: Use libintl extracted from glibc
24641         from a separate directory, not from gettext, because of licensing
24642         issues (we want to use the LGPL version).
24643
24644         * README.win32: Mention the intl from glibc vs from gettext issue.
24645
24646 1999-08-13  Tor Lillqvist  <tml@iki.fi>
24647
24648         * gdk/win32/gdkevents.c (gdk_event_translate): Fix a couple of bugs
24649         in the key event handling: Now AltGr chars work again. Also,
24650         now Alt-digits are passed up as well as Control-digits.
24651         Pass keypad plus and minus as normal plus and minus.
24652
24653 Wed Aug 11 13:38:26 BST 1999 Tony Gale  <gale@gtk.org>
24654
24655         * docs/gtkfaq.sgml: FAQ Update
24656
24657 1999-07-25  Tor Lillqvist  <tml@iki.fi>
24658
24659         * README.win32
24660         * config.h.win32: Add HAVE_WINTAB. Undefine it if bulding without
24661         the Wintab SDK.
24662
24663         * gdk/win32/gdkinput.c: Hack some more. Still doesn't quite work
24664         OK, but getting closer. Guard against bogus tilt data from Wacom
24665         ArtPad II with the 3.40 driver. Add ifdefs for HAVE_WINTAB to
24666         enable easier building without Wintab.
24667
24668         * gdk/win32/gdkinput.h
24669         * gdk/win32/gdkevents.c 
24670         * gdk/win32/gdkwindow.c: Minor changes related related to above.
24671         
24672         * gdk/win32/gdkvisual.c: Simplify a lot, remove leftovers from X11
24673         code. As we have just one visual on Win32, no sense to have it in a
24674         table, and no need for the hash table.
24675
24676         * gdk/win32/rc/cursor*.cur: Edit some of the cursors a bit to look
24677         better on white background.
24678
24679 1999-07-21  Tor Lillqvist  <tml@iki.fi>
24680
24681         * README.win32: Update gcc build instructions. Mention gettext is
24682         GPL.
24683
24684         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Get correct
24685         supported cursor size with GetSystemMetrics.
24686
24687         * gdk/win32/gdkfont.c
24688         * gtk/gtkfontsel.c: Guard against some font weight and charset
24689         symbols being undefined (in mingw32 headers).
24690
24691         * gdk/win32/makefile.cygwin
24692         * gtk/makefile.cygwin
24693         * gtk/gtkthemes.c: No longer need to have differently named
24694         gcc-built DLLs when using gcc-2.95 and -fnative-struct.
24695
24696 hu Jul 15 13:33:15 BST 1999 Tony Gale <gale@gtk.org>
24697
24698         * docs/gtkfaq.sgml: Long awaited FAQ update.
24699
24700 1999-07-15  Tor Lillqvist  <tml@iki.fi>
24701
24702         * gdk/win32/gdkcursor.c (gdk_cursor_new_from_pixmap): Implement
24703         it. Obscure bit manipulation needed.
24704
24705         * gdk/win32/gdkevents.c: Logging.
24706         
24707         * gtk/gtkthemes.c (gtk_theme_engine_get): (Win32) Use new DLL naming
24708         style (file name include compiler name) for theme engines.
24709
24710 1999-07-13  Tor Lillqvist  <tml@iki.fi>
24711
24712         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Less logging verbiage.
24713
24714         * gdk/win32/gdkevents.c: Fix long-standing bug in key
24715         events. The key.string wasn't zero-terminated, still we strdup'ed
24716         it in gdk_event_copy(). Synthesize crossing events for button
24717         events before possible propagation.
24718
24719         * gdk/win32/gdkwindow.c: Log gdk_window_set_title.
24720
24721         * gdk/win32/makefile.cygwin
24722         * gtk/makefile.cygwin: Use new DLL naming style for the
24723         GCC-compiled ones.
24724
24725         * gdk/win32/makefile.msc
24726         * gtk/makefile.msc: Cosmetics mostly.
24727
24728         * gtk/gtk.def: Add missing entry points.
24729
24730         * gtk/gtksocket.c: Add dummy gtk_socket_get_type() for Win32.
24731
24732 1999-07-09  Tor Lillqvist  <tml@iki.fi>
24733
24734         * gdk/win32/gdkdraw.c (gdk_draw_arc): Don't draw anything if width
24735         or height is zero. Don't print a warning if Pie or Arc fails, they
24736         always fail (?) for very narrow ellipses.
24737
24738         * gdk/win32/gdkdraw.c (gdk_draw_pixmap): Call InvalidateRgn for
24739         the part or the destination window corresponding to source area
24740         outside of the source drawable's boundary.
24741
24742         * gdk/win32/gdkdraw.c (gdk_draw_lines, gdk_draw_polygon): Don't do
24743         anything if less than two points.
24744
24745         * gdk/win32/gdkselection.c (gdk_selection_owner_get): Always
24746         return NULL. Gtk cut-and-paste inside a single program works
24747         better this way. (It always gets the clipboard contents from
24748         Windows, not from its own copy, which is cleared anyway. I can't
24749         say I fully understand what happens... Emulating the X selection
24750         and property stuff is a bit of a mess.)
24751
24752         * gdk/win32/gdkevents.c
24753         * gdk/win32/gdkproperty.c: A bit more verbose logging.
24754
24755         * gdk/win32/gdkregion.c: Fix some memory leaks (temporary regions
24756         that never got deleted). Revamp gdk_region_shrink.
24757
24758         * gdk/win32/gdkregion.c: Fix memory leak, delete temporary regions
24759         after use.
24760
24761         * gtk/gtk.def: Add some missing entry points.
24762
24763         * gtk/gtkrc.c: Strip trailing directory separator from pixmap path
24764         component.
24765
24766 1999-07-04  Tor Lillqvist  <tml@iki.fi>
24767
24768         * gdk/win32/gdkevents.c (gdk_event_translate): Handle
24769         Control-digits specially.
24770
24771 1999-07-03  Tor Lillqvist  <tml@iki.fi>
24772
24773         * gtk/makefile.{cygwin,msc}: New pthreads version. Use gettext.
24774
24775 1999-06-28  Tor Lillqvist  <tml@iki.fi>
24776
24777         * gdk/win32/gdkimage.c (gdk_image_get): bpl was set wrong for
24778         bitmaps, should be multiple of 4. (Thanks to Hans Breuer for
24779         finding this.)
24780
24781 1999-06-01  Jose H Mercado  <jmercado@mit.edu>
24782
24783         * gtk+.spec.in: Corrected some typos in files section.
24784         
24785 1999-06-15  Tor Lillqvist  <tml@iki.fi>
24786
24787         * README.win32: Mention using GNU gettext.
24788         * config.h.win32: Enable NLS stuff.
24789         * gtk/makefile.msc: Use GNU gettext.
24790         * gdk/win32/gdkdnd.c: Minor header reorg.
24791         * gdk/win32/{gdkevents,gdkwindow}.c: No semantic changes, mainly
24792         cosmetics.
24793         * gtk/gtkrc.c (Win32): Make get_gtk_sysconf_directory() public.
24794         * gtk/gtkmain.c (Win32): Use it in bindtextdomain() call.
24795
24796 Wed Jun  2 11:44:25 PDT 1999 Manish Singh <yosh@gimp.org>
24797
24798         * acinclude.m4
24799         * config.guess
24800         * config.status
24801         * ltconfig
24802         * ltmain.sh: upgrade to libtool 1.3.2 (BeOS changes merged)
24803
24804 1999-05-30  Tor Lillqvist  <tml@iki.fi>
24805
24806         * gdk/win32/gdkwindow.c: AdjustWindowRectEx2 renamed to
24807         SafeAdjustWindowRectEx. Don't override all calls to
24808         AdjustWindowRectEx by it, but use it only in two places: When
24809         creating a new top-level window and when moving a top-level
24810         window.
24811
24812         Use screen coordinate rectangle, not client rectangle, in
24813         gdk_window_move. Thus SafeAdjustWindowRectEx will do its job only
24814         when we try to place a window so that the decoration (mainly,
24815         title bar) isn't visible.
24816
24817         These changes fix the bug that showed up for instance as the
24818         GIMP's saved top-level windows moving right and down (by an amount
24819         equal to the window decoration) for each session. This bug showed
24820         up also in testgtk's "Saved Position".
24821
24822         gdk_window_resize also redone a bit.
24823
24824 1999-05-25  Tor Lillqvist  <tml@iki.fi>
24825
24826         * gtk/testgtkrc: Add (commented out) Windows-style theme
24827         include line.
24828
24829         * gdk/win32/gdk.def,gtk/gtk.def: Add some missing entry points.
24830
24831 1999-05-18  Tor Lillqvist  <tml@iki.fi>
24832
24833         * gdk/win32/makefile.{cygwin,msc}: Copy our gdkprivate.h and
24834         gdkx.h to a gdk subdirectory, so that applications can include
24835         these with <gdk/*.h> without trouble.
24836
24837         * gdk/win32/gdkimage.c (gdk_image_new_with_depth): Code simplified.
24838         (gdk_image_destroy): Plug resource leak, some GdkImages didn't
24839         have their bitmap destroyed.
24840
24841         * gdk/win32/gdk.def: Add gdk_root_parent.
24842
24843 Wed May 12 03:00:56 CDT 1999 Shawn T. Amundson <amundson@gtk.org>
24844
24845         * configure.in
24846           gtk-config.in
24847           ltconfig
24848           ltmain.sh     
24849           gtk/Makefile.am: changes to compile nicely (with xlib) 
24850           on BeOS
24851
24852 Sat May  1 15:04:42 PDT 1999 Manish Singh <yosh@gimp.org>
24853
24854         * acinclude.m4
24855         * config.guess
24856         * config.sub
24857         * ltconfig
24858         * ltmain.sh: upgrade to libtool 1.3
24859
24860 Fri Apr 30 13:38:16 1999  Lars Hamann  <lars@gtk.org>
24861
24862         * gtk/gtkclist.c:
24863         * gtk/gtkctree.c: merges from gtk-1-2
24864
24865 1999-04-25  Tor Lillqvist  <tml@iki.fi>
24866
24867         Support added for building using a GNU toolchain on Win32,
24868         gcc -mno-cygwin (egcs-1.1.2) on cygwin-b20.1.
24869
24870         * gdk/win32/makefile.cygwin gtk/makefile.cygwin: New files.
24871         * config.h.win32: Changes for gcc.
24872         * gdk/gdkrectangle.c: Include gdk.h as <gdk/gdk.h>.
24873         * gdk/gdkcolor.c: config.h.win32 already defines strcasecmp.
24874         * gdk/win32/gdkconfig.h: Only the MS compiler has wctype.h.
24875         * gdk/win32/gdkdnd.c: Protect (unused) OLE2 stuff better.
24876         Protect shl stuff unavaiilable with mingw32 headers.
24877         * gdk/win32/gdkevents.c: Fix typo.
24878         * gdk/win32/gdkglobals.c: Use GDKVAR here also for gcc.
24879         * gdk/win32/gdkim.c: Use OEM code page for multibyte chars. (?)
24880         * gdk/win32/gdkinput.c: Use __try __except only with the MS compiler.
24881         * gdk/win32/gdkprivate.h: Make up for some stuff missing from
24882         the mingw32 headers.
24883         * gdk/win32/makefile.msc: Use latest Wintab kit and glib.
24884         * gtk/gtkfilesel.c: Include <glib.h> early, to get stat->_stat
24885         definition on Win32. Test for NATIVE_WIN32, not _MSC_VER.
24886         * gtk/gtkfontsel.c: Protect CHARSET redefinition on Win32.
24887         Test for NATIVE_WIN32, not _MSC_VER.
24888         * gtk/gtkmain.c: No use warning about developer version on Win32,
24889         there aren't any non-developer versions anyhow.
24890         * gtk/gtkrc.c: Test for NATIVE_WIN32, not _MSC_VER.
24891         * gtk/makefile.msc: Use pthread from another directory. Minor other
24892         changes. 
24893
24894 Wed Apr 21 14:20:22 1999  George Lebl  <jirka@5z.com>
24895
24896         * gdk/gdkwindow.c: (gdk_window_remove_filter) correctly remove the
24897           default filter from the list
24898
24899 Mon Mar  8 12:52:53 1999  Owen Taylor  <otaylor@redhat.com>
24900
24901         * gtk/gtkwidget.c (gtk_widget_grab_default): Add a warning
24902          when gtk_widget_grab_default() is called for a widget that
24903          is not within a GtkWindow.
24904
24905 Sat Apr 10 13:52:54 BST 1999  Tony Gale <gale@gtk.org>
24906
24907         * docs/gtk_tut.sgml, examples/clist.c: use a
24908           scrolled window in the clist example. Minor
24909           tutorial fixes.
24910
24911 Fri Apr  2 09:19:20 BST 1999  Tony Gale <gale@gtk.org>
24912
24913         * docs/gtk_tut.sgml: Style check from David King
24914           <dking@youvegotmail.net>
24915
24916 1999-03-30  Pavel Machek  <pavel@artax.karlin.mff.cuni.cz>
24917
24918         * gtk/gtkfontsel.c (gtk_font_selection_get_fonts): Make code
24919         compile with unknown value of GDK_WINDOWING
24920
24921 1999-03-28  Raja R Harinath  <harinath@cs.umn.edu>
24922
24923         * gdk/Makefile.am (gdkconfig.h): Make sure `gdkconfig.h' exists
24924         after the rule is fired.
24925         (install-exec-local): Install gdkconfig.h only if the contents are
24926         different from the currently installed gdkconfig.h.
24927
24928 1999-03-26  Raja R Harinath  <harinath@cs.umn.edu>
24929
24930         * gdk/Makefile.am (configexecincludedir): Rename from 
24931         configincludedir so that gdkconfig.h will be installed 
24932         as part of `make install-exec'. 
24933
24934 Fri Mar 19 16:50:33 PST 1999 Manish Singh <yosh@gimp.org>
24935
24936         * acinclude.m4
24937         * config.guess
24938         * config.sub
24939         * ltconfig
24940         * ltmain.sh: upgrade to libtool 1.2f
24941
24942         * autogen.sh: libtool is not required to autogen gtk+
24943
24944         * acconfig.h: remove WITH_SYMBOL_UNDERSCORE (not explictly
24945         needed)
24946
24947 1999-03-18  Tor Lillqvist  <tml@iki.fi>
24948
24949         * gdk/gdktypes.h: Merge in Win32 version: Define macro GDKVAR for
24950         declaring gdk variables exported/imported from the DLL. New image
24951         type enum, GDK_IMAGE_SHARED_PIXMAP, for gdk_imlib. New drag and
24952         drop protocol enums, GDK_DRAG_PROTO_WIN32_DROPFILES and
24953         GDK_DRAG_PROTO_OLE2.
24954
24955         * gdk/gdk.h: Merge in Win32 version: Two new functions,
24956         gdk_pixmap_create_on_shared_image and gdk_image_bitmap_new. So far
24957         declared only for the Win32 version, but could be in the X11
24958         version as well. (Needed for a Xlib-less gdk_imlib.)
24959         gdk_color_hash should have only one parameter. Declare
24960         gdk_threads_mutex with GDKVAR.
24961         
24962         * gdk/gdkcolor.c (gdk_color_hash): A hash function should have
24963         just one parameter.
24964
24965         * gdk/gdkimage.c (gdk_image_get): Initialize bpp correctly. Bytes
24966         per pixel, not bits.
24967
24968         * gdk/gdkrgb.c: Mingle includes somewhat. (gdk_rgb_select_conv):
24969         Fetch bpp (which means bits-per-pixel here) from another place on
24970         Win32. Accept also depth==32 (which we might get on Win32) with
24971         bpp==32.
24972
24973         * gtk/{gtkclist,gtkctree,gtkdnd,gtkditable,gtkfontsel,
24974         gtkhandlebox,gtklayout,gtkmain,gtkplug,gtkpreview,gtkrc,
24975         gtkselection,gtksocket,gtkstyle,gtkwidget,gtkwindow}.c:
24976         Include gdx.h from "gdkx.h", not "gdk/gdkx.h", as gdkx.h will be
24977         in the backend-dependent directory, not in the common gdk
24978         directory.
24979
24980         * gtk/testgtk.c: Ditto. Also, don't use ../gdk path to gdk
24981         headers.
24982
24983 Wed Mar 17 05:06:49 1999  Tim Janik  <timj@gtk.org>
24984
24985         * gtk/gtkmain.c (gtk_init_check): tell people that they don't really
24986         want to use the Gtk+ devel version (which is true, and yes - even i am
24987         currently working with the 1.2.x branch). so everyone reading this, you
24988         probably want to issue
24989         cvs checkout -r glib-1-2 glib
24990         and
24991         cvs checkout -r gtk-1-2 gtk+
24992         as your next two comands.
24993
24994 Wed Mar 17 02:49:32 1999  Tim Janik  <timj@gtk.org>
24995
24996         * configure.in: build gtkcompat.h from gtkcompat.h.in instead of
24997         gtkfeatures.h from gtkfeatures.h.in, require GLib 1.3.0.
24998
24999         * gtk/gtkcompat.h.in: combined gtkcompat.h and gtkfeatures.in in this
25000         file. strongly deprecated the GTK_HAVE_* macros, we provide
25001         GTK_CHECK_VERSION() for people that need to check for certain
25002         Gtk+ versions.
25003
25004         * gtk/gtkcompat.h: removed this from CVS.
25005         * gtk/gtkfeatures.h.in: removed this from CVS, gtkfeatures.h was a bad
25006         idea right from the start, it just didn't seem like that back then.
25007
25008 Wed Mar 17 01:46:28 1999  Tim Janik  <timj@gtk.org>
25009
25010         * merges from gtk-1-2:
25011
25012 Tue Mar 16 17:43:33 1999  Tim Janik  <timj@gtk.org>
25013
25014         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc_string): ensure the
25015         item factory class has been created.
25016         (gtk_item_factory_parse_rc): likewise.
25017
25018         * gtk/gtkmenu.c:
25019         keep proper references for old_active_menu_item.
25020         (gtk_menu_reparent): unset the usize of the new parent,
25021         so the menu can sanely be size requested and we don't get nasty screen
25022         artefacts upon next reparentation.
25023         (gtk_menu_motion_notify): set send_event to TRUE if we synthesize an
25024         enter notify. only synthesize enter notifies if the pointer really is
25025         inside the event window.
25026         (gtk_menu_popdown): use gtk_menu_shell_deselect().
25027         (gtk_menu_popup): move the background setting stuff into
25028         gtk_menu_tearoff_bg_copy() so it can be called from other places as well.
25029
25030         * gtk/gtkmenushell.c (gtk_menu_shell_button_press): use
25031         gtk_menu_shell_select_item() to select the new item.
25032         (gtk_menu_shell_deselect): export this function, so gtkmenu.c can
25033         do the right thing for deselection as well.
25034
25035 Sat Mar 15 20:10:33 1999  Tim Janik  <timj@gtk.org>
25036
25037         * gtk/gtkwidget.[hc]:
25038         (gtk_widget_accelerators_locked): return whether a widget's accelerators
25039         are locked.
25040
25041         * gtk/gtkmenu.c (gtk_menu_key_press): don't remove or install new or
25042         existing accelerators if the widget's accelerators are locked.
25043
25044 Sat Mar 14 19:44:05 1999  Tim Janik  <timj@gtk.org>
25045
25046         * gtk/gtkitemfactory.[hc]: allow managing of foreign menu items.
25047
25048         * gtk/gtkmenu.c: truely forward key press and key release events to
25049         the menu widget from the toplevel or tearoff window. we can't simply
25050         connect to that, we need to stop further processing of the events as
25051         well.
25052
25053 Sat Mar 13 13:14:17 1999  Tim Janik  <timj@gtk.org>
25054
25055         * gtk/gtkmenu.c:
25056         (gtk_menu_key_press): pass event->keyval, event->state to
25057         gtk_accelerator_valid, instead of event->keyval twice.
25058         refuse to install single letter accelerators for menus that use
25059         single letter shortcuts.
25060
25061         * gtk/gtkitemfactory.c (gtk_item_factory_create_item): use
25062         gtk_menu_ensure_uline_accel_group().
25063
25064         * gtk/gtkmenu.[hc]: added gtk_menu_ensure_uline_accel_group()
25065         which will always return an uline accel group, made
25066         gtk_menu_get_uline_accel_group() return NULL if the group isn't
25067         yet created.
25068
25069 Mon Mar 15 01:03:27 1999  Lars Hamann  <lars@gtk.org>
25070
25071         * gtk/gtkclist.h (struct _GtkCListColumn): added button_passive flag.
25072
25073         * gtk/gtkclist.c (gtk_clist_column_title_passive):
25074         Leave button sensitive, trap  button_press, button_release,
25075         motion_notify, enter_notify and leave_notify events instead.
25076         (gtk_clist_column_title_active): disconnect event handler.
25077         (gtk_clist_drag_data_get): fixed memory leak. Reported by
25078         Guillaume Laurent <glaurent@worldnet.fr>
25079
25080 Wed Mar 10 23:49:55 1999  Lars Hamann  <lars@gtk.org>
25081
25082         * gtk/gtklayout.c (gtk_layout_adjustment_changed): fixed a few
25083         width/height mixups.
25084
25085         * gtk/gtkctree.c (tree_delete): emit an tree_unselect_row signal
25086         if needed.
25087
25088 Wed Mar 10 00:11:32 1999  Tim Janik  <timj@gtk.org>
25089
25090         * gtk/testgtk.c (create_item_factory): unref the item factory after
25091         window's destruction.
25092
25093         * gtk/gtkmenushell.c (gtk_menu_shell_activate_item): keep a reference
25094         count on the menu shell around the menu item's activation, since the
25095         signal emission may cause menu shell destruction.
25096
25097         * gtk/gtkitemfactory.c:
25098         the previous code leaked one accel group per menu. we use
25099         gtk_menu_get_uline_accel_group() now to fix that, and with that
25100         also create the underline accelerator group of the menus only if
25101         required (i.e. an underline accelerator has been specified).
25102         (gtk_item_factory_construct):
25103         (gtk_item_factory_create_item): removed code that would create an
25104         extra accel group for the menu (and leak references).
25105         (gtk_item_factory_create_item): adapted the underline accelerator
25106         installation code to properly feature gtk_menu_get_uline_accel_group().
25107
25108         * gtk/gtkmenu.[hc]: added gtk_menu_get_accel_group() to retrive
25109         menu->accel_group, this may return NULL if the accelerator group
25110         hasn't been set yet.
25111         added gtk_menu_get_uline_accel_group() to retrive the underline
25112         accelerator group of the menu, this will be created on demand
25113         and proper care is taken about its reference count.
25114
25115         * gtk/gtkitemfactory.h:
25116         * gtk/gtkitemfactory.c:
25117         dumped the approach of keeping a widgets by action list on the
25118         factory since the factory<->widget destroy negotiation didn't work
25119         and would be hard to get going at all. instead we keep a list of
25120         GtkItemFactoryItem items on the factory (GtkItemFactoryItems are
25121         persistant throughout a program's life time).
25122         also, i removed the static const gchar *key_* variables, and made
25123         them inline strings (they weren't actually used anyways).
25124         (gtk_item_factory_add_item): update ifactory->items.
25125         (gtk_item_factory_destroy): destroy ifactory->items (and remove
25126         the item factory pointer from the remaining ifactory widgets).
25127         (gtk_item_factory_get_widget_by_action): walk the GtkItemFactoryItem
25128         list to find the widget.
25129         (gtk_item_factory_get_item): new function that works around
25130         gtk_item_factory_get_widget() limitations, this function will only
25131         return menu items, even for <Branch> entries.
25132
25133 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
25134
25135         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
25136         font hash table, if we have a GdkFontPrivate entry for this font
25137         already, simply increment its reference count, provided by Olaf Dietsche
25138         <olaf.dietsche+list.gtk@netcologne.de>.
25139
25140         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
25141         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
25142
25143 Sun Mar  7 06:13:29 1999  Tim Janik  <timj@gtk.org>
25144
25145         * gtk/gtkcontainer.c:
25146         (gtk_container_add_with_args):
25147         (gtk_container_addv):
25148         (gtk_container_add): before adding a child to a conatiner, make sure
25149         it is (default) constructed, this is neccessary because under certain
25150         circumstances the child will get relized and mapped immediatedly, in
25151         which case it has to be constructed already.
25152
25153 Mon Mar  1 17:58:21 1999  Tim Janik  <timj@gtk.org>
25154
25155         * gtk/gtksignal.c (gtk_signal_connect_by_type): count object_signal
25156         values > 1 as TRUE also.
25157
25158 1999-03-16  Tor Lillqvist  <tml@iki.fi>
25159
25160         * README.win32: New file.
25161                 
25162         * configure.in: Check for lstat.
25163
25164         * config.h.win32: Add non-definition of HAVE_LSTAT, just for
25165         completeness.
25166
25167         * gtk/gtkrc.c: If don't HAVE_LSTAT, use stat.
25168
25169         * gtk/gtk.def: Removed CRs.
25170
25171         * gtk/makefile.msc: Correct include path to Win32 GDK version (in
25172         ..\gdk\win32).
25173
25174         * gdk/win32/makefile.msc: Correct upwards relative paths.
25175         
25176 Mon Mar 15 03:38:34 1999  George Lebl  <jirka@5z.com>
25177
25178         * gtk/gtkdnd.c: (gtk_drag_highlight) swap the
25179           gtk_drag_highlight_expose and gtk_drag_highlight_paint since
25180           it was connecting a void function to expose_event and the int
25181           returning function to the draw signal
25182
25183 1999-03-14  Jeff Garzik  <jgarzik@pobox.com>
25184
25185         * configure.in:
25186         Use correct path to libgmodule.la when ref'ing uninstalled copy
25187         of glib.  (Already in stable branch, Bug #417)
25188
25189 1999-03-15  Tor Lillqvist  <tml@iki.fi>
25190
25191         Win32 merge and general portability stuff:
25192                 
25193         * acconfig.h,configure.in: Check for <sys/time.h>.
25194
25195         * gdk/win32: New directory (actually, been there for a while).
25196         
25197         * gtk/fnmatch.c: Include <glib.h> for G_DIR_SEPARATOR, WIN32 and
25198         NATIVE_WIN32, and use these. Always case fold on Win32. No
25199         backslashed escapes on native Win32.
25200
25201         * gtk/{gtk.def,makefile.msc}: New files.
25202
25203         * gtk/Makefile.am: Add above new files.
25204         
25205         * gtk/{gtkaccelgroup,gtkbindings}.c: Include <string.h>
25206         instead of <strings.h>.
25207
25208         * gtk/{gtkcalendar,gtkitemfactory,gtkpreview,gtkrc}.c: Include
25209         config.h. Protect inclusion of <sys/param.h>, <sys/time.h>, and
25210         <unistd.h> appropriately.
25211
25212         * gtk/gtkdnd.c: Merge in Win32 version (which doesn't do much).
25213         Use ABS() (from <glib.h>) instead of abs().
25214         
25215         * gtk/gtkfilesel.c: Moved Win32-specific includes after inclusion
25216         of gtk (and thus glib) headers, so that WIN32 will be
25217         defined. With MS C, include <direct.h> for mkdir prototype.
25218
25219         * gtk/gtkitemfactory.c (gtk_item_factory_callback_marshal): Add
25220         some casts, needed by MS C.
25221
25222         * gtk/{gtklayout,gtkplug}.c: Merge in Win32 version (which isn't
25223         implemented).
25224
25225         * gtk/gtkmain.c: Include gdk/gdkx.h for GDK_WINDOWING. Include
25226         <X11/Xlocale.h> only on X11 platform, otherwise <locale.h>.  Use
25227         G_SEARCHPATH_SEPARATOR_S and g_module_build_path.
25228
25229         * gtk/gtkmain.h: Mark variables for export/import on Win32.
25230                 
25231         * gtk/gtkrange.c (gtk_range_motion_notify): Set mods also in case
25232         the event is not a hint, or its window is not the slider. Needed
25233         on Win32, at least.
25234
25235         * gtk/gtkrc.c: Include config.h and gdk/gdkx.h. Use <locale.h>
25236         unless on X11. Skip \r chars, too. Use G_DIR_SEPARATOR and
25237         G_SEARCHPATH_SEPARATOR(_S). Use g_path_is_absolute. On Win32, use
25238         a subdirectory of the Windows directory as gtk system
25239         configuration directory.
25240
25241         * gtk/gtkselection.c: No chunks on Win32.
25242
25243         * gtk/gtksocket.c: Not implemented on Win32.
25244
25245         * gtk/gtkthemes.c (gtk_theme_engine_get): Use g_module_build_path.
25246
25247         * gtk/makeenums.h: Include gdkprivate.h after gdk.h.
25248
25249         * gtk/maketypes.awk: Declare variables with a macro that expands to
25250         necessary export/import magic in the case of Win32.
25251                 
25252         * gtk/testrgb.c: Use dynamically allocated buffer. Use GTimers.
25253
25254 1999-03-13  Raja R Harinath  <harinath@cs.umn.edu>
25255
25256         * configure.in (gdk_wc): Move widechar tests from `glib' to here,
25257         since those were meant only for gdki18n.h.  
25258         * gdk/gdki18n.h: Include gdkconfig.h and use GDK_* instead of G_*
25259         for widechar tests.
25260         * gtk/Makefile.am (INCLUDES): Add -I../gdk for gdkconfig.h.
25261
25262 1999-03-13  Tor Lillqvist  <tml@iki.fi>
25263
25264         * configure.in acconfig.h: Check for dirent.h and pwd.h. Generate
25265         gdk/gdkconfig.h using similar mechanism as GLib's glibconfig.h.
25266
25267         * gtk-config.in: Add @libdir/gtk+/include (where gdkconfig.h is
25268         installed) to CFLAGS.
25269
25270         * gdk/Makefile.am: Add rules for gdkconfig.h.
25271
25272         * gdk/gdktypes.h: Include gdkconfig.h. Define macros for windowing
25273         APIs.
25274
25275         * gdk/gdkfontsel.c: Don't include Xlib.h, it gets included via
25276         gdkx.h anyway when compiling for X11.
25277         (gtk_font_selection_create_xlfd): Use g_strdup_printf. (In
25278         general): Merge in Win32 version.
25279         
25280         * gtk/gtkfilesel.c: Use g_get_current_dir(). Merge in Win32
25281         version: Use G_DIR_SEPARATOR, g_path_is_absolute, no tilde
25282         expansion (if we don't have HAVE_PWD_H), allow for drive
25283         letters. UNC paths (\\server\share\...) are not handled yet.  Also,
25284         included code from Craig Setera's port to Win32 (the one that uses
25285         X11, and the cygwin dll), even if it probably will be abandoned.
25286
25287         * gtk/gtkfilesel.c: Don't append a * to the pattern to complete if
25288         the user entered one herself.  This way one can complete *.h and
25289         don't get matches on any .help files, for instance.
25290         
25291 Tue Mar  9 01:01:28 1999  Tim Janik  <timj@gtk.org>
25292
25293         * gdk/gdkfont.c (gdk_font_load): first lookup the xfont ID in our
25294         font hash table, if we have a GdkFontPrivate entry for this font
25295         already, simply increment its reference count, provided by Olaf Dietsche
25296         <olaf.dietsche+list.gtk@netcologne.de>.
25297
25298         * gtk/gtkstyle.c (gtk_style_copy): plug a GdkFont reference leak, fix
25299         provided by Olaf Dietsche <olaf.dietsche+list.gtk@netcologne.de>.
25300
25301 1999-03-09  Federico Mena Quintero  <federico@nuclecu.unam.mx>
25302
25303         * gtk/gtkstyle.c (gtk_default_draw_handle): Significantly reduced
25304         the number of calls to gdk_draw_point() (and thus to X) by
25305         clipping the points by hand.
25306
25307         * gtk/gtkhandlebox.c (draw_textured_frame): Actually make use of
25308         the clip parameter.
25309         (gtk_handle_box_paint): Only paint the handle if the expose area
25310         intersects it.
25311
25312 Sun Mar  7 18:46:37 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
25313
25314         * gtk/gtkmain.c (add_dll_suffix): Add this function (OS/2 ver.)
25315
25316 Sun Mar  7 11:43:34 1999  ape@spacetec.no  (Asbjorn Pettersen)
25317
25318         * gtk/gtkthemes.c (gtk_theme_engine_get): Add OS/2 changes.
25319         Added function gen_8_3_dll_name(gchar *name, gchar *fullname).
25320
25321 Fri Mar  5 09:12:24 1999  ape@lrdpf.spacetec.no  (Asbjorn Pettersen)
25322
25323         * gtk/gtkitemfactory.c (gtk_item_factory_parse_rc): Open file in
25324          textmode (O_TEXT) for OS/2 version.
25325
25326 Sun Feb 28 16:46:02 1999  Stefan Jeske  <stefan@gtk.org>
25327
25328         * gtk/gtkspinbutton.[c,h] gtk/testgtk.c: Added two new signals to 
25329         GtkSpinButton, "input" and "output", to make the output more flexible.
25330         The user has to provide a mapping between adjustment->value and the
25331         output string (and vice versa, if the spin button is editable). 
25332         See testgtk for examples.
25333
25334 Sat Feb 27 01:18:47 1999  Tim Janik  <timj@gtk.org>
25335
25336         * ChangeLog: moved old ChangeLog to ChangeLog.pre-1-2, and started
25337         new one.
25338         
25339         * configure.in: set gtk+ version to 1.3.0.
25340
25341         * gtk/gtkfilesel.h, gtk/gtkfilesel.c: Derive from GtkDialog,